MCPcopy Create free account

hub / github.com/DCurrent/openbor / functions

Functions1,894 in github.com/DCurrent/openbor

↓ 3 callersFunctionstristr
engine/source/stristr.c:13
↓ 3 callersFunctionthread_join
engine/sdl/threads.c:19
↓ 3 callersFunctionvideo_gl_set_color_correction
engine/sdl/opengl.c:405
↓ 3 callersFunctionvideo_set_mode
engine/sdl/video.c:160
↓ 3 callersFunctionwrite_le_u64
tools/borpak/source/borpak.c:1154
↓ 3 callersFunctionwrite_pixel
engine/source/gamelib/transform.c:356
↓ 2 callersFunctionCUBIC_WEIGHT
engine/source/gamelib/filters.c:202
↓ 2 callersFunctionCenter
Return arcsine(x) given |x| <= .5, with the same properties as asin.
engine/source/omath.c:132
↓ 2 callersFunctionFramerateDelay
engine/sdl/video.c:227
↓ 2 callersFunctionGap
Return arccosine(x) given .4 <= |x| <= .6, with the same properties as acos.
engine/source/omath.c:237
↓ 2 callersMethodHIDDeviceConnected
(int deviceID, String identifier, int vendorId, int productId, String serial_number, int release_number, Strin
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:675
↓ 2 callersMethodHIDDeviceFeatureReport
(int deviceID, byte[] report)
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:681
↓ 2 callersMethodHIDDeviceInputReport
(int deviceID, byte[] report)
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:680
↓ 2 callersMethodHIDDeviceOpenResult
(int deviceID, boolean opened)
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:677
↓ 2 callersFunctionImportList_GetFunctionPointer
* From a list of ImportNodes, finds and returns a pointer to the function with * the specified name in the list. Script files at the *end* of the imp
engine/source/scriptlib/ImportCache.c:187
↓ 2 callersFunctionInstruction_ConvertConstant
'compile' constant to improve speed
engine/source/scriptlib/Instruction.c:425
↓ 2 callersFunctionInstruction_InitViaLabel
engine/source/scriptlib/Instruction.c:31
↓ 2 callersFunctionInstruction_IsIntegerSuffixChar
engine/source/scriptlib/Instruction.c:83
↓ 2 callersFunctionInstruction_IsUSuffix
engine/source/scriptlib/Instruction.c:89
↓ 2 callersFunctionInstruction_ParseIntegerConstant
* Caskey, Damon V. * 2026-06-04 - Original author and date unknown (Plombo?). * * Reworked 2026-06-04 to safely handle * 64-bit integers and to valid
engine/source/scriptlib/Instruction.c:138
↓ 2 callersFunctionInstruction_ParseIntegerSuffix
* Validate suffixes already captured by the lexer. * * Accepted: * u, l, ul, lu, ll, ull, llu * * Case-insensitive. */
engine/source/scriptlib/Instruction.c:107
↓ 2 callersFunctionInterpreter_CompileInstructions
engine/source/scriptlib/Interpreter.c:416
↓ 2 callersFunctionInterpreter_EvalInstruction
* EvalInstruction -- This method evaluates a single byte-code instruction. * Parameters: none * Returns: S_OK * E_FAIL ******************
engine/source/scriptlib/Interpreter.c:953
↓ 2 callersFunctionInterpreter_GetValueByRef
engine/source/scriptlib/Interpreter.c:175
↓ 2 callersFunctionInterpreter_Init
engine/source/scriptlib/Interpreter.c:16
↓ 2 callersFunctionInterpreter_ParseText
* ParseText -- This method parses the text in scriptText into a string of * byte-codes for the interpreter to execute. * Parameters: s
engine/source/scriptlib/Interpreter.c:84
↓ 2 callersFunctionLexer_Init
engine/source/scriptlib/Lexer.c:380
↓ 2 callersFunctionList_Copy
engine/source/scriptlib/List.c:454
↓ 2 callersFunctionList_FreeHashes
free everything related to the string hash list usually you dont have to do it manually, since its called by List_Clear but it won't hurt either */
engine/source/scriptlib/List.c:107
↓ 2 callersFunctionList_GetLast
engine/source/scriptlib/List.c:820
↓ 2 callersFunctionList_RemoveHash
removes the last element from the index list only use on fully indexed list */
engine/source/scriptlib/List.c:80
↓ 2 callersFunctionList_Solidify
engine/source/scriptlib/List.c:351
↓ 2 callersFunctionMul112
Return a * b, given |a|, |b| < 2**970.
engine/source/omath.c:71
↓ 2 callersFunctionMul121Special
Return approximately a * b - 1 given |a|, |b| < 2**970 and a * b is very near 1. */
engine/source/omath.c:87
↓ 2 callersFunctionParser_Add_expr
engine/source/scriptlib/Parser.c:1669
↓ 2 callersFunctionParser_Bit_and_expr
engine/source/scriptlib/Parser.c:1460
↓ 2 callersFunctionParser_Bit_or_expr
engine/source/scriptlib/Parser.c:1402
↓ 2 callersFunctionParser_Equal_expr
engine/source/scriptlib/Parser.c:1509
↓ 2 callersFunctionParser_Expr_stmt
engine/source/scriptlib/Parser.c:650
↓ 2 callersFunctionParser_External_decl
* Declaration evaluation -- These methods translate declarations into * appropriate instructions. **************************************************
engine/source/scriptlib/Parser.c:248
↓ 2 callersFunctionParser_Initializer
engine/source/scriptlib/Parser.c:499
↓ 2 callersFunctionParser_Log_and_expr
engine/source/scriptlib/Parser.c:1373
↓ 2 callersFunctionParser_Mult_expr
engine/source/scriptlib/Parser.c:1727
↓ 2 callersFunctionParser_Parm_decl
engine/source/scriptlib/Parser.c:513
↓ 2 callersFunctionParser_Rel_expr
engine/source/scriptlib/Parser.c:1569
↓ 2 callersFunctionParser_Shift_expr
engine/source/scriptlib/Parser.c:1619
↓ 2 callersFunctionParser_Unary_expr
engine/source/scriptlib/Parser.c:1757
↓ 2 callersFunctionParser_Xor_expr
engine/source/scriptlib/Parser.c:1431
↓ 2 callersFunctionSB_playstop
engine/sdl/sblaster.c:51
↓ 2 callersFunctionScriptVariant_LengthAsString
* Caskey, Damon V. * Orginal author (Utunels?) and date unknown. * * Reworked 2026-06-02 to handle 64-bit integers. * * Get the length of a variant w
engine/source/scriptlib/ScriptVariant.c:512
↓ 2 callersFunctionScriptVariant_ShiftCountValue
* Caskey, Damon V. * 2026-06-05 * * Get a non-negative shift count from a variant. * Decimal operands follow legacy integer conversion * semantics thr
engine/source/scriptlib/ScriptVariant.c:1528
↓ 2 callersFunctionScript_Clear
engine/openborscript.c:500
↓ 2 callersFunctionSetVideoMode
engine/sdl/video.c:77
↓ 2 callersFunctionStackedSymbolTable_Clear
engine/source/scriptlib/StackedSymbolTable.c:36
↓ 2 callersFunctionStackedSymbolTable_PopScope
* PopScope -- This method pops the topmost symbol table off the stack, * destroying it in the process. Any symbols in this table have gone out of *
engine/source/scriptlib/StackedSymbolTable.c:85
↓ 2 callersFunctionStackedSymbolTable_PushScope
* PushScope -- This method creates a new symbol table and pushes it onto the * symbol table stack. The top symbol table on the stack represents the
engine/source/scriptlib/StackedSymbolTable.c:50
↓ 2 callersFunctionStrCache_Clear
clear the string cache
engine/source/scriptlib/ScriptVariant.c:79
↓ 2 callersFunctionStrCache_Collect
unrefs a string
engine/source/scriptlib/ScriptVariant.c:121
↓ 2 callersFunctionSwap32
engine/source/gamelib/borendian.h:74
↓ 2 callersFunctionSymbolTable_Init
engine/source/scriptlib/SymbolTable.c:37
↓ 2 callersFunction_font_unload
engine/source/gamelib/font.c:26
↓ 2 callersFunction_freeheapnode
engine/openborscript.c:345
↓ 2 callersFunction_getlayer
engine/openborscript.c:13501
↓ 2 callersFunctionadpcm_encode
tools/openwav2bor/source/adpcm.c:475
↓ 2 callersFunctionadpcm_index
engine/source/adpcmlib/adpcm.c:53
↓ 2 callersFunctionadpcm_loop_reset
engine/source/adpcmlib/adpcm.c:58
↓ 2 callersFunctionadpcm_valprev
engine/source/adpcmlib/adpcm.c:48
↓ 2 callersFunctionao_error
tools/borplay/source/borplay.c:330
↓ 2 callersFunctionarchive_path_has_extension
tools/borpak/source/borpak.c:243
↓ 2 callersFunctionatani0
Return arctangent(x) given that 0x1p-27 < |x| <= 1/2, with the same properties as atan. */
engine/source/omath.c:390
↓ 2 callersFunctionatani1
Return arctangent(x) given that 1/2 < x <= 3/4, with the same properties as atan. */
engine/source/omath.c:427
↓ 2 callersFunctionatani2
Return arctangent(x) given that 3/4 < x <= 1, with the same properties as atan. */
engine/source/omath.c:465
↓ 2 callersFunctionatani3
Return arctangent(x) given that 1 < x <= 4/3, with the same properties as atan. */
engine/source/omath.c:501
↓ 2 callersFunctionatani4
Return arctangent(x) given that 4/3 < x <= 5/3, with the same properties as atan. */
engine/source/omath.c:539
↓ 2 callersFunctionatani5
Return arctangent(x) given that 5/3 < x <= 2, with the same properties as atan. */
engine/source/omath.c:575
↓ 2 callersFunctionbind_get_property_map
engine/source/openborscript/binding.c:20
↓ 2 callersFunctionblend_channel16
engine/source/gamelib/pixelformat.c:605
↓ 2 callersFunctionblit
engine/android/app/jni/openbor/video.c:461
↓ 2 callersFunctionblit
engine/sdl/video.c:212
↓ 2 callersFunctionborplay
tools/borplay/source/borplay.c:193
↓ 2 callersFunctioncacheblock_mark_used
engine/source/gamelib/filecache.c:56
↓ 2 callersMethodcheckConnectionForChromebookIssue
()
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java:230
↓ 2 callersFunctionclear_named_var_list
engine/openborscript.c:117
↓ 2 callersFunctionclipbitmap
Clipbitmap: cuts off transparent edges to optimize a bitmap.
engine/source/gamelib/bitmap.c:206
↓ 2 callersFunctionclosepng
engine/source/gamelib/loadimg.c:74
↓ 2 callersFunctioncolour16
engine/source/gamelib/pixelformat.c:103
↓ 2 callersFunctioncond_create
engine/sdl/threads.c:44
↓ 2 callersFunctioncond_destroy
engine/sdl/threads.c:49
↓ 2 callersFunctioncond_signal
engine/sdl/threads.c:54
↓ 2 callersFunctioncond_wait_timed
engine/sdl/threads.c:69
↓ 2 callersFunctioncopy_archive_path
tools/borpak/source/borpak.c:363
↓ 2 callersFunctioncopyscreen_o
Screen copy function with offset options. Supports clipping.
engine/source/gamelib/screen.c:113
↓ 2 callersFunctiondest_inc
should be within a line
engine/source/gamelib/transform.c:475
↓ 2 callersMethoddisconnectBluetoothDevice
(BluetoothDevice bluetoothDevice)
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceManager.java:497
↓ 2 callersFunctiondrawBGMPlayer
engine/sdl/menu.c:577
↓ 2 callersFunctiondraw_pixel_gfx
engine/source/gamelib/transform.c:328
↓ 2 callersFunctiondraw_pixel_screen
engine/source/gamelib/transform.c:100
↓ 2 callersFunctiondrawmethod_get_property_map
engine/source/openborscript/drawmethod.c:15
↓ 2 callersFunctionentity_get_property_map
engine/source/openborscript/entity.c:889
↓ 2 callersMethodexecuteNextGattOperation
()
engine/android/app/src/main/java/org/libsdl/app/HIDDeviceBLESteamController.java:363
← previousnext →301–400 of 1,894, ranked by callers