Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DCurrent/openbor
/ functions
Functions
1,894 in github.com/DCurrent/openbor
⨍
Functions
1,894
◇
Types & classes
474
↓ 2 callers
Function
putsprite_x8p32
engine/source/gamelib/spritex8p32.c:355
↓ 2 callers
Function
rand32
engine/source/randlib/rand32.c:13
↓ 2 callers
Method
readCharacteristic
(UUID uuid)
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java:408
↓ 2 callers
Method
read_file
Returns a file-like object for the file or None if the file isn't contained in this packfile. This method takes the full path starting with "d
tools/borplay/source/packlib.py:41
↓ 2 callers
Function
readpackfileblocking
engine/source/gamelib/packfile.c:1204
↓ 2 callers
Method
registerReceiver
(@Nullable BroadcastReceiver receiver, IntentFilter filter)
engine/android/app/src/main/java/org/openbor/engine/GameActivity.java:55
↓ 2 callers
Function
render
engine/sdl/opengl.c:360
↓ 2 callers
Function
reset_joystick_map
engine/sdl/control.c:426
↓ 2 callers
Method
resumeNativeThread
()
engine/android/app/src/main/java/org/libsdl/app/SDLActivity.java:293
↓ 2 callers
Function
scalescreen
Scale screen
engine/source/gamelib/screen.c:600
↓ 2 callers
Function
scalescreen32
Scale screen
engine/source/gamelib/screen32.c:321
↓ 2 callers
Function
seekPackfile64
engine/source/gamelib/packfile.c:1304
↓ 2 callers
Method
sendKeyEvent
(KeyEvent event)
engine/android/app/src/main/java/org/libsdl/app/SDLActivity.java:2136
↓ 2 callers
Method
setContext
(Context context)
engine/android/app/src/main/java/org/libsdl/app/SDL.java:30
↓ 2 callers
Method
setOrientation
This method is called by SDL using JNI. This is a static method for JNI convenience, it calls a non-static method so that is can be overridden
engine/android/app/src/main/java/org/libsdl/app/SDLActivity.java:802
↓ 2 callers
Function
setupPreBlitProcessing
engine/sdl/videocommon.c:26
↓ 2 callers
Function
sound_exit
Stop everything and free used memory
engine/source/gamelib/soundmix.c:1839
↓ 2 callers
Function
sound_open_adpcm
engine/source/gamelib/soundmix.c:1118
↓ 2 callers
Function
sound_play_sample
Speed in percents of normal. Returns channel the sample is played on or -1 if not playing.
engine/source/gamelib/soundmix.c:846
↓ 2 callers
Function
sound_read_wave_chunk_header
engine/source/gamelib/soundmix.c:222
↓ 2 callers
Function
sound_reload_sample
engine/source/gamelib/soundmix.c:449
↓ 2 callers
Function
sound_sample_position_advance
* Advance a sample cursor without allowing 64-bit addition to wrap. The caller * uses sample_end_reached to decide whether one-shot playback should st
engine/source/gamelib/soundmix.c:583
↓ 2 callers
Function
sound_stop_playback
engine/source/gamelib/soundmix.c:1789
↓ 2 callers
Function
sound_unload_sample
Changed to conserve memory: added this function
engine/source/gamelib/soundmix.c:521
↓ 2 callers
Function
spriteq_add_frame
engine/source/gamelib/spriteq.c:63
↓ 2 callers
Function
stristr
* Searches haystack for needle without matching letter case. * Mirrors strstr() behavior, including returning haystack for an empty needle. */
tools/borpak/source/stristr.c:46
↓ 2 callers
Function
termMenu
engine/sdl/menu.c:492
↓ 2 callers
Function
timer_uticks
engine/sdl/timer.c:44
↓ 2 callers
Function
tladd
engine/source/tracelib2/tracelib2.c:23
↓ 2 callers
Function
tlerror
engine/source/tracelib2/tracelib2.c:39
↓ 2 callers
Function
tlrem
engine/source/tracelib2/tracelib2.c:33
↓ 2 callers
Function
tlsetmem
engine/source/tracelib2/tracelib2.c:44
↓ 2 callers
Function
video_gl_draw_quad
engine/sdl/opengl.c:337
↓ 2 callers
Function
yuv_frame_destroy
engine/source/webmlib/yuv.c:129
↓ 1 callers
Function
Add112RightSmaller
Return a + b given |b| < |a|.
engine/source/omath.c:16
↓ 1 callers
Function
Add221RightSmaller
Return a + b with relative error below 2**-103 and then rounded to double given |b| < |a|. */
engine/source/omath.c:36
↓ 1 callers
Function
CLIP_TO_15
engine/source/webmlib/samplecvt.c:45
↓ 1 callers
Function
Control
engine/sdl/menu.c:90
↓ 1 callers
Method
HIDDeviceOpenPending
(int deviceID)
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:676
↓ 1 callers
Method
HIDDeviceRegisterCallback
()
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:672
↓ 1 callers
Method
HIDDeviceReleaseCallback
()
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:673
↓ 1 callers
Function
ImportCache_Clear
* Frees all of the imported scripts. Called when shutting down the script * engine. */
engine/source/scriptlib/ImportCache.c:274
↓ 1 callers
Function
ImportCache_ImportFile
* Returns a pointer to the ImportNode for the specified file. * * If the file has already been imported, this function returns the pointer to * the
engine/source/scriptlib/ImportCache.c:225
↓ 1 callers
Function
ImportCache_Init
* Initializes the import cache. */
engine/source/scriptlib/ImportCache.c:210
↓ 1 callers
Function
ImportNode_Clear
engine/source/scriptlib/ImportCache.c:175
↓ 1 callers
Function
ImportNode_GetFunctionPointer
* Returns a pointer to the function entry point if this script has a function * with the specified name; returns NULL otherwise. */
engine/source/scriptlib/ImportCache.c:163
↓ 1 callers
Function
ImportNode_Init
* Loads and compiles a script file and indexes its functions so that they can * be imported. */
engine/source/scriptlib/ImportCache.c:91
↓ 1 callers
Function
Instruction_InitViaToken
engine/source/scriptlib/Instruction.c:15
↓ 1 callers
Function
Instruction_IsHexIntegerSource
* Caskey, Damon V. * 2026-06-04 * * Check if the source string for an integer * constant looks like hex. */
engine/source/scriptlib/Instruction.c:411
↓ 1 callers
Function
Instruction_IsLSuffix
engine/source/scriptlib/Instruction.c:94
↓ 1 callers
Function
Instruction_ToString
engine/source/scriptlib/Instruction.c:510
↓ 1 callers
Function
Interpreter_Call
* Call -- This method calls the method designated by variable, assuming it * exists in the script somewhere. If there is a return value, it
engine/source/scriptlib/Interpreter.c:202
↓ 1 callers
Function
Interpreter_EvaluateImmediate
* EvaluateImmediate -- This method scans the instruction list and evaluates * any immediate code that may be present. In the instruction list, imme
engine/source/scriptlib/Interpreter.c:284
↓ 1 callers
Function
JOY_GetKeyName
engine/sdl/joysticks.c:461
↓ 1 callers
Function
Lexer_Clear
engine/source/scriptlib/Lexer.c:388
↓ 1 callers
Function
List_CreateHashes
build hashes for entire list this is only required when doing a list copy. */
engine/source/scriptlib/List.c:132
↓ 1 callers
Function
List_GetFirst
engine/source/scriptlib/List.c:805
↓ 1 callers
Function
List_GetNodeByValue
returns the node that contains e, or NULL, if not found */
engine/source/scriptlib/List.c:869
↓ 1 callers
Function
List_RemoveLastIndex
removes the last element from the index list only use on fully indexed list */
engine/source/scriptlib/List.c:199
↓ 1 callers
Function
LoadGLFunctions
engine/sdl/loadgl.c:78
↓ 1 callers
Function
MAKE_RGB565
engine/source/gamelib/filters.c:189
↓ 1 callers
Function
MULT
NEED_OPTIMIZE
engine/source/gamelib/filters.c:182
↓ 1 callers
Function
Menu
engine/sdl/menu.c:729
↓ 1 callers
Function
Mul221
Return approximately a * b given |a|, |b| < 2**970.
engine/source/omath.c:100
↓ 1 callers
Function
Mul222
Return a * b with relative error below 2**-102 given |a|, |b| < 2**970.
engine/source/omath.c:115
↓ 1 callers
Function
PC_GetJoystickKeyName
Numbering order: buttons, then axes, then hats
engine/sdl/joysticks.c:448
↓ 1 callers
Function
ParserSet_Buildup
engine/source/scriptlib/ParserSet.c:13
↓ 1 callers
Function
ParserSet_Clear
engine/source/scriptlib/ParserSet.c:47
↓ 1 callers
Function
Parser_Add_expr2
engine/source/scriptlib/Parser.c:1682
↓ 1 callers
Function
Parser_Add_op
engine/source/scriptlib/Parser.c:1649
↓ 1 callers
Function
Parser_Arg_expr_list
engine/source/scriptlib/Parser.c:1940
↓ 1 callers
Function
Parser_Arg_expr_list2
engine/source/scriptlib/Parser.c:1965
↓ 1 callers
Function
Parser_Assignment_expr2
engine/source/scriptlib/Parser.c:1229
↓ 1 callers
Function
Parser_Assignment_op
engine/source/scriptlib/Parser.c:1151
↓ 1 callers
Function
Parser_Bit_and_expr2
engine/source/scriptlib/Parser.c:1473
↓ 1 callers
Function
Parser_Bit_or_expr2
engine/source/scriptlib/Parser.c:1415
↓ 1 callers
Function
Parser_Case_label
engine/source/scriptlib/Parser.c:865
↓ 1 callers
Function
Parser_Clear
engine/source/scriptlib/Parser.c:23
↓ 1 callers
Function
Parser_Comp_stmt
engine/source/scriptlib/Parser.c:697
↓ 1 callers
Function
Parser_Comp_stmt_Label
engine/source/scriptlib/Parser.c:675
↓ 1 callers
Function
Parser_Cond_expr2
engine/source/scriptlib/Parser.c:1302
↓ 1 callers
Function
Parser_Constant
engine/source/scriptlib/Parser.c:2032
↓ 1 callers
Function
Parser_Decl
internal decleraton for variables.
engine/source/scriptlib/Parser.c:396
↓ 1 callers
Function
Parser_Decl2
this function is used by Parser_Decl for multiple declaration separated by commas
engine/source/scriptlib/Parser.c:411
↓ 1 callers
Function
Parser_Defer_expr_stmt
engine/source/scriptlib/Parser.c:1039
↓ 1 callers
Function
Parser_Eq_op
engine/source/scriptlib/Parser.c:1489
↓ 1 callers
Function
Parser_Equal_expr2
engine/source/scriptlib/Parser.c:1522
↓ 1 callers
Function
Parser_External_decl2
this function is used by Parser_External_decl, because there can be multiple identifiers share only one type token variable only means the function on
engine/source/scriptlib/Parser.c:265
↓ 1 callers
Function
Parser_FuncDecl
engine/source/scriptlib/Parser.c:466
↓ 1 callers
Function
Parser_FuncDecl1
engine/source/scriptlib/Parser.c:480
↓ 1 callers
Function
Parser_Init
engine/source/scriptlib/Parser.c:13
↓ 1 callers
Function
Parser_Iter_stmt
engine/source/scriptlib/Parser.c:903
↓ 1 callers
Function
Parser_Jump_stmt
engine/source/scriptlib/Parser.c:1069
↓ 1 callers
Function
Parser_Log_and_expr2
engine/source/scriptlib/Parser.c:1386
↓ 1 callers
Function
Parser_Log_or_expr
engine/source/scriptlib/Parser.c:1344
↓ 1 callers
Function
Parser_Log_or_expr2
engine/source/scriptlib/Parser.c:1357
↓ 1 callers
Function
Parser_Mult_expr2
engine/source/scriptlib/Parser.c:1740
↓ 1 callers
Function
Parser_Mult_op
engine/source/scriptlib/Parser.c:1699
↓ 1 callers
Function
Parser_Opt_else
engine/source/scriptlib/Parser.c:825
↓ 1 callers
Function
Parser_Opt_expr
* Expression Evaluation -- These methods translate expressions into * appropriate instructions. ****************************************************
engine/source/scriptlib/Parser.c:1126
← previous
next →
501–600 of 1,894, ranked by callers