MCPcopy Create free account

hub / github.com/btbd/smap / functions

Functions3,570 in github.com/btbd/smap

↓ 16 callersMethodoffsetLo32
Returns a 32-bit low part of a 64-bit offset or absolute address.
smap/asmjit/asmjit/core/operand.h:1111
↓ 16 callersMethodresize
Resizes the vector to hold `n` elements. If `n` is greater than the current size then the additional elements' content will be initialized to zero. I
smap/asmjit/asmjit/core/zonevector.h:374
↓ 16 callersFunctionx86EncodeMod
Encode MOD byte.
smap/asmjit/asmjit/x86/x86assembler.cpp:325
↓ 15 callersFunction_isValidRed
Tests whether the node is RED (RED node must be non-null and must have RED flag set).
smap/asmjit/asmjit/core/zonetree.h:79
↓ 15 callersFunctionconstCtz
smap/asmjit/asmjit/core/support.h:256
↓ 15 callersFunctionhasEmitterOption
Tests whether the `option` is present in emitter options.
smap/asmjit/asmjit/core/emitter.h:236
↓ 15 callersMethodhasNext
smap/asmjit/asmjit/core/jitallocator.cpp:83
↓ 15 callersMethodhasPreservedFP
Tests whether the function preserves frame pointer (EBP|ESP on X86).
smap/asmjit/asmjit/core/func.h:596
↓ 15 callersMethodinitReg
smap/asmjit/asmjit/core/func.h:226
↓ 15 callersFunctionnewConst
Put data to a constant-pool and get a memory reference to it.
smap/asmjit/asmjit/x86/x86compiler.h:166
↓ 15 callersMethodnextToken
smap/asmtk/asmtk/asmparser.cpp:87
↓ 15 callersMethodrelease
smap/asmjit/asmjit/core/virtmem.cpp:112
↓ 15 callersFunctionstbtt__buf_get8
example/imgui/stb_truetype.h:984
↓ 15 callersFunctionstbtt__csctx_rccurve_to
example/imgui/stb_truetype.h:1815
↓ 15 callersFunctionttULONG
example/imgui/stb_truetype.h:1140
↓ 14 callersMethodBufferSize
smap/translation.h:86
↓ 14 callersMethodaddFlags
Adds `flags` to `FuncValue`.
smap/asmjit/asmjit/core/func.h:266
↓ 14 callersMethodbitAt
smap/asmjit/asmjit/core/zonevector.h:503
↓ 14 callersMethodclear
smap/asmjit/asmjit/core/string.cpp:35
↓ 14 callersMethodhasFlag
Tests whether the instruction has flag `flag`, see `Flags`.
smap/asmjit/asmjit/x86/x86instdb.h:378
↓ 14 callersFunctionptr
Creates `[base.reg + offset]` memory operand.
smap/asmjit/asmjit/x86/x86operand.h:861
↓ 13 callersFunctionLoggingInternal_formatImmShuf
smap/asmjit/asmjit/x86/x86logging.cpp:300
↓ 13 callersMethodargCount
Returns the number of function arguments.
smap/asmjit/asmjit/core/func.h:370
↓ 13 callersMethodend
example/imgui/imgui.h:1044
↓ 13 callersFunctionisArmFamily
Tests whether this architecture is ARM32 or ARM64.
smap/asmjit/asmjit/core/arch.h:143
↓ 13 callersFunctionisPowerOf2
smap/asmjit/asmjit/core/support.h:421
↓ 13 callersMethodisWrite
Tests whether the register is written (writes `true` also if it's Read/Write).
smap/asmjit/asmjit/core/radefs_p.h:828
↓ 12 callersMethodInsertTranslation
Inserts a translation at the specified index
smap/translator.h:50
↓ 12 callersMethodarchId
Returns the target architecture of the function frame.
smap/asmjit/asmjit/core/func.h:577
↓ 12 callersMethodinsert
smap/asmjit/asmjit/core/constpool.h:116
↓ 12 callersMethodisImm
Tests whether the operand is an immediate (`kOpImm`).
smap/asmjit/asmjit/core/operand.h:341
↓ 12 callersFunctionpopcnt
smap/asmjit/asmjit/core/support.h:351
↓ 12 callersFunctionstbtt__find_table
@OPTIMIZE: binary search
example/imgui/stb_truetype.h:1158
↓ 11 callersMethodAddRect
a: upper-left, b: lower-right. we don't render 1 px sized rectangles properly.
example/imgui/imgui_draw.cpp:976
↓ 11 callersFunctionImHash
Pass data_size==0 for zero-terminated strings FIXME-OPT: Replace with e.g. FNV1a hash? CRC32 pretty much randomly access 1KB. Need to do proper measur
example/imgui/imgui.cpp:1023
↓ 11 callersFunctionSTB_TEXTEDIT_GETCHAR
example/imgui/imgui.cpp:8248
↓ 11 callersFunctionarchId
Returns the architecture id, see `Id`.
smap/asmjit/asmjit/core/arch.h:117
↓ 11 callersMethodarchId
smap/asmjit/asmjit/x86/x86internal.cpp:357
↓ 11 callersMethodbegin
example/imgui/imgui.h:1042
↓ 11 callersFunctionbytepack32_4x8
Pack four 8-bit integer into a 32-bit integer as it is an array of `{b0,b1,b2,b3}`.
smap/asmjit/asmjit/core/support.h:583
↓ 11 callersFunctionisInt
smap/asmjit/asmjit/core/type.h:155
↓ 11 callersMethodnextAndFlip
smap/asmjit/asmjit/core/jitallocator.cpp:102
↓ 11 callersMethodsetData
smap/asmtk/asmtk/asmtokenizer.h:66
↓ 11 callersFunctionstbtt_FindGlyphIndex
example/imgui/stb_truetype.h:1330
↓ 11 callersMethodvirtIndexAsWorkReg
smap/asmjit/asmjit/core/rapass_p.h:933
↓ 10 callersMethodAddLine
example/imgui/imgui_draw.cpp:966
↓ 10 callersMethodClear
example/imgui/imgui_draw.cpp:307
↓ 10 callersFunctionImLengthSqr
example/imgui/imgui_internal.h:150
↓ 10 callersFunctionLogRenderedText
Internal version that takes a position to decide on newline placement and pad items according to their depth. We split text into individual lines to a
example/imgui/imgui.cpp:3119
↓ 10 callersFunctionLoggingInternal_formatImmBits
smap/asmjit/asmjit/x86/x86logging.cpp:315
↓ 10 callersFunctionSTB_TEXTEDIT_STRINGLEN
example/imgui/imgui.cpp:8247
↓ 10 callersMethodeq
smap/asmjit/asmjit/core/string.cpp:438
↓ 10 callersMethodindexId
Returns the id of the INDEX register.
smap/asmjit/asmjit/core/operand.h:1064
↓ 10 callersFunctionisInitialized
smap/asmjit/asmjit/core/arch.h:96
↓ 10 callersFunctionisUInt32
smap/asmjit/asmjit/core/type.h:161
↓ 10 callersMethodlogf
smap/asmjit/asmjit/core/logging.cpp:47
↓ 10 callersMethodmarkUseDone
smap/asmjit/asmjit/core/radefs_p.h:897
↓ 10 callersMethodreset
smap/asmjit/asmjit/core/codeholder.cpp:196
↓ 10 callersFunctionresetInlineComment
Resets the comment/annotation to nullptr.
smap/asmjit/asmjit/core/emitter.h:314
↓ 10 callersFunctionrwZeroExtendGp
smap/asmjit/asmjit/x86/x86instapi.cpp:755
↓ 10 callersMethodsegmentId
Returns segment override register id, see `SReg::Id`.
smap/asmjit/asmjit/x86/x86operand.h:504
↓ 10 callersFunctionstb_textedit_prep_selection_at_cursor
update selection and cursor to match each other
example/imgui/stb_textedit.h:662
↓ 10 callersMethodu8
Returns immediate value as 8-bit unsigned integer, possibly cropped.
smap/asmjit/asmjit/core/operand.h:1229
↓ 9 callersFunctionLowerBound
std::lower_bound but without the bullshit
example/imgui/imgui.cpp:1408
↓ 9 callersMethodPathLineTo
example/imgui/imgui.h:1452
↓ 9 callersMethodSize
smap/region.h:38
↓ 9 callersMethodbegin
smap/asmjit/asmjit/core/zonevector.h:181
↓ 9 callersMethodc_str
example/imgui/imgui.h:1138
↓ 9 callersMethodcallConv
Returns the calling convention.
smap/asmjit/asmjit/core/func.h:95
↓ 9 callersFunctionemit8
smap/asmjit/asmjit/core/codebufferwriter_p.h:53
↓ 9 callersMethodextractO
Extract `O` field from the opcode.
smap/asmjit/asmjit/x86/x86opcode_p.h:398
↓ 9 callersMethodhasOffset
Tests whether the memory operand has a non-zero offset or absolute address.
smap/asmjit/asmjit/core/operand.h:1100
↓ 9 callersMethodisBound
Tests whether the label is bound.
smap/asmjit/asmjit/core/codeholder.h:374
↓ 9 callersMethodisGp
Tests whether the register is a general purpose register (any size).
smap/asmjit/asmjit/core/operand.h:745
↓ 9 callersFunctionisLarge
smap/asmjit/asmjit/core/string.h:132
↓ 9 callersFunctionisMmx
smap/asmjit/asmjit/core/type.h:181
↓ 9 callersMethodisStack
Tests whether the argument is passed by stack.
smap/asmjit/asmjit/core/func.h:275
↓ 9 callersFunctionoffset
smap/asmjit/asmjit/core/rastack_p.h:75
↓ 9 callersFunctionop
smap/asmjit/asmjit/core/rapass.cpp:683
↓ 9 callersMethodopCount
smap/asmjit/asmjit/core/inst.h:226
↓ 9 callersMethodoperands
smap/asmjit/asmjit/core/inst.h:246
↓ 9 callersMethodpop
smap/asmjit/asmjit/core/zonestack.h:191
↓ 9 callersFunctionresetInstOptions
Resets options of the next instruction.
smap/asmjit/asmjit/core/emitter.h:292
↓ 9 callersMethodsize
smap/asmjit/asmjit/core/radefs_p.h:496
↓ 9 callersMethodstackOffset
Returns a stack offset of this argument.
smap/asmjit/asmjit/core/func.h:295
↓ 9 callersFunctionstbtt__buf_seek
example/imgui/stb_truetype.h:998
↓ 9 callersFunctionstbtt__new_buf
example/imgui/stb_truetype.h:1019
↓ 9 callersFunctionstbtt_setvertex
example/imgui/stb_truetype.h:1432
↓ 9 callersMethoduseId
Returns a physical register id used for 'use' operation.
smap/asmjit/asmjit/core/radefs_p.h:882
↓ 8 callersFunctionImCharIsSpace
example/imgui/imgui_internal.h:93
↓ 8 callersMethodalloc
smap/asmjit/asmjit/core/virtmem.cpp:97
↓ 8 callersMethodassign
smap/asmjit/asmjit/x86/x86internal.cpp:288
↓ 8 callersMethodcapacity
smap/asmjit/asmjit/core/codeholder.h:133
↓ 8 callersMethodemitImmediate
smap/asmjit/asmjit/x86/x86assembler.cpp:416
↓ 8 callersFunctionfunc
Returns the current function.
smap/asmjit/asmjit/core/compiler.h:214
↓ 8 callersMethodhasBaseReg
Tests whether the BASE operand is a register (registers start after `kLabelTag`).
smap/asmjit/asmjit/core/operand.h:1035
↓ 8 callersMethodhasDynamicAlignment
Tests whether the function has to align stack dynamically.
smap/asmjit/asmjit/core/func.h:637
↓ 8 callersMethodhasIndex
Tests whether the memory operand has an INDEX register specified.
smap/asmjit/asmjit/core/operand.h:1028
↓ 8 callersMethodhasIndexReg
Tests whether the INDEX operand is a register (registers start after `kLabelTag`).
smap/asmjit/asmjit/core/operand.h:1039
↓ 8 callersMethodisInst
Tests whether this node is either `InstNode` or extends it.
smap/asmjit/asmjit/core/builder.h:529
← previousnext →101–200 of 3,570, ranked by callers