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
4,700
ma_scan_init_block_record
eloqsql/storage/maria/ma_blockrec.c
my_bool _ma_scan_init_block_record(MARIA_HA *info) { MARIA_SHARE *share= info->s; myf flag= MY_WME | (share->temporary ? MY_THREAD_SPECIFIC : 0); DBUG_ENTER("_ma_scan_init_block_record"); DBUG_ASSERT(info->dfile.file == share->bitmap.file.file); /* bitmap_buff may already be allocated if this is the seco...
O3
c
ma_scan_init_block_record: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rdi, %rbx movq (%rdi), %r14 movq 0x220(%rdi), %rax movq %r14, %rdi testq %rax, %rax jne 0x4e119 xorl %edx, %edx cmpb $0x0, 0x7d9(%r14) setne %dl shll $0x10, %edx orq $0x10, %rdx movl 0x7bc(%r14), %esi addl %esi, %esi xorl %edi, %edi callq...
_ma_scan_init_block_record: push rbp mov rbp, rsp push r14 push rbx mov rbx, rdi mov r14, [rdi] mov rax, [rdi+220h] mov rdi, r14 test rax, rax jnz short loc_4E119 xor edx, edx cmp byte ptr [r14+7D9h], 0 setnz dl shl edx, 10h or rdx, 10h mov esi, [r14+7BCh] add ...
long long ma_scan_init_block_record(long long *a1) { long long v2; // r14 long long v3; // rax long long v4; // rdi long long v5; // rcx v2 = *a1; v3 = a1[68]; v4 = *a1; if ( v3 ) goto LABEL_4; v3 = my_malloc( 0LL, (unsigned int)(2 * *(_DWORD *)(v2 + 1980)), ((unsigned...
_ma_scan_init_block_record: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RDI MOV R14,qword ptr [RDI] MOV RAX,qword ptr [RDI + 0x220] MOV RDI,R14 TEST RAX,RAX JNZ 0x0014e119 XOR EDX,EDX CMP byte ptr [R14 + 0x7d9],0x0 SETNZ DL SHL EDX,0x10 OR RDX,0x10 MOV ESI,dword ptr [R14 + 0x7bc] ADD ESI,ESI XOR EDI,EDI CALL 0x001a1...
int8 _ma_scan_init_block_record(long *param_1) { long lVar1; long lVar2; int8 uVar3; long lVar4; lVar1 = *param_1; lVar2 = param_1[0x44]; lVar4 = lVar1; if (lVar2 == 0) { lVar2 = my_malloc(0,*(int *)(lVar1 + 0x7bc) * 2, (ulong)(*(char *)(lVar1 + 0x7d9) != '\0') << 0x10 | 0...
4,701
ma_pack_get_block_info
eloqsql/storage/maria/ma_packrec.c
uint _ma_pack_get_block_info(MARIA_HA *maria, MARIA_BIT_BUFF *bit_buff, MARIA_BLOCK_INFO *info, uchar **rec_buff_p, size_t *rec_buff_size_p, File file, my_off_t filepos) { uchar *header= info->header; uint head_length,UNINIT_VAR(...
O3
c
ma_pack_get_block_info: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp movl %r9d, %r15d movq %rcx, -0x40(%rbp) movq %rdx, %rbx movq %rsi, -0x50(%rbp) movq %rdi, -0x58(%rbp) movq (%rdi), %r12 xorl %ecx, %ecx cmpb $0x0, 0x7d9(%r12) setne %sil testl %r9d, %r9d js 0x42df0...
_ma_pack_get_block_info: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov r15d, r9d mov [rbp+var_40], rcx mov rbx, rdx mov [rbp+var_50], rsi mov [rbp+var_58], rdi mov r12, [rdi] xor ecx, ecx cmp byte ptr [r12+7D9h], 0 setnz s...
long long ma_pack_get_block_info( long long *a1, long long a2, unsigned __int8 *a3, long long *a4, unsigned long long *a5, unsigned int a6, long long a7) { long long v7; // rax long long v10; // r12 int v11; // ecx bool v12; // si long long v13; // r13 ...
_ma_pack_get_block_info: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV R15D,R9D MOV qword ptr [RBP + -0x40],RCX MOV RBX,RDX MOV qword ptr [RBP + -0x50],RSI MOV qword ptr [RBP + -0x58],RDI MOV R12,qword ptr [RDI] XOR ECX,ECX CMP byte ptr [R12 + 0x7d9],0x0 SETNZ SIL TEST R9D,R9D JS 0x...
int8 _ma_pack_get_block_info (long *param_1,long param_2,byte *param_3,long *param_4,int8 param_5,int param_6, long param_7) { long lVar1; char cVar2; ulong in_RAX; long lVar3; long lVar4; ulong uVar5; uint uVar6; size_t __n; ulong uVar7; ulong uVar8; byte bVar9; int1 local...
4,702
testing::MatcherDescriberInterface const* testing::internal::MatcherBase<std::basic_string_view<char, std::char_traits<char>> const&>::GetDescriberImpl<testing::internal::MatcherBase<std::basic_string_view<char, std::char_traits<char>> const&>::ValuePolicy<testing::internal::EqMatcher<std::__cxx11::basic_string<char, s...
AlayaLite/build_O0/_deps/googletest-src/googletest/include/gtest/gtest-matchers.h
static const MatcherDescriberInterface* GetDescriberImpl( const MatcherBase& m) { // If the impl is a MatcherDescriberInterface, then return it. // Otherwise use MatcherBase itself. // This allows us to implement the GetDescriber() function without support // from the impl, but some users really w...
O0
c
testing::MatcherDescriberInterface const* testing::internal::MatcherBase<std::basic_string_view<char, std::char_traits<char>> const&>::GetDescriberImpl<testing::internal::MatcherBase<std::basic_string_view<char, std::char_traits<char>> const&>::ValuePolicy<testing::internal::EqMatcher<std::__cxx11::basic_string<char, s...
_ZN7testing8internal11MatcherBaseIRKSt17basic_string_viewIcSt11char_traitsIcEEE16GetDescriberImplINS8_11ValuePolicyINS0_9EqMatcherINSt7__cxx1112basic_stringIcS4_SaIcEEEEELb0EEEEEPKNS_25MatcherDescriberInterfaceERKS8_: sub rsp, 28h mov [rsp+28h+var_8], rdi mov rax, [rsp+28h+var_8] mov [rsp+28h+var_20], r...
long long testing::internal::MatcherBase<std::string_view const&>::GetDescriberImpl<testing::internal::MatcherBase<std::string_view const&>::ValuePolicy<testing::internal::EqMatcher<std::string>,false>>( long long a1) { long long v2; // [rsp+0h] [rbp-28h] BYREF long long v3; // [rsp+8h] [rbp-20h] BYREF _...
GetDescriberImpl<testing::internal::MatcherBase<std::basic_string_view<char,std::char_traits<char>>const&>::ValuePolicy<testing::internal::EqMatcher<std::__cxx11::string>,false>>: SUB RSP,0x28 MOV qword ptr [RSP + 0x20],RDI MOV RAX,qword ptr [RSP + 0x20] MOV qword ptr [RSP + 0x8],RAX MOV RDI,qword ptr [RSP + 0x20] CALL...
/* testing::MatcherDescriberInterface const* testing::internal::MatcherBase<std::basic_string_view<char, std::char_traits<char> > const&>::GetDescriberImpl<testing::internal::MatcherBase<std::basic_string_view<char, std::char_traits<char> > const&>::ValuePolicy<testing::internal::EqMatcher<std::__cxx11::strin...
4,703
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...
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_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 0x0013f5a4 MOV EAX,dword ptr [RBX + 0x14] LEA ECX,[RAX + -0x31] CMP ECX,0x9 JNC 0x0013f0f6 LEA R14,[RBX + 0x50] PUSH 0x5 LAB_0013f05c: POP RBP MOVSX ESI,AL MOV RDI,R14 CALL 0x00123790 LEA R14,[RBX + 0x50] JMP 0x0013f07a LAB_0013f06e: MOVSX ESI,b...
/* 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...
4,704
minja::Value::to_bool() const
monkey531[P]llama/common/minja.hpp
bool to_bool() const { if (is_null()) return false; if (is_boolean()) return get<bool>(); if (is_number()) return get<double>() != 0; if (is_string()) return !get<std::string>().empty(); if (is_array()) return !empty(); return true; }
O1
cpp
minja::Value::to_bool() const: pushq %r14 pushq %rbx subq $0x28, %rsp movq %rdi, %rsi cmpq $0x0, 0x20(%rdi) movq 0x10(%rdi), %rax movb 0x40(%rdi), %cl jne 0x87c68 testq %rax, %rax jne 0x87c68 testb %cl, %cl jne 0x87c68 cmpq $0x0, 0x30(%rsi) jne 0x87c68 xorl %ebx, %ebx movl %ebx, %eax addq $0x28, %rsp popq %rbx popq %r1...
_ZNK5minja5Value7to_boolEv: push r14 push rbx sub rsp, 28h mov rsi, rdi cmp qword ptr [rdi+20h], 0 mov rax, [rdi+10h] mov cl, [rdi+40h] jnz short loc_87C68 test rax, rax jnz short loc_87C68 test cl, cl jnz short loc_87C68 cmp qword ptr [rsi+30h], 0 jnz short loc_87C68...
long long minja::Value::to_bool(minja::Value *this) { unsigned int v1; // ebx long long v2; // rax char v3; // cl __m128d v5; // xmm0 void *v6[2]; // [rsp+8h] [rbp-30h] BYREF long long v7; // [rsp+18h] [rbp-20h] BYREF v2 = *((_QWORD *)this + 2); v3 = *((_BYTE *)this + 64); if ( !*((_QWORD *)this + 4...
to_bool: PUSH R14 PUSH RBX SUB RSP,0x28 MOV RSI,RDI CMP qword ptr [RDI + 0x20],0x0 MOV RAX,qword ptr [RDI + 0x10] MOV CL,byte ptr [RDI + 0x40] JNZ 0x00187c68 TEST RAX,RAX JNZ 0x00187c68 TEST CL,CL JNZ 0x00187c68 CMP qword ptr [RSI + 0x30],0x0 JNZ 0x00187c68 XOR EBX,EBX LAB_00187c5e: MOV EAX,EBX ADD RSP,0x28 POP RBX POP...
/* minja::Value::to_bool() const */ byte __thiscall minja::Value::to_bool(Value *this) { Value VVar1; bool bVar2; byte bVar3; double dVar4; long *local_30; long local_28; long local_20 [2]; VVar1 = this[0x40]; if ((((*(long *)(this + 0x20) == 0) && (*(long *)(this + 0x10) == 0)) && (VVar1 == (Va...
4,705
mi_init_bulk_insert
eloqsql/storage/myisam/mi_write.c
int mi_init_bulk_insert(MI_INFO *info, size_t cache_size, ha_rows rows) { MYISAM_SHARE *share=info->s; MI_KEYDEF *key=share->keyinfo; bulk_insert_param *params; uint i, num_keys, total_keylength; ulonglong key_map; DBUG_ENTER("_mi_init_bulk_insert"); DBUG_PRINT("enter",("cache_size: %lu", (ulong) cache_si...
O0
c
mi_init_bulk_insert: 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) movq -0x28(%rbp), %rax movq 0x218(%rax), %rax movq %rax, -0x30(%rbp) jmp 0xc9eb0 jmp 0xc9eb2 jmp 0xc9eb4 movq $0x0, -0x50(...
mi_init_bulk_insert: 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 mov rax, [rbp+var_28] mov rax, [rax+218h] mov [rbp+var_30], rax jmp short $+2 loc_C9EB0:...
long long mi_init_bulk_insert(_QWORD *a1, unsigned long long a2, long long a3) { long long v3; // rax long long v5; // [rsp+10h] [rbp-50h] unsigned int v6; // [rsp+1Ch] [rbp-44h] unsigned int v7; // [rsp+20h] [rbp-40h] unsigned int i; // [rsp+24h] [rbp-3Ch] unsigned int j; // [rsp+24h] [rbp-3Ch] long lon...
mi_init_bulk_insert: 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 MOV RAX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RAX + 0x218] MOV qword ptr [RB...
/* WARNING: Removing unreachable block (ram,0x001ca0a6) */ /* WARNING: Removing unreachable block (ram,0x001c9f3e) */ int4 mi_init_bulk_insert(long *param_1,ulong param_2,ulong param_3) { long lVar1; long lVar2; long lVar3; ulong local_58; uint local_4c; uint local_48; uint local_44; int8 *local_40; ...
4,706
minja::TextTemplateToken::~TextTemplateToken()
monkey531[P]llama/common/minja.hpp
TextTemplateToken(const Location & location, SpaceHandling pre, SpaceHandling post, const std::string& t) : TemplateToken(Type::Text, location, pre, post), text(t) {}
O1
cpp
minja::TextTemplateToken::~TextTemplateToken(): pushq %rbx movq %rdi, %rbx leaq 0x93e41(%rip), %rax # 0x132ef0 addq $0x10, %rax movq %rax, (%rdi) movq 0x30(%rdi), %rdi leaq 0x40(%rbx), %rax cmpq %rax, %rdi je 0x9f0ce movq (%rax), %rsi incq %rsi callq 0x1b910 leaq 0x93213(%rip), %rax # 0x1322e8 addq $0x10, %rax ...
_ZN5minja17TextTemplateTokenD2Ev: push rbx mov rbx, rdi lea rax, _ZTVN5minja17TextTemplateTokenE; `vtable for'minja::TextTemplateToken add rax, 10h mov [rdi], rax mov rdi, [rdi+30h]; void * lea rax, [rbx+40h] cmp rdi, rax jz short loc_9F0CE mov rsi, [rax] inc rsi; unsigned __...
void minja::TextTemplateToken::~TextTemplateToken(minja::TextTemplateToken *this) { char *v2; // rdi volatile signed __int32 *v3; // rdi *(_QWORD *)this = &`vtable for'minja::TextTemplateToken + 2; v2 = (char *)*((_QWORD *)this + 6); if ( v2 != (char *)this + 64 ) operator delete(v2, *((_QWORD *)this + ...
~TextTemplateToken: PUSH RBX MOV RBX,RDI LEA RAX,[0x232ef0] ADD RAX,0x10 MOV qword ptr [RDI],RAX MOV RDI,qword ptr [RDI + 0x30] LEA RAX,[RBX + 0x40] CMP RDI,RAX JZ 0x0019f0ce MOV RSI,qword ptr [RAX] INC RSI CALL 0x0011b910 LAB_0019f0ce: LEA RAX,[0x2322e8] ADD RAX,0x10 MOV qword ptr [RBX],RAX MOV RDI,qword ptr [RBX + 0x...
/* minja::TextTemplateToken::~TextTemplateToken() */ void __thiscall minja::TextTemplateToken::~TextTemplateToken(TextTemplateToken *this) { *(int ***)this = &PTR__TextTemplateToken_00232f00; if (*(TextTemplateToken **)(this + 0x30) != this + 0x40) { operator_delete(*(TextTemplateToken **)(this + 0x30),*(lon...
4,707
ma_net_init
eloqsql/libmariadb/libmariadb/ma_net.c
int ma_net_init(NET *net, MARIADB_PVIO* pvio) { if (!(net->buff=(uchar*) malloc(net_buffer_length))) return 1; if (!net->extension) return 1; memset(net->buff, 0, net_buffer_length); net->max_packet_size= MAX(net_buffer_length, max_allowed_packet); net->buff_end=net->buff+(net->max_packet=net_buffer...
O0
c
ma_net_init: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) leaq 0x20d71(%rip), %rax # 0x80e68 movq (%rax), %rdi callq 0x145c0 movq -0x10(%rbp), %rcx movq %rax, 0x8(%rcx) cmpq $0x0, %rax jne 0x60119 movl $0x1, -0x4(%rbp) jmp 0x602a0 movq -0x10(%rbp), %rax cmpq $0x0, 0x2a0(...
ma_net_init: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_18], rsi lea rax, net_buffer_length mov rdi, [rax] call _malloc mov rcx, [rbp+var_10] mov [rcx+8], rax cmp rax, 0 jnz short loc_60119 mov [rbp+var_4], 1 jmp loc_602A0 loc_60119: mov ...
long long ma_net_init(long long a1, long long a2) { long long v2; // rax long long v3; // rcx long long v4; // rax long long v5; // rcx long long v7; // [rsp+0h] [rbp-20h] v2 = malloc(net_buffer_length); *(_QWORD *)(a1 + 8) = v2; if ( v2 ) { if ( *(_QWORD *)(a1 + 672) ) { memset(*(_QWO...
ma_net_init: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI LEA RAX,[0x180e68] MOV RDI,qword ptr [RAX] CALL 0x001145c0 MOV RCX,qword ptr [RBP + -0x10] MOV qword ptr [RCX + 0x8],RAX CMP RAX,0x0 JNZ 0x00160119 MOV dword ptr [RBP + -0x4],0x1 JMP 0x001602a0 LAB_00160119: M...
int4 ma_net_init(long *param_1,long param_2) { size_t sVar1; void *pvVar2; ulong local_28; int4 local_c; pvVar2 = malloc(net_buffer_length); param_1[1] = (long)pvVar2; if (pvVar2 == (void *)0x0) { local_c = 1; } else if (param_1[0x54] == 0) { local_c = 1; } else { memset((void *)p...
4,708
stbi__do_png
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h
static void *stbi__do_png(stbi__png *p, int *x, int *y, int *n, int req_comp, stbi__result_info *ri) { void *result=NULL; if (req_comp < 0 || req_comp > 4) return stbi__errpuc("bad req_comp", "Internal error"); if (stbi__parse_png_file(p, STBI__SCAN_load, req_comp)) { if (p->depth <= 8) ri->bits...
O0
c
stbi__do_png: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movl %r8d, -0x2c(%rbp) movq %r9, -0x38(%rbp) movq $0x0, -0x40(%rbp) cmpl $0x0, -0x2c(%rbp) jl 0x6a274 cmpl $0x4, -0x2c(%rbp) jle 0x6a294 leaq 0x262a9(%rip), %rdi # 0x...
stbi__do_png: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_2C], r8d mov [rbp+var_38], r9 mov [rbp+var_40], 0 cmp [rbp+var_2C], 0 jl short loc_6A274 cmp [rbp+var_2C], 4 jle s...
long long stbi__do_png(unsigned int **a1, _DWORD *a2, _DWORD *a3, _DWORD *a4, unsigned int a5, _DWORD *a6) { long long v7; // [rsp+0h] [rbp-40h] v7 = 0LL; if ( a5 <= 4 ) { if ( (unsigned int)stbi__parse_png_file(a1, 0LL, a5) ) { if ( *((int *)a1 + 8) > 8 ) { if ( *((_DWORD *)a1 + 8...
stbi__do_png: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV dword ptr [RBP + -0x2c],R8D MOV qword ptr [RBP + -0x38],R9 MOV qword ptr [RBP + -0x40],0x0 CMP dword ptr [RBP + -0x2c],0x0 JL 0x0016a274 CMP...
long stbi__do_png(long *param_1,int4 *param_2,int4 *param_3,int4 *param_4, int param_5,int *param_6) { int iVar1; long local_48; long local_10; local_48 = 0; if ((param_5 < 0) || (4 < param_5)) { stbi__err("bad req_comp"); local_10 = 0; } else { iVar1 = stbi__parse_png_fi...
4,709
JS_ThisTimeValue
bluesky950520[P]quickjs/quickjs.c
static __exception int JS_ThisTimeValue(JSContext *ctx, double *valp, JSValue this_val) { if (JS_VALUE_GET_TAG(this_val) == JS_TAG_OBJECT) { JSObject *p = JS_VALUE_GET_OBJ(this_val); if (p->class_id == JS_CLASS_DATE && JS_IsNumber(p->u.object_data)) return JS_ToFloat64(ctx, valp, p->u.ob...
O1
c
JS_ThisTimeValue: pushq %rbx subq $0x10, %rsp movq %rdi, %rbx movq %rdx, 0x8(%rsp) cmpl $-0x1, %ecx jne 0x55e39 movq 0x8(%rsp), %rdi movb $0x1, %dl cmpw $0xa, 0x6(%rdi) jne 0x55e35 movq 0x38(%rdi), %rcx cmpl $0x7, %ecx je 0x55e25 testl %ecx, %ecx jne 0x55e35 movq 0x30(%rdi), %rdx movq %rbx, %rdi callq 0x26a6d xorl %edx...
JS_ThisTimeValue: push rbx sub rsp, 10h mov rbx, rdi mov [rsp+18h+var_10], rdx cmp ecx, 0FFFFFFFFh jnz short loc_55E39 mov rdi, [rsp+18h+var_10] mov dl, 1 cmp word ptr [rdi+6], 0Ah jnz short loc_55E35 mov rcx, [rdi+38h] cmp ecx, 7 jz short loc_55E25 test ecx, ecx j...
long long JS_ThisTimeValue( long long a1, double *a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14) { ...
JS_ThisTimeValue: PUSH RBX SUB RSP,0x10 MOV RBX,RDI MOV qword ptr [RSP + 0x8],RDX CMP ECX,-0x1 JNZ 0x00155e39 MOV RDI,qword ptr [RSP + 0x8] MOV DL,0x1 CMP word ptr [RDI + 0x6],0xa JNZ 0x00155e35 MOV RCX,qword ptr [RDI + 0x38] CMP ECX,0x7 JZ 0x00155e25 TEST ECX,ECX JNZ 0x00155e35 LAB_00155e25: MOV RDX,qword ptr [RDI + 0...
void JS_ThisTimeValue(int8 param_1,int8 param_2,long param_3,int param_4) { bool bVar1; int iVar2; if (param_4 == -1) { bVar1 = true; if ((*(short *)(param_3 + 6) == 10) && ((iVar2 = (int)*(int8 *)(param_3 + 0x38), iVar2 == 7 || (iVar2 == 0)))) { JS_ToFloat64(param_1,param_2,*(int8 *)(pa...
4,710
JS_ThisTimeValue
bluesky950520[P]quickjs/quickjs.c
static __exception int JS_ThisTimeValue(JSContext *ctx, double *valp, JSValue this_val) { if (JS_VALUE_GET_TAG(this_val) == JS_TAG_OBJECT) { JSObject *p = JS_VALUE_GET_OBJ(this_val); if (p->class_id == JS_CLASS_DATE && JS_IsNumber(p->u.object_data)) return JS_ToFloat64(ctx, valp, p->u.ob...
O3
c
JS_ThisTimeValue: cmpl $-0x1, %ecx jne 0x58feb cmpw $0xa, 0x6(%rdx) jne 0x58feb movq 0x38(%rdx), %rcx cmpl $0x7, %ecx je 0x58fe2 testl %ecx, %ecx jne 0x58feb movq 0x30(%rdx), %rdx jmp 0x2712e pushq %rax leaq 0x48f06(%rip), %rsi # 0xa1ef9 xorl %eax, %eax callq 0x2214f movl $0xffffffff, %eax # imm = 0xFFFFFFFF ...
JS_ThisTimeValue: cmp ecx, 0FFFFFFFFh jnz short loc_58FEB cmp word ptr [rdx+6], 0Ah jnz short loc_58FEB mov rcx, [rdx+38h] cmp ecx, 7 jz short loc_58FE2 test ecx, ecx jnz short loc_58FEB loc_58FE2: mov rdx, [rdx+30h] jmp JS_ToFloat64 loc_58FEB: push rax lea rsi, aNotAD...
long long JS_ThisTimeValue( long long a1, double *a2, long long a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14) { ...
JS_ThisTimeValue: CMP ECX,-0x1 JNZ 0x00158feb CMP word ptr [RDX + 0x6],0xa JNZ 0x00158feb MOV RCX,qword ptr [RDX + 0x38] CMP ECX,0x7 JZ 0x00158fe2 TEST ECX,ECX JNZ 0x00158feb LAB_00158fe2: MOV RDX,qword ptr [RDX + 0x30] JMP 0x0012712e LAB_00158feb: PUSH RAX LEA RSI,[0x1a1ef9] XOR EAX,EAX CALL 0x0012214f MOV EAX,0xfffff...
int8 JS_ThisTimeValue(int8 param_1,int8 param_2,long param_3,int param_4) { int8 uVar1; int iVar2; if ((param_4 == -1) && (*(short *)(param_3 + 6) == 10)) { iVar2 = (int)*(int8 *)(param_3 + 0x38); if ((iVar2 == 7) || (iVar2 == 0)) { uVar1 = JS_ToFloat64(param_1,param_2,*(int8 *)(param_3 + 0x30)...
4,711
my_message_stderr
eloqsql/mysys/my_mess.c
void my_message_stderr(uint error __attribute__((unused)), const char *str, myf MyFlags) { DBUG_ENTER("my_message_stderr"); DBUG_PRINT("enter",("message: %s",str)); (void) fflush(stdout); if (MyFlags & (ME_NOTE | ME_ERROR_LOG_ONLY)) DBUG_VOID_RETURN; if (MyFlags & ME_BELL) (void...
O0
c
my_message_stderr: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) jmp 0x2bad5 movq 0x1ad4dc(%rip), %rax # 0x1d8fb8 movq (%rax), %rdi callq 0x25380 movq -0x18(%rbp), %rax andq $0x480, %rax # imm = 0x480 cmpq $0x0, %rax je 0x2bafb jmp 0x2baf6 ...
my_message_stderr: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx jmp short $+2 loc_2BAD5: mov rax, cs:stdout_ptr mov rdi, [rax] call _fflush mov rax, [rbp+var_18] and rax, 480h cmp rax, 0 jz short loc_2BAFB jmp ...
long long my_message_stderr(long long a1, long long a2, __int16 a3) { long long result; // rax fflush(stdout); result = a3 & 0x480; if ( (a3 & 0x480) == 0 ) { if ( (a3 & 4) != 0 ) fputc(7LL, stderr); if ( my_progname ) { fputs(my_progname, stderr); fputs(": ", stderr); } ...
my_message_stderr: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX JMP 0x0012bad5 LAB_0012bad5: MOV RAX,qword ptr [0x002d8fb8] MOV RDI,qword ptr [RAX] CALL 0x00125380 MOV RAX,qword ptr [RBP + -0x18] AND RAX,0x480 CMP RAX,0x0 JZ 0x0012bafb ...
void my_message_stderr(int8 param_1,char *param_2,ulong param_3) { fflush(*(FILE **)PTR_stdout_002d8fb8); if ((param_3 & 0x480) == 0) { if ((param_3 & 4) != 0) { fputc(7,*(FILE **)PTR_stderr_002d8fd8); } if (my_progname != (char *)0x0) { fputs(my_progname,*(FILE **)PTR_stderr_002d8fd8); ...
4,712
mysql_rollback_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_rollback_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_rollback, (parms->mysql), parms->mysql, my_bool, r_my_bool) }
O0
c
mysql_rollback_start_internal: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rdi callq 0x219e0 movb %al, -0x1...
mysql_rollback_start_internal: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov [rbp+var_10], rax mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+480h] mov rax, [rax+28h] mov [rbp+var_20], rax mov rax, [rbp+var_10] mov rdi, [rax] call...
long long mysql_rollback_start_internal(long long *a1) { long long result; // rax long long v2; // [rsp+0h] [rbp-20h] v2 = *(_QWORD *)(*(_QWORD *)(*a1 + 1152) + 40LL); *(_BYTE *)(v2 + 8) = mysql_rollback(*a1); result = v2; *(_DWORD *)v2 = 0; return result; }
mysql_rollback_start_internal: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x480] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qw...
void mysql_rollback_start_internal(long *param_1) { int4 *puVar1; int1 uVar2; puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28); uVar2 = mysql_rollback(*param_1); *(int1 *)(puVar1 + 2) = uVar2; *puVar1 = 0; return; }
4,713
test_bug12744
eloqsql/libmariadb/unittest/libmariadb/ps_bugs.c
static int test_bug12744(MYSQL *mysql) { MYSQL_STMT *stmt = NULL; int rc; SKIP_MAXSCALE; stmt = mysql_stmt_init(mysql); FAIL_IF(!stmt, mysql_error(mysql)); rc= mysql_stmt_prepare(stmt, "SET @a:=1", 9); check_stmt_rc(rc, stmt); rc= mysql_stmt_execute(stmt); check_stmt_rc(rc, stmt); /* set reconne...
O3
c
test_bug12744: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movq 0x469d5(%rip), %rdi # 0x62ce0 testq %rdi, %rdi je 0x1c32d callq 0x2d402 leaq 0x2a963(%rip), %rsi # 0x46c7f movq %rax, %rdi callq 0x14100 testq %rax, %rax jne 0x1c3af leaq 0x2a2e6(%rip), %rdi # 0x4661a ...
test_bug12744: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdi mov rdi, cs:mysql_default test rdi, rdi jz short loc_1C32D call mysql_get_server_info lea rsi, aMaxscale; "maxScale" mov rdi, rax call _strstr test rax, rax jnz loc_1C3AF loc_1C3...
long long test_bug12744(long long a1) { long long server_info; // rax char *v2; // rsi int v3; // edx int v4; // ecx int v5; // r8d int v6; // r9d long long v7; // rax long long v8; // r14 long long v9; // rax long long v10; // r14 int v11; // eax const char *v12; // r8 int v13; // r9d cons...
test_bug12744: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOV RDI,qword ptr [0x00162ce0] TEST RDI,RDI JZ 0x0011c32d CALL 0x0012d402 LEA RSI,[0x146c7f] MOV RDI,RAX CALL 0x00114100 TEST RAX,RAX JNZ 0x0011c3af LAB_0011c32d: LEA RDI,[0x14661a] CALL 0x001145b0 TEST RAX,RAX JZ 0x0011c367 MOV R14,RAX...
int8 test_bug12744(int8 param_1) { char cVar1; int iVar2; int4 uVar3; char *pcVar4; long lVar5; int8 uVar6; int8 uVar7; if (mysql_default != 0) { pcVar4 = (char *)mysql_get_server_info(); pcVar4 = strstr(pcVar4,"maxScale"); if (pcVar4 != (char *)0x0) goto LAB_0011c3af; } pcVar4 = ge...
4,714
my_hash_next
eloqsql/mysys/hash.c
uchar* my_hash_next(const HASH *hash, const uchar *key, size_t length, HASH_SEARCH_STATE *current_record) { HASH_LINK *pos; uint idx; if (*current_record != NO_RECORD) { HASH_LINK *data=dynamic_element(&hash->array,0,HASH_LINK*); for (idx=data[*current_record].next; idx != NO_RECORD...
O0
c
my_hash_next: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x28(%rbp), %rax cmpl $-0x1, (%rax) je 0x2b917 movq -0x10(%rbp), %rax movq 0x28(%rax), %rax movq %rax, -0x40(%rbp) movq -0x40(%rbp), %rax movq -0x28(%rbp), %rcx mov...
my_hash_next: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_28] cmp dword ptr [rax], 0FFFFFFFFh jz loc_2B917 mov rax, [rbp+var_10] mov rax, [rax+28h] mov [rbp+var_40], rax m...
long long my_hash_next(long long a1, long long a2, long long a3, unsigned int *a4) { long long v5; // [rsp+0h] [rbp-40h] unsigned int i; // [rsp+Ch] [rbp-34h] long long v7; // [rsp+10h] [rbp-30h] if ( *a4 != -1 ) { v5 = *(_QWORD *)(a1 + 40); for ( i = *(_DWORD *)(16LL * *a4 + v5); i != -1; i = *(_DW...
my_hash_next: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x28] CMP dword ptr [RAX],-0x1 JZ 0x0012b917 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x28] MOV qword ...
int8 my_hash_next(long param_1,int8 param_2,int8 param_3,uint *param_4) { long lVar1; int iVar2; uint *puVar3; uint local_3c; if (*param_4 != 0xffffffff) { lVar1 = *(long *)(param_1 + 0x28); local_3c = *(uint *)(lVar1 + (ulong)*param_4 * 0x10); while (local_3c != 0xffffffff) { puVar3 = ...
4,715
my_hash_next
eloqsql/mysys/hash.c
uchar* my_hash_next(const HASH *hash, const uchar *key, size_t length, HASH_SEARCH_STATE *current_record) { HASH_LINK *pos; uint idx; if (*current_record != NO_RECORD) { HASH_LINK *data=dynamic_element(&hash->array,0,HASH_LINK*); for (idx=data[*current_record].next; idx != NO_RECORD...
O3
c
my_hash_next: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %rdx, -0x38(%rbp) movl (%rcx), %ebx movl $0xffffffff, %eax # imm = 0xFFFFFFFF cmpq %rax, %rbx je 0x29665 movq %rsi, %r15 movq %rdi, %r12 movq %rcx, -0x30(%rbp) movq 0x28(%rdi), %r13 shlq $0x4, %rb...
my_hash_next: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov [rbp+var_38], rdx mov ebx, [rcx] mov eax, 0FFFFFFFFh cmp rbx, rax jz short loc_29665 mov r15, rsi mov r12, rdi mov [rbp+var_30], rcx mov r13, [rdi+28h] shl ...
long long my_hash_next(_QWORD *a1, long long a2, long long a3, _DWORD *a4) { long long v4; // rbx long long v5; // r13 unsigned int *v6; // rbx long long v7; // r14 v4 = (unsigned int)*a4; if ( v4 != 0xFFFFFFFFLL ) { v5 = a1[5]; v6 = (unsigned int *)(v5 + 16 * v4); while ( 1 ) { v7...
my_hash_next: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV qword ptr [RBP + -0x38],RDX MOV EBX,dword ptr [RCX] MOV EAX,0xffffffff CMP RBX,RAX JZ 0x00129665 MOV R15,RSI MOV R12,RDI MOV qword ptr [RBP + -0x30],RCX MOV R13,qword ptr [RDI + 0x28] SHL RBX,0x4 ADD RBX,R13 LAB_0012961e: M...
int8 my_hash_next(long param_1,int8 param_2,int8 param_3,uint *param_4) { uint uVar1; long lVar2; int iVar3; long lVar4; int8 uVar5; uint *puVar6; if ((ulong)*param_4 == 0xffffffff) { LAB_00129665: uVar5 = 0; } else { lVar2 = *(long *)(param_1 + 0x28); puVar6 = (uint *)((ulong)*param_...
4,716
init_weight_level
eloqsql/strings/ctype-uca.c
static my_bool init_weight_level(MY_CHARSET_LOADER *loader, MY_COLL_RULES *rules, MY_UCA_WEIGHT_LEVEL *dst, const MY_UCA_WEIGHT_LEVEL *src) { MY_COLL_RULE *r, *rlast; int ncontractions= 0; size_t i, npages= (src->maxchar + 1) / 256; dst->maxchar= src->maxchar; dst->levelno= src->levelno; ...
O0
c
init_weight_level: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movl $0x0, -0x3c(%rbp) movq -0x28(%rbp), %rax movq (%rax), %rax addq $0x1, %rax shrq $0x8, %rax movq %rax, -0x50(%rbp) movq -0x28(%rbp), %rax movq (%rax), %rcx movq ...
init_weight_level: push rbp mov rbp, rsp sub rsp, 70h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_3C], 0 mov rax, [rbp+var_28] mov rax, [rax] add rax, 1 shr rax, 8 mov [rbp+var_50], rax mov rax, [rbp+var_28] ...
char init_weight_level(long long a1, long long a2, long long a3, long long a4) { long long v4; // rax long long v5; // rax long long inited; // [rsp+0h] [rbp-70h] long long v8; // [rsp+10h] [rbp-60h] unsigned int v9; // [rsp+18h] [rbp-58h] unsigned int v10; // [rsp+1Ch] [rbp-54h] unsigned long long v11; ...
init_weight_level: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV dword ptr [RBP + -0x3c],0x0 MOV RAX,qword ptr [RBP + -0x28] MOV RAX,qword ptr [RAX] ADD RAX,0x1 SHR RAX,0x8 MOV qword ptr [RBP + -0x50]...
int1 init_weight_level(long param_1,long param_2,long *param_3,long *param_4) { char cVar1; int iVar2; uint uVar3; uint uVar4; ulong __n; long lVar5; ulong *puVar6; void *__dest; long local_50; int local_44; ulong *local_38; local_44 = 0; __n = *param_4 + 1U >> 8; *param_3 = *param_4; ...
4,717
ma_net_write_buff
eloqsql/libmariadb/libmariadb/ma_net.c
static int ma_net_write_buff(NET *net,const char *packet, size_t len) { size_t left_length; if (!len) return 0; if (net->max_packet > MAX_PACKET_LENGTH && net->compress) left_length= (size_t)(MAX_PACKET_LENGTH - (net->write_pos - net->buff)); else left_length=(size_t) (net->buff_end - net->w...
O3
c
ma_net_write_buff: xorl %eax, %eax testq %rdx, %rdx je 0x3179a pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rsi, %r14 movq %rdi, %rbx cmpq $0x1000000, 0x50(%rdi) # imm = 0x1000000 jb 0x3172c cmpb $0x0, 0x84(%rbx) je 0x3172c movq 0x8(%rbx), %r12 movq 0x18(%rbx), %rdi subq %rdi, %r12 addq...
ma_net_write_buff: xor eax, eax test rdx, rdx jz locret_3179A push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov r14, rsi mov rbx, rdi cmp qword ptr [rdi+50h], 1000000h jb short loc_3172C cmp byte ptr [rbx+84h], 0 jz short loc_3172C mov r12, [rbx+8...
_BOOL8 ma_net_write_buff(long long a1, long long a2, unsigned long long a3) { _BOOL8 result; // rax long long v4; // r14 long long v6; // rdi unsigned long long v7; // r12 long long v8; // r12 unsigned long long v9; // r15 int v10; // ecx result = 0LL; if ( !a3 ) return result; v4 = a2; if (...
ma_net_write_buff: XOR EAX,EAX TEST RDX,RDX JZ 0x0013179a PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV R14,RSI MOV RBX,RDI CMP qword ptr [RDI + 0x50],0x1000000 JC 0x0013172c CMP byte ptr [RBX + 0x84],0x0 JZ 0x0013172c MOV R12,qword ptr [RBX + 0x8] MOV RDI,qword ptr [RBX + 0x18] SUB R12,RDI ADD R12,0xfff...
bool ma_net_write_buff(long param_1,void *param_2,ulong param_3) { int iVar1; void *__dest; ulong __n; if (param_3 != 0) { if ((*(ulong *)(param_1 + 0x50) < 0x1000000) || (*(char *)(param_1 + 0x84) == '\0')) { __dest = *(void **)(param_1 + 0x18); __n = *(long *)(param_1 + 0x10) - (long)__de...
4,718
my_casedn_ucs2
eloqsql/strings/ctype-ucs2.c
static size_t my_casedn_ucs2(CHARSET_INFO *cs, const char *src, size_t srclen, char *dst, size_t dstlen) { my_wc_t wc; int res; const char *srcend= src + srclen; char *dstend= dst + dstlen; MY_UNICASE_INFO *uni_plane= cs->caseinfo; DBUG_ASSERT(srclen <= dstlen); while ((src < s...
O0
c
my_casedn_ucs2: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x10(%rbp), %rax addq -0x18(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x20(%rbp), %rax addq -0x28(%rbp), %rax movq %rax, -0x48(%rbp) movq -0x8...
my_casedn_ucs2: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov rax, [rbp+var_10] add rax, [rbp+var_18] mov [rbp+var_40], rax mov rax, [rbp+var_20] add rax, [rbp+var_28] ...
long long my_casedn_ucs2(long long a1, unsigned long long a2, long long a3, _BYTE *a4, long long a5, long long a6) { bool v7; // [rsp+Fh] [rbp-51h] long long v8; // [rsp+10h] [rbp-50h] unsigned long long v9; // [rsp+18h] [rbp-48h] unsigned long long v10; // [rsp+20h] [rbp-40h] int v11; // [rsp+2Ch] [rbp-34h]...
my_casedn_ucs2: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV RAX,qword ptr [RBP + -0x10] ADD RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword pt...
long my_casedn_ucs2(long param_1,ulong param_2,long param_3,long param_4,long param_5) { int8 uVar1; bool bVar2; int iVar3; int local_3c; int8 local_38; long local_30; long local_28; long local_20; ulong local_18; long local_10; uVar1 = *(int8 *)(param_1 + 0x78); local_30 = param_5; local...
4,719
ps_fetch_string
eloqsql/libmariadb/libmariadb/ma_stmt_codec.c
static void ps_fetch_string(MYSQL_BIND *r_param, const MYSQL_FIELD *field __attribute__((unused)), unsigned char **row) { /* C-API differs from PHP. While PHP just converts string to string, C-API needs to convert the string to the defined type with in the result b...
O0
c
ps_fetch_string: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x18(%rbp), %rdi callq 0x47ee0 movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rdi movq -0x18(%rbp), %rax movq (%rax), %rsi movq -0x20(%rbp), %rdx callq 0x61ae0 movq -0x20(%rbp), %rcx movq -0x...
ps_fetch_string: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rdi, [rbp+var_18] call net_field_length mov [rbp+var_20], rax mov rdi, [rbp+var_8] mov rax, [rbp+var_18] mov rsi, [rax] mov rdx, [rbp+var_20] call ...
unsigned __int8 ** ps_fetch_string(long long a1, long long a2, unsigned __int8 **a3) { unsigned __int8 **result; // rax long long v4; // [rsp+0h] [rbp-20h] v4 = net_field_length(a3); convert_froma_string(a1, *a3, v4); result = a3; *a3 += v4; return result; }
ps_fetch_string: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RDI,qword ptr [RBP + -0x18] CALL 0x00147ee0 MOV qword ptr [RBP + -0x20],RAX MOV RDI,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RBP + -0x18] MOV RSI,qword ptr [RAX] MOV RDX...
void ps_fetch_string(int8 param_1,int8 param_2,long *param_3) { long lVar1; lVar1 = net_field_length(param_3); convert_froma_string(param_1,*param_3,lVar1); *param_3 = lVar1 + *param_3; return; }
4,720
mi_keydef_read
eloqsql/storage/myisam/mi_open.c
uchar *mi_keydef_read(uchar *ptr, MI_KEYDEF *keydef) { keydef->keysegs = (uint) *ptr++; keydef->key_alg = *ptr++; /* Rtree or Btree */ keydef->flag = mi_uint2korr(ptr); ptr +=2; keydef->block_length = mi_uint2korr(ptr); ptr +=2; keydef->keylength = mi_uint2korr(ptr); ptr +=2; keydef->minlength = mi...
O3
c
mi_keydef_read: pushq %rbp movq %rsp, %rbp movzbl (%rdi), %eax movw %ax, 0x8(%rsi) movb 0x1(%rdi), %al movb %al, 0xc(%rsi) movzwl 0x2(%rdi), %eax rolw $0x8, %ax movw %ax, 0xa(%rsi) movzbl 0x5(%rdi), %eax movzbl 0x4(%rdi), %ecx movl %ecx, %edx shll $0x8, %edx orl %eax, %edx movw %dx, 0xe(%rsi) movzwl 0x6(%rdi), %eax rol...
mi_keydef_read: push rbp mov rbp, rsp movzx eax, byte ptr [rdi] mov [rsi+8], ax mov al, [rdi+1] mov [rsi+0Ch], al movzx eax, word ptr [rdi+2] rol ax, 8 mov [rsi+0Ah], ax movzx eax, byte ptr [rdi+5] movzx ecx, byte ptr [rdi+4] mov edx, ecx shl edx, 8 or edx, eax mov [r...
unsigned __int8 * mi_keydef_read(unsigned __int8 *a1, long long a2) { unsigned int v2; // ecx unsigned __int16 v3; // dx unsigned __int8 *result; // rax *(_WORD *)(a2 + 8) = *a1; *(_BYTE *)(a2 + 12) = a1[1]; *(_WORD *)(a2 + 10) = __ROL2__(*((_WORD *)a1 + 1), 8); v2 = a1[4]; v3 = _byteswap_ushort(*((_WO...
mi_keydef_read: PUSH RBP MOV RBP,RSP MOVZX EAX,byte ptr [RDI] MOV word ptr [RSI + 0x8],AX MOV AL,byte ptr [RDI + 0x1] MOV byte ptr [RSI + 0xc],AL MOVZX EAX,word ptr [RDI + 0x2] ROL AX,0x8 MOV word ptr [RSI + 0xa],AX MOVZX EAX,byte ptr [RDI + 0x5] MOVZX ECX,byte ptr [RDI + 0x4] MOV EDX,ECX SHL EDX,0x8 OR EDX,EAX MOV wor...
byte * mi_keydef_read(byte *param_1,long param_2) { byte bVar1; ushort uVar2; *(ushort *)(param_2 + 8) = (ushort)*param_1; *(byte *)(param_2 + 0xc) = param_1[1]; *(ushort *)(param_2 + 10) = *(ushort *)(param_1 + 2) << 8 | *(ushort *)(param_1 + 2) >> 8; bVar1 = param_1[4]; uVar2 = CONCAT11(bVar1,param...
4,721
my_strtoull
eloqsql/libmariadb/libmariadb/ma_stmt_codec.c
static unsigned long long my_strtoull(const char *str, size_t len, const char **end, int *err) { unsigned long long val = 0; const char *p = str; const char *end_str = p + len; for (; p < end_str; p++) { if (*p < '0' || *p > '9') break; if (val > ULONGLONG_MAX /10 || val*10 > ULONGLONG_MAX - (...
O0
c
my_strtoull: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq $0x0, -0x28(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x30(%rbp), %rax addq -0x10(%rbp), %rax movq %rax, -0x38(%rbp) movq -0x30(%rbp), %rax cmpq -0x38(%rbp), %rax jae 0x...
my_strtoull: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], 0 mov rax, [rbp+var_8] mov [rbp+var_30], rax mov rax, [rbp+var_30] add rax, [rbp+var_10] mov [rbp+var_38], rax loc_34410: mov rax...
unsigned long long my_strtoull(char *a1, long long a2, char **a3, _DWORD *a4) { char *i; // [rsp+8h] [rbp-30h] unsigned long long v6; // [rsp+10h] [rbp-28h] v6 = 0LL; for ( i = a1; i < &a1[a2] && *i >= 48 && *i <= 57; ++i ) { if ( v6 > 0x1999999999999999LL || 10 * v6 > -1LL - (*i - 48) ) { *a4...
my_strtoull: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],0x0 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RBP + -0x30] ADD RAX,qword ptr [RBP + -0x10] ...
ulong my_strtoull(char *param_1,long param_2,int8 *param_3,int4 *param_4) { ulong uVar1; char *local_38; ulong local_30; local_30 = 0; local_38 = param_1; while( true ) { if (((param_1 + param_2 <= local_38) || (*local_38 < '0')) || ('9' < *local_38)) goto LAB_0013449e; if ((0x1999999999999...
4,722
ggml_compute_forward_pad
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
void ggml_compute_forward_pad( const ggml_compute_params * params, ggml_tensor * dst) { const ggml_tensor * src0 = dst->src[0]; switch (src0->type) { case GGML_TYPE_F32: { ggml_compute_forward_pad_f32(params, dst); } break; default: {...
O0
cpp
ggml_compute_forward_pad: subq $0x18, %rsp movq %rdi, 0x10(%rsp) movq %rsi, 0x8(%rsp) movq 0x8(%rsp), %rax movq 0x98(%rax), %rax movq %rax, (%rsp) movq (%rsp), %rax movl (%rax), %eax testl %eax, %eax jne 0x9e76b jmp 0x9e75a movq 0x10(%rsp), %rdi movq 0x8(%rsp), %rsi callq 0x9e790 jmp 0x9e785 leaq 0x16f26(%rip), %rdi ...
ggml_compute_forward_pad: sub rsp, 18h mov [rsp+18h+var_8], rdi mov [rsp+18h+var_10], rsi mov rax, [rsp+18h+var_10] mov rax, [rax+98h] mov [rsp+18h+var_18], rax mov rax, [rsp+18h+var_18] mov eax, [rax] test eax, eax jnz short loc_9E76B jmp short $+2 loc_9E75A: mov rdi, [rs...
double ggml_compute_forward_pad(long long a1, long long a2) { double result; // xmm0_8 if ( **(_DWORD **)(a2 + 152) ) return ggml_abort( "/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp", 6666LL, "fatal error"); ggml_compute_forward...
ggml_compute_forward_pad: SUB RSP,0x18 MOV qword ptr [RSP + 0x10],RDI MOV qword ptr [RSP + 0x8],RSI MOV RAX,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RAX + 0x98] MOV qword ptr [RSP],RAX MOV RAX,qword ptr [RSP] MOV EAX,dword ptr [RAX] TEST EAX,EAX JNZ 0x0019e76b JMP 0x0019e75a LAB_0019e75a: MOV RDI,qword ptr [RSP + 0x10]...
void ggml_compute_forward_pad(ggml_compute_params *param_1,ggml_tensor *param_2) { if (**(int **)(param_2 + 0x98) == 0) { ggml_compute_forward_pad_f32(param_1,param_2); } else { ggml_abort("/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp" ,0x1a0a,"fata...
4,723
ggml_compute_forward_pad
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
void ggml_compute_forward_pad( const ggml_compute_params * params, ggml_tensor * dst) { const ggml_tensor * src0 = dst->src[0]; switch (src0->type) { case GGML_TYPE_F32: { ggml_compute_forward_pad_f32(params, dst); } break; default: {...
O1
cpp
ggml_compute_forward_pad: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x88, %rsp movq 0x98(%rsi), %rax cmpl $0x0, (%rax) jne 0x41cc6 cmpq $0x4, 0x30(%rax) jne 0x41ce0 cmpq $0x4, 0x30(%rsi) jne 0x41cfc movq 0x20(%rsi), %rcx movq %rcx, 0x20(%rsp) testq %rcx, %rcx jle 0x41cb4 movq 0x10(%rax), %...
ggml_compute_forward_pad: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 88h mov rax, [rsi+98h] cmp dword ptr [rax], 0 jnz loc_41CC6 cmp qword ptr [rax+30h], 4 jnz loc_41CE0 cmp qword ptr [rsi+30h], 4 jnz loc_41CFC mov rcx, [rsi+20h] mov [rsp+0B8...
long long ggml_compute_forward_pad(int *a1, _QWORD *a2, __m128 _XMM0) { long long result; // rax long long v4; // r10 long long v5; // rbx long long v6; // rbp long long v7; // r15 long long v8; // rcx long long v9; // rsi long long v10; // rdi long long v11; // rbp long long v12; // rbp long lon...
ggml_compute_forward_pad: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x88 MOV RAX,qword ptr [RSI + 0x98] CMP dword ptr [RAX],0x0 JNZ 0x00141cc6 CMP qword ptr [RAX + 0x30],0x4 JNZ 0x00141ce0 CMP qword ptr [RSI + 0x30],0x4 JNZ 0x00141cfc MOV RCX,qword ptr [RSI + 0x20] MOV qword ptr [RSP + 0x20],RCX TES...
void ggml_compute_forward_pad(int *param_1,long param_2) { int *piVar1; long lVar2; long lVar3; long lVar4; long lVar5; long lVar6; long lVar7; long lVar8; long lVar9; long lVar10; long lVar11; long lVar12; char *pcVar13; int4 *puVar14; long lVar15; long lVar16; int8 uVar17; long l...
4,724
ggml_compute_forward_pad
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp
void ggml_compute_forward_pad( const ggml_compute_params * params, ggml_tensor * dst) { const ggml_tensor * src0 = dst->src[0]; switch (src0->type) { case GGML_TYPE_F32: { ggml_compute_forward_pad_f32(params, dst); } break; default: {...
O3
cpp
ggml_compute_forward_pad: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x88, %rsp movq 0x98(%rsi), %rax cmpl $0x0, (%rax) jne 0x41845 cmpq $0x4, 0x30(%rax) jne 0x4185f cmpq $0x4, 0x30(%rsi) jne 0x4187b movq 0x20(%rsi), %rcx movq %rcx, 0x20(%rsp) testq %rcx, %rcx jle 0x41833 movq 0x10(%rax), %...
ggml_compute_forward_pad: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 88h mov rax, [rsi+98h] cmp dword ptr [rax], 0 jnz loc_41845 cmp qword ptr [rax+30h], 4 jnz loc_4185F cmp qword ptr [rsi+30h], 4 jnz loc_4187B mov rcx, [rsi+20h] mov [rsp+0B8...
long long ggml_compute_forward_pad(int *a1, _QWORD *a2, __m128 _XMM0) { long long result; // rax long long v4; // r10 long long v5; // rbx long long v6; // rbp long long v7; // r15 long long v8; // rcx long long v9; // rsi long long v10; // rdi long long v11; // rbp long long v12; // rbp long lon...
ggml_compute_forward_pad: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x88 MOV RAX,qword ptr [RSI + 0x98] CMP dword ptr [RAX],0x0 JNZ 0x00141845 CMP qword ptr [RAX + 0x30],0x4 JNZ 0x0014185f CMP qword ptr [RSI + 0x30],0x4 JNZ 0x0014187b MOV RCX,qword ptr [RSI + 0x20] MOV qword ptr [RSP + 0x20],RCX TES...
void ggml_compute_forward_pad(int *param_1,long param_2) { int *piVar1; long lVar2; long lVar3; long lVar4; long lVar5; long lVar6; long lVar7; long lVar8; long lVar9; long lVar10; long lVar11; long lVar12; char *pcVar13; int4 *puVar14; long lVar15; long lVar16; int8 uVar17; long l...
4,725
dynstr_append_mem
eloqsql/mysys/string.c
my_bool dynstr_append_mem(DYNAMIC_STRING *str, const char *append, size_t length) { char *new_ptr; DBUG_ENTER("dynstr_append_mem"); if (str->length+length >= str->max_length) { size_t new_length=(str->length+length+str->alloc_increment)/ str->alloc_increment; new_length*=str->alloc_increment;...
O0
c
dynstr_append_mem: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq 0x8(%rax), %rax addq -0x20(%rbp), %rax movq -0x10(%rbp), %rcx cmpq 0x10(%rcx), %rax jb 0x25ab4 movq -0x10(%rbp), %rax movq 0x8(%rax), %rax addq -0x20(%rbp), %ra...
dynstr_append_mem: 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] mov rax, [rax+8] add rax, [rbp+var_20] mov rcx, [rbp+var_10] cmp rax, [rcx+10h] jb short loc_25AB4 mov rax, [rbp+var_10] mov ...
char dynstr_append_mem(long long *a1, long long a2, long long a3) { unsigned long long v4; // [rsp+0h] [rbp-30h] long long v5; // [rsp+8h] [rbp-28h] if ( a3 + a1[1] < (unsigned long long)a1[2] ) goto LABEL_5; v4 = (a1[3] + a3 + a1[1]) / (unsigned long long)a1[3] * a1[3]; v5 = my_realloc(key_memory_DYNAM...
dynstr_append_mem: 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] MOV RAX,qword ptr [RAX + 0x8] ADD RAX,qword ptr [RBP + -0x20] MOV RCX,qword ptr [RBP + -0x10] CMP RAX,qword ptr [RCX + 0x10] JC 0x00125ab4 ...
int8 dynstr_append_mem(long *param_1,void *param_2,size_t param_3) { long lVar1; long lVar2; int1 local_9; if ((ulong)param_1[2] <= param_1[1] + param_3) { lVar1 = param_1[3] * ((param_1[1] + param_3 + param_1[3]) / (ulong)param_1[3]); lVar2 = my_realloc(key_memory_DYNAMIC_STRING,*param_1,lVar1,0x1...
4,726
minja::html_escape(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
monkey531[P]llama/common/minja.hpp
static std::string html_escape(const std::string & s) { std::string result; result.reserve(s.size()); for (const auto & c : s) { switch (c) { case '&': result += "&amp;"; break; case '<': result += "&lt;"; break; case '>': result += "&gt;"; break; case '"': result += "&#34;"; break; ...
O0
cpp
minja::html_escape(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, 0x10(%rsp) movq %rdi, 0x60(%rsp) movq %rsi, 0x58(%rsp) movb $0x0, 0x57(%rsp) callq 0x5d5e0 movq 0x58(%rsp), %rdi callq 0x5d520 movq 0x18(%rsp), %rd...
_ZN5minjaL11html_escapeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: sub rsp, 68h mov [rsp+68h+var_50], rdi mov rax, rdi mov [rsp+68h+var_58], rax mov [rsp+68h+var_8], rdi mov [rsp+68h+var_10], rsi mov [rsp+68h+var_11], 0 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaI...
long long minja::html_escape(long long a1, long long a2) { long long v2; // rax _BYTE *v4; // [rsp+20h] [rbp-48h] long long v5; // [rsp+28h] [rbp-40h] BYREF _QWORD v6[4]; // [rsp+30h] [rbp-38h] BYREF char v7; // [rsp+57h] [rbp-11h] long long v8; // [rsp+58h] [rbp-10h] long long v9; // [rsp+60h] [rbp-8h] ...
html_escape: SUB RSP,0x68 MOV qword ptr [RSP + 0x18],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x10],RAX MOV qword ptr [RSP + 0x60],RDI MOV qword ptr [RSP + 0x58],RSI MOV byte ptr [RSP + 0x57],0x0 CALL 0x0015d5e0 MOV RDI,qword ptr [RSP + 0x58] CALL 0x0015d520 MOV RDI,qword ptr [RSP + 0x18] MOV RSI,RAX LAB_001f8d87: CALL 0x0...
/* WARNING: Removing unreachable block (ram,0x001f8ec6) */ /* minja::html_escape(std::__cxx11::string const&) */ minja * __thiscall minja::html_escape(minja *this,string *param_1) { bool bVar1; char *pcVar2; int8 local_40; int8 local_38; string *local_30; int1 local_11; string *local_10; minja *local...
4,727
ftxui::ContainerBase::ActiveChild()
Andrewchistyakov[P]flashcards_lyc/build_O2/_deps/ftxui-src/src/ftxui/component/container.cpp
Component ActiveChild() override { if (children_.empty()) { return nullptr; } return children_[static_cast<size_t>(*selector_) % children_.size()]; }
O2
cpp
ftxui::ContainerBase::ActiveChild(): pushq %rbx movq %rsi, %rax movq %rdi, %rbx movq 0x8(%rsi), %rsi movq 0x10(%rax), %rcx cmpq %rcx, %rsi je 0x228fe movq 0x30(%rax), %rax movslq (%rax), %rax subq %rsi, %rcx sarq $0x4, %rcx xorl %edx, %edx divq %rcx shlq $0x4, %rdx addq %rdx, %rsi movq %rbx, %rdi callq 0x1341e jmp 0x22...
_ZN5ftxui13ContainerBase11ActiveChildEv: push rbx mov rax, rsi mov rbx, rdi mov rsi, [rsi+8] mov rcx, [rax+10h] cmp rsi, rcx jz short loc_228FE mov rax, [rax+30h] movsxd rax, dword ptr [rax] sub rcx, rsi sar rcx, 4 xor edx, edx div rcx shl rdx, 4 add rsi, rdx mov...
ftxui::ContainerBase * ftxui::ContainerBase::ActiveChild(ftxui::ContainerBase *this, long long a2) { long long v3; // rsi long long v4; // rcx v3 = *(_QWORD *)(a2 + 8); v4 = *(_QWORD *)(a2 + 16); if ( v3 == v4 ) *(_OWORD *)this = 0LL; else std::__shared_ptr<ftxui::ComponentBase,(__gnu_cxx::_Lock_po...
ActiveChild: PUSH RBX MOV RAX,RSI MOV RBX,RDI MOV RSI,qword ptr [RSI + 0x8] MOV RCX,qword ptr [RAX + 0x10] CMP RSI,RCX JZ 0x001228fe MOV RAX,qword ptr [RAX + 0x30] MOVSXD RAX,dword ptr [RAX] SUB RCX,RSI SAR RCX,0x4 XOR EDX,EDX DIV RCX SHL RDX,0x4 ADD RSI,RDX MOV RDI,RBX CALL 0x0011341e JMP 0x00122904 LAB_001228fe: XORP...
/* ftxui::ContainerBase::ActiveChild() */ void ftxui::ContainerBase::ActiveChild(void) { long lVar1; long in_RSI; __shared_ptr<ftxui::ComponentBase,(__gnu_cxx::_Lock_policy)2> *in_RDI; lVar1 = *(long *)(in_RSI + 8); if (lVar1 == *(long *)(in_RSI + 0x10)) { *(int8 *)in_RDI = 0; *(int8 *)(in_RDI +...
4,728
msgpack23::Packer<false>::pack_array_header(unsigned long)
msgpack23/include/msgpack23/msgpack23.h
[[nodiscard]] bool pack_array_header(std::size_t const n) { if (n < 16) { if constexpr (IsDryRun) { required_size_ += 1; } else { constexpr auto size_mask = static_cast<std::byte>(0b10010000); data_.emplace_back(stat...
O0
c
msgpack23::Packer<false>::pack_array_header(unsigned long): pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x30(%rbp) cmpq $0x10, -0x18(%rbp) jae 0x269ca movq -0x30(%rbp), %rdi movb $-0x70, -0x19(%rbp) movq -0x18(%rbp), %rax movb %al, -0x1(%r...
_ZN9msgpack236PackerILb0EE17pack_array_headerEm: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rax, [rbp+var_10] mov [rbp+var_30], rax cmp [rbp+var_18], 10h jnb short loc_269CA mov rdi, [rbp+var_30] mov [rbp+var_19], 90h mov rax, [rbp+v...
char msgpack23::Packer<false>::pack_array_header(long long a1, unsigned long long a2) { int v3; // [rsp+1Ch] [rbp-24h] BYREF char v4; // [rsp+21h] [rbp-1Fh] BYREF __int16 v5; // [rsp+22h] [rbp-1Eh] BYREF char v6; // [rsp+25h] [rbp-1Bh] BYREF _BYTE v7[2]; // [rsp+26h] [rbp-1Ah] BYREF unsigned long long v8; ...
pack_array_header: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x30],RAX CMP qword ptr [RBP + -0x18],0x10 JNC 0x001269ca MOV RDI,qword ptr [RBP + -0x30] MOV byte ptr [RBP + -0x19],0x90 MOV RAX,qword ptr [RBP + -0...
/* msgpack23::Packer<false>::pack_array_header(unsigned long) */ int1 __thiscall msgpack23::Packer<false>::pack_array_header(Packer<false> *this,ulong param_1) { ulong uVar1; ushort uVar2; uint uVar3; int4 local_2c; int1 local_27; int2 local_26; int1 local_23; byte local_22; int1 local_21; ulong ...
4,729
init_io_cache_ext
eloqsql/mysys/mf_iocache.c
int init_io_cache_ext(IO_CACHE *info, File file, size_t cachesize, enum cache_type type, my_off_t seek_offset, pbool use_async_io, myf cache_myflags, PSI_file_key file_key __attribute__((unused))) { size_t min_cache; my_off_t pos; my_off_t end_of_f...
O3
c
init_io_cache_ext: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x88, %rsp movq %rdx, %rbx movl %esi, %r15d movq %rdi, %r12 movq 0x10(%rbp), %r13 movl %esi, 0xd4(%rdi) xorl %eax, %eax movl %eax, 0xb0(%rdi) movq %r8, -0x48(%rbp) movq %r8, (%rdi) movq %rax, 0x100(%rdi) movq %rax...
init_io_cache_ext: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 88h mov rbx, rdx mov r15d, esi mov r12, rdi mov r13, [rbp+arg_0] mov [rdi+0D4h], esi xor eax, eax mov [rdi+0B0h], eax mov [rbp+var_48], r8 mov [rdi], r8 mov [r...
long long init_io_cache_ext( long long a1, const char *a2, unsigned long long a3, int a4, unsigned long long a5, unsigned int a6, long long a7) { unsigned long long v7; // rbx unsigned int v8; // r15d long long v10; // r13 unsigned int v11; // r14d long...
init_io_cache_ext: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x88 MOV RBX,RDX MOV R15D,ESI MOV R12,RDI MOV R13,qword ptr [RBP + 0x10] MOV dword ptr [RDI + 0xd4],ESI XOR EAX,EAX MOV dword ptr [RDI + 0xb0],EAX MOV qword ptr [RBP + -0x48],R8 MOV qword ptr [RDI],R8 MOV qword ptr [RDI + 0x100...
int8 init_io_cache_ext(ulong *param_1,int param_2,ulong param_3,int param_4,ulong param_5,char param_6, ulong param_7) { pthread_mutex_t *__mutex; ulong *puVar1; int iVar2; long lVar3; ulong uVar4; int *piVar5; int8 uVar6; uint uVar7; uint uVar8; ulong uVar9; ulong uVar10; ulo...
4,730
get_dynamic
eloqsql/mysys/array.c
void get_dynamic(DYNAMIC_ARRAY *array, void *element, uint idx) { if (idx >= array->elements) { DBUG_PRINT("warning",("To big array idx: %d, array size is %d", idx,array->elements)); bzero(element,array->size_of_element); return; } memcpy(element,array->buffer+idx*array->si...
O3
c
get_dynamic: pushq %rbp movq %rsp, %rbp cmpl %edx, 0x8(%rdi) jbe 0x519d6 movl 0x14(%rdi), %eax imull %eax, %edx addq (%rdi), %rdx movq %rsi, %rdi movq %rdx, %rsi movq %rax, %rdx popq %rbp jmp 0x24240 movl 0x14(%rdi), %edx movq %rsi, %rdi xorl %esi, %esi popq %rbp jmp 0x24180
get_dynamic: push rbp mov rbp, rsp cmp [rdi+8], edx jbe short loc_519D6 mov eax, [rdi+14h] imul edx, eax add rdx, [rdi] mov rdi, rsi mov rsi, rdx mov rdx, rax pop rbp jmp _memcpy loc_519D6: mov edx, [rdi+14h] mov rdi, rsi xor esi, esi pop rbp jmp _memset...
long long get_dynamic(long long a1, long long a2, unsigned int a3, long long a4, long long a5, long long a6) { if ( *(_DWORD *)(a1 + 8) <= a3 ) return memset(a2, 0LL, *(unsigned int *)(a1 + 20)); else return memcpy(a2, *(_QWORD *)a1 + *(_DWORD *)(a1 + 20) * a3, *(unsigned int *)(a1 + 20), a4, a5, a6); }
get_dynamic: PUSH RBP MOV RBP,RSP CMP dword ptr [RDI + 0x8],EDX JBE 0x001519d6 MOV EAX,dword ptr [RDI + 0x14] IMUL EDX,EAX ADD RDX,qword ptr [RDI] MOV RDI,RSI MOV RSI,RDX MOV RDX,RAX POP RBP JMP 0x00124240 LAB_001519d6: MOV EDX,dword ptr [RDI + 0x14] MOV RDI,RSI XOR ESI,ESI POP RBP JMP 0x00124180
void get_dynamic(long *param_1,void *param_2,uint param_3) { if (param_3 < *(uint *)(param_1 + 1)) { memcpy(param_2,(void *)((ulong)(param_3 * *(uint *)((long)param_1 + 0x14)) + *param_1), (ulong)*(uint *)((long)param_1 + 0x14)); return; } memset(param_2,0,(ulong)*(uint *)((long)param_1 + 0x1...
4,731
stbi__paeth(int, int, int)
monkey531[P]llama/examples/llava/../../common/stb_image.h
static int stbi__paeth(int a, int b, int c) { // This formulation looks very different from the reference in the PNG spec, but is // actually equivalent and has favorable data dependencies and admits straightforward // generation of branch-free code, which helps performance significantly. int thresh = c*3 -...
O0
c
stbi__paeth(int, int, int): movl %edi, -0x4(%rsp) movl %esi, -0x8(%rsp) movl %edx, -0xc(%rsp) imull $0x3, -0xc(%rsp), %eax movl -0x4(%rsp), %ecx addl -0x8(%rsp), %ecx subl %ecx, %eax movl %eax, -0x10(%rsp) movl -0x4(%rsp), %eax cmpl -0x8(%rsp), %eax jge 0xa2a63 movl -0x4(%rsp), %eax movl %eax, -0x24(%rsp) jmp 0xa2a6b m...
_ZL11stbi__paethiii: mov [rsp+var_4], edi mov [rsp+var_8], esi mov [rsp+var_C], edx imul eax, [rsp+var_C], 3 mov ecx, [rsp+var_4] add ecx, [rsp+var_8] sub eax, ecx mov [rsp+var_10], eax mov eax, [rsp+var_4] cmp eax, [rsp+var_8] jge short loc_A2A63 mov eax, [rsp+var_4] mov ...
long long stbi__paeth(int a1, int a2, unsigned int a3) { unsigned int v5; // [rsp+4h] [rbp-2Ch] int v6; // [rsp+8h] [rbp-28h] int v7; // [rsp+Ch] [rbp-24h] int v8; // [rsp+20h] [rbp-10h] v8 = 3 * a3 - (a2 + a1); if ( a1 >= a2 ) v7 = a2; else v7 = a1; if ( a1 >= a2 ) v6 = a1; else v6 ...
stbi__paeth: MOV dword ptr [RSP + -0x4],EDI MOV dword ptr [RSP + -0x8],ESI MOV dword ptr [RSP + -0xc],EDX IMUL EAX,dword ptr [RSP + -0xc],0x3 MOV ECX,dword ptr [RSP + -0x4] ADD ECX,dword ptr [RSP + -0x8] SUB EAX,ECX MOV dword ptr [RSP + -0x10],EAX MOV EAX,dword ptr [RSP + -0x4] CMP EAX,dword ptr [RSP + -0x8] JGE 0x001a...
/* stbi__paeth(int, int, int) */ int stbi__paeth(int param_1,int param_2,int param_3) { int iVar1; int local_30; int local_2c; int local_28; iVar1 = param_3 * 3 - (param_1 + param_2); local_28 = param_1; if (param_1 < param_2) { local_28 = param_2; param_2 = param_1; } local_2c = param_3...
4,732
ggml_aarch64_get_optimal_repack_type(ggml_tensor const*)
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
static const ggml::cpu::tensor_traits * ggml_aarch64_get_optimal_repack_type(const struct ggml_tensor * cur) { if (cur->type == GGML_TYPE_Q4_0) { if (ggml_cpu_has_avx2() || (ggml_cpu_has_sve() && ggml_cpu_has_matmul_int8() && ggml_cpu_get_sve_cnt() == QK8_0)) { if (cur->ne[1] % 8 == 0) { ...
O0
cpp
ggml_aarch64_get_optimal_repack_type(ggml_tensor const*): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rax cmpl $0x2, (%rax) jne 0x4fd26 callq 0xd260 cmpl $0x0, %eax jne 0x4fc81 callq 0xdcc0 cmpl $0x0, %eax je 0x4fcab callq 0xd1a0 cmpl $0x0, %eax je 0x4fcab callq 0xe4b0 cmpl $0x...
_ZL36ggml_aarch64_get_optimal_repack_typePK11ggml_tensor: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_10], rdi mov rax, [rbp+var_10] cmp dword ptr [rax], 2 jnz loc_4FD26 call _ggml_cpu_has_avx2 cmp eax, 0 jnz short loc_4FC81 call _ggml_cpu_has_sve cmp eax, 0 jz shor...
long long ( *** ggml_aarch64_get_optimal_repack_type(long long a1))() { if ( *(_DWORD *)a1 != 2 ) { if ( *(_DWORD *)a1 == 20 && (unsigned int)ggml_cpu_has_neon() && (unsigned int)ggml_cpu_has_dotprod() && !(*(_QWORD *)(a1 + 24) % 4LL) ) { return &ggml::cpu::aarch64::iq4_nl_4x4_q8_0; ...
ggml_aarch64_get_optimal_repack_type: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x10],RDI MOV RAX,qword ptr [RBP + -0x10] CMP dword ptr [RAX],0x2 JNZ 0x0014fd26 CALL 0x0010d260 CMP EAX,0x0 JNZ 0x0014fc81 CALL 0x0010dcc0 CMP EAX,0x0 JZ 0x0014fcab CALL 0x0010d1a0 CMP EAX,0x0 JZ 0x0014fcab CALL 0x0010e4b0 CM...
/* ggml_aarch64_get_optimal_repack_type(ggml_tensor const*) */ pointer_____offset_0x10___ * ggml_aarch64_get_optimal_repack_type(ggml_tensor *param_1) { int iVar1; pointer_____offset_0x10___ *local_10; if (*(int *)param_1 == 2) { iVar1 = ggml_cpu_has_avx2(); if (((iVar1 != 0) || (((iVar1 = g...
4,733
ggml_aarch64_get_optimal_repack_type(ggml_tensor const*)
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
static const ggml::cpu::tensor_traits * ggml_aarch64_get_optimal_repack_type(const struct ggml_tensor * cur) { if (cur->type == GGML_TYPE_Q4_0) { if (ggml_cpu_has_avx2() || (ggml_cpu_has_sve() && ggml_cpu_has_matmul_int8() && ggml_cpu_get_sve_cnt() == QK8_0)) { if (cur->ne[1] % 8 == 0) { ...
O1
cpp
ggml_aarch64_get_optimal_repack_type(ggml_tensor const*): pushq %rbx movq %rdi, %rbx movl (%rdi), %eax cmpl $0x14, %eax je 0x2d771 cmpl $0x2, %eax jne 0x2d7de callq 0x8180 testl %eax, %eax je 0x2d792 testb $0x7, 0x18(%rbx) jne 0x2d7ae leaq 0x1bf19(%rip), %rax # 0x49688 jmp 0x2d7e0 callq 0x8460 testl %eax, %eax je 0...
_ZL36ggml_aarch64_get_optimal_repack_typePK11ggml_tensor: push rbx mov rbx, rdi mov eax, [rdi] cmp eax, 14h jz short loc_2D771 cmp eax, 2 jnz loc_2D7DE call _ggml_cpu_has_avx2 test eax, eax jz short loc_2D792 loc_2D762: test byte ptr [rbx+18h], 7 jnz short loc_2D7AE lea ...
void ( *** ggml_aarch64_get_optimal_repack_type( long long a1))(ggml::cpu::tensor_traits *__hidden this) { if ( *(_DWORD *)a1 == 20 ) { if ( (unsigned int)ggml_cpu_has_neon() && (unsigned int)ggml_cpu_has_dotprod() && (*(_BYTE *)(a1 + 24) & 3) == 0 ) return &ggml::cpu::aarch64::iq4_nl_4x4_q8_0; ...
ggml_aarch64_get_optimal_repack_type: PUSH RBX MOV RBX,RDI MOV EAX,dword ptr [RDI] CMP EAX,0x14 JZ 0x0012d771 CMP EAX,0x2 JNZ 0x0012d7de CALL 0x00108180 TEST EAX,EAX JZ 0x0012d792 LAB_0012d762: TEST byte ptr [RBX + 0x18],0x7 JNZ 0x0012d7ae LEA RAX,[0x149688] JMP 0x0012d7e0 LAB_0012d771: CALL 0x00108460 TEST EAX,EAX JZ ...
/* ggml_aarch64_get_optimal_repack_type(ggml_tensor const*) */ pointer_____offset_0x10___ * ggml_aarch64_get_optimal_repack_type(ggml_tensor *param_1) { int iVar1; if (*(int *)param_1 == 0x14) { iVar1 = ggml_cpu_has_neon(); if (((iVar1 != 0) && (iVar1 = ggml_cpu_has_dotprod(), iVar1 != 0)) && (...
4,734
LefDefParser::defiSlot::clearPoly()
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiSlot.cpp
void defiSlot::clearPoly() { struct defiPoints* p; int i; for (i = 0; i < numPolys_; i++) { p = polygons_[i]; free((char*)(p->x)); free((char*)(p->y)); free((char*)(polygons_[i])); } numPolys_ = 0; }
O3
cpp
LefDefParser::defiSlot::clearPoly(): pushq %r15 pushq %r14 pushq %rbx movq %rdi, %rbx cmpl $0x0, 0x40(%rdi) jle 0x2cb18 xorl %r14d, %r14d movq 0x48(%rbx), %rax movq (%rax,%r14,8), %r15 movq 0x8(%r15), %rdi callq 0x6220 movq 0x10(%r15), %rdi callq 0x6220 movq 0x48(%rbx), %rax movq (%rax,%r14,8), %rdi callq 0x6220 incq %...
_ZN12LefDefParser8defiSlot9clearPolyEv: push r15 push r14 push rbx mov rbx, rdi cmp dword ptr [rdi+40h], 0 jle short loc_2CB18 xor r14d, r14d loc_2CAE5: mov rax, [rbx+48h] mov r15, [rax+r14*8] mov rdi, [r15+8] call _free mov rdi, [r15+10h] call _free mov rax, [rbx+48h]...
long long LefDefParser::defiSlot::clearPoly(LefDefParser::defiSlot *this) { long long v1; // r14 long long v2; // r15 long long result; // rax if ( *((int *)this + 16) > 0 ) { v1 = 0LL; do { v2 = *(_QWORD *)(*((_QWORD *)this + 9) + 8 * v1); free(*(_QWORD *)(v2 + 8)); free(*(_QW...
clearPoly: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDI CMP dword ptr [RDI + 0x40],0x0 JLE 0x0012cb18 XOR R14D,R14D LAB_0012cae5: MOV RAX,qword ptr [RBX + 0x48] MOV R15,qword ptr [RAX + R14*0x8] MOV RDI,qword ptr [R15 + 0x8] CALL 0x00106220 MOV RDI,qword ptr [R15 + 0x10] CALL 0x00106220 MOV RAX,qword ptr [RBX + 0x48] MOV RDI...
/* LefDefParser::defiSlot::clearPoly() */ void __thiscall LefDefParser::defiSlot::clearPoly(defiSlot *this) { long lVar1; long lVar2; if (0 < *(int *)(this + 0x40)) { lVar2 = 0; do { lVar1 = *(long *)(*(long *)(this + 0x48) + lVar2 * 8); free(*(void **)(lVar1 + 8)); free(*(void **)...
4,735
uf_space_prespace_selected
eloqsql/storage/myisam/mi_packrec.c
static void uf_space_prespace_selected(MI_COLUMNDEF *rec, MI_BIT_BUFF *bit_buff, uchar *to, uchar *end) { uint spaces; if (get_bit(bit_buff)) bfill((uchar*) to,(end-to),' '); else { if (get_bit(bit_buff)) { if ((spaces=get_bits(bit_buff,rec->space_length_bits))+to > end) { bi...
O0
c
uf_space_prespace_selected: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x10(%rbp), %rax cmpl $0x0, 0x4(%rax) je 0x48b47 movq -0x10(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rdx movl 0x4(%rdx), %ecx addl $-0x1, %ecx ...
uf_space_prespace_selected: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov rax, [rbp+var_10] cmp dword ptr [rax+4], 0 jz short loc_48B47 mov rax, [rbp+var_10] mov eax, [rax] mov rdx, [rbp+v...
long long uf_space_prespace_selected(long long a1, int *a2, _BYTE *a3, _BYTE *a4) { int v4; // eax int v5; // ecx long long result; // rax int v7; // eax int v8; // ecx unsigned int v9; // eax int v10; // ecx unsigned int bits; // [rsp+8h] [rbp-28h] if ( !a2[1] ) { fill_buffer((long long)a2); ...
uf_space_prespace_selected: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV RAX,qword ptr [RBP + -0x10] CMP dword ptr [RAX + 0x4],0x0 JZ 0x00148b47 MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX]...
void uf_space_prespace_selected(long param_1,uint *param_2,void *param_3,ulong param_4) { uint uVar1; uint local_30; if (param_2[1] == 0) { fill_buffer(param_2); param_2[1] = 0x1f; uVar1 = *param_2 & 0x80000000; } else { uVar1 = param_2[1]; param_2[1] = uVar1 - 1; uVar1 = *param_2...
4,736
tree_search
eloqsql/mysys/tree.c
void *tree_search(TREE *tree, void *key, void *custom_arg) { int cmp; TREE_ELEMENT *element=tree->root; for (;;) { if (element == &null_element) return (void*) 0; if ((cmp = (*tree->compare)(custom_arg, ELEMENT_KEY(tree,element), key)) == 0) return ELEMENT_KE...
O0
c
tree_search: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x30(%rbp) leaq 0x1a8032(%rip), %rax # 0x1db458 cmpq %rax, -0x30(%rbp) jne 0x33439 movq $0x0, -0x8(%rbp) jmp 0x334f8 movq -0x10(%rbp), %ra...
tree_search: push rbp mov rbp, rsp sub rsp, 50h 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_30], rax loc_3341F: lea rax, null_element cmp [rbp+var_30], rax jnz short loc_33439 mov [rbp+var_8], 0 jm...
long long * tree_search(long long ***a1, long long a2, long long a3) { int v3; // eax long long *v6; // [rsp+10h] [rbp-40h] long long **v7; // [rsp+20h] [rbp-30h] v7 = *a1; while ( 1 ) { if ( v7 == (long long **)&null_element ) return 0LL; v6 = (long long *)a1[69]; v3 = *((_DWORD *)a1 + 1...
tree_search: PUSH RBP MOV RBP,RSP SUB RSP,0x50 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 + -0x30],RAX LAB_0013341f: LEA RAX,[0x2db458] CMP qword ptr [RBP + -0x30],RAX JNZ 0x00133439 MOV qword...
long tree_search(int8 *param_1,int8 param_2,int8 param_3) { int iVar1; long local_58; long local_50; int8 *local_38; local_38 = (int8 *)*param_1; while( true ) { if (local_38 == (int8 *)null_element) { return 0; } if (*(int *)(param_1 + 0x41) == 0) { local_50 = local_38[3]; ...
4,737
tree_search
eloqsql/mysys/tree.c
void *tree_search(TREE *tree, void *key, void *custom_arg) { int cmp; TREE_ELEMENT *element=tree->root; for (;;) { if (element == &null_element) return (void*) 0; if ((cmp = (*tree->compare)(custom_arg, ELEMENT_KEY(tree,element), key)) == 0) return ELEMENT_KE...
O3
c
tree_search: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq (%rdi), %rbx leaq 0x2c8ff2(%rip), %r13 # 0x2f6458 cmpq %r13, %rbx je 0x2d4a6 movq %rdx, %r14 movq %rsi, %r12 movq %rdi, %r15 movl 0x208(%r15), %esi testq %rsi, %rsi je 0x2d485 addq %rbx, %rsi jmp 0x2d489 mo...
tree_search: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, [rdi] lea r13, null_element cmp rbx, r13 jz short loc_2D4A6 mov r14, rdx mov r12, rsi mov r15, rdi loc_2D474: mov esi, [r15+208h] test rsi, rsi jz short loc...
char * tree_search(long long a1, long long a2, long long a3) { _QWORD *v3; // rbx char *v6; // rsi unsigned int v7; // eax v3 = *(_QWORD **)a1; if ( *(_UNKNOWN **)a1 == &null_element ) return 0LL; while ( 1 ) { v6 = *(_DWORD *)(a1 + 520) ? (char *)v3 + *(unsigned int *)(a1 + 520) : (char *)v3[3];...
tree_search: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,qword ptr [RDI] LEA R13,[0x3f6458] CMP RBX,R13 JZ 0x0012d4a6 MOV R14,RDX MOV R12,RSI MOV R15,RDI LAB_0012d474: MOV ESI,dword ptr [R15 + 0x208] TEST RSI,RSI JZ 0x0012d485 ADD RSI,RBX JMP 0x0012d489 LAB_0012d485: MOV RSI,qword...
int1 * tree_search(long *param_1,int8 param_2,int8 param_3) { uint uVar1; int1 *puVar2; int1 *puVar3; puVar2 = (int1 *)*param_1; if (puVar2 != null_element) { do { if ((ulong)*(uint *)(param_1 + 0x41) == 0) { puVar3 = *(int1 **)(puVar2 + 0x18); } else { puVar3 = puVa...
4,738
dbgprintf(char const*, ...)
EnderturtleOrz[P]CSC3050-2025-Spring-Project-3/src/Debug.h
inline void dbgprintf(const char *format, ...) { #ifdef DEBUG char buf[BUFSIZ]; va_list args; va_start(args, format); vsprintf(buf, format, args); fprintf(stderr, "%s", buf); va_end(args); #endif }
O0
c
dbgprintf(char const*, ...): subq $0x20e8, %rsp # imm = 0x20E8 testb %al, %al je 0x1680f movaps %xmm0, 0x40(%rsp) movaps %xmm1, 0x50(%rsp) movaps %xmm2, 0x60(%rsp) movaps %xmm3, 0x70(%rsp) movaps %xmm4, 0x80(%rsp) movaps %xmm5, 0x90(%rsp) movaps %xmm6, 0xa0(%rsp) movaps %xmm7, 0xb0(%rsp) movq %r9, 0x38(%rsp) ...
_Z9dbgprintfPKcz: sub rsp, 20E8h test al, al jz short loc_1680F movaps [rsp+20E8h+var_20A8], xmm0 movaps [rsp+20E8h+var_2098], xmm1 movaps [rsp+20E8h+var_2088], xmm2 movaps [rsp+20E8h+var_2078], xmm3 movaps [rsp+20E8h+var_2068], xmm4 movaps [rsp+20E8h+var_2058], xmm5 movaps [rsp+20E8h+var_2048], xmm6...
long long dbgprintf( const char *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, __m128 a12, __m128 a13, __m128 a14, ...
dbgprintf: SUB RSP,0x20e8 TEST AL,AL JZ 0x0011680f MOVAPS xmmword ptr [RSP + 0x40],XMM0 MOVAPS xmmword ptr [RSP + 0x50],XMM1 MOVAPS xmmword ptr [RSP + 0x60],XMM2 MOVAPS xmmword ptr [RSP + 0x70],XMM3 MOVAPS xmmword ptr [RSP + 0x80],XMM4 MOVAPS xmmword ptr [RSP + 0x90],XMM5 MOVAPS xmmword ptr [RSP + 0xa0],XMM6 MOVAPS xmm...
/* dbgprintf(char const*, ...) */ void dbgprintf(char *param_1,...) { char in_AL; int8 in_RCX; int8 in_RDX; int8 in_RSI; int8 in_R8; int8 in_R9; int8 in_XMM0_Qa; int8 in_XMM1_Qa; int8 in_XMM2_Qa; int8 in_XMM3_Qa; int8 in_XMM4_Qa; int8 in_XMM5_Qa; int8 in_XMM6_Qa; int8 in_XMM7_Qa; int1 l...
4,739
translog_page_next
eloqsql/storage/maria/ma_loghandler.c
static my_bool translog_page_next(TRANSLOG_ADDRESS *horizon, struct st_buffer_cursor *cursor, struct st_translog_buffer **prev_buffer) { struct st_translog_buffer *buffer= cursor->buffer; DBUG_ENTER("translog_page_next"); *prev_buffer= NULL; i...
O0
c
translog_page_next: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax movq 0x28(%rax), %rax movq %rax, -0x28(%rbp) movq -0x20(%rbp), %rax movq $0x0, (%rax) movq -0x18(%rbp), %rax movq 0x20(%rax), %rax addq $0x2000, %rax # im...
translog_page_next: 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_18] mov rax, [rax+28h] mov [rbp+var_28], rax mov rax, [rbp+var_20] mov qword ptr [rax], 0 mov rax, [rbp+var_18] mov rax, [rax+20h]...
char translog_page_next(long long *a1, long long a2, _QWORD *a3) { long long v4; // [rsp+8h] [rbp-28h] v4 = *(_QWORD *)(a2 + 40); *a3 = 0LL; if ( *(_QWORD *)(a2 + 32) + 0x2000LL <= (unsigned long long)(*(_QWORD *)(a2 + 40) + 0x100000LL) && (unsigned int)*a1 <= (unsigned long long)(unsigned int)(dword_478C...
translog_page_next: 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 + -0x18] MOV RAX,qword ptr [RAX + 0x28] MOV qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP + -0x20] MOV qword ptr [RAX],0x0 MOV RAX,qword ptr [...
int1 translog_page_next(ulong *param_1,long param_2,int8 *param_3) { int8 uVar1; char cVar2; uVar1 = *(int8 *)(param_2 + 0x28); *param_3 = 0; if ((*(long *)(param_2 + 0x28) + 0x100000U < *(long *)(param_2 + 0x20) + 0x2000U) || ((ulong)(DAT_00578c80 - 0x2000) < (*param_1 & 0xffffffff))) { cVar2 =...
4,740
my_hash_init2
eloqsql/mysys/hash.c
my_bool my_hash_init2(PSI_memory_key psi_key, HASH *hash, uint growth_size, CHARSET_INFO *charset, ulong size, size_t key_offset, size_t key_length, my_hash_get_key get_key, my_hash_function hash_function, void (*free_element)(void*), uint flags) { my_bool res; ...
O0
c
my_hash_init2: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl 0x30(%rbp), %eax movq 0x28(%rbp), %rax movq 0x20(%rbp), %rax movq 0x18(%rbp), %rax movq 0x10(%rbp), %rax movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq %r9, -0x30(%rbp) jmp 0x2cfa3 movq...
my_hash_init2: push rbp mov rbp, rsp sub rsp, 50h mov eax, [rbp+arg_20] mov rax, [rbp+arg_18] mov rax, [rbp+arg_10] mov rax, [rbp+arg_8] mov rax, [rbp+arg_0] mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov...
long long my_hash_init2( int a1, long long a2, int a3, long long a4, int a5, long long a6, long long a7, long long a8, long long ( *a9)(long long a1, long long a2, long long a3), long long a10, int a11) { int v11; // esi unsign...
my_hash_init2: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV EAX,dword ptr [RBP + 0x30] MOV RAX,qword ptr [RBP + 0x28] MOV RAX,qword ptr [RBP + 0x20] MOV RAX,qword ptr [RBP + 0x18] MOV RAX,qword ptr [RBP + 0x10] MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV qword ptr [RBP + ...
int8 my_hash_init2(int4 param_1,int8 *param_2,int4 param_3,int8 param_4, int4 param_5,int8 param_6,int8 param_7,int8 param_8, code *param_9,int8 param_10,uint param_11) { int4 uVar1; int8 uVar2; code *local_48; param_2[3] = 0; *param_2 = param_6; param_2[1] = param_7; param_...
4,741
my_strndup
eloqsql/mysys/my_malloc.c
char *my_strndup(PSI_memory_key key, const char *from, size_t length, myf my_flags) { char *ptr; DBUG_ENTER("my_strndup"); if ((ptr= (char*) my_malloc(key, length+1, my_flags))) { memcpy(ptr, from, length); ptr[length]= 0; } DBUG_RETURN(ptr); }
O0
c
my_strndup: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movl -0x4(%rbp), %edi movq -0x18(%rbp), %rsi addq $0x1, %rsi movq -0x20(%rbp), %rdx callq 0x30750 movq %rax, -0x28(%rbp) cmpq $0x0, %rax je 0x30c92 movq -0x28(%rbp), %rdi mo...
my_strndup: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov edi, [rbp+var_4] mov rsi, [rbp+var_18] add rsi, 1 mov rdx, [rbp+var_20] call my_malloc mov [rbp+var_28], rax cmp rax, 0 jz ...
long long my_strndup(unsigned int a1, long long a2, long long a3, int a4) { long long v5; // [rsp+8h] [rbp-28h] v5 = my_malloc(a1, a3 + 1, a4); if ( v5 ) { memcpy(v5, a2, a3); *(_BYTE *)(v5 + a3) = 0; } return v5; }
my_strndup: 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 qword ptr [RBP + -0x20],RCX MOV EDI,dword ptr [RBP + -0x4] MOV RSI,qword ptr [RBP + -0x18] ADD RSI,0x1 MOV RDX,qword ptr [RBP + -0x20] CALL 0x00130750 MOV qword ptr [RBP + -0x...
void * my_strndup(int4 param_1,void *param_2,size_t param_3,int8 param_4) { void *__dest; __dest = (void *)my_malloc(param_1,param_3 + 1,param_4); if (__dest != (void *)0x0) { memcpy(__dest,param_2,param_3); *(int1 *)((long)__dest + param_3) = 0; } return __dest; }
4,742
void mcp::logger::log_impl<char const*>(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char>>&, char const*&&)
hkr04[P]cpp-mcp/include/mcp_logger.h
void log_impl(std::stringstream& ss, T&& arg) { ss << std::forward<T>(arg); }
O1
c
void mcp::logger::log_impl<char const*>(std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char>>&, char const*&&): pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx addq $0x10, %rbx movq (%rdx), %r14 testq %r14, %r14 je 0x35fec movq %r14, %rdi callq 0x8230 movq %rbx, %rdi movq %r14, %rsi movq...
_ZN3mcp6logger8log_implIPKcEEvRNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEEOT_: push r14 push rbx push rax mov rbx, rsi add rbx, 10h mov r14, [rdx] test r14, r14 jz short loc_35FEC mov rdi, r14 call _strlen mov rdi, rbx mov rsi, r14 mov rdx, rax add rsp,...
long long mcp::logger::log_impl<char const*>(long long a1, long long a2, _QWORD *a3) { long long v3; // r14 long long v4; // rax v3 = *a3; if ( !*a3 ) return std::ios::clear( a2 + 16 + *(_QWORD *)(*(_QWORD *)(a2 + 16) - 24LL), *(_DWORD *)(a2 + 16 + *(_QWORD *)(*(_QWORD *)(a2 + 16...
log_impl<char_const*>: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI ADD RBX,0x10 MOV R14,qword ptr [RDX] TEST R14,R14 JZ 0x00135fec MOV RDI,R14 CALL 0x00108230 MOV RDI,RBX MOV RSI,R14 MOV RDX,RAX ADD RSP,0x8 POP RBX POP R14 JMP 0x00108630 LAB_00135fec: MOV RAX,qword ptr [RBX] MOV RAX,qword ptr [RAX + -0x18] LEA RDI,[RBX + RA...
/* void mcp::logger::log_impl<char const*>(std::__cxx11::stringstream&, char const*&&) */ void __thiscall mcp::logger::log_impl<char_const*>(logger *this,stringstream *param_1,char **param_2) { char *__s; size_t sVar1; ostream *poVar2; poVar2 = (ostream *)(param_1 + 0x10); __s = *param_2; if (__s != (...
4,743
spdlog::details::T_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char>>&)
aimrt_mujoco_sim/_deps/spdlog_lib-src/include/spdlog/pattern_formatter-inl.h
void format(const details::log_msg &, const std::tm &tm_time, memory_buf_t &dest) override { const size_t field_size = 8; ScopedPadder p(field_size, padinfo_, dest); fmt_helper::pad2(tm_time.tm_hour, dest); dest.push_back(':'); fmt_helper::pad2(tm_time.tm_min, dest); ...
O0
c
spdlog::details::T_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char>>&): subq $0x68, %rsp movq %rdi, 0x60(%rsp) movq %rsi, 0x58(%rsp) movq %rdx, 0x50(%rsp) movq %rcx, 0x48(%rsp) movq 0x60(%rsp), %rdx movq $0x8, 0x...
_ZN6spdlog7details11T_formatterINS0_13scoped_padderEE6formatERKNS0_7log_msgERK2tmRN3fmt2v819basic_memory_bufferIcLm250ESaIcEEE: sub rsp, 68h mov [rsp+68h+var_8], rdi mov [rsp+68h+var_10], rsi mov [rsp+68h+var_18], rdx mov [rsp+68h+var_20], rcx mov rdx, [rsp+68h+var_8] mov [rsp+68h+var_28], 8...
void spdlog::details::T_formatter<spdlog::details::scoped_padder>::format( long long a1, long long a2, int *a3, long long a4) { char v4; // [rsp+Ah] [rbp-5Eh] BYREF char v5[13]; // [rsp+Bh] [rbp-5Dh] BYREF _BYTE v6[40]; // [rsp+18h] [rbp-50h] BYREF long long v7; // [rsp+40h] [rb...
format: SUB RSP,0x68 MOV qword ptr [RSP + 0x60],RDI MOV qword ptr [RSP + 0x58],RSI MOV qword ptr [RSP + 0x50],RDX MOV qword ptr [RSP + 0x48],RCX MOV RDX,qword ptr [RSP + 0x60] MOV qword ptr [RSP + 0x40],0x8 ADD RDX,0x8 MOV RCX,qword ptr [RSP + 0x48] LEA RDI,[RSP + 0x18] MOV ESI,0x8 CALL 0x001e1aa0 MOV RAX,qword ptr [RS...
/* spdlog::details::T_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char> >&) */ void __thiscall spdlog::details::T_formatter<spdlog::details::scoped_padder>::format (T_formatter<spdlog::details::scop...
4,744
spdlog::details::T_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char>>&)
aimrt_mujoco_sim/_deps/spdlog_lib-src/include/spdlog/pattern_formatter-inl.h
void format(const details::log_msg &, const std::tm &tm_time, memory_buf_t &dest) override { const size_t field_size = 8; ScopedPadder p(field_size, padinfo_, dest); fmt_helper::pad2(tm_time.tm_hour, dest); dest.push_back(':'); fmt_helper::pad2(tm_time.tm_min, dest); ...
O3
c
spdlog::details::T_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char>>&): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rcx, %rbx movq %rdx, %r14 movl 0x8(%rdx), %r15d cmpq $0x63, %r15 ja 0x433...
_ZN6spdlog7details11T_formatterINS0_18null_scoped_padderEE6formatERKNS0_7log_msgERK2tmRN3fmt2v819basic_memory_bufferIcLm250ESaIcEEE: push r15 push r14 push r12 push rbx sub rsp, 38h mov rbx, rcx mov r14, rdx mov r15d, [rdx+8] cmp r15, 63h ; 'c' ja short loc_433C0 movzx eax, r15b i...
char * spdlog::details::T_formatter<spdlog::details::null_scoped_padder>::format( long long a1, long long a2, unsigned int *a3, long long a4) { unsigned long long v6; // r15 char v7; // r12 char v8; // r15 char v9; // r12 long long v10; // rax long long v11; // rsi long lon...
format: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x38 MOV RBX,RCX MOV R14,RDX MOV R15D,dword ptr [RDX + 0x8] CMP R15,0x63 JA 0x001433c0 MOVZX EAX,R15B IMUL R12D,EAX,0xcd SHR R12D,0xb LEA EAX,[R12 + R12*0x1] LEA EAX,[RAX + RAX*0x4] SUB R15B,AL OR R12B,0x30 MOV RAX,qword ptr [RBX + 0x10] LEA RSI,[RAX + 0x1] CMP qword ...
/* spdlog::details::T_formatter<spdlog::details::null_scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char> >&) */ void __thiscall spdlog::details::T_formatter<spdlog::details::null_scoped_padder>::format (T_formatter<spdlog::det...
4,745
nlohmann::json_abi_v3_11_2::basic_json<std::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_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::type_name() const
7CodeWizard[P]stablediffusion/thirdparty/json.hpp
JSON_HEDLEY_RETURNS_NON_NULL const char* type_name() const noexcept { switch (m_type) { case value_t::null: return "null"; case value_t::object: return "object"; case value_t::array: return "array"; c...
O0
cpp
nlohmann::json_abi_v3_11_2::basic_json<std::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_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::type_name() const: movq...
_ZNK8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEE9type_nameEv: mov [rsp+var_10], rdi mov rax, [rsp+var_10] movzx eax, byte ptr [rax] mov [rsp+var_18], rax sub rax, 9; switch 10 cases ja short def_...
char * nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>::type_name( _BYTE *a1) { char *v2; // [rsp+10h] [rbp-8h] switch ( *a1 ) { case 0: v2 = "null"; ...
type_name: MOV qword ptr [RSP + -0x10],RDI MOV RAX,qword ptr [RSP + -0x10] MOVZX EAX,byte ptr [RAX] MOV qword ptr [RSP + -0x18],RAX SUB RAX,0x9 JA 0x001c7d01 MOV RAX,qword ptr [RSP + -0x18] LEA RCX,[0x282478] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX switchD: JMP RAX caseD_0: LEA RAX,[0x284441] MOV qword ptr [RS...
/* nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> > >::type_name() const */ char * __thiscall nlohmann::json_abi_v3_11_2:: ...
4,746
nlohmann::json_abi_v3_11_2::basic_json<std::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_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::type_name() const
7CodeWizard[P]stablediffusion/thirdparty/json.hpp
JSON_HEDLEY_RETURNS_NON_NULL const char* type_name() const noexcept { switch (m_type) { case value_t::null: return "null"; case value_t::object: return "object"; case value_t::array: return "array"; c...
O1
cpp
nlohmann::json_abi_v3_11_2::basic_json<std::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_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::type_name() const: movz...
_ZNK8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEE9type_nameEv: movzx eax, byte ptr [rdi] cmp rax, 9 ja short loc_6ED24 lea rcx, unk_C08E4 movsxd rax, dword ptr [rcx+rax*4] add rax, rcx retn loc_6ED24...
const char * nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>::type_name( unsigned __int8 *a1) { unsigned long long v1; // rax v1 = *a1; if ( v1 > 9 ) return "nu...
4,747
nlohmann::json_abi_v3_11_2::basic_json<std::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_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::type_name() const
7CodeWizard[P]stablediffusion/thirdparty/json.hpp
JSON_HEDLEY_RETURNS_NON_NULL const char* type_name() const noexcept { switch (m_type) { case value_t::null: return "null"; case value_t::object: return "object"; case value_t::array: return "array"; c...
O3
cpp
nlohmann::json_abi_v3_11_2::basic_json<std::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_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::type_name() const: movz...
_ZNK8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEE9type_nameEv: movzx eax, byte ptr [rdi] cmp rax, 9 ja short loc_6E0C6 lea rcx, unk_BF8F4 movsxd rax, dword ptr [rcx+rax*4] add rax, rcx retn loc_6E0C6...
const char * nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>::type_name( unsigned __int8 *a1) { unsigned long long v1; // rax v1 = *a1; if ( v1 > 9 ) return "nu...
4,748
pvio_socket_read
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
ssize_t pvio_socket_read(MARIADB_PVIO *pvio, uchar *buffer, size_t length) { ssize_t r; int read_flags= MSG_DONTWAIT; struct st_pvio_socket *csock; int timeout; if (!pvio || !pvio->data) return -1; csock= (struct st_pvio_socket *)pvio->data; timeout = pvio->timeout[PVIO_READ_TIMEOUT]; while ((r =...
O3
c
pvio_socket_read: movq $-0x1, %rax testq %rdi, %rdi je 0x323b1 pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdi, %r12 movq (%rdi), %rbx testq %rbx, %rbx je 0x323a3 movq %rdx, %r14 movq %rsi, %r15 movl 0x28(%r12), %r13d movl %r13d, -0x2c(%rbp) movl (%rbx), %r13d movl...
pvio_socket_read: mov rax, 0FFFFFFFFFFFFFFFFh test rdi, rdi jz locret_323B1 push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r12, rdi mov rbx, [rdi] test rbx, rbx jz short loc_323A3 mov r14, rdx mov r15, rsi mov r13d, [r12+2...
long long pvio_socket_read(long long a1, long long a2, long long a3) { long long result; // rax unsigned int *v4; // rbx unsigned int v6; // r13d int v7; // eax unsigned int v8; // [rsp-34h] [rbp-34h] result = -1LL; if ( a1 ) { v4 = *(unsigned int **)a1; if ( *(_QWORD *)a1 ) { v8 = *...
pvio_socket_read: MOV RAX,-0x1 TEST RDI,RDI JZ 0x001323b1 PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,RDI MOV RBX,qword ptr [RDI] TEST RBX,RBX JZ 0x001323a3 MOV R14,RDX MOV R15,RSI MOV R13D,dword ptr [R12 + 0x28] MOV dword ptr [RBP + -0x2c],R13D LAB_00132352: MOV R13D,dword ptr [R...
ssize_t pvio_socket_read(int8 *param_1,void *param_2,size_t param_3) { int iVar1; int *piVar2; int iVar3; ssize_t sVar4; int *piVar5; if ((param_1 != (int8 *)0x0) && (piVar2 = (int *)*param_1, piVar2 != (int *)0x0)) { iVar1 = *(int *)(param_1 + 5); do { iVar3 = *piVar2; do { ...
4,749
Catch::BinaryExpr<int, int>::streamReconstructedExpression(std::ostream&) const
11AgReS1SoR11[P]Graph/build_O3/_deps/catch2-src/src/catch2/../catch2/internal/catch_decomposer.hpp
void streamReconstructedExpression( std::ostream &os ) const override { formatReconstructedExpression ( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) ); }
O3
cpp
Catch::BinaryExpr<int, int>::streamReconstructedExpression(std::ostream&) const: pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x48, %rsp movq %rsi, %rbx movq %rdi, %r12 movq 0x10(%rdi), %rax movzwl (%rax), %eax leaq 0x8(%rsp), %rsi movw %ax, (%rsi) leaq 0x28(%rsp), %rdi callq 0x1668a movq 0x18(%r12), %r14 movq 0x2...
_ZNK5Catch10BinaryExprIR11line_type_eS2_E29streamReconstructedExpressionERSo: push r15 push r14 push r12 push rbx sub rsp, 48h mov rbx, rsi mov r12, rdi mov rax, [rdi+10h] movzx eax, word ptr [rax] lea rsi, [rsp+68h+var_60] mov [rsi], ax lea rdi, [rsp+68h+var_40] call _ZN5Ca...
void Catch::BinaryExpr<line_type_e &,line_type_e &>::streamReconstructedExpression(long long a1, long long a2) { long long v2; // r14 long long v3; // r15 __int16 v4; // [rsp+6h] [rbp-62h] BYREF void *v5[2]; // [rsp+8h] [rbp-60h] BYREF long long v6; // [rsp+18h] [rbp-50h] BYREF void *v7[2]; // [rsp+28h] [r...
streamReconstructedExpression: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x48 MOV RBX,RSI MOV R12,RDI MOV RAX,qword ptr [RDI + 0x10] MOVZX EAX,word ptr [RAX] LEA RSI,[RSP + 0x8] MOV word ptr [RSI],AX LEA RDI,[RSP + 0x28] CALL 0x0011668a MOV R14,qword ptr [R12 + 0x18] MOV R15,qword ptr [R12 + 0x20] MOV RAX,qword ptr [...
/* Catch::BinaryExpr<line_type_e&, line_type_e&>::streamReconstructedExpression(std::ostream&) const */ void __thiscall Catch::BinaryExpr<line_type_e&,line_type_e&>::streamReconstructedExpression (BinaryExpr<line_type_e&,line_type_e&> *this,ostream *param_1) { int8 uVar1; int8 uVar2; short local_...
4,750
ma_tls_write
eloqsql/libmariadb/libmariadb/secure/openssl.c
ssize_t ma_tls_write(MARIADB_TLS *ctls, const uchar* buffer, size_t length) { int rc; MARIADB_PVIO *pvio= ctls->pvio; while ((rc= SSL_write((SSL *)ctls->ssl, (void *)buffer, (int)length)) <= 0) { int error= SSL_get_error((SSL *)ctls->ssl, rc); if (error != SSL_ERROR_WANT_WRITE) break; if (pvi...
O0
c
ma_tls_write: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq 0x8(%rax), %rax movq %rax, -0x28(%rbp) movq -0x8(%rbp), %rax movq 0x10(%rax), %rdi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rax movl %eax, %edx callq 0x13810 movl %ea...
ma_tls_write: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov rax, [rax+8] mov [rbp+var_28], rax loc_3A9A0: mov rax, [rbp+var_8] mov rdi, [rax+10h] mov rsi, [rbp+var_10] mov rax, [rbp+var_18] ...
long long ma_tls_write(long long a1, long long a2, unsigned int a3) { long long *v4; // [rsp+8h] [rbp-38h] long long v5; // [rsp+18h] [rbp-28h] int v6; // [rsp+24h] [rbp-1Ch] v5 = *(_QWORD *)(a1 + 8); do v6 = SSL_write(*(_QWORD *)(a1 + 16), a2, a3); while ( v6 <= 0 && (unsigned int)SSL_get_erro...
ma_tls_write: PUSH RBP MOV RBP,RSP SUB RSP,0x40 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 RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x28],RAX LAB_0013a9a0: MOV RAX,qword ptr [RBP + -0x8] MOV RDI,qword ptr [RAX + 0x10] MOV RSI,...
long ma_tls_write(long param_1,void *param_2,int param_3) { long lVar1; int ret_code; int iVar2; void *pvVar3; lVar1 = *(long *)(param_1 + 8); do { ret_code = SSL_write(*(SSL **)(param_1 + 0x10),param_2,param_3); if ((0 < ret_code) || (iVar2 = SSL_get_error(*(SSL **)(param_1 + 0x10),ret_code), ...
4,751
ma_tls_write
eloqsql/libmariadb/libmariadb/secure/openssl.c
ssize_t ma_tls_write(MARIADB_TLS *ctls, const uchar* buffer, size_t length) { int rc; MARIADB_PVIO *pvio= ctls->pvio; while ((rc= SSL_write((SSL *)ctls->ssl, (void *)buffer, (int)length)) <= 0) { int error= SSL_get_error((SSL *)ctls->ssl, rc); if (error != SSL_ERROR_WANT_WRITE) break; if (pvi...
O3
c
ma_tls_write: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %rbx movq %rsi, %r12 movq %rdi, %r15 movq 0x8(%rdi), %r13 movq 0x10(%r15), %rdi movq %r12, %rsi movl %ebx, %edx callq 0x13830 movl %eax, %r14d testl %eax, %eax jg 0x2a13f movq 0x10(%r15), %rdi movl %r14...
ma_tls_write: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rdx mov r12, rsi mov r15, rdi mov r13, [rdi+8] loc_2A0E9: mov rdi, [r15+10h] mov rsi, r12 mov edx, ebx call _SSL_write mov r14d, eax test eax, eax jg sho...
long long ma_tls_write(long long a1, long long a2, unsigned int a3) { long long v4; // r13 int v5; // eax int v6; // r14d long long *v7; // rax v4 = *(_QWORD *)(a1 + 8); while ( 1 ) { v5 = SSL_write(*(_QWORD *)(a1 + 16), a2, a3); v6 = v5; if ( v5 > 0 ) break; if ( (unsigned int)SSL...
ma_tls_write: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDX MOV R12,RSI MOV R15,RDI MOV R13,qword ptr [RDI + 0x8] LAB_0012a0e9: MOV RDI,qword ptr [R15 + 0x10] MOV RSI,R12 MOV EDX,EBX CALL 0x00113830 MOV R14D,EAX TEST EAX,EAX JG 0x0012a13f MOV RDI,qword ptr [R15 + 0x10] MOV ESI,R...
long ma_tls_write(long param_1,void *param_2,int param_3) { long lVar1; int ret_code; int iVar2; void *pvVar3; lVar1 = *(long *)(param_1 + 8); do { ret_code = SSL_write(*(SSL **)(param_1 + 0x10),param_2,param_3); if (0 < ret_code) goto LAB_0012a13f; iVar2 = SSL_get_error(*(SSL **)(param_1 +...
4,752
ma_rec_pack
eloqsql/storage/maria/ma_dynrec.c
uint _ma_rec_pack(MARIA_HA *info, register uchar *to, register const uchar *from) { uint length,new_length,flag,bit,i; const uchar *pos,*end; uchar *startpos,*packpos; enum en_fieldtype type; reg3 MARIA_COLUMNDEF *column; MARIA_BLOB *blob; DBUG_ENTER("_ma_rec_pack"); flag= ...
O3
c
ma_rec_pack: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rdx, %r12 movq %rsi, %rbx movq (%rdi), %rax movl 0x3f4(%rax), %r14d movl 0x3fc(%rax), %edx addq %rsi, %r14 movq 0x288(%rdi), %rcx movq %rcx, -0x58(%rbp) movq 0x588(%rax), %r15 testq %rdx, %rdx movq %rdi...
_ma_rec_pack: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov r12, rdx mov rbx, rsi mov rax, [rdi] mov r14d, [rax+3F4h] mov edx, [rax+3FCh] add r14, rsi mov rcx, [rdi+288h] mov [rbp+var_58], rcx mov r15, [rax+588h] test ...
long long ma_rec_pack(unsigned __int8 *a1, unsigned __int8 *a2, unsigned __int8 *a3) { unsigned __int8 *v4; // rbx long long v5; // rax long long v6; // rdx unsigned __int8 *v7; // r14 long long v8; // r15 unsigned __int8 *v9; // r13 long long v10; // rcx unsigned __int8 *v11; // rcx int v12; // r14d...
_ma_rec_pack: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R12,RDX MOV RBX,RSI MOV RAX,qword ptr [RDI] MOV R14D,dword ptr [RAX + 0x3f4] MOV EDX,dword ptr [RAX + 0x3fc] ADD R14,RSI MOV RCX,qword ptr [RDI + 0x288] MOV qword ptr [RBP + -0x58],RCX MOV R15,qword ptr [RAX + 0x588] TEST R...
int _ma_rec_pack(long *param_1,int1 *param_2,ushort *param_3) { ushort uVar1; ushort uVar2; ushort *puVar3; int iVar4; uint uVar5; ulong uVar6; int1 *puVar8; int4 *puVar9; byte bVar10; long lVar11; ushort *puVar12; uint uVar13; ulong __n; int iVar14; byte *pbVar15; uint *puVar16; lon...
4,753
uf_space_endspace
eloqsql/storage/myisam/mi_packrec.c
static void uf_space_endspace(MI_COLUMNDEF *rec, MI_BIT_BUFF *bit_buff, uchar *to, uchar *end) { uint spaces; if (get_bit(bit_buff)) bfill((uchar*) to,(end-to),' '); else { if ((spaces=get_bits(bit_buff,rec->space_length_bits))+to > end) { bit_buff->error=1; return; } if...
O0
c
uf_space_endspace: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq -0x10(%rbp), %rax cmpl $0x0, 0x4(%rax) je 0xbef17 movq -0x10(%rbp), %rax movl (%rax), %eax movq -0x10(%rbp), %rdx movl 0x4(%rdx), %ecx addl $-0x1, %ecx movl %ecx...
uf_space_endspace_0: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov rax, [rbp+var_10] cmp dword ptr [rax+4], 0 jz short loc_BEF17 mov rax, [rbp+var_10] mov eax, [rax] mov rdx, [rbp+var_10] ...
long long uf_space_endspace_0(long long a1, int *a2, _BYTE *a3, _BYTE *a4) { int v4; // eax int v5; // ecx long long result; // rax unsigned int v7; // eax int v8; // ecx unsigned int bits_0; // [rsp+8h] [rbp-28h] if ( a2[1] ) { v4 = *a2; v5 = a2[1] - 1; a2[1] = v5; if ( ((1 << v5) & v...
uf_space_endspace: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV RAX,qword ptr [RBP + -0x10] CMP dword ptr [RAX + 0x4],0x0 JZ 0x001bef17 MOV RAX,qword ptr [RBP + -0x10] MOV EAX,dword ptr [RAX] MOV RDX,...
void uf_space_endspace(long param_1,uint *param_2,void *param_3,ulong param_4) { uint uVar1; uint local_30; if (param_2[1] == 0) { fill_buffer(param_2); param_2[1] = 0x1f; uVar1 = *param_2 & 0x80000000; } else { uVar1 = param_2[1]; param_2[1] = uVar1 - 1; uVar1 = *param_2 & 1 << (...
4,754
js_free_function_def
bluesky950520[P]quickjs/quickjs.c
static void js_free_function_def(JSContext *ctx, JSFunctionDef *fd) { int i; struct list_head *el, *el1; /* free the child functions */ list_for_each_safe(el, el1, &fd->child_list) { JSFunctionDef *fd1; fd1 = list_entry(el, JSFunctionDef, link); js_free_function_def(ctx, fd1); ...
O2
c
js_free_function_def: pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 leaq 0x18(%rsi), %r15 movq 0x20(%rsi), %rsi cmpq %r15, %rsi je 0x4f684 movq 0x8(%rsi), %r12 addq $-0x28, %rsi movq %r14, %rdi callq 0x4f654 movq %r12, %rsi jmp 0x4f66a movq 0x18(%r14), %rdi leaq 0x138(%rbx), %r1...
js_free_function_def: push r15 push r14 push r12 push rbx push rax mov rbx, rsi mov r14, rdi lea r15, [rsi+18h] mov rsi, [rsi+20h] loc_4F66A: cmp rsi, r15 jz short loc_4F684 mov r12, [rsi+8] add rsi, 0FFFFFFFFFFFFFFD8h mov rdi, r14 call js_free_function_def mov ...
long long js_free_function_def(long long a1, long long a2) { long long v3; // r15 long long i; // rsi long long v5; // r12 unsigned int *v6; // rsi long long v7; // r15 long long j; // r12 long long v9; // rsi long long v10; // r15 long long k; // r12 long long v12; // rsi long long v13; // r15 ...
js_free_function_def: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI LEA R15,[RSI + 0x18] MOV RSI,qword ptr [RSI + 0x20] LAB_0014f66a: CMP RSI,R15 JZ 0x0014f684 MOV R12,qword ptr [RSI + 0x8] ADD RSI,-0x28 MOV RDI,R14 CALL 0x0014f654 MOV RSI,R12 JMP 0x0014f66a LAB_0014f684: MOV RDI,qword ptr [R14 +...
void js_free_function_def(long param_1,long param_2) { long *plVar1; long lVar2; long lVar3; lVar3 = *(long *)(param_2 + 0x20); while (lVar3 != param_2 + 0x18) { lVar2 = *(long *)(lVar3 + 8); js_free_function_def(param_1,lVar3 + -0x28); lVar3 = lVar2; } free_bytecode_atoms(*(int8 *)(param...
4,755
nlohmann::json_abi_v3_11_3::detail::serializer<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::...
monkey531[P]llama/common/./json.hpp
~serializer() = default;
O1
cpp
nlohmann::json_abi_v3_11_3::detail::serializer<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::...
_ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEED2Ev: push rbx mov rbx, rdi mov rdi, [rdi+260h]; void * lea rax, [rbx+270h] cmp rdi, rax jz short loc_68238 ...
void nlohmann::json_abi_v3_11_3::detail::serializer<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>>::~serializer( _QWORD *a1) { _QW...
~serializer: PUSH RBX MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x260] LEA RAX,[RBX + 0x270] CMP RDI,RAX JZ 0x00168238 MOV RSI,qword ptr [RAX] INC RSI CALL 0x001186a0 LAB_00168238: MOV RDI,qword ptr [RBX + 0x8] TEST RDI,RDI JZ 0x00168247 POP RBX JMP 0x00130e64 LAB_00168247: POP RBX RET
/* nlohmann::json_abi_v3_11_3::detail::serializer<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 ...
4,756
my_hash_first_from_hash_value
eloqsql/mysys/hash.c
uchar* my_hash_first_from_hash_value(const HASH *hash, my_hash_value_type hash_value, const uchar *key, size_t length, HASH_SEARCH_STATE *current_record) { HASH_LINK *pos...
O0
c
my_hash_first_from_hash_value: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq %r8, -0x30(%rbp) movq -0x10(%rbp), %rax cmpq $0x0, 0x18(%rax) je 0xe329c movl $0x1, -0x3c(%rbp) movl -0x14(%rbp), %edi movq -0x10(%rbp), %rax movq 0...
my_hash_first_from_hash_value: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_30], r8 mov rax, [rbp+var_10] cmp qword ptr [rax+18h], 0 jz loc_E329C mov [rbp+var_3C], 1 mov edi, [r...
long long my_hash_first_from_hash_value(_QWORD *a1, unsigned int a2, long long a3, long long a4, unsigned int *a5) { unsigned int v6; // [rsp+0h] [rbp-40h] int v7; // [rsp+4h] [rbp-3Ch] long long v8; // [rsp+8h] [rbp-38h] if ( a1[3] ) { v7 = 1; v6 = my_hash_mask(a2, a1[2], a1[3]); while ( 1 ) ...
my_hash_first_from_hash_value: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV qword ptr [RBP + -0x30],R8 MOV RAX,qword ptr [RBP + -0x10] CMP qword ptr [RAX + 0x18],0x0 JZ 0x001e329c MOV dword ptr [RBP ...
int8 my_hash_first_from_hash_value (long param_1,int4 param_2,int8 param_3,int8 param_4,uint *param_5) { bool bVar1; int iVar2; uint uVar3; uint *puVar4; uint local_48; if (*(long *)(param_1 + 0x18) != 0) { bVar1 = true; local_48 = my_hash_mask(param_2,*(int8 *)(param_1 + 0x10),*(int8...
4,757
ma_find_half_pos
eloqsql/storage/maria/ma_write.c
uchar *_ma_find_half_pos(MARIA_KEY *key, MARIA_PAGE *ma_page, uchar **after_key) { uint keys, length, key_ref_length, page_flag, nod_flag; uchar *page, *end, *lastpos; MARIA_HA *info= ma_page->info; MARIA_SHARE *share= info->s; MARIA_KEYDEF *keyinfo= key->keyinfo; DBUG_ENTER("_ma_fi...
O3
c
ma_find_half_pos: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdx, %r8 movq (%rsi), %rbx movq (%rbx), %rcx movq 0x8(%rdi), %r11 movl 0x28(%rsi), %r10d movl 0x744(%rcx), %edx addl %r10d, %edx movl 0x2c(%rsi), %r9d movl 0x20(%rsi), %eax subl %edx, %eax movq 0x1...
_ma_find_half_pos: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov r8, rdx mov rbx, [rsi] mov rcx, [rbx] mov r11, [rdi+8] mov r10d, [rsi+28h] mov edx, [rcx+744h] add edx, r10d mov r9d, [rsi+2Ch] mov eax, [rsi+20h] sub ...
long long ma_find_half_pos(long long a1, long long **a2, unsigned long long *a3) { long long *v4; // rbx long long v5; // rcx long long v6; // r11 long long v7; // r10 long long v8; // rdx unsigned int v9; // r9d unsigned int v10; // eax long long v11; // r14 bool v12; // si int v13; // edx long ...
_ma_find_half_pos: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV R8,RDX MOV RBX,qword ptr [RSI] MOV RCX,qword ptr [RBX] MOV R11,qword ptr [RDI + 0x8] MOV R10D,dword ptr [RSI + 0x28] MOV EDX,dword ptr [RCX + 0x744] ADD EDX,R10D MOV R9D,dword ptr [RSI + 0x2c] MOV EAX,dword ptr [RSI + ...
void * _ma_find_half_pos(int8 *param_1,int8 *param_2,long *param_3) { int iVar1; long *plVar2; long lVar3; long lVar4; int iVar5; void *pvVar6; uint uVar7; uint uVar8; void *__src; void *local_40; uint local_34; plVar2 = (long *)*param_2; lVar3 = *plVar2; lVar4 = param_1[1]; iVar1 = *...
4,758
my_mb_wc_utf16_quick
eloqsql/strings/ctype-utf16.h
static inline int my_mb_wc_utf16_quick(my_wc_t *pwc, const uchar *s, const uchar *e) { if (s + 2 > e) return MY_CS_TOOSMALL2; /* High bytes: 0xD[89AB] = B'110110??' Low bytes: 0xD[CDEF] = B'110111??' Surrogate mask: 0xFC = B'11111100' */ if (MY_UTF16_HIGH_HEAD(*s)) /* Surrogate head */ { ...
O0
c
my_mb_wc_utf16_quick: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax addq $0x2, %rax cmpq -0x20(%rbp), %rax jbe 0xabfea movl $0xffffff9a, -0x4(%rbp) # imm = 0xFFFFFF9A jmp 0xac0c8 movq -0x18(%rbp), %rax movzbl (%rax), %eax andl $0xfc, %eax cmpl $0x...
my_mb_wc_utf16_quick_0: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_18] add rax, 2 cmp rax, [rbp+var_20] jbe short loc_ABFEA mov [rbp+var_4], 0FFFFFF9Ah jmp loc_AC0C8 loc_ABFEA: mov rax, [rbp+var_18] movzx eax...
long long my_mb_wc_utf16_quick_0(_QWORD *a1, unsigned __int8 *a2, unsigned long long a3) { if ( (unsigned long long)(a2 + 2) <= a3 ) { if ( (*a2 & 0xFC) == 0xD8 ) { if ( (unsigned long long)(a2 + 4) <= a3 ) { if ( (a2[2] & 0xFC) == 0xDC ) { *a1 = a2[3] + ((a2[2] & 3) <...
my_mb_wc_utf16_quick: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] ADD RAX,0x2 CMP RAX,qword ptr [RBP + -0x20] JBE 0x001abfea MOV dword ptr [RBP + -0x4],0xffffff9a JMP 0x001ac0c8 LAB_001abfea: MOV RAX,qword ptr [RBP ...
int4 my_mb_wc_utf16_quick(long *param_1,byte *param_2,byte *param_3) { int4 local_c; if (param_3 < param_2 + 2) { local_c = 0xffffff9a; } else if ((*param_2 & 0xfc) == 0xd8) { if (param_3 < param_2 + 4) { local_c = 0xffffff98; } else if ((param_2[2] & 0xfc) == 0xdc) { *param_1 =...
4,759
str_to_TIME
eloqsql/libmariadb/libmariadb/ma_stmt_codec.c
int str_to_TIME(const char *str, size_t length, MYSQL_TIME *tm) { const char *p = str; const char *end = str + length; int is_time = 0; if (!p) goto error; while (p < end && isspace(*p)) p++; while (p < end && isspace(end[-1])) end--; if (end -p < 5) goto error; if (*p == '-') { ...
O0
c
str_to_TIME: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x10(%rbp), %rax addq -0x18(%rbp), %rax movq %rax, -0x30(%rbp) movl $0x0, -0x34(%rbp) cmpq $0x0, -0x28(%rbp) jne 0xb665b jmp 0xb68cf jmp 0xb66...
str_to_TIME: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_10] mov [rbp+var_28], rax mov rax, [rbp+var_10] add rax, [rbp+var_18] mov [rbp+var_30], rax mov [rbp+var_34], 0 cmp [rbp+var_28], 0 jnz ...
long long str_to_TIME(_BYTE *a1, long long a2, long long a3) { bool v4; // [rsp+6h] [rbp-3Ah] bool v5; // [rsp+7h] [rbp-39h] int i; // [rsp+8h] [rbp-38h] BOOL v7; // [rsp+Ch] [rbp-34h] unsigned long long v8; // [rsp+10h] [rbp-30h] _BYTE *v9; // [rsp+18h] [rbp-28h] BYREF long long v10; // [rsp+20h] [rbp-2...
str_to_TIME: PUSH RBP MOV RBP,RSP SUB RSP,0x40 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 qword ptr [RBP + -0x28],RAX MOV RAX,qword ptr [RBP + -0x10] ADD RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x30],RAX MOV dword ptr [RB...
int4 str_to_TIME(char *param_1,long param_2,int4 *param_3) { int iVar1; ushort **ppuVar2; bool bVar3; bool bVar4; int local_40; char *local_38; char *local_30; int4 *local_28; long local_20; char *local_18; local_38 = param_1 + param_2; bVar4 = false; local_30 = param_1; local_28 = para...
4,760
base_list::copy(base_list const*, st_mem_root*)
eloqsql/sql/sql_list.cc
bool base_list::copy(const base_list *rhs, MEM_ROOT *mem_root) { bool error= 0; if (rhs->elements) { /* It's okay to allocate an array of nodes at once: we never call a destructor for list_node objects anyway. */ if ((first= (list_node*) alloc_root(mem_root, ...
O3
cpp
base_list::copy(base_list const*, st_mem_root*): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rsi, %r15 movq %rdi, %rbx movl 0x10(%rsi), %esi testq %rsi, %rsi setne %r14b je 0x5473d shlq $0x4, %rsi movq %rdx, %rdi callq 0x7f7ef movq %rax, (%rbx) testq %rax, %rax je 0x5473d movl 0x10(%r15...
_ZN9base_list4copyEPKS_P11st_mem_root: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r15, rsi mov rbx, rdi mov esi, [rsi+10h] test rsi, rsi setnz r14b jz short loc_5473D shl rsi, 4 mov rdi, rdx call alloc_root mov [rbx], rax test rax, rax jz ...
long long base_list::copy(long long a1, long long a2, long long a3) { unsigned int v3; // r14d long long v5; // rsi _QWORD *v6; // rax long long v7; // rdx _QWORD *v8; // rcx _QWORD *v9; // rdx v5 = *(unsigned int *)(a2 + 16); LOBYTE(v3) = v5 != 0; if ( v5 && (v6 = (_QWORD *)alloc_root(a3, 16 * v5),...
copy: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R15,RSI MOV RBX,RDI MOV ESI,dword ptr [RSI + 0x10] TEST RSI,RSI SETNZ R14B JZ 0x0015473d SHL RSI,0x4 MOV RDI,RDX CALL 0x0017f7ef MOV qword ptr [RBX],RAX TEST RAX,RAX JZ 0x0015473d MOV EDX,dword ptr [R15 + 0x10] MOV dword ptr [RBX + 0x10],EDX MOV RCX,qwo...
/* base_list::copy(base_list const*, st_mem_root*) */ ulong __thiscall base_list::copy(base_list *this,base_list *param_1,st_mem_root *param_2) { uint uVar1; base_list *pbVar2; base_list *pbVar3; int8 *puVar4; ulong uVar5; int8 unaff_R14; ulong uVar6; uVar5 = (ulong)*(uint *)(param_1 + 0x10); uV...
4,761
LefDefParser::lefwLayerRoutingDiagPitch(double)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp
int lefwLayerRoutingDiagPitch(double distance) { if (!lefwFile) return LEFW_UNINITIALIZED; if (lefwState != LEFW_LAYERROUTING_START && lefwState != LEFW_LAYERROUTING) return LEFW_BAD_ORDER; if (!lefwIsRouting) return LEFW_BAD_DATA; // only routing calls this func if (prt...
O0
cpp
LefDefParser::lefwLayerRoutingDiagPitch(double): subq $0x18, %rsp movsd %xmm0, 0x8(%rsp) leaq 0x2316f(%rip), %rax # 0x32e00 cmpq $0x0, (%rax) jne 0xfca4 movl $0x1, 0x14(%rsp) jmp 0xfd94 leaq 0x233a5(%rip), %rax # 0x33050 cmpl $0x7, (%rax) je 0xfcc9 leaq 0x23399(%rip), %rax # 0x33050 cmpl $0x1f, (%rax) je 0x...
_ZN12LefDefParser25lefwLayerRoutingDiagPitchEd: sub rsp, 18h movsd [rsp+18h+var_10], xmm0 lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile cmp qword ptr [rax], 0 jnz short loc_FCA4 mov [rsp+18h+var_4], 1 jmp loc_FD94 loc_FCA4: lea rax, _ZN12LefDefParser9lefwStateE; LefDefParser...
long long LefDefParser::lefwLayerRoutingDiagPitch( LefDefParser *this, double a2, long long a3, int a4, int a5, int a6, int a7) { if ( *(_QWORD *)&LefDefParser::lefwFile ) { if ( LefDefParser::lefwState == 7 || LefDefParser::lefwState == 31 ) { ...
lefwLayerRoutingDiagPitch: SUB RSP,0x18 MOVSD qword ptr [RSP + 0x8],XMM0 LEA RAX,[0x132e00] CMP qword ptr [RAX],0x0 JNZ 0x0010fca4 MOV dword ptr [RSP + 0x14],0x1 JMP 0x0010fd94 LAB_0010fca4: LEA RAX,[0x133050] CMP dword ptr [RAX],0x7 JZ 0x0010fcc9 LEA RAX,[0x133050] CMP dword ptr [RAX],0x1f JZ 0x0010fcc9 MOV dword ptr ...
/* LefDefParser::lefwLayerRoutingDiagPitch(double) */ int4 LefDefParser::lefwLayerRoutingDiagPitch(double param_1) { int4 local_4; if (lefwFile == (_IO_FILE *)0x0) { local_4 = 1; } else if ((lefwState == 7) || (lefwState == 0x1f)) { if (lefwIsRouting == 0) { local_4 = 3; } else { ...
4,762
testing::internal::RE::~RE()
giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/src/gtest-port.cc
RE::~RE() { if (is_valid_) { // regfree'ing an invalid regex might crash because the content // of the regex is undefined. Since the regex's are essentially // the same, one cannot be valid (or invalid) without the other // being so too. regfree(&partial_regex_); regfree(&full_regex_); } }
O1
cpp
testing::internal::RE::~RE(): pushq %rbx movq %rdi, %rbx cmpb $0x1, 0x20(%rdi) jne 0x1644c leaq 0x68(%rbx), %rdi callq 0x84c0 leaq 0x28(%rbx), %rdi callq 0x84c0 movq (%rbx), %rdi addq $0x10, %rbx cmpq %rbx, %rdi je 0x16464 movq (%rbx), %rsi incq %rsi popq %rbx jmp 0x84e0 popq %rbx retq movq %rax, %rdi callq 0x326a4
_ZN7testing8internal2RED2Ev: push rbx; Alternative name is 'testing::internal::RE::~RE()' mov rbx, rdi cmp byte ptr [rdi+20h], 1 jnz short loc_1644C lea rdi, [rbx+68h] call _regfree lea rdi, [rbx+28h] call _regfree loc_1644C: mov rdi, [rbx]; void * add rbx, 10h cmp rdi, rbx jz ...
void testing::internal::RE::~RE(testing::internal::RE *this) { _QWORD *v2; // rdi _QWORD *v3; // rbx if ( *((_BYTE *)this + 32) == 1 ) { regfree((char *)this + 104); regfree((char *)this + 40); } v2 = *(_QWORD **)this; v3 = (_QWORD *)((char *)this + 16); if ( v2 != v3 ) operator delete(v2,...
~RE: PUSH RBX MOV RBX,RDI CMP byte ptr [RDI + 0x20],0x1 JNZ 0x0011644c LEA RDI,[RBX + 0x68] LAB_0011643e: CALL 0x001084c0 LEA RDI,[RBX + 0x28] CALL 0x001084c0 LAB_0011644c: MOV RDI,qword ptr [RBX] ADD RBX,0x10 CMP RDI,RBX JZ 0x00116464 MOV RSI,qword ptr [RBX] INC RSI POP RBX JMP 0x001084e0 LAB_00116464: POP RBX RET
/* testing::internal::RE::~RE() */ void __thiscall testing::internal::RE::~RE(RE *this) { if (this[0x20] == (RE)0x1) { /* try { // try from 0011643e to 0011644b has its CatchHandler @ 00116466 */ regfree((regex_t *)(this + 0x68)); regfree((regex_t *)(this + 0x28)); } if (*(RE **)thi...
4,763
r3d_shader_load_raster_depth_cube
r3d/src/r3d_state.c
void r3d_shader_load_raster_depth_cube(void) { R3D.shader.raster.depthCube.id = rlLoadShaderCode( VS_RASTER_DEPTH_CUBE, FS_RASTER_DEPTH_CUBE ); r3d_shader_get_location(raster.depthCube, uViewPosition); r3d_shader_get_location(raster.depthCube, uMatModel); r3d_shader_get_location(raster.dept...
O3
c
r3d_shader_load_raster_depth_cube: pushq %rbp movq %rsp, %rbp leaq 0x5c21b(%rip), %rdi # 0x11ecf0 leaq 0x5c894(%rip), %rsi # 0x11f370 callq 0x1e525 movl %eax, 0xee23d(%rip) # 0x1b0d24 leaq 0x4f512(%rip), %rsi # 0x112000 movl %eax, %edi callq 0x1e97e movl %eax, 0xee239(%rip) # 0x1b0d34 movl 0xee223(%...
r3d_shader_load_raster_depth_cube: push rbp mov rbp, rsp lea rdi, VS_RASTER_DEPTH_CUBE; "#version 330 core\nlayout(location=0)in"... lea rsi, FS_RASTER_DEPTH_CUBE; "#version 330 core\nin vec3 vPosition;in"... call rlLoadShaderCode mov cs:dword_1B0D24, eax lea rsi, aUviewposition; "uViewPositio...
long long r3d_shader_load_raster_depth_cube() { long long result; // rax dword_1B0D24 = rlLoadShaderCode( (long long)"#version 330 core\n" "layout(location=0)in vec3 aPosition;layout(location=1)in vec2 aTexCoord;layout(location=3)in" " vec4...
r3d_shader_load_raster_depth_cube: PUSH RBP MOV RBP,RSP LEA RDI,[0x21ecf0] LEA RSI,[0x21f370] CALL 0x0011e525 MOV dword ptr [0x002b0d24],EAX LEA RSI,[0x212000] MOV EDI,EAX CALL 0x0011e97e MOV dword ptr [0x002b0d34],EAX MOV EDI,dword ptr [0x002b0d24] LEA RSI,[0x211e8f] CALL 0x0011e97e MOV dword ptr [0x002b0d38],EAX MOV ...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ void r3d_shader_load_raster_depth_cube(void) { DAT_002b0d24 = rlLoadShaderCode("#version 330 core\nlayout(location=0)in vec3 aPosition;layout(location=1)in vec2 aTexCoord;layout(location=3)in vec4 aColor;uniform mat4 uMatModel;uni...
4,764
help
bluesky950520[P]quickjs/qjsc.c
void help(void) { printf("QuickJS-ng Compiler version %s\n" "usage: " PROG_NAME " [options] [files]\n" "\n" "options are:\n" "-b output raw bytecode instead of C code\n" "-e output main() and bytecode in a C file\n" "-o output set...
O0
c
help: pushq %rax callq 0x215e0 movq %rax, %rsi leaq 0xf9fac(%rip), %rdi # 0x1092fc movl $0x100000, %edx # imm = 0x100000 movb $0x0, %al callq 0xe280 movl $0x1, %edi callq 0xe8b0 nopw %cs:(%rax,%rax)
help: push rax call JS_GetVersion mov rsi, rax lea rdi, aQuickjsNgCompi; "QuickJS-ng Compiler version %s\nusage: "... mov edx, 100000h mov al, 0 call _printf mov edi, 1 call _exit
void __noreturn help(long long a1) { const char *Version; // rax Version = (const char *)JS_GetVersion(a1); printf( "QuickJS-ng Compiler version %s\n" "usage: qjsc [options] [files]\n" "\n" "options are:\n" "-b output raw bytecode instead of C code\n" "-e output main() ...
help: PUSH RAX CALL 0x001215e0 MOV RSI,RAX LEA RDI,[0x2092fc] MOV EDX,0x100000 MOV AL,0x0 CALL 0x0010e280 MOV EDI,0x1 CALL 0x0010e8b0
void help(void) { int8 uVar1; uVar1 = JS_GetVersion(); printf("QuickJS-ng Compiler version %s\nusage: qjsc [options] [files]\n\noptions are:\n-b output raw bytecode instead of C code\n-e output main() and bytecode in a C file\n-o output set the output filename\n-n script_name set the s...
4,765
help
bluesky950520[P]quickjs/qjsc.c
void help(void) { printf("QuickJS-ng Compiler version %s\n" "usage: " PROG_NAME " [options] [files]\n" "\n" "options are:\n" "-b output raw bytecode instead of C code\n" "-e output main() and bytecode in a C file\n" "-o output set...
O1
c
help: pushq %rax callq 0x1c994 leaq 0x87270(%rip), %rdi # 0x9b27c movq %rax, %rsi movl $0x100000, %edx # imm = 0x100000 xorl %eax, %eax callq 0xe280 movl $0x1, %edi callq 0xe8c0
help: push rax call JS_GetVersion lea rdi, aQuickjsNgCompi; "QuickJS-ng Compiler version %s\nusage: "... mov rsi, rax mov edx, 100000h xor eax, eax call _printf mov edi, 1 call _exit
void __noreturn help(long long a1) { const char *Version; // rax Version = (const char *)JS_GetVersion(a1); printf( "QuickJS-ng Compiler version %s\n" "usage: qjsc [options] [files]\n" "\n" "options are:\n" "-b output raw bytecode instead of C code\n" "-e output main() ...
help: PUSH RAX CALL 0x0011c994 LEA RDI,[0x19b27c] MOV RSI,RAX MOV EDX,0x100000 XOR EAX,EAX CALL 0x0010e280 MOV EDI,0x1 CALL 0x0010e8c0
void help(void) { int8 uVar1; uVar1 = JS_GetVersion(); printf("QuickJS-ng Compiler version %s\nusage: qjsc [options] [files]\n\noptions are:\n-b output raw bytecode instead of C code\n-e output main() and bytecode in a C file\n-o output set the output filename\n-n script_name set the s...
4,766
help
bluesky950520[P]quickjs/qjsc.c
void help(void) { printf("QuickJS-ng Compiler version %s\n" "usage: " PROG_NAME " [options] [files]\n" "\n" "options are:\n" "-b output raw bytecode instead of C code\n" "-e output main() and bytecode in a C file\n" "-o output set...
O2
c
help: pushq %rax callq 0x16f94 leaq 0x7325e(%rip), %rdi # 0x8227c movq %rax, %rsi movl $0x100000, %edx # imm = 0x100000 xorl %eax, %eax callq 0xe290 pushq $0x1 popq %rdi callq 0xe8e0
help: push rax call JS_GetVersion lea rdi, aQuickjsNgCompi; "QuickJS-ng Compiler version %s\nusage: "... mov rsi, rax mov edx, 100000h xor eax, eax call _printf push 1 pop rdi call _exit
void __noreturn help(long long a1) { const char *Version; // rax Version = (const char *)JS_GetVersion(a1); printf( "QuickJS-ng Compiler version %s\n" "usage: qjsc [options] [files]\n" "\n" "options are:\n" "-b output raw bytecode instead of C code\n" "-e output main() ...
help: PUSH RAX CALL 0x00116f94 LEA RDI,[0x18227c] MOV RSI,RAX MOV EDX,0x100000 XOR EAX,EAX CALL 0x0010e290 PUSH 0x1 POP RDI CALL 0x0010e8e0
void help(void) { int8 uVar1; uVar1 = JS_GetVersion(); printf("QuickJS-ng Compiler version %s\nusage: qjsc [options] [files]\n\noptions are:\n-b output raw bytecode instead of C code\n-e output main() and bytecode in a C file\n-o output set the output filename\n-n script_name set the s...
4,767
google::protobuf::DescriptorPool::DescriptorPool(google::protobuf::DescriptorPool const*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc
DescriptorPool::DescriptorPool(const DescriptorPool* underlay) : mutex_(nullptr), fallback_database_(nullptr), default_error_collector_(nullptr), underlay_(underlay), tables_(new Tables), enforce_dependencies_(true), lazily_build_dependencies_(false), allow_unknown_(false),...
O3
cpp
google::protobuf::DescriptorPool::DescriptorPool(google::protobuf::DescriptorPool const*): pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx xorps %xmm0, %xmm0 movups %xmm0, (%rdi) movq $0x0, 0x10(%rdi) movq %rsi, 0x18(%rdi) movl $0x228, %edi # imm = 0x228 callq 0x2d270 movq %rax, %r14 movq %rax, %rdi callq 0...
_ZN6google8protobuf14DescriptorPoolC2EPKS1_: push r14 push rbx push rax mov rbx, rdi xorps xmm0, xmm0 movups xmmword ptr [rdi], xmm0 mov qword ptr [rdi+10h], 0 mov [rdi+18h], rsi mov edi, 228h; unsigned __int64 call __Znwm; operator new(ulong) mov r14, rax mov rdi, rax; this call ...
long long google::protobuf::DescriptorPool::DescriptorPool( google::protobuf::DescriptorPool *this, const google::protobuf::DescriptorPool *a2) { google::protobuf::DescriptorPool::Tables *v2; // r14 long long result; // rax *(_OWORD *)this = 0LL; *((_QWORD *)this + 2) = 0LL; *((_QWORD *)this...
DescriptorPool: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI],XMM0 MOV qword ptr [RDI + 0x10],0x0 MOV qword ptr [RDI + 0x18],RSI MOV EDI,0x228 CALL 0x0012d270 MOV R14,RAX LAB_001c010c: MOV RDI,RAX CALL 0x001bddea LAB_001c0114: MOV qword ptr [RBX + 0x20],R14 MOV byte ptr [RBX + 0x28],0x...
/* google::protobuf::DescriptorPool::DescriptorPool(google::protobuf::DescriptorPool const*) */ void __thiscall google::protobuf::DescriptorPool::DescriptorPool(DescriptorPool *this,DescriptorPool *param_1) { Tables *this_00; *(int8 *)this = 0; *(int8 *)(this + 8) = 0; *(int8 *)(this + 0x10) = 0; *(Desc...
4,768
fmt::v10::detail::digits2(unsigned long)
aimrt_mujoco_sim/_deps/fmt-src/include/fmt/format.h
constexpr auto digits2(size_t value) -> const char* { // GCC generates slightly better code when value is pointer-size. return &"0001020304050607080910111213141516171819" "2021222324252627282930313233343536373839" "4041424344454647484950515253545556575859" "6061626364656667686970717273747...
O0
c
fmt::v10::detail::digits2(unsigned long): movq %rdi, -0x8(%rsp) movq -0x8(%rsp), %rcx shlq %rcx leaq 0x33d280(%rip), %rax # 0x3dd714 addq %rcx, %rax retq nopl (%rax,%rax)
_ZN3fmt3v106detail7digits2Em: mov [rsp+var_8], rdi mov rcx, [rsp+var_8] shl rcx, 1 lea rax, a00010203040506; "000102030405060708091011121314151617181"... add rax, rcx retn
char * fmt::v10::detail::digits2(fmt::v10::detail *this) { return &a00010203040506[2 * (_QWORD)this]; }
digits2: MOV qword ptr [RSP + -0x8],RDI MOV RCX,qword ptr [RSP + -0x8] SHL RCX,0x1 LEA RAX,[0x4dd714] ADD RAX,RCX RET
/* fmt::v10::detail::digits2(unsigned long) */ char * fmt::v10::detail::digits2(ulong param_1) { return "00010203040506070809101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899" ...
4,769
ma_log_split
eloqsql/storage/maria/ma_write.c
static my_bool _ma_log_split(MARIA_PAGE *ma_page, uint org_length, uint new_length, const uchar *key_pos, uint key_length, int move_length, enum en_key_op prefix_or_suffix, const uchar *data, uint data_le...
O3
c
ma_log_split: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0xc0, %rsp movq %rcx, %r10 movl %edx, %r11d movl 0x20(%rbp), %ebx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) movq (%rdi), %rcx movq 0x10(%rdi), %r15 movq 0x18(%rdi), %rax movq (%rcx), %r14 movl 0x7bc(%r14), %r12d xorl %edx, %edx ...
_ma_log_split: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 0C0h mov r10, rcx mov r11d, edx mov ebx, [rbp+arg_10] mov rax, fs:28h mov [rbp+var_28], rax mov rcx, [rdi] mov r15, [rdi+10h] mov rax, [rdi+18h] mov r14, [rcx] mov r12d, [r14+...
long long ma_log_split( long long **a1, int a2, unsigned int a3, long long a4, unsigned int a5, unsigned int a6, int a7, long long a8, unsigned int a9, unsigned int a10) { unsigned int v11; // ebx long long *v12; // rcx long long *v1...
_ma_log_split: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0xc0 MOV R10,RCX MOV R11D,EDX MOV EBX,dword ptr [RBP + 0x20] MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX MOV RCX,qword ptr [RDI] MOV R15,qword ptr [RDI + 0x10] MOV RAX,qword ptr [RDI + 0x18] MOV R14,qword ptr [RCX] MOV R12D,...
void _ma_log_split(long *param_1,int param_2,uint param_3,long param_4,uint param_5,uint param_6, int param_7,int8 param_8,uint param_9,uint param_10) { long *plVar1; int1 auVar2 [16]; uint uVar3; int iVar4; int iVar5; int1 *puVar6; uint uVar7; long lVar8; uint uVar9; long in_FS_...
4,770
hi0bits
eloqsql/libmariadb/libmariadb/ma_dtoa.c
static int hi0bits(register ULong x) { register int k= 0; if (!(x & 0xffff0000)) { k= 16; x<<= 16; } if (!(x & 0xff000000)) { k+= 8; x<<= 8; } if (!(x & 0xf0000000)) { k+= 4; x<<= 4; } if (!(x & 0xc0000000)) { k+= 2; x<<= 2; } if (!(x & 0x80000000)) { k...
O0
c
hi0bits: pushq %rbp movq %rsp, %rbp movl %edi, -0x8(%rbp) movl $0x0, -0xc(%rbp) movl -0x8(%rbp), %eax andl $0xffff0000, %eax # imm = 0xFFFF0000 cmpl $0x0, %eax jne 0x35edb movl $0x10, -0xc(%rbp) movl -0x8(%rbp), %eax shll $0x10, %eax movl %eax, -0x8(%rbp) movl -0x8(%rbp), %eax andl $0xff000000, %eax # imm =...
hi0bits: push rbp mov rbp, rsp mov [rbp+var_8], edi mov [rbp+var_C], 0 mov eax, [rbp+var_8] and eax, 0FFFF0000h cmp eax, 0 jnz short loc_35EDB mov [rbp+var_C], 10h mov eax, [rbp+var_8] shl eax, 10h mov [rbp+var_8], eax loc_35EDB: mov eax, [rbp+var_8] and eax, 0FF00...
long long hi0bits(int a1) { unsigned int v2; // [rsp+0h] [rbp-Ch] int v3; // [rsp+4h] [rbp-8h] v3 = a1; v2 = 0; if ( (a1 & 0xFFFF0000) == 0 ) { v2 = 16; v3 = a1 << 16; } if ( (v3 & 0xFF000000) == 0 ) { v2 += 8; v3 <<= 8; } if ( (v3 & 0xF0000000) == 0 ) { v2 += 4; v3 *= ...
hi0bits: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x8],EDI MOV dword ptr [RBP + -0xc],0x0 MOV EAX,dword ptr [RBP + -0x8] AND EAX,0xffff0000 CMP EAX,0x0 JNZ 0x00135edb MOV dword ptr [RBP + -0xc],0x10 MOV EAX,dword ptr [RBP + -0x8] SHL EAX,0x10 MOV dword ptr [RBP + -0x8],EAX LAB_00135edb: MOV EAX,dword ptr [RBP + -0x8]...
int hi0bits(uint param_1) { int local_14; uint local_10; int local_c; local_14 = 0; local_10 = param_1; if ((param_1 & 0xffff0000) == 0) { local_14 = 0x10; local_10 = param_1 << 0x10; } if ((local_10 & 0xff000000) == 0) { local_14 = local_14 + 8; local_10 = local_10 << 8; } if (...
4,771
write_dynamic_record
eloqsql/storage/myisam/mi_dynrec.c
static int write_dynamic_record(MI_INFO *info, const uchar *record, ulong reclength) { int flag; ulong length; my_off_t filepos; DBUG_ENTER("write_dynamic_record"); flag=0; /* Check if we have enough room for the new record. First we do simplified check to make usual case faster. Then we d...
O0
c
write_dynamic_record: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl $0x0, -0x24(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x110(%rax), %rax movq -0x10(%rbp), %rcx movq 0x8(%rcx), %rcx subq 0x28(%rcx), %rax movq -0x20(%rbp), %rcx addq $0x1...
write_dynamic_record_0: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_24], 0 mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+110h] mov rcx, [rbp+var_10] mov rcx, [rcx+8] sub rax, [rcx+28h] mov r...
long long write_dynamic_record_0(_QWORD *a1, const char *a2, long long a3) { long long v5; // [rsp+28h] [rbp-38h] BYREF long long v6; // [rsp+30h] [rbp-30h] BYREF int v7; // [rsp+3Ch] [rbp-24h] BYREF long long v8; // [rsp+40h] [rbp-20h] BYREF const char *v9; // [rsp+48h] [rbp-18h] BYREF _QWORD *v10; // [rs...
write_dynamic_record: 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 dword ptr [RBP + -0x24],0x0 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x110] MOV RCX,qword ptr [RBP + -0x10] MOV RCX,qword pt...
int4 write_dynamic_record(long *param_1,int8 param_2,long param_3) { int iVar1; int4 *puVar2; int8 local_60; int8 local_40; int8 local_38; int4 local_2c; long local_28; int8 local_20; long *local_18; int4 local_c; local_2c = 0; local_28 = param_3; local_20 = param_2; local_18 = param_1;...
4,772
SchemaConverter::_add_primitive(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, BuiltinRule const&)
monkey531[P]llama/common/json-schema-to-grammar.cpp
std::string _add_primitive(const std::string & name, const BuiltinRule & rule) { auto n = _add_rule(name, rule.content); for (const auto & dep : rule.deps) { BuiltinRule dep_rule; auto it = PRIMITIVE_RULES.find(dep); if (it == PRIMITIVE_RULES.end()) { ...
O2
cpp
SchemaConverter::_add_primitive(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, BuiltinRule const&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xc8, %rsp movq %rcx, %r14 movq %rsi, %rbx movq %rdi, (%rsp) callq 0x8e294 movq 0x20(%r14), %r15 movq 0x28(%...
_ZN15SchemaConverter14_add_primitiveERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERK11BuiltinRule: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0C8h mov r14, rcx mov rbx, rsi mov [rsp+0F8h+var_F8], rdi call _ZN15SchemaConverter9_add_ruleERKNSt7__cxx1112bas...
long long SchemaConverter::_add_primitive(long long a1, long long a2, _QWORD *a3, _QWORD *a4) { long long v5; // r15 long long v6; // rax int v7; // ebx long long v8; // rax int v9; // r8d int v10; // r9d _DWORD *v11; // rdi long long v13; // [rsp+0h] [rbp-F8h] long long v14; // [rsp+8h] [rbp-F0h] ...
_add_primitive: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xc8 MOV R14,RCX MOV RBX,RSI MOV qword ptr [RSP],RDI CALL 0x0018e294 MOV R15,qword ptr [R14 + 0x20] MOV RAX,qword ptr [R14 + 0x28] MOV qword ptr [RSP + 0x28],RAX LEA RBP,[RSP + 0x40] LEA RAX,[RBX + 0x28] MOV qword ptr [RSP + 0x20],RAX LEA RAX...
/* SchemaConverter::_add_primitive(std::__cxx11::string const&, BuiltinRule const&) */ string * SchemaConverter::_add_primitive(string *param_1,BuiltinRule *param_2) { string *psVar1; long lVar2; BuiltinRule *pBVar3; long in_RCX; string *this; string *psVar4; int1 *local_c8; int8 local_c0; int1 loc...
4,773
Catch::TextFlow::operator<<(std::ostream&, Catch::TextFlow::Columns const&)
AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp
std::ostream& operator<<( std::ostream& os, Columns const& cols ) { bool first = true; for ( auto line : cols ) { if ( first ) { first = false; } else { os << '\n'; } os << line; }...
O3
cpp
Catch::TextFlow::operator<<(std::ostream&, Catch::TextFlow::Columns const&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0x28(%rsp), %rdi callq 0x63a9c leaq 0x50(%rsp), %rdi movq %r14, %rsi callq 0x639ba movb $0x1, %bpl leaq 0x18(%rsp), %r13 le...
_ZN5Catch8TextFlowlsERSoRKNS0_7ColumnsE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov r14, rsi mov rbx, rdi lea rdi, [rsp+0A8h+var_80] call _ZN5Catch8TextFlow7Columns8iteratorC2ERKS1_; Catch::TextFlow::Columns::iterator::iterator(Catch::TextFlow::Columns co...
long long Catch::TextFlow::operator<<(long long a1, long long a2) { long long v3; // r8 int v4; // r9d char i; // bp void *v6; // rdi _QWORD *v7; // rdx _QWORD *v8; // rsi int v10; // [rsp+0h] [rbp-A8h] char v11; // [rsp+7h] [rbp-A1h] BYREF void *v12; // [rsp+8h] [rbp-A0h] BYREF long long v13; // [...
operator<<: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV R14,RSI MOV RBX,RDI LEA RDI,[RSP + 0x28] CALL 0x00163a9c LAB_0015b010: LEA RDI,[RSP + 0x50] MOV RSI,R14 CALL 0x001639ba MOV BPL,0x1 LEA R13,[RSP + 0x18] LEA R14,[RSP + 0x8] LEA R15,[RSP + 0x28] LEA R12,[RSP + 0x7] LAB_0015b034: MOV RDI,q...
/* Catch::TextFlow::TEMPNAMEPLACEHOLDERVALUE(std::ostream&, Catch::TextFlow::Columns const&) */ ostream * Catch::TextFlow::operator<<(ostream *param_1,Columns *param_2) { long *plVar1; bool bVar2; long *plVar3; char local_a1; long *local_a0; long local_98; long local_90 [2]; iterator local_80 [8]; ...
4,774
get_collation_number_internal
eloqsql/mysys/charset.c
static uint get_collation_number_internal(const char *name) { CHARSET_INFO **cs; for (cs= all_charsets; cs < all_charsets + array_elements(all_charsets); cs++) { if (cs[0] && cs[0]->coll_name.str && !my_strcasecmp(&my_charset_latin1, cs[0]->coll_name.str, name)) return cs[0]->numb...
O0
c
get_collation_number_internal: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) leaq 0xb9eb3d(%rip), %rax # 0xc7a6c0 movq %rax, -0x18(%rbp) leaq 0xb9eb32(%rip), %rax # 0xc7a6c0 addq $0x4000, %rax # imm = 0x4000 cmpq %rax, -0x18(%rbp) jae 0xdbbff movq -0x18(%rbp), %rax cmpq $0x0, (%rax)...
get_collation_number_internal: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi lea rax, all_charsets mov [rbp+var_18], rax loc_DBB87: lea rax, all_charsets add rax, 4000h cmp [rbp+var_18], rax jnb short loc_DBBFF mov rax, [rbp+var_18] cmp qword ptr [rax], 0 jz ...
long long get_collation_number_internal(long long a1) { unsigned int **i; // [rsp+8h] [rbp-18h] for ( i = (unsigned int **)all_charsets; i < &all_charsets[2048]; ++i ) { if ( *i && *((_QWORD *)*i + 4) && !(*(unsigned int ( **)(void *, _QWORD, long long))(*((_QWORD *)&my_charset_latin1 + 24) + 64...
get_collation_number_internal: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI LEA RAX,[0xd7a6c0] MOV qword ptr [RBP + -0x18],RAX LAB_001dbb87: LEA RAX,[0xd7a6c0] ADD RAX,0x4000 CMP qword ptr [RBP + -0x18],RAX JNC 0x001dbbff MOV RAX,qword ptr [RBP + -0x18] CMP qword ptr [RAX],0x0 JZ 0x001dbbef MOV RAX...
int4 get_collation_number_internal(int8 param_1) { int iVar1; long *local_20; local_20 = &all_charsets; while( true ) { if ((long *)0xd7e6bf < local_20) { return 0; } if (((*local_20 != 0) && (*(long *)(*local_20 + 0x20) != 0)) && (iVar1 = (**(code **)(PTR_my_collation_8bit_simple_...
4,775
my_strnncollsp_tis620
eloqsql/strings/ctype-tis620.c
static int my_strnncollsp_tis620(CHARSET_INFO * cs __attribute__((unused)), const uchar *a0, size_t a_length, const uchar *b0, size_t b_length) { uchar buf[80], *end, *a, *b, *alloced= NULL; size_t length; int res= 0; a= buf; if ((a_length + b_length +2) > (int) sizeof(buf)) alloced= a= (uchar*...
O3
c
my_strnncollsp_tis620: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x68, %rsp movq %r8, %r14 movq %rcx, -0x90(%rbp) movq %rdx, %r15 movq %rsi, %rbx movq %fs:0x28, %rax movq %rax, -0x30(%rbp) leaq (%rdx,%r8), %rsi addq $0x2, %rsi cmpq $0x51, %rsi jb 0xbab50 movl $0x8, %edx xor...
my_strnncollsp_tis620: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov r14, r8 mov [rbp+var_90], rcx mov r15, rdx mov rbx, rsi mov rax, fs:28h mov [rbp+var_30], rax lea rsi, [rdx+r8] add rsi, 2 cmp rsi, 51h ; 'Q' jb s...
long long my_strnncollsp_tis620(long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5) { unsigned long long v8; // rsi unsigned __int8 *v9; // r12 unsigned long long v10; // rax unsigned __int8 *v11; // rcx int v12; // r13d int v13; // edx unsigned int v14; // r13d long...
my_strnncollsp_tis620: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV R14,R8 MOV qword ptr [RBP + -0x90],RCX MOV R15,RDX MOV RBX,RSI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX LEA RSI,[RDX + R8*0x1] ADD RSI,0x2 CMP RSI,0x51 JC 0x001bab50 MOV EDX,0x8 XOR EDI,EDI CALL ...
int my_strnncollsp_tis620 (int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5) { byte *pbVar1; byte bVar2; byte *__dest; byte *pbVar3; ulong uVar4; int iVar5; long in_FS_OFFSET; byte *local_90; byte local_88 [80]; long local_38; local_38 = *(long *)(in_FS_OFFSE...
4,776
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::exception::diagnostics<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::...
zkingston[P]unknot/build_O0/_deps/json-src/include/nlohmann/detail/exceptions.hpp
static std::string diagnostics(const BasicJsonType* leaf_element) { #if JSON_DIAGNOSTICS std::vector<std::string> tokens; for (const auto* current = leaf_element; current != nullptr && current->m_parent != nullptr; current = current->m_parent) { switch (current->m_parent->type())...
O0
cpp
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::exception::diagnostics<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::...
_ZN8nlohmann16json_abi_v3_11_36detail9exception11diagnosticsINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEEEESC_PKT_: sub rsp, 48h mov [rsp+48h+var_38], rdi mov rax, rdi mov [rsp+48h+var_40], rax mov [rsp+48h+var_8], rdi ...
long long nlohmann::json_abi_v3_11_3::detail::exception::diagnostics<nlohmann::json_abi_v3_11_3::basic_json<std::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>>( long long a1, long long a2, lo...
diagnostics<nlohmann::json_abi_v3_11_3::basic_json<std::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>>: SUB RSP,0x48 MOV qword ptr [RSP + 0x10],RDI MOV RAX,RDI MOV qword ptr [RS...
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::exception::diagnostics<nlohmann::json_abi_v3_11_3::basic_json<std::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<unsign...
4,777
mysql_stmt_free_result_cont
eloqsql/libmariadb/libmariadb/mariadb_async.c
int STDCALL mysql_stmt_free_result_cont(my_bool *ret, MYSQL_STMT *stmt, int ready_status) { MK_ASYNC_CONT_BODY( stmt->mysql, TRUE, r_my_bool) }
O3
c
mysql_stmt_free_result_cont: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rsi, %r14 movq %rdi, %rbx movq 0x38(%rsi), %rax movq 0x480(%rax), %rcx movq 0x28(%rcx), %r15 cmpb $0x0, 0x15(%r15) je 0x31414 movb $0x1, 0x14(%r15) movl %edx, 0x4(%r15) leaq 0x38(%r15), %rdi callq 0x321cb movb $0x0...
mysql_stmt_free_result_cont: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14, rsi mov rbx, rdi mov rax, [rsi+38h] mov rcx, [rax+480h] mov r15, [rcx+28h] cmp byte ptr [r15+15h], 0 jz short loc_31414 mov byte ptr [r15+14h], 1 mov [r15+4], edx lea ...
long long mysql_stmt_free_result_cont(char *a1, long long a2, unsigned int a3) { long long v3; // rax unsigned int *v4; // r15 int v5; // eax unsigned int v6; // r15d char v7; // al v3 = *(_QWORD *)(a2 + 56); v4 = *(unsigned int **)(*(_QWORD *)(v3 + 1152) + 40LL); if ( *((_BYTE *)v4 + 21) ) { *(...
mysql_stmt_free_result_cont: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr [RSI + 0x38] MOV RCX,qword ptr [RAX + 0x480] MOV R15,qword ptr [RCX + 0x28] CMP byte ptr [R15 + 0x15],0x0 JZ 0x00131414 MOV byte ptr [R15 + 0x14],0x1 MOV dword ptr [R15 + 0x4],EDX LEA RDI,[R15...
int4 mysql_stmt_free_result_cont(int1 *param_1,long param_2,int4 param_3) { int4 *puVar1; int1 uVar2; int iVar3; int4 uVar4; puVar1 = *(int4 **)(*(long *)(*(long *)(param_2 + 0x38) + 0x480) + 0x28); if (*(char *)((long)puVar1 + 0x15) == '\0') { *(int4 *)(*(long *)(param_2 + 0x38) + 0x90) = 0x7de; ...
4,778
ma_update_status
eloqsql/storage/maria/ma_state.c
void _ma_update_status(void* param) { MARIA_HA *info=(MARIA_HA*) param; /* Because someone may have closed the table we point at, we only update the state if its our own state. This isn't a problem as we are always pointing at our own lock or at a read lock. (This is enforced by thr_multi_lock.c) ...
O3
c
ma_update_status: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq %rdi, %rbx movq 0x20(%rdi), %rax leaq 0x28(%rdi), %rcx cmpq %rcx, %rax jne 0x395f4 movq (%rbx), %rcx leaq 0x18(%rcx), %rdx movq 0x30(%rax), %rsi movq %rsi, 0x48(%rcx) movups (%rax), %xmm0 movups 0x10(%rax), %xmm1 movups 0x20(%rax), %xmm2 movups %xm...
_ma_update_status: push rbp mov rbp, rsp push rbx push rax mov rbx, rdi mov rax, [rdi+20h] lea rcx, [rdi+28h] cmp rax, rcx jnz short loc_395F4 mov rcx, [rbx] lea rdx, [rcx+18h] mov rsi, [rax+30h] mov [rcx+48h], rsi movups xmm0, xmmword ptr [rax] movups xmm1, xmmword pt...
long long ma_update_status(_QWORD *a1) { long long result; // rax long long v2; // rcx long long v3; // rdx __int128 v4; // xmm0 __int128 v5; // xmm1 result = a1[4]; if ( (_QWORD *)result == a1 + 5 ) { v2 = *a1; v3 = *a1 + 24LL; *(_QWORD *)(v2 + 72) = *(_QWORD *)(result + 48); v4 = *(_...
_ma_update_status: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RBX,RDI MOV RAX,qword ptr [RDI + 0x20] LEA RCX,[RDI + 0x28] CMP RAX,RCX JNZ 0x001395f4 MOV RCX,qword ptr [RBX] LEA RDX,[RCX + 0x18] MOV RSI,qword ptr [RAX + 0x30] MOV qword ptr [RCX + 0x48],RSI MOVUPS XMM0,xmmword ptr [RAX] MOVUPS XMM1,xmmword ptr [RAX + 0x1...
void _ma_update_status(long *param_1) { long *plVar1; long lVar2; int4 uVar3; int4 uVar4; int4 uVar5; int4 uVar6; int4 uVar7; int4 uVar8; long lVar9; long lVar10; long lVar11; long lVar12; long lVar13; plVar1 = (long *)param_1[4]; if (plVar1 == param_1 + 5) { lVar2 = *param_1; ...
4,779
my_print_variables
eloqsql/mysys/my_getopt.c
void my_print_variables(const struct my_option *options) { uint name_space= 34, length, nr; ulonglong llvalue; char buff[255]; const struct my_option *optp; DBUG_ENTER("my_print_variables"); for (optp= options; optp->name; optp++) { length= (uint)strlen(optp->name)+1; if (length > name_space) ...
O3
c
my_print_variables: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x108, %rsp # imm = 0x108 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq (%rdi), %rdi testq %rdi, %rdi je 0x9b4a4 leaq 0x70(%rbx), %r15 movl $0x22, %r12d callq 0x5f480 movq %rax, %r14 ...
my_print_variables: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 108h mov rbx, rdi mov rax, fs:28h mov [rbp+var_30], rax mov rdi, [rdi] test rdi, rdi jz short loc_9B4A4 lea r15, [rbx+70h] mov r12d, 22h ; '"' loc_9B481: call _str...
unsigned long long my_print_variables(_QWORD *a1) { _QWORD *v1; // rbx long long v2; // rdi long long *v3; // r15 unsigned int v4; // r12d unsigned int v5; // r14d int v6; // r15d long long v7; // rdi unsigned int *addr; // r15 long long v9; // r13 _BYTE *i; // r12 int v11; // eax long long v12...
my_print_variables: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x108 MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV RDI,qword ptr [RDI] TEST RDI,RDI JZ 0x0019b4a4 LEA R15,[RBX + 0x70] MOV R12D,0x22 LAB_0019b481: CALL 0x0015f480 MOV R14,RAX INC R14D CMP R14D,R1...
void my_print_variables(long *param_1) { char cVar1; int4 uVar2; long lVar3; size_t sVar4; ulong *puVar5; int8 uVar6; ulong uVar7; char *pcVar8; int iVar9; uint uVar10; char *pcVar11; ulong uVar12; int *puVar13; uint uVar14; long *plVar15; long in_FS_OFFSET; bool bVar16; char local...
4,780
safe_hash_search
eloqsql/mysys/my_safehash.c
uchar *safe_hash_search(SAFE_HASH *hash, const uchar *key, uint length, uchar *def) { uchar *result; DBUG_ENTER("safe_hash_search"); mysql_rwlock_rdlock(&hash->mutex); result= my_hash_search(&hash->hash, key, length); mysql_rwlock_unlock(&hash->mutex); if (!result) result= def; ...
O3
c
safe_hash_search: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rcx, %rbx movl %edx, %r12d movq %rsi, %r15 movq %rdi, %r14 cmpq $0x0, 0x90(%rdi) jne 0xa5f53 movq %r14, %rdi callq 0xa4348 leaq 0x98(%r14), %rdi movl %r12d, %edx movq %r15, %rsi callq 0x93a96 movq %rax, %r15 movq 0x90(%r14), ...
safe_hash_search: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx mov rbx, rcx mov r12d, edx mov r15, rsi mov r14, rdi cmp qword ptr [rdi+90h], 0 jnz short loc_A5F53 mov rdi, r14 call my_rw_rdlock loc_A5F15: lea rdi, [r14+98h] mov edx, r12d mov rsi...
long long safe_hash_search(long long a1, long long a2, unsigned int a3, long long a4) { long long v6; // r15 if ( *(_QWORD *)(a1 + 144) ) psi_rwlock_rdlock(a1, (long long)"/workspace/llm4binary/github2025/eloqsql/mysys/my_safehash.c", 0xA7u); else my_rw_rdlock(a1); v6 = my_hash_search(a1 + 152, a2, a3...
safe_hash_search: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV RBX,RCX MOV R12D,EDX MOV R15,RSI MOV R14,RDI CMP qword ptr [RDI + 0x90],0x0 JNZ 0x001a5f53 MOV RDI,R14 CALL 0x001a4348 LAB_001a5f15: LEA RDI,[R14 + 0x98] MOV EDX,R12D MOV RSI,R15 CALL 0x00193a96 MOV R15,RAX MOV RDI,qword ptr [R14 + 0x90] TES...
int8 safe_hash_search(long param_1,int8 param_2,int4 param_3,int8 param_4) { long lVar1; if (*(long *)(param_1 + 0x90) == 0) { my_rw_rdlock(param_1); } else { psi_rwlock_rdlock(param_1,"/workspace/llm4binary/github2025/eloqsql/mysys/my_safehash.c",0xa7); } lVar1 = my_hash_search(param_1 + 0x98,...
4,781
copy_decode_table
eloqsql/storage/myisam/mi_packrec.c
static uint copy_decode_table(uint16 *to_pos, uint offset, uint16 *decode_table) { uint prev_offset= offset; DBUG_ENTER("copy_decode_table"); /* Descent on the left side. */ if (!(*decode_table & IS_CHAR)) { /* Set a pointer to the next target node. */ to_pos[offset]=2; /* Copy the left ...
O0
c
copy_decode_table: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movq %rdx, -0x18(%rbp) movl -0xc(%rbp), %eax movl %eax, -0x1c(%rbp) movq -0x18(%rbp), %rax movzwl (%rax), %eax andl $0x8000, %eax # imm = 0x8000 cmpl $0x0, %eax jne 0xdfc1e movq -0x8(%rbp), %rax movl -0x...
copy_decode_table_0: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_18], rdx mov eax, [rbp+var_C] mov [rbp+var_1C], eax mov rax, [rbp+var_18] movzx eax, word ptr [rax] and eax, 8000h cmp eax, 0 jnz short loc_DFC1E mov rax, [...
long long copy_decode_table_0(long long a1, unsigned int a2, _WORD *a3) { _WORD *v5; // [rsp+8h] [rbp-18h] unsigned int v6; // [rsp+14h] [rbp-Ch] if ( (*a3 & 0x8000) != 0 ) { *(_WORD *)(a1 + 2LL * a2) = *a3; v6 = a2 + 2; } else { *(_WORD *)(a1 + 2LL * a2) = 2; v6 = copy_decode_table_0(a1...
copy_decode_table: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV qword ptr [RBP + -0x18],RDX MOV EAX,dword ptr [RBP + -0xc] MOV dword ptr [RBP + -0x1c],EAX MOV RAX,qword ptr [RBP + -0x18] MOVZX EAX,word ptr [RAX] AND EAX,0x8000 CMP EAX,0x0 JNZ 0x001dfc1e MOV RAX,qwo...
int copy_decode_table(long param_1,uint param_2,ushort *param_3) { int local_14; if ((*param_3 & 0x8000) == 0) { *(int2 *)(param_1 + (ulong)param_2 * 2) = 2; local_14 = copy_decode_table(param_1,param_2 + 2,param_3 + (int)(uint)*param_3); } else { *(ushort *)(param_1 + (ulong)param_2 * 2) = *pa...
4,782
copy_decode_table
eloqsql/storage/myisam/mi_packrec.c
static uint copy_decode_table(uint16 *to_pos, uint offset, uint16 *decode_table) { uint prev_offset= offset; DBUG_ENTER("copy_decode_table"); /* Descent on the left side. */ if (!(*decode_table & IS_CHAR)) { /* Set a pointer to the next target node. */ to_pos[offset]=2; /* Copy the left ...
O3
c
copy_decode_table: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %r14 movl %esi, %eax movq %rdi, %rbx movzwl (%r14), %ecx movl %eax, %r15d addl $0x2, %eax testw %cx, %cx js 0x9d997 movw $0x2, (%rbx,%r15,2) movzwl (%r14), %ecx leaq (%r14,%rcx,2), %rdx movq %rbx, %rdi movl %eax, %esi c...
copy_decode_table_0: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14, rdx mov eax, esi mov rbx, rdi loc_9D96D: movzx ecx, word ptr [r14] mov r15d, eax add eax, 2 test cx, cx js short loc_9D997 mov word ptr [rbx+r15*2], 2 movzx ecx, word ptr [r14] ...
long long copy_decode_table_0(long long a1, int a2, unsigned __int16 *a3) { long long result; // rax long long v5; // r15 __int16 v6; // cx LODWORD(result) = a2; while ( 1 ) { v5 = (unsigned int)result; result = (unsigned int)(result + 2); if ( (*a3 & 0x8000u) != 0 ) { *(_WORD *)(a1 ...
copy_decode_table: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RDX MOV EAX,ESI MOV RBX,RDI LAB_0019d96d: MOVZX ECX,word ptr [R14] MOV R15D,EAX ADD EAX,0x2 TEST CX,CX JS 0x0019d997 MOV word ptr [RBX + R15*0x2],0x2 MOVZX ECX,word ptr [R14] LEA RDX,[R14 + RCX*0x2] MOV RDI,RBX MOV ESI,EAX CALL 0x0019d9...
void copy_decode_table(long param_1,uint param_2,ushort *param_3) { uint uVar1; while( true ) { uVar1 = param_2 + 2; if ((short)*param_3 < 0) { *(ushort *)(param_1 + (ulong)param_2 * 2) = *param_3; } else { *(int2 *)(param_1 + (ulong)param_2 * 2) = 2; uVar1 = copy_decode_table...
4,783
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
void push_back(initializer_list_t init) { if (is_object() && init.size() == 2 && (*init.begin())->is_string()) { basic_json&& key = init.begin()->moved_or_copied(); push_back(typename object_t::value_type( std::move(key.get_ref<string_t&>()), (init.b...
O2
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...
_ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE9push_backESt16initializer_listINS0_6detail8json_refISD_EEE: push r15 push r14 push rbx sub rsp, 50h mov r14, rsi mov rbx, rdi cmp by...
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>::push_back( _BYTE *a1, long long a2, long long a3) { _BYTE...
push_back: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x50 MOV R14,RSI MOV RBX,RDI CMP byte ptr [RDI],0x1 SETZ AL CMP RDX,0x2 SETZ CL AND CL,AL CMP CL,0x1 JNZ 0x0012b08a MOV RAX,qword ptr [R14 + 0x10] TEST RAX,RAX CMOVZ RAX,R14 CMP byte ptr [RAX],0x3 JNZ 0x0012b08a LEA R15,[RSP + 0x10] MOV RDI,R15 MOV RSI,R14 CALL 0x0012cc60 L...
/* 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>::push_back(std::initializer_...
4,784
ftxui::InputOption::Spacious()
Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/component/component_options.cpp
InputOption InputOption::Spacious() { InputOption option; option.transform = [](InputState state) { state.element |= borderEmpty; state.element |= color(Color::White); if (state.is_placeholder) { state.element |= dim; } if (state.focused) { state.element |= bgcolor(Color::Black); ...
O1
cpp
ftxui::InputOption::Spacious(): pushq %r14 pushq %rbx subq $0x28, %rsp movq %rdi, %rbx leaq 0x8a8e(%rip), %r14 # 0x3dbe1 movq %r14, %rsi callq 0x149b8 leaq 0x28(%rbx), %rdi movq %r14, %rsi callq 0x149b8 xorl %eax, %eax movb %al, 0x78(%rbx) xorps %xmm0, %xmm0 movups %xmm0, 0x50(%rbx) movups %xmm0, 0x60(%rbx) movb %...
_ZN5ftxui11InputOption8SpaciousEv: push r14 push rbx sub rsp, 28h mov rbx, rdi lea r14, asc_3DBDF+2; "" mov rsi, r14; char * call _ZN5ftxui9StringRefC2EPKc; ftxui::StringRef::StringRef(char const*) lea rdi, [rbx+28h]; this mov rsi, r14; char * call _ZN5ftxui9StringRefC2EPKc; ftxui::S...
ftxui::InputOption * ftxui::InputOption::Spacious(long long ( **this)()) { long long ( *v1)(); // rax __int128 v3; // [rsp+0h] [rbp-38h] BYREF long long ( *v4)(); // [rsp+10h] [rbp-28h] long long ( *v5)(); // [rsp+18h] [rbp-20h] ftxui::StringRef::StringRef((ftxui::StringRef *)this, ""); ftxui::StringRef::S...
Spacious: PUSH R14 PUSH RBX SUB RSP,0x28 MOV RBX,RDI LEA R14,[0x13dbe1] MOV RSI,R14 CALL 0x001149b8 LEA RDI,[RBX + 0x28] LAB_0013515f: MOV RSI,R14 CALL 0x001149b8 XOR EAX,EAX MOV byte ptr [RBX + 0x78],AL XORPS XMM0,XMM0 MOVUPS xmmword ptr [RBX + 0x50],XMM0 MOVUPS xmmword ptr [RBX + 0x60],XMM0 MOV byte ptr [RBX + 0x70],...
/* ftxui::InputOption::Spacious() */ InputOption * __thiscall ftxui::InputOption::Spacious(InputOption *this) { int8 local_38; int8 uStack_30; code *local_28; int8 local_20; StringRef::StringRef((StringRef *)this,""); /* try { // try from 0013515f to 00135166 has its CatchHandler @ 0...
4,785
nlohmann::json_abi_v3_11_3::detail::iter_impl<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::v...
monkey531[P]llama/common/./json.hpp
const typename object_t::key_type& key() const { JSON_ASSERT(m_object != nullptr); if (JSON_HEDLEY_LIKELY(m_object->is_object())) { return m_it.object_iterator->first; } JSON_THROW(invalid_iterator::create(207, "cannot use key() for non-object iterators", m_obje...
O0
cpp
nlohmann::json_abi_v3_11_3::detail::iter_impl<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::v...
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyEv: sub rsp, 58h mov qword ptr [rsp+58h+var_8], rdi; char mov rax, qword ptr [rsp+58h+var_8] mov qword ptr [rsp+...
key: SUB RSP,0x58 MOV qword ptr [RSP + 0x50],RDI MOV RAX,qword ptr [RSP + 0x50] MOV qword ptr [RSP + 0x10],RAX CMP qword ptr [RAX],0x0 JZ 0x001c6b1b JMP 0x001c6b3a LAB_001c6b1b: LEA RDI,[0x2d5eb7] LEA RSI,[0x2cc91c] MOV EDX,0x3519 LEA RCX,[0x2d123d] CALL 0x00150230 LAB_001c6b3a: MOV RAX,qword ptr [RSP + 0x10] MOV RDI,q...
/* nlohmann::json_abi_v3_11_3::detail::iter_impl<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 ...
4,786
nlohmann::json_abi_v3_11_3::detail::iter_impl<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::v...
monkey531[P]llama/common/./json.hpp
const typename object_t::key_type& key() const { JSON_ASSERT(m_object != nullptr); if (JSON_HEDLEY_LIKELY(m_object->is_object())) { return m_it.object_iterator->first; } JSON_THROW(invalid_iterator::create(207, "cannot use key() for non-object iterators", m_obje...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::iter_impl<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::v...
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyEv: push rbp; char push r15; int push r14; __int64 push rbx; int sub rsp, 28h mov rax, [rdi] test rax, rax...
long long nlohmann::json_abi_v3_11_3::detail::iter_impl<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( _QWORD *a1) { nlohman...
key: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x28 MOV RAX,qword ptr [RDI] TEST RAX,RAX JZ 0x00171cc7 MOV R14,RDI CMP byte ptr [RAX],0x1 JNZ 0x00171c69 MOV RAX,qword ptr [R14 + 0x8] ADD RSP,0x28 POP RBX POP R14 POP R15 POP RBP RET LAB_00171c69: MOV EDI,0x20 CALL 0x00118360 MOV RBX,RAX LEA R15,[RSP + 0x18] MOV qword ...
/* nlohmann::json_abi_v3_11_3::detail::iter_impl<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 ...
4,787
base_list::push_front(void*)
eloqsql/sql/sql_list.h
inline bool push_front(void *info) { return push_front_impl(new list_node(info, first)); }
O0
c
base_list::push_front(void*): pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x40(%rbp) movl $0x10, %edi callq 0x8c9c30 movq %rax, %rcx movq %rcx, -0x38(%rbp) movb $0x0, -0x11(%rbp) xorl %eax, %eax cmpq $0x0, %rcx movq %rax, -0x30(%rbp) je 0x8d...
_ZN9base_list10push_frontEPv: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_8] mov [rbp+var_40], rax mov edi, offset word_10; this call _ZN9Sql_allocnwEm; Sql_alloc::operator new(ulong) mov rcx, rax mov [rbp+var_38], rcx mov ...
char base_list::push_front(list_node **this, void *a2) { list_node *v3; // [rsp+8h] [rbp-38h] list_node *v4; // [rsp+10h] [rbp-30h] v3 = (list_node *)Sql_alloc::operator new((Sql_alloc *)&word_10); v4 = 0LL; if ( v3 ) { list_node::list_node(v3, a2, *this); v4 = v3; } return base_list::push_fro...
__cxx_global_var_init.2: PUSH RBP MOV RBP,RSP LEA RDI,[0x26cff20] MOV ESI,0x4 CALL 0x008fd530 POP RBP RET
void __cxx_global_var_init_2(void) { date_conv_mode_t::date_conv_mode_t((date_conv_mode_t *)&TIME_TIME_ONLY,4); return; }
4,788
LefDefParser::defiProp::clear()
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiProp.cpp
void defiProp::clear() { if (stringData_) *(stringData_) = '\0'; if (propName_) *(propName_) = '\0'; propType_ = 0; hasRange_ = 0; hasNumber_ = 0; hasNameMapString_ = 0; dataType_ = 'B'; /* bogus */ d_ = left_ = right_ = 0.0; }
O3
cpp
LefDefParser::defiProp::clear(): movq 0x18(%rdi), %rax testq %rax, %rax je 0x29d2c movb $0x0, (%rax) movq 0x8(%rdi), %rax testq %rax, %rax je 0x29d38 movb $0x0, (%rax) xorl %eax, %eax movq %rax, (%rdi) movl $0x42000000, 0x14(%rdi) # imm = 0x42000000 xorps %xmm0, %xmm0 movups %xmm0, 0x28(%rdi) movq %rax, 0x38(%rdi) retq...
_ZN12LefDefParser8defiProp5clearEv: mov rax, [rdi+18h] test rax, rax jz short loc_29D2C mov byte ptr [rax], 0 loc_29D2C: mov rax, [rdi+8] test rax, rax jz short loc_29D38 mov byte ptr [rax], 0 loc_29D38: xor eax, eax mov [rdi], rax mov dword ptr [rdi+14h], 42000000h xorps x...
long long LefDefParser::defiProp::clear(LefDefParser::defiProp *this) { _BYTE *v1; // rax _BYTE *v2; // rax long long result; // rax v1 = (_BYTE *)*((_QWORD *)this + 3); if ( v1 ) *v1 = 0; v2 = (_BYTE *)*((_QWORD *)this + 1); if ( v2 ) *v2 = 0; result = 0LL; *(_QWORD *)this = 0LL; *((_DWOR...
clear: MOV RAX,qword ptr [RDI + 0x18] TEST RAX,RAX JZ 0x00129d2c MOV byte ptr [RAX],0x0 LAB_00129d2c: MOV RAX,qword ptr [RDI + 0x8] TEST RAX,RAX JZ 0x00129d38 MOV byte ptr [RAX],0x0 LAB_00129d38: XOR EAX,EAX MOV qword ptr [RDI],RAX MOV dword ptr [RDI + 0x14],0x42000000 XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x28],XM...
/* LefDefParser::defiProp::clear() */ void __thiscall LefDefParser::defiProp::clear(defiProp *this) { if (*(int1 **)(this + 0x18) != (int1 *)0x0) { **(int1 **)(this + 0x18) = 0; } if (*(int1 **)(this + 8) != (int1 *)0x0) { **(int1 **)(this + 8) = 0; } *(int8 *)this = 0; *(int4 *)(this + 0x14) = 0...
4,789
uf2_convert_command::execute(std::map<picoboot_device_result, std::vector<std::tuple<model_t, void*, void*>, std::allocator<std::tuple<model_t, void*, void*>>>, std::less<picoboot_device_result>, std::allocator<std::pair<picoboot_device_result const, std::vector<std::tuple<model_t, void*, void*>, std::allocator<std::tu...
msxemulator/build_O3/_deps/picotool-src/main.cpp
bool uf2_convert_command::execute(device_map &devices) { if (get_file_type_idx(1) != filetype::uf2) { fail(ERROR_ARGS, "Output must be a UF2 file\n"); } uint32_t family_id = get_family_id(0); auto in = get_file(ios::in|ios::binary); auto out = get_file_idx(ios::out|ios::binary, 1); #if...
O3
cpp
uf2_convert_command::execute(std::map<picoboot_device_result, std::vector<std::tuple<model_t, void*, void*>, std::allocator<std::tuple<model_t, void*, void*>>>, std::less<picoboot_device_result>, std::allocator<std::pair<picoboot_device_result const, std::vector<std::tuple<model_t, void*, void*>, std::allocator<std::tu...
_ZN19uf2_convert_command7executeERSt3mapI22picoboot_device_resultSt6vectorISt5tupleIJ7model_tPvS5_EESaIS6_EESt4lessIS1_ESaISt4pairIKS1_S8_EEE: push r14 push rbx sub rsp, 88h mov edi, 1; unsigned __int8 call _Z17get_file_type_idxh; get_file_type_idx(uchar) cmp eax, 2 jz short loc_31FA6 lea ...
long long uf2_convert_command::execute() { unsigned int family_id; // ebx int v1; // edx int v2; // ecx int v3; // r8d int v4; // r9d long long v5; // r14 int v6; // edx int v7; // ecx int v8; // r8d int v9; // r9d long long v10; // rcx long long v11; // rdx long long v12; // rdi int v14[2];...
execute: PUSH R14 PUSH RBX SUB RSP,0x88 MOV EDI,0x1 CALL 0x00120887 CMP EAX,0x2 JZ 0x00131fa6 LEA RSI,[0x1a543a] MOV EDI,0xffffffff XOR EAX,EAX CALL 0x0017b492 LAB_00131fa6: XOR EDI,EDI CALL 0x0012abba MOV EBX,EAX LEA RDI,[RSP + 0x18] MOV ESI,0xc XOR EDX,EDX CALL 0x0012078d LAB_00131fc0: LEA RDI,[RSP + 0x8] MOV ESI,0x1...
/* uf2_convert_command::execute(std::map<picoboot_device_result, std::vector<std::tuple<model_t, void*, void*>, std::allocator<std::tuple<model_t, void*, void*> > >, std::less<picoboot_device_result>, std::allocator<std::pair<picoboot_device_result const, std::vector<std::tuple<model_t, void*, void*>, std::al...
4,790
my_reverse_bits(unsigned int)
eloqsql/include/my_bit.h
static inline uint32 my_reverse_bits(uint32 key) { return ((uint32)_my_bits_reverse_table[ key & 255] << 24) | ((uint32)_my_bits_reverse_table[(key>> 8) & 255] << 16) | ((uint32)_my_bits_reverse_table[(key>>16) & 255] << 8) | (uint32)_my_bits_reverse_table[(key>>24) ]; }
O0
c
my_reverse_bits(unsigned int): pushq %rbp movq %rsp, %rbp movl %edi, -0x4(%rbp) movl -0x4(%rbp), %eax andl $0xff, %eax movl %eax, %eax movl %eax, %ecx leaq 0x5b436(%rip), %rax # 0x158780 movzbl (%rax,%rcx), %eax shll $0x18, %eax movl -0x4(%rbp), %ecx shrl $0x8, %ecx andl $0xff, %ecx movl %ecx, %ecx movl %ecx, %edx ...
_ZL15my_reverse_bitsj: push rbp mov rbp, rsp mov [rbp+var_4], edi mov eax, [rbp+var_4] and eax, 0FFh mov eax, eax mov ecx, eax lea rax, _my_bits_reverse_table movzx eax, byte ptr [rax+rcx] shl eax, 18h mov ecx, [rbp+var_4] shr ecx, 8 and ecx, 0FFh mov ecx, ecx mov ...
long long my_reverse_bits(unsigned int a1) { return my_bits_reverse_table[HIBYTE(a1)] | (my_bits_reverse_table[BYTE2(a1)] << 8) | (my_bits_reverse_table[BYTE1(a1)] << 16) | (my_bits_reverse_table[(unsigned __int8)a1] << 24); }
my_reverse_bits: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0x4],EDI MOV EAX,dword ptr [RBP + -0x4] AND EAX,0xff MOV EAX,EAX MOV ECX,EAX LEA RAX,[0x258780] MOVZX EAX,byte ptr [RAX + RCX*0x1] SHL EAX,0x18 MOV ECX,dword ptr [RBP + -0x4] SHR ECX,0x8 AND ECX,0xff MOV ECX,ECX MOV EDX,ECX LEA RCX,[0x258780] MOVZX ECX,byte pt...
/* my_reverse_bits(unsigned int) */ uint my_reverse_bits(uint param_1) { return (uint)(byte)_my_bits_reverse_table[param_1 & 0xff] << 0x18 | (uint)(byte)_my_bits_reverse_table[param_1 >> 8 & 0xff] << 0x10 | (uint)(byte)_my_bits_reverse_table[param_1 >> 0x10 & 0xff] << 8 | (uint)(byte)_my...
4,791
mcp::stdio_client::read_resource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)
hkr04[P]cpp-mcp/src/mcp_stdio_client.cpp
json stdio_client::read_resource(const std::string& resource_uri) { return send_request("resources/read", { {"uri", resource_uri} }).result; }
O3
cpp
mcp::stdio_client::read_resource(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&): pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0xc8, %rsp movq %rdx, %r15 movq %rsi, %r14 movq %rdi, %rbx leaq 0x20(%rsp), %r12 movq %r12, -0x10(%r12) leaq 0x11484(%rip), %rsi # 0x1f8da leaq 0...
_ZN3mcp12stdio_client13read_resourceERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push r15 push r14 push r12 push rbx sub rsp, 0C8h mov r15, rdx mov r14, rsi mov rbx, rdi lea r12, [rsp+0E8h+var_C8] mov [r12-10h], r12 lea rsi, aResourcesRead; "resources/read" lea rd...
_OWORD * mcp::stdio_client::read_resource(_OWORD *a1, long long a2, long long a3) { long long i; // r14 _BYTE v6[16]; // [rsp+0h] [rbp-E8h] BYREF void *v7[2]; // [rsp+10h] [rbp-D8h] BYREF _QWORD v8[2]; // [rsp+20h] [rbp-C8h] BYREF _BYTE v9[16]; // [rsp+30h] [rbp-B8h] BYREF long long v10; // [rsp+40h] [rbp-A...
read_resource: PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0xc8 MOV R15,RDX MOV R14,RSI MOV RBX,RDI LEA R12,[RSP + 0x20] MOV qword ptr [R12 + -0x10],R12 LEA RSI,[0x11f8da] LEA RDX,[0x11f8e8] LEA RDI,[RSP + 0x10] CALL 0x001078c6 LAB_0010e467: LEA RSI,[0x11e1da] LEA RDI,[RSP + 0x48] CALL 0x001120ac LEA RDI,[RSP + 0x60] M...
/* mcp::stdio_client::read_resource(std::__cxx11::string const&) */ string * mcp::stdio_client::read_resource(string *param_1) { long *in_RSI; long lVar1; data adStack_e8 [16]; long *local_d8 [2]; long local_c8 [2]; data local_b8 [16]; int8 local_a8; data local_a0 [16]; int8 local_90; int8 local_...
4,792
pfs_memory_free_v1
eloqsql/storage/perfschema/pfs.cc
void pfs_memory_free_v1(PSI_memory_key key, size_t size, PSI_thread *owner) { PFS_memory_class *klass= find_memory_class(key); if (klass == NULL) return; /* Do not check klass->m_enabled. Do not check flag_global_instrumentation. If a memory alloc was instrumented, the corresponding free must...
O0
cpp
pfs_memory_free_v1: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movl -0x4(%rbp), %edi callq 0x2f550 movq %rax, -0x20(%rbp) cmpq $0x0, -0x20(%rbp) jne 0x5124b jmp 0x51312 movq -0x20(%rbp), %rax movl 0x10(%rax), %eax movl %eax, -0x34(%rbp) leaq 0x3bfd64(...
pfs_memory_free_v1: push rbp mov rbp, rsp sub rsp, 70h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov edi, [rbp+var_4]; unsigned int call _Z17find_memory_classj; find_memory_class(uint) mov [rbp+var_20], rax cmp [rbp+var_20], 0 jnz short loc_5124B jmp ...
PFS_memory_class * pfs_memory_free_v1(unsigned int a1, unsigned long long a2, long long a3) { PFS_memory_class *result; // rax PFS_connection_slice *THR_PFS; // [rsp+8h] [rbp-68h] _BYTE v5[36]; // [rsp+18h] [rbp-58h] BYREF unsigned int v6; // [rsp+3Ch] [rbp-34h] PFS_memory_stat *v7; // [rsp+40h] [rbp-30h] P...
pfs_memory_free_v1: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV EDI,dword ptr [RBP + -0x4] CALL 0x0012f550 MOV qword ptr [RBP + -0x20],RAX CMP qword ptr [RBP + -0x20],0x0 JNZ 0x0015124b JMP 0x00151312 LAB_0015124b: MOV RAX,qword pt...
void pfs_memory_free_v1(uint param_1,ulong param_2,int8 param_3) { ulong uVar1; PFS_connection_slice *this; PFS_memory_stat_delta *pPVar2; PFS_memory_stat_delta local_60 [36]; uint local_3c; PFS_memory_stat *local_38; long local_30; PFS_memory_class *local_28; int8 local_20; ulong local_18; uint...
4,793
translog_first_lsn_in_log
eloqsql/storage/maria/ma_loghandler.c
LSN translog_first_lsn_in_log() { TRANSLOG_ADDRESS addr, horizon= translog_get_horizon(); TRANSLOG_VALIDATOR_DATA data; uint file; uint16 chunk_offset; uchar *page; DBUG_ENTER("translog_first_lsn_in_log"); DBUG_PRINT("info", ("Horizon: " LSN_FMT, LSN_IN_PARTS(horizon))); DBUG_ASSERT(translog_status == T...
O3
c
translog_first_lsn_in_log: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x2020, %rsp # imm = 0x2020 movq %fs:0x28, %rax movq %rax, -0x18(%rbp) callq 0x35440 movq %rax, %rbx xorl %r14d, %r14d movq %rax, %rdi xorl %esi, %esi callq 0x338c8 testl %eax, %eax je 0x36f9e shlq $0x20, %rax orq $0x2000, %rax ...
translog_first_lsn_in_log: push rbp mov rbp, rsp push r14 push rbx sub rsp, 2020h mov rax, fs:28h mov [rbp+var_18], rax call translog_get_horizon mov rbx, rax xor r14d, r14d mov rdi, rax xor esi, esi call translog_first_file test eax, eax jz short loc_36F9E shl ...
long long translog_first_lsn_in_log() { long long horizon; // rbx long long v1; // r14 long long file; // rax long long page; // rax char v4; // al long long *v6; // [rsp+0h] [rbp-2030h] BYREF long long v7; // [rsp+10h] [rbp-2020h] BYREF _BYTE v8[8192]; // [rsp+18h] [rbp-2018h] BYREF unsigned long lon...
translog_first_lsn_in_log: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x2020 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x18],RAX CALL 0x00135440 MOV RBX,RAX XOR R14D,R14D MOV RDI,RAX XOR ESI,ESI CALL 0x001338c8 TEST EAX,EAX JZ 0x00136f9e SHL RAX,0x20 OR RAX,0x2000 LEA RCX,[RBP + -0x2020] MOV qword ptr [RCX]...
int8 translog_first_lsn_in_log(void) { uint uVar1; int8 uVar2; long lVar3; int8 uVar4; long in_FS_OFFSET; ulong *local_2038 [2]; ulong local_2028; int1 local_2020 [8192]; long local_20; local_20 = *(long *)(in_FS_OFFSET + 0x28); uVar2 = translog_get_horizon(); uVar4 = 0; uVar1 = translog_...
4,794
u64toa_radix_snprintf
bluesky950520[P]quickjs/tests/test_conv.c
size_t u64toa_radix_snprintf(char buf[minimum_length(65)], uint64_t n, unsigned base) { switch (base) { #ifdef PRIb64 case 2: return snprintf(buf, 65, "%"PRIb64, n); #endif case 8: return snprintf(buf, 65, "%"PRIo64, n); case 10: return snprintf(buf, 65, "%"PRIu64, n); case 16: return snprintf(buf, ...
O0
c
u64toa_radix_snprintf: subq $0x28, %rsp movq %rdi, 0x18(%rsp) movq %rsi, 0x10(%rsp) movl %edx, 0xc(%rsp) movl 0xc(%rsp), %eax movl %eax, 0x8(%rsp) subl $0x8, %eax je 0x59a7 jmp 0x5991 movl 0x8(%rsp), %eax subl $0xa, %eax je 0x59cd jmp 0x599c movl 0x8(%rsp), %eax subl $0x10, %eax je 0x59f3 jmp 0x5a19 movq 0x18(%rsp), %r...
u64toa_radix_snprintf: sub rsp, 28h mov [rsp+28h+var_10], rdi mov [rsp+28h+var_18], rsi mov [rsp+28h+var_1C], edx mov eax, [rsp+28h+var_1C] mov [rsp+28h+var_20], eax sub eax, 8 jz short loc_59A7 jmp short $+2 loc_5991: mov eax, [rsp+28h+var_20] sub eax, 0Ah jz short loc...
long long u64toa_radix_snprintf(_BYTE *a1, unsigned long long a2, unsigned int a3) { switch ( a3 ) { case 8u: return (int)snprintf(a1, 65LL, &unk_D29C, a2); case 0xAu: return (int)snprintf(a1, 65LL, &unk_D28E, a2); case 0x10u: return (int)snprintf(a1, 65LL, &unk_D2A0, a2); } retur...
u64toa_radix_snprintf: SUB RSP,0x28 MOV qword ptr [RSP + 0x18],RDI MOV qword ptr [RSP + 0x10],RSI MOV dword ptr [RSP + 0xc],EDX MOV EAX,dword ptr [RSP + 0xc] MOV dword ptr [RSP + 0x8],EAX SUB EAX,0x8 JZ 0x001059a7 JMP 0x00105991 LAB_00105991: MOV EAX,dword ptr [RSP + 0x8] SUB EAX,0xa JZ 0x001059cd JMP 0x0010599c LAB_00...
long u64toa_radix_snprintf(char *param_1,int8 param_2,int param_3) { int iVar1; long local_8; if (param_3 == 8) { iVar1 = snprintf(param_1,0x41,"%lo",param_2); local_8 = (long)iVar1; } else if (param_3 == 10) { iVar1 = snprintf(param_1,0x41,"%lu",param_2); local_8 = (long)iVar1; } els...
4,795
u64toa_radix_snprintf
bluesky950520[P]quickjs/tests/test_conv.c
size_t u64toa_radix_snprintf(char buf[minimum_length(65)], uint64_t n, unsigned base) { switch (base) { #ifdef PRIb64 case 2: return snprintf(buf, 65, "%"PRIb64, n); #endif case 8: return snprintf(buf, 65, "%"PRIo64, n); case 10: return snprintf(buf, 65, "%"PRIu64, n); case 16: return snprintf(buf, ...
O2
c
u64toa_radix_snprintf: pushq %rax movq %rsi, %rcx cmpl $0x10, %edx je 0x3333 cmpl $0xa, %edx je 0x332a cmpl $0x8, %edx jne 0x3348 leaq 0x2fa4(%rip), %rdx # 0x62cc jmp 0x333a leaq 0x2f8d(%rip), %rdx # 0x62be jmp 0x333a leaq 0x2f96(%rip), %rdx # 0x62d0 pushq $0x41 popq %rsi xorl %eax, %eax callq 0x2090 clt...
u64toa_radix_snprintf: push rax mov rcx, rsi cmp edx, 10h jz short loc_3333 cmp edx, 0Ah jz short loc_332A cmp edx, 8 jnz short loc_3348 lea rdx, unk_62CC jmp short loc_333A loc_332A: lea rdx, unk_62BE jmp short loc_333A loc_3333: lea rdx, unk_62D0 loc_333A: push ...
long long u64toa_radix_snprintf(_BYTE *a1, unsigned long long a2, unsigned int a3) { void *v3; // rdx switch ( a3 ) { case 0x10u: v3 = &unk_62D0; return (int)snprintf(a1, 65LL, v3, a2); case 0xAu: v3 = &unk_62BE; return (int)snprintf(a1, 65LL, v3, a2); case 8u: v3 = &un...
u64toa_radix_snprintf: PUSH RAX MOV RCX,RSI CMP EDX,0x10 JZ 0x00103333 CMP EDX,0xa JZ 0x0010332a CMP EDX,0x8 JNZ 0x00103348 LEA RDX,[0x1062cc] JMP 0x0010333a LAB_0010332a: LEA RDX,[0x1062be] JMP 0x0010333a LAB_00103333: LEA RDX,[0x1062d0] LAB_0010333a: PUSH 0x41 POP RSI XOR EAX,EAX CALL 0x00102090 CDQE POP RCX RET LAB_...
long u64toa_radix_snprintf(char *param_1,int8 param_2,int param_3) { int iVar1; long lVar2; char *__format; if (param_3 == 0x10) { __format = "%lx"; } else if (param_3 == 10) { __format = "%lu"; } else { if (param_3 != 8) { lVar2 = u64toa_radix_naive(param_1,param_2); return...
4,796
sux_lock<ssux_lock>::s_unlock()
eloqsql/storage/innobase/include/sux_lock.h
void s_unlock() { #ifdef UNIV_DEBUG const pthread_t id= pthread_self(); auto r= readers.load(std::memory_order_relaxed); ut_ad(r); readers_lock.wr_lock(); auto i= r->find(id); ut_ad(i != r->end()); r->erase(i); readers_lock.wr_unlock(); #endif lock.rd_unlock(); }
O0
c
sux_lock<ssux_lock>::s_unlock(): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi callq 0x1149790 addq $0x10, %rsp popq %rbp retq nopl (%rax,%rax)
_ZN8sux_lockI9ssux_lockE8s_unlockEv: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8]; this call _ZN9ssux_lock9rd_unlockEv; ssux_lock::rd_unlock(void) add rsp, 10h pop rbp retn
long long sux_lock<ssux_lock>::s_unlock(ssux_lock *a1) { return ssux_lock::rd_unlock(a1); }
dict_sys_tables_rec_check: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI JMP 0x0114974e LAB_0114974e: MOV RDI,qword ptr [RBP + -0x10] CALL 0x01148f80 CMP RAX,0xa JZ 0x0114976d LEA RAX,[0x157bf49] MOV qword ptr [RBP + -0x8],RAX JMP 0x01149920 LAB_0114976d: MOV RDI,qword ptr [RBP + -0x10] XOR EAX,EAX ...
/* dict_sys_tables_rec_check(unsigned char const*) */ char * dict_sys_tables_rec_check(uchar *param_1) { uchar *puVar1; long lVar2; ulong local_28; uchar *local_20; uchar *local_18; char *local_10; local_18 = param_1; lVar2 = rec_get_n_fields_old(param_1); if (lVar2 == 10) { rec_get_nth_fiel...
4,797
ma_update_auto_increment_key
eloqsql/storage/maria/ma_check.c
void _ma_update_auto_increment_key(HA_CHECK *param, MARIA_HA *info, my_bool repair_only) { MARIA_SHARE *share= info->s; uchar *record; DBUG_ENTER("update_auto_increment_key"); if (!share->base.auto_key || ! maria_is_key_active(share->state.key_map, share->base.auto_key ...
O0
c
ma_update_auto_increment_key: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movb %dl, %al movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movb %al, -0x11(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x20(%rbp) movq -0x20(%rbp), %rax cmpl $0x0, 0x3ec(%rax) je 0xa893b movq -0x20(%rbp), %rax movq 0x140(%rax), %ra...
_ma_update_auto_increment_key: push rbp mov rbp, rsp sub rsp, 40h mov al, dl mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_11], al mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_20], rax mov rax, [rbp+var_20] cmp dword ptr [rax+3ECh], 0 jz short loc_A893B...
_DWORD * ma_update_auto_increment_key( long long *a1, long long *a2, char a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 ...
_ma_update_auto_increment_key: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV AL,DL MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV byte ptr [RBP + -0x11],AL MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x20] CMP dword ptr [RAX + 0x3ec],0x0 ...
/* WARNING: Removing unreachable block (ram,0x001a8931) */ void _ma_update_auto_increment_key(int8 *param_1,long *param_2,char param_3) { long lVar1; long lVar2; int iVar3; long lVar4; int *piVar5; int4 *puVar6; ulong uVar7; lVar1 = *param_2; if ((*(int *)(lVar1 + 0x3ec) == 0) || ((*(ulong ...
4,798
ma_update_auto_increment_key
eloqsql/storage/maria/ma_check.c
void _ma_update_auto_increment_key(HA_CHECK *param, MARIA_HA *info, my_bool repair_only) { MARIA_SHARE *share= info->s; uchar *record; DBUG_ENTER("update_auto_increment_key"); if (!share->base.auto_key || ! maria_is_key_active(share->state.key_map, share->base.auto_key ...
O3
c
ma_update_auto_increment_key: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rbx movq (%rsi), %r13 movl 0x3ec(%r13), %eax testl %eax, %eax je 0x8148a movq 0x140(%r13), %rcx decb %al movzbl %al, %eax btq %rax, %rcx jae 0x8148a movl %edx, %r15d movq %rsi, %r14 tes...
_ma_update_auto_increment_key: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rdi mov r13, [rsi] mov eax, [r13+3ECh] test eax, eax jz loc_8148A mov rcx, [r13+140h] dec al movzx eax, al bt rcx, rax jnb loc_8148A mov ...
unsigned long long ma_update_auto_increment_key( long long a1, long long *a2, char a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, ...
_ma_update_auto_increment_key: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDI MOV R13,qword ptr [RSI] MOV EAX,dword ptr [R13 + 0x3ec] TEST EAX,EAX JZ 0x0018148a MOV RCX,qword ptr [R13 + 0x140] DEC AL MOVZX EAX,AL BT RCX,RAX JNC 0x0018148a MOV R15D,EDX MOV R14,RSI TEST byte ptr [R...
void _ma_update_auto_increment_key(int8 *param_1,long *param_2,char param_3) { long lVar1; long lVar2; int iVar3; long lVar4; int *piVar5; ulong uVar6; int4 *puVar7; ulong uVar8; lVar1 = *param_2; if ((*(int *)(lVar1 + 0x3ec) == 0) || ((*(ulong *)(lVar1 + 0x140) >> ((ulong)(byte)((char)*(i...
4,799
ttt::game::ComposedObserver::add_observer(ttt::game::IObserver*)
vsennov[P]tictactoe-course/src/core/game.cpp
void ComposedObserver::add_observer(IObserver *obs) { if (!obs) return; IObserver **pt; for (pt = m_observers; *pt; ++pt) if (*pt == obs) return; const int n = pt - m_observers + 1; pt = new IObserver *[n + 1] {}; for (int i = 0; i < n - 1; ++i) { pt[i] = m_observers[i]; } pt[n - 1] = ...
O3
cpp
ttt::game::ComposedObserver::add_observer(ttt::game::IObserver*): testq %rsi, %rsi je 0x2dc9 pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %r15 movq 0x8(%rdi), %r14 movq (%r14), %rax movq %r14, %rbp testq %rax, %rax je 0x2d19 movq %r14, %rbp cmpq %r15, %rax je 0x2dbb movq 0x8(%...
_ZN3ttt4game16ComposedObserver12add_observerEPNS0_9IObserverE: test rsi, rsi jz locret_2DC9 push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r15, rsi mov r14, [rdi+8] mov rax, [r14] mov rbp, r14 test rax, rax jz short loc_2D19 mov rbp, r14 loc_2...
ttt::game::IObserver * ttt::game::ComposedObserver::add_observer( ttt::game::ComposedObserver *this, ttt::game::IObserver *a2) { ttt::game::IObserver *result; // rax long long *v3; // r14 long long *v4; // rbp unsigned long long v5; // rbp unsigned long long v6; // rbx long long v7; // rbp ...
add_observer: TEST RSI,RSI JZ 0x00102dc9 PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R15,RSI MOV R14,qword ptr [RDI + 0x8] MOV RAX,qword ptr [R14] MOV RBP,R14 TEST RAX,RAX JZ 0x00102d19 MOV RBP,R14 LAB_00102d03: CMP RAX,R15 JZ 0x00102dbb MOV RAX,qword ptr [RBP + 0x8] ADD RBP,0x8 TEST RAX,RAX JNZ ...
/* ttt::game::ComposedObserver::add_observer(ttt::game::IObserver*) */ void __thiscall ttt::game::ComposedObserver::add_observer(ComposedObserver *this,IObserver *param_1) { long *plVar1; long *plVar2; IObserver *pIVar3; ulong uVar4; void *__s; uint uVar5; long *plVar6; long lVar7; if (param_1 !...