index
int64
0
66.5k
func_name
stringlengths
2
5.36k
func_dep
stringlengths
16
2.19k
func
stringlengths
8
55.3k
test
stringlengths
0
7.07k
opt
stringclasses
4 values
language
stringclasses
2 values
asm
stringlengths
0
45.4k
ida_asm
stringlengths
0
44.7k
ida_pseudo
stringlengths
0
44.3k
ghidra_asm
stringlengths
0
49.1k
ghidra_pseudo
stringlengths
0
64.7k
13,800
evmone::(anonymous namespace)::set_option(evmc_vm*, char const*, char const*)
corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/vm.cpp
evmc_set_option_result set_option(evmc_vm* c_vm, char const* c_name, char const* c_value) noexcept { const auto name = (c_name != nullptr) ? std::string_view{c_name} : std::string_view{}; const auto value = (c_value != nullptr) ? std::string_view{c_value} : std::string_view{}; auto& vm = *static_cast<VM*>(c...
O0
cpp
evmone::(anonymous namespace)::set_option(evmc_vm*, char const*, char const*): pushq %rbp movq %rsp, %rbp subq $0x130, %rsp # imm = 0x130 movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) cmpq $0x0, -0x18(%rbp) je 0x3889d movq -0x18(%rbp), %rsi leaq -0x30(%rbp), %rdi callq 0x3a3c0 jmp 0x38...
_ZN6evmone12_GLOBAL__N_110set_optionEP7evmc_vmPKcS4_: push rbp mov rbp, rsp sub rsp, 130h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx cmp [rbp+var_18], 0 jz short loc_3889D mov rsi, [rbp+var_18] lea rdi, [rbp+var_30] call _ZNSt17basic_string_viewIcSt11cha...
long long evmone::`anonymous namespace'::set_option(long long a1, long long a2, long long a3) { long long v4; // [rsp+8h] [rbp-128h] long long v5; // [rsp+10h] [rbp-120h] _QWORD v6[2]; // [rsp+18h] [rbp-118h] BYREF long long v7; // [rsp+28h] [rbp-108h] long long v8; // [rsp+30h] [rbp-100h] _BYTE v9[8]; // ...
set_option: PUSH RBP MOV RBP,RSP SUB RSP,0x130 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX CMP qword ptr [RBP + -0x18],0x0 JZ 0x0013889d MOV RSI,qword ptr [RBP + -0x18] LEA RDI,[RBP + -0x30] CALL 0x0013a3c0 JMP 0x001388a6 LAB_0013889d: LEA RDI,[RBP + -0x30] CALL 0x001...
/* evmone::(anonymous namespace)::set_option(evmc_vm*, char const*, char const*) */ int4 evmone::(anonymous_namespace)::set_option(evmc_vm *param_1,char *param_2,char *param_3) { evmc_vm *peVar1; bool bVar2; int8 local_120; int8 local_118; int8 local_110; int8 local_108; evmone local_100 [8]; int8 lo...
13,801
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
monkey531[P]llama/common/json.hpp
bool key(string_t& val) { BasicJsonType k = BasicJsonType(val); // check callback for key const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); key_keep_stack.push_back(keep); // add discarded value at given key and store the reference for l...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
_ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyERSB_: push rbp push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi lea rdi, [rs...
char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::key( long long...
key: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI LEA RDI,[RSP + 0x10] CALL 0x0015ee18 MOV RAX,qword ptr [RBX + 0x10] SUB RAX,qword ptr [RBX + 0x8] SHR RAX,0x3 MOV dword ptr [RSP + 0xc],EAX MOV byte ptr [RSP + 0xb],0x4 CMP qword ptr [RBX + 0x90],0x0 JZ 0x0015c2d6 LEA RDI,[RBX + 0x80] LAB_0015c236: LE...
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all...
13,802
LefDefParser::lefiDensity::clear()
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp
void lefiDensity::clear() { for (int i = 0; i < numLayers_; i++) { lefFree(layerName_[i]); lefFree((char*) rects_[i]); lefFree((char*) densityValue_[i]); numRects_[i] = 0; rectsAllocated_[i] = 0; } lefFree(layerName_); lefFree((char*) (rects_)); lefFree((char*...
O3
cpp
LefDefParser::lefiDensity::clear(): pushq %r15 pushq %r14 pushq %rbx movq %rdi, %rbx cmpl $0x0, (%rdi) jle 0x27d57 xorl %r14d, %r14d xorl %r15d, %r15d movq 0x8(%rbx), %rax movq (%rax,%r15,8), %rdi callq 0x26040 movq 0x20(%rbx), %rax movq (%rax,%r15,8), %rdi callq 0x26040 movq 0x28(%rbx), %rax movq (%rax,%r15,8), %rdi c...
_ZN12LefDefParser11lefiDensity5clearEv: push r15 push r14 push rbx mov rbx, rdi cmp dword ptr [rdi], 0 jle short loc_27D57 xor r14d, r14d xor r15d, r15d loc_27D15: mov rax, [rbx+8] mov rdi, [rax+r15*8]; this call _ZN12LefDefParser7lefFreeEPv; LefDefParser::lefFree(void *) mov ...
long long LefDefParser::lefiDensity::clear(LefDefParser::lefiDensity *this, void *a2) { long long v2; // r15 long long result; // rax if ( *(int *)this > 0 ) { v2 = 0LL; do { LefDefParser::lefFree(*(LefDefParser **)(*((_QWORD *)this + 1) + 8 * v2), a2); LefDefParser::lefFree(*(LefDefPa...
clear: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDI CMP dword ptr [RDI],0x0 JLE 0x00127d57 XOR R14D,R14D XOR R15D,R15D LAB_00127d15: MOV RAX,qword ptr [RBX + 0x8] MOV RDI,qword ptr [RAX + R15*0x8] CALL 0x00126040 MOV RAX,qword ptr [RBX + 0x20] MOV RDI,qword ptr [RAX + R15*0x8] CALL 0x00126040 MOV RAX,qword ptr [RBX + 0x28] M...
/* LefDefParser::lefiDensity::clear() */ void __thiscall LefDefParser::lefiDensity::clear(lefiDensity *this) { long lVar1; if (0 < *(int *)this) { lVar1 = 0; do { lefFree(*(void **)(*(long *)(this + 8) + lVar1 * 8)); lefFree(*(void **)(*(long *)(this + 0x20) + lVar1 * 8)); lefFree(*(...
13,803
my_printv_error
eloqsql/mysys/my_error.c
void my_printv_error(uint error, const char *format, myf MyFlags, va_list ap) { char ebuff[ERRMSGSIZE]; DBUG_ENTER("my_printv_error"); DBUG_PRINT("my", ("nr: %d MyFlags: %lu errno: %d format: %s", error, MyFlags, errno, format)); (void) my_vsnprintf(ebuff, sizeof(ebuff), format, ap); (*error_handler...
O0
c
my_printv_error: pushq %rbp movq %rsp, %rbp subq $0x230, %rsp # imm = 0x230 movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movl %edi, -0x214(%rbp) movq %rsi, -0x220(%rbp) movq %rdx, -0x228(%rbp) movq %rcx, -0x230(%rbp) jmp 0xf1545 leaq -0x210(%rbp), %rdi movq -0x220(%rbp), %rdx movq -0x230(%rbp), %rcx movl $0x200...
my_printv_error: push rbp mov rbp, rsp sub rsp, 230h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_214], edi mov [rbp+var_220], rsi mov [rbp+var_228], rdx mov [rbp+var_230], rcx jmp short $+2 loc_F1545: lea rdi, [rbp+var_210] mov rdx, [rbp+var_220] mov rcx, [rbp+va...
unsigned long long my_printv_error(long long a1, long long a2, long long a3, long long a4) { _BYTE v5[520]; // [rsp+20h] [rbp-210h] BYREF unsigned long long v6; // [rsp+228h] [rbp-8h] v6 = __readfsqword(0x28u); my_vsnprintf(v5, 512LL, a2, a4); error_handler_hook(); return __readfsqword(0x28u); }
my_printv_error: PUSH RBP MOV RBP,RSP SUB RSP,0x230 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV dword ptr [RBP + -0x214],EDI MOV qword ptr [RBP + -0x220],RSI MOV qword ptr [RBP + -0x228],RDX MOV qword ptr [RBP + -0x230],RCX JMP 0x001f1545 LAB_001f1545: LEA RDI,[RBP + -0x210] MOV RDX,qword ptr [RBP + ...
void my_printv_error(int4 param_1,int8 param_2,int8 param_3,int8 param_4) { long in_FS_OFFSET; int1 local_218 [520]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); my_vsnprintf(local_218,0x200,param_2,param_4); (*(code *)error_handler_hook)(param_1,local_218,param_3); if (*(long *)(in_FS_O...
13,804
OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Options)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilTableFactory.cpp
StencilTableReal<REAL> const * StencilTableFactoryReal<REAL>::Create(TopologyRefiner const & refiner, Options options) { bool interpolateVertex = options.interpolationMode==INTERPOLATE_VERTEX; bool interpolateVarying = options.interpolationMode==INTERPOLATE_VARYING; bool interpolateFaceVarying = option...
O2
cpp
OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Options): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x48, %rsp movq %rsi, %r14 movq %rdi, %r15 movq %rsi, %rax shrq $0...
_ZN10OpenSubdiv6v3_6_03Far23StencilTableFactoryRealIdE6CreateERKNS1_15TopologyRefinerENS3_7OptionsE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 48h mov r14, rsi mov r15, rdi mov rax, rsi shr rax, 20h mov ebx, r14d and ebx, 3 mov rdi, [rdi+60h]; this ...
long long OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(long long a1, unsigned long long a2) { __int16 v3; // bx OpenSubdiv::v3_6_0::Far::TopologyLevel *v4; // rdi unsigned int NumFVarValues; // r13d int v6; // ebp int v7; // r12d unsigned __int16 v8; // cx unsigned long long v9; // r1...
Create: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x48 MOV R14,RSI MOV R15,RDI MOV RAX,RSI SHR RAX,0x20 MOV EBX,R14D AND EBX,0x3 MOV RDI,qword ptr [RDI + 0x60] CMP BX,0x2 MOV qword ptr [RSP + 0x40],RAX JNZ 0x00184db5 MOV RSI,RAX CALL 0x001503d0 MOV R13D,EAX JMP 0x00184dbc LAB_00184db5: MOV RAX,qword...
/* OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Options) */ StencilTableReal<double> * OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(long param_1,ulong param_2) { ush...
13,805
OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Options)
NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilTableFactory.cpp
StencilTableReal<REAL> const * StencilTableFactoryReal<REAL>::Create(TopologyRefiner const & refiner, Options options) { bool interpolateVertex = options.interpolationMode==INTERPOLATE_VERTEX; bool interpolateVarying = options.interpolationMode==INTERPOLATE_VARYING; bool interpolateFaceVarying = option...
O3
cpp
OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Options): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rsi, %r14 movq %rdi, %r15 movq %rsi, %rbp shrq $0...
_ZN10OpenSubdiv6v3_6_03Far23StencilTableFactoryRealIdE6CreateERKNS1_15TopologyRefinerENS3_7OptionsE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov r14, rsi mov r15, rdi mov rbp, rsi shr rbp, 20h mov ebx, r14d and ebx, 3 mov rax, [rdi+60h] mov ...
long long OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(long long a1, unsigned long long a2) { __int16 v3; // bx OpenSubdiv::v3_6_0::Vtr::internal::Level *v4; // rdi unsigned int NumFVarValues; // eax int v6; // r12d int v7; // r13d unsigned int v8; // ebp unsigned long long v9; // rcx...
Create: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV R14,RSI MOV R15,RDI MOV RBP,RSI SHR RBP,0x20 MOV EBX,R14D AND EBX,0x3 MOV RAX,qword ptr [RDI + 0x60] MOV RDI,qword ptr [RAX] CMP BX,0x2 JNZ 0x00175007 MOV ESI,EBP CALL 0x0013ae50 JMP 0x0017500a LAB_00175007: MOV EAX,dword ptr [RDI + 0x8] LAB...
/* OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Options) */ StencilTableReal<double> * OpenSubdiv::v3_6_0::Far::StencilTableFactoryReal<double>::Create(long param_1,ulong param_2) { Lev...
13,806
common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int)
llama.cpp/common/common.cpp
void common_kv_cache_dump_view_seqs(const llama_kv_cache_view & view, int row_size) { static const char slot_chars[] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"; printf("=== Dumping KV cache. total cells %d, max sequences per cell %d, populated cells %d, total tokens in cache %d, largest...
O3
cpp
common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movl %esi, 0x14(%rsp) movq %rdi, %r14 movl (%rdi), %esi movl 0x4(%rdi), %edx movl 0xc(%rdi), %ecx movl 0x8(%rdi), %r8d movl 0x10(%rdi), %r9d movl 0x14(%rdi), %eax movl %eax...
_Z30common_kv_cache_dump_view_seqsRK19llama_kv_cache_viewi: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov [rsp+88h+var_74], esi mov r14, rdi mov esi, [rdi] mov edx, [rdi+4] mov ecx, [rdi+0Ch] mov r8d, [rdi+8] mov r9d, [rdi+10h] mov eax, [rdi...
long long common_kv_cache_dump_view_seqs(long long a1, int a2) { int *v3; // rbp long long v4; // rax long long v5; // rbx int *v6; // r12 long long v7; // r13 long long *i; // rbx int *v9; // r15 int v10; // ebp int *v11; // r13 long long v12; // rbx long long v13; // rax long long v14; // rdi...
common_kv_cache_dump_view_seqs: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV dword ptr [RSP + 0x14],ESI MOV R14,RDI MOV ESI,dword ptr [RDI] MOV EDX,dword ptr [RDI + 0x4] MOV ECX,dword ptr [RDI + 0xc] MOV R8D,dword ptr [RDI + 0x8] MOV R9D,dword ptr [RDI + 0x10] MOV EAX,dword ptr [RDI + 0x14] MO...
/* common_kv_cache_dump_view_seqs(llama_kv_cache_view const&, int) */ void common_kv_cache_dump_view_seqs(llama_kv_cache_view *param_1,int param_2) { int8 *puVar1; long lVar2; long *plVar3; ulong uVar4; int iVar5; long lVar6; uint uVar7; int *piVar8; int *piVar9; long lVar10; int8 *local_68; ...
13,807
ms3_deinit
eloqsql/storage/maria/libmarias3/src/marias3.c
void ms3_deinit(ms3_st *ms3) { if (!ms3) { return; } ms3debug("deinit: 0x%" PRIXPTR, (uintptr_t)ms3); ms3_cfree(ms3->s3secret); ms3_cfree(ms3->s3key); ms3_cfree(ms3->region); ms3_cfree(ms3->base_domain); ms3_cfree(ms3->iam_role); ms3_cfree(ms3->role_key); ms3_cfree(ms3->role_secret); ms3_cf...
O3
c
ms3_deinit: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx testq %rdi, %rdi je 0xf494 movq %rdi, %rbx callq 0xa3b0 testb %al, %al je 0xf3ff movq 0xbbdf(%rip), %rax # 0x1afb8 movq (%rax), %rdi leaq 0x6871(%rip), %rdx # 0x15c54 leaq 0x688c(%rip), %rcx # 0x15c76 movl $0x1, %esi movl $0x146, %r8d ...
ms3_deinit: push rbp mov rbp, rsp push r14 push rbx test rdi, rdi jz loc_F494 mov rbx, rdi call _ms3debug_get test al, al jz short loc_F3FF mov rax, cs:stderr_ptr mov rdi, [rax] lea rdx, aLibmarias3SDDe; "[libmarias3] %s:%d deinit: 0x%lX\n" lea rcx, aWorkspaceLlm4b; "...
void ms3_deinit(_QWORD *a1) { if ( a1 ) { if ( ms3debug_get() ) __fprintf_chk( stderr, 1LL, "[libmarias3] %s:%d deinit: 0x%lX\n", "/workspace/llm4binary/github2025/eloqsql/storage/maria/libmarias3/src/marias3.c", 326, a1); ms3_cfree(a1[1]); ms3_cfre...
ms3_deinit: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX TEST RDI,RDI JZ 0x0010f494 MOV RBX,RDI CALL 0x0010a3b0 TEST AL,AL JZ 0x0010f3ff MOV RAX,qword ptr [0x0011afb8] MOV RDI,qword ptr [RAX] LEA RDX,[0x115c54] LEA RCX,[0x115c76] MOV ESI,0x1 MOV R8D,0x146 MOV R9,RBX XOR EAX,EAX CALL 0x0010a8d0 LAB_0010f3ff: MOV R14,qword ptr...
void ms3_deinit(int8 *param_1) { int *puVar1; char cVar2; if (param_1 != (int8 *)0x0) { cVar2 = ms3debug_get(); if (cVar2 != '\0') { __fprintf_chk(*(int8 *)PTR_stderr_0011afb8,1,"[libmarias3] %s:%d deinit: 0x%lX\n", "/workspace/llm4binary/github2025/eloqsql/storage/maria/lib...
13,808
ma_set_data_pagecache_callbacks
eloqsql/storage/maria/ma_open.c
void _ma_set_data_pagecache_callbacks(PAGECACHE_FILE *file, MARIA_SHARE *share) { pagecache_file_set_null_hooks(file); file->callback_data= (uchar*) share; file->flush_log_callback= &maria_flush_log_for_page_none; /* Do nothing */ file->post_write_hook= maria_page_write_fai...
O3
c
ma_set_data_pagecache_callbacks: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rsi, %rbx movq %rdi, %r14 callq 0x3d58f movq %rbx, 0x40(%r14) leaq -0x2dc80(%rip), %rax # 0x3e174 movq %rax, 0x38(%r14) leaq -0x2dcf1(%rip), %rax # 0x3e10e movq %rax, 0x30(%r14) cmpb $0x0, 0x7d9(%rbx) je 0x6be24 leaq -0x2dd52(...
_ma_set_data_pagecache_callbacks: push rbp mov rbp, rsp push r14 push rbx mov rbx, rsi mov r14, rdi call pagecache_file_set_null_hooks mov [r14+40h], rbx lea rax, maria_flush_log_for_page_none mov [r14+38h], rax lea rax, maria_page_write_failure mov [r14+30h], rax cmp byt...
long long ( * ma_set_data_pagecache_callbacks(_QWORD *a1, long long a2))() { long long ( *result)(); // rax pagecache_file_set_null_hooks((long long)a1); a1[8] = a2; a1[7] = maria_flush_log_for_page_none; a1[6] = maria_page_write_failure; if ( *(_BYTE *)(a2 + 2009) ) { a1[4] = maria_page_crc_check_no...
_ma_set_data_pagecache_callbacks: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RSI MOV R14,RDI CALL 0x0013d58f MOV qword ptr [R14 + 0x40],RBX LEA RAX,[0x13e174] MOV qword ptr [R14 + 0x38],RAX LEA RAX,[0x13e10e] MOV qword ptr [R14 + 0x30],RAX CMP byte ptr [RBX + 0x7d9],0x0 JZ 0x0016be24 LEA RAX,[0x13e0c1] MOV qword pt...
void _ma_set_data_pagecache_callbacks(long param_1,long param_2) { code *pcVar1; pagecache_file_set_null_hooks(); *(long *)(param_1 + 0x40) = param_2; *(code **)(param_1 + 0x38) = maria_flush_log_for_page_none; *(code **)(param_1 + 0x30) = maria_page_write_failure; if (*(char *)(param_2 + 0x7d9) == '\0...
13,809
my_create_with_symlink
eloqsql/mysys/my_symlink2.c
File my_create_with_symlink(const char *linkname, const char *filename, int createflags, int access_flags, myf MyFlags) { File file; int tmp_errno; /* Test if we should create a link */ int create_link; char abs_linkname[FN_REFLEN]; DBUG_ENTER("my_create_with_symlink"); DBUG_PRINT("enter", ("linkna...
O3
c
my_create_with_symlink: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x218, %rsp # imm = 0x218 movq %r8, %r15 movq %rsi, %rbx movq %rdi, %r14 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) leaq 0xb689f7(%rip), %rax # 0xc0a95c cmpb $0x0, (%rax) je 0xa1f76 testq %r14, ...
my_create_with_symlink: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 218h mov r15, r8 mov rbx, rsi mov r14, rdi mov rax, fs:28h mov [rbp+var_30], rax lea rax, my_disable_symlinks cmp byte ptr [rax], 0 jz short loc_A1F76 test r1...
long long my_create_with_symlink(const char *a1, long long a2, unsigned int a3, int a4, long long a5) { long long v6; // rbx BOOL v7; // r13d unsigned int v8; // r13d int v9; // r12d int v10; // eax int v11; // r12d int v12; // eax int v13; // r12d int v14; // r14d unsigned int v16; // [rsp+Ch] [rb...
my_create_with_symlink: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x218 MOV R15,R8 MOV RBX,RSI MOV R14,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX LEA RAX,[0xd0a95c] CMP byte ptr [RAX],0x0 JZ 0x001a1f76 TEST R14,R14 CMOVNZ RBX,R14 LAB_001a1f71: XOR R13D,R13D JMP 0x001...
int my_create_with_symlink (char *param_1,char *param_2,int4 param_3,int4 param_4,int8 param_5) { int4 uVar1; int iVar2; int iVar3; int4 *puVar4; int *piVar5; long in_FS_OFFSET; bool bVar6; char local_238 [512]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); if (my_di...
13,810
pagecache_delete_pages
eloqsql/storage/maria/ma_pagecache.c
my_bool pagecache_delete_pages(PAGECACHE *pagecache, PAGECACHE_FILE *file, pgcache_page_no_t pageno, uint page_count, enum pagecache_page_lock lock, my_bool flush) {...
O0
c
pagecache_delete_pages: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movb %r9b, %al movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl %ecx, -0x24(%rbp) movl %r8d, -0x28(%rbp) movb %al, -0x29(%rbp) jmp 0x30393 movq -0x20(%rbp), %rax movl -0x24(%rbp), %ecx addq %rcx, %rax movq %rax, -0x38(%rbp) mov...
pagecache_delete_pages: push rbp mov rbp, rsp sub rsp, 40h mov al, r9b mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_24], ecx mov [rbp+var_28], r8d mov [rbp+var_29], al jmp short $+2 loc_30393: mov rax, [rbp+var_20] mov ecx, [rbp+var_24...
char pagecache_delete_pages(_QWORD *a1, long long a2, long long a3, unsigned int a4, unsigned int a5, bool a6) { long long v7; // [rsp+8h] [rbp-38h] long long v10; // [rsp+20h] [rbp-20h] v10 = a3; v7 = a4 + a3; do { if ( pagecache_delete(a1, a2, v10, a5, a6) ) return 1; ++v10; } while ( ...
pagecache_delete_pages: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV AL,R9B MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV dword ptr [RBP + -0x24],ECX MOV dword ptr [RBP + -0x28],R8D MOV byte ptr [RBP + -0x29],AL JMP 0x00130393 LAB_00130393: MOV RAX,qword ptr [RBP + -0x20] ...
int1 pagecache_delete_pages (int8 param_1,int8 param_2,long param_3,uint param_4,int4 param_5, char param_6) { char cVar1; long local_28; local_28 = param_3; do { cVar1 = pagecache_delete(param_1,param_2,local_28,param_5,(int)param_6); if (cVar1 != '\0') { return 1; } ...
13,811
ft_nlq_find_relevance
eloqsql/storage/myisam/ft_nlq_search.c
float ft_nlq_find_relevance(FT_INFO *handler, uchar *record __attribute__((unused)), uint length __attribute__((unused))) { int a,b,c; FT_DOC *docs=handler->doc; my_off_t docid=handler->info->lastpos; if (docid == HA_POS_ERROR) return -5.0; /* Assuming docs[] is sorted by dpos... */ fo...
O3
c
ft_nlq_find_relevance: pushq %rbp movq %rsp, %rbp movq 0x8(%rdi), %rax movq 0x170(%rax), %rax cmpq $-0x1, %rax je 0x4cc6f movl 0x10(%rdi), %ecx addq $0x18, %rdi xorl %edx, %edx cmpl $0x2, %ecx jl 0x4cc4e xorl %r8d, %r8d movl %ecx, %r9d movl %ecx, %esi movl %r9d, %edx shrl $0x1f, %edx addl %r9d, %edx sarl %edx movslq %e...
ft_nlq_find_relevance: push rbp mov rbp, rsp mov rax, [rdi+8] mov rax, [rax+170h] cmp rax, 0FFFFFFFFFFFFFFFFh jz short loc_4CC6F mov ecx, [rdi+10h] add rdi, 18h xor edx, edx cmp ecx, 2 jl short loc_4CC4E xor r8d, r8d mov r9d, ecx mov esi, ecx loc_4CC1E: mov e...
float ft_nlq_find_relevance(long long a1) { unsigned long long v1; // rax int v2; // ecx long long v3; // rdi int v4; // edx int v5; // r8d int v6; // r9d int v7; // esi float result; // xmm0_4 long long v9; // rcx v1 = *(_QWORD *)(*(_QWORD *)(a1 + 8) + 368LL); if ( v1 == -1LL ) return -5.0;...
ft_nlq_find_relevance: PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RDI + 0x8] MOV RAX,qword ptr [RAX + 0x170] CMP RAX,-0x1 JZ 0x0014cc6f MOV ECX,dword ptr [RDI + 0x10] ADD RDI,0x18 XOR EDX,EDX CMP ECX,0x2 JL 0x0014cc4e XOR R8D,R8D MOV R9D,ECX MOV ESI,ECX LAB_0014cc1e: MOV EDX,R9D SHR EDX,0x1f ADD EDX,R9D SAR EDX,0x1 MOVSXD...
float ft_nlq_find_relevance(long param_1) { int iVar1; ulong uVar2; int iVar3; int iVar4; int iVar5; int iVar6; float fVar7; uVar2 = *(ulong *)(*(long *)(param_1 + 8) + 0x170); fVar7 = DAT_00191014; if (uVar2 != 0xffffffffffffffff) { iVar1 = *(int *)(param_1 + 0x10); param_1 = param_1 +...
13,812
nglog::LogMessage::SaveOrSendToLog()
ng-log[P]ng-log/src/logging.cc
EXCLUSIVE_LOCKS_REQUIRED(log_mutex) { if (data_->outvec_ != nullptr) { RAW_DCHECK(data_->num_chars_to_log_ > 0 && data_->message_text_[data_->num_chars_to_log_ - 1] == '\n', ""); // Omit prefix of message and trailing newline when recording in outvec_. const char* start =...
O1
cpp
nglog::LogMessage::SaveOrSendToLog(): pushq %r15 pushq %r14 pushq %rbx subq $0x20, %rsp movq %rdi, %rbx movq 0x8(%rdi), %rax cmpq $0x0, 0x76b0(%rax) je 0xba41 movq 0x76c0(%rax), %rcx testq %rcx, %rcx je 0xb9ab cmpb $0xa, 0x3(%rcx,%rax) je 0xb9d8 leaq 0x17f50(%rip), %rsi # 0x23902 leaq 0x17f90(%rip), %rcx # 0x23...
_ZN5nglog10LogMessage15SaveOrSendToLogEv: push r15 push r14 push rbx sub rsp, 20h mov rbx, rdi mov rax, [rdi+8] cmp qword ptr [rax+76B0h], 0 jz loc_BA41 mov rcx, [rax+76C0h] test rcx, rcx jz short loc_B9AB cmp byte ptr [rcx+rax+3], 0Ah jz short loc_B9D8 loc_B9AB: lea ...
void nglog::LogMessage::SaveOrSendToLog(nglog::LogMessage *this) { long long v1; // rax long long v2; // rcx _QWORD *v3; // rax long long v4; // rbx long long v5; // rcx _BYTE *v6; // rsi long long v7; // rdx void *v8[2]; // [rsp+0h] [rbp-38h] BYREF _QWORD v9[5]; // [rsp+10h] [rbp-28h] BYREF v1 = ...
SaveOrSendToLog: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x20 MOV RBX,RDI MOV RAX,qword ptr [RDI + 0x8] CMP qword ptr [RAX + 0x76b0],0x0 JZ 0x0010ba41 MOV RCX,qword ptr [RAX + 0x76c0] TEST RCX,RCX JZ 0x0010b9ab CMP byte ptr [RCX + RAX*0x1 + 0x3],0xa JZ 0x0010b9d8 LAB_0010b9ab: LEA RSI,[0x123902] LEA RCX,[0x123949] LEA R8,[0...
/* nglog::LogMessage::SaveOrSendToLog() */ void __thiscall nglog::LogMessage::SaveOrSendToLog(LogMessage *this) { long lVar1; vector<std::__cxx11::string,std::allocator<std::__cxx11::string>> *this_00; long lVar2; long *local_38 [2]; long local_28 [2]; lVar1 = *(long *)(this + 8); if (*(long *)(lVar...
13,813
get_salt_from_password_323
eloqsql/sql/password.c
void get_salt_from_password_323(ulong *res, const char *password) { res[0]= res[1]= 0; if (password) { while (*password) { ulong val=0; uint i; for (i=0 ; i < 8 ; i++) val=(val << 4)+char_val(*password++); *res++=val; } } }
O0
c
get_salt_from_password_323: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq $0x0, 0x8(%rax) movq -0x8(%rbp), %rax movq $0x0, (%rax) cmpq $0x0, -0x10(%rbp) je 0x3a976 jmp 0x3a900 movq -0x10(%rbp), %rax cmpb $0x0, (%rax) je 0x3a974 movq $0x0, -0x18(%rbp)...
get_salt_from_password_323: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_8] mov qword ptr [rax+8], 0 mov rax, [rbp+var_8] mov qword ptr [rax], 0 cmp [rbp+var_10], 0 jz short loc_3A976 jmp short $+2 loc_3A900: mov rax,...
_BYTE * get_salt_from_password_323(long long *a1, unsigned __int8 *a2) { _BYTE *result; // rax unsigned __int8 *v3; // rax long long *v4; // rax unsigned int i; // [rsp+14h] [rbp-1Ch] long long v6; // [rsp+18h] [rbp-18h] unsigned __int8 *v7; // [rsp+20h] [rbp-10h] long long *v8; // [rsp+28h] [rbp-8h] v...
get_salt_from_password_323: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0x8],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX],0x0 CMP qword ptr [RBP + -0x10],0x0 JZ 0x0013a976 JMP 0x0013a900 LAB_0013a900: MOV ...
void get_salt_from_password_323(long *param_1,char *param_2) { byte bVar1; uint local_24; long local_20; char *local_18; long *local_10; param_1[1] = 0; *param_1 = 0; local_18 = param_2; local_10 = param_1; if (param_2 != (char *)0x0) { while (*local_18 != '\0') { local_20 = 0; ...
13,814
usage
eloqsql/libmariadb/unittest/libmariadb/my_test.h
static void usage() { printf("Execute test with the following options:\n"); printf("-h hostname\n"); printf("-u username\n"); printf("-p password\n"); printf("-d database\n"); printf("-S socketname\n"); printf("-t force use of TLS\n"); printf("-P port number\n"); printf("? displays this help and exit...
O3
c
usage: pushq %rbp movq %rsp, %rbp leaq 0x202f2(%rip), %rsi # 0x3989f movl $0x1, %edi xorl %eax, %eax callq 0x13030 leaq 0x20309(%rip), %rsi # 0x398c9 movl $0x1, %edi xorl %eax, %eax callq 0x13030 leaq 0x20303(%rip), %rsi # 0x398d6 movl $0x1, %edi xorl %eax, %eax callq 0x13030 leaq 0x202fd(%rip), %rsi # ...
usage: push rbp mov rbp, rsp lea rsi, aExecuteTestWit; "Execute test with the following options"... mov edi, 1 xor eax, eax call ___printf_chk lea rsi, aHHostname; "-h hostname\n" mov edi, 1 xor eax, eax call ___printf_chk lea rsi, aUUsername; "-u username\n" mov edi, 1 xor ...
long long usage() { __printf_chk(1LL, "Execute test with the following options:\n"); __printf_chk(1LL, "-h hostname\n"); __printf_chk(1LL, "-u username\n"); __printf_chk(1LL, "-p password\n"); __printf_chk(1LL, "-d database\n"); __printf_chk(1LL, "-S socketname\n"); __printf_chk(1LL, "-t force use of TLS\...
usage: PUSH RBP MOV RBP,RSP LEA RSI,[0x13989f] MOV EDI,0x1 XOR EAX,EAX CALL 0x00113030 LEA RSI,[0x1398c9] MOV EDI,0x1 XOR EAX,EAX CALL 0x00113030 LEA RSI,[0x1398d6] MOV EDI,0x1 XOR EAX,EAX CALL 0x00113030 LEA RSI,[0x1398e3] MOV EDI,0x1 XOR EAX,EAX CALL 0x00113030 LEA RSI,[0x1398f0] MOV EDI,0x1 XOR EAX,EAX CALL 0x001130...
void usage(void) { __printf_chk(1,"Execute test with the following options:\n"); __printf_chk(1,"-h hostname\n"); __printf_chk(1,"-u username\n"); __printf_chk(1,"-p password\n"); __printf_chk(1,"-d database\n"); __printf_chk(1,"-S socketname\n"); __printf_chk(1,"-t force use of TLS\n"); __printf_chk(...
13,815
ma_update_state_lsns
eloqsql/storage/maria/ma_create.c
int _ma_update_state_lsns(MARIA_SHARE *share, LSN lsn, TrID create_trid, my_bool do_sync, my_bool update_create_rename_lsn) { int res; DBUG_ENTER("_ma_update_state_lsns"); mysql_mutex_lock(&share->intern_lock); res= _ma_update_state_lsns_sub(share, lsn, create_trid, do_sync, ...
O0
c
ma_update_state_lsns: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movb %r8b, %al movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movb %cl, -0x19(%rbp) movb %al, -0x1a(%rbp) movq -0x8(%rbp), %rdi addq $0x8f0, %rdi # imm = 0x8F0 leaq 0xdc184(%rip), %rsi # 0x153d33 movl $0x58d, %edx ...
_ma_update_state_lsns: push rbp mov rbp, rsp sub rsp, 30h mov al, r8b mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_19], cl mov [rbp+var_1A], al mov rdi, [rbp+var_8] add rdi, 8F0h lea rsi, aWorkspaceLlm4b_14; "/workspace/llm4binary/github202...
long long ma_update_state_lsns(long long a1, long long a2, long long a3, char a4, char a5) { unsigned int updated; // [rsp+10h] [rbp-20h] inline_mysql_mutex_lock_10( a1 + 2288, (long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_create.c", 0x58Du); updated = ma_update_state_lsns_su...
_ma_update_state_lsns: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV AL,R8B MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV byte ptr [RBP + -0x19],CL MOV byte ptr [RBP + -0x1a],AL MOV RDI,qword ptr [RBP + -0x8] ADD RDI,0x8f0 LEA RSI,[0x253d33] MOV EDX,0x58d CALL 0x00176df0 MOV...
int4 _ma_update_state_lsns(long param_1,int8 param_2,int8 param_3,char param_4,char param_5) { int4 uVar1; inline_mysql_mutex_lock (param_1 + 0x8f0,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_create.c", 0x58d); uVar1 = _ma_update_state_lsns_sub(param_1,param_2,param_3,...
13,816
my_b_write
eloqsql/mysys/mf_iocache.c
int _my_b_write(IO_CACHE *info, const uchar *Buffer, size_t Count) { size_t rest_length; int res; /* Always use my_b_flush_io_cache() to flush write_buffer! */ DBUG_ASSERT(Buffer != info->write_buffer); if (info->pos_in_file + info->buffer_length > info->end_of_file) { my_errno=errno=EFBIG; return...
O3
c
my_b_write: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rbx movq 0xe8(%rdi), %rax addq (%rdi), %rax cmpq 0x8(%rdi), %rax jbe 0xb114b callq 0x2a870 movl $0x1b, %r14d movl %r14d, (%rax) callq 0xc14ee movl %r14d, (%rax) movl $0xffffffff, 0xe4(%rbx) # imm = 0xFFF...
_my_b_write: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rdi mov rax, [rdi+0E8h] add rax, [rdi] cmp rax, [rdi+8] jbe short loc_B114B call ___errno_location mov r14d, 1Bh mov [rax], r14d call _my_thread_var mov [rax],...
long long my_b_write(long long a1, long long a2, long long a3) { unsigned int v4; // r12d long long v6; // rdi long long v7; // r13 long long v8; // r15 long long v9; // r14 long long v10; // r13 long long v11; // rax long long v12; // r14 if ( *(_QWORD *)a1 + *(_QWORD *)(a1 + 232) <= *(_QWORD *)(a1...
_my_b_write: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDI MOV RAX,qword ptr [RDI + 0xe8] ADD RAX,qword ptr [RDI] CMP RAX,qword ptr [RDI + 0x8] JBE 0x001b114b CALL 0x0012a870 MOV R14D,0x1b MOV dword ptr [RAX],R14D CALL 0x001c14ee MOV dword ptr [RAX],R14D MOV dword ptr [RBX + 0xe...
int _my_b_write(long *param_1,void *param_2,size_t param_3) { long lVar1; int iVar2; int iVar3; int *piVar4; int4 *puVar5; size_t __n; size_t __n_00; if ((ulong)param_1[1] < (ulong)(param_1[0x1d] + *param_1)) { piVar4 = __errno_location(); *piVar4 = 0x1b; puVar5 = (int4 *)_my_thread_var...
13,817
ma_read_bitmap_page
eloqsql/storage/maria/ma_bitmap.c
static my_bool _ma_read_bitmap_page(MARIA_HA *info, MARIA_FILE_BITMAP *bitmap, pgcache_page_no_t page) { MARIA_SHARE *share= info->s; my_bool res; DBUG_ENTER("_ma_read_bitmap_page"); DBUG_PRINT("enter", ("page: %lld data_file_length: %lld"...
O0
c
ma_read_bitmap_page: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x28(%rbp) jmp 0x660d1 jmp 0x660d3 jmp 0x660d5 jmp 0x660d7 jmp 0x660d9 movq -0x20(%rbp), %rcx movq -0x18(%rbp), %rax movq %rcx, 0x10(...
_ma_read_bitmap_page: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_28], rax jmp short $+2 loc_660D1: jmp short $+2 loc_660D3: jmp short $+2 loc_660D5: jmp short $+...
bool ma_read_bitmap_page(_DWORD *a1, long long a2, long long a3) { long long v3; // rax int *v4; // rax long long v5; // rdx long long v6; // rcx long long v7; // r8 int v8; // r9d bool v10; // [rsp+1Fh] [rbp-41h] unsigned long long v11; // [rsp+20h] [rbp-40h] _BYTE *v12; // [rsp+28h] [rbp-38h] cha...
_ma_read_bitmap_page: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x28],RAX JMP 0x001660d1 LAB_001660d1: JMP 0x001660d3 LAB_001660d3: JMP 0x001660d5 LAB_001...
int8 _ma_read_bitmap_page(long *param_1,long param_2,long param_3) { ulong uVar1; ulong uVar2; int8 uVar3; int7 uVar6; long lVar4; int4 *puVar5; bool bVar7; char *local_40; char local_9; lVar4 = *param_1; *(long *)(param_2 + 0x10) = param_3; uVar2 = (param_3 + 1) * (ulong)*(uint *)(param_2 ...
13,818
my_strnncollsp_nchars_binary
eloqsql/strings/ctype-bin.c
static int my_strnncollsp_nchars_binary(CHARSET_INFO * cs __attribute__((unused)), const uchar *s, size_t slen, const uchar *t, size_t tlen, size_t nchars) { set_if_smaller(slen, nchars); set_if_s...
O3
c
my_strnncollsp_nchars_binary: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %r9, %rbx movq %rdx, %r14 cmpq %r9, %rdx cmovaeq %r9, %r14 movq %rsi, %rdi cmpq %r9, %r8 cmovbq %r8, %rbx cmpq %rbx, %r14 movq %rbx, %rdx cmovbq %r14, %rdx movq %rcx, %rsi callq 0x29890 subl %ebx, %r14d testl %eax, %eax cmovel %r14d, %e...
my_strnncollsp_nchars_binary: push rbp mov rbp, rsp push r14 push rbx mov rbx, r9 mov r14, rdx cmp rdx, r9 cmovnb r14, r9 mov rdi, rsi cmp r8, r9 cmovb rbx, r8 cmp r14, rbx mov rdx, rbx cmovb rdx, r14 mov rsi, rcx call _memcmp sub r14d, ebx test eax, eax cmovz...
long long my_strnncollsp_nchars_binary( long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5, unsigned long long a6) { unsigned long long v6; // rbx unsigned long long v7; // r14 unsigned long long v8; // rdx long long result; //...
my_strnncollsp_nchars_binary: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,R9 MOV R14,RDX CMP RDX,R9 CMOVNC R14,R9 MOV RDI,RSI CMP R8,R9 CMOVC RBX,R8 CMP R14,RBX MOV RDX,RBX CMOVC RDX,R14 MOV RSI,RCX CALL 0x00129890 SUB R14D,EBX TEST EAX,EAX CMOVZ EAX,R14D POP RBX POP R14 POP RBP RET
int my_strnncollsp_nchars_binary (int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5, ulong param_6) { int iVar1; ulong __n; if (param_6 <= param_3) { param_3 = param_6; } if (param_5 < param_6) { param_6 = param_5; } __n = param_6; if (param_3 ...
13,819
minja::SliceExpr::~SliceExpr()
monkey531[P]llama/common/minja.hpp
SliceExpr(const Location & location, std::shared_ptr<Expression> && s, std::shared_ptr<Expression> && e) : Expression(location), start(std::move(s)), end(std::move(e)) {}
O1
cpp
minja::SliceExpr::~SliceExpr(): pushq %rbx movq %rdi, %rbx leaq 0x9b923(%rip), %rax # 0x12a6d8 addq $0x10, %rax movq %rax, (%rdi) movq 0x38(%rdi), %rdi testq %rdi, %rdi je 0x8edca callq 0x6c090 movq 0x28(%rbx), %rdi testq %rdi, %rdi je 0x8edd8 callq 0x6c090 leaq 0x9b5c9(%rip), %rax # 0x12a3a8 addq $0x10, %rax m...
_ZN5minja9SliceExprD2Ev: push rbx mov rbx, rdi lea rax, _ZTVN5minja9SliceExprE; `vtable for'minja::SliceExpr add rax, 10h mov [rdi], rax mov rdi, [rdi+38h] test rdi, rdi jz short loc_8EDCA call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv; std::_Sp_counted_base<...
void minja::SliceExpr::~SliceExpr(minja::SliceExpr *this) { volatile signed __int32 *v2; // rdi volatile signed __int32 *v3; // rdi volatile signed __int32 *v4; // rdi *(_QWORD *)this = &`vtable for'minja::SliceExpr + 2; v2 = (volatile signed __int32 *)*((_QWORD *)this + 7); if ( v2 ) std::_Sp_counted...
~SliceExpr: PUSH RBX MOV RBX,RDI LEA RAX,[0x22a6d8] ADD RAX,0x10 MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x38] TEST RDI,RDI JZ 0x0018edca CALL 0x0016c090 LAB_0018edca: MOV RDI,qword ptr [RBX + 0x28] TEST RDI,RDI JZ 0x0018edd8 CALL 0x0016c090 LAB_0018edd8: LEA RAX,[0x22a3a8] ADD RAX,0x10 MOV qword ptr [RBX],RAX...
/* minja::SliceExpr::~SliceExpr() */ void __thiscall minja::SliceExpr::~SliceExpr(SliceExpr *this) { *(int ***)this = &PTR_do_evaluate_0022a6e8; if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x38) != (_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *)0x0) { std::_Sp_counted_base<(__gnu_cxx...
13,820
minja::SliceExpr::~SliceExpr()
monkey531[P]llama/common/minja.hpp
SliceExpr(const Location & location, std::shared_ptr<Expression> && s, std::shared_ptr<Expression> && e) : Expression(location), start(std::move(s)), end(std::move(e)) {}
O3
cpp
minja::SliceExpr::~SliceExpr(): pushq %rbx movq %rdi, %rbx leaq 0x99e9b(%rip), %rax # 0x1286d8 addq $0x10, %rax movq %rax, (%rdi) movq 0x38(%rdi), %rdi testq %rdi, %rdi je 0x8e852 callq 0x6c8e8 movq 0x28(%rbx), %rdi testq %rdi, %rdi je 0x8e860 callq 0x6c8e8 leaq 0x99b41(%rip), %rax # 0x1283a8 addq $0x10, %rax m...
_ZN5minja9SliceExprD2Ev: push rbx mov rbx, rdi lea rax, _ZTVN5minja9SliceExprE; `vtable for'minja::SliceExpr add rax, 10h mov [rdi], rax mov rdi, [rdi+38h] test rdi, rdi jz short loc_8E852 call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv; std::_Sp_counted_base<...
void minja::SliceExpr::~SliceExpr(minja::SliceExpr *this) { volatile signed __int32 *v2; // rdi volatile signed __int32 *v3; // rdi volatile signed __int32 *v4; // rdi *(_QWORD *)this = &`vtable for'minja::SliceExpr + 2; v2 = (volatile signed __int32 *)*((_QWORD *)this + 7); if ( v2 ) std::_Sp_counted...
~SliceExpr: PUSH RBX MOV RBX,RDI LEA RAX,[0x2286d8] ADD RAX,0x10 MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x38] TEST RDI,RDI JZ 0x0018e852 CALL 0x0016c8e8 LAB_0018e852: MOV RDI,qword ptr [RBX + 0x28] TEST RDI,RDI JZ 0x0018e860 CALL 0x0016c8e8 LAB_0018e860: LEA RAX,[0x2283a8] ADD RAX,0x10 MOV qword ptr [RBX],RAX...
/* minja::SliceExpr::~SliceExpr() */ void __thiscall minja::SliceExpr::~SliceExpr(SliceExpr *this) { *(int ***)this = &PTR_do_evaluate_002286e8; if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x38) != (_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *)0x0) { std::_Sp_counted_base<(__gnu_cxx...
13,821
nglog::ReprintFatalMessage()
ng-log[P]ng-log/src/logging.cc
void ReprintFatalMessage() { if (fatal_message[0]) { const size_t n = strlen(fatal_message); if (!FLAGS_logtostderr) { // Also write to stderr (don't color to avoid terminal checks) WriteToStderr(fatal_message, n); } LogDestination::LogToAllLogfiles(NGLOG_ERROR, fatal_time, fatal_message, ...
O2
cpp
nglog::ReprintFatalMessage(): cmpb $0x0, 0x36b76(%rip) # 0x41c30 je 0xb101 pushq %rbx leaq 0x36b6c(%rip), %rdi # 0x41c30 callq 0x7220 movq %rax, %rbx leaq 0x279ef(%rip), %rax # 0x32ac2 cmpb $0x0, (%rax) jne 0xb0e7 leaq 0x36b51(%rip), %rdi # 0x41c30 movq %rbx, %rsi callq 0xb102 leaq 0x36c42(%rip), %rsi ...
_ZN5nglog19ReprintFatalMessageEv: cmp cs:_ZN5nglogL13fatal_messageE, 0; nglog::fatal_message jz short locret_B101 push rbx lea rdi, _ZN5nglogL13fatal_messageE; nglog::fatal_message call _strlen mov rbx, rax lea rax, _ZN3fLB17FLAGS_logtostderrE; fLB::FLAGS_logtostderr cmp byte ptr [rax], 0...
void nglog::ReprintFatalMessage(nglog *this) { unsigned long long v1; // rdx const char *v2; // rbx if ( nglog::fatal_message[0] ) { v2 = (const char *)strlen(nglog::fatal_message); if ( !fLB::FLAGS_logtostderr ) nglog::WriteToStderr((nglog *)nglog::fatal_message, v2, v1); nglog::LogDestinat...
ReprintFatalMessage: CMP byte ptr [0x00141c30],0x0 JZ 0x0010b101 PUSH RBX LEA RDI,[0x141c30] CALL 0x00107220 MOV RBX,RAX LEA RAX,[0x132ac2] CMP byte ptr [RAX],0x0 JNZ 0x0010b0e7 LEA RDI,[0x141c30] MOV RSI,RBX CALL 0x0010b102 LAB_0010b0e7: LEA RSI,[0x141d30] LEA RDX,[0x141c30] PUSH 0x2 POP RDI MOV RCX,RBX POP RBX JMP 0x...
/* nglog::ReprintFatalMessage() */ void nglog::ReprintFatalMessage(void) { size_t sVar1; if (fatal_message != '\0') { sVar1 = strlen(&fatal_message); if (fLB::FLAGS_logtostderr == '\0') { WriteToStderr(&fatal_message,sVar1); } LogDestination::LogToAllLogfiles(2,&fatal_time,&fatal_message...
13,822
ftb_find_relevance_parse
eloqsql/storage/myisam/ft_boolean_search.c
static int ftb_find_relevance_parse(MYSQL_FTPARSER_PARAM *param, const char *doc, int len) { MY_FTB_FIND_PARAM *ftb_param= param->mysql_ftparam; FT_INFO *ftb= ftb_param->ftb; uchar *end= (uchar*) doc + len; FT_WORD w; while (ft_simple_get_word(ftb->charset, (uchar**) &doc, ...
O0
c
ftb_find_relevance_parse: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq -0x8(%rbp), %rax movq 0x18(%rax), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax movq (%rax), %rax movq %rax, -0x28(%rbp) movq -0x10(%rbp), %rax movslq -0x14(%rbp), %rcx add...
ftb_find_relevance_parse: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov rax, [rbp+var_8] mov rax, [rax+18h] mov [rbp+var_20], rax mov rax, [rbp+var_20] mov rax, [rax] mov [rbp+var_28], rax mov rax, [rbp+var_10] ...
long long ftb_find_relevance_parse(long long a1, long long a2, int a3) { long long v4; // [rsp+8h] [rbp-48h] BYREF long long v5; // [rsp+18h] [rbp-38h] long long v6; // [rsp+20h] [rbp-30h] long long v7; // [rsp+28h] [rbp-28h] long long *v8; // [rsp+30h] [rbp-20h] int v9; // [rsp+3Ch] [rbp-14h] long long ...
ftb_find_relevance_parse: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x18] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] MOV RAX,qword ptr [RAX] MOV qword ptr [...
int8 ftb_find_relevance_parse(long param_1,long param_2,int param_3) { char cVar1; int8 local_50 [2]; ulong local_40; long local_38; long local_30; long *local_28; int local_1c; long local_18; long local_10; local_28 = *(long **)(param_1 + 0x18); local_30 = *local_28; local_38 = param_2 + p...
13,823
gguf_set_val_u8
Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp
void gguf_set_val_u8(struct gguf_context * ctx, const char * key, uint8_t val) { gguf_check_reserved_keys(key, val); gguf_remove_key(ctx, key); ctx->kv.emplace_back(key, val); }
O1
cpp
gguf_set_val_u8: pushq %r14 pushq %rbx subq $0x38, %rsp movq %rdi, %rbx movq %rsi, 0x10(%rsp) movb %dl, 0xe(%rsp) leaq 0x18(%rsp), %r14 leaq 0xf(%rsp), %rdx movq %r14, %rdi callq 0x18d70 leaq 0x1d80c(%rip), %rsi # 0x5d061 movq %r14, %rdi callq 0x18220 testl %eax, %eax je 0x3f8a8 leaq 0x28(%rsp), %rax movq -0x10(%ra...
gguf_set_val_u8: push r14 push rbx sub rsp, 38h mov rbx, rdi mov [rsp+48h+var_38], rsi mov [rsp+48h+var_3A], dl lea r14, [rsp+48h+var_30] lea rdx, [rsp+48h+var_39] mov rdi, r14 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_; std::string::basic_string<std...
long long gguf_set_val_u8(long long a1, long long a2, char a3) { int v3; // ecx int v4; // r8d int v5; // r9d char v7; // [rsp+Eh] [rbp-3Ah] BYREF char v8; // [rsp+Fh] [rbp-39h] BYREF long long v9; // [rsp+10h] [rbp-38h] BYREF void *v10[2]; // [rsp+18h] [rbp-30h] BYREF long long v11; // [rsp+28h] [rbp-...
gguf_set_val_u8: PUSH R14 PUSH RBX SUB RSP,0x38 MOV RBX,RDI MOV qword ptr [RSP + 0x10],RSI MOV byte ptr [RSP + 0xe],DL LEA R14,[RSP + 0x18] LEA RDX,[RSP + 0xf] MOV RDI,R14 CALL 0x00118d70 LEA RSI,[0x15d061] MOV RDI,R14 CALL 0x00118220 TEST EAX,EAX JZ 0x0013f8a8 LEA RAX,[RSP + 0x28] MOV RDI,qword ptr [RAX + -0x10] CMP R...
void gguf_set_val_u8(long param_1,char *param_2,uchar param_3) { int iVar1; uchar local_3a; allocator local_39; char *local_38; long *local_30 [2]; long local_20 [2]; local_3a = param_3; local_38 = param_2; std::__cxx11::string::string<std::allocator<char>>((string *)local_30,param_2,&local_39); ...
13,824
gguf_set_val_u8
Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp
void gguf_set_val_u8(struct gguf_context * ctx, const char * key, uint8_t val) { gguf_check_reserved_keys(key, val); gguf_remove_key(ctx, key); ctx->kv.emplace_back(key, val); }
O2
cpp
gguf_set_val_u8: pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rsi, %r14 movq %rdi, %rbx movq %rsi, 0x8(%rsp) movb %dl, 0x6(%rsp) leaq 0x10(%rsp), %r15 leaq 0x7(%rsp), %rdx movq %r15, %rdi callq 0x1fa80 leaq 0x1d97c(%rip), %rsi # 0x5f2c1 movq %r15, %rdi callq 0x20210 testb %al, %al jne 0x41986 leaq 0x10(%...
gguf_set_val_u8: push r15 push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi mov [rsp+48h+var_40], rsi mov [rsp+48h+var_42], dl lea r15, [rsp+48h+var_38] lea rdx, [rsp+48h+var_41] mov rdi, r15 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_; ...
long long gguf_set_val_u8( long long a1, long long a2, char a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, double a8, double a9, __m128 a10, __m128 a11) { long long v11; // rcx long long v12; // r8 long long v13; // r9 __m...
gguf_set_val_u8: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI MOV qword ptr [RSP + 0x8],RSI MOV byte ptr [RSP + 0x6],DL LEA R15,[RSP + 0x10] LEA RDX,[RSP + 0x7] MOV RDI,R15 CALL 0x0011fa80 LEA RSI,[0x15f2c1] MOV RDI,R15 CALL 0x00120210 TEST AL,AL JNZ 0x00141986 LEA RDI,[RSP + 0x10] CALL 0x0011eab0 MO...
void gguf_set_val_u8(long param_1,char *param_2,uchar param_3) { bool bVar1; uchar local_42; allocator local_41; char *local_40; string local_38 [32]; local_42 = param_3; local_40 = param_2; std::__cxx11::string::string<std::allocator<char>>(local_38,param_2,&local_41); bVar1 = std::operator==(lo...
13,825
gguf_set_val_u8
Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp
void gguf_set_val_u8(struct gguf_context * ctx, const char * key, uint8_t val) { gguf_check_reserved_keys(key, val); gguf_remove_key(ctx, key); ctx->kv.emplace_back(key, val); }
O3
cpp
gguf_set_val_u8: pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rsi, %r14 movq %rdi, %rbx movq %rsi, 0x8(%rsp) movb %dl, 0x6(%rsp) leaq 0x10(%rsp), %r15 leaq 0x7(%rsp), %rdx movq %r15, %rdi callq 0x17d60 leaq 0x1e66e(%rip), %rsi # 0x5d551 movq %r15, %rdi callq 0x17210 testl %eax, %eax je 0x3ef35 leaq 0x20(...
gguf_set_val_u8: push r15 push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi mov [rsp+48h+var_40], rsi mov [rsp+48h+var_42], dl lea r15, [rsp+48h+var_38] lea rdx, [rsp+48h+var_41] mov rdi, r15 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_; ...
long long gguf_set_val_u8(long long a1, long long a2, char a3) { int v3; // ecx int v4; // r8d int v5; // r9d char v7; // [rsp+6h] [rbp-42h] BYREF char v8; // [rsp+7h] [rbp-41h] BYREF long long v9; // [rsp+8h] [rbp-40h] BYREF void *v10[2]; // [rsp+10h] [rbp-38h] BYREF long long v11; // [rsp+20h] [rbp-2...
gguf_set_val_u8: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI MOV qword ptr [RSP + 0x8],RSI MOV byte ptr [RSP + 0x6],DL LEA R15,[RSP + 0x10] LEA RDX,[RSP + 0x7] MOV RDI,R15 CALL 0x00117d60 LEA RSI,[0x15d551] MOV RDI,R15 CALL 0x00117210 TEST EAX,EAX JZ 0x0013ef35 LEA RAX,[RSP + 0x20] MOV RDI,qword ptr...
void gguf_set_val_u8(long param_1,char *param_2,uchar param_3) { int iVar1; uchar local_42; allocator local_41; char *local_40; long *local_38 [2]; long local_28 [2]; local_42 = param_3; local_40 = param_2; std::__cxx11::string::string<std::allocator<char>>((string *)local_38,param_2,&local_41); ...
13,826
glfwChooseVideoMode
untodesu[P]riteg/build_O1/_deps/glfw-src/src/monitor.c
const GLFWvidmode* _glfwChooseVideoMode(_GLFWmonitor* monitor, const GLFWvidmode* desired) { int i; unsigned int sizeDiff, leastSizeDiff = UINT_MAX; unsigned int rateDiff, leastRateDiff = UINT_MAX; unsigned int colorDiff, leastColorDiff = UINT_MAX; const GLFWv...
O1
c
glfwChooseVideoMode: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 callq 0x1bce0 testl %eax, %eax je 0x1bccf movslq 0x28(%r14), %rcx testq %rcx, %rcx jle 0x1bccf movq 0x20(%r14), %rdx movl 0x8(%rbx), %esi movl 0xc(%rbx), %edi movl 0x10(%rbx), %r8d movl (%rb...
_glfwChooseVideoMode: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rsi mov r14, rdi call refreshVideoModes test eax, eax jz loc_1BCCF movsxd rcx, dword ptr [r14+28h] test rcx, rcx jle loc_1BCCF mov rdx, [r14+20h] mov esi, [rbx+8] mov ...
_DWORD * glfwChooseVideoMode(long long a1, int *a2) { long long v3; // rcx _DWORD *v4; // rdx int v5; // esi int v6; // edi int v7; // r8d int v8; // r10d int v9; // r11d unsigned int v10; // ebx _DWORD *result; // rax unsigned int v12; // r14d unsigned int v13; // ebp int v14; // r15d int v15...
_glfwChooseVideoMode: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI CALL 0x0011bce0 TEST EAX,EAX JZ 0x0011bccf MOVSXD RCX,dword ptr [R14 + 0x28] TEST RCX,RCX JLE 0x0011bccf MOV RDX,qword ptr [R14 + 0x20] MOV ESI,dword ptr [RBX + 0x8] MOV EDI,dword ptr [RBX + 0xc] MOV R8D,dword p...
int * _glfwChooseVideoMode(long param_1,int *param_2) { int iVar1; int *piVar2; long lVar3; int *piVar4; uint uVar5; uint uVar6; uint uVar7; int iVar8; uint uVar9; uint uVar10; uint uVar11; iVar1 = refreshVideoModes(); if ((iVar1 == 0) || (lVar3 = (long)*(int *)(param_1 + 0x28), lVar3 < 1...
13,827
getCursorPosition(int, int)
ericcurtin[P]linenoise/linenoise.cpp
static int getCursorPosition(int ifd, int ofd) { char buf[32]; int cols, rows; unsigned int i = 0; /* Report cursor location */ if (write(ofd, "\x1b[6n", 4) != 4) { return -1; } /* Read the response: ESC [ rows ; cols R */ while (i < sizeof(buf) - 1) { ...
O0
cpp
getCursorPosition(int, int): pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movl %edi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl $0x0, -0x3c(%rbp) movl -0xc(%rbp), %edi leaq 0x7047(%rip), %rsi # 0xcb06 movl $0x4, %edx callq 0x2090 cmpq $0x4, %rax je 0x5adb movl $0xffffffff, -0x4(%rbp) # imm = 0xFFFFFFFF jmp 0x5b74 jmp 0x...
_ZL17getCursorPositionii: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], edi mov [rbp+var_C], esi mov [rbp+var_3C], 0 mov edi, [rbp+var_C] lea rsi, a6n; "\x1B[6n" mov edx, 4 call _write cmp rax, 4 jz short loc_5ADB mov [rbp+var_4], 0FFFFFFFFh jmp loc_5B74 loc_...
long long getCursorPosition(unsigned int a1, unsigned int a2) { unsigned int v3; // [rsp+4h] [rbp-3Ch] char v4; // [rsp+8h] [rbp-38h] BYREF unsigned int v5; // [rsp+Ch] [rbp-34h] BYREF _BYTE v6[2]; // [rsp+10h] [rbp-30h] BYREF _BYTE v7[38]; // [rsp+12h] [rbp-2Eh] BYREF unsigned int v8; // [rsp+38h] [rbp-8h...
getCursorPosition: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV dword ptr [RBP + -0x8],EDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x3c],0x0 MOV EDI,dword ptr [RBP + -0xc] LEA RSI,[0x10cb06] MOV EDX,0x4 CALL 0x00102090 CMP RAX,0x4 JZ 0x00105adb MOV dword ptr [RBP + -0x4],0xffffffff JMP 0x00105b74 LAB_00105adb: JM...
/* getCursorPosition(int, int) */ int4 getCursorPosition(int param_1,int param_2) { int iVar1; ssize_t sVar2; uint local_44; int1 local_40 [4]; int4 local_3c; char local_38 [36]; int local_14; int local_10; int4 local_c; local_44 = 0; local_14 = param_2; local_10 = param_1; sVar2 = write...
13,828
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
const binary_t& get_binary() const { if (!is_binary()) { JSON_THROW(type_error::create(302, detail::concat("type must be binary, but is ", type_name()), this)); } return *get_ptr<const binary_t*>(); }
O0
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10get_binaryEv: sub rsp, 58h mov qword ptr [rsp+58h+var_8], rdi; char mov rdi, qword ptr [rsp+58h+var_8] mov qword ptr [rsp+58h+var_48], rdi;...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::get_binary( _BYTE *a1) { nlohmann::json_abi_v3_11_3::detail::type_error *...
13,829
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
monkey531[P]llama/common/json.hpp
const binary_t& get_binary() const { if (!is_binary()) { JSON_THROW(type_error::create(302, detail::concat("type must be binary, but is ", type_name()), this)); } return *get_ptr<const binary_t*>(); }
O1
cpp
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c...
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10get_binaryEv: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 8 jnz short loc_B3979 m...
long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::get_binary( long long a1) { nlohmann::json_abi_v3_11_3::detail::exception...
get_binary: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RDI CMP byte ptr [RDI],0x8 JNZ 0x001b3979 MOV RAX,qword ptr [R14 + 0x8] ADD RSP,0x30 POP RBX POP R14 POP RBP RET LAB_001b3979: MOV EDI,0x20 CALL 0x0011b450 MOV RBX,RAX MOV RDI,R14 CALL 0x0015f888 LEA RDX,[RSP + 0x8] MOV qword ptr [RDX],RAX LAB_001b3996: LEA RS...
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>::get_binary() const */ int8 __...
13,830
get_internal_charset
eloqsql/mysys/charset.c
static CHARSET_INFO * get_internal_charset(MY_CHARSET_LOADER *loader, uint cs_number, myf flags) { char buf[FN_REFLEN]; struct charset_info_st *cs; DBUG_ASSERT(cs_number < array_elements(all_charsets)); if ((cs= (struct charset_info_st*) all_charsets[cs_number])) { if (cs->state & MY_CS_READY) /* if C...
O0
c
get_internal_charset: pushq %rbp movq %rsp, %rbp subq $0x300, %rsp # imm = 0x300 movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x2d0(%rbp) movl %esi, -0x2d4(%rbp) movq %rdx, -0x2e0(%rbp) jmp 0x35d3e movl -0x2d4(%rbp), %eax movl %eax, %ecx leaq 0x35d893(%rip), %rax # 0x3935e0 movq (%rax,%rcx,8), %r...
get_internal_charset: push rbp mov rbp, rsp sub rsp, 300h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_2D0], rdi mov [rbp+var_2D4], esi mov [rbp+var_2E0], rdx jmp short $+2 loc_35D3E: mov eax, [rbp+var_2D4] mov ecx, eax lea rax, all_charsets mov rax, [rax+rcx*8] m...
long long get_internal_charset(long long a1, unsigned int a2, long long a3) { int charsets_dir; // eax int v4; // r8d int v5; // r9d long long collation_data_inheritance_source; // [rsp+8h] [rbp-2F8h] long long charset_data_inheritance_source; // [rsp+10h] [rbp-2F0h] long long v9; // [rsp+18h] [rbp-2E8h] ...
get_internal_charset: PUSH RBP MOV RBP,RSP SUB RSP,0x300 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x2d0],RDI MOV dword ptr [RBP + -0x2d4],ESI MOV qword ptr [RBP + -0x2e0],RDX JMP 0x00135d3e LAB_00135d3e: MOV EAX,dword ptr [RBP + -0x2d4] MOV ECX,EAX LEA RAX,[0x4935e0] MOV RAX,qwor...
long get_internal_charset(int8 param_1,uint param_2,int8 param_3) { char cVar1; int8 uVar2; long lVar3; long in_FS_OFFSET; long local_2f0; int1 local_2c8 [176]; int1 local_218 [520]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_2f0 = (&all_charsets)[param_2]; if (local_2f0 ...
13,831
free_rw_handler
bluesky950520[P]quickjs/quickjs-libc.c
static void free_rw_handler(JSRuntime *rt, JSOSRWHandler *rh) { int i; list_del(&rh->link); for(i = 0; i < 2; i++) { JS_FreeValueRT(rt, rh->rw_func[i]); } js_free_rt(rt, rh); }
O1
c
free_rw_handler: pushq %r15 pushq %r14 pushq %rbx movq %rsi, %rbx movq %rdi, %r14 movq (%rsi), %rax movq 0x8(%rsi), %rcx movq %rcx, 0x8(%rax) movq %rax, (%rcx) xorps %xmm0, %xmm0 movups %xmm0, (%rsi) movl $0x20, %r15d movq -0x8(%rbx,%r15), %rsi movq (%rbx,%r15), %rdx movq %r14, %rdi callq 0x1d8c6 addq $0x10, %r15 cmpq ...
free_rw_handler: push r15 push r14 push rbx mov rbx, rsi mov r14, rdi mov rax, [rsi] mov rcx, [rsi+8] mov [rax+8], rcx mov [rcx], rax xorps xmm0, xmm0 movups xmmword ptr [rsi], xmm0 mov r15d, 20h ; ' ' loc_15332: mov rsi, [rbx+r15-8] mov rdx, [rbx+r15] mov rdi, r14 ca...
long long free_rw_handler(long long a1, long long *a2) { long long v2; // rax _QWORD *v3; // rcx long long v4; // r15 v2 = *a2; v3 = (_QWORD *)a2[1]; *(_QWORD *)(v2 + 8) = v3; *v3 = v2; *(_OWORD *)a2 = 0LL; v4 = 4LL; do { JS_FreeValueRT(a1, a2[v4 - 1]); v4 += 2LL; } while ( v4 == 6 )...
free_rw_handler: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RSI MOV R14,RDI MOV RAX,qword ptr [RSI] MOV RCX,qword ptr [RSI + 0x8] MOV qword ptr [RAX + 0x8],RCX MOV qword ptr [RCX],RAX XORPS XMM0,XMM0 MOVUPS xmmword ptr [RSI],XMM0 MOV R15D,0x20 LAB_00115332: MOV RSI,qword ptr [RBX + R15*0x1 + -0x8] MOV RDX,qword ptr [RBX + R15*...
void free_rw_handler(int8 param_1,long *param_2) { long *plVar1; long lVar2; lVar2 = *param_2; plVar1 = (long *)param_2[1]; *(long **)(lVar2 + 8) = plVar1; *plVar1 = lVar2; *param_2 = 0; param_2[1] = 0; lVar2 = 0x20; do { JS_FreeValueRT(param_1,*(int8 *)((long)param_2 + lVar2 + -8), ...
13,832
free_rw_handler
bluesky950520[P]quickjs/quickjs-libc.c
static void free_rw_handler(JSRuntime *rt, JSOSRWHandler *rh) { int i; list_del(&rh->link); for(i = 0; i < 2; i++) { JS_FreeValueRT(rt, rh->rw_func[i]); } js_free_rt(rt, rh); }
O2
c
free_rw_handler: pushq %r15 pushq %r14 pushq %rbx movq %rsi, %rbx movq %rdi, %r14 movq (%rsi), %rax movq 0x8(%rsi), %rcx movq %rcx, 0x8(%rax) movq %rax, (%rcx) xorps %xmm0, %xmm0 movups %xmm0, (%rsi) pushq $0x20 popq %r15 cmpq $0x40, %r15 je 0x102d6 movq -0x8(%rbx,%r15), %rsi movq (%rbx,%r15), %rdx movq %r14, %rdi call...
free_rw_handler: push r15 push r14 push rbx mov rbx, rsi mov r14, rdi mov rax, [rsi] mov rcx, [rsi+8] mov [rax+8], rcx mov [rcx], rax xorps xmm0, xmm0 movups xmmword ptr [rsi], xmm0 push 20h ; ' ' pop r15 loc_102B9: cmp r15, 40h ; '@' jz short loc_102D6 mov rsi, [...
long long free_rw_handler(long long a1, long long *a2) { long long v2; // rax _QWORD *v3; // rcx long long i; // r15 v2 = *a2; v3 = (_QWORD *)a2[1]; *(_QWORD *)(v2 + 8) = v3; *v3 = v2; *(_OWORD *)a2 = 0LL; for ( i = 4LL; i != 8; i += 2LL ) JS_FreeValueRT(a1, a2[i - 1], a2[i]); return js_free_r...
free_rw_handler: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RSI MOV R14,RDI MOV RAX,qword ptr [RSI] MOV RCX,qword ptr [RSI + 0x8] MOV qword ptr [RAX + 0x8],RCX MOV qword ptr [RCX],RAX XORPS XMM0,XMM0 MOVUPS xmmword ptr [RSI],XMM0 PUSH 0x20 POP R15 LAB_001102b9: CMP R15,0x40 JZ 0x001102d6 MOV RSI,qword ptr [RBX + R15*0x1 + -0x8...
void free_rw_handler(int8 param_1,long *param_2) { long *plVar1; long lVar2; lVar2 = *param_2; plVar1 = (long *)param_2[1]; *(long **)(lVar2 + 8) = plVar1; *plVar1 = lVar2; *param_2 = 0; param_2[1] = 0; for (lVar2 = 0x20; lVar2 != 0x40; lVar2 = lVar2 + 0x10) { JS_FreeValueRT(param_1,*(int8 *)...
13,833
my_realpath
eloqsql/mysys/my_symlink.c
int my_realpath(char *to, const char *filename, myf MyFlags) { #if defined(HAVE_REALPATH) && !defined(HAVE_BROKEN_REALPATH) int result=0; char buff[BUFF_LEN]; char *ptr; DBUG_ENTER("my_realpath"); DBUG_PRINT("info",("executing realpath")); if ((ptr=realpath(filename,buff))) strmake(to, ptr, FN_REFLEN-1...
O3
c
my_realpath: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x1010, %rsp # imm = 0x1010 movq %rdx, %r15 movq %rsi, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) leaq -0x1030(%rbp), %rsi movq %r14, %rdi callq 0x3a690 testq %rax, %rax je 0x854f5 movl $0x1ff, %edx ...
my_realpath: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 1010h mov r15, rdx mov r14, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_28], rax lea rsi, [rbp+var_1030] mov rdi, r14 call _realpath test rax, rax jz short loc_854F5 mov ed...
long long my_realpath(long long a1, long long a2, char a3) { long long v4; // rax int v6; // r12d unsigned int *v7; // rax _BYTE v8[4104]; // [rsp+0h] [rbp-1030h] BYREF unsigned long long v9; // [rsp+1008h] [rbp-28h] v9 = __readfsqword(0x28u); v4 = realpath(a2, v8); if ( v4 ) { strmake(a1, v4, 5...
my_realpath: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x1010 MOV R15,RDX MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX LEA RSI,[RBP + -0x1030] MOV RDI,R14 CALL 0x0013a690 TEST RAX,RAX JZ 0x001854f5 MOV EDX,0x1ff MOV RDI,RBX MOV RSI,RAX CALL 0x001b6940 XOR EA...
int my_realpath(int8 param_1,char *param_2,ulong param_3) { int iVar1; char *pcVar2; int *piVar3; int4 *puVar4; long in_FS_OFFSET; char local_1038 [4104]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); pcVar2 = realpath(param_2,local_1038); if (pcVar2 == (char *)0x0) { piVar3 = _...
13,834
bitmap_union
eloqsql/mysys/my_bitmap.c
void bitmap_union(MY_BITMAP *map, const MY_BITMAP *map2) { my_bitmap_map *to= map->bitmap, *from= map2->bitmap, *end; DBUG_ASSERT(map->bitmap); DBUG_ASSERT(map2->bitmap); DBUG_ASSERT(map->n_bits == map2->n_bits); end= map->last_word_ptr; while (to <= end) *to++ |= *from++; }
O3
c
bitmap_union: movq (%rdi), %rax movq 0x8(%rdi), %rcx cmpq %rcx, %rax ja 0x9d52c pushq %rbp movq %rsp, %rbp movq (%rsi), %rdx movl (%rdx), %esi orl %esi, (%rax) addq $0x4, %rdx addq $0x4, %rax cmpq %rcx, %rax jbe 0x9d51a popq %rbp retq
bitmap_union: mov rax, [rdi] mov rcx, [rdi+8] cmp rax, rcx ja short locret_9D52C push rbp mov rbp, rsp mov rdx, [rsi] loc_9D51A: mov esi, [rdx] or [rax], esi add rdx, 4 add rax, 4 cmp rax, rcx jbe short loc_9D51A pop rbp locret_9D52C: retn
_DWORD * bitmap_union(long long a1, _DWORD **a2) { _DWORD *result; // rax unsigned long long v3; // rcx _DWORD *v4; // rdx result = *(_DWORD **)a1; v3 = *(_QWORD *)(a1 + 8); if ( *(_QWORD *)a1 <= v3 ) { v4 = *a2; do *result++ |= *v4++; while ( (unsigned long long)result <= v3 ); } r...
bitmap_union: MOV RAX,qword ptr [RDI] MOV RCX,qword ptr [RDI + 0x8] CMP RAX,RCX JA 0x0019d52c PUSH RBP MOV RBP,RSP MOV RDX,qword ptr [RSI] LAB_0019d51a: MOV ESI,dword ptr [RDX] OR dword ptr [RAX],ESI ADD RDX,0x4 ADD RAX,0x4 CMP RAX,RCX JBE 0x0019d51a POP RBP LAB_0019d52c: RET
void bitmap_union(int8 *param_1,int8 *param_2) { uint *puVar1; uint *puVar2; uint *puVar3; puVar2 = (uint *)*param_1; puVar1 = (uint *)param_1[1]; if (puVar2 <= puVar1) { puVar3 = (uint *)*param_2; do { *puVar2 = *puVar2 | *puVar3; puVar3 = puVar3 + 1; puVar2 = puVar2 + 1; ...
13,835
translog_write_fixed_record
eloqsql/storage/maria/ma_loghandler.c
static my_bool translog_write_fixed_record(LSN *lsn, enum translog_record_type type, MARIA_HA *tbl_info, SHORT_TRANSACTION_ID short_trid, struct st_...
O0
c
translog_write_fixed_record: pushq %rbp movq %rsp, %rbp subq $0x80, %rsp movw %cx, %ax movq 0x10(%rbp), %rcx movq %fs:0x28, %rcx movq %rcx, -0x8(%rbp) movq %rdi, -0x28(%rbp) movl %esi, -0x2c(%rbp) movq %rdx, -0x38(%rbp) movw %ax, -0x3a(%rbp) movq %r8, -0x48(%rbp) movq %r9, -0x50(%rbp) movq $0x0, -0x58(%rbp) movl $0x1, ...
translog_write_fixed_record: push rbp mov rbp, rsp sub rsp, 80h mov ax, cx mov rcx, [rbp+arg_0] mov rcx, fs:28h mov [rbp+var_8], rcx mov [rbp+var_28], rdi mov [rbp+var_2C], esi mov [rbp+var_38], rdx mov [rbp+var_3A], ax mov [rbp+var_48], r8 mov [rbp+var_50], r9 mov ...
char translog_write_fixed_record( _QWORD *a1, unsigned int a2, long long a3, __int16 a4, long long a5, long long a6, long long a7) { long long v7; // rax unsigned int v8; // ecx int v10; // [rsp+14h] [rbp-6Ch] char v11; // [rsp+25h] [rbp-5Bh] BYREF __in...
translog_write_fixed_record: PUSH RBP MOV RBP,RSP SUB RSP,0x80 MOV AX,CX MOV RCX,qword ptr [RBP + 0x10] MOV RCX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RCX MOV qword ptr [RBP + -0x28],RDI MOV dword ptr [RBP + -0x2c],ESI MOV qword ptr [RBP + -0x38],RDX MOV word ptr [RBP + -0x3a],AX MOV qword ptr [RBP + -0x48],R8 ...
int8 translog_write_fixed_record (long *param_1,uint param_2,int8 param_3,int2 param_4,int *param_5, int8 param_6,int8 param_7) { int iVar1; char cVar2; char cVar3; long *plVar4; long in_FS_OFFSET; byte local_63; int2 local_62; long local_60; int8 local_58; int *local_50; int...
13,836
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
monkey531[P]llama/common/json.hpp
token_type scan_number() // lgtm [cpp/use-of-goto] { // reset token_buffer to store the number's bytes reset(); // the type of the parsed number; initially set to unsigned; will be // changed if minus sign, decimal point or exponent is read token_type number_type = token_ty...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE11scan_numberEv: push rbp push r15 push r14 push rbx pus...
long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat...
scan_number: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI CALL 0x0015d77a MOV EAX,dword ptr [RBX + 0x14] LEA ECX,[RAX + -0x31] CMP ECX,0x9 JNC 0x0015d3ce LEA R14,[RBX + 0x50] MOV EBP,0x5 LAB_0015d2b1: MOVSX ESI,AL MOV RDI,R14 CALL 0x0011b880 LEA R14,[RBX + 0x50] LAB_0015d2c0: MOV RDI,RBX CALL 0x0011c63e LEA...
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char...
13,837
rw_pr_rdlock
eloqsql/mysys/thr_rwlock.c
int rw_pr_rdlock(rw_pr_lock_t *rwlock) { pthread_mutex_lock(&rwlock->lock); /* The fact that we were able to acquire 'lock' mutex means that there are no active writers and we can acquire rd-lock. Increment active readers counter to prevent requests for wr-lock from succeeding and unlock mutex. */...
O0
c
rw_pr_rdlock: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x38290 movq -0x8(%rbp), %rax movl 0x58(%rax), %ecx addl $0x1, %ecx movl %ecx, 0x58(%rax) movq -0x8(%rbp), %rdi callq 0x38260 xorl %eax, %eax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
rw_pr_rdlock: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8] call _pthread_mutex_lock mov rax, [rbp+var_8] mov ecx, [rax+58h] add ecx, 1 mov [rax+58h], ecx mov rdi, [rbp+var_8] call _pthread_mutex_unlock xor eax, eax add rsp, 10h pop ...
long long rw_pr_rdlock(long long a1) { pthread_mutex_lock(a1); ++*(_DWORD *)(a1 + 88); pthread_mutex_unlock(a1); return 0LL; }
rw_pr_rdlock: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] CALL 0x00138290 MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RAX + 0x58] ADD ECX,0x1 MOV dword ptr [RAX + 0x58],ECX MOV RDI,qword ptr [RBP + -0x8] CALL 0x00138260 XOR EAX,EAX ADD RSP,0x10 POP RBP RET
int8 rw_pr_rdlock(pthread_mutex_t *param_1) { pthread_mutex_lock(param_1); *(int *)((long)param_1 + 0x58) = *(int *)((long)param_1 + 0x58) + 1; pthread_mutex_unlock(param_1); return 0; }
13,838
rw_pr_rdlock
eloqsql/mysys/thr_rwlock.c
int rw_pr_rdlock(rw_pr_lock_t *rwlock) { pthread_mutex_lock(&rwlock->lock); /* The fact that we were able to acquire 'lock' mutex means that there are no active writers and we can acquire rd-lock. Increment active readers counter to prevent requests for wr-lock from succeeding and unlock mutex. */...
O3
c
rw_pr_rdlock: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq %rdi, %rbx callq 0x37280 incl 0x58(%rbx) movq %rbx, %rdi callq 0x37240 xorl %eax, %eax addq $0x8, %rsp popq %rbx popq %rbp retq
rw_pr_rdlock: push rbp mov rbp, rsp push rbx push rax mov rbx, rdi call _pthread_mutex_lock inc dword ptr [rbx+58h] mov rdi, rbx call _pthread_mutex_unlock xor eax, eax add rsp, 8 pop rbx pop rbp retn
long long rw_pr_rdlock(long long a1) { pthread_mutex_lock(a1); ++*(_DWORD *)(a1 + 88); pthread_mutex_unlock(a1); return 0LL; }
rw_pr_rdlock: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RBX,RDI CALL 0x00137280 INC dword ptr [RBX + 0x58] MOV RDI,RBX CALL 0x00137240 XOR EAX,EAX ADD RSP,0x8 POP RBX POP RBP RET
int8 rw_pr_rdlock(pthread_mutex_t *param_1) { pthread_mutex_lock(param_1); *(int *)((long)param_1 + 0x58) = *(int *)((long)param_1 + 0x58) + 1; pthread_mutex_unlock(param_1); return 0; }
13,839
MatrixMultiply
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raymath.h
RMAPI Matrix MatrixMultiply(Matrix left, Matrix right) { Matrix result = { 0 }; result.m0 = left.m0*right.m0 + left.m1*right.m4 + left.m2*right.m8 + left.m3*right.m12; result.m1 = left.m0*right.m1 + left.m1*right.m5 + left.m2*right.m9 + left.m3*right.m13; result.m2 = left.m0*right.m2 + left.m1*right.m6...
O2
c
MatrixMultiply: movq %rdi, %rax movaps 0x48(%rsp), %xmm3 movups 0x4c(%rsp), %xmm2 movups 0x50(%rsp), %xmm5 movups 0x54(%rsp), %xmm4 movaps 0x8(%rsp), %xmm0 movaps 0x18(%rsp), %xmm1 shufps $0x0, %xmm2, %xmm2 # xmm2 = xmm2[0,0,0,0] mulps %xmm1, %xmm2 shufps $0x0, %xmm3, %xmm3 # xmm3 = xmm3[0,0,0,0] mulps %xmm0,...
MatrixMultiply: mov rax, rdi movaps xmm3, [rsp+arg_40] movups xmm2, [rsp+arg_40+4] movups xmm5, [rsp+arg_40+8] movups xmm4, [rsp+arg_40+0Ch] movaps xmm0, [rsp+arg_0] movaps xmm1, [rsp+arg_10] shufps xmm2, xmm2, 0 mulps xmm2, xmm1 shufps xmm3, xmm3, 0 mulps xmm3, xmm0 addps xmm3, xmm2 movaps xmm2, [rs...
// local variable allocation has failed, the output may be wrong! __m128 * MatrixMultiply( __m128 *a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, ...
MatrixMultiply: MOV RAX,RDI MOVAPS XMM3,xmmword ptr [RSP + 0x48] MOVUPS XMM2,xmmword ptr [RSP + 0x4c] MOVUPS XMM5,xmmword ptr [RSP + 0x50] MOVUPS XMM4,xmmword ptr [RSP + 0x54] MOVAPS XMM0,xmmword ptr [RSP + 0x8] MOVAPS XMM1,xmmword ptr [RSP + 0x18] SHUFPS XMM2,XMM2,0x0 MULPS XMM2,XMM1 SHUFPS XMM3,XMM3,0x0 MULPS XMM3,XM...
float * MatrixMultiply(float *param_1) { float fStack0000000000000008; float fStack000000000000000c; float fStack0000000000000010; float fStack0000000000000014; float fStack0000000000000018; float fStack000000000000001c; float fStack0000000000000020; float fStack0000000000000024; float fStack0000000...
13,840
MatrixMultiply
csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/raymath.h
RMAPI Matrix MatrixMultiply(Matrix left, Matrix right) { Matrix result = { 0 }; result.m0 = left.m0*right.m0 + left.m1*right.m4 + left.m2*right.m8 + left.m3*right.m12; result.m1 = left.m0*right.m1 + left.m1*right.m5 + left.m2*right.m9 + left.m3*right.m13; result.m2 = left.m0*right.m2 + left.m1*right.m6...
O3
c
MatrixMultiply: movq %rdi, %rax movaps 0x48(%rsp), %xmm3 movups 0x4c(%rsp), %xmm2 movups 0x50(%rsp), %xmm5 movups 0x54(%rsp), %xmm4 movaps 0x8(%rsp), %xmm0 movaps 0x18(%rsp), %xmm1 shufps $0x0, %xmm2, %xmm2 # xmm2 = xmm2[0,0,0,0] mulps %xmm1, %xmm2 shufps $0x0, %xmm3, %xmm3 # xmm3 = xmm3[0,0,0,0] mulps %xmm0,...
MatrixMultiply: mov rax, rdi movaps xmm3, [rsp+arg_40] movups xmm2, [rsp+arg_40+4] movups xmm5, [rsp+arg_40+8] movups xmm4, [rsp+arg_40+0Ch] movaps xmm0, [rsp+arg_0] movaps xmm1, [rsp+arg_10] shufps xmm2, xmm2, 0 mulps xmm2, xmm1 shufps xmm3, xmm3, 0 mulps xmm3, xmm0 addps xmm3, xmm2 movaps xmm2, [rs...
// local variable allocation has failed, the output may be wrong! __m128 * MatrixMultiply( __m128 *a1, long long a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, ...
MatrixMultiply: MOV RAX,RDI MOVAPS XMM3,xmmword ptr [RSP + 0x48] MOVUPS XMM2,xmmword ptr [RSP + 0x4c] MOVUPS XMM5,xmmword ptr [RSP + 0x50] MOVUPS XMM4,xmmword ptr [RSP + 0x54] MOVAPS XMM0,xmmword ptr [RSP + 0x8] MOVAPS XMM1,xmmword ptr [RSP + 0x18] SHUFPS XMM2,XMM2,0x0 MULPS XMM2,XMM1 SHUFPS XMM3,XMM3,0x0 MULPS XMM3,XM...
float * MatrixMultiply(float *param_1) { float fStack0000000000000008; float fStack000000000000000c; float fStack0000000000000010; float fStack0000000000000014; float fStack0000000000000018; float fStack000000000000001c; float fStack0000000000000020; float fStack0000000000000024; float fStack0000000...
13,841
my_fill_ucs2
eloqsql/strings/ctype-ucs2.c
static void my_fill_ucs2(CHARSET_INFO *cs __attribute__((unused)), char *s, size_t l, int fill) { DBUG_ASSERT(fill <= 0xFFFF); #ifdef WAITING_FOR_GCC_VECTORIZATION_BUG_TO_BE_FIXED /* This code with int2store() is known to be faster on some processors, but crashes on other processors due to a p...
O0
c
my_fill_ucs2: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movl %ecx, -0x1c(%rbp) jmp 0xba815 jmp 0xba817 cmpq $0x2, -0x18(%rbp) jb 0xba859 jmp 0xba820 movl -0x1c(%rbp), %eax sarl $0x8, %eax movb %al, %cl movq -0x10(%rbp), %rax movb %cl, (%rax) movl -0x1c(%rbp), %eax an...
my_fill_ucs2: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_1C], ecx jmp short $+2 loc_BA815: jmp short $+2 loc_BA817: cmp [rbp+var_18], 2 jb short loc_BA859 jmp short $+2 loc_BA820: mov eax, [rbp+var_1C] sar eax, ...
unsigned long long my_fill_ucs2(long long a1, _BYTE *a2, unsigned long long a3, __int16 a4) { unsigned long long result; // rax while ( a3 >= 2 ) { *a2 = HIBYTE(a4); a2[1] = a4; a2 += 2; result = a3 - 2; a3 -= 2LL; } return result; }
my_fill_ucs2: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX JMP 0x001ba815 LAB_001ba815: JMP 0x001ba817 LAB_001ba817: CMP qword ptr [RBP + -0x18],0x2 JC 0x001ba859 JMP 0x001ba820 LAB_001ba820: MOV EAX,dword ptr [RBP + ...
void my_fill_ucs2(int8 param_1,int1 *param_2,ulong param_3,int4 param_4) { ulong local_20; int1 *local_18; local_18 = param_2; for (local_20 = param_3; 1 < local_20; local_20 = local_20 - 2) { *local_18 = (char)((uint)param_4 >> 8); local_18[1] = (char)param_4; local_18 = local_18 + 2; } re...
13,842
maria_versioning
eloqsql/storage/maria/ma_state.c
void maria_versioning(MARIA_HA *info, my_bool versioning) { MARIA_SHARE *share= info->s; DBUG_ENTER("maria_versioning"); /* For now, this is a hack */ if (share->have_versioning) { enum thr_lock_type save_lock_type; share->lock_key_trees= versioning; /* Set up info->lock.type temporary for _ma_bl...
O3
c
maria_versioning: pushq %rbp movq %rsp, %rbp movq (%rdi), %rax cmpb $0x0, 0x7e8(%rax) je 0x38d22 movb %sil, 0x7e3(%rax) movl 0x6d0(%rdi), %ecx xorl %r8d, %r8d movl $0x50, %edx testb %sil, %sil sete %r8b leal 0x8(%r8,%r8,4), %esi movl %esi, 0x6d0(%rdi) movq (%rdi), %r8 movl 0x7c4(%r8), %esi movq %rsi, 0x610(%rdi) movl 0...
maria_versioning: push rbp mov rbp, rsp mov rax, [rdi] cmp byte ptr [rax+7E8h], 0 jz short loc_38D22 mov [rax+7E3h], sil mov ecx, [rdi+6D0h] xor r8d, r8d mov edx, 50h ; 'P' test sil, sil setz r8b lea esi, [r8+r8*4+8] mov [rdi+6D0h], esi mov r8, [rdi] mov esi, [r...
long long maria_versioning(long long *a1, char a2) { long long result; // rax int v3; // ecx long long v4; // rdx bool v5; // zf long long v6; // r8 long long v7; // rsi int v8; // r8d result = *a1; if ( *(_BYTE *)(*a1 + 2024) ) { *(_BYTE *)(result + 2019) = a2; v3 = *((_DWORD *)a1 + 436);...
maria_versioning: PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RDI] CMP byte ptr [RAX + 0x7e8],0x0 JZ 0x00138d22 MOV byte ptr [RAX + 0x7e3],SIL MOV ECX,dword ptr [RDI + 0x6d0] XOR R8D,R8D MOV EDX,0x50 TEST SIL,SIL SETZ R8B LEA ESI,[R8 + R8*0x4 + 0x8] MOV dword ptr [RDI + 0x6d0],ESI MOV R8,qword ptr [RDI] MOV ESI,dword ptr [...
void maria_versioning(long *param_1,char param_2) { uint uVar1; long lVar2; long lVar3; long lVar4; ulong uVar5; lVar2 = *param_1; if (*(char *)(lVar2 + 0x7e8) != '\0') { *(char *)(lVar2 + 0x7e3) = param_2; lVar3 = param_1[0xda]; lVar4 = 0x50; *(uint *)(param_1 + 0xda) = (uint)(param_...
13,843
deflateParams
3fs/build_O3/src/apache-arrow-cpp/cpp/zlib_ep-prefix/src/zlib_ep/deflate.c
int ZEXPORT deflateParams(strm, level, strategy) z_streamp strm; int level; int strategy; { deflate_state *s; compress_func func; if (deflateStateCheck(strm)) return Z_STREAM_ERROR; s = strm->state; #ifdef FASTEST if (level != 0) level = 1; #else if (level == Z_DEFAULT_COMPRESSION)...
O3
c
deflateParams: pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movl %edx, %ebx movl %esi, %r14d movq %rdi, %r15 callq 0x4452 movl $0xfffffffe, %ebp # imm = 0xFFFFFFFE testl %eax, %eax jne 0x4a6c cmpl $-0x1, %r14d movl $0x6, %r12d cmovnel %r14d, %r12d cmpl $0xa, %r12d setae %al cmpl $0x5, %ebx setae %cl orb...
deflateParams: push rbp push r15 push r14 push r12 push rbx mov ebx, edx mov r14d, esi mov r15, rdi call deflateStateCheck mov ebp, 0FFFFFFFEh test eax, eax jnz loc_4A6C cmp r14d, 0FFFFFFFFh mov r12d, 6 cmovnz r12d, r14d cmp r12d, 0Ah setnb al cmp ebx, 5 setnb...
long long deflateParams(long long a1, unsigned int a2, unsigned int a3) { unsigned int v4; // ebp unsigned int v5; // r12d long long v6; // r14 int v7; // eax int v8; // eax long long v9; // rdi long long v10; // rdx long long v11; // rax v4 = -2; if ( !(unsigned int)deflateStateCheck((_QWORD *)a1...
deflateParams: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV EBX,EDX MOV R14D,ESI MOV R15,RDI CALL 0x00104452 MOV EBP,0xfffffffe TEST EAX,EAX JNZ 0x00104a6c CMP R14D,-0x1 MOV R12D,0x6 CMOVNZ R12D,R14D CMP R12D,0xa SETNC AL CMP EBX,0x5 SETNC CL OR CL,AL JNZ 0x00104a6c MOV R14,qword ptr [R15 + 0x38] CMP dword ptr [R14...
int8 deflateParams(long param_1,uint param_2,uint param_3) { long lVar1; void *__s; int iVar2; long lVar3; ulong uVar4; int8 uVar5; uint uVar6; iVar2 = deflateStateCheck(); uVar5 = 0xfffffffe; if (iVar2 == 0) { uVar6 = 6; if (param_2 != 0xffffffff) { uVar6 = param_2; } if ...
13,844
testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**)
giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/src/gtest-port.cc
static void CaptureStream(int fd, const char* stream_name, CapturedStream** stream) { if (*stream != nullptr) { GTEST_LOG_(FATAL) << "Only one " << stream_name << " capturer can exist at a time."; } *stream = new CapturedStream(fd); }
O3
cpp
testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**): pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %rbx movl %edi, %ebp cmpq $0x0, (%rdx) je 0x16d5f movq %rsi, %r14 leaq 0x2b784(%rip), %rdx # 0x42459 leaq 0x4(%rsp), %rdi movl $0x3, %esi movl $0x4ab, %ecx ...
_ZN7testing8internalL13CaptureStreamEiPKcPPNS0_14CapturedStreamE: push rbp push r15 push r14 push rbx push rax mov rbx, rdx mov ebp, edi cmp qword ptr [rdx], 0 jz loc_16D5F mov r14, rsi lea rdx, aWorkspaceLlm4b_2; "/workspace/llm4binary/github/2025_star3"... lea rdi, [rsp+28h...
long long testing::internal::CaptureStream( testing::internal *this, long long a2, char *a3, testing::internal::CapturedStream **a4) { long long v4; // rax long long v6; // rax long long v7; // rdx long long v8; // rcx testing::internal::CapturedStream *v9; // r14 long long ...
CaptureStream: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDX MOV EBP,EDI CMP qword ptr [RDX],0x0 JZ 0x00116d5f MOV R14,RSI LEA RDX,[0x142459] LEA RDI,[RSP + 0x4] MOV ESI,0x3 MOV ECX,0x4ab CALL 0x00116b08 LAB_00116ce9: MOV R15,qword ptr [0x00158fe8] LEA RSI,[0x143ec6] MOV EDX,0x9 MOV RDI,R15 CALL 0x001085b0 T...
/* testing::internal::CaptureStream(int, char const*, testing::internal::CapturedStream**) */ void testing::internal::CaptureStream(int param_1,char *param_2,CapturedStream **param_3) { int *puVar1; size_t sVar2; CapturedStream *this; GTestLog local_24 [4]; if (*param_3 != (CapturedStream *)0x0) { G...
13,845
wt_thd_will_wait_for
eloqsql/mysys/waiting_threads.c
int wt_thd_will_wait_for(WT_THD *thd, WT_THD *blocker, const WT_RESOURCE_ID *resid) { uint i; WT_RESOURCE *rc; DBUG_ENTER("wt_thd_will_wait_for"); DBUG_PRINT("wt", ("enter: thd=%s, blocker=%s, resid=%lu", thd->name, blocker->name, (ulong)resid->value)); if (fix_t...
O3
c
wt_thd_will_wait_for: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rdx, %r12 movq %rsi, %r14 movq %rdi, %rbx movq %rsi, -0x38(%rbp) cmpq $0x0, 0x30(%rdi) je 0xabc7b movq 0x28(%rbx), %r15 testq %r15, %r15 je 0xabb21 movq %r15, -0x30(%rbp) leaq 0x18(%r15), %rdi ...
wt_thd_will_wait_for: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r12, rdx mov r14, rsi mov rbx, rdi mov [rbp+var_38], rsi cmp qword ptr [rdi+30h], 0 jz loc_ABC7B loc_ABAFC: mov r15, [rbx+28h] test r15, r15 jz short l...
long long wt_thd_will_wait_for(long long a1, long long a2, long long a3) { long long v4; // r14 long long v5; // r15 long long v6; // rax unsigned int v7; // r14d long long v8; // rdx long long pins; // rax long long v11; // [rsp+8h] [rbp-38h] BYREF long long v12[6]; // [rsp+10h] [rbp-30h] BYREF v4 ...
wt_thd_will_wait_for: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R12,RDX MOV R14,RSI MOV RBX,RDI MOV qword ptr [RBP + -0x38],RSI CMP qword ptr [RDI + 0x30],0x0 JZ 0x001abc7b LAB_001abafc: MOV R15,qword ptr [RBX + 0x28] TEST R15,R15 JZ 0x001abb21 MOV qword ptr [RBP + -0x30],R15 LE...
int8 wt_thd_will_wait_for(long param_1,long param_2,int8 param_3) { int *piVar1; char cVar2; int iVar3; long lVar4; ulong uVar5; long local_40; long local_38; local_40 = param_2; if (*(long *)(param_1 + 0x30) == 0) { lVar4 = lf_pinbox_get_pins(0xd0eb78); *(long *)(param_1 + 0x30) = lVar4;...
13,846
cr_realloc
bluesky950520[P]quickjs/libunicode.c
int cr_realloc(CharRange *cr, int size) { int new_size; uint32_t *new_buf; if (size > cr->size) { new_size = max_int(size, cr->size * 3 / 2); new_buf = cr->realloc_func(cr->mem_opaque, cr->points, new_size * sizeof(cr->points[0])); if (!new_buf) ...
O2
c
cr_realloc: pushq %rbp pushq %r14 pushq %rbx movl 0x4(%rdi), %eax xorl %ebx, %ebx cmpl %esi, %eax jge 0x7f471 movq %rdi, %r14 leal (%rax,%rax,2), %eax pushq $0x2 popq %rcx cltd idivl %ecx movl %eax, %ebp cmpl %eax, %esi cmovgl %esi, %ebp movq 0x8(%rdi), %rsi movq 0x10(%rdi), %rdi movslq %ebp, %rdx shlq $0x2, %rdx callq...
cr_realloc: push rbp push r14 push rbx mov eax, [rdi+4] xor ebx, ebx cmp eax, esi jge short loc_7F471 mov r14, rdi lea eax, [rax+rax*2] push 2 pop rcx cdq idiv ecx mov ebp, eax cmp esi, eax cmovg ebp, esi mov rsi, [rdi+8] mov rdi, [rdi+10h] movsxd rdx, ebp s...
long long cr_realloc(long long a1, int a2) { int v2; // eax unsigned int v3; // ebx int v4; // ebp long long v5; // rax v2 = *(_DWORD *)(a1 + 4); v3 = 0; if ( v2 < a2 ) { v4 = 3 * v2 / 2; if ( a2 > v4 ) v4 = a2; v5 = (*(long long ( **)(_QWORD, _QWORD, long long))(a1 + 24))( ...
cr_realloc: PUSH RBP PUSH R14 PUSH RBX MOV EAX,dword ptr [RDI + 0x4] XOR EBX,EBX CMP EAX,ESI JGE 0x0017f471 MOV R14,RDI LEA EAX,[RAX + RAX*0x2] PUSH 0x2 POP RCX CDQ IDIV ECX MOV EBP,EAX CMP ESI,EAX CMOVG EBP,ESI MOV RSI,qword ptr [RDI + 0x8] MOV RDI,qword ptr [RDI + 0x10] MOVSXD RDX,EBP SHL RDX,0x2 CALL qword ptr [R14 ...
int4 cr_realloc(long param_1,int param_2) { int iVar1; long lVar2; int4 uVar3; uVar3 = 0; if (*(int *)(param_1 + 4) < param_2) { iVar1 = (*(int *)(param_1 + 4) * 3) / 2; if (iVar1 < param_2) { iVar1 = param_2; } lVar2 = (**(code **)(param_1 + 0x18)) (*(int8 *)(...
13,847
common_sampler_types_from_chars(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
monkey531[P]llama/common/sampling.cpp
std::vector<common_sampler_type> common_sampler_types_from_chars(const std::string & chars) { std::unordered_map<char, common_sampler_type> sampler_name_map = { { common_sampler_type_to_chr(COMMON_SAMPLER_TYPE_DRY), COMMON_SAMPLER_TYPE_DRY }, { common_sampler_type_to_chr(COMMON_SAMPLER_TYPE_...
O0
cpp
common_sampler_types_from_chars(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): subq $0x1a8, %rsp # imm = 0x1A8 movq %rdi, 0x18(%rsp) movq %rdi, %rax movq %rax, 0x20(%rsp) movq %rdi, 0x1a0(%rsp) movq %rsi, 0x198(%rsp) movl $0x1, %edi callq 0x1e3350 movb %al, 0x107(%rsp...
_Z31common_sampler_types_from_charsRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: sub rsp, 1A8h mov [rsp+1A8h+var_190], rdi mov rax, rdi mov [rsp+1A8h+var_188], rax mov [rsp+1A8h+var_8], rdi mov [rsp+1A8h+var_10], rsi mov edi, 1 call _Z26common_sampler_type_to_chr19common_sampler...
long long common_sampler_types_from_chars(long long a1, long long a2) { long long v2; // rax long long v3; // rax long long v5; // [rsp+78h] [rbp-130h] BYREF long long v6; // [rsp+80h] [rbp-128h] BYREF long long v7; // [rsp+88h] [rbp-120h] long long v8; // [rsp+90h] [rbp-118h] BYREF long long v9; // [rsp...
13,848
common_sampler_types_from_chars(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
monkey531[P]llama/common/sampling.cpp
std::vector<common_sampler_type> common_sampler_types_from_chars(const std::string & chars) { std::unordered_map<char, common_sampler_type> sampler_name_map = { { common_sampler_type_to_chr(COMMON_SAMPLER_TYPE_DRY), COMMON_SAMPLER_TYPE_DRY }, { common_sampler_type_to_chr(COMMON_SAMPLER_TYPE_...
O3
cpp
common_sampler_types_from_chars(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x98, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0x98(%rsp), %rdx movb $0x64, -0x48(%rdx) movl $0x1, -0x44(%rdx) movb $0x6b, -0x40(%rdx) movl $0x2, -0x...
_Z31common_sampler_types_from_charsRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push r15 push r14 push r12 push rbx sub rsp, 98h mov r14, rsi mov rbx, rdi lea rdx, [rsp+0B8h+var_20] mov byte ptr [rdx-48h], 64h ; 'd' mov dword ptr [rdx-44h], 1 mov byte ptr [rdx-40h], 6B...
long long common_sampler_types_from_chars(long long a1, long long *a2) { long long v2; // r12 long long v3; // r14 long long v4; // rax _DWORD *v5; // rax _DWORD *v6; // rsi char v8; // [rsp+15h] [rbp-A3h] BYREF char v9; // [rsp+16h] [rbp-A2h] BYREF char v10; // [rsp+17h] [rbp-A1h] BYREF _BYTE v11[56...
common_sampler_types_from_chars: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x98 MOV R14,RSI MOV RBX,RDI LEA RDX,[RSP + 0x98] MOV byte ptr [RDX + -0x48],0x64 MOV dword ptr [RDX + -0x44],0x1 MOV byte ptr [RDX + -0x40],0x6b MOV dword ptr [RDX + -0x3c],0x2 MOV byte ptr [RDX + -0x38],0x79 MOV dword ptr [RDX + -0x34],0x6 M...
/* common_sampler_types_from_chars(std::__cxx11::string const&) */ string * common_sampler_types_from_chars(string *param_1) { int4 *puVar1; long lVar2; int8 *in_RSI; long lVar3; char *pcVar4; int1 local_a3; int1 local_a2; int1 local_a1; _Hashtable<char,std::pair<char_const,common_sampler_type>,std...
13,849
rw_pr_rdlock
eloqsql/mysys/thr_rwlock.c
int rw_pr_rdlock(rw_pr_lock_t *rwlock) { pthread_mutex_lock(&rwlock->lock); /* The fact that we were able to acquire 'lock' mutex means that there are no active writers and we can acquire rd-lock. Increment active readers counter to prevent requests for wr-lock from succeeding and unlock mutex. */...
O0
c
rw_pr_rdlock: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x24450 movq -0x8(%rbp), %rax movl 0x58(%rax), %ecx addl $0x1, %ecx movl %ecx, 0x58(%rax) movq -0x8(%rbp), %rdi callq 0x241e0 xorl %eax, %eax addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
rw_pr_rdlock: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8] call _pthread_mutex_lock mov rax, [rbp+var_8] mov ecx, [rax+58h] add ecx, 1 mov [rax+58h], ecx mov rdi, [rbp+var_8] call _pthread_mutex_unlock xor eax, eax add rsp, 10h pop ...
long long rw_pr_rdlock(long long a1) { pthread_mutex_lock(a1); ++*(_DWORD *)(a1 + 88); pthread_mutex_unlock(a1); return 0LL; }
rw_pr_rdlock: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] CALL 0x00124450 MOV RAX,qword ptr [RBP + -0x8] MOV ECX,dword ptr [RAX + 0x58] ADD ECX,0x1 MOV dword ptr [RAX + 0x58],ECX MOV RDI,qword ptr [RBP + -0x8] CALL 0x001241e0 XOR EAX,EAX ADD RSP,0x10 POP RBP RET
int8 rw_pr_rdlock(pthread_mutex_t *param_1) { pthread_mutex_lock(param_1); *(int *)((long)param_1 + 0x58) = *(int *)((long)param_1 + 0x58) + 1; pthread_mutex_unlock(param_1); return 0; }
13,850
VoxelInfoBuilder::add_texture(voxel_face, char const*)
untodesu[P]voxelius/game/shared/voxel_registry.cc
VoxelInfoBuilder &VoxelInfoBuilder::add_texture(voxel_face face, const char *texture) { const auto index = static_cast<std::size_t>(face); prototype.textures[index].paths.push_back(texture); return *this; }
O1
cpp
VoxelInfoBuilder::add_texture(voxel_face, char const*): pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rdi, %rbx movl %esi, %eax leaq (%rax,%rax,4), %r14 shll $0x3, %r14d addq 0x58(%rdi), %r14 leaq 0x10(%rsp), %r15 leaq 0xf(%rsp), %rax movq %r15, %rdi movq %rdx, %rsi movq %rax, %rdx callq 0x1ccb6 movq %r14, %r...
_ZN16VoxelInfoBuilder11add_textureE10voxel_facePKc: push r15 push r14 push rbx sub rsp, 30h mov rbx, rdi mov eax, esi lea r14, [rax+rax*4] shl r14d, 3 add r14, [rdi+58h] lea r15, [rsp+48h+var_38] lea rax, [rsp+48h+var_39] mov rdi, r15 mov rsi, rdx mov rdx, rax call ...
long long VoxelInfoBuilder::add_texture(long long a1, int a2, long long a3) { long long v3; // r14 void *v5[2]; // [rsp+10h] [rbp-38h] BYREF long long v6; // [rsp+20h] [rbp-28h] BYREF v3 = *(_QWORD *)(a1 + 88) + (unsigned int)(40 * a2); std::string::basic_string<std::allocator<char>>(v5, a3); std::vector<...
add_texture: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RDI MOV EAX,ESI LEA R14,[RAX + RAX*0x4] SHL R14D,0x3 ADD R14,qword ptr [RDI + 0x58] LEA R15,[RSP + 0x10] LEA RAX,[RSP + 0xf] MOV RDI,R15 MOV RSI,RDX MOV RDX,RAX CALL 0x0011ccb6 LAB_0014bcd8: MOV RDI,R14 MOV RSI,R15 CALL 0x00147e06 LAB_0014bce3: LEA RAX,[RSP +...
/* VoxelInfoBuilder::add_texture(voxel_face, char const*) */ VoxelInfoBuilder * __thiscall VoxelInfoBuilder::add_texture(VoxelInfoBuilder *this,int param_2,char *param_3) { long lVar1; allocator local_39; long *local_38 [2]; long local_28 [2]; lVar1 = *(long *)(this + 0x58); std::__cxx11::string::stri...
13,851
VoxelInfoBuilder::add_texture(voxel_face, char const*)
untodesu[P]voxelius/game/shared/voxel_registry.cc
VoxelInfoBuilder &VoxelInfoBuilder::add_texture(voxel_face face, const char *texture) { const auto index = static_cast<std::size_t>(face); prototype.textures[index].paths.push_back(texture); return *this; }
O2
cpp
VoxelInfoBuilder::add_texture(voxel_face, char const*): pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rdi, %rbx movl %esi, %eax imulq $0x28, %rax, %r14 addq 0x58(%rdi), %r14 leaq 0x10(%rsp), %r15 leaq 0xf(%rsp), %rax movq %r15, %rdi movq %rdx, %rsi movq %rax, %rdx callq 0x190fa movq %r14, %rdi movq %r15, %rsi...
_ZN16VoxelInfoBuilder11add_textureE10voxel_facePKc: push r15 push r14 push rbx sub rsp, 30h mov rbx, rdi mov eax, esi imul r14, rax, 28h ; '(' add r14, [rdi+58h] lea r15, [rsp+48h+var_38] lea rax, [rsp+48h+var_39] mov rdi, r15 mov rsi, rdx mov rdx, rax call _ZNSt7__cxx...
long long VoxelInfoBuilder::add_texture(long long a1, unsigned int a2, long long a3) { long long v3; // r14 _QWORD v5[7]; // [rsp+10h] [rbp-38h] BYREF v3 = *(_QWORD *)(a1 + 88) + 40LL * a2; std::string::basic_string<std::allocator<char>>(v5, a3); std::vector<std::string>::emplace_back<std::string>(v3, (long...
add_texture: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RDI MOV EAX,ESI IMUL R14,RAX,0x28 ADD R14,qword ptr [RDI + 0x58] LEA R15,[RSP + 0x10] LEA RAX,[RSP + 0xf] MOV RDI,R15 MOV RSI,RDX MOV RDX,RAX CALL 0x001190fa LAB_00148e4a: MOV RDI,R14 MOV RSI,R15 CALL 0x00144cca LAB_00148e55: LEA RDI,[RSP + 0x10] CALL 0x00117...
/* VoxelInfoBuilder::add_texture(voxel_face, char const*) */ VoxelInfoBuilder * __thiscall VoxelInfoBuilder::add_texture(VoxelInfoBuilder *this,ulong param_2,char *param_3) { long lVar1; allocator local_39; string local_38 [32]; lVar1 = *(long *)(this + 0x58); std::__cxx11::string::string<std::allocator...
13,852
VoxelInfoBuilder::add_texture(voxel_face, char const*)
untodesu[P]voxelius/game/shared/voxel_registry.cc
VoxelInfoBuilder &VoxelInfoBuilder::add_texture(voxel_face face, const char *texture) { const auto index = static_cast<std::size_t>(face); prototype.textures[index].paths.push_back(texture); return *this; }
O3
cpp
VoxelInfoBuilder::add_texture(voxel_face, char const*): pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rdi, %rbx movl %esi, %eax leaq (%rax,%rax,4), %r14 shll $0x3, %r14d addq 0x58(%rdi), %r14 leaq 0x10(%rsp), %r15 leaq 0xf(%rsp), %rax movq %r15, %rdi movq %rdx, %rsi movq %rax, %rdx callq 0x1b480 movq %r14, %r...
_ZN16VoxelInfoBuilder11add_textureE10voxel_facePKc: push r15 push r14 push rbx sub rsp, 30h mov rbx, rdi mov eax, esi lea r14, [rax+rax*4] shl r14d, 3 add r14, [rdi+58h] lea r15, [rsp+48h+var_38] lea rax, [rsp+48h+var_39] mov rdi, r15 mov rsi, rdx mov rdx, rax call ...
long long VoxelInfoBuilder::add_texture(long long a1, int a2, long long a3) { long long v3; // r14 void *v5[2]; // [rsp+10h] [rbp-38h] BYREF long long v6; // [rsp+20h] [rbp-28h] BYREF v3 = *(_QWORD *)(a1 + 88) + (unsigned int)(40 * a2); std::string::basic_string<std::allocator<char>>(v5, a3); std::vector<...
add_texture: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV RBX,RDI MOV EAX,ESI LEA R14,[RAX + RAX*0x4] SHL R14D,0x3 ADD R14,qword ptr [RDI + 0x58] LEA R15,[RSP + 0x10] LEA RAX,[RSP + 0xf] MOV RDI,R15 MOV RSI,RDX MOV RDX,RAX CALL 0x0011b480 LAB_0014af50: MOV RDI,R14 MOV RSI,R15 CALL 0x001471f2 LAB_0014af5b: LEA RAX,[RSP +...
/* VoxelInfoBuilder::add_texture(voxel_face, char const*) */ VoxelInfoBuilder * __thiscall VoxelInfoBuilder::add_texture(VoxelInfoBuilder *this,int param_2,char *param_3) { long lVar1; allocator local_39; long *local_38 [2]; long local_28 [2]; lVar1 = *(long *)(this + 0x58); std::__cxx11::string::stri...
13,853
coro::io_scheduler::process_scheduled_execute_inline()
AlayaLite/build_O3/_deps/libcoro-src/src/io_scheduler.cpp
auto io_scheduler::process_scheduled_execute_inline() -> void { std::vector<std::coroutine_handle<>> tasks{}; { // Acquire the entire list, and then reset it. std::scoped_lock lk{m_scheduled_tasks_mutex}; tasks.swap(m_scheduled_tasks); // Clear the schedule eventfd if this is a ...
O3
cpp
coro::io_scheduler::process_scheduled_execute_inline(): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movq %rdi, %r15 leaq 0x138(%rdi), %r12 movq %r12, %rdi callq 0x17370 testl %eax, %eax jne 0xca5de movq 0x160(%r15), %rbx movq 0x168(%r15), %r13 movq 0x170(%r15), %r14 xorps %xmm0, %xmm0 movups...
_ZN4coro12io_scheduler32process_scheduled_execute_inlineEv: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h mov r15, rdi lea r12, [rdi+138h] mov rdi, r12 call _pthread_mutex_lock test eax, eax jnz loc_CA5DE mov rbx, [r15+160h] mov r13, [r15+168h] mov r14, [...
void coro::io_scheduler::process_scheduled_execute_inline(coro::io_scheduler *this) { int v1; // eax void (***v2)(void); // rbx void (***v3)(void); // r13 long long v4; // r14 void (***v5)(void); // r12 _QWORD v6[6]; // [rsp+8h] [rbp-30h] BYREF v1 = pthread_mutex_lock((char *)this + 312); if ( v1 ) ...
process_scheduled_execute_inline: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R15,RDI LEA R12,[RDI + 0x138] MOV RDI,R12 CALL 0x00117370 TEST EAX,EAX JNZ 0x001ca5de MOV RBX,qword ptr [R15 + 0x160] MOV R13,qword ptr [R15 + 0x168] MOV R14,qword ptr [R15 + 0x170] XORPS XMM0,XMM0 MOVUPS xmmword ptr [R15 + ...
/* coro::io_scheduler::process_scheduled_execute_inline() */ void __thiscall coro::io_scheduler::process_scheduled_execute_inline(io_scheduler *this) { pthread_mutex_t *__mutex; int8 *puVar1; int8 *puVar2; long lVar3; int iVar4; int8 uVar5; void *unaff_RBX; int8 *puVar6; long unaff_R14; eventfd_t...
13,854
list_add
eloqsql/libmariadb/libmariadb/ma_list.c
LIST *list_add(LIST *root, LIST *element) { if (root) { if (root->prev) /* If add in mid of list */ root->prev->next= element; element->prev=root->prev; root->prev=element; } else element->prev=0; element->next=root; return(element); /* New root */ }
O0
c
list_add: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) cmpq $0x0, -0x8(%rbp) je 0x28887 movq -0x8(%rbp), %rax cmpq $0x0, (%rax) je 0x2886c movq -0x10(%rbp), %rcx movq -0x8(%rbp), %rax movq (%rax), %rax movq %rcx, 0x8(%rax) movq -0x8(%rbp), %rax movq (%rax), %rcx movq -0x10(%rbp), %rax movq %r...
list_add: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi cmp [rbp+var_8], 0 jz short loc_28887 mov rax, [rbp+var_8] cmp qword ptr [rax], 0 jz short loc_2886C mov rcx, [rbp+var_10] mov rax, [rbp+var_8] mov rax, [rax] mov [rax+8], rcx loc_2886C: mov ...
_QWORD * list_add(long long a1, _QWORD *a2) { if ( a1 ) { if ( *(_QWORD *)a1 ) *(_QWORD *)(*(_QWORD *)a1 + 8LL) = a2; *a2 = *(_QWORD *)a1; *(_QWORD *)a1 = a2; } else { *a2 = 0LL; } a2[1] = a1; return a2; }
list_add: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI CMP qword ptr [RBP + -0x8],0x0 JZ 0x00128887 MOV RAX,qword ptr [RBP + -0x8] CMP qword ptr [RAX],0x0 JZ 0x0012886c MOV RCX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RAX + 0x8]...
long * list_add(long *param_1,long *param_2) { if (param_1 == (long *)0x0) { *param_2 = 0; } else { if (*param_1 != 0) { *(long **)(*param_1 + 8) = param_2; } *param_2 = *param_1; *param_1 = (long)param_2; } param_2[1] = (long)param_1; return param_2; }
13,855
testing::internal::HasGoogleTestFlagPrefix(char const*)
AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc
static bool HasGoogleTestFlagPrefix(const char* str) { return (SkipPrefix("--", &str) || SkipPrefix("-", &str) || SkipPrefix("/", &str)) && !SkipPrefix(GTEST_FLAG_PREFIX_ "internal_", &str) && (SkipPrefix(GTEST_FLAG_PREFIX_, &str) || SkipPrefix(GTEST_FLAG_PREFIX_DASH_, &str)); }
O0
cpp
testing::internal::HasGoogleTestFlagPrefix(char const*): subq $0x18, %rsp movq %rdi, 0x10(%rsp) leaq 0x30ecc(%rip), %rdi # 0x75a0c leaq 0x10(%rsp), %rsi callq 0x3e680 testb $0x1, %al jne 0x44b83 leaq 0x30eb8(%rip), %rdi # 0x75a0d leaq 0x10(%rsp), %rsi callq 0x3e680 testb $0x1, %al jne 0x44b83 leaq 0x30a19(%rip)...
_ZN7testing8internalL23HasGoogleTestFlagPrefixEPKc: sub rsp, 18h mov qword ptr [rsp+18h+var_8], rdi lea rdi, aTheValueOfFlag+12h; this lea rsi, [rsp+18h+var_8]; char * call _ZN7testing8internal10SkipPrefixEPKcPS2_; testing::internal::SkipPrefix(char const*,char const**) test al, 1 jnz short lo...
char testing::internal::HasGoogleTestFlagPrefix(testing::internal *this, const char *a2, const char **a3) { const char **v3; // rdx const char **v4; // rdx const char **v5; // rdx char v7; // [rsp+Eh] [rbp-Ah] char v8; // [rsp+Fh] [rbp-9h] char v9[8]; // [rsp+10h] [rbp-8h] BYREF *(_QWORD *)v9 = this; ...
HasGoogleTestFlagPrefix: SUB RSP,0x18 MOV qword ptr [RSP + 0x10],RDI LEA RDI,[0x175a0c] LEA RSI,[RSP + 0x10] CALL 0x0013e680 TEST AL,0x1 JNZ 0x00144b83 LEA RDI,[0x175a0d] LEA RSI,[RSP + 0x10] CALL 0x0013e680 TEST AL,0x1 JNZ 0x00144b83 LEA RDI,[0x175583] LEA RSI,[RSP + 0x10] CALL 0x0013e680 MOV CL,AL XOR EAX,EAX TEST CL...
/* testing::internal::HasGoogleTestFlagPrefix(char const*) */ ulong testing::internal::HasGoogleTestFlagPrefix(char *param_1) { int1 extraout_AL; uint uVar1; ulong uVar2; int7 uVar3; int7 extraout_var; int1 local_a; int1 local_9; char *local_8; local_8 = param_1; uVar2 = SkipPrefix("--",&local...
13,856
resolve_charset
eloqsql/mysys/charset.c
my_bool resolve_charset(const char *cs_name, CHARSET_INFO *default_cs, CHARSET_INFO **cs, myf flags) { *cs= get_charset_by_csname(cs_name, MY_CS_PRIMARY, flags); if (*cs == NULL) { *cs= default_cs; return TRUE; } return FALSE; }
O3
c
resolve_charset: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0xc0, %rsp movq %rdx, %rbx movq %rsi, %r14 movq %rdi, %rsi movq %fs:0x28, %rax movq %rax, -0x18(%rbp) leaq -0xc8(%rbp), %rdi movb $0x0, (%rdi) leaq -0x12f0(%rip), %rax # 0x29f96 movq %rax, 0x80(%rdi) leaq -0x12ef(%rip), %rax # 0x29fa5 movq ...
resolve_charset: push rbp mov rbp, rsp push r14 push rbx sub rsp, 0C0h mov rbx, rdx mov r14, rsi mov rsi, rdi mov rax, fs:28h mov [rbp+var_18], rax lea rdi, [rbp+var_C8] mov byte ptr [rdi], 0 lea rax, my_once_alloc_c mov [rdi+80h], rax lea rax, my_malloc_c mov ...
bool resolve_charset(long long a1, long long a2, long long *a3, long long a4) { long long v6; // rcx bool result; // al char v8[128]; // [rsp+8h] [rbp-C8h] BYREF long long ( *v9)(long long); // [rsp+88h] [rbp-48h] long long ( *v10)(unsigned long long); // [rsp+90h] [rbp-40h] long long ( *v11)(long long, un...
resolve_charset: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0xc0 MOV RBX,RDX MOV R14,RSI MOV RSI,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX LEA RDI,[RBP + -0xc8] MOV byte ptr [RDI],0x0 LEA RAX,[0x129f96] MOV qword ptr [RDI + 0x80],RAX LEA RAX,[0x129fa5] MOV qword ptr [RDI + 0x88],RAX LEA RAX,[0...
bool resolve_charset(int8 param_1,long param_2,long *param_3) { long lVar1; long in_FS_OFFSET; int1 local_d0 [128]; code *local_50; code *local_48; code *local_40; code *local_38; int *local_30; code *local_28; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); local_d0[0] = 0; loc...
13,857
r3d_textures_unload
r3d/src/r3d_state.c
void r3d_textures_unload(void) { rlUnloadTexture(R3D.texture.white); rlUnloadTexture(R3D.texture.black); rlUnloadTexture(R3D.texture.normal); rlUnloadTexture(R3D.texture.randNoise); rlUnloadTexture(R3D.texture.iblBrdfLut); if (R3D.texture.ssaoKernel != 0) { rlUnloadTexture(R3D.texture.s...
O3
c
r3d_textures_unload: pushq %rbp movq %rsp, %rbp movl 0xf02e3(%rip), %edi # 0x1b1150 callq 0x1dccf movl 0xf02dc(%rip), %edi # 0x1b1154 callq 0x1dccf movl 0xf02d5(%rip), %edi # 0x1b1158 callq 0x1dccf movl 0xf02ce(%rip), %edi # 0x1b115c callq 0x1dccf movl 0xf02cb(%rip), %edi # 0x1b1164 callq 0x1dccf mo...
r3d_textures_unload: push rbp mov rbp, rsp mov edi, cs:dword_1B1150 call rlUnloadTexture mov edi, cs:dword_1B1154 call rlUnloadTexture mov edi, cs:dword_1B1158 call rlUnloadTexture mov edi, cs:dword_1B115C call rlUnloadTexture mov edi, cs:dword_1B1164 call rlUnloadTexture mov ...
long long r3d_textures_unload() { long long result; // rax rlUnloadTexture(dword_1B1150); rlUnloadTexture(dword_1B1154); rlUnloadTexture(dword_1B1158); rlUnloadTexture(dword_1B115C); result = rlUnloadTexture(dword_1B1164); if ( dword_1B1160 ) return rlUnloadTexture(dword_1B1160); return result; }
r3d_textures_unload: PUSH RBP MOV RBP,RSP MOV EDI,dword ptr [0x002b1150] CALL 0x0011dccf MOV EDI,dword ptr [0x002b1154] CALL 0x0011dccf MOV EDI,dword ptr [0x002b1158] CALL 0x0011dccf MOV EDI,dword ptr [0x002b115c] CALL 0x0011dccf MOV EDI,dword ptr [0x002b1164] CALL 0x0011dccf MOV EDI,dword ptr [0x002b1160] TEST EDI,EDI...
void r3d_textures_unload(void) { rlUnloadTexture(DAT_002b1150); rlUnloadTexture(DAT_002b1154); rlUnloadTexture(DAT_002b1158); rlUnloadTexture(DAT_002b115c); rlUnloadTexture(DAT_002b1164); if (DAT_002b1160 != 0) { rlUnloadTexture(); return; } return; }
13,858
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
monkey531[P]llama/common/json.hpp
int get_codepoint() { // this function only makes sense after reading `\u` JSON_ASSERT(current == 'u'); int codepoint = 0; const auto factors = { 12u, 8u, 4u, 0u }; for (const auto factor : factors) { get(); if (current >= '0' && current <= '...
O2
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE13get_codepointEv: push rbp push r15 push r14 push r12 p...
long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat...
get_codepoint: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 CMP dword ptr [RDI + 0x14],0x75 JNZ 0x0013f02b MOV RBX,RDI MOVAPS XMM0,xmmword ptr [0x001ac320] MOVAPS xmmword ptr [RSP],XMM0 XOR R15D,R15D PUSH -0x1 POP R12 XOR EBP,EBP LAB_0013efcb: CMP R15,0x10 JZ 0x0013f00f MOV R14D,dword ptr [RSP + R15*0x1] M...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_ab...
13,859
net_stmt_close
eloqsql/libmariadb/libmariadb/mariadb_stmt.c
static my_bool net_stmt_close(MYSQL_STMT *stmt, my_bool remove) { char stmt_id[STMT_ID_LENGTH]; MA_MEM_ROOT *fields_ma_alloc_root= &((MADB_STMT_EXTENSION *)stmt->extension)->fields_ma_alloc_root; /* clear memory */ ma_free_root(&stmt->result.alloc, MYF(0)); /* allocated in mysql_stmt_store_result */ ma_free_...
O0
c
net_stmt_close: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movb %sil, %al movq %fs:0x28, %rcx movq %rcx, -0x8(%rbp) movq %rdi, -0x18(%rbp) movb %al, -0x19(%rbp) movq -0x18(%rbp), %rax movq 0x340(%rax), %rax movq %rax, -0x28(%rbp) movq -0x18(%rbp), %rdi addq $0x80, %rdi addq $0x10, %rdi xorl %esi, %esi callq 0x24d40 mo...
net_stmt_close: push rbp mov rbp, rsp sub rsp, 40h mov al, sil mov rcx, fs:28h mov [rbp+var_8], rcx mov [rbp+var_18], rdi mov [rbp+var_19], al mov rax, [rbp+var_18] mov rax, [rax+340h] mov [rbp+var_28], rax mov rdi, [rbp+var_18] add rdi, 80h add rdi, 10h xor es...
char net_stmt_close(long long a1, char a2) { char *v2; // rax _QWORD *v4; // [rsp+18h] [rbp-28h] _BYTE v6[4]; // [rsp+34h] [rbp-Ch] BYREF unsigned long long v7; // [rsp+38h] [rbp-8h] v7 = __readfsqword(0x28u); v4 = *(_QWORD **)(a1 + 832); ma_free_root((_QWORD *)(a1 + 144), 0); ma_free_root((_QWORD *)a...
net_stmt_close: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV AL,SIL MOV RCX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RCX MOV qword ptr [RBP + -0x18],RDI MOV byte ptr [RBP + -0x19],AL MOV RAX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RAX + 0x340] MOV qword ptr [RBP + -0x28],RAX MOV RDI,qword ptr [RBP + -0x18] ADD RDI,0x...
int8 net_stmt_close(long param_1,char param_2) { char cVar1; int iVar2; int8 uVar3; long in_FS_OFFSET; char *local_40; int1 local_15; int1 local_14; int1 local_13; int1 local_12; int1 local_11; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); uVar3 = *(int8 *)(param_1 + 0x340); ...
13,860
net_stmt_close
eloqsql/libmariadb/libmariadb/mariadb_stmt.c
static my_bool net_stmt_close(MYSQL_STMT *stmt, my_bool remove) { char stmt_id[STMT_ID_LENGTH]; MA_MEM_ROOT *fields_ma_alloc_root= &((MADB_STMT_EXTENSION *)stmt->extension)->fields_ma_alloc_root; /* clear memory */ ma_free_root(&stmt->result.alloc, MYF(0)); /* allocated in mysql_stmt_store_result */ ma_free_...
O3
c
net_stmt_close: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movl %esi, %r14d movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) movq 0x340(%rdi), %r12 addq $0x90, %rdi xorl %r15d, %r15d xorl %esi, %esi callq 0x1de3f movq %rbx, %rdi xorl %esi, %esi callq 0x1de3f movq %...
net_stmt_close: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 10h mov r14d, esi mov rbx, rdi mov rax, fs:28h mov [rbp+var_28], rax mov r12, [rdi+340h] add rdi, 90h xor r15d, r15d xor esi, esi call ma_free_root mov rdi, rbx xor esi, e...
long long net_stmt_close(long long a1, char a2) { long long v2; // r12 unsigned int v3; // r15d long long v4; // rax long long v5; // rax long long v6; // rcx long long v7; // rsi int v9; // [rsp+4h] [rbp-2Ch] BYREF unsigned long long v10; // [rsp+8h] [rbp-28h] v10 = __readfsqword(0x28u); v2 = *(_...
net_stmt_close: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R14D,ESI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX MOV R12,qword ptr [RDI + 0x340] ADD RDI,0x90 XOR R15D,R15D XOR ESI,ESI CALL 0x0011de3f MOV RDI,RBX XOR ESI,ESI CALL 0x0011de3f MOV RDI,R12 XOR ESI,ES...
int8 net_stmt_close(long param_1,char param_2) { int iVar1; int8 uVar2; long lVar3; int8 uVar4; long in_FS_OFFSET; int4 local_34; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); uVar2 = *(int8 *)(param_1 + 0x340); uVar4 = 0; ma_free_root(param_1 + 0x90,0); ma_free_root(param_1,0);...
13,861
send_signal
eloqsql/mysys/thr_timer.c
static void send_signal(void *arg) { struct st_my_thread_var *current_my_thread_var= arg; #if defined(MAIN) printf("sending signal\n"); fflush(stdout); #endif mysql_mutex_lock(&current_my_thread_var->mutex); mysql_cond_signal(&current_my_thread_var->suspend); mysql_mutex_unlock(&current_my_thread_var->mutex);...
O3
c
send_signal: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx leaq 0x36713(%rip), %rsi # 0x5c28d movl $0x1, %edi xorl %eax, %eax callq 0x24030 movq 0x2c941b(%rip), %rax # 0x2eefa8 movq (%rax), %rdi callq 0x24360 leaq 0x40(%rbx), %r14 cmpq $0x0, 0x80(%rbx) jne 0x25bde movq %r...
send_signal: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdi lea rsi, aSendingSignal; "sending signal\n" mov edi, 1 xor eax, eax call ___printf_chk mov rax, cs:stdout_ptr mov rdi, [rax] call _fflush lea r14, [rbx+40h] cmp qword ptr [rbx+80h...
long long send_signal(long long a1) { __printf_chk(1LL, "sending signal\n"); fflush(stdout); if ( *(_QWORD *)(a1 + 128) ) psi_mutex_lock(a1 + 64, (long long)"/workspace/llm4binary/github2025/eloqsql/mysys/thr_timer.c", 0x161u); else pthread_mutex_lock(a1 + 64); if ( *(_QWORD *)(a1 + 56) ) (*((voi...
send_signal: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI LEA RSI,[0x15c28d] MOV EDI,0x1 XOR EAX,EAX CALL 0x00124030 MOV RAX,qword ptr [0x003eefa8] MOV RDI,qword ptr [RAX] CALL 0x00124360 LEA R14,[RBX + 0x40] CMP qword ptr [RBX + 0x80],0x0 JNZ 0x00125bde MOV RDI,R14 CALL 0x00124450 LAB_00125bab:...
void send_signal(long param_1) { pthread_mutex_t *__mutex; __printf_chk(1,"sending signal\n"); fflush(*(FILE **)PTR_stdout_003eefa8); __mutex = (pthread_mutex_t *)(param_1 + 0x40); if (*(long *)(param_1 + 0x80) == 0) { pthread_mutex_lock(__mutex); } else { psi_mutex_lock(__mutex,"/workspace/l...
13,862
Parser::peek(int) const
BhuvanGudi[P]LexiParse/src/parser.hpp
[[nodiscard]] std::optional<Token> peek(const int offset = 0) const { if (m_index + offset >= m_tokens.size()) { return {}; } return m_tokens.at(m_index + offset); }
O2
cpp
Parser::peek(int) const: pushq %rbx movq %rdi, %rbx movslq %edx, %rcx addq 0x18(%rsi), %rcx movq 0x8(%rsi), %rax subq (%rsi), %rax pushq $0x30 popq %rdi cqto idivq %rdi cmpq %rax, %rcx jae 0x3a7b movq %rsi, %rdi movq %rcx, %rsi callq 0x43f8 movq %rbx, %rdi movq %rax, %rsi callq 0x443e jmp 0x3a7f movb $0x0, 0x30(%rbx) m...
_ZNK6Parser4peekEi: push rbx mov rbx, rdi movsxd rcx, edx add rcx, [rsi+18h] mov rax, [rsi+8] sub rax, [rsi] push 30h ; '0' pop rdi cqo idiv rdi cmp rcx, rax jnb short loc_3A7B mov rdi, rsi mov rsi, rcx call _ZNKSt6vectorI5TokenSaIS0_EE2atEm; std::vector<Token>::at(ulong...
Parser * Parser::peek(Parser *this, _QWORD *a2, int a3) { unsigned long long v3; // rcx long long v4; // rax v3 = a2[3] + a3; if ( v3 >= (a2[1] - *a2) / 48LL ) { *((_BYTE *)this + 48) = 0; } else { v4 = std::vector<Token>::at(a2, v3, (a2[1] - *a2) % 48LL); std::_Optional_payload_base<Token>...
peek: PUSH RBX MOV RBX,RDI MOVSXD RCX,EDX ADD RCX,qword ptr [RSI + 0x18] MOV RAX,qword ptr [RSI + 0x8] SUB RAX,qword ptr [RSI] PUSH 0x30 POP RDI CQO IDIV RDI CMP RCX,RAX JNC 0x00103a7b MOV RDI,RSI MOV RSI,RCX CALL 0x001043f8 MOV RDI,RBX MOV RSI,RAX CALL 0x0010443e JMP 0x00103a7f LAB_00103a7b: MOV byte ptr [RBX + 0x30],...
/* Parser::peek(int) const */ long Parser::peek(int param_1) { int8 uVar1; int in_EDX; vector<Token,std::allocator<Token>> *in_RSI; int4 in_register_0000003c; long lVar2; lVar2 = CONCAT44(in_register_0000003c,param_1); if ((ulong)((long)in_EDX + *(long *)(in_RSI + 0x18)) < (ulong)((*(long *)(i...
13,863
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
shubhamoy[P]dir2txt/include/nlohmann/json.hpp
static ReferenceType get_ref_impl(ThisType& obj) { // delegate the call to get_ptr<>() auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>(); if (JSON_HEDLEY_LIKELY(ptr != nullptr)) { return *ptr; } JSON_THROW(type_error::cre...
O0
cpp
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
_ZN8nlohmann16json_abi_v3_12_010basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE12get_ref_implIRKNS2_IS9_SD_St4lessIvESaISt4pairIKS9_SD_EEEEKSD_EET_RT0_: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_8], rdi mov rdi, ...
long long nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_12_0::adl_serializer,std::vector<unsigned char>,void>::get_ref_impl<nlohmann::json_abi_v3_12_0::ordered_map<std::string,nlohmann::json_abi...
get_ref_impl<nlohmann::json_abi_v3_12_0::ordered_map<std::__cxx11::string,nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_12_0::adl_serializer,std::vector<unsigned_char,std::allocator<unsi...
/* nlohmann::json_abi_v3_12_0::ordered_map<std::__cxx11::string, nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_12_0::adl_serializer, std::vector<unsigned char, std::all...
13,864
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
shubhamoy[P]dir2txt/include/nlohmann/json.hpp
static ReferenceType get_ref_impl(ThisType& obj) { // delegate the call to get_ptr<>() auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>(); if (JSON_HEDLEY_LIKELY(ptr != nullptr)) { return *ptr; } JSON_THROW(type_error::cre...
O1
cpp
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
_ZN8nlohmann16json_abi_v3_12_010basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE12get_ref_implIRKS9_KSD_EET_RT0_: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 3 jnz ...
long long nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_12_0::adl_serializer,std::vector<unsigned char>,void>::get_ref_impl<std::string const&,nlohmann::json_abi_v3_12_0::basic_json<nlohmann::js...
get_ref_impl<std::__cxx11::string_const&,nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_12_0::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>const>: PUSH RBP...
/* std::__cxx11::string const& nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_12_0::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>:...
13,865
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
shubhamoy[P]dir2txt/include/nlohmann/json.hpp
static ReferenceType get_ref_impl(ThisType& obj) { // delegate the call to get_ptr<>() auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>(); if (JSON_HEDLEY_LIKELY(ptr != nullptr)) { return *ptr; } JSON_THROW(type_error::cre...
O3
cpp
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const& nlohmann::json_abi_v3_12_0::basic_json<nlohmann::json_abi_v3_12_0::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::...
_ZN8nlohmann16json_abi_v3_12_010basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE12get_ref_implIRS9_SD_EET_RT0_: push rbp; char push r14; int push rbx; __int64 sub rsp, 30h mov r14, rdi cmp byte ptr [rdi], 3 jnz short loc_31CE...
long long nlohmann::json_abi_v3_12_0::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_12_0::adl_serializer,std::vector<unsigned char>,void>::get_ref_impl<std::string&,nlohmann::json_abi_v3_12_0::basic_json<std::map,std::vector,std::string,bool,long,unsign...
get_ref_impl<std::__cxx11::string&,nlohmann::json_abi_v3_12_0::basic_json<std::map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_12_0::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>>: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RD...
/* std::__cxx11::string& nlohmann::json_abi_v3_12_0::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_12_0::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>::get_ref_impl<std::__cxx11::string&, ...
13,866
my_hash_sort_ucs2_bin
eloqsql/strings/ctype-ucs2.c
static void my_hash_sort_ucs2_bin(CHARSET_INFO *cs, const uchar *key, size_t len, ulong *nr1, ulong *nr2) { size_t lengthsp= my_lengthsp_mb2(cs, (const char *) key, len); my_hash_sort_ucs2_nopad_bin(cs, key, lengthsp, nr1, nr2); }
O3
c
my_hash_sort_ucs2_bin: movq %rdx, %rax cmpq $0x2, %rdx jl 0x531a9 cmpb $0x20, -0x1(%rsi,%rax) jne 0x531a1 leaq -0x2(%rax), %rdx cmpb $0x0, -0x2(%rsi,%rax) je 0x53186 movq (%rcx), %rdx movq (%r8), %rdi jmp 0x531b5 movq (%rcx), %rdx movq (%r8), %rdi cmpq $0x1, %rax jne 0x531e8 pushq %rbp movq %rsp, %rbp addq %rsi, %rax m...
my_hash_sort_ucs2_bin: mov rax, rdx cmp rdx, 2 jl short loc_531A9 cmp byte ptr [rsi+rax-1], 20h ; ' ' jnz short loc_531A1 lea rdx, [rax-2] cmp byte ptr [rsi+rax-2], 0 jz short my_hash_sort_ucs2_bin loc_531A1: mov rdx, [rcx] mov rdi, [r8] jmp short loc_531B5 loc_531A9: mov ...
unsigned long long my_hash_sort_ucs2_bin( long long a1, unsigned long long a2, long long a3, long long *a4, long long *a5) { unsigned long long result; // rax long long v6; // rdx long long v7; // rdi while ( 1 ) { result = a3; if ( a3 < 2 ) break; i...
my_hash_sort_ucs2_bin: MOV RAX,RDX CMP RDX,0x2 JL 0x001531a9 CMP byte ptr [RSI + RAX*0x1 + -0x1],0x20 JNZ 0x001531a1 LEA RDX,[RAX + -0x2] CMP byte ptr [RSI + RAX*0x1 + -0x2],0x0 JZ 0x00153186 LAB_001531a1: MOV RDX,qword ptr [RCX] MOV RDI,qword ptr [R8] JMP 0x001531b5 LAB_001531a9: MOV RDX,qword ptr [RCX] MOV RDI,qword ...
void my_hash_sort_ucs2_bin (int8 param_1,byte *param_2,long param_3,ulong *param_4,long *param_5) { byte *pbVar1; long lVar2; ulong uVar3; long lVar4; do { lVar2 = param_3; if (lVar2 < 2) { uVar3 = *param_4; lVar4 = *param_5; if (lVar2 != 1) goto LAB_001531e8; ...
13,867
my_thread_destroy_common_mutex
eloqsql/mysys/my_thr_init.c
void my_thread_destroy_common_mutex(void) { mysql_mutex_destroy(&THR_LOCK_open); mysql_mutex_destroy(&THR_LOCK_lock); mysql_mutex_destroy(&THR_LOCK_myisam); mysql_mutex_destroy(&THR_LOCK_myisam_mmap); mysql_mutex_destroy(&THR_LOCK_heap); mysql_mutex_destroy(&THR_LOCK_net); mysql_mutex_destroy(&THR_LOCK_ch...
O0
c
my_thread_destroy_common_mutex: pushq %rbp movq %rsp, %rbp leaq 0xb8d535(%rip), %rdi # 0xc83330 callq 0xf5e50 leaq 0xb8d571(%rip), %rdi # 0xc83378 callq 0xf5e50 leaq 0xb8d5ad(%rip), %rdi # 0xc833c0 callq 0xf5e50 leaq 0xb8d5e9(%rip), %rdi # 0xc83408 callq 0xf5e50 leaq 0xb8d625(%rip), %rdi # 0xc83450 callq...
my_thread_destroy_common_mutex: push rbp mov rbp, rsp lea rdi, THR_LOCK_open call inline_mysql_mutex_destroy_9 lea rdi, THR_LOCK_lock call inline_mysql_mutex_destroy_9 lea rdi, THR_LOCK_myisam call inline_mysql_mutex_destroy_9 lea rdi, THR_LOCK_myisam_mmap call inline_mysql_mutex_dest...
long long my_thread_destroy_common_mutex() { inline_mysql_mutex_destroy_9(&THR_LOCK_open); inline_mysql_mutex_destroy_9(&THR_LOCK_lock); inline_mysql_mutex_destroy_9(&THR_LOCK_myisam); inline_mysql_mutex_destroy_9(&THR_LOCK_myisam_mmap); inline_mysql_mutex_destroy_9(&THR_LOCK_heap); inline_mysql_mutex_destr...
my_thread_destroy_common_mutex: PUSH RBP MOV RBP,RSP LEA RDI,[0xd83330] CALL 0x001f5e50 LEA RDI,[0xd83378] CALL 0x001f5e50 LEA RDI,[0xd833c0] CALL 0x001f5e50 LEA RDI,[0xd83408] CALL 0x001f5e50 LEA RDI,[0xd83450] CALL 0x001f5e50 LEA RDI,[0xd83498] CALL 0x001f5e50 LEA RDI,[0xd834e0] CALL 0x001f5e50 POP RBP RET
void my_thread_destroy_common_mutex(void) { inline_mysql_mutex_destroy(THR_LOCK_open); inline_mysql_mutex_destroy(THR_LOCK_lock); inline_mysql_mutex_destroy(THR_LOCK_myisam); inline_mysql_mutex_destroy(THR_LOCK_myisam_mmap); inline_mysql_mutex_destroy(THR_LOCK_heap); inline_mysql_mutex_destroy(THR_LOCK_ne...
13,868
google::protobuf::EnumValueOptions* google::protobuf::Arena::CreateMaybeMessage<google::protobuf::EnumValueOptions>(google::protobuf::Arena*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc
PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::EnumValueOptions* Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::EnumValueOptions >(Arena* arena) { return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::EnumValueOptions >(arena); }
O0
cpp
google::protobuf::EnumValueOptions* google::protobuf::Arena::CreateMaybeMessage<google::protobuf::EnumValueOptions>(google::protobuf::Arena*): subq $0xb8, %rsp movq %rdi, 0x18(%rsp) movq 0x18(%rsp), %rax movq %rax, 0x20(%rsp) cmpq $0x0, 0x20(%rsp) jne 0xd2b5f movl $0x50, %edi callq 0x13450 movq %rax, %rdi movq %rdi, %r...
_ZN6google8protobuf5Arena18CreateMaybeMessageINS0_16EnumValueOptionsEJEEEPT_PS1_DpOT0_: sub rsp, 0B8h mov [rsp+0B8h+var_A0], rdi mov rax, [rsp+0B8h+var_A0] mov [rsp+0B8h+var_98], rax cmp [rsp+0B8h+var_98], 0 jnz short loc_D2B5F mov edi, 50h ; 'P'; unsigned __int64 call __Znwm; operator ne...
google::protobuf::EnumValueOptions * google::protobuf::Arena::CreateMaybeMessage<google::protobuf::EnumValueOptions>( google::protobuf::Arena *a1) { google::protobuf::EnumValueOptions *v2; // [rsp+10h] [rbp-A8h] _QWORD v4[12]; // [rsp+40h] [rbp-78h] BYREF long long AlignedWithHook; // [rsp+A0h] [rbp-18h] ...
CreateMaybeMessage<google::protobuf::EnumValueOptions>: SUB RSP,0xb8 MOV qword ptr [RSP + 0x18],RDI MOV RAX,qword ptr [RSP + 0x18] MOV qword ptr [RSP + 0x20],RAX CMP qword ptr [RSP + 0x20],0x0 JNZ 0x001d2b5f MOV EDI,0x50 CALL 0x00113450 MOV RDI,RAX MOV RAX,RDI MOV qword ptr [RSP + 0x10],RAX LAB_001d2b23: XOR EDX,EDX MO...
/* WARNING: Removing unreachable block (ram,0x001d2bee) */ /* WARNING: Removing unreachable block (ram,0x001d2bf9) */ /* WARNING: Removing unreachable block (ram,0x001d2c52) */ /* google::protobuf::EnumValueOptions* google::protobuf::Arena::CreateMaybeMessage<google::protobuf::EnumValueOptions>(google::protobuf::Ar...
13,869
mi_unmap_file
eloqsql/storage/myisam/mi_packrec.c
void _mi_unmap_file(MI_INFO *info) { DBUG_ASSERT(info->s->options & HA_OPTION_COMPRESS_RECORD); (void) my_munmap((char*) info->s->file_map, info->s->mmaped_length); if (myisam_mmap_size != SIZE_T_MAX) { mysql_mutex_lock(&THR_LOCK_myisam_mmap); myisam_mmap_used-= info->s->mmaped_length; mysql_mutex...
O0
c
mi_unmap_file: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) jmp 0xbda4e movq -0x8(%rbp), %rax movq (%rax), %rax movq 0x270(%rax), %rdi movq -0x8(%rbp), %rax movq (%rax), %rax movq 0x4d0(%rax), %rsi callq 0x29440 leaq 0x202762(%rip), %rax # 0x2c01d8 cmpq $-0x1, (%rax) je 0xbdac5 leaq 0xbc79e5(%ri...
_mi_unmap_file: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi jmp short $+2 loc_BDA4E: mov rax, [rbp+var_8] mov rax, [rax] mov rdi, [rax+270h] mov rax, [rbp+var_8] mov rax, [rax] mov rsi, [rax+4D0h] call _munmap lea rax, myisam_mmap_size cmp qword ptr [rax...
_QWORD * mi_unmap_file(long long a1) { _QWORD *result; // rax munmap(*(_QWORD *)(*(_QWORD *)a1 + 624LL), *(_QWORD *)(*(_QWORD *)a1 + 1232LL)); result = &myisam_mmap_size; if ( myisam_mmap_size != -1LL ) { inline_mysql_mutex_lock_21( (long long)&THR_LOCK_myisam_mmap, (long long)"/workspace/llm...
_mi_unmap_file: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI JMP 0x001bda4e LAB_001bda4e: MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RDI,qword ptr [RAX + 0x270] MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RSI,qword ptr [RAX + 0x4d0] CALL 0x00129440 LEA RAX,[0x3c01d8] C...
void _mi_unmap_file(long *param_1) { munmap(*(void **)(*param_1 + 0x270),*(size_t *)(*param_1 + 0x4d0)); if (myisam_mmap_size != -1) { inline_mysql_mutex_lock (THR_LOCK_myisam_mmap, "/workspace/llm4binary/github2025/eloqsql/storage/myisam/mi_packrec.c",0x61b); myisam_mmap_used...
13,870
normalize_dirname
eloqsql/mysys/mf_pack.c
size_t normalize_dirname(char *to, const char *from) { size_t length; char buff[FN_REFLEN + 1]; DBUG_ENTER("normalize_dirname"); /* Despite the name, this actually converts the name to the system's format (TODO: name this properly). */ (void) intern_filename(buff, from); length= strlen(buff); /...
O3
c
normalize_dirname: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x210, %rsp # imm = 0x210 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x18(%rbp) leaq -0x220(%rbp), %r14 movq %r14, %rdi callq 0x4fa0d movq %r14, %rdi callq 0x25120 testq %rax, %rax je 0x4fd63 cmpb $0x2f, -0x1(%rax,%r14) je 0x4fd63...
normalize_dirname: push rbp mov rbp, rsp push r14 push rbx sub rsp, 210h mov rbx, rdi mov rax, fs:28h mov [rbp+var_18], rax lea r14, [rbp+var_220] mov rdi, r14 call intern_filename mov rdi, r14 call _strlen test rax, rax jz short loc_4FD63 cmp byte ptr [rax+r14...
long long normalize_dirname(long long a1, long long a2) { unsigned long long v2; // rax long long v3; // rcx unsigned __int8 v5[520]; // [rsp+0h] [rbp-220h] BYREF unsigned long long v6; // [rsp+208h] [rbp-18h] v6 = __readfsqword(0x28u); intern_filename((long long)v5, a2); v2 = strlen(v5); if ( v2 && v...
normalize_dirname: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x210 MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX LEA R14,[RBP + -0x220] MOV RDI,R14 CALL 0x0014fa0d MOV RDI,R14 CALL 0x00125120 TEST RAX,RAX JZ 0x0014fd63 CMP byte ptr [RAX + R14*0x1 + -0x1],0x2f JZ 0x0014fd63 MOV ECX,0x1ff C...
void normalize_dirname(int8 param_1) { size_t sVar1; size_t sVar2; long in_FS_OFFSET; int8 uStack_230; char local_228 [520]; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); uStack_230 = (code *)0x14fd38; intern_filename(local_228); uStack_230 = (code *)0x14fd40; sVar1 = strlen(local...
13,871
my_hash_sort_utf8mb4_nopad
eloqsql/strings/ctype-utf8.c
static void my_hash_sort_utf8mb4_nopad(CHARSET_INFO *cs, const uchar *s, size_t slen, ulong *nr1, ulong *nr2) { my_wc_t wc; int res; const uchar *e= s + slen; MY_UNICASE_INFO *uni_plane= cs->caseinfo; register ulong m1= *nr1, m2= *nr2; while ((res= my_mb_wc_utf8mb4(cs, &wc, (uchar*) s,...
O3
c
my_hash_sort_utf8mb4_nopad: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rdx, %r15 movq %rsi, %r12 addq %rsi, %r15 movq %rdi, -0x30(%rbp) movq 0x78(%rdi), %r14 movq %rcx, -0x48(%rbp) movq (%rcx), %r13 movq %r8, -0x50(%rbp) movq (%r8), %rbx leaq -0x38(%rbp), %r...
my_hash_sort_utf8mb4_nopad: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov r15, rdx mov r12, rsi add r15, rsi mov [rbp+var_30], rdi mov r14, [rdi+78h] mov [rbp+var_48], rcx mov r13, [rcx] mov [rbp+var_50], r8 mov rbx, [r8...
_QWORD * my_hash_sort_utf8mb4_nopad( unsigned long long a1, unsigned __int8 *a2, long long a3, long long *a4, _QWORD *a5) { unsigned __int8 *v5; // r12 unsigned long long v6; // r15 unsigned long long *v7; // r14 long long v8; // r13 long long v9; // rbx int v10; // e...
my_hash_sort_utf8mb4_nopad: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R15,RDX MOV R12,RSI ADD R15,RSI MOV qword ptr [RBP + -0x30],RDI MOV R14,qword ptr [RDI + 0x78] MOV qword ptr [RBP + -0x48],RCX MOV R13,qword ptr [RCX] MOV qword ptr [RBP + -0x50],R8 MOV RBX,qword ptr [R8] LEA ...
void my_hash_sort_utf8mb4_nopad(long param_1,long param_2,long param_3,ulong *param_4,long *param_5) { int4 uVar1; ulong *puVar2; uint uVar3; ulong uVar4; long lVar5; long lVar6; ulong uVar7; ulong uVar8; short local_44; ulong local_40; ulong local_38; param_3 = param_3 + param_2; puVar2 ...
13,872
String::append_semi_hex(char const*, unsigned int, charset_info_st const*)
eloqsql/sql/sql_string.cc
bool String::append_semi_hex(const char *s, uint len, CHARSET_INFO *cs) { if (!len) return false; size_t dst_len= convert_to_printable_required_length(len); if (reserve(dst_len)) return true; uint nbytes= convert_to_printable(Ptr + str_length, dst_len, s, len, cs); DBUG_ASSERT((ulonglong) str_length + ...
O3
cpp
String::append_semi_hex(char const*, unsigned int, charset_info_st const*): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax testl %edx, %edx je 0x27d2c movq %rsi, %r15 movq %rdi, %rbx movq %rcx, -0x30(%rbp) movl %edx, %r12d addq $0x8, %rdi movl 0x10(%rbx), %r14d leaq (%r14,%...
_ZN6String15append_semi_hexEPKcjPK15charset_info_st: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax test edx, edx jz short loc_27D2C mov r15, rsi mov rbx, rdi mov [rbp+var_30], rcx mov r12d, edx add rdi, 8; this mov r14d, [rbx+10h] le...
long long String::append_semi_hex(long long a1, _BYTE *a2, unsigned int a3, long long a4) { unsigned int v4; // r13d unsigned long long v5; // r12 long long v6; // r14 if ( a3 ) { v5 = a3; v6 = *(unsigned int *)(a1 + 16); LOBYTE(v4) = 1; if ( !(unsigned __int8)Binary_string::realloc_raw((Bin...
append_semi_hex: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX TEST EDX,EDX JZ 0x00127d2c MOV R15,RSI MOV RBX,RDI MOV qword ptr [RBP + -0x30],RCX MOV R12D,EDX ADD RDI,0x8 MOV R14D,dword ptr [RBX + 0x10] LEA RSI,[R14 + R12*0x4] ADD RSI,0x5 CALL 0x0012666c MOV R13B,0x1 TEST AL,AL JNZ 0x00127d...
/* String::append_semi_hex(char const*, unsigned int, charset_info_st const*) */ ulong __thiscall String::append_semi_hex(String *this,char *param_1,uint param_2,charset_info_st *param_3) { uint uVar1; char cVar2; int iVar3; ulong uVar4; int8 unaff_R13; ulong uVar5; if (param_2 == 0) { uVar5 = 0...
13,873
mi_recinfo_write
eloqsql/storage/myisam/mi_open.c
uint mi_recinfo_write(File file, MI_COLUMNDEF *recinfo) { uchar buff[MI_COLUMNDEF_SIZE]; uchar *ptr=buff; mi_int2store(ptr,recinfo->type); ptr +=2; mi_int2store(ptr,recinfo->length); ptr +=2; *ptr++ = recinfo->null_bit; mi_int2store(ptr,recinfo->null_pos); ptr+= 2; return mysql_file_write(file, buff, (si...
O3
c
mi_recinfo_write: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x60, %rsp movq %fs:0x28, %rax movq %rax, -0x18(%rbp) movzwl (%rsi), %eax rolw $0x8, %ax movw %ax, -0x1f(%rbp) movzwl 0x4(%rsi), %eax rolw $0x8, %ax movw %ax, -0x1d(%rbp) movb 0xc(%rsi), %al movb %al, -0x1b(%rbp) movzwl 0xe(%rsi), %eax rolw $0x8, ...
mi_recinfo_write: push rbp mov rbp, rsp push r14 push rbx sub rsp, 60h mov rax, fs:28h mov [rbp+var_18], rax movzx eax, word ptr [rsi] rol ax, 8 mov [rbp+var_1F], ax movzx eax, word ptr [rsi+4] rol ax, 8 mov [rbp+var_1D], ax mov al, [rsi+0Ch] mov [rbp+var_1B], al mov...
bool mi_recinfo_write(unsigned int a1, long long a2) { long long v2; // rax long long v3; // rcx _BYTE v6[72]; // [rsp+0h] [rbp-70h] BYREF long long v7; // [rsp+48h] [rbp-28h] BYREF _WORD v8[2]; // [rsp+51h] [rbp-1Fh] BYREF char v9; // [rsp+55h] [rbp-1Bh] __int16 v10; // [rsp+56h] [rbp-1Ah] unsigned lo...
mi_recinfo_write: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x60 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX MOVZX EAX,word ptr [RSI] ROL AX,0x8 MOV word ptr [RBP + -0x1f],AX MOVZX EAX,word ptr [RSI + 0x4] ROL AX,0x8 MOV word ptr [RBP + -0x1d],AX MOV AL,byte ptr [RSI + 0xc] MOV byte ptr [RBP + -0x1...
bool mi_recinfo_write(int4 param_1,ushort *param_2) { long lVar1; long in_FS_OFFSET; int1 local_78 [72]; long local_30; ushort local_27; ushort local_25; int1 local_23; ushort local_22; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); local_27 = *param_2 << 8 | *param_2 >> 8; local...
13,874
vemit_tap
eloqsql/unittest/mytap/tap.c
static void vemit_tap(int pass, char const *fmt, va_list ap) { fprintf(tapout, "%sok %d%s", pass ? "" : "not ", ++g_test.last, (fmt && *fmt) ? " - " : ""); if (fmt && *fmt) vfprintf(tapout, fmt, ap); fflush(tapout); }
O0
c
vemit_tap: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq 0x1a896e(%rip), %rax # 0x1d4fb8 movq (%rax), %rax movq %rax, -0x30(%rbp) movl -0x4(%rbp), %edx leaq 0x53fb2(%rip), %rax # 0x8060d leaq 0x53c4e(%rip), %rcx # 0x802b0 cmpl $0x0, %edx ...
vemit_tap: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, cs:stdout_ptr mov rax, [rax] mov [rbp+var_30], rax mov edx, [rbp+var_4] lea rax, aNot; "not " lea rcx, asc_802AD+3; "" cmp edx, 0 cmovnz rax, rcx mo...
long long vemit_tap(int a1, _BYTE *a2, long long a3) { const char *v3; // rax const char *v4; // r8 int v6; // [rsp+10h] [rbp-20h] bool v7; // [rsp+17h] [rbp-19h] v3 = "not "; if ( a1 ) v3 = ""; v6 = ++dword_3929BC; v7 = 0; if ( a2 ) v7 = *a2 != 0; v4 = ""; if ( v7 ) v4 = " - "; fp...
vemit_tap: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [0x002d4fb8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x30],RAX MOV EDX,dword ptr [RBP + -0x4] LEA RAX,[0x18060d] LEA RCX,[0x1802b0] CMP EDX,0x0 CMOVNZ RAX,R...
void vemit_tap(int param_1,char *param_2,__gnuc_va_list param_3) { int *puVar1; int *puVar2; bool bVar3; puVar1 = &DAT_0018060d; if (param_1 != 0) { puVar1 = &DAT_001802b0; } DAT_004929bc = DAT_004929bc + 1; bVar3 = false; if (param_2 != (char *)0x0) { bVar3 = *param_2 != '\0'; } puVa...
13,875
eval_num_suffix_ull
eloqsql/mysys/my_getopt.c
static ulonglong eval_num_suffix_ull(char *argument, int *error, char *option_name) { char *endchar; ulonglong num; DBUG_ENTER("eval_num_suffix_ull"); if (*argument == '-') { my_getopt_error_reporter(ERROR_LEVEL, "Incorrect unsigned value:...
O0
c
eval_num_suffix_ull: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movsbl (%rax), %eax cmpl $0x2d, %eax jne 0x89bf7 leaq 0x1c0169(%rip), %rax # 0x249d30 movq (%rax), %r8 movq -0x10(%rbp), %rdx movq -0x20(%rbp), %rcx xorl %edi, ...
eval_num_suffix_ull: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] movsx eax, byte ptr [rax] cmp eax, 2Dh ; '-' jnz short loc_89BF7 lea rax, my_getopt_error_reporter mov r8, [rax] mov rdx, [rbp+...
long long eval_num_suffix_ull(const char *a1, _DWORD *a2, const char *a3) { const char *v3; // rdi long long v5; // [rsp+0h] [rbp-30h] long long v6; // [rsp+0h] [rbp-30h] _BYTE *v7; // [rsp+8h] [rbp-28h] BYREF const char *v8; // [rsp+10h] [rbp-20h] _DWORD *v9; // [rsp+18h] [rbp-18h] const char *v10; // [...
eval_num_suffix_ull: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x10] MOVSX EAX,byte ptr [RAX] CMP EAX,0x2d JNZ 0x00189bf7 LEA RAX,[0x349d30] MOV R8,qword ptr [RAX] MOV RDX,qword ptr [RBP + -0x10] MOV RCX,qw...
long eval_num_suffix_ull(char *param_1,int *param_2,int8 param_3) { int *piVar1; long lVar2; char *local_30; int8 local_28; int *local_20; char *local_18; long local_10; local_28 = param_3; local_20 = param_2; local_18 = param_1; if (*param_1 == '-') { (*(code *)my_getopt_error_reporter)(...
13,876
bitmap_test_and_clear
eloqsql/mysys/my_bitmap.c
my_bool bitmap_test_and_clear(MY_BITMAP *map, uint bitmap_bit) { my_bool res; DBUG_ASSERT(map->bitmap); DBUG_ASSERT(bitmap_bit < map->n_bits); bitmap_lock(map); res= bitmap_fast_test_and_clear(map, bitmap_bit); bitmap_unlock(map); return res; }
O3
c
bitmap_test_and_clear: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %esi, %r14d movq %rdi, %rbx movq 0x10(%rdi), %rdi testq %rdi, %rdi je 0xa21d2 cmpq $0x0, 0x40(%rdi) jne 0xa2225 callq 0x2a1f0 movq (%rbx), %rax movl %r14d, %edx andb $0x7, %r14b movl $0x1, %r15d movl %r14d, %ecx shll %cl,...
bitmap_test_and_clear: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14d, esi mov rbx, rdi mov rdi, [rdi+10h] test rdi, rdi jz short loc_A21D2 cmp qword ptr [rdi+40h], 0 jnz short loc_A2225 call _pthread_mutex_lock loc_A21D2: mov rax, [rbx] mov ...
long long bitmap_test_and_clear(_QWORD *a1, unsigned int a2) { unsigned int v2; // r14d long long v4; // rdi int v5; // r15d long long v6; // rdx long long v7; // rbx long long v8; // rdi v2 = a2; v4 = a1[2]; if ( v4 ) { if ( *(_QWORD *)(v4 + 64) ) psi_mutex_lock(v4, (long long)"/workspa...
bitmap_test_and_clear: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14D,ESI MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x10] TEST RDI,RDI JZ 0x001a21d2 CMP qword ptr [RDI + 0x40],0x0 JNZ 0x001a2225 CALL 0x0012a1f0 LAB_001a21d2: MOV RAX,qword ptr [RBX] MOV EDX,R14D AND R14B,0x7 MOV R15D,0x1 MOV ECX,R14D SHL R...
int8 bitmap_test_and_clear(long *param_1,uint param_2) { byte bVar1; pthread_mutex_t *ppVar2; byte bVar3; ppVar2 = (pthread_mutex_t *)param_1[2]; if (ppVar2 != (pthread_mutex_t *)0x0) { if (*(long *)((long)ppVar2 + 0x40) == 0) { pthread_mutex_lock(ppVar2); } else { psi_mutex_lock(...
13,877
my_read
eloqsql/mysys/my_read.c
size_t my_read(File Filedes, uchar *Buffer, size_t Count, myf MyFlags) { size_t readbytes, save_count= 0; DBUG_ENTER("my_read"); DBUG_PRINT("my",("fd: %d Buffer: %p Count: %lu MyFlags: %lu", Filedes, Buffer, (ulong) Count, MyFlags)); if (!(MyFlags & (MY_WME | MY_FAE | MY_FNABP))) MyFla...
O0
c
my_read: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl %edi, -0xc(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq $0x0, -0x38(%rbp) jmp 0xbf761 movq -0x28(%rbp), %rax andq $0x1a, %rax cmpq $0x0, %rax jne 0xbf781 leaq 0xb8c372(%rip), %rax # 0xc4bae8 movq (%rax), %rax orq -0x28(%rbp)...
my_read: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_C], edi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_38], 0 jmp short $+2 loc_BF761: mov rax, [rbp+var_28] and rax, 1Ah cmp rax, 0 jnz short loc_BF781 lea rax, my_global_flag...
long long my_read(unsigned int a1, const char *a2, long long a3, __int16 a4) { const char *v4; // rax const char *v5; // rax unsigned int v7; // [rsp+10h] [rbp-40h] long long v8; // [rsp+18h] [rbp-38h] long long v9; // [rsp+20h] [rbp-30h] __int16 v11; // [rsp+28h] [rbp-28h] v11 = a4; v8 = 0LL; if ( ...
my_read: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV dword ptr [RBP + -0xc],EDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x38],0x0 JMP 0x001bf761 LAB_001bf761: MOV RAX,qword ptr [RBP + -0x28] AND RAX,0x1a CMP RAX,0x0 JNZ 0x001bf781 LEA RAX,[0xd4bae8...
long my_read(int param_1,void *param_2,size_t param_3,ulong param_4) { int iVar1; int *piVar2; size_t sVar3; int4 *puVar4; int8 uVar5; long local_40; long local_38; ulong local_30; size_t local_28; void *local_20; local_40 = 0; local_28 = param_3; local_20 = param_2; local_30 = param_4;...
13,878
my_realpath
eloqsql/mysys/my_symlink.c
int my_realpath(char *to, const char *filename, myf MyFlags) { #if defined(HAVE_REALPATH) && !defined(HAVE_BROKEN_REALPATH) int result=0; char buff[BUFF_LEN]; char *ptr; DBUG_ENTER("my_realpath"); DBUG_PRINT("info",("executing realpath")); if ((ptr=realpath(filename,buff))) strmake(to, ptr, FN_REFLEN-1...
O0
c
my_realpath: pushq %rbp movq %rsp, %rbp subq $0x1060, %rsp # imm = 0x1060 movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x1020(%rbp) movq %rsi, -0x1028(%rbp) movq %rdx, -0x1030(%rbp) movl $0x0, -0x1034(%rbp) jmp 0x334b9 movq -0x1028(%rbp), %rdi leaq -0x1010(%rbp), %rsi callq 0x250f0 movq %rax, -0x1040...
my_realpath: push rbp mov rbp, rsp sub rsp, 1060h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_1020], rdi mov [rbp+var_1028], rsi mov [rbp+var_1030], rdx mov [rbp+var_1034], 0 jmp short $+2 loc_334B9: mov rdi, [rbp+var_1028] lea rsi, [rbp+var_1010] call _realpath m...
long long my_realpath(long long a1, long long a2, char a3) { unsigned int *v3; // rax long long v5; // [rsp+1Ch] [rbp-1044h] long long v6; // [rsp+20h] [rbp-1040h] unsigned int v7; // [rsp+2Ch] [rbp-1034h] _BYTE v9[4104]; // [rsp+50h] [rbp-1010h] BYREF unsigned long long v10; // [rsp+1058h] [rbp-8h] v10...
my_realpath: PUSH RBP MOV RBP,RSP SUB RSP,0x1060 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x1020],RDI MOV qword ptr [RBP + -0x1028],RSI MOV qword ptr [RBP + -0x1030],RDX MOV dword ptr [RBP + -0x1034],0x0 JMP 0x001334b9 LAB_001334b9: MOV RDI,qword ptr [RBP + -0x1028] LEA RSI,[RBP ...
int4 my_realpath(int8 param_1,char *param_2,ulong param_3) { int iVar1; char *pcVar2; int *piVar3; int4 *puVar4; long in_FS_OFFSET; int4 local_103c; char local_1018 [4104]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); local_103c = 0; pcVar2 = realpath(param_2,local_1018); if (p...
13,879
my_realpath
eloqsql/mysys/my_symlink.c
int my_realpath(char *to, const char *filename, myf MyFlags) { #if defined(HAVE_REALPATH) && !defined(HAVE_BROKEN_REALPATH) int result=0; char buff[BUFF_LEN]; char *ptr; DBUG_ENTER("my_realpath"); DBUG_PRINT("info",("executing realpath")); if ((ptr=realpath(filename,buff))) strmake(to, ptr, FN_REFLEN-1...
O3
c
my_realpath: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x1010, %rsp # imm = 0x1010 movq %rdx, %r15 movq %rsi, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) leaq -0x1030(%rbp), %rsi movq %r14, %rdi callq 0x240f0 testq %rax, %rax je 0x2e3bd movl $0x1ff, %edx ...
my_realpath: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 1010h mov r15, rdx mov r14, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_28], rax lea rsi, [rbp+var_1030] mov rdi, r14 call _realpath test rax, rax jz short loc_2E3BD mov ed...
long long my_realpath(long long a1, long long a2, char a3) { long long v4; // rax int v6; // r12d unsigned int *v7; // rax _BYTE v8[4104]; // [rsp+0h] [rbp-1030h] BYREF unsigned long long v9; // [rsp+1008h] [rbp-28h] v9 = __readfsqword(0x28u); v4 = realpath(a2, v8); if ( v4 ) { strmake(a1, v4, 5...
my_realpath: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x1010 MOV R15,RDX MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX LEA RSI,[RBP + -0x1030] MOV RDI,R14 CALL 0x001240f0 TEST RAX,RAX JZ 0x0012e3bd MOV EDX,0x1ff MOV RDI,RBX MOV RSI,RAX CALL 0x0016108c XOR EA...
int my_realpath(int8 param_1,char *param_2,ulong param_3) { int iVar1; char *pcVar2; int *piVar3; int4 *puVar4; long in_FS_OFFSET; char local_1038 [4104]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); pcVar2 = realpath(param_2,local_1038); if (pcVar2 == (char *)0x0) { piVar3 = _...
13,880
void ImPlot3D::PlotLineEx<ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>>>(char const*, ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>> const&, int)
zkingston[P]unknot/build_O1/_deps/implot3d-src/implot3d_items.cpp
void PlotLineEx(const char* label_id, const _Getter& getter, ImPlot3DLineFlags flags) { if (BeginItemEx(label_id, getter, flags, ImPlot3DCol_Line)) { const ImPlot3DNextItemData& n = GetItemData(); if (getter.Count >= 2 && n.RenderLine) { const ImU32 col_line = ImGui::GetColorU32(n.Colors...
O1
cpp
void ImPlot3D::PlotLineEx<ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>>>(char const*, ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>, ImPlot3D::IndexerIdx<signed char>> const&, int): pushq %rbp pushq...
_ZN8ImPlot3D10PlotLineExINS_9GetterXYZINS_10IndexerIdxIdEES3_S3_EEEEvPKcRKT_i: push rbp push r14 push rbx sub rsp, 60h mov ebp, edx mov rbx, rsi xor ecx, ecx call _ZN8ImPlot3D11BeginItemExINS_9GetterXYZINS_10IndexerIdxIdEES3_S3_EEEEbPKcRKT_ii; ImPlot3D::BeginItemEx<ImPlot3D::GetterXYZ<ImPlot...
long long ImPlot3D::PlotLineEx<ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<double>,ImPlot3D::IndexerIdx<double>,ImPlot3D::IndexerIdx<double>>>( ImPlot3D *a1, int *a2, long long a3) { __int16 v3; // bp long long result; // rax long long ItemData; // rax long long v6; // r14 unsigned int C...
PlotLineEx<ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<double>,ImPlot3D::IndexerIdx<double>,ImPlot3D::IndexerIdx<double>>>: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x60 MOV EBP,EDX MOV RBX,RSI XOR ECX,ECX CALL 0x00164f83 TEST AL,AL JZ 0x00158900 CALL 0x0015459e MOV R14,RAX CMP dword ptr [RBX + 0x48],0x2 JL 0x001588a8 CMP byte ...
/* void ImPlot3D::PlotLineEx<ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<double>, ImPlot3D::IndexerIdx<double>, ImPlot3D::IndexerIdx<double> > >(char const*, ImPlot3D::GetterXYZ<ImPlot3D::IndexerIdx<double>, ImPlot3D::IndexerIdx<double>, ImPlot3D::IndexerIdx<double> > const&, int) */ void ImPlot3D:: PlotLi...
13,881
os_thread_set_prio
qoraal-tictactoe/build_O0/_deps/qoraal-src/src/os_posix.c
uint32_t os_thread_set_prio (p_thread_t* thread, uint32_t prio) { if (!thread || !*thread) { return 0; // Invalid thread, returning default priority } OS_THREAD_WA_T* wa = (OS_THREAD_WA_T*)*thread; if (!wa) { return 0; // Invalid thread wrapper } int policy; st...
O0
c
os_thread_set_prio: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) cmpq $0x0, -0x10(%rbp) je 0x1c330 movq -0x10(%rbp), %rax cmpq $0x0, (%rax) jne 0x1c339 movl $0x0, -0x4(%rbp) jmp 0x1c3ac movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x20(%rbp) cmpq $0x0, -0x20(%rbp) jn...
os_thread_set_prio: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_14], esi cmp [rbp+var_10], 0 jz short loc_1C330 mov rax, [rbp+var_10] cmp qword ptr [rax], 0 jnz short loc_1C339 loc_1C330: mov [rbp+var_4], 0 jmp short loc_1C3AC loc_1C339: mov ...
long long os_thread_set_prio(_QWORD *a1, int a2) { unsigned int v3; // [rsp+4h] [rbp-2Ch] int v4; // [rsp+8h] [rbp-28h] BYREF unsigned int v5; // [rsp+Ch] [rbp-24h] BYREF _QWORD *v6; // [rsp+10h] [rbp-20h] int v7; // [rsp+1Ch] [rbp-14h] _QWORD *v8; // [rsp+20h] [rbp-10h] v8 = a1; v7 = a2; if ( a1 &&...
os_thread_set_prio: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI CMP qword ptr [RBP + -0x10],0x0 JZ 0x0011c330 MOV RAX,qword ptr [RBP + -0x10] CMP qword ptr [RAX],0x0 JNZ 0x0011c339 LAB_0011c330: MOV dword ptr [RBP + -0x4],0x0 JMP 0x0011c3ac LAB_0011c339: MOV RAX,qwo...
int4 os_thread_set_prio(long *param_1,int4 param_2) { int iVar1; int4 uVar2; sched_param local_30; int local_2c; pthread_t *local_28; int4 local_1c; long *local_18; if ((((param_1 != (long *)0x0) && (*param_1 != 0)) && (local_28 = (pthread_t *)*param_1, local_28 != (pthread_t *)0x0)) && ...
13,882
vec_czero
corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/vect.h
static inline void vec_czero(void *ret, size_t num, bool_t cbit) { limb_t *rp = (limb_t *)ret; size_t i; limb_t mask; launder(cbit); mask = (limb_t)0 - (cbit^1); num /= sizeof(limb_t); for (i = 0; i < num; i++) rp[i] &= mask; }
O0
c
vec_czero: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rcx xorq $0x1, %rcx xorl %eax, %eax subq %rcx, %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rax shrq $...
vec_czero: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov [rbp+var_20], rax mov rax, [rbp+var_18] mov [rbp+var_18], rax mov rcx, [rbp+var_18] xor rcx, 1 xor eax, eax sub rax, rcx mov [rbp+var_30], rax...
unsigned long long vec_czero(long long a1, unsigned long long a2, long long a3) { unsigned long long result; // rax unsigned long long i; // [rsp+8h] [rbp-28h] for ( i = 0LL; ; ++i ) { result = i; if ( i >= a2 >> 3 ) break; *(_QWORD *)(a1 + 8 * i) &= -(a3 ^ 1); } return result; }
vec_czero: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x18],RAX MOV RCX,qword ptr [RBP + -0x18] XOR RCX,0x1 XOR EAX,EAX SUB RAX,RC...
void vec_czero(long param_1,ulong param_2,ulong param_3) { int8 local_30; for (local_30 = 0; local_30 < param_2 >> 3; local_30 = local_30 + 1) { *(ulong *)(param_1 + local_30 * 8) = -(param_3 ^ 1) & *(ulong *)(param_1 + local_30 * 8); } return; }
13,883
strmake
eloqsql/strings/strmake.c
char *strmake(register char *dst, register const char *src, size_t length) { while (length--) { if (! (*dst++ = *src++)) { #ifdef EXTRA_DEBUG /* 'length' is the maximum length of the string; the buffer needs to be one character larger to accommodate the terminating '\0'. This ...
O0
c
strmake: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x20(%rbp), %rax movq %rax, %rcx addq $-0x1, %rcx movq %rcx, -0x20(%rbp) cmpq $0x0, %rax je 0x8799b movq -0x18(%rbp), %rax movq %rax, %rcx addq $0x1, %rcx movq %rcx, -0x18(%rbp) movb (%rax), %al movq -0x10(%rb...
strmake: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx loc_87950: mov rax, [rbp+var_20] mov rcx, rax add rcx, 0FFFFFFFFFFFFFFFFh mov [rbp+var_20], rcx cmp rax, 0 jz short loc_8799B mov rax, [rbp+var_18] mov rcx, rax add rc...
_BYTE * strmake(_BYTE *a1, _BYTE *a2, long long a3) { _BYTE *v4; // rax _BYTE *v5; // rcx while ( a3-- ) { v4 = a2++; LOBYTE(v4) = *v4; v5 = a1++; *v5 = (_BYTE)v4; if ( !(_BYTE)v4 ) return a1 - 1; } *a1 = 0; return a1; }
strmake: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX LAB_00187950: MOV RAX,qword ptr [RBP + -0x20] MOV RCX,RAX ADD RCX,-0x1 MOV qword ptr [RBP + -0x20],RCX CMP RAX,0x0 JZ 0x0018799b MOV RAX,qword ptr [RBP + -0x18] MOV RCX,RAX ADD RCX,0x1 MOV qword...
char * strmake(char *param_1,char *param_2,long param_3) { char cVar1; char *pcVar2; long local_28; char *local_20; char *local_18; local_28 = param_3; local_20 = param_2; pcVar2 = param_1; do { local_18 = pcVar2; if (local_28 == 0) { *local_18 = '\0'; return local_18; } ...
13,884
ma_crypt_post_write_hook
eloqsql/storage/maria/ma_crypt.c
static void ma_crypt_post_write_hook(int res, PAGECACHE_IO_HOOK_ARGS *args) { if (args->crypt_buf != NULL) { uchar *tmp= args->page; args->page= args->crypt_buf; args->crypt_buf= NULL; my_free(tmp); } maria_page_write_failure(res, args); }
O3
c
ma_crypt_post_write_hook: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rsi, %rbx movl %edi, %r14d movq 0x18(%rsi), %rax testq %rax, %rax je 0x6a3f6 movq (%rbx), %rdi movq %rax, (%rbx) movq $0x0, 0x18(%rbx) callq 0xa6612 movl %r14d, %edi movq %rbx, %rsi popq %rbx popq %r14 popq %rbp jmp 0x4107e
ma_crypt_post_write_hook: push rbp mov rbp, rsp push r14 push rbx mov rbx, rsi mov r14d, edi mov rax, [rsi+18h] test rax, rax jz short loc_6A3F6 mov rdi, [rbx] mov [rbx], rax mov qword ptr [rbx+18h], 0 call my_free loc_6A3F6: mov edi, r14d mov rsi, rbx pop rbx...
long long ma_crypt_post_write_hook(int a1, long long *a2) { long long v3; // rax long long v4; // rdi v3 = a2[3]; if ( v3 ) { v4 = *a2; *a2 = v3; a2[3] = 0LL; my_free(v4); } return maria_page_write_failure(a1, (long long)a2); }
ma_crypt_post_write_hook: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RSI MOV R14D,EDI MOV RAX,qword ptr [RSI + 0x18] TEST RAX,RAX JZ 0x0016a3f6 MOV RDI,qword ptr [RBX] MOV qword ptr [RBX],RAX MOV qword ptr [RBX + 0x18],0x0 CALL 0x001a6612 LAB_0016a3f6: MOV EDI,R14D MOV RSI,RBX POP RBX POP R14 POP RBP JMP 0x0014107e...
void ma_crypt_post_write_hook(int4 param_1,long *param_2) { long lVar1; if (param_2[3] != 0) { lVar1 = *param_2; *param_2 = param_2[3]; param_2[3] = 0; my_free(lVar1); } maria_page_write_failure(param_1,param_2); return; }
13,885
async_func_free
bluesky950520[P]quickjs/quickjs.c
static void async_func_free(JSRuntime *rt, JSAsyncFunctionState *s) { JSStackFrame *sf; JSValue *sp; sf = &s->frame; /* close the closure variables. */ close_var_refs(rt, sf); if (sf->arg_buf) { /* cannot free the function if it is running */ assert(sf->cur_sp != NULL); ...
O2
c
async_func_free: pushq %r15 pushq %r14 pushq %rbx movq %rsi, %r14 movq %rdi, %rbx addq $0x18, %rsi callq 0x342d9 movq 0x30(%r14), %r15 testq %r15, %r15 jne 0x342a3 jmp 0x342b5 movq (%r15), %rsi movq 0x8(%r15), %rdx movq %rbx, %rdi callq 0x18031 addq $0x10, %r15 cmpq 0x60(%r14), %r15 jb 0x34290 movq 0x30(%r14), %rsi mov...
async_func_free: push r15 push r14 push rbx mov r14, rsi mov rbx, rdi add rsi, 18h call close_var_refs mov r15, [r14+30h] test r15, r15 jnz short loc_342A3 jmp short loc_342B5 loc_34290: mov rsi, [r15] mov rdx, [r15+8] mov rdi, rbx call JS_FreeValueRT add r15, 1...
long long async_func_free(long long a1, long long a2) { unsigned long long v2; // r15 close_var_refs(a1, a2 + 24); v2 = *(_QWORD *)(a2 + 48); if ( v2 ) { while ( v2 < *(_QWORD *)(a2 + 96) ) { JS_FreeValueRT(a1, *(unsigned int **)v2, *(_QWORD *)(v2 + 8)); v2 += 16LL; } js_free_rt(...
async_func_free: PUSH R15 PUSH R14 PUSH RBX MOV R14,RSI MOV RBX,RDI ADD RSI,0x18 CALL 0x001342d9 MOV R15,qword ptr [R14 + 0x30] TEST R15,R15 JNZ 0x001342a3 JMP 0x001342b5 LAB_00134290: MOV RSI,qword ptr [R15] MOV RDX,qword ptr [R15 + 0x8] MOV RDI,RBX CALL 0x00118031 ADD R15,0x10 LAB_001342a3: CMP R15,qword ptr [R14 + 0...
void async_func_free(int8 param_1,int8 *param_2) { int8 *puVar1; close_var_refs(param_1,param_2 + 3); puVar1 = (int8 *)param_2[6]; if (puVar1 != (int8 *)0x0) { for (; puVar1 < (int8 *)param_2[0xc]; puVar1 = puVar1 + 2) { JS_FreeValueRT(param_1,*puVar1,puVar1[1]); } js_free_rt(param_1,para...
13,886
unlink_hash
eloqsql/storage/maria/ma_pagecache.c
static void unlink_hash(PAGECACHE *pagecache, PAGECACHE_HASH_LINK *hash_link) { DBUG_ENTER("unlink_hash"); DBUG_PRINT("enter", ("hash_link: %p block: %p fd: %u pos: %lu requests: %u", hash_link, hash_link->block, (uint) hash_link->file.file, (ulong) hash_link->pagen...
O0
c
unlink_hash: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) jmp 0x3e3a2 jmp 0x3e3a4 jmp 0x3e3a6 jmp 0x3e3a8 jmp 0x3e3aa movq -0x10(%rbp), %rax movq (%rax), %rax movq -0x10(%rbp), %rcx movq 0x8(%rcx), %rcx movq %rax, (%rcx) cmpq $0x0, %rax je 0x3e3d5 movq -0x10(%rbp), %rax movq ...
unlink_hash: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi jmp short $+2 loc_3E3A2: jmp short $+2 loc_3E3A4: jmp short $+2 loc_3E3A6: jmp short $+2 loc_3E3A8: jmp short $+2 loc_3E3AA: mov rax, [rbp+var_10] mov rax, [rax] mov rcx, [rbp+va...
long long unlink_hash(_QWORD *a1, long long *a2) { long long v2; // rax long long result; // rax long long v4; // [rsp+0h] [rbp-40h] long long v5; // [rsp+8h] [rbp-38h] long long v6; // [rsp+10h] [rbp-30h] long long v7; // [rsp+18h] [rbp-28h] long long v8; // [rsp+28h] [rbp-18h] v2 = *a2; *(_QWORD *...
unlink_hash: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI JMP 0x0013e3a2 LAB_0013e3a2: JMP 0x0013e3a4 LAB_0013e3a4: JMP 0x0013e3a6 LAB_0013e3a6: JMP 0x0013e3a8 LAB_0013e3a8: JMP 0x0013e3aa LAB_0013e3aa: MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RCX,q...
void unlink_hash(long param_1,long *param_2) { long lVar1; void *__src; long lVar2; bool bVar3; long local_30; lVar1 = *param_2; *(long *)param_2[1] = lVar1; if (lVar1 != 0) { *(long *)(*param_2 + 8) = param_2[1]; } param_2[2] = 0; if (*(long *)(param_1 + 0x118) == 0) { *param_2 = *(l...
13,887
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
monkey531[P]llama/common/json.hpp
bool skip_bom() { if (get() == 0xEF) { // check if we completely parse the BOM return get() == 0xBB && get() == 0xBF; } // the first character is not the beginning of the BOM; unget it to // process is later unget(); return true; }
O2
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE8skip_bomEv: push rbx mov rbx, rdi call _ZN8nlohmann16json...
bool nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_in...
skip_bom: PUSH RBX MOV RBX,RDI CALL 0x0013fe1c CMP EAX,0xef JNZ 0x0013f561 MOV RDI,RBX CALL 0x0013fe1c CMP EAX,0xbb JNZ 0x0013f56d MOV RDI,RBX CALL 0x0013fe1c CMP EAX,0xbf SETZ AL JMP 0x0013f56f LAB_0013f561: MOV RDI,RBX CALL 0x0013fe92 MOV AL,0x1 JMP 0x0013f56f LAB_0013f56d: XOR EAX,EAX LAB_0013f56f: POP RBX RET
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char...
13,888
MemoryManager::~MemoryManager()
DanielDanyang[P]CSC3050-2025-Spring-Project-4/src/MemoryManager.cpp
MemoryManager::~MemoryManager() { for (uint32_t i = 0; i < 1024; ++i) { if (this->memory[i] != nullptr) { for (uint32_t j = 0; j < 1024; ++j) { if (this->memory[i][j] != nullptr) { delete[] this->memory[i][j]; this->memory[i][j] = nullptr; } } delete[...
O0
cpp
MemoryManager::~MemoryManager(): subq $0x28, %rsp movq %rdi, 0x20(%rsp) movq 0x20(%rsp), %rax movq %rax, 0x10(%rsp) movl $0x0, 0x1c(%rsp) cmpl $0x400, 0x1c(%rsp) # imm = 0x400 jae 0x32ac movq 0x10(%rsp), %rax movl 0x1c(%rsp), %ecx cmpq $0x0, (%rax,%rcx,8) je 0x329a movl $0x0, 0x18(%rsp) cmpl $0x400, 0x18(%rsp) ...
_ZN13MemoryManagerD2Ev: sub rsp, 28h mov [rsp+28h+var_8], rdi mov rax, [rsp+28h+var_8] mov [rsp+28h+var_18], rax mov [rsp+28h+var_C], 0 loc_31CB: cmp [rsp+28h+var_C], 400h jnb loc_32AC mov rax, [rsp+28h+var_18] mov ecx, [rsp+28h+var_C] cmp qword ptr [rax+rcx*8], 0 jz loc_329...
void MemoryManager::~MemoryManager(MemoryManager *this) { void *v1; // [rsp+0h] [rbp-28h] void *v2; // [rsp+8h] [rbp-20h] unsigned int j; // [rsp+18h] [rbp-10h] unsigned int i; // [rsp+1Ch] [rbp-Ch] for ( i = 0; i < 0x400; ++i ) { if ( *((_QWORD *)this + i) ) { for ( j = 0; j < 0x400; ++j ) ...
~MemoryManager: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV RAX,qword ptr [RSP + 0x20] MOV qword ptr [RSP + 0x10],RAX MOV dword ptr [RSP + 0x1c],0x0 LAB_001031cb: CMP dword ptr [RSP + 0x1c],0x400 JNC 0x001032ac MOV RAX,qword ptr [RSP + 0x10] MOV ECX,dword ptr [RSP + 0x1c] CMP qword ptr [RAX + RCX*0x8],0x0 JZ 0x0010...
/* MemoryManager::~MemoryManager() */ void __thiscall MemoryManager::~MemoryManager(MemoryManager *this) { void *pvVar1; uint local_10; uint local_c; for (local_c = 0; local_c < 0x400; local_c = local_c + 1) { if (*(long *)(this + (ulong)local_c * 8) != 0) { for (local_10 = 0; local_10 < 0x400; ...
13,889
MemoryManager::~MemoryManager()
DanielDanyang[P]CSC3050-2025-Spring-Project-4/src/MemoryManager.cpp
MemoryManager::~MemoryManager() { for (uint32_t i = 0; i < 1024; ++i) { if (this->memory[i] != nullptr) { for (uint32_t j = 0; j < 1024; ++j) { if (this->memory[i][j] != nullptr) { delete[] this->memory[i][j]; this->memory[i][j] = nullptr; } } delete[...
O1
cpp
MemoryManager::~MemoryManager(): pushq %r15 pushq %r14 pushq %rbx movq %rdi, %rbx xorl %r14d, %r14d cmpq $0x0, (%rbx,%r14,8) je 0x2cdd xorl %r15d, %r15d movq (%rbx,%r14,8), %rax movq (%rax,%r15,8), %rdi testq %rdi, %rdi je 0x2cbb callq 0x21b0 movq (%rbx,%r14,8), %rax movq $0x0, (%rax,%r15,8) incq %r15 cmpq $0x400, %r15...
_ZN13MemoryManagerD2Ev: push r15 push r14 push rbx mov rbx, rdi xor r14d, r14d loc_2C93: cmp qword ptr [rbx+r14*8], 0 jz short loc_2CDD xor r15d, r15d loc_2C9D: mov rax, [rbx+r14*8] mov rdi, [rax+r15*8]; void * test rdi, rdi jz short loc_2CBB call __ZdaPv; operator delet...
void MemoryManager::~MemoryManager(MemoryManager *this) { long long i; // r14 long long j; // r15 void *v4; // rdi void *v5; // rdi for ( i = 0LL; i != 1024; ++i ) { if ( *((_QWORD *)this + i) ) { for ( j = 0LL; j != 1024; ++j ) { v4 = *(void **)(*((_QWORD *)this + i) + 8 * j);...
~MemoryManager: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDI XOR R14D,R14D LAB_00102c93: CMP qword ptr [RBX + R14*0x8],0x0 JZ 0x00102cdd XOR R15D,R15D LAB_00102c9d: MOV RAX,qword ptr [RBX + R14*0x8] MOV RDI,qword ptr [RAX + R15*0x8] TEST RDI,RDI JZ 0x00102cbb CALL 0x001021b0 MOV RAX,qword ptr [RBX + R14*0x8] MOV qword ptr [R...
/* MemoryManager::~MemoryManager() */ void __thiscall MemoryManager::~MemoryManager(MemoryManager *this) { void *pvVar1; long lVar2; long lVar3; lVar2 = 0; do { if (*(long *)(this + lVar2 * 8) != 0) { lVar3 = 0; do { pvVar1 = *(void **)(*(long *)(this + lVar2 * 8) + lVar3 * 8); ...
13,890
mysql_mbcharlen_utf8mb3
eloqsql/libmariadb/libmariadb/ma_charset.c
static unsigned int mysql_mbcharlen_utf8mb3(unsigned int utf8) { if (utf8 < 0x80) { return 1; /* single byte character */ } if (utf8 < 0xC2) { return 0; /* invalid multibyte header */ } if (utf8 < 0xE0) { return 2; /* double byte character */ } if (utf8 < 0xF0) { return 3; /* t...
O0
c
mysql_mbcharlen_utf8mb3: pushq %rbp movq %rsp, %rbp movl %edi, -0x8(%rbp) cmpl $0x80, -0x8(%rbp) jae 0x674c9 movl $0x1, -0x4(%rbp) jmp 0x67506 cmpl $0xc2, -0x8(%rbp) jae 0x674db movl $0x0, -0x4(%rbp) jmp 0x67506 cmpl $0xe0, -0x8(%rbp) jae 0x674ed movl $0x2, -0x4(%rbp) jmp 0x67506 cmpl $0xf0, -0x8(%rbp) jae 0x674ff movl...
mysql_mbcharlen_utf8mb3: push rbp mov rbp, rsp mov [rbp+var_8], edi cmp [rbp+var_8], 80h jnb short loc_674C9 mov [rbp+var_4], 1 jmp short loc_67506 loc_674C9: cmp [rbp+var_8], 0C2h jnb short loc_674DB mov [rbp+var_4], 0 jmp short loc_67506 loc_674DB: cmp [rbp+var_8], 0E0h ...
long long mysql_mbcharlen_utf8mb3(unsigned int a1) { if ( a1 >= 0x80 ) { if ( a1 >= 0xC2 ) { if ( a1 >= 0xE0 ) { if ( a1 >= 0xF0 ) return 0; else return 3; } else { return 2; } } else { return 0; } } e...
mysql_mbcharlen_utf8mb3: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x8],EDI CMP dword ptr [RBP + -0x8],0x80 JNC 0x001674c9 MOV dword ptr [RBP + -0x4],0x1 JMP 0x00167506 LAB_001674c9: CMP dword ptr [RBP + -0x8],0xc2 JNC 0x001674db MOV dword ptr [RBP + -0x4],0x0 JMP 0x00167506 LAB_001674db: CMP dword ptr [RBP + -0x8],0x...
int4 mysql_mbcharlen_utf8mb3(uint param_1) { int4 local_c; if (param_1 < 0x80) { local_c = 1; } else if (param_1 < 0xc2) { local_c = 0; } else if (param_1 < 0xe0) { local_c = 2; } else if (param_1 < 0xf0) { local_c = 3; } else { local_c = 0; } return local_c; }
13,891
minja::VariableExpr::VariableExpr(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
monkey531[P]llama/common/minja.hpp
VariableExpr(const Location & location, const std::string& n) : Expression(location), name(n) {}
O1
cpp
minja::VariableExpr::VariableExpr(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %r15 pushq %r14 pushq %rbx movq %rdi, %rbx leaq 0x93469(%rip), %r15 # 0x12d3b8 addq $0x10, %r15 movq %r15, (%rdi) movq (%rsi), %rax movq %rax, 0x8(%rdi) movq 0x8(%r...
_ZN5minja12VariableExprC2ERKNS_8LocationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push r15 push r14 push rbx mov rbx, rdi lea r15, _ZTVN5minja10ExpressionE; `vtable for'minja::Expression add r15, 10h mov [rdi], r15 mov rax, [rsi] mov [rdi+8], rax mov rax, [rsi+8] mov ...
long long minja::VariableExpr::VariableExpr(_QWORD *a1, _QWORD *a2, long long a3) { long long v3; // rax *a1 = &`vtable for'minja::Expression + 2; a1[1] = *a2; v3 = a2[1]; a1[2] = v3; if ( v3 ) { if ( _libc_single_threaded ) ++*(_DWORD *)(v3 + 8); else _InterlockedIncrement((volatile...
VariableExpr: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDI LEA R15,[0x22d3b8] ADD R15,0x10 MOV qword ptr [RDI],R15 MOV RAX,qword ptr [RSI] MOV qword ptr [RDI + 0x8],RAX MOV RAX,qword ptr [RSI + 0x8] MOV qword ptr [RDI + 0x10],RAX TEST RAX,RAX JZ 0x00199f7f MOV RCX,qword ptr [0x0022ef88] CMP byte ptr [RCX],0x0 JZ 0x00199f7b I...
/* minja::VariableExpr::VariableExpr(minja::Location const&, std::__cxx11::string const&) */ void __thiscall minja::VariableExpr::VariableExpr(VariableExpr *this,Location *param_1,string *param_2) { long lVar1; *(int ***)this = &PTR___cxa_pure_virtual_0022d3c8; *(int8 *)(this + 8) = *(int8 *)param_1; lVar...
13,892
common_arg::get_value_from_env(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&)
monkey531[P]llama/common/arg.cpp
bool common_arg::get_value_from_env(std::string & output) { if (env == nullptr) return false; char * value = std::getenv(env); if (value) { output = value; return true; } return false; }
O0
cpp
common_arg::get_value_from_env(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&): subq $0x28, %rsp movq %rdi, 0x18(%rsp) movq %rsi, 0x10(%rsp) movq 0x18(%rsp), %rax movq %rax, (%rsp) cmpq $0x0, 0x88(%rax) jne 0x67e58 movb $0x0, 0x27(%rsp) jmp 0x67e90 movq (%rsp), %rax movq 0x88(%rax), %rd...
_ZN10common_arg18get_value_from_envERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: sub rsp, 28h mov [rsp+28h+var_10], rdi mov [rsp+28h+var_18], rsi mov rax, [rsp+28h+var_10] mov [rsp+28h+var_28], rax cmp qword ptr [rax+88h], 0 jnz short loc_67E58 mov [rsp+28h+var_1], 0 jmp sh...
char common_arg::get_value_from_env(long long a1, long long a2) { long long v3; // [rsp+8h] [rbp-20h] if ( !*(_QWORD *)(a1 + 136) ) return 0; v3 = getenv(*(_QWORD *)(a1 + 136)); if ( !v3 ) return 0; std::string::operator=(a2, v3); return 1; }
get_value_from_env: SUB RSP,0x28 MOV qword ptr [RSP + 0x18],RDI MOV qword ptr [RSP + 0x10],RSI MOV RAX,qword ptr [RSP + 0x18] MOV qword ptr [RSP],RAX CMP qword ptr [RAX + 0x88],0x0 JNZ 0x00167e58 MOV byte ptr [RSP + 0x27],0x0 JMP 0x00167e90 LAB_00167e58: MOV RAX,qword ptr [RSP] MOV RDI,qword ptr [RAX + 0x88] CALL 0x001...
/* common_arg::get_value_from_env(std::__cxx11::string&) */ int1 __thiscall common_arg::get_value_from_env(common_arg *this,string *param_1) { char *pcVar1; int1 local_1; if (*(long *)(this + 0x88) == 0) { local_1 = 0; } else { pcVar1 = getenv(*(char **)(this + 0x88)); if (pcVar1 == (char *)...
13,893
httplib::detail::file_extension(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
hkr04[P]cpp-mcp/common/httplib.h
inline std::string file_extension(const std::string &path) { std::smatch m; static auto re = std::regex("\\.([a-zA-Z0-9]+)$"); if (std::regex_search(path, m, re)) { return m[1].str(); } return std::string(); }
O0
c
httplib::detail::file_extension(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): subq $0x68, %rsp movq %rdi, 0x18(%rsp) movq %rdi, %rax movq %rax, 0x20(%rsp) movq %rdi, 0x60(%rsp) movq %rsi, 0x58(%rsp) leaq 0x38(%rsp), %rdi callq 0xe910 cmpb $0x0, 0xbe7d4(%rip) # 0x11e4c0 jne ...
_ZN7httplib6detail14file_extensionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: sub rsp, 68h mov [rsp+68h+var_50], rdi mov rax, rdi mov [rsp+68h+var_48], rax mov [rsp+68h+var_8], rdi mov [rsp+68h+var_10], rsi lea rdi, [rsp+68h+var_30] call _ZNSt7__cxx1113match_resultsIN9__gnu_c...
long long httplib::detail::file_extension(long long a1, long long a2) { long long v2; // rdx long long *v4; // [rsp+8h] [rbp-60h] _BYTE v5[32]; // [rsp+38h] [rbp-30h] BYREF long long v6; // [rsp+58h] [rbp-10h] long long v7; // [rsp+60h] [rbp-8h] v7 = a1; v6 = a2; std::match_results<__gnu_cxx::__normal...
file_extension: SUB RSP,0x68 MOV qword ptr [RSP + 0x18],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x20],RAX MOV qword ptr [RSP + 0x60],RDI MOV qword ptr [RSP + 0x58],RSI LEA RDI,[RSP + 0x38] CALL 0x0010e910 CMP byte ptr [0x0021e4c0],0x0 JNZ 0x0015fd3f LEA RDI,[0x21e4c0] CALL 0x0010be60 CMP EAX,0x0 JZ 0x0015fd3f LAB_0015fcff...
/* httplib::detail::file_extension(std::__cxx11::string const&) */ detail * __thiscall httplib::detail::file_extension(detail *this,string *param_1) { bool bVar1; int iVar2; match_results<__gnu_cxx::__normal_iterator<char_const*,std::__cxx11::string>,std::allocator<std::__cxx11::sub_match<__gnu_cxx::__normal_i...
13,894
nglog::LogDestination::AddLogSink(nglog::LogSink*)
ng-log[P]ng-log/src/logging.cc
inline void LogDestination::AddLogSink(LogSink* destination) { // Prevent any subtle race conditions by wrapping a mutex lock around // all this stuff. SinkLock l{sink_mutex_}; if (sinks_ == nullptr) sinks_ = std::make_unique<std::vector<LogSink*>>(); sinks_->push_back(destination); }
O2
cpp
nglog::LogDestination::AddLogSink(nglog::LogSink*): pushq %rbx subq $0x10, %rsp movq %rdi, 0x8(%rsp) leaq 0x207ed(%rip), %rdi # 0x2ebb8 callq 0x1aad2 movq 0x207d9(%rip), %rdi # 0x2ebb0 testq %rdi, %rdi jne 0xe409 movq %rsp, %rdi callq 0xf131 movq %rsp, %rbx movq (%rbx), %rsi andq $0x0, (%rbx) leaq 0x207bb(%rip)...
_ZN5nglog14LogDestination10AddLogSinkEPNS_7LogSinkE: push rbx sub rsp, 10h mov [rsp+18h+var_10], rdi lea rdi, _ZN5nglog14LogDestination11sink_mutex_E; this call _ZNSt22__shared_mutex_pthread4lockEv; std::__shared_mutex_pthread::lock(void) mov rdi, cs:_ZN5nglog14LogDestination6sinks_E; nglog::LogDe...
long long nglog::LogDestination::AddLogSink(nglog::LogDestination *this, nglog::LogSink *a2) { long long v2; // rdi long long v3; // rsi long long v5; // [rsp+0h] [rbp-18h] BYREF nglog::LogDestination *v6; // [rsp+8h] [rbp-10h] BYREF v6 = this; std::__shared_mutex_pthread::lock((std::__shared_mutex_pthrea...
AddLogSink: PUSH RBX SUB RSP,0x10 MOV qword ptr [RSP + 0x8],RDI LEA RDI,[0x12ebb8] CALL 0x0011aad2 MOV RDI,qword ptr [0x0012ebb0] TEST RDI,RDI JNZ 0x0010e409 LAB_0010e3dc: MOV RDI,RSP CALL 0x0010f131 MOV RBX,RSP MOV RSI,qword ptr [RBX] AND qword ptr [RBX],0x0 LEA RDI,[0x12ebb0] CALL 0x0010f16e MOV RDI,RBX CALL 0x0010dc...
/* nglog::LogDestination::AddLogSink(nglog::LogSink*) */ void nglog::LogDestination::AddLogSink(LogSink *param_1) { vector *pvVar1; vector *local_18; LogSink *local_10; local_10 = param_1; std::__shared_mutex_pthread::lock((__shared_mutex_pthread *)sink_mutex_); if (sinks_ == (vector<nglog::LogSink*,s...
13,895
minja::simple_function(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&, std::function<...
monkey531[P]llama/common/minja.hpp
static Value simple_function(const std::string & fn_name, const std::vector<std::string> & params, const std::function<Value(const std::shared_ptr<Context> &, Value & args)> & fn) { std::map<std::string, size_t> named_positions; for (size_t i = 0, n = params.size(); i < n; i++) named_positions[params[i]] = i; re...
O0
cpp
minja::simple_function(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&, std::function<...
_ZN5minjaL15simple_functionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS5_SaIS5_EERKSt8functionIFNS_5ValueERKSt10shared_ptrINS_7ContextEERSE_EE: sub rsp, 158h mov [rsp+158h+var_128], rdi mov rax, rdi mov [rsp+158h+var_120], rax mov [rsp+158h+var_8], rdi mov [rsp+158h+var_1...
long long minja::simple_function(long long a1, long long a2, _QWORD *a3, long long a4) { long long v4; // rax int v5; // edx int v6; // ecx int v7; // r8d int v8; // r9d int v9; // edx int v10; // ecx int v11; // r8d int v12; // r9d int v13; // edx int v14; // ecx int v15; // r8d int v16; // ...
simple_function: SUB RSP,0x158 MOV qword ptr [RSP + 0x30],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x38],RAX MOV qword ptr [RSP + 0x150],RDI MOV qword ptr [RSP + 0x148],RSI MOV qword ptr [RSP + 0x140],RDX MOV qword ptr [RSP + 0x138],RCX LEA RDI,[RSP + 0x108] CALL 0x002713c0 MOV qword ptr [RSP + 0x100],0x0 MOV RDI,qword ptr...
/* minja::simple_function(std::__cxx11::string const&, std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > > const&, std::function<minja::Value (std::shared_ptr<minja::Context> const&, minja::Value&)> const&) */ minja * __thiscall minja::simple_function(minja *this,string *param_1,vector *pa...
13,896
get_charset
eloqsql/mysys/charset.c
CHARSET_INFO *get_charset(uint cs_number, myf flags) { CHARSET_INFO *cs= NULL; if (cs_number == default_charset_info->number) return default_charset_info; my_pthread_once(&charsets_initialized, init_available_charsets); if (cs_number < array_elements(all_charsets)) { MY_CHARSET_LOADER loader; m...
O3
c
get_charset: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x238, %rsp # imm = 0x238 movq %fs:0x28, %rax movq %rax, -0x20(%rbp) leaq 0x2d7622(%rip), %rax # 0x32e4b0 movq (%rax), %r15 cmpl %edi, (%r15) je 0x56f95 movq %rsi, %r14 movl %edi, %ebx leaq 0x3582da(%rip), %rdi # 0x3af180 le...
get_charset: push rbp mov rbp, rsp push r15 push r14 push rbx sub rsp, 238h mov rax, fs:28h mov [rbp+var_20], rax lea rax, default_charset_info mov r15, [rax] cmp [r15], edi jz loc_56F95 mov r14, rsi mov ebx, edi lea rdi, charsets_initialized lea rsi, init_av...
void * get_charset(unsigned int a1, long long a2) { void *internal_charset; // r15 int v3; // r8d int v4; // r9d char v6; // [rsp+0h] [rbp-250h] BYREF _BYTE v7[31]; // [rsp+1h] [rbp-24Fh] BYREF _BYTE v8[128]; // [rsp+20h] [rbp-230h] BYREF long long ( *v9)(long long); // [rsp+A0h] [rbp-1B0h] long long ( ...
get_charset: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x238 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x20],RAX LEA RAX,[0x42e4b0] MOV R15,qword ptr [RAX] CMP dword ptr [R15],EDI JZ 0x00156f95 MOV R14,RSI MOV EBX,EDI LEA RDI,[0x4af180] LEA RSI,[0x156b2b] CALL 0x00135250 CMP EBX,0x7ff JA 0x00156f2...
int * get_charset(uint param_1,ulong param_2) { int *puVar1; int8 *puVar2; long in_FS_OFFSET; int1 local_258; int1 local_257 [31]; int1 local_238 [128]; code *local_1b8; code *local_1b0; code *local_1a8; code *local_1a0; int *local_198; code *local_190; long local_28; local_28 = *(long ...
13,897
common_init()
monkey531[P]llama/common/common.cpp
void common_init() { llama_log_set([](ggml_log_level level, const char * text, void * /*user_data*/) { if (LOG_DEFAULT_LLAMA <= common_log_verbosity_thold) { common_log_add(common_log_main(), level, "%s", text); } }, NULL); #ifdef NDEBUG const char * build_type = ""; #else c...
O2
cpp
common_init(): pushq %rax leaq 0x44f4(%rip), %rdi # 0x63994 xorl %esi, %esi callq 0x250c0 leaq 0xadffa(%rip), %rax # 0x10d4a8 cmpl $0x0, (%rax) js 0x5f4fe callq 0xa1f9e leaq 0xad8e9(%rip), %rcx # 0x10cda8 movl (%rcx), %ecx leaq 0xad8e8(%rip), %rdx # 0x10cdb0 movq (%rdx), %r8 leaq 0xad8e6(%rip), %rdx ...
_Z11common_initv: push rax lea rdi, _ZZ11common_initvEN3$_08__invokeE14ggml_log_levelPKcPv; common_init(void)::$_0::__invoke(ggml_log_level,char const*,void *) xor esi, esi call _llama_log_set lea rax, common_log_verbosity_thold cmp dword ptr [rax], 0 js short loc_5F4FE call _Z15common_log...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> common_init(void) { int v0; // eax llama_log_set(common_init(void)::$_0::__invoke, 0LL); if ( common_log_verbosity_thold >= 0 ) { v0 = common_log_main(); common_log_add( v0, 2, (unsigned int)"build: %d (%s) with %s for %s%s\n", LLAM...
common_init: PUSH RAX LEA RDI,[0x163994] XOR ESI,ESI CALL 0x001250c0 LEA RAX,[0x20d4a8] CMP dword ptr [RAX],0x0 JS 0x0015f4fe CALL 0x001a1f9e LEA RCX,[0x20cda8] MOV ECX,dword ptr [RCX] LEA RDX,[0x20cdb0] MOV R8,qword ptr [RDX] LEA RDX,[0x20cdb8] MOV R9,qword ptr [RDX] LEA R10,[0x20cdc0] LEA R11,[0x1bbc4f] LEA RDX,[0x1b...
/* WARNING: Unknown calling convention -- yet parameter storage is locked */ /* common_init() */ int8 common_init(void) { int8 in_RAX; int8 uVar1; llama_log_set(common_init()::$_0::__invoke,0); if (-1 < common_log_verbosity_thold) { uVar1 = common_log_main(); common_log_add(uVar1,2,"build: %d (%s)...
13,898
cli_report_progress
eloqsql/libmariadb/libmariadb/mariadb_lib.c
static int cli_report_progress(MYSQL *mysql, uchar *packet, uint length) { uint stage, max_stage, proc_length; double progress; uchar *start= packet; if (length < 5) return 1; /* Wrong packet */ if (!(mysql->options.extension && mysql->options.extension->report_progress)) ret...
O0
c
cli_report_progress: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl %edx, -0x1c(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x38(%rbp) cmpl $0x5, -0x1c(%rbp) jae 0x47ddd movl $0x1, -0x4(%rbp) jmp 0x47ed0 movq -0x10(%rbp), %rax cmpq $0x0, 0x480(%rax) je 0x47e00 movq -0x10(%rb...
cli_report_progress: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], edx mov rax, [rbp+var_18] mov [rbp+var_38], rax cmp [rbp+var_1C], 5 jnb short loc_47DDD mov [rbp+var_4], 1 jmp loc_47ED0 loc_47DDD: mov rax, [rbp+var_1...
long long cli_report_progress(long long a1, unsigned __int16 *a2, unsigned int a3) { unsigned __int16 *v3; // rax unsigned __int16 *v4; // rax double v6; // [rsp+10h] [rbp-30h] unsigned int v7; // [rsp+18h] [rbp-28h] unsigned int v8; // [rsp+1Ch] [rbp-24h] unsigned int v9; // [rsp+20h] [rbp-20h] unsigned...
cli_report_progress: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],EDX MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x38],RAX CMP dword ptr [RBP + -0x1c],0x5 JNC 0x00147ddd MOV dword ptr [RBP + -0x4],0x1 JMP 0x00147ed0 LAB_00147ddd...
int4 cli_report_progress(long param_1,long param_2,uint param_3) { int1 uVar1; int1 uVar2; uint uVar3; double dVar4; long local_20; long local_18; int4 local_c; if (param_3 < 5) { local_c = 1; } else if ((*(long *)(param_1 + 0x480) == 0) || (*(long *)(*(long *)(param_1 + 0x480) + 0x80) == 0...
13,899
string_buffer_putc8
bluesky950520[P]quickjs/quickjs.c
static int string_buffer_putc8(StringBuffer *s, uint32_t c) { if (unlikely(s->len >= s->size)) { if (string_buffer_realloc(s, s->len + 1, c)) return -1; } if (s->is_wide_char) { s->str->u.str16[s->len++] = c; } else { s->str->u.str8[s->len++] = c; } return 0; ...
O2
c
string_buffer_putc8: pushq %r14 pushq %rbx pushq %rax movl %esi, %ebx movq %rdi, %r14 movl 0x10(%rdi), %esi cmpl 0x14(%rdi), %esi jge 0x41461 movslq 0x10(%r14), %rax leal 0x1(%rax), %edx cmpl $0x0, 0x18(%r14) movq 0x8(%r14), %rcx movl %edx, 0x10(%r14) je 0x41453 movw %bx, 0x18(%rcx,%rax,2) jmp 0x41457 movb %bl, 0x18(%r...
string_buffer_putc8: push r14 push rbx push rax mov ebx, esi mov r14, rdi mov esi, [rdi+10h] cmp esi, [rdi+14h] jge short loc_41461 loc_41436: movsxd rax, dword ptr [r14+10h] lea edx, [rax+1] cmp dword ptr [r14+18h], 0 mov rcx, [r14+8] mov [r14+10h], edx jz short loc_4...
long long string_buffer_putc8( long long a1, unsigned int a2, __m128 a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, long long a11, long long a12, long long a13, long long a...
string_buffer_putc8: PUSH R14 PUSH RBX PUSH RAX MOV EBX,ESI MOV R14,RDI MOV ESI,dword ptr [RDI + 0x10] CMP ESI,dword ptr [RDI + 0x14] JGE 0x00141461 LAB_00141436: MOVSXD RAX,dword ptr [R14 + 0x10] LEA EDX,[RAX + 0x1] CMP dword ptr [R14 + 0x18],0x0 MOV RCX,qword ptr [R14 + 0x8] MOV dword ptr [R14 + 0x10],EDX JZ 0x001414...
int8 string_buffer_putc8(long param_1,int4 param_2) { int iVar1; if ((*(int *)(param_1 + 0x14) <= *(int *)(param_1 + 0x10)) && (iVar1 = string_buffer_realloc(param_1,*(int *)(param_1 + 0x10) + 1,param_2), iVar1 != 0)) { return 0xffffffffffffffff; } iVar1 = *(int *)(param_1 + 0x10); *(int *)(para...