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
25,100
translog_put_sector_protection
eloqsql/storage/maria/ma_loghandler.c
static void translog_put_sector_protection(uchar *page, struct st_buffer_cursor *cursor) { uchar *table= page + log_descriptor.page_overhead - TRANSLOG_PAGE_SIZE / DISK_DRIVE_SECTOR_SIZE; uint i, offset; uint16 last_protected_sector= ((cursor->previous_offset - 1) / ...
O0
c
translog_put_sector_protection: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movzwl 0x41facd(%rip), %ecx # 0x4793e4 movslq %ecx, %rcx addq %rcx, %rax addq $-0x10, %rax movq %rax, -0x18(%rbp) movq -0x10(%rbp), %rax movzwl 0x34(%rax), %eax subl $0x1, %eax shrl $0x9, %ea...
translog_put_sector_protection: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_8] movzx ecx, cs:word_4793E4 movsxd rcx, ecx add rax, rcx add rax, 0FFFFFFFFFFFFFFF0h mov [rbp+var_18], rax mov rax, [rbp+var_10] movzx eax, word ptr [rax+34h] sub ...
long long translog_put_sector_protection(long long a1, long long a2) { long long result; // rax char v3; // [rsp+1h] [rbp-25h] unsigned __int16 v4; // [rsp+2h] [rbp-24h] unsigned __int16 v5; // [rsp+4h] [rbp-22h] unsigned int v6; // [rsp+6h] [rbp-20h] unsigned int v7; // [rsp+Ah] [rbp-1Ch] _BYTE *v8; // ...
translog_put_sector_protection: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOVZX ECX,word ptr [0x005793e4] MOVSXD RCX,ECX ADD RAX,RCX ADD RAX,-0x10 MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,word ptr [RAX + 0x34] SUB ...
void translog_put_sector_protection(long param_1,long param_2) { char cVar1; int2 uVar2; uint uVar3; uint uVar4; char *pcVar5; ushort local_2c; uint local_28; uint local_24; pcVar5 = (char *)(param_1 + (int)(uint)DAT_005793e4 + -0x10); uVar3 = *(ushort *)(param_2 + 0x34) - 1 >> 9; local_2c = ...
25,101
std::pair<google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::iterator_base<google::protobuf::MapPair<google::protobuf::MapKey, google::protobuf::MapValueRef> const>, unsigned long> google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::FindHelper...
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/map.h
std::pair<const_iterator, size_type> FindHelper(const K& k, TreeIterator* it) const { size_type b = BucketNumber(k); if (TableEntryIsNonEmptyList(b)) { Node* node = static_cast<Node*>(table_[b]); do { if (internal::TransparentSupp...
O0
c
std::pair<google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::iterator_base<google::protobuf::MapPair<google::protobuf::MapKey, google::protobuf::MapValueRef> const>, unsigned long> google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::FindHelper...
_ZNK6google8protobuf3MapINS0_6MapKeyENS0_11MapValueRefEE8InnerMap10FindHelperIS2_EESt4pairINS5_13iterator_baseIKNS0_7MapPairIS2_S3_EEEEmERKT_PSt17_Rb_tree_iteratorIS7_IKSt17reference_wrapperIKS2_EPvEE: sub rsp, 118h mov [rsp+118h+var_100], rdi mov [rsp+118h+var_F8], rdi mov [rsp+118h+var_8], rsi mov ...
long long google::protobuf::Map<google::protobuf::MapKey,google::protobuf::MapValueRef>::InnerMap::FindHelper<google::protobuf::MapKey>( long long a1, long long a2, long long a3, long long *a4) { unsigned long long v4; // rdx unsigned long long v5; // rdx int v6; // r8d int v7; ...
25,102
std::pair<google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::iterator_base<google::protobuf::MapPair<google::protobuf::MapKey, google::protobuf::MapValueRef> const>, unsigned long> google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::FindHelper...
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/map.h
std::pair<const_iterator, size_type> FindHelper(const K& k, TreeIterator* it) const { size_type b = BucketNumber(k); if (TableEntryIsNonEmptyList(b)) { Node* node = static_cast<Node*>(table_[b]); do { if (internal::TransparentSupp...
O3
c
std::pair<google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::iterator_base<google::protobuf::MapPair<google::protobuf::MapKey, google::protobuf::MapValueRef> const>, unsigned long> google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::FindHelper...
_ZNK6google8protobuf3MapINS0_6MapKeyENS0_11MapValueRefEE8InnerMap10FindHelperIS2_EESt4pairINS5_13iterator_baseIKNS0_7MapPairIS2_S3_EEEEmERKT_PSt17_Rb_tree_iteratorIS7_IKSt17reference_wrapperIKS2_EPvEE: push rbp push r15 push r14 push r13 push r12 push rbx push rax; char mov r12, rcx mov r15...
google::protobuf::MapKey ** google::protobuf::Map<google::protobuf::MapKey,google::protobuf::MapValueRef>::InnerMap::FindHelper<google::protobuf::MapKey>( google::protobuf::MapKey **a1, long long a2, long long a3, long long *a4) { char v4; // al google::protobuf::MapKey *v6; // rbp ...
FindHelper<google::protobuf::MapKey>: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12,RCX MOV R15,RDX MOV R14,RSI MOV RBX,RDI MOV RDI,RSI MOV RSI,RDX CALL 0x00176502 XOR RAX,qword ptr [R14 + 0x10] MOV RBP,-0x61c8864680b583eb IMUL RBP,RAX SHR RBP,0x20 MOV EAX,dword ptr [R14 + 0x8] DEC EAX AND EBP,...
/* std::pair<google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::InnerMap::iterator_base<google::protobuf::MapPair<google::protobuf::MapKey, google::protobuf::MapValueRef> const>, unsigned long> google::protobuf::Map<google::protobuf::MapKey, google::protobuf::MapValueRef>::Inne...
25,103
my_filename
eloqsql/mysys/my_div.c
char * my_filename(File fd) { DBUG_ENTER("my_filename"); if ((uint) fd >= (uint) my_file_limit || !my_file_info[fd].name) DBUG_RETURN((char*) "UNKNOWN"); if (fd >= 0 && my_file_info[fd].type != UNOPEN) { DBUG_RETURN(my_file_info[fd].name); } else DBUG_RETURN((char*) "UNOPENED"); /* Debug message...
O0
c
my_filename: pushq %rbp movq %rsp, %rbp movl %edi, -0xc(%rbp) movl -0xc(%rbp), %eax leaq 0x19a7ff(%rip), %rcx # 0x1cf420 cmpl (%rcx), %eax jae 0x34c40 leaq 0x19a7fc(%rip), %rax # 0x1cf428 movq (%rax), %rax movslq -0xc(%rbp), %rcx shlq $0x4, %rcx addq %rcx, %rax cmpq $0x0, (%rax) jne 0x34c4f jmp 0x34c42 leaq 0x465...
my_filename: push rbp mov rbp, rsp mov [rbp+var_C], edi mov eax, [rbp+var_C] lea rcx, my_file_limit cmp eax, [rcx] jnb short loc_34C40 lea rax, my_file_info mov rax, [rax] movsxd rcx, [rbp+var_C] shl rcx, 4 add rax, rcx cmp qword ptr [rax], 0 jnz short loc_34C4F loc_3...
const char * my_filename(int a1) { if ( (unsigned int)a1 >= my_file_limit || !*((_QWORD *)my_file_info + 2 * a1) ) return "UNKNOWN"; if ( a1 >= 0 && *((_DWORD *)my_file_info + 4 * a1 + 2) ) return (const char *)*((_QWORD *)my_file_info + 2 * a1); return "UNOPENED"; }
my_filename: PUSH RBP MOV RBP,RSP MOV dword ptr [RBP + -0xc],EDI MOV EAX,dword ptr [RBP + -0xc] LEA RCX,[0x2cf420] CMP EAX,dword ptr [RCX] JNC 0x00134c40 LEA RAX,[0x2cf428] MOV RAX,qword ptr [RAX] MOVSXD RCX,dword ptr [RBP + -0xc] SHL RCX,0x4 ADD RAX,RCX CMP qword ptr [RAX],0x0 JNZ 0x00134c4f LAB_00134c40: JMP 0x00134c...
char * my_filename(uint param_1) { char *local_10; if ((param_1 < my_file_limit) && (*(long *)(my_file_info + (long)(int)param_1 * 0x10) != 0)) { if (((int)param_1 < 0) || (*(int *)(my_file_info + (long)(int)param_1 * 0x10 + 8) == 0)) { local_10 = "UNOPENED"; } else { local_10 = *(char ...
25,104
mysql_net_store_length
eloqsql/libmariadb/libmariadb/mariadb_stmt.c
unsigned char *mysql_net_store_length(unsigned char *packet, size_t length) { if (length < (unsigned long long) L64(251)) { *packet = (unsigned char) length; return packet + 1; } if (length < (unsigned long long) L64(65536)) { *packet++ = 252; int2store(packet,(uint) length); return packet + ...
O0
c
mysql_net_store_length: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) cmpq $0xfb, -0x18(%rbp) jae 0x26863 movq -0x18(%rbp), %rax movb %al, %cl movq -0x10(%rbp), %rax movb %cl, (%rax) movq -0x10(%rbp), %rax addq $0x1, %rax movq %rax, -0x8(%rbp) jmp 0x269b1 cmpq $0x10000, -0x18(%rbp) # imm = ...
mysql_net_store_length: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi cmp [rbp+var_18], 0FBh jnb short loc_26863 mov rax, [rbp+var_18] mov cl, al mov rax, [rbp+var_10] mov [rax], cl mov rax, [rbp+var_10] add rax, 1 mov [rbp+var_8], rax jmp loc_2...
long long mysql_net_store_length(long long a1, unsigned long long a2) { _BYTE *v3; // [rsp+14h] [rbp-10h] if ( a2 >= 0xFB ) { if ( a2 >= (unsigned long long)&stru_10000 ) { v3 = (_BYTE *)(a1 + 1); if ( a2 >= 0x1000000 ) { *(_BYTE *)a1 = -2; *v3 = a2; *(_WORD *)(...
mysql_net_store_length: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI CMP qword ptr [RBP + -0x18],0xfb JNC 0x00126863 MOV RAX,qword ptr [RBP + -0x18] MOV CL,AL MOV RAX,qword ptr [RBP + -0x10] MOV byte ptr [RAX],CL MOV RAX,qword ptr [RBP + -0x10] ADD RAX,0x1 MOV qword ptr [RBP + -0...
int1 * mysql_net_store_length(int1 *param_1,ulong param_2) { int1 uVar1; int1 uVar2; int1 uVar3; int1 *local_10; uVar1 = (int1)param_2; if (param_2 < 0xfb) { *param_1 = uVar1; local_10 = param_1 + 1; } else { uVar3 = (int1)(param_2 >> 8); if (param_2 < 0x10000) { *param_1 = 0x...
25,105
mysql_net_store_length
eloqsql/libmariadb/libmariadb/mariadb_stmt.c
unsigned char *mysql_net_store_length(unsigned char *packet, size_t length) { if (length < (unsigned long long) L64(251)) { *packet = (unsigned char) length; return packet + 1; } if (length < (unsigned long long) L64(65536)) { *packet++ = 252; int2store(packet,(uint) length); return packet + ...
O3
c
mysql_net_store_length: pushq %rbp movq %rsp, %rbp movq %rsi, %rcx movq %rdi, %rax cmpq $0xfa, %rsi ja 0x1ed4b movb %cl, (%rax) movl $0x1, %ecx jmp 0x1edc8 cmpq $0xffff, %rcx # imm = 0xFFFF ja 0x1ed64 movb $-0x4, (%rax) movb %cl, 0x1(%rax) movb %ch, 0x2(%rax) movl $0x3, %ecx jmp 0x1edc8 cmpq $0xffffff, %rcx ...
mysql_net_store_length: push rbp mov rbp, rsp mov rcx, rsi mov rax, rdi cmp rsi, 0FAh ja short loc_1ED4B mov [rax], cl mov ecx, 1 jmp short loc_1EDC8 loc_1ED4B: cmp rcx, 0FFFFh ja short loc_1ED64 mov byte ptr [rax], 0FCh mov [rax+1], cl mov [rax+2], ch mov ec...
long long mysql_net_store_length(long long a1, unsigned long long a2) { long long v2; // rcx if ( a2 > 0xFA ) { if ( a2 > 0xFFFF ) { if ( a2 > 0xFFFFFF ) { *(_BYTE *)a1 = -2; *(_QWORD *)(a1 + 1) = a2; v2 = 9LL; } else { *(_BYTE *)a1 = -3; ...
mysql_net_store_length: PUSH RBP MOV RBP,RSP MOV RCX,RSI MOV RAX,RDI CMP RSI,0xfa JA 0x0011ed4b MOV byte ptr [RAX],CL MOV ECX,0x1 JMP 0x0011edc8 LAB_0011ed4b: CMP RCX,0xffff JA 0x0011ed64 MOV byte ptr [RAX],0xfc MOV byte ptr [RAX + 0x1],CL MOV byte ptr [RAX + 0x2],CH MOV ECX,0x3 JMP 0x0011edc8 LAB_0011ed64: CMP RCX,0xf...
int1 * mysql_net_store_length(int1 *param_1,ulong param_2) { int1 uVar1; int1 uVar2; int1 uVar4; long lVar3; uVar1 = (int1)param_2; if (param_2 < 0xfb) { *param_1 = uVar1; lVar3 = 1; } else { uVar4 = (int1)(param_2 >> 8); if (param_2 < 0x10000) { *param_1 = 0xfc; param_1...
25,106
httplib::Server::create_server_socket(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, int, std::function<void (int)>) const
monkey531[P]llama/examples/server/httplib.h
inline socket_t Server::create_server_socket(const std::string &host, int port, int socket_flags, SocketOptions socket_options) const { return detail::create_socket( host, std::string(), port, address_family_, socket_flags, tcp_nodelay_, ipv6_v6onl...
O1
c
httplib::Server::create_server_socket(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, int, std::function<void (int)>) const: pushq %rbp pushq %r14 pushq %rbx subq $0x40, %rsp movl %ecx, %eax movq %rsi, %r10 leaq 0x30(%rsp), %rbx movq %rbx, -0x10(%rbx) xorl %r9d, %r9d movq %r9...
_ZNK7httplib6Server20create_server_socketERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiiSt8functionIFviEE: push rbp; int push r14; int push rbx; int sub rsp, 40h mov eax, ecx mov r10, rsi lea rbx, [rsp+58h+var_28] mov [rbx-10h], rbx xor r9d, r9d mov [rbx-8], r9 mov byt...
create_server_socket: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x40 MOV EAX,ECX MOV R10,RSI LEA RBX,[RSP + 0x30] MOV qword ptr [RBX + -0x10],RBX XOR R9D,R9D MOV qword ptr [RBX + -0x8],R9 MOV byte ptr [RBX],0x0 MOV ECX,dword ptr [RDI + 0x2b8] MOV SIL,byte ptr [RDI + 0x2bc] MOV DIL,byte ptr [RDI + 0x2bd] MOV qword ptr [RSP + 0...
/* httplib::Server::create_server_socket(std::__cxx11::string const&, int, int, std::function<void (int)>) const */ int __thiscall httplib::Server::create_server_socket (Server *this,int8 param_1,int8 param_3_00,int4 param_3, int8 *param_5) { Server SVar1; Server SVar2; int4 uVar3; cod...
25,107
httplib::Server::create_server_socket(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, int, std::function<void (int)>) const
monkey531[P]llama/examples/server/httplib.h
inline socket_t Server::create_server_socket(const std::string &host, int port, int socket_flags, SocketOptions socket_options) const { return detail::create_socket( host, std::string(), port, address_family_, socket_flags, tcp_nodelay_, ipv6_v6onl...
O3
c
httplib::Server::create_server_socket(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int, int, std::function<void (int)>) const: pushq %rbp pushq %r14 pushq %rbx subq $0x40, %rsp movl %ecx, %eax movq %rsi, %r10 leaq 0x30(%rsp), %rbx movq %rbx, -0x10(%rbx) xorl %r9d, %r9d movq %r9...
_ZNK7httplib6Server20create_server_socketERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiiSt8functionIFviEE: push rbp; int push r14; int push rbx; int sub rsp, 40h mov eax, ecx mov r10, rsi lea rbx, [rsp+58h+var_28] mov [rbx-10h], rbx xor r9d, r9d mov [rbx-8], r9 mov byt...
create_server_socket: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x40 MOV EAX,ECX MOV R10,RSI LEA RBX,[RSP + 0x30] MOV qword ptr [RBX + -0x10],RBX XOR R9D,R9D MOV qword ptr [RBX + -0x8],R9 MOV byte ptr [RBX],0x0 MOV ECX,dword ptr [RDI + 0x2b8] MOV SIL,byte ptr [RDI + 0x2bc] MOV DIL,byte ptr [RDI + 0x2bd] MOV qword ptr [RSP + 0...
/* httplib::Server::create_server_socket(std::__cxx11::string const&, int, int, std::function<void (int)>) const */ int __thiscall httplib::Server::create_server_socket (Server *this,int8 param_1,int8 param_3_00,int4 param_3, int8 *param_5) { Server SVar1; Server SVar2; int4 uVar3; cod...
25,108
CLI::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, CLI::ExitCodes)
MikePodsytnik[P]TCRtrie/build_O3/_deps/cli11-src/include/CLI/Error.hpp
Error(std::string name, std::string msg, ExitCodes exit_code) : Error(name, msg, static_cast<int>(exit_code)) {}
O3
cpp
CLI::Error::Error(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, CLI::ExitCodes): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x40, %rsp movl %ecx, %ebp movq %rdx, %r14 movq %rdi, %rbx leaq ...
_ZN3CLI5ErrorC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_NS_9ExitCodesE: push rbp push r15 push r14 push r12 push rbx sub rsp, 40h mov ebp, ecx mov r14, rdx mov rbx, rdi lea r15, [rsp+68h+var_58] mov [r15-10h], r15 mov rax, [rsi] mov rdx, [rsi+8] add rdx,...
void CLI::Error::Error(long long a1, _QWORD *a2, _QWORD *a3, int a4) { void *v6; // [rsp+0h] [rbp-68h] BYREF long long v7; // [rsp+8h] [rbp-60h] __int128 v8; // [rsp+10h] [rbp-58h] BYREF void *v9[2]; // [rsp+20h] [rbp-48h] BYREF _QWORD v10[7]; // [rsp+30h] [rbp-38h] BYREF v6 = &v8; std::string::_M_const...
Error: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x40 MOV EBP,ECX MOV R14,RDX MOV RBX,RDI LEA R15,[RSP + 0x10] MOV qword ptr [R15 + -0x10],R15 MOV RAX,qword ptr [RSI] MOV RDX,qword ptr [RSI + 0x8] ADD RDX,RAX MOV RDI,RSP MOV RSI,RAX CALL 0x001177be LEA R12,[RSP + 0x30] MOV qword ptr [R12 + -0x10],R12 MOV RSI...
/* CLI::Error::Error(std::__cxx11::string, std::__cxx11::string, CLI::ExitCodes) */ void __thiscall CLI::Error::Error(Error *this,long *param_2,long *param_3,int4 param_4) { int1 *local_68; int8 local_60; int1 local_58; int7 uStack_57; int8 uStack_50; long *local_48 [2]; long local_38 [2]; local_6...
25,109
trnman_init_tmp_trn_for_logging_trid
eloqsql/storage/maria/trnman.c
void trnman_init_tmp_trn_for_logging_trid(TRN *trn) { *trn= dummy_transaction_object; /* Avoid logging short_id */ trn->short_id= 1; /* Trid gets logged in translog_write_record */ trn->first_undo_lsn= 0; /* Get next free trid */ trn->trid= trnman_get_min_safe_trid(); }
O0
c
trnman_init_tmp_trn_for_logging_trid: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi leaq 0x3fe4f9(%rip), %rsi # 0x477880 movl $0xb0, %edx callq 0x2a090 movq -0x8(%rbp), %rax movw $0x1, 0xac(%rax) movq -0x8(%rbp), %rax movq $0x0, 0xa0(%rax) callq 0x79d50 movq %rax, %rcx movq ...
trnman_init_tmp_trn_for_logging_trid: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8] lea rsi, dummy_transaction_object mov edx, 0B0h call _memcpy mov rax, [rbp+var_8] mov word ptr [rax+0ACh], 1 mov rax, [rbp+var_8] mov qword ptr [rax+0A0h], 0 c...
long long trnman_init_tmp_trn_for_logging_trid(long long a1) { long long min_safe_trid; // rcx long long result; // rax memcpy(a1, dummy_transaction_object, 176LL); *(_WORD *)(a1 + 172) = 1; *(_QWORD *)(a1 + 160) = 0LL; min_safe_trid = trnman_get_min_safe_trid(); result = a1; *(_QWORD *)(a1 + 120) = m...
trnman_init_tmp_trn_for_logging_trid: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] LEA RSI,[0x577880] MOV EDX,0xb0 CALL 0x0012a090 MOV RAX,qword ptr [RBP + -0x8] MOV word ptr [RAX + 0xac],0x1 MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RAX + 0xa0],0x0 CALL 0x00179d50...
void trnman_init_tmp_trn_for_logging_trid(void *param_1) { int8 uVar1; memcpy(param_1,dummy_transaction_object,0xb0); *(int2 *)((long)param_1 + 0xac) = 1; *(int8 *)((long)param_1 + 0xa0) = 0; uVar1 = trnman_get_min_safe_trid(); *(int8 *)((long)param_1 + 0x78) = uVar1; return; }
25,110
my_mutex_init
eloqsql/mysys/thr_mutex.c
void my_mutex_init() { /* Initialize mutex attributes */ #ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP /* Set mutex type to "fast" a.k.a "adaptive" In this case the thread may steal the mutex from some other thread that is waiting for the same mutex. This will save us some context switches but may ...
O0
c
my_mutex_init: pushq %rbp movq %rsp, %rbp leaq 0x375905(%rip), %rdi # 0x406cd0 callq 0x29060 leaq 0x3758f9(%rip), %rdi # 0x406cd0 movl $0x3, %esi callq 0x295c0 leaq 0x3758ec(%rip), %rdi # 0x406cd4 callq 0x29060 leaq 0x3758e0(%rip), %rdi # 0x406cd4 movl $0x2, %esi callq 0x295c0 popq %rbp retq
my_mutex_init: push rbp mov rbp, rsp lea rdi, my_fast_mutexattr call _pthread_mutexattr_init lea rdi, my_fast_mutexattr mov esi, 3 call _pthread_mutexattr_settype lea rdi, my_errorcheck_mutexattr call _pthread_mutexattr_init lea rdi, my_errorcheck_mutexattr mov esi, 2 call _pt...
long long my_mutex_init() { pthread_mutexattr_init(&my_fast_mutexattr); pthread_mutexattr_settype(&my_fast_mutexattr, 3LL); pthread_mutexattr_init(&my_errorcheck_mutexattr); return pthread_mutexattr_settype(&my_errorcheck_mutexattr, 2LL); }
my_mutex_init: PUSH RBP MOV RBP,RSP LEA RDI,[0x506cd0] CALL 0x00129060 LEA RDI,[0x506cd0] MOV ESI,0x3 CALL 0x001295c0 LEA RDI,[0x506cd4] CALL 0x00129060 LEA RDI,[0x506cd4] MOV ESI,0x2 CALL 0x001295c0 POP RBP RET
void my_mutex_init(void) { pthread_mutexattr_init((pthread_mutexattr_t *)&my_fast_mutexattr); pthread_mutexattr_settype((pthread_mutexattr_t *)&my_fast_mutexattr,3); pthread_mutexattr_init((pthread_mutexattr_t *)&my_errorcheck_mutexattr); pthread_mutexattr_settype((pthread_mutexattr_t *)&my_errorcheck_mutexat...
25,111
google::protobuf::compiler::java::ImmutableEnumOneofFieldLiteGenerator::ImmutableEnumOneofFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/enum_field_lite.cc
ImmutableEnumOneofFieldLiteGenerator::ImmutableEnumOneofFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) : ImmutableEnumFieldLiteGenerator(descriptor, messageBitIndex, context) { const OneofGeneratorInfo* info = context->GetOneofGeneratorInfo(descriptor->cont...
O3
cpp
google::protobuf::compiler::java::ImmutableEnumOneofFieldLiteGenerator::ImmutableEnumOneofFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*): pushq %r15 pushq %r14 pushq %rbx movq %rcx, %r15 movq %rsi, %r14 movq %rdi, %rbx callq 0xf596c leaq 0x18402e(%rip), %ra...
_ZN6google8protobuf8compiler4java36ImmutableEnumOneofFieldLiteGeneratorC2EPKNS0_15FieldDescriptorEiPNS2_7ContextE: push r15; int push r14; int push rbx; void * mov r15, rcx mov r14, rsi mov rbx, rdi call _ZN6google8protobuf8compiler4java31ImmutableEnumFieldLiteGeneratorC2EPKNS0_15FieldDescriptor...
void google::protobuf::compiler::java::ImmutableEnumOneofFieldLiteGenerator::ImmutableEnumOneofFieldLiteGenerator( google::protobuf::compiler::java::ImmutableEnumOneofFieldLiteGenerator *this, const google::protobuf::OneofDescriptor **a2, int a3, google::protobuf::compiler::java::Contex...
ImmutableEnumOneofFieldLiteGenerator: PUSH R15 PUSH R14 PUSH RBX MOV R15,RCX MOV R14,RSI MOV RBX,RDI CALL 0x001f596c LEA RAX,[0x37b230] MOV qword ptr [RBX],RAX TEST byte ptr [R14 + 0x1],0x10 JZ 0x001f7212 MOV RSI,qword ptr [R14 + 0x28] JMP 0x001f7214 LAB_001f7212: XOR ESI,ESI LAB_001f7214: MOV RDI,R15 CALL 0x001cef84 L...
/* google::protobuf::compiler::java::ImmutableEnumOneofFieldLiteGenerator::ImmutableEnumOneofFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*) */ void __thiscall google::protobuf::compiler::java::ImmutableEnumOneofFieldLiteGenerator:: ImmutableEnumOneofFi...
25,112
my_atod
eloqsql/libmariadb/libmariadb/ma_stmt_codec.c
double my_atod(const char *number, const char *end, int *error) { double val= 0.0; char buffer[MAX_DBL_STR + 1]; int len= (int)(end - number); *error= errno= 0; if (len > MAX_DBL_STR) { *error= 1; len= MAX_DBL_STR; } memcpy(buffer, number, len); buffer[len]= '\0'; val= strtod(buffer, NUL...
O3
c
my_atod: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x448, %rsp # imm = 0x448 movq %rdx, %rbx movq %rsi, %r15 movq %rdi, %r12 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) subq %rdi, %r15 callq 0x13060 movq %rax, %r14 movl $0x0, (%rax) xorl %eax, %eax cmpl $0x436, %r...
my_atod: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 448h mov rbx, rdx mov r15, rsi mov r12, rdi mov rax, fs:28h mov [rbp+var_30], rax sub r15, rdi call ___errno_location mov r14, rax mov dword ptr [rax], 0 xor eax, eax cmp...
unsigned long long my_atod(long long a1, int a2, _DWORD *a3) { _DWORD *v4; // r14 long long v5; // r15 _BYTE v7[1088]; // [rsp+0h] [rbp-470h] BYREF unsigned long long v8; // [rsp+440h] [rbp-30h] v8 = __readfsqword(0x28u); v4 = (_DWORD *)__errno_location(a1); *v4 = 0; *a3 = a2 - (int)a1 >= 1078; v5 =...
my_atod: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x448 MOV RBX,RDX MOV R15,RSI MOV R12,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX SUB R15,RDI CALL 0x00113060 MOV R14,RAX MOV dword ptr [RAX],0x0 XOR EAX,EAX CMP R15D,0x436 SETGE AL MOV dword ptr [RBX],EAX MOVSXD RAX,...
void my_atod(int8 param_1,int param_2,uint *param_3) { uint *puVar1; long lVar2; long in_FS_OFFSET; char local_478 [1088]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); param_2 = param_2 - (int)param_1; puVar1 = (uint *)__errno_location(); *puVar1 = 0; *param_3 = (uint)(0x435 < para...
25,113
vemit_tap
eloqsql/unittest/mytap/tap.c
static void vemit_tap(int pass, char const *fmt, va_list ap) { fprintf(tapout, "%sok %d%s", pass ? "" : "not ", ++g_test.last, (fmt && *fmt) ? " - " : ""); if (fmt && *fmt) vfprintf(tapout, fmt, ap); fflush(tapout); }
O0
c
vemit_tap: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq 0x1b0eae(%rip), %rax # 0x1d5fb8 movq (%rax), %rax movq %rax, -0x30(%rbp) movl -0x4(%rbp), %edx leaq 0x5b1ab(%rip), %rax # 0x802c6 leaq 0x5ec4f(%rip), %rcx # 0x83d71 cmpl $0x0, %edx ...
vemit_tap: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, cs:stdout_ptr mov rax, [rax] mov [rbp+var_30], rax mov edx, [rbp+var_4] lea rax, aNot; "not " lea rcx, asc_83D6D+4; "" cmp edx, 0 cmovnz rax, rcx mo...
long long vemit_tap(int a1, _BYTE *a2, long long a3) { const char *v3; // rax const char *v4; // r8 int v6; // [rsp+10h] [rbp-20h] bool v7; // [rsp+17h] [rbp-19h] v3 = "not "; if ( a1 ) v3 = ""; v6 = ++dword_38D7CC; v7 = 0; if ( a2 ) v7 = *a2 != 0; v4 = ""; if ( v7 ) v4 = " - "; fp...
vemit_tap: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [0x002d5fb8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x30],RAX MOV EDX,dword ptr [RBP + -0x4] LEA RAX,[0x1802c6] LEA RCX,[0x183d71] CMP EDX,0x0 CMOVNZ RAX,R...
void vemit_tap(int param_1,char *param_2,__gnuc_va_list param_3) { int *puVar1; int *puVar2; bool bVar3; puVar1 = &DAT_001802c6; if (param_1 != 0) { puVar1 = &DAT_00183d71; } DAT_0048d7cc = DAT_0048d7cc + 1; bVar3 = false; if (param_2 != (char *)0x0) { bVar3 = *param_2 != '\0'; } puVa...
25,114
vemit_tap
eloqsql/unittest/mytap/tap.c
static void vemit_tap(int pass, char const *fmt, va_list ap) { fprintf(tapout, "%sok %d%s", pass ? "" : "not ", ++g_test.last, (fmt && *fmt) ? " - " : ""); if (fmt && *fmt) vfprintf(tapout, fmt, ap); fflush(tapout); }
O3
c
vemit_tap: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %edi, %eax movq 0x2cc8f4(%rip), %r15 # 0x2f1fa8 movq (%r15), %rdi testl %eax, %eax leaq 0x37c06(%rip), %rcx # 0x5d2c6 leaq 0x3b68c(%rip), %rax # 0x60d53 cmovneq %rax, %rcx movl 0x3434fa(%rip), %r8d # 0x368bcc incl %r8d ...
vemit_tap: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov eax, edi mov r15, cs:stdout_ptr mov rdi, [r15] test eax, eax lea rcx, aNot; "not " lea rax, asc_60D4F+4; "" cmovnz rcx, rax mov r8d, cs:dword_368BCC inc r8d mov cs:dword_368BCC, r8d test rs...
long long vemit_tap(int a1, _BYTE *a2, long long a3) { const char *v3; // rcx int v4; // r8d const char *v6; // r9 v3 = "not "; if ( a1 ) v3 = ""; v4 = ++dword_368BCC; if ( a2 ) { v6 = " - "; if ( !*a2 ) v6 = ""; __fprintf_chk(stdout, 1LL, "%sok %d%s", v3, v4, v6); if ( *a2 )...
vemit_tap: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV EAX,EDI MOV R15,qword ptr [0x003f1fa8] MOV RDI,qword ptr [R15] TEST EAX,EAX LEA RCX,[0x15d2c6] LEA RAX,[0x160d53] CMOVNZ RCX,RAX MOV R8D,dword ptr [0x00468bcc] INC R8D MOV dword ptr [0x00468bcc],R8D TEST RSI,RSI JZ 0x00125723 MOV RBX,RDX MOV R14,RS...
void vemit_tap(int param_1,char *param_2,int8 param_3) { int *puVar1; int *puVar2; int *puVar3; puVar1 = PTR_stdout_003f1fa8; puVar2 = &DAT_0015d2c6; if (param_1 != 0) { puVar2 = &DAT_00160d53; } DAT_00468bcc = DAT_00468bcc + 1; if (param_2 == (char *)0x0) { __fprintf_chk(*(int8 *)PTR_std...
25,115
nlohmann::json_abi_v3_11_3::ordered_map<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<...
monkey531[P]llama/common/json.hpp
std::pair<iterator, bool> emplace(const key_type& key, T&& t) { for (auto it = this->begin(); it != this->end(); ++it) { if (m_compare(it->first, key)) { return {it, false}; } } Container::emplace_back(key, std::forward<T>(t)); ...
O3
cpp
nlohmann::json_abi_v3_11_3::ordered_map<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<...
_ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEE7emplaceERSJ_OSF_: push r15 push r14 push r12 push rbx push rax mov r15, rdx mov r12...
long long nlohmann::json_abi_v3_11_3::ordered_map<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>,minja::Value,std::less<nlohmann::json_abi_v3...
emplace: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV R15,RDX MOV R12,RSI MOV R14,RDI MOV RBX,qword ptr [RDI] CMP RBX,qword ptr [RDI + 0x8] JZ 0x0018ed19 LAB_0018ed00: MOV RDI,RBX MOV RSI,R12 CALL 0x0018d044 TEST AL,AL JNZ 0x0018ed33 ADD RBX,0x60 CMP RBX,qword ptr [R14 + 0x8] JNZ 0x0018ed00 LAB_0018ed19: MOV RDI,R1...
/* nlohmann::json_abi_v3_11_3::ordered_map<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> ...
25,116
my_strxfrm_pad_nweights_unicode
eloqsql/strings/ctype-utf8.c
size_t my_strxfrm_pad_nweights_unicode(uchar *str, uchar *strend, size_t nweights) { uchar *str0; DBUG_ASSERT(str && str <= strend); for (str0= str; str < strend && nweights; nweights--) { *str++= 0x00; if (str < strend) *str++= 0x20; } return str - str0; }
O3
c
my_strxfrm_pad_nweights_unicode: cmpq %rsi, %rdi setae %al testq %rdx, %rdx sete %cl orb %al, %cl movq %rdi, %rax jne 0x70209 pushq %rbp movq %rsp, %rbp decq %rdx movq %rdi, %rcx leaq 0x1(%rcx), %rax movb $0x0, (%rcx) cmpq %rsi, %rax jae 0x701f3 movb $0x20, 0x1(%rcx) addq $0x2, %rcx movq %rcx, %rax addq $-0x1, %rdx set...
my_strxfrm_pad_nweights_unicode: cmp rdi, rsi setnb al test rdx, rdx setz cl or cl, al mov rax, rdi jnz short loc_70209 push rbp mov rbp, rsp dec rdx mov rcx, rdi loc_701DC: lea rax, [rcx+1] mov byte ptr [rcx], 0 cmp rax, rsi jnb short loc_701F3 mov byte ptr [...
long long my_strxfrm_pad_nweights_unicode(_BYTE *a1, unsigned long long a2, long long a3) { _BYTE *v3; // rax long long v4; // rdx _BYTE *v5; // rcx bool v6; // cf v3 = a1; if ( (unsigned long long)a1 < a2 && a3 != 0 ) { v4 = a3 - 1; v5 = a1; do { v3 = v5 + 1; *v5 = 0; ...
my_strxfrm_pad_nweights_unicode: CMP RDI,RSI SETNC AL TEST RDX,RDX SETZ CL OR CL,AL MOV RAX,RDI JNZ 0x00170209 PUSH RBP MOV RBP,RSP DEC RDX MOV RCX,RDI LAB_001701dc: LEA RAX,[RCX + 0x1] MOV byte ptr [RCX],0x0 CMP RAX,RSI JNC 0x001701f3 MOV byte ptr [RCX + 0x1],0x20 ADD RCX,0x2 MOV RAX,RCX LAB_001701f3: ADD RDX,-0x1 SET...
long my_strxfrm_pad_nweights_unicode(int1 *param_1,int1 *param_2,long param_3) { int1 *puVar1; int1 *puVar2; bool bVar3; puVar2 = param_1; if (param_3 != 0 && param_1 < param_2) { param_3 = param_3 + -1; puVar1 = param_1; do { puVar2 = puVar1 + 1; *puVar1 = 0; if (puVar2 < p...
25,117
js_parse_expect
bluesky950520[P]quickjs/quickjs.c
static int js_parse_expect(JSParseState *s, int tok) { char buf[ATOM_GET_STR_BUF_SIZE]; if (s->token.val == tok) return next_token(s); switch(s->token.val) { case TOK_EOF: return js_parse_error(s, "Unexpected end of input"); case TOK_NUMBER: return js_parse_error(s, "Unexpe...
O0
c
js_parse_expect: subq $0x68, %rsp movq %rdi, 0x58(%rsp) movl %esi, 0x54(%rsp) movq 0x58(%rsp), %rax movl 0x20(%rax), %eax cmpl 0x54(%rsp), %eax jne 0xa559e movq 0x58(%rsp), %rdi callq 0x9cfc0 movl %eax, 0x64(%rsp) jmp 0xa56ed movq 0x58(%rsp), %rax movl 0x20(%rax), %eax subl $-0x80, %eax movl %eax, %ecx movq %rcx, 0x8(%...
js_parse_expect: sub rsp, 68h mov [rsp+68h+var_10], rdi mov [rsp+68h+var_14], esi mov rax, [rsp+68h+var_10] mov eax, [rax+20h] cmp eax, [rsp+68h+var_14] jnz short loc_A559E mov rdi, [rsp+68h+var_10] call next_token mov [rsp+68h+var_4], eax jmp loc_A56ED loc_A559E: mov rax,...
long long js_parse_expect( long long a1, int a2, long long a3, __m128 a4, __m128 a5, __m128 a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, long long a12, long long a13, long long a14) { long ...
js_parse_expect: SUB RSP,0x68 MOV qword ptr [RSP + 0x58],RDI MOV dword ptr [RSP + 0x54],ESI MOV RAX,qword ptr [RSP + 0x58] MOV EAX,dword ptr [RAX + 0x20] CMP EAX,dword ptr [RSP + 0x54] JNZ 0x001a559e MOV RDI,qword ptr [RSP + 0x58] CALL 0x0019cfc0 MOV dword ptr [RSP + 0x64],EAX JMP 0x001a56ed LAB_001a559e: MOV RAX,qword...
int4 js_parse_expect(int8 *param_1,int param_2) { int8 uVar1; int1 local_58 [68]; int local_14; int8 *local_10; int4 local_4; local_14 = param_2; local_10 = param_1; if (*(int *)(param_1 + 4) == param_2) { local_4 = next_token(param_1); } else { switch(*(int4 *)(param_1 + 4)) { case...
25,118
js_parse_expect
bluesky950520[P]quickjs/quickjs.c
static int js_parse_expect(JSParseState *s, int tok) { char buf[ATOM_GET_STR_BUF_SIZE]; if (s->token.val == tok) return next_token(s); switch(s->token.val) { case TOK_EOF: return js_parse_error(s, "Unexpected end of input"); case TOK_NUMBER: return js_parse_error(s, "Unexpe...
O2
c
js_parse_expect: pushq %rbx subq $0x40, %rsp movq %rdi, %rbx movl 0x20(%rdi), %eax cmpl %esi, %eax jne 0x55257 movq %rbx, %rdi addq $0x40, %rsp popq %rbx jmp 0x4fa4e leal 0x80(%rax), %ecx cmpl $0x4, %ecx ja 0x5527b leaq 0x2f167(%rip), %rax # 0x843d0 movslq (%rax,%rcx,4), %rcx addq %rax, %rcx jmpq *%rcx leaq 0x31962...
js_parse_expect: push rbx sub rsp, 40h mov rbx, rdi mov eax, [rdi+20h] cmp eax, esi jnz short loc_55257 mov rdi, rbx add rsp, 40h pop rbx jmp next_token loc_55257: lea ecx, [rax+80h]; switch 5 cases cmp ecx, 4 ja short def_55270; jumptable 0000000000055270 default cas...
long long js_parse_expect( long long 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) { ...
js_parse_expect: PUSH RBX SUB RSP,0x40 MOV RBX,RDI MOV EAX,dword ptr [RDI + 0x20] CMP EAX,ESI JNZ 0x00155257 MOV RDI,RBX ADD RSP,0x40 POP RBX JMP 0x0014fa4e LAB_00155257: LEA ECX,[RAX + 0x80] CMP ECX,0x4 JA 0x0015527b LEA RAX,[0x1843d0] MOVSXD RCX,dword ptr [RAX + RCX*0x4] ADD RCX,RAX switchD: JMP RCX caseD_ffffff80: L...
int8 js_parse_expect(int8 *param_1,int param_2) { int iVar1; int8 uVar2; char *pcVar3; int1 auStack_48 [64]; iVar1 = *(int *)(param_1 + 4); if (iVar1 == param_2) { uVar2 = next_token(param_1); return uVar2; } switch(iVar1) { case -0x80: pcVar3 = "Unexpected number"; break; case ...
25,119
mysql_dump_debug_info_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_dump_debug_info_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_dump_debug_info, (parms->mysql), parms->mysql, int, r_int) }
O3
c
mysql_dump_debug_info_start_internal: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movq (%rdi), %rdi movq 0x480(%rdi), %rax movq 0x28(%rax), %rbx callq 0x1c5ae movl %eax, 0x8(%rbx) movl $0x0, (%rbx) addq $0x8, %rsp popq %rbx popq %rbp retq
mysql_dump_debug_info_start_internal: push rbp mov rbp, rsp push rbx push rax mov rdi, [rdi] mov rax, [rdi+480h] mov rbx, [rax+28h] call mysql_dump_debug_info mov [rbx+8], eax mov dword ptr [rbx], 0 add rsp, 8 pop rbx pop rbp retn
long long mysql_dump_debug_info_start_internal(long long *a1) { long long v1; // rdi _DWORD *v2; // rbx long long result; // rax v1 = *a1; v2 = *(_DWORD **)(*(_QWORD *)(v1 + 1152) + 40LL); result = mysql_dump_debug_info(v1); v2[2] = result; *v2 = 0; return result; }
mysql_dump_debug_info_start_internal: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV RDI,qword ptr [RDI] MOV RAX,qword ptr [RDI + 0x480] MOV RBX,qword ptr [RAX + 0x28] CALL 0x0011c5ae MOV dword ptr [RBX + 0x8],EAX MOV dword ptr [RBX],0x0 ADD RSP,0x8 POP RBX POP RBP RET
void mysql_dump_debug_info_start_internal(long *param_1) { int4 *puVar1; int4 uVar2; puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28); uVar2 = mysql_dump_debug_info(); puVar1[2] = uVar2; *puVar1 = 0; return; }
25,120
minja::Parser::parseDictionary()
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseDictionary() { if (consumeToken("{").empty()) return nullptr; std::vector<std::pair<std::shared_ptr<Expression>, std::shared_ptr<Expression>>> elements; if (!consumeToken("}").empty()) { return std::make_shared<DictExpr>(get_location(), std::move(ele...
O1
cpp
minja::Parser::parseDictionary(): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x78, %rsp movq %rsi, %r14 movq %rdi, %r12 leaq 0x10(%rsp), %rax movq %rax, -0x10(%rax) leaq 0x68133(%rip), %rsi # 0xab835 leaq 0x6812d(%rip), %rdx # 0xab836 movq %rsp, %rdi callq 0x1c80a leaq 0x20(%rsp), %...
_ZN5minja6Parser15parseDictionaryEv: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 78h mov r14, rsi mov r12, rdi lea rax, [rsp+0A8h+var_98] mov [rax-10h], rax lea rsi, asc_AB835; "{" lea rdx, asc_AB835+1; "" mov rdi, rsp call _ZNSt7__cxx1112basic_str...
minja::Parser * minja::Parser::parseDictionary(minja::Parser *this, _QWORD *a2) { minja::Parser *v2; // r12 long long v3; // rbx long long v4; // rbx long long v5; // r12 volatile signed __int32 *v6; // r15 long long v7; // r15 long long v8; // rbx long long v9; // r12 long long v10; // rbx long lon...
parseDictionary: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x78 MOV R14,RSI MOV R12,RDI LEA RAX,[RSP + 0x10] MOV qword ptr [RAX + -0x10],RAX LAB_001436fb: LEA RSI,[0x1ab835] LEA RDX,[0x1ab836] MOV RDI,RSP CALL 0x0011c80a LAB_00143711: LEA RDI,[RSP + 0x20] MOV RDX,RSP MOV RSI,R14 MOV ECX,0x1 CALL 0x0...
/* minja::Parser::parseDictionary() */ int8 * minja::Parser::parseDictionary(void) { int8 uVar1; int8 *puVar2; runtime_error *this; int8 *puVar3; long lVar4; int8 *in_RSI; int8 *in_RDI; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *this_00; long *local_a8 [2]; long local_98 [2]; long *local_88;...
25,121
minja::Parser::parseDictionary()
monkey531[P]llama/common/minja.hpp
std::shared_ptr<Expression> parseDictionary() { if (consumeToken("{").empty()) return nullptr; std::vector<std::pair<std::shared_ptr<Expression>, std::shared_ptr<Expression>>> elements; if (!consumeToken("}").empty()) { return std::make_shared<DictExpr>(get_location(), std::move(ele...
O2
cpp
minja::Parser::parseDictionary(): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x88, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0x4db63(%rip), %rsi # 0x8e7e5 leaq 0x10(%rsp), %rdi leaq 0x60(%rsp), %r15 movq %r15, %rdx callq 0x22836 movq %rbx, 0x38(%rsp) leaq 0x40(%rsp), %rdi leaq 0x10(%rsp...
_ZN5minja6Parser15parseDictionaryEv: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 88h mov r14, rsi mov rbx, rdi lea rsi, asc_8E7E5; "{" lea rdi, [rsp+0B8h+var_A8] lea r15, [rsp+0B8h+var_58] mov rdx, r15 call _ZNSt7__cxx1112basic_stringIcSt11char_traitsI...
minja::Parser * minja::Parser::parseDictionary(minja::Parser *this, _QWORD *a2) { long long v2; // rbx long long v3; // rbx minja::Parser *v4; // rbx long long v5; // r13 long long v6; // rbx __int128 v7; // xmm0 std::runtime_error *exception; // r14 _OWORD v10[2]; // [rsp+10h] [rbp-A8h] BYREF minja::...
parseDictionary: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x88 MOV R14,RSI MOV RBX,RDI LAB_00140c7b: LEA RSI,[0x18e7e5] LEA RDI,[RSP + 0x10] LEA R15,[RSP + 0x60] MOV RDX,R15 CALL 0x00122836 LAB_00140c94: MOV qword ptr [RSP + 0x38],RBX LEA RDI,[RSP + 0x40] LEA RDX,[RSP + 0x10] PUSH 0x1 POP RCX MOV R...
/* minja::Parser::parseDictionary() */ int8 * minja::Parser::parseDictionary(void) { int8 uVar1; long lVar2; runtime_error *this; long in_RSI; int8 *in_RDI; allocator local_a9; int8 local_a8; int8 auStack_a0 [4]; int8 *local_80; string local_78 [8]; long local_70 [3]; int8 local_58; int8 uS...
25,122
my_copy_8bit
eloqsql/strings/ctype-simple.c
size_t my_copy_8bit(CHARSET_INFO *cs __attribute__((unused)), char *dst, size_t dst_length, const char *src, size_t src_length, size_t nchars, MY_STRCOPY_STATUS *status) { set_if_smaller(src_length, dst_length); set_if_smaller(src_length, nchars); if (src_length) memmove...
O3
c
my_copy_8bit: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rcx, %r14 movq %rdx, %rbx movq 0x10(%rbp), %r15 cmpq %rdx, %r8 cmovbq %r8, %rbx cmpq %r9, %rbx cmovaeq %r9, %rbx testq %rbx, %rbx je 0xc0ca5 movq %rsi, %rdi movq %r14, %rsi movq %rbx, %rdx callq 0x2a140 addq %rbx, %r14 movq %r14,...
my_copy_8bit: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14, rcx mov rbx, rdx mov r15, [rbp+arg_0] cmp r8, rdx cmovb rbx, r8 cmp rbx, r9 cmovnb rbx, r9 test rbx, rbx jz short loc_C0CA5 mov rdi, rsi mov rsi, r14 mov rdx, rbx call _memmo...
unsigned long long my_copy_8bit( long long a1, long long a2, unsigned long long a3, long long a4, unsigned long long a5, unsigned long long a6, _QWORD *a7) { unsigned long long v8; // rbx v8 = a3; if ( a5 < a3 ) v8 = a5; if ( v8 >= a6 ) v8 = a6; ...
my_copy_8bit: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14,RCX MOV RBX,RDX MOV R15,qword ptr [RBP + 0x10] CMP R8,RDX CMOVC RBX,R8 CMP RBX,R9 CMOVNC RBX,R9 TEST RBX,RBX JZ 0x001c0ca5 MOV RDI,RSI MOV RSI,R14 MOV RDX,RBX CALL 0x0012a140 LAB_001c0ca5: ADD R14,RBX MOV qword ptr [R15],R14 MOV qword ptr [R...
size_t my_copy_8bit(int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5, ulong param_6,long *param_7) { if (param_5 < param_3) { param_3 = param_5; } if (param_6 <= param_3) { param_3 = param_6; } if (param_3 != 0) { memmove(param_2,param_4,param_3); } *pa...
25,123
evmone::instr::core::exp(evmone::StackTop, long, evmone::ExecutionState&)
corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/instructions.hpp
inline Result exp(StackTop stack, int64_t gas_left, ExecutionState& state) noexcept { const auto& base = stack.pop(); auto& exponent = stack.top(); const auto exponent_significant_bytes = static_cast<int>(intx::count_significant_bytes(exponent)); const auto exponent_cost = state.rev >= EVMC_SPU...
O0
cpp
evmone::instr::core::exp(evmone::StackTop, long, evmone::ExecutionState&): pushq %rbp movq %rsp, %rbp subq $0xf0, %rsp movq %rdi, -0x18(%rbp) movq %rsi, -0x20(%rbp) movq %rdx, -0x28(%rbp) leaq -0x18(%rbp), %rdi callq 0x611b0 movq %rax, -0x30(%rbp) leaq -0x18(%rbp), %rdi callq 0x611d0 movq %rax, -0x38(%rbp) movq -0x38(%...
_ZN6evmone5instr4core3expENS_8StackTopElRNS_14ExecutionStateE: push rbp mov rbp, rsp sub rsp, 0F0h mov [rbp+var_18], rdi mov [rbp+var_20], rsi mov [rbp+var_28], rdx lea rdi, [rbp+var_18]; this call _ZN6evmone8StackTop3popEv; evmone::StackTop::pop(void) mov [rbp+var_30], rax lea rdi...
long long evmone::instr::core::exp(long long a1, long long a2, long long a3) { int v3; // r8d int v4; // r9d int v5; // eax _QWORD *v6; // rax _QWORD v8[4]; // [rsp+88h] [rbp-68h] BYREF int v9; // [rsp+ACh] [rbp-44h] int v10; // [rsp+B0h] [rbp-40h] int v11; // [rsp+B4h] [rbp-3Ch] _QWORD *v12; // [rsp...
exp: PUSH RBP MOV RBP,RSP SUB RSP,0xf0 MOV qword ptr [RBP + -0x18],RDI MOV qword ptr [RBP + -0x20],RSI MOV qword ptr [RBP + -0x28],RDX LEA RDI,[RBP + -0x18] CALL 0x001611b0 MOV qword ptr [RBP + -0x30],RAX LEA RDI,[RBP + -0x18] CALL 0x001611d0 MOV qword ptr [RBP + -0x38],RAX MOV RDI,qword ptr [RBP + -0x38] CALL 0x00166e...
/* evmone::instr::core::exp(evmone::StackTop, long, evmone::ExecutionState&) */ int1 [16] evmone::instr::core::exp(int8 param_1,long param_2,long param_3) { int1 auVar1 [16]; int8 local_70; int8 local_68; int8 local_60; int8 local_58; int local_4c; int local_48; uint local_44; uint *local_40; in...
25,124
ma_checkpoint_end
eloqsql/storage/maria/ma_checkpoint.c
void ma_checkpoint_end(void) { DBUG_ENTER("ma_checkpoint_end"); /* Some intentional crash methods, usually triggered by SET MARIA_CHECKPOINT_INTERVAL=X */ DBUG_EXECUTE_IF("maria_flush_bitmap", { DBUG_PRINT("maria_flush_bitmap", ("now")); flush_al...
O3
c
ma_checkpoint_end: cmpb $0x0, 0x3146ee(%rip) # 0x3871e1 je 0x72b2e pushq %rbp movq %rsp, %rbp leaq 0x3146d8(%rip), %rdi # 0x3871d8 callq 0x73099 movq 0xb8fb54(%rip), %rdi # 0xc02660 callq 0xa2e9e movq 0xb8fb50(%rip), %rdi # 0xc02668 callq 0xa2e9e xorl %eax, %eax movq %rax, 0xb8fb42(%rip) # 0xc02668 movq ...
ma_checkpoint_end: cmp cs:byte_3871E1, 0 jz short locret_72B2E push rbp mov rbp, rsp lea rdi, checkpoint_control call ma_service_thread_control_end mov rdi, cs:dfiles call my_free mov rdi, cs:kfiles call my_free xor eax, eax mov cs:kfiles, rax mov cs:dfiles, rax pop ...
long long ma_checkpoint_end() { long long result; // rax if ( byte_3871E1 ) { ma_service_thread_control_end(&checkpoint_control); my_free(dfiles); my_free(kfiles); result = 0LL; kfiles = 0LL; dfiles = 0LL; } return result; }
ma_checkpoint_end: CMP byte ptr [0x004871e1],0x0 JZ 0x00172b2e PUSH RBP MOV RBP,RSP LEA RDI,[0x4871d8] CALL 0x00173099 MOV RDI,qword ptr [0x00d02660] CALL 0x001a2e9e MOV RDI,qword ptr [0x00d02668] CALL 0x001a2e9e XOR EAX,EAX MOV qword ptr [0x00d02668],RAX MOV qword ptr [0x00d02660],RAX POP RBP LAB_00172b2e: RET
void ma_checkpoint_end(void) { if (checkpoint_control[9] != '\0') { ma_service_thread_control_end(checkpoint_control); my_free(dfiles); my_free(kfiles); kfiles = 0; dfiles = 0; } return; }
25,125
my_fill_ucs2
eloqsql/strings/ctype-ucs2.c
static void my_fill_ucs2(CHARSET_INFO *cs __attribute__((unused)), char *s, size_t l, int fill) { DBUG_ASSERT(fill <= 0xFFFF); #ifdef WAITING_FOR_GCC_VECTORIZATION_BUG_TO_BE_FIXED /* This code with int2store() is known to be faster on some processors, but crashes on other processors due to a p...
O0
c
my_fill_ucs2: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movl %ecx, -0x1c(%rbp) jmp 0x13f6e5 jmp 0x13f6e7 cmpq $0x2, -0x18(%rbp) jb 0x13f729 jmp 0x13f6f0 movl -0x1c(%rbp), %eax sarl $0x8, %eax movb %al, %cl movq -0x10(%rbp), %rax movb %cl, (%rax) movl -0x1c(%rbp), %ea...
my_fill_ucs2: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_1C], ecx jmp short $+2 loc_13F6E5: jmp short $+2 loc_13F6E7: cmp [rbp+var_18], 2 jb short loc_13F729 jmp short $+2 loc_13F6F0: mov eax, [rbp+var_1C] sar e...
unsigned long long my_fill_ucs2(long long a1, _BYTE *a2, unsigned long long a3, __int16 a4) { unsigned long long result; // rax while ( a3 >= 2 ) { *a2 = HIBYTE(a4); a2[1] = a4; a2 += 2; result = a3 - 2; a3 -= 2LL; } return result; }
25,126
my_fill_ucs2
eloqsql/strings/ctype-ucs2.c
static void my_fill_ucs2(CHARSET_INFO *cs __attribute__((unused)), char *s, size_t l, int fill) { DBUG_ASSERT(fill <= 0xFFFF); #ifdef WAITING_FOR_GCC_VECTORIZATION_BUG_TO_BE_FIXED /* This code with int2store() is known to be faster on some processors, but crashes on other processors due to a p...
O3
c
my_fill_ucs2: cmpq $0x2, %rdx jb 0xcdf02 pushq %rbp movq %rsp, %rbp movl %ecx, %eax shrl $0x8, %eax movb %al, (%rsi) movb %cl, 0x1(%rsi) addq $0x2, %rsi addq $-0x2, %rdx cmpq $0x1, %rdx ja 0xcdeee popq %rbp retq
my_fill_ucs2: cmp rdx, 2 jb short locret_CDF02 push rbp mov rbp, rsp mov eax, ecx shr eax, 8 loc_CDEEE: mov [rsi], al mov [rsi+1], cl add rsi, 2 add rdx, 0FFFFFFFFFFFFFFFEh cmp rdx, 1 ja short loc_CDEEE pop rbp locret_CDF02: retn
void my_fill_ucs2(long long a1, _BYTE *a2, unsigned long long a3, __int16 a4) { bool v4; // cf if ( a3 >= 2 ) { do { *a2 = HIBYTE(a4); a2[1] = a4; a2 += 2; v4 = a3 == 2; a3 -= 2LL; } while ( !v4 && a3 != 1 ); } }
my_fill_ucs2: CMP RDX,0x2 JC 0x001cdf02 PUSH RBP MOV RBP,RSP MOV EAX,ECX SHR EAX,0x8 LAB_001cdeee: MOV byte ptr [RSI],AL MOV byte ptr [RSI + 0x1],CL ADD RSI,0x2 ADD RDX,-0x2 CMP RDX,0x1 JA 0x001cdeee POP RBP LAB_001cdf02: RET
void my_fill_ucs2(int8 param_1,int1 *param_2,ulong param_3,int4 param_4) { if (1 < param_3) { do { *param_2 = (char)((uint)param_4 >> 8); param_2[1] = (char)param_4; param_2 = param_2 + 2; param_3 = param_3 - 2; } while (1 < param_3); } return; }
25,127
void ggml_easy::ctx::build_utils::debug_print<char const (&) [7]>(ggml_tensor*, char const (&) [7])
ngxson[P]ggml-easy/ggml-easy.h
void debug_print(ggml_tensor * t, Params&&... params) { std::string name = string_format(std::forward<Params>(params)...); if (t->flags) { // prevent renaming input/output tensor name by accident t = ggml_cpy(gf_ctx, t, ggml_dup_tensor(gf_ctx, t)); } ...
O2
c
void ggml_easy::ctx::build_utils::debug_print<char const (&) [7]>(ggml_tensor*, char const (&) [7]): pushq %r15 pushq %r14 pushq %rbx subq $0x30, %rsp movq %rsi, %r14 movq %rdi, %rbx movq %rsp, %rdi movq %rdx, %rsi xorl %eax, %eax callq 0x64ab cmpl $0x0, 0x94(%r14) je 0xbb89 movq (%rbx), %r15 movq %r15, %rdi movq %r14,...
_ZN9ggml_easy3ctx11build_utils11debug_printIJRA7_KcEEEvP11ggml_tensorDpOT_: push r15 push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi mov rdi, rsp mov rsi, rdx xor eax, eax call _ZN9ggml_easy13string_formatB5cxx11EPKcz; ggml_easy::string_format(char const*,...) cmp dword ...
long long ggml_easy::ctx::build_utils::debug_print<char const(&)[7]>( _QWORD *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, ...
debug_print<char_const(&)[7]>: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI MOV RDI,RSP MOV RSI,RDX XOR EAX,EAX CALL 0x001064ab CMP dword ptr [R14 + 0x94],0x0 JZ 0x0010bb89 MOV R15,qword ptr [RBX] LAB_0010bb6d: MOV RDI,R15 MOV RSI,R14 CALL 0x00105430 MOV RDI,R15 MOV RSI,R14 MOV RDX,RAX CALL 0x001055a...
/* void ggml_easy::ctx::build_utils::debug_print<char const (&) [7]>(ggml_tensor*, char const (&) [7]) */ void __thiscall ggml_easy::ctx::build_utils::debug_print<char_const(&)[7]> (build_utils *this,ggml_tensor *param_1,char *param_2) { int8 uVar1; int8 uVar2; char *local_48 [4]; ggml_tensor *l...
25,128
my_mb_wc_euc_kr
eloqsql/strings/ctype-euc_kr.c
static int my_mb_wc_euc_kr(CHARSET_INFO *cs __attribute__((unused)), my_wc_t *pwc, const uchar *s, const uchar *e) { int hi; if (s >= e) return MY_CS_TOOSMALL; if ((hi= s[0]) < 0x80) { pwc[0]=hi; return 1; } if (s+2>e) return MY_CS_TOOSMALL2; if (!IS_MB2_CHAR(hi, s[1])) ...
O0
c
my_mb_wc_euc_kr: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x20(%rbp), %rax cmpq -0x28(%rbp), %rax jb 0x428be movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x429ab movq -0x20(%rbp), %rax movzbl (%rax), %eax movl %e...
my_mb_wc_euc_kr: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_20] cmp rax, [rbp+var_28] jb short loc_428BE mov [rbp+var_4], 0FFFFFF9Bh jmp loc_429AB loc_428BE: mov rax, [rb...
long long my_mb_wc_euc_kr(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4) { int v4; // eax unsigned int v6; // [rsp+4h] [rbp-2Ch] if ( (unsigned long long)a3 < a4 ) { v6 = *a3; if ( v6 >= 0x80 ) { if ( (unsigned long long)(a3 + 2) <= a4 ) { if ( (unsigned ...
my_mb_wc_euc_kr: 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 qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x20] CMP RAX,qword ptr [RBP + -0x28] JC 0x001428be MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x001429ab LAB_001428...
int4 my_mb_wc_euc_kr(int8 param_1,long *param_2,byte *param_3,byte *param_4) { uint uVar1; int iVar2; int4 local_c; if (param_3 < param_4) { uVar1 = (uint)*param_3; if (uVar1 < 0x80) { *param_2 = (long)(int)uVar1; local_c = 1; } else if (param_4 < param_3 + 2) { local_c = ...
25,129
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
void reset() noexcept { token_buffer.clear(); token_string.clear(); token_string.push_back(char_traits<char_type>::to_char_type(current)); }
O2
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE5resetEv: push rax mov rax, rdi and qword ptr [rdi+58h], ...
void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> 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>,nlohm...
reset: PUSH RAX MOV RAX,RDI AND qword ptr [RDI + 0x58],0x0 MOV RCX,qword ptr [RDI + 0x50] MOV byte ptr [RCX],0x0 ADD RDI,0x38 MOV RCX,qword ptr [RAX + 0x38] CMP qword ptr [RAX + 0x40],RCX JZ 0x0013ea20 MOV qword ptr [RAX + 0x40],RCX LAB_0013ea20: MOV AL,byte ptr [RAX + 0x14] LEA RSI,[RSP + 0x7] MOV byte ptr [RSI],AL LA...
/* 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...
25,130
rtree_find_next
eloqsql/storage/myisam/rt_index.c
int rtree_find_next(MI_INFO *info, uint keynr, uint search_flag) { my_off_t root; uint nod_cmp_flag; MI_KEYDEF *keyinfo = info->s->keyinfo + keynr; /* At the moment index can only properly handle the MBR_INTERSECT, so we use it for all sorts of queries. TODO: better searsh for CONTAINS/WITHIN. */ ...
O0
c
rtree_find_next: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movl %edx, -0x18(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x218(%rax), %rax movl -0x14(%rbp), %ecx imulq $0x70, %rcx, %rcx addq %rcx, %rax movq %rax, -0x30(%rbp) movl $0x400, -0x24(%rbp) # imm = 0x4...
rtree_find_next: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_18], edx mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+218h] mov ecx, [rbp+var_14] imul rcx, 70h ; 'p' add rax, rcx mov [rbp+var_30], rax mov [rbp+var_2...
long long rtree_find_next(long long a1, const char *a2) { unsigned long long v3; // [rsp+0h] [rbp-40h] unsigned long long i; // [rsp+8h] [rbp-38h] long long v5; // [rsp+10h] [rbp-30h] long long v6; // [rsp+20h] [rbp-20h] unsigned int v7; // [rsp+2Ch] [rbp-14h] _QWORD *v8; // [rsp+30h] [rbp-10h] v8 = (_Q...
rtree_find_next: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV dword ptr [RBP + -0x18],EDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x218] MOV ECX,dword ptr [RBP + -0x14] IMUL RCX,RCX,0x70 ADD RAX,RCX MOV qword ptr [RBP + -0...
int4 rtree_find_next(long *param_1,uint param_2) { long lVar1; int iVar2; long lVar3; ulong uVar4; int4 *puVar5; void *local_40; int4 local_c; lVar3 = *(long *)(*param_1 + 0x218) + (ulong)param_2 * 0x70; if ((*(uint *)(param_1 + 0x3a) & 8) == 0) { if (*(char *)((long)param_1 + 0x33d) == '\0')...
25,131
type_union_create
tsotchke[P]eshkol/src/core/utils/type_creation.c
Type* type_union_create(Arena* arena, size_t variant_count, Type** variants) { assert(variant_count == 0 || variants != NULL); Type* type = arena_alloc(arena, sizeof(Type)); if (!type) return NULL; type->kind = TYPE_UNION; type->union_type.variant_count = variant_count; type->union_typ...
O3
c
type_union_create: pushq %r14 pushq %rbx pushq %rax testq %rsi, %rsi sete %al testq %rdx, %rdx setne %cl orb %al, %cl je 0x2e44 movq %rdx, %rbx movq %rsi, %r14 movl $0x28, %esi callq 0x2877 testq %rax, %rax je 0x2e3c movl $0xb, (%rax) movq %r14, 0x8(%rax) movq %rbx, 0x10(%rax) addq $0x8, %rsp popq %rbx popq %r14 retq l...
type_union_create: push r14 push rbx push rax test rsi, rsi setz al test rdx, rdx setnz cl or cl, al jz short loc_2E44 mov rbx, rdx mov r14, rsi mov esi, 28h ; '(' call arena_alloc test rax, rax jz short loc_2E3C mov dword ptr [rax], 0Bh mov [rax+8], r14 mov ...
long long type_union_create(long long a1, long long a2, long long a3) { long long result; // rax if ( a2 != 0 && a3 == 0 ) __assert_fail( "variant_count == 0 || variants != NULL", "/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src/core/utils/type_creation.c", 180LL, "Type *...
type_union_create: PUSH R14 PUSH RBX PUSH RAX TEST RSI,RSI SETZ AL TEST RDX,RDX SETNZ CL OR CL,AL JZ 0x00102e44 MOV RBX,RDX MOV R14,RSI MOV ESI,0x28 CALL 0x00102877 TEST RAX,RAX JZ 0x00102e3c MOV dword ptr [RAX],0xb MOV qword ptr [RAX + 0x8],R14 MOV qword ptr [RAX + 0x10],RBX LAB_00102e3c: ADD RSP,0x8 POP RBX POP R14 R...
void type_union_create(int8 param_1,long param_2,long param_3) { int4 *puVar1; if (param_3 != 0 || param_2 == 0) { puVar1 = (int4 *)arena_alloc(param_1,0x28); if (puVar1 != (int4 *)0x0) { *puVar1 = 0xb; *(long *)(puVar1 + 2) = param_2; *(long *)(puVar1 + 4) = param_3; } return...
25,132
js_async_generator_resolve
bluesky950520[P]quickjs/quickjs.c
static void js_async_generator_resolve(JSContext *ctx, JSAsyncGeneratorData *s, JSValue value, BOOL done) { JSValue result; result = js_create_iterator_result(ctx, js_dup(value), done); /* XX...
O1
c
js_async_generator_resolve: pushq %r15 pushq %r14 pushq %r12 pushq %rbx pushq %rax movq %rsi, %r14 movq %rdi, %rbx movq %rdx, (%rsp) cmpl $-0x9, %ecx jb 0x55aad movq (%rsp), %rax incl (%rax) movq %rbx, %rdi movq %rdx, %rsi movq %rcx, %rdx movl %r8d, %ecx callq 0x3ef02 movq %rax, %r15 movq %rdx, %r12 movq %rbx, %rdi mov...
js_async_generator_resolve: push r15 push r14 push r12 push rbx push rax mov r14, rsi mov rbx, rdi mov [rsp+28h+var_28], rdx cmp ecx, 0FFFFFFF7h jb short loc_55AAD mov rax, [rsp+28h+var_28] inc dword ptr [rax] loc_55AAD: mov rdi, rbx mov rsi, rdx mov rdx, rcx mov ...
long long js_async_generator_resolve( long long a1, long long a2, _DWORD *a3, long long a4, int a5, double a6, __m128 a7, __m128 a8, __m128 a9, double a10, double a11, __m128 a12, __m128 a13) { _DWORD *iterator_re...
js_async_generator_resolve: PUSH R15 PUSH R14 PUSH R12 PUSH RBX PUSH RAX MOV R14,RSI MOV RBX,RDI MOV qword ptr [RSP],RDX CMP ECX,-0x9 JC 0x00155aad MOV RAX,qword ptr [RSP] INC dword ptr [RAX] LAB_00155aad: MOV RDI,RBX MOV RSI,RDX MOV RDX,RCX MOV ECX,R8D CALL 0x0013ef02 MOV R15,RAX MOV R12,RDX MOV RDI,RBX MOV RSI,R14 MO...
void js_async_generator_resolve (long param_1,int8 param_2,int *param_3,int8 param_4,int4 param_5) { int1 auVar1 [16]; if (0xfffffff6 < (uint)param_4) { *param_3 = *param_3 + 1; } auVar1 = js_create_iterator_result(param_1,param_3,param_4,param_5); js_async_generator_resolve_or_reject(...
25,133
nlohmann::json_abi_v3_11_3::detail::iteration_proxy<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...
monkey531[P]llama/common/./json.hpp
iteration_proxy_value<IteratorType> begin() const noexcept { return iteration_proxy_value<IteratorType>(container->begin()); }
O3
cpp
nlohmann::json_abi_v3_11_3::detail::iteration_proxy<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...
_ZNK8nlohmann16json_abi_v3_11_36detail15iteration_proxyINS1_9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEEEEE5beginEv: push rbx sub rsp, 20h mov rbx, rdi mov rax, [rsi] mov [rsp+28h+var_28], rax xor...
long long nlohmann::json_abi_v3_11_3::detail::iteration_proxy<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<unsigne...
begin: PUSH RBX SUB RSP,0x20 MOV RBX,RDI MOV RAX,qword ptr [RSI] MOV qword ptr [RSP],RAX XORPS XMM0,XMM0 MOVUPS xmmword ptr [RSP + 0x8],XMM0 MOV RCX,-0x8000000000000000 MOV qword ptr [RSP + 0x18],RCX MOVZX ECX,byte ptr [RAX] TEST ECX,ECX JZ 0x001942f9 CMP ECX,0x2 JZ 0x001942eb CMP ECX,0x1 JNZ 0x00194304 MOV RAX,qword p...
/* nlohmann::json_abi_v3_11_3::detail::iteration_proxy<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, st...
25,134
my_strnxfrm_unicode_full_bin
eloqsql/strings/ctype-utf8.c
size_t my_strnxfrm_unicode_full_bin(CHARSET_INFO *cs, uchar *dst, size_t dstlen, uint nweights, const uchar *src, size_t srclen, uint flags) { uchar *dst0= dst; uchar *de= dst + dstlen; dst+= my_strnxfrm_unicode_full_bin_internal(cs, dst, de, &nweights, ...
O3
c
my_strnxfrm_unicode_full_bin: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x10, %rsp movq %rdx, %r12 movq %rsi, %rbx movl 0x10(%rbp), %r15d leaq -0x24(%rbp), %rax movl %ecx, (%rax) leaq (%rsi,%rdx), %r14 addq %r8, %r9 movq %r14, %rdx movq %rax, %rcx callq 0xcb743 leaq (%rbx,%rax), %rcx ...
my_strnxfrm_unicode_full_bin: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 10h mov r12, rdx mov rbx, rsi mov r15d, [rbp+arg_0] lea rax, [rbp+var_24] mov [rax], ecx lea r14, [rsi+rdx] add r9, r8 mov rdx, r14 mov rcx, rax call my_strnxfrm...
long long my_strnxfrm_unicode_full_bin( long long a1, _BYTE *a2, long long a3, int a4, long long a5, long long a6, unsigned int a7) { unsigned long long v8; // r14 long long v9; // rax _BYTE *v10; // rcx _BYTE *v11; // r12 _BYTE *v12; // rax int v13; ...
my_strnxfrm_unicode_full_bin: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R12,RDX MOV RBX,RSI MOV R15D,dword ptr [RBP + 0x10] LEA RAX,[RBP + -0x24] MOV dword ptr [RAX],ECX LEA R14,[RSI + RDX*0x1] ADD R9,R8 MOV RDX,R14 MOV RCX,RAX CALL 0x001cb743 LEA RCX,[RBX + RAX*0x1] TEST R15B,0x40 JNZ 0...
long my_strnxfrm_unicode_full_bin (int8 param_1,long param_2,long param_3,int param_4,long param_5,long param_6, uint param_7) { int1 *puVar1; long lVar2; int1 *puVar3; int1 *puVar4; int local_2c; puVar1 = (int1 *)(param_2 + param_3); local_2c = param_4; lVar2 = my_str...
25,135
mthd_my_send_cmd
eloqsql/libmariadb/libmariadb/mariadb_lib.c
int mthd_my_send_cmd(MYSQL *mysql,enum enum_server_command command, const char *arg, size_t length, my_bool skip_check, void *opt_arg) { NET *net= &mysql->net; int result= -1; if (mysql->net.pvio == 0) { /* Do reconnect if possible */ if (mariadb_reconnect(mysql)) return(1); } if (mysq...
O0
c
mthd_my_send_cmd: pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movb %r8b, %al movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movb %al, -0x29(%rbp) movq %r9, -0x38(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x40(%rbp) movl $0xffffffff, -0x44(%rbp) # imm = 0xFFFFFFFF movq -0x10(%...
mthd_my_send_cmd: push rbp mov rbp, rsp sub rsp, 90h mov al, r8b mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov [rbp+var_29], al mov [rbp+var_38], r9 mov rax, [rbp+var_10] mov [rbp+var_40], rax mov [rbp+var_44], 0FFFFFFFFh m...
long long mthd_my_send_cmd(long long a1, long long a2, char *a3, long long a4, char a5, long long a6) { long long v6; // rdx long long v7; // rcx int v8; // r8d int v9; // r9d long long v10; // rdx long long v12; // [rsp+8h] [rbp-88h] long long v13; // [rsp+28h] [rbp-68h] unsigned int v14; // [rsp+4Ch]...
mthd_my_send_cmd: PUSH RBP MOV RBP,RSP SUB RSP,0x90 MOV AL,R8B 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 byte ptr [RBP + -0x29],AL MOV qword ptr [RBP + -0x38],R9 MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x40],RAX MOV ...
uint mthd_my_send_cmd(long *param_1,uint param_2,char *param_3,size_t param_4,char param_5, int8 param_6) { char cVar1; int iVar2; uint uVar3; long lVar4; size_t local_90; size_t local_70; uint local_4c; char local_31; char *local_28; local_4c = 0xffffffff; if ((*param_1 ...
25,136
ftxui::(anonymous namespace)::FocusCursor::Render(ftxui::Screen&)
Andrewchistyakov[P]flashcards_lyc/build_O2/_deps/ftxui-src/src/ftxui/dom/frame.cpp
void Render(Screen& screen) override { Select::Render(screen); // NOLINT screen.SetCursor(Screen::Cursor{ box_.x_min, box_.y_min, shape_, }); }
O2
cpp
ftxui::(anonymous namespace)::FocusCursor::Render(ftxui::Screen&): pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 callq 0x1efe0 movl 0x4c(%r14), %eax movl 0x54(%r14), %ecx movl 0x5c(%r14), %edx shlq $0x20, %rcx orq %rax, %rcx movq %rcx, 0x30(%rbx) movl %edx, 0x38(%rbx) addq $0x8, %rsp popq %rbx popq %...
_ZN5ftxui12_GLOBAL__N_111FocusCursor6RenderERNS_6ScreenE: push r14 push rbx push rax mov rbx, rsi mov r14, rdi call _ZN5ftxui4Node6RenderERNS_6ScreenE; ftxui::Node::Render(ftxui::Screen &) mov eax, [r14+4Ch] mov ecx, [r14+54h] mov edx, [r14+5Ch] shl rcx, 20h or rcx, rax mov ...
long long ftxui::`anonymous namespace'::FocusCursor::Render( ftxui::_anonymous_namespace_::FocusCursor *this, ftxui::Screen *a2) { long long result; // rax int v3; // edx ftxui::Node::Render(this, a2); result = *((unsigned int *)this + 19); v3 = *((_DWORD *)this + 23); *((_QWORD *)a2 + 6) ...
Render: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI CALL 0x0011efe0 MOV EAX,dword ptr [R14 + 0x4c] MOV ECX,dword ptr [R14 + 0x54] MOV EDX,dword ptr [R14 + 0x5c] SHL RCX,0x20 OR RCX,RAX MOV qword ptr [RBX + 0x30],RCX MOV dword ptr [RBX + 0x38],EDX ADD RSP,0x8 POP RBX POP R14 RET
/* ftxui::(anonymous namespace)::FocusCursor::Render(ftxui::Screen&) */ void __thiscall ftxui::(anonymous_namespace)::FocusCursor::Render(FocusCursor *this,Screen *param_1) { int4 uVar1; Node::Render((Node *)this,param_1); uVar1 = *(int4 *)(this + 0x5c); *(ulong *)(param_1 + 0x30) = CONCAT44(*(int4 *)(thi...
25,137
my_wc_mb_latin1
eloqsql/strings/ctype-latin1.c
static int my_wc_mb_latin1(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *str, uchar *end __attribute__((unused))) { const uchar *pl; if (str >= end) return MY_CS_TOOSMALL; if (wc > 0xFFFF) return MY_CS_ILUNI; pl= uni_to_cs[wc >> 8]; str[0]= pl ? pl[wc & 0xFF]...
O0
c
my_wc_mb_latin1: pushq %rbp movq %rsp, %rbp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq %rcx, -0x28(%rbp) movq -0x20(%rbp), %rax cmpq -0x28(%rbp), %rax jb 0x9db8a movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0x9dc11 cmpq $0xffff, -0x18(%rbp) # imm = 0xFFFF jbe 0x9db9d movl $0x0, ...
my_wc_mb_latin1: push rbp mov rbp, rsp mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_20] cmp rax, [rbp+var_28] jb short loc_9DB8A mov [rbp+var_4], 0FFFFFF9Bh jmp loc_9DC11 loc_9DB8A: cmp [rbp+var_18], 0FFFFh jbe ...
long long my_wc_mb_latin1(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { bool v5; // [rsp+1h] [rbp-35h] char v6; // [rsp+2h] [rbp-34h] long long v7; // [rsp+6h] [rbp-30h] if ( (unsigned long long)a3 < a4 ) { if ( a2 <= 0xFFFF ) { v7 = (long long)*(&uni_to_cs + (a2 >> ...
my_wc_mb_latin1: PUSH RBP MOV RBP,RSP 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 + -0x20] CMP RAX,qword ptr [RBP + -0x28] JC 0x0019db8a MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x0019dc11 LAB_0019db8a: CMP qword...
uint my_wc_mb_latin1(int8 param_1,ulong param_2,char *param_3,char *param_4) { char cVar1; uint local_c; if (param_3 < param_4) { if (param_2 < 0x10000) { if (*(long *)(uni_to_cs + (param_2 >> 8) * 8) == 0) { cVar1 = '\0'; } else { cVar1 = *(char *)(*(long *)(uni_to_cs +...
25,138
google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/message_field_lite.cc
ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) : descriptor_(descriptor), messageBitIndex_(messageBitIndex), name_resolver_(context->GetNameResolver()) { SetMessageVariables(descriptor, messageBitInd...
O0
cpp
google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*): subq $0x68, %rsp movq %rdi, 0x60(%rsp) movq %rsi, 0x58(%rsp) movl %edx, 0x54(%rsp) movq %rcx, 0x48(%rsp) movq 0x60(%rsp), %...
_ZN6google8protobuf8compiler4java34ImmutableMessageFieldLiteGeneratorC2EPKNS0_15FieldDescriptorEiPNS2_7ContextE: sub rsp, 68h mov [rsp+68h+var_8], rdi mov [rsp+68h+var_10], rsi mov [rsp+68h+var_14], edx mov [rsp+68h+var_20], rcx mov rdi, [rsp+68h+var_8]; this mov [rsp+68h+var_48], rdi call ...
long long google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator( google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator *this, const google::protobuf::FieldDescriptor *a2, unsigned int a3, google::protobuf::compiler::java:...
25,139
google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/message_field_lite.cc
ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator( const FieldDescriptor* descriptor, int messageBitIndex, Context* context) : descriptor_(descriptor), messageBitIndex_(messageBitIndex), name_resolver_(context->GetNameResolver()) { SetMessageVariables(descriptor, messageBitInd...
O3
cpp
google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rcx, %r12 movl %edx, %ebp movq %rsi, %r15 movq %rdi, %rbx leaq...
_ZN6google8protobuf8compiler4java34ImmutableMessageFieldLiteGeneratorC2EPKNS0_15FieldDescriptorEiPNS2_7ContextE: push rbp; void * push r15; int push r14; int push r12; char push rbx; int mov r12, rcx mov ebp, edx mov r15, rsi mov rbx, rdi lea rax, off_279D10 mov [rdi], rax mov ...
ImmutableMessageFieldLiteGenerator: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV R12,RCX MOV EBP,EDX MOV R15,RSI MOV RBX,RDI LEA RAX,[0x379d10] MOV qword ptr [RDI],RAX MOV qword ptr [RDI + 0x8],RSI LEA R14,[RDI + 0x10] LEA RAX,[RDI + 0x18] MOV dword ptr [RDI + 0x18],0x0 XOR ECX,ECX MOV qword ptr [RDI + 0x20],RCX MO...
/* google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator::ImmutableMessageFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*) */ void __thiscall google::protobuf::compiler::java::ImmutableMessageFieldLiteGenerator:: ImmutableMessageFieldLiteG...
25,140
get_head_or_tail_page
eloqsql/storage/maria/ma_blockrec.c
static my_bool get_head_or_tail_page(MARIA_HA *info, const MARIA_BITMAP_BLOCK *block, uchar *buff, uint length, uint page_type, enum pagecache_page_lock lock, struct st_row...
O0
c
get_head_or_tail_page: pushq %rbp movq %rsp, %rbp subq $0xa0, %rsp movq 0x10(%rbp), %rax movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movl %ecx, -0x24(%rbp) movl %r8d, -0x28(%rbp) movl %r9d, -0x2c(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x50(%rbp) jmp 0x7fc83 movq -0x50(%rbp),...
get_head_or_tail_page: push rbp mov rbp, rsp sub rsp, 0A0h mov rax, [rbp+arg_0] mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_24], ecx mov [rbp+var_28], r8d mov [rbp+var_2C], r9d mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_50], ra...
char get_head_or_tail_page( _DWORD *a1, long long a2, _BYTE *a3, unsigned int a4, int a5, unsigned int a6, long long a7) { int v7; // ecx _DWORD *v8; // rdi int *v9; // rax long long v10; // rdx long long v11; // rcx long long v12; // r8 int v13; //...
get_head_or_tail_page: PUSH RBP MOV RBP,RSP SUB RSP,0xa0 MOV RAX,qword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV dword ptr [RBP + -0x24],ECX MOV dword ptr [RBP + -0x28],R8D MOV dword ptr [RBP + -0x2c],R9D MOV RAX,qword ptr [RBP + -0x10] MOV RAX,...
int1 get_head_or_tail_page (long *param_1,int8 *param_2,long param_3,uint param_4,int param_5, int4 param_6,long *param_7) { ushort uVar1; long lVar2; long *plVar3; long lVar4; int4 *puVar5; ulong local_98; int8 local_88; ushort *local_60; int1 local_50 [8]; int4 local_48; ch...
25,141
stbi__high_bit
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h
static int stbi__high_bit(unsigned int z) { int n=0; if (z == 0) return -1; if (z >= 0x10000) { n += 16; z >>= 16; } if (z >= 0x00100) { n += 8; z >>= 8; } if (z >= 0x00010) { n += 4; z >>= 4; } if (z >= 0x00004) { n += 2; z >>= 2; } if (z >= 0x00002) { n += 1;/* >>= 1;*/ } return n; }
O1
c
stbi__high_bit: testl %edi, %edi je 0x36a60 movl %edi, %eax shrl $0x10, %eax xorl %ecx, %ecx cmpl $0x10000, %edi # imm = 0x10000 setae %cl cmovbl %edi, %eax shll $0x4, %ecx leal 0x8(%rcx), %edx movl %eax, %esi shrl $0x8, %esi cmpl $0x100, %eax # imm = 0x100 cmovbl %eax, %esi cmovbl %ecx, %edx leal 0...
stbi__high_bit: test edi, edi jz short loc_36A60 mov eax, edi shr eax, 10h xor ecx, ecx cmp edi, offset loc_10000 setnb cl cmovb eax, edi shl ecx, 4 lea edx, [rcx+8] mov esi, eax shr esi, 8 cmp eax, 100h cmovb esi, eax cmovb edx, ecx lea ecx, [rdx+4] mov edi, ...
long long stbi__high_bit(unsigned int a1) { unsigned int v1; // eax int v2; // edx unsigned int v3; // esi int v4; // ecx unsigned int v5; // edi int v6; // eax unsigned int v7; // edx if ( !a1 ) return 0xFFFFFFFFLL; v1 = HIWORD(a1); if ( a1 < (unsigned int)&loc_10000 ) v1 = a1; v2 = 16 ...
stbi__high_bit: TEST EDI,EDI JZ 0x00136a60 MOV EAX,EDI SHR EAX,0x10 XOR ECX,ECX CMP EDI,0x10000 SETNC CL CMOVC EAX,EDI SHL ECX,0x4 LEA EDX,[RCX + 0x8] MOV ESI,EAX SHR ESI,0x8 CMP EAX,0x100 CMOVC ESI,EAX CMOVC EDX,ECX LEA ECX,[RDX + 0x4] MOV EDI,ESI SHR EDI,0x4 CMP ESI,0x10 CMOVC EDI,ESI CMOVC ECX,EDX LEA EAX,[RCX + 0x2...
int stbi__high_bit(uint param_1) { uint uVar1; uint uVar2; int iVar3; int iVar4; if (param_1 == 0) { return -1; } uVar2 = param_1 >> 0x10; if (0xffff >= param_1) { uVar2 = param_1; } iVar3 = (uint)(0xffff < param_1) * 0x10; iVar4 = iVar3 + 8; uVar1 = uVar2 >> 8; if (uVar2 < 0x100)...
25,142
stbi__high_bit
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h
static int stbi__high_bit(unsigned int z) { int n=0; if (z == 0) return -1; if (z >= 0x10000) { n += 16; z >>= 16; } if (z >= 0x00100) { n += 8; z >>= 8; } if (z >= 0x00010) { n += 4; z >>= 4; } if (z >= 0x00004) { n += 2; z >>= 2; } if (z >= 0x00002) { n += 1;/* >>= 1;*/ } return n; }
O3
c
stbi__high_bit: testl %edi, %edi je 0x36a4d movl %edi, %eax shrl $0x10, %eax xorl %ecx, %ecx cmpl $0x10000, %edi # imm = 0x10000 setae %cl cmovbl %edi, %eax shll $0x4, %ecx leal 0x8(%rcx), %edx movl %eax, %esi shrl $0x8, %esi cmpl $0x100, %eax # imm = 0x100 cmovbl %eax, %esi cmovbl %ecx, %edx leal 0...
stbi__high_bit: test edi, edi jz short loc_36A4D mov eax, edi shr eax, 10h xor ecx, ecx cmp edi, 10000h setnb cl cmovb eax, edi shl ecx, 4 lea edx, [rcx+8] mov esi, eax shr esi, 8 cmp eax, 100h cmovb esi, eax cmovb edx, ecx lea ecx, [rdx+4] mov edi, esi shr ...
long long stbi__high_bit(unsigned int a1) { unsigned int v1; // eax int v2; // edx unsigned int v3; // esi int v4; // ecx unsigned int v5; // edi int v6; // eax unsigned int v7; // edx if ( !a1 ) return 0xFFFFFFFFLL; v1 = HIWORD(a1); if ( a1 < 0x10000 ) v1 = a1; v2 = 16 * (a1 >= 0x10000)...
stbi__high_bit: TEST EDI,EDI JZ 0x00136a4d MOV EAX,EDI SHR EAX,0x10 XOR ECX,ECX CMP EDI,0x10000 SETNC CL CMOVC EAX,EDI SHL ECX,0x4 LEA EDX,[RCX + 0x8] MOV ESI,EAX SHR ESI,0x8 CMP EAX,0x100 CMOVC ESI,EAX CMOVC EDX,ECX LEA ECX,[RDX + 0x4] MOV EDI,ESI SHR EDI,0x4 CMP ESI,0x10 CMOVC EDI,ESI CMOVC ECX,EDX LEA EAX,[RCX + 0x2...
int stbi__high_bit(uint param_1) { uint uVar1; uint uVar2; int iVar3; int iVar4; if (param_1 == 0) { return -1; } uVar2 = param_1 >> 0x10; if (0xffff >= param_1) { uVar2 = param_1; } iVar3 = (uint)(0xffff < param_1) * 0x10; iVar4 = iVar3 + 8; uVar1 = uVar2 >> 8; if (uVar2 < 0x100)...
25,143
open_cached_file
eloqsql/mysys/mf_cache.c
my_bool open_cached_file(IO_CACHE *cache, const char* dir, const char *prefix, size_t cache_size, myf cache_myflags) { DBUG_ENTER("open_cached_file"); cache->dir= dir; if (prefix) { DBUG_ASSERT(strlen(prefix) == 2); memcpy(cache->prefix, prefix, 3); } else cache->prefix[...
O0
c
open_cached_file: 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 %r8, -0x30(%rbp) movq -0x18(%rbp), %rcx movq -0x10(%rbp), %rax movq %rcx, 0xc8(%rax) cmpq $0x0, -0x20(%rbp) je 0x3f113 jmp 0x3f0f4 jmp 0x3f0f6 movq -0x10(%rbp), ...
open_cached_file: 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_30], r8 mov rcx, [rbp+var_18] mov rax, [rbp+var_10] mov [rax+0C8h], rcx cmp [rbp+var_20], 0 jz short loc_3F113 jmp...
bool open_cached_file(long long a1, long long a2, long long a3, unsigned long long a4, long long a5) { *(_QWORD *)(a1 + 200) = a2; if ( a3 ) { *(_WORD *)(a1 + 208) = *(_WORD *)a3; *(_BYTE *)(a1 + 210) = *(_BYTE *)(a3 + 2); } else { *(_BYTE *)(a1 + 208) = 0; } *(_QWORD *)(a1 + 192) = 0LL; ...
open_cached_file: 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 qword ptr [RBP + -0x30],R8 MOV RCX,qword ptr [RBP + -0x18] MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RAX + 0xc8],RCX CMP qword ptr ...
bool open_cached_file(long param_1,int8 param_2,int2 *param_3,int8 param_4, ulong param_5) { int iVar1; *(int8 *)(param_1 + 200) = param_2; if (param_3 == (int2 *)0x0) { *(int1 *)(param_1 + 0xd0) = 0; } else { *(int2 *)(param_1 + 0xd0) = *param_3; *(int1 *)(param_1 + 0xd2...
25,144
open_cached_file
eloqsql/mysys/mf_cache.c
my_bool open_cached_file(IO_CACHE *cache, const char* dir, const char *prefix, size_t cache_size, myf cache_myflags) { DBUG_ENTER("open_cached_file"); cache->dir= dir; if (prefix) { DBUG_ASSERT(strlen(prefix) == 2); memcpy(cache->prefix, prefix, 3); } else cache->prefix[...
O3
c
open_cached_file: movq %rsi, 0xc8(%rdi) leaq 0xd0(%rdi), %rax testq %rdx, %rdx je 0x3473f movb 0x2(%rdx), %sil movb %sil, 0x2(%rax) movzwl (%rdx), %edx movw %dx, (%rax) jmp 0x34742 movb $0x0, (%rax) pushq %rbp movq %rsp, %rbp subq $0x10, %rsp xorl %eax, %eax movq %rax, 0xc0(%rdi) movq %rax, 0x20(%rdi) orq $0x4, %r8 mov...
open_cached_file: mov [rdi+0C8h], rsi lea rax, [rdi+0D0h] test rdx, rdx jz short loc_3473F mov sil, [rdx+2] mov [rax+2], sil movzx edx, word ptr [rdx] mov [rax], dx jmp short loc_34742 loc_3473F: mov byte ptr [rax], 0 loc_34742: push rbp mov rbp, rsp sub rsp, 10h xor ...
bool open_cached_file(long long a1, long long a2, long long a3, unsigned long long a4, long long a5) { _WORD *v5; // rax *(_QWORD *)(a1 + 200) = a2; v5 = (_WORD *)(a1 + 208); if ( a3 ) { *(_BYTE *)(a1 + 210) = *(_BYTE *)(a3 + 2); *v5 = *(_WORD *)a3; } else { *(_BYTE *)v5 = 0; } *(_QWOR...
open_cached_file: MOV qword ptr [RDI + 0xc8],RSI LEA RAX,[RDI + 0xd0] TEST RDX,RDX JZ 0x0013473f MOV SIL,byte ptr [RDX + 0x2] MOV byte ptr [RAX + 0x2],SIL MOVZX EDX,word ptr [RDX] MOV word ptr [RAX],DX JMP 0x00134742 LAB_0013473f: MOV byte ptr [RAX],0x0 LAB_00134742: PUSH RBP MOV RBP,RSP SUB RSP,0x10 XOR EAX,EAX MOV qw...
bool open_cached_file(long param_1,int8 param_2,int2 *param_3,int8 param_4, ulong param_5) { int iVar1; *(int8 *)(param_1 + 200) = param_2; if (param_3 == (int2 *)0x0) { *(int1 *)(param_1 + 0xd0) = 0; } else { *(int1 *)(param_1 + 0xd2) = *(int1 *)(param_3 + 1); *(int2 *)(...
25,145
vemit_tap
eloqsql/libmariadb/unittest/mytap/tap.c
static void vemit_tap(int pass, char const *fmt, va_list ap) { fprintf(tapout, "%sok %d%s", pass ? "" : "not ", ++g_test.last, (fmt && *fmt) ? " - " : ""); if (fmt && *fmt) vfprintf(tapout, fmt, ap); }
O0
c
vemit_tap: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq 0x4846e(%rip), %rax # 0x5efc8 movq (%rax), %rax movq %rax, -0x30(%rbp) movl -0x4(%rbp), %edx leaq 0x35fe6(%rip), %rax # 0x4cb51 leaq 0x35bfd(%rip), %rcx # 0x4c76f cmpl $0x0, %edx c...
vemit_tap: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, cs:stdout_ptr mov rax, [rax] mov [rbp+var_30], rax mov edx, [rbp+var_4] lea rax, aNot; "not " lea rcx, aExecuteTestWit+29h; "" cmp edx, 0 cmovnz rax...
long long vemit_tap(int a1, _BYTE *a2, long long a3) { const char *v3; // rax const char *v4; // r8 long long result; // rax int v6; // [rsp+10h] [rbp-20h] bool v7; // [rsp+17h] [rbp-19h] v3 = "not "; if ( a1 ) v3 = ""; v6 = ++dword_61508; v7 = 0; if ( a2 ) v7 = *a2 != 0; v4 = ""; if (...
vemit_tap: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [0x0015efc8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x30],RAX MOV EDX,dword ptr [RBP + -0x4] LEA RAX,[0x14cb51] LEA RCX,[0x14c76f] CMP EDX,0x0 CMOVNZ RAX,R...
void vemit_tap(int param_1,char *param_2,__gnuc_va_list param_3) { char *pcVar1; char *pcVar2; bool bVar3; pcVar1 = "not "; if (param_1 != 0) { pcVar1 = ""; } DAT_00161508 = DAT_00161508 + 1; bVar3 = false; if (param_2 != (char *)0x0) { bVar3 = *param_2 != '\0'; } pcVar2 = ""; if (b...
25,146
set_dynamic
eloqsql/mysys/array.c
my_bool set_dynamic(DYNAMIC_ARRAY *array, const void *element, uint idx) { if (idx >= array->elements) { if (idx >= array->max_element && allocate_dynamic(array, idx)) return TRUE; bzero((uchar*) (array->buffer+array->elements*array->size_of_element), (idx - array->elements)*array->size_of_element)...
O3
c
set_dynamic: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movl %edx, %r14d movq %rsi, %rbx movq %rdi, %r15 movl 0x8(%rdi), %eax cmpl %edx, %eax ja 0x91c9e cmpl %r14d, 0xc(%r15) ja 0x91c7b movq %r15, %rdi movl %r14d, %esi callq 0x91cc1 movl %eax, %ecx movb $0x1, %al testb %cl, %cl jne 0x91cb6 m...
set_dynamic: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov r14d, edx mov rbx, rsi mov r15, rdi mov eax, [rdi+8] cmp eax, edx ja short loc_91C9E cmp [r15+0Ch], r14d ja short loc_91C7B mov rdi, r15 mov esi, r14d call allocate_dynamic mov ...
char set_dynamic(long long a1, long long a2, unsigned int a3) { unsigned int v4; // eax char dynamic; // cl char result; // al v4 = *(_DWORD *)(a1 + 8); if ( v4 <= a3 ) { if ( *(_DWORD *)(a1 + 12) <= a3 ) { dynamic = allocate_dynamic(a1, a3); result = 1; if ( dynamic ) re...
set_dynamic: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R14D,EDX MOV RBX,RSI MOV R15,RDI MOV EAX,dword ptr [RDI + 0x8] CMP EAX,EDX JA 0x00191c9e CMP dword ptr [R15 + 0xc],R14D JA 0x00191c7b MOV RDI,R15 MOV ESI,R14D CALL 0x00191cc1 MOV ECX,EAX MOV AL,0x1 TEST CL,CL JNZ 0x00191cb6 MOV EAX,dword ptr [R15...
int8 set_dynamic(long *param_1,void *param_2,uint param_3) { char cVar1; uint uVar2; uVar2 = *(uint *)(param_1 + 1); if (uVar2 <= param_3) { if (*(uint *)((long)param_1 + 0xc) <= param_3) { cVar1 = allocate_dynamic(param_1); if (cVar1 != '\0') { return 1; } uVar2 = *(uin...
25,147
google::protobuf::io::EpsCopyOutputStream::WriteAliasedRaw(void const*, int, unsigned char*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/io/coded_stream.cc
uint8_t* EpsCopyOutputStream::WriteAliasedRaw(const void* data, int size, uint8_t* ptr) { if (size < GetSize(ptr) ) { return WriteRaw(data, size, ptr); } else { ptr = Trim(ptr); if (stream_->WriteAliasedRaw(data, size)) return ptr; return Error(); } }
O3
cpp
google::protobuf::io::EpsCopyOutputStream::WriteAliasedRaw(void const*, int, unsigned char*): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx movq %rcx, %rbx movl %edx, %ebp movq %rsi, %r15 movq %rdi, %r14 movslq %edx, %r12 movq (%rdi), %rax subq %rcx, %rax leaq 0x10(%rax), %rcx cmpq %r12, %rcx jle 0x7a32f cmpq ...
_ZN6google8protobuf2io19EpsCopyOutputStream15WriteAliasedRawEPKviPh: push rbp push r15 push r14 push r12 push rbx mov rbx, rcx mov ebp, edx mov r15, rsi mov r14, rdi movsxd r12, edx mov rax, [rdi] sub rax, rcx lea rcx, [rax+10h] cmp rcx, r12 jle short loc_7A32F cmp ...
unsigned __int8 * google::protobuf::io::EpsCopyOutputStream::WriteAliasedRaw( google::protobuf::io::EpsCopyOutputStream *this, char *a2, int a3, unsigned __int8 *a4) { long long v6; // r12 long long v7; // rax unsigned __int8 *v8; // rbx v6 = a3; v7 = *(_QWORD *)this - (_QWORD...
WriteAliasedRaw: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX MOV RBX,RCX MOV EBP,EDX MOV R15,RSI MOV R14,RDI MOVSXD R12,EDX MOV RAX,qword ptr [RDI] SUB RAX,RCX LEA RCX,[RAX + 0x10] CMP RCX,R12 JLE 0x0017a32f CMP RAX,R12 JL 0x0017a36c MOV RDI,RBX MOV RSI,R15 MOV RDX,R12 CALL 0x0012ceb0 ADD RBX,R12 JMP 0x0017a360 LAB_00...
/* google::protobuf::io::EpsCopyOutputStream::WriteAliasedRaw(void const*, int, unsigned char*) */ EpsCopyOutputStream * __thiscall google::protobuf::io::EpsCopyOutputStream::WriteAliasedRaw (EpsCopyOutputStream *this,void *param_1,int param_2,uchar *param_3) { char cVar1; EpsCopyOutputStream *pEVar2; ...
25,148
ma_columndef_read
eloqsql/storage/maria/ma_open.c
uchar *_ma_columndef_read(uchar *ptr, MARIA_COLUMNDEF *columndef) { uint high_offset; columndef->column_nr= mi_uint2korr(ptr); ptr+= 2; columndef->offset= mi_uint2korr(ptr); ptr+= 2; columndef->type= mi_sint2korr(ptr); ptr+= 2; columndef->length= mi_uint2korr(ptr); ptr+= 2; columndef->fill_...
O0
c
ma_columndef_read: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movzbl 0x1(%rax), %eax movzwl %ax, %eax movq -0x8(%rbp), %rcx movzbl (%rcx), %ecx movzwl %cx, %ecx shll $0x8, %ecx orl %ecx, %eax movw %ax, %cx movq -0x10(%rbp), %rax movw %cx, 0xa(%rax) movq -0x8(%rbp), %ra...
_ma_columndef_read: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_8] movzx eax, byte ptr [rax+1] movzx eax, ax mov rcx, [rbp+var_8] movzx ecx, byte ptr [rcx] movzx ecx, cx shl ecx, 8 or eax, ecx mov cx, ax mov rax, [rbp+var_10] mov ...
long long ma_columndef_read(long long a1, long long a2) { *(_WORD *)(a2 + 10) = _byteswap_ushort(*(_WORD *)a1); *(_DWORD *)(a2 + 4) = _byteswap_ushort(*(_WORD *)(a1 + 2)); *(_DWORD *)a2 = (__int16)_byteswap_ushort(*(_WORD *)(a1 + 4)); *(_WORD *)(a2 + 8) = _byteswap_ushort(*(_WORD *)(a1 + 6)); *(_WORD *)(a2 +...
_ma_columndef_read: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOVZX EAX,byte ptr [RAX + 0x1] MOVZX EAX,AX MOV RCX,qword ptr [RBP + -0x8] MOVZX ECX,byte ptr [RCX] MOVZX ECX,CX SHL ECX,0x8 OR EAX,ECX MOV CX,AX MOV RAX,qword ptr [RBP + -0x10] MOV wor...
int1 * _ma_columndef_read(int1 *param_1,int *param_2) { *(ushort *)((long)param_2 + 10) = CONCAT11(*param_1,param_1[1]); param_2[1] = (uint)CONCAT11(param_1[2],param_1[3]); *param_2 = (int)(short)((ushort)(byte)param_1[5] | (ushort)((int)(short)(ushort)(byte)param_1[4] << 8)); *(ushor...
25,149
sessions::destroy(Session*)
untodesu[P]voxelius/game/server/sessions.cc
void sessions::destroy(Session *session) { if(session) { if(session->peer) { // Make sure we don't leave a mark session->peer->data = nullptr; } if(session->dimension) { session->dimension->entities.destroy(session->player_entity); } ...
O3
cpp
sessions::destroy(Session*): testq %rdi, %rdi je 0x299ec pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdi, %rbx movq 0x40(%rdi), %rax testq %rax, %rax je 0x29947 movq $0x0, 0x30(%rax) movq 0x38(%rbx), %rdi testq %rdi, %rdi je 0x2995f addq $0x158, %rdi # imm = 0x158 movl 0x30(%rbx), %esi...
_ZN8sessions7destroyEP7Session: test rdi, rdi jz locret_299EC push r15 push r14 push r12 push rbx sub rsp, 28h mov rbx, rdi mov rax, [rdi+40h] test rax, rax jz short loc_29947 mov qword ptr [rax+30h], 0 loc_29947: mov rdi, [rbx+38h] test rdi, rdi jz short loc_2995...
void sessions::destroy(long long a1) { long long v2; // rax long long v3; // rdi void *v4[2]; // [rsp+0h] [rbp-40h] BYREF _QWORD v5[6]; // [rsp+10h] [rbp-30h] BYREF if ( a1 ) { v2 = *(_QWORD *)(a1 + 64); if ( v2 ) *(_QWORD *)(v2 + 48) = 0LL; v3 = *(_QWORD *)(a1 + 56); if ( v3 ) ...
destroy: TEST RDI,RDI JZ 0x001299ec PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x28 MOV RBX,RDI MOV RAX,qword ptr [RDI + 0x40] TEST RAX,RAX JZ 0x00129947 MOV qword ptr [RAX + 0x30],0x0 LAB_00129947: MOV RDI,qword ptr [RBX + 0x38] TEST RDI,RDI JZ 0x0012995f ADD RDI,0x158 MOV ESI,dword ptr [RBX + 0x30] CALL 0x0012ab9e L...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ /* sessions::destroy(Session*) */ void sessions::destroy(Session *param_1) { int1 *local_40; int8 local_38; int1 local_30; int7 uStack_2f; if (param_1 != (Session *)0x0) { if (*(long *)(param_1 + 0x40) != 0) { ...
25,150
pvio_socket_is_alive
eloqsql/libmariadb/plugins/pvio/pvio_socket.c
my_bool pvio_socket_is_alive(MARIADB_PVIO *pvio) { struct st_pvio_socket *csock= NULL; #ifndef _WIN32 struct pollfd poll_fd; #else FD_SET sfds; struct timeval tv= {0,0}; #endif int res; if (!pvio || !pvio->data) return 0; csock= (struct st_pvio_socket *)pvio->data; #ifndef _WIN32 memset(&poll_fd,...
O3
c
pvio_socket_is_alive: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax testq %rdi, %rdi je 0x2f689 movq (%rdi), %rax testq %rax, %rax je 0x2f689 movabsq $0x300000000, %rcx # imm = 0x300000000 leaq -0x10(%rbp), %rdi movq %rcx, (%rdi) movl (%rax), %eax movl %eax, (%rdi) xorl %ebx, %ebx movl $0x1, %esi xorl %edx, %ed...
pvio_socket_is_alive: push rbp mov rbp, rsp push rbx push rax test rdi, rdi jz short loc_2F689 mov rax, [rdi] test rax, rax jz short loc_2F689 mov rcx, 300000000h lea rdi, [rbp+var_10] mov [rdi], rcx mov eax, [rax] mov [rdi], eax xor ebx, ebx mov esi, 1 xor ...
long long pvio_socket_is_alive(_DWORD **a1) { long long v1; // rax _DWORD *v2; // rax unsigned int v3; // ebx long long v5; // [rsp+0h] [rbp-10h] BYREF v5 = v1; if ( a1 && (v2 = *a1) != 0LL ) { v5 = 0x300000000LL; LODWORD(v5) = *v2; v3 = 0; if ( (int)poll(&v5, 1LL, 0LL) > 0 ) LOBYT...
pvio_socket_is_alive: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX TEST RDI,RDI JZ 0x0012f689 MOV RAX,qword ptr [RDI] TEST RAX,RAX JZ 0x0012f689 MOV RCX,0x300000000 LEA RDI,[RBP + -0x10] MOV qword ptr [RDI],RCX MOV EAX,dword ptr [RAX] MOV dword ptr [RDI],EAX XOR EBX,EBX MOV ESI,0x1 XOR EDX,EDX CALL 0x001136d0 TEST EAX,EAX JL...
bool pvio_socket_is_alive(int8 *param_1) { int iVar1; bool bVar2; pollfd local_18; if ((param_1 == (int8 *)0x0) || ((int *)*param_1 == (int *)0x0)) { bVar2 = false; } else { local_18.events = 3; local_18.revents = 0; local_18.fd = *(int *)*param_1; bVar2 = false; iVar1 = poll(&l...
25,151
auth_old_password
eloqsql/libmariadb/plugins/auth/old_password.c
static int auth_old_password(MYSQL_PLUGIN_VIO *vio, MYSQL *mysql) { uchar *pkt; int pkt_len; if (((MCPVIO_EXT *)vio)->mysql_change_user) { /* in mysql_change_user() the client sends the first packet. we use the old scramble. */ pkt= (uchar*)mysql->scramble_buff; } else { /* re...
O3
c
auth_old_password: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x20, %rsp movq %rsi, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) cmpb $0x0, 0x48(%rdi) je 0x189a2 leaq 0x48e(%r14), %rax movq %rax, -0x40(%rbp) testq %r14, %r14 jne 0x189e2 jmp 0x18a15 leaq -0x40(%rbp), ...
auth_old_password: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 20h mov r14, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_28], rax cmp byte ptr [rdi+48h], 0 jz short loc_189A2 lea rax, [r14+48Eh] mov [rbp+var_40], rax test r14, r14 jnz ...
long long auth_old_password(long long a1, long long a2) { int v2; // eax unsigned int v3; // r15d unsigned int v4; // r12d long long v6; // [rsp+0h] [rbp-40h] BYREF _BYTE v7[9]; // [rsp+Fh] [rbp-31h] BYREF unsigned long long v8; // [rsp+18h] [rbp-28h] v8 = __readfsqword(0x28u); if ( !*(_BYTE *)(a1 + 7...
auth_old_password: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x20 MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX CMP byte ptr [RDI + 0x48],0x0 JZ 0x001189a2 LEA RAX,[R14 + 0x48e] MOV qword ptr [RBP + -0x40],RAX TEST R14,R14 JNZ 0x001189e2 JMP 0x00118a15 LAB_00...
int8 auth_old_password(int8 *param_1,long param_2) { int iVar1; int8 uVar2; long in_FS_OFFSET; void *local_48; int1 local_39 [9]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); if (*(char *)(param_1 + 9) == '\0') { iVar1 = (*(code *)*param_1)(param_1,&local_48); if (-1 < iVar1) {...
25,152
my_strntoull10rnd_mb2_or_mb4
eloqsql/strings/ctype-ucs2.c
static ulonglong my_strntoull10rnd_mb2_or_mb4(CHARSET_INFO *cs, const char *nptr, size_t length, int unsign_fl, char **endptr, int *err) { char buf[256], *b= buf; ulonglong res; const uchar *end, *s= (const uchar*) nptr; my_...
O3
c
my_strntoull10rnd_mb2_or_mb4: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x138, %rsp # imm = 0x138 movq %r9, -0x150(%rbp) movq %r8, -0x158(%rbp) movl %ecx, -0x134(%rbp) movq %rsi, %rcx movq %rdi, %r12 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq 0xb8(%rdi), %ra...
my_strntoull10rnd_mb2_or_mb4: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 138h mov [rbp+var_150], r9 mov [rbp+var_158], r8 mov [rbp+var_134], ecx mov rcx, rsi mov r12, rdi mov rax, fs:28h mov [rbp+var_30], rax mov rax, [rdi+0B8h] ...
long long my_strntoull10rnd_mb2_or_mb4( long long a1, long long a2, unsigned long long a3, int a4, unsigned __int8 **a5, int *a6) { long long ( *v6)(long long, long long *, long long, long long); // rbx long long v7; // r13 long long v8; // r13 int v9; // eax u...
my_strntoull10rnd_mb2_or_mb4: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x138 MOV qword ptr [RBP + -0x150],R9 MOV qword ptr [RBP + -0x158],R8 MOV dword ptr [RBP + -0x134],ECX MOV RCX,RSI MOV R12,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RDI + 0xb8...
void my_strntoull10rnd_mb2_or_mb4 (long param_1,long param_2,ulong param_3,int4 param_4,long *param_5, int8 param_6) { code *pcVar1; uint uVar2; ulong uVar3; long lVar4; int1 *puVar5; long in_FS_OFFSET; long local_150; long local_148; int4 local_13c; int1 local_138 [2...
25,153
JS_CopyDataProperties
bluesky950520[P]quickjs/quickjs.c
static __exception int JS_CopyDataProperties(JSContext *ctx, JSValue target, JSValue source, JSValue excluded, BOOL setprop) { JSPropert...
O0
c
JS_CopyDataProperties: subq $0xd8, %rsp leaq 0xe0(%rsp), %rax movq %rax, 0x8(%rsp) movq %rsi, 0xc0(%rsp) movq %rdx, 0xc8(%rsp) movq %rcx, 0xb0(%rsp) movq %r8, 0xb8(%rsp) movq %rdi, 0xa8(%rsp) movl %r9d, 0xa4(%rsp) movq $0x0, 0x70(%rsp) movq 0xb8(%rsp), %rax cmpl $-0x1, %eax je 0x68eea movl $0x0, 0xd4(%rsp) jmp 0x69229 ...
JS_CopyDataProperties: sub rsp, 0D8h lea rax, [rsp+0D8h+arg_0] mov [rsp+0D8h+var_D0], rax mov [rsp+0D8h+var_18], rsi mov [rsp+0D8h+var_10], rdx mov [rsp+0D8h+var_28], rcx mov [rsp+0D8h+var_20], r8 mov [rsp+0D8h+var_30], rdi mov [rsp+0D8h+var_34], r9d mov [rsp+0D8h+var_68], 0 mov ...
long long JS_CopyDataProperties( long long a1, long long a2, long long a3, long long a4, long long a5, int a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, double a11, double a12, __m128 a13, __m128 a14, ...
JS_CopyDataProperties: SUB RSP,0xd8 LEA RAX,[RSP + 0xe0] MOV qword ptr [RSP + 0x8],RAX MOV qword ptr [RSP + 0xc0],RSI MOV qword ptr [RSP + 0xc8],RDX MOV qword ptr [RSP + 0xb0],RCX MOV qword ptr [RSP + 0xb8],R8 MOV qword ptr [RSP + 0xa8],RDI MOV dword ptr [RSP + 0xa4],R9D MOV qword ptr [RSP + 0x70],0x0 MOV RAX,qword ptr...
int4 JS_CopyDataProperties (long param_1,int8 param_2,int8 param_3,long param_4,int8 param_5, int param_6,long param_7,int param_8) { long lVar1; int iVar2; uint uVar3; int1 auVar4 [16]; uint local_a8 [14]; uint local_70; int local_6c; long local_68; long local_60; uint local_5...
25,154
nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t)
monkey531[P]llama/common/json.hpp
static parse_error create(int id_, const position_t& pos, const std::string& what_arg, BasicJsonContext context) { const std::string w = concat(exception::name("parse_error", id_), "parse error", position_string(pos), ": ", exception::diagnostics(context), what_arg); ...
O1
cpp
nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t): pushq %rbp pushq %r15 pushq %r14 ...
_ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0A8h mov r15, rcx mov...
nlohmann::json_abi_v3_11_3::detail::exception * ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_( nlohmann::json_abi_v3_11_3::detail::exception *this, ...
_ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xa8 MOV R15,RCX MOV R14,RDX MOV EBP,ESI MOV RBX...
exception * _ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_ (exception *param_1,int param_2,position_t *param_3,string *param_4) { int8 uVar1; ...
25,155
nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t)
monkey531[P]llama/common/json.hpp
static parse_error create(int id_, const position_t& pos, const std::string& what_arg, BasicJsonContext context) { const std::string w = concat(exception::name("parse_error", id_), "parse error", position_string(pos), ": ", exception::diagnostics(context), what_arg); ...
O2
cpp
nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t): pushq %rbp pushq %r15 pushq %r14 ...
_ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: push rbp push r15 push r14 push rbx sub rsp, 0B8h mov r15, rcx mov r14, rdx mov eb...
nlohmann::json_abi_v3_11_3::detail::parse_error * ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_( nlohmann::json_abi_v3_11_3::detail::parse_error *this...
_ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0xb8 MOV R15,RCX MOV R14,RDX MOV EBP,ESI MOV RBX,RDI LAB_00140404:...
parse_error * _ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_ (parse_error *param_1,int param_2,position_t *param_3,string *param_4) { allocator ...
25,156
nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t)
monkey531[P]llama/common/json.hpp
static parse_error create(int id_, const position_t& pos, const std::string& what_arg, BasicJsonContext context) { const std::string w = concat(exception::name("parse_error", id_), "parse error", position_string(pos), ": ", exception::diagnostics(context), what_arg); ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t): pushq %rbp pushq %r15 pushq %r14 ...
_ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0A8h mov r15, rcx mov...
nlohmann::json_abi_v3_11_3::detail::exception * ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_( nlohmann::json_abi_v3_11_3::detail::exception *this, ...
_ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xa8 MOV R15,RCX MOV R14,RDX MOV EBP,ESI MOV RBX...
exception * _ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_ (exception *param_1,int param_2,position_t *param_3,string *param_4) { int8 uVar1; ...
25,157
echo(int) (.cleanup)
tinyCoroLab/examples/stdin_client.cpp
task<> echo(int sockfd) { char buf[BUFFLEN] = {0}; int ret = 0; auto conn = net::tcp_connector(sockfd); while (true) { ret = co_await net::stdin_awaiter(buf, BUFFLEN, 0); log::info("receive data from stdin: {}", buf); ret = co_await conn.write(buf, ret); ...
O3
cpp
echo(int) (.cleanup): pushq %rbx movq %rdi, %rbx movzbl 0x2864(%rdi), %eax leaq 0x1b640(%rip), %rcx # 0x246a0 movslq (%rcx,%rax,4), %rax addq %rcx, %rax jmpq *%rax movl 0x5c(%rbx), %eax movl %eax, 0x2860(%rbx) movq 0x40(%rbx), %rax testq %rax, %rax je 0x90a2 leaq 0x30(%rbx), %rdi movq %rdi, %rsi movl $0x3, %edx cal...
_Z4echoi_cleanup: push rbx mov rbx, rdi movzx eax, byte ptr [rdi+2864h] lea rcx, jpt_9067 movsxd rax, ds:(jpt_9067 - 246A0h)[rcx+rax*4]; switch 4 cases add rax, rcx jmp rax; switch jump loc_9069: mov eax, [rbx+5Ch]; jumptable 0000000000009067 case 1 mov [rbx+2860h], eax mov rax, [rbx+4...
long long echo(long long a1) { long long result; // rax result = *(unsigned __int8 *)(a1 + 10340); switch ( *(_BYTE *)(a1 + 10340) ) { case 0: case 3: break; case 1: *(_DWORD *)(a1 + 10336) = *(_DWORD *)(a1 + 92); result = *(_QWORD *)(a1 + 64); if ( result ) goto LA...
_Z4echoi.cleanup: PUSH RBX MOV RBX,RDI MOVZX EAX,byte ptr [RDI + 0x2864] LEA RCX,[0x1246a0] MOVSXD RAX,dword ptr [RCX + RAX*0x4] ADD RAX,RCX JMP RAX
void _Z4echoi_cleanup(EVP_PKEY_CTX *ctx) { /* WARNING: Could not recover jumptable at 0x00109067. Too many branches */ /* WARNING: Treating indirect jump as call */ (*(code *)(&DAT_001246a0 + *(int *)(&DAT_001246a0 + (ulong)(byte)ctx[0x2864] * 4)))(); return; }
25,158
plutovg_span_buffer_init_rect
dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-rasterize.c
void plutovg_span_buffer_init_rect(plutovg_span_buffer_t* span_buffer, int x, int y, int width, int height) { plutovg_array_clear(span_buffer->spans); plutovg_array_ensure(span_buffer->spans, height); plutovg_span_t* spans = span_buffer->spans.data; for(int i = 0; i < height; i++) { spans[i].x =...
O3
c
plutovg_span_buffer_init_rect: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl %r8d, %ebx movl %ecx, %ebp movl %edx, %r15d movl %esi, %r12d movq %rdi, %r14 movl $0x0, 0x8(%rdi) movl 0xc(%rdi), %ecx cmpl %r8d, %ecx jge 0x2c474 testl %ecx, %ecx movl $0x8, %eax cmovnel %ecx, %eax movl %ea...
plutovg_span_buffer_init_rect: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov ebx, r8d mov ebp, ecx mov r15d, edx mov r12d, esi mov r14, rdi mov dword ptr [rdi+8], 0 mov ecx, [rdi+0Ch] cmp ecx, r8d jge short loc_2C474 test ecx, ecx mov ...
long long plutovg_span_buffer_init_rect(long long *a1, int a2, int a3, int a4, int a5) { int v9; // ecx int v10; // eax int v11; // r13d long long result; // rax long long v13; // rdx int v14; // esi *((_DWORD *)a1 + 2) = 0; v9 = *((_DWORD *)a1 + 3); if ( v9 >= a5 ) { result = *a1; } else ...
plutovg_span_buffer_init_rect: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV EBX,R8D MOV EBP,ECX MOV R15D,EDX MOV R12D,ESI MOV R14,RDI MOV dword ptr [RDI + 0x8],0x0 MOV ECX,dword ptr [RDI + 0xc] CMP ECX,R8D JGE 0x0012c474 TEST ECX,ECX MOV EAX,0x8 CMOVNZ EAX,ECX LAB_0012c44c: MOV R13D,EAX LEA EAX,[R...
void plutovg_span_buffer_init_rect (int8 *param_1,int4 param_2,int param_3,int4 param_4,uint param_5) { int iVar1; void *pvVar2; long lVar3; int iVar4; *(int4 *)(param_1 + 1) = 0; iVar4 = *(int *)((long)param_1 + 0xc); if (iVar4 < (int)param_5) { iVar1 = 8; if (iVar4 != 0) { ...
25,159
js_module_ns_has
bluesky950520[P]quickjs/quickjs.c
static force_inline JSShapeProperty *find_own_property1(JSObject *p, JSAtom atom) { JSShape *sh; JSShapeProperty *pr, *prop; intptr_t h; sh = p->shape; h = (uintptr_t)atom & sh->prop_hash_mask; h = prop_hash_end(sh)[-h - 1]; prop = get_...
O1
c
js_module_ns_has: movq 0x18(%rsi), %rax movl 0x20(%rax), %edx andl %ecx, %edx notq %rdx movl (%rax,%rdx,4), %edx testl %edx, %edx je 0x43599 addq $0x40, %rax movl $0x3ffffff, %esi # imm = 0x3FFFFFF movl %edx, %edx leaq (%rax,%rdx,8), %rdx addq $-0x8, %rdx cmpl %ecx, 0x4(%rdx) je 0x43590 movl (%rdx), %edx andl %e...
js_module_ns_has: mov rax, [rsi+18h] mov edx, [rax+20h] and edx, ecx not rdx mov edx, [rax+rdx*4] test edx, edx jz short loc_43599 add rax, 40h ; '@' mov esi, 3FFFFFFh loc_43579: mov edx, edx lea rdx, [rax+rdx*8] add rdx, 0FFFFFFFFFFFFFFF8h cmp [rdx+4], ecx jz sh...
_BOOL8 js_module_ns_has(long long a1, long long a2, long long a3, unsigned int a4) { long long v4; // rax unsigned int v5; // edx long long v6; // rax _DWORD *v7; // rdx v4 = *(_QWORD *)(a2 + 24); v5 = *(_DWORD *)(v4 + 4 * ~(unsigned long long)(a4 & *(_DWORD *)(v4 + 32))); if ( !v5 ) return 0LL; v...
js_module_ns_has: MOV RAX,qword ptr [RSI + 0x18] MOV EDX,dword ptr [RAX + 0x20] AND EDX,ECX NOT RDX MOV EDX,dword ptr [RAX + RDX*0x4] TEST EDX,EDX JZ 0x00143599 ADD RAX,0x40 MOV ESI,0x3ffffff LAB_00143579: MOV EDX,EDX LEA RDX,[RAX + RDX*0x8] ADD RDX,-0x8 CMP dword ptr [RDX + 0x4],ECX JZ 0x00143590 MOV EDX,dword ptr [RD...
bool js_module_ns_has(int8 param_1,long param_2,int8 param_3,uint param_4) { long lVar1; long lVar2; uint uVar3; uint *puVar4; lVar2 = *(long *)(param_2 + 0x18); uVar3 = *(uint *)(lVar2 + ~(ulong)(*(uint *)(lVar2 + 0x20) & param_4) * 4); if (uVar3 == 0) { return false; } do { lVar1 = lVar...
25,160
js_typed_array_at
bluesky950520[P]quickjs/quickjs.c
static JSValue js_typed_array_at(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSObject *p; int64_t idx, len; p = get_typed_array(ctx, this_val); if (!p) return JS_EXCEPTION; if (typed_array_is_oob(p)) return JS_ThrowTypeErrorArrayBuff...
O0
c
js_typed_array_at: subq $0x58, %rsp movq %rsi, 0x38(%rsp) movq %rdx, 0x40(%rsp) movq %rdi, 0x30(%rsp) movl %ecx, 0x2c(%rsp) movq %r8, 0x20(%rsp) movq 0x30(%rsp), %rdi movq 0x38(%rsp), %rsi movq 0x40(%rsp), %rdx callq 0x57680 movq %rax, 0x18(%rsp) cmpq $0x0, 0x18(%rsp) jne 0xdd733 movl $0x0, 0x48(%rsp) movq $0x6, 0x50(%...
js_typed_array_at: sub rsp, 58h mov [rsp+58h+var_20], rsi mov [rsp+58h+var_18], rdx mov [rsp+58h+var_28], rdi mov [rsp+58h+var_2C], ecx mov [rsp+58h+var_38], r8 mov rdi, [rsp+58h+var_28] mov rsi, [rsp+58h+var_20] mov rdx, [rsp+58h+var_18] call get_typed_array mov [rsp+58h+var_...
long long js_typed_array_at( long long 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) {...
js_typed_array_at: SUB RSP,0x58 MOV qword ptr [RSP + 0x38],RSI MOV qword ptr [RSP + 0x40],RDX MOV qword ptr [RSP + 0x30],RDI MOV dword ptr [RSP + 0x2c],ECX MOV qword ptr [RSP + 0x20],R8 MOV RDI,qword ptr [RSP + 0x30] MOV RSI,qword ptr [RSP + 0x38] MOV RDX,qword ptr [RSP + 0x40] CALL 0x00157680 MOV qword ptr [RSP + 0x18...
int1 [16] js_typed_array_at(int8 param_1,int8 param_2,int8 param_3,int4 param_4, int8 *param_5) { uint uVar1; int iVar2; int1 auVar3 [16]; long local_48; long local_40; int8 *local_38; int4 local_2c; int8 local_28; int8 local_20; int8 local_18; int4 local_10; int4 uStack_c; ...
25,161
js_typed_array_at
bluesky950520[P]quickjs/quickjs.c
static JSValue js_typed_array_at(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSObject *p; int64_t idx, len; p = get_typed_array(ctx, this_val); if (!p) return JS_EXCEPTION; if (typed_array_is_oob(p)) return JS_ThrowTypeErrorArrayBuff...
O1
c
js_typed_array_at: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x10, %rsp movq %r8, %r12 movq %rdi, %r15 movq %rsi, 0x8(%rsp) cmpl $-0x1, %edx jne 0x7f87f movq 0x8(%rsp), %r14 movzwl 0x6(%r14), %eax addl $-0x15, %eax cmpw $0xc, %ax jb 0x7f893 leaq 0x21483(%rip), %rsi # 0xa0d09 xorl %r14d, %r14d mov...
js_typed_array_at: push r15 push r14 push r13 push r12 push rbx sub rsp, 10h mov r12, r8 mov r15, rdi mov [rsp+38h+var_30], rsi cmp edx, 0FFFFFFFFh jnz short loc_7F87F mov r14, [rsp+38h+var_30] movzx eax, word ptr [r14+6] add eax, 0FFFFFFEBh cmp ax, 0Ch jb short...
unsigned long long js_typed_array_at( 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, _...
js_typed_array_at: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x10 MOV R12,R8 MOV R15,RDI MOV qword ptr [RSP + 0x8],RSI CMP EDX,-0x1 JNZ 0x0017f87f MOV R14,qword ptr [RSP + 0x8] MOVZX EAX,word ptr [R14 + 0x6] ADD EAX,-0x15 CMP AX,0xc JC 0x0017f893 LAB_0017f87f: LEA RSI,[0x1a0d09] XOR R14D,R14D MOV RDI,R15 XOR...
int1 [16] js_typed_array_at(int8 param_1,int *param_2,int param_3,int8 param_4,int8 *param_5 ) { uint uVar1; int1 auVar2 [16]; int iVar3; double dVar4; ulong uVar5; int8 uVar6; ulong uVar7; double dVar8; int1 auVar9 [16]; int1 auVar10 [16]; int *local_30; local_30 = param_...
25,162
void YAML::Node::push_back<unsigned int>(unsigned int const&)
aimrt_mujoco_sim/_deps/yaml-cpp-src/include/yaml-cpp/node/impl.h
inline void Node::push_back(const T& rhs) { if (!m_isValid) throw InvalidNode(m_invalidKey); push_back(Node(rhs)); }
O0
c
void YAML::Node::push_back<unsigned int>(unsigned int const&): subq $0x78, %rsp movq %rdi, 0x70(%rsp) movq %rsi, 0x68(%rsp) movq 0x70(%rsp), %rax movq %rax, 0x10(%rsp) testb $0x1, (%rax) jne 0x1f5bc4 movl $0x40, %edi callq 0x192f50 movq 0x10(%rsp), %rsi movq %rax, %rdi movq %rdi, %rax movq %rax, 0x8(%rsp) addq $0x8, %r...
_ZN4YAML4Node9push_backIjEEvRKT_: sub rsp, 78h mov [rsp+78h+var_8], rdi mov qword ptr [rsp+78h+var_10], rsi mov rax, [rsp+78h+var_8] mov [rsp+78h+var_68], rax; void * test byte ptr [rax], 1 jnz short loc_1F5BC4 mov edi, 40h ; '@'; thrown_size call ___cxa_allocate_exception mov rsi,...
void YAML::Node::push_back<unsigned int>(_BYTE *a1, long long a2, int a3, int a4, int a5, int a6) { const YAML::Node *v6; // [rsp+0h] [rbp-78h] int v7; // [rsp+8h] [rbp-70h] YAML::Mark *exception; // [rsp+8h] [rbp-70h] YAML::Node *v9; // [rsp+10h] [rbp-68h] int v10; // [rsp+18h] [rbp-60h] BYREF long long v...
25,163
void YAML::Node::push_back<unsigned int>(unsigned int const&)
aimrt_mujoco_sim/_deps/yaml-cpp-src/include/yaml-cpp/node/impl.h
inline void Node::push_back(const T& rhs) { if (!m_isValid) throw InvalidNode(m_invalidKey); push_back(Node(rhs)); }
O3
c
void YAML::Node::push_back<unsigned int>(unsigned int const&): pushq %r14 pushq %rbx subq $0x58, %rsp movq %rdi, %rbx cmpb $0x0, (%rdi) je 0xa4263 leaq 0x18(%rsp), %rdi callq 0xa42cc movq %rbx, %rdi callq 0x9d0a4 leaq 0x18(%rsp), %rdi callq 0x9d0a4 movq 0x28(%rbx), %rax movq 0x38(%rbx), %rdi movq 0x50(%rsp), %rsi movq ...
_ZN4YAML4Node9push_backIjEEvRKT_: push r14 push rbx sub rsp, 58h mov rbx, rdi cmp byte ptr [rdi], 0 jz loc_A4263 lea rdi, [rsp+68h+var_50]; this call _ZN4YAML4NodeC2IjEERKT_; YAML::Node::Node<uint>(uint const&) mov rdi, rbx; this call _ZNK4YAML4Node16EnsureNodeExistsEv; YAML::Node::...
void YAML::Node::push_back<unsigned int>(YAML::Node *this) { YAML::detail::node *v2; // rdi YAML::detail::node *v3; // rsi long long v4; // rax void *exception; // r14 int v6; // edx int v7; // ecx int v8; // r8d int v9; // r9d long long v10; // [rsp+8h] [rbp-60h] BYREF long long v11; // [rsp+10h] ...
push_back<unsigned_int>: PUSH R14 PUSH RBX SUB RSP,0x58 MOV RBX,RDI CMP byte ptr [RDI],0x0 JZ 0x001a4263 LEA RDI,[RSP + 0x18] CALL 0x001a42cc LAB_001a41c3: MOV RDI,RBX CALL 0x0019d0a4 LEA RDI,[RSP + 0x18] CALL 0x0019d0a4 MOV RAX,qword ptr [RBX + 0x28] MOV RDI,qword ptr [RBX + 0x38] MOV RSI,qword ptr [RSP + 0x50] MOV qw...
/* void YAML::Node::push_back<unsigned int>(unsigned int const&) */ void __thiscall YAML::Node::push_back<unsigned_int>(Node *this,uint *param_1) { node *pnVar1; InvalidNode *this_00; int8 local_60; _Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_58; Node local_50 [8]; long *local_48; long local_38...
25,164
ggml_compute_forward_get_rel_pos
Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c
static void ggml_compute_forward_get_rel_pos( const struct ggml_compute_params * params, struct ggml_tensor * dst) { const struct ggml_tensor * src0 = dst->src[0]; switch (src0->type) { case GGML_TYPE_F16: case GGML_TYPE_BF16: { ggml_compute_forward_...
O0
c
ggml_compute_forward_get_rel_pos: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x98(%rax), %rax movq %rax, -0x18(%rbp) movq -0x18(%rbp), %rax movl (%rax), %eax movl %eax, -0x1c(%rbp) subl $0x1, %eax je 0x19339 jmp 0x1932f movl -0x1c(%rbp), %eax sub...
ggml_compute_forward_get_rel_pos: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_10] mov rax, [rax+98h] mov [rbp+var_18], rax mov rax, [rbp+var_18] mov eax, [rax] mov [rbp+var_1C], eax sub eax, 1 jz short loc_19339 jmp ...
double ggml_compute_forward_get_rel_pos(long long a1, long long a2) { double result; // xmm0_8 int v3; // [rsp+4h] [rbp-1Ch] v3 = **(_DWORD **)(a2 + 152); if ( v3 != 1 && v3 != 30 ) return ggml_abort( "/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cp...
ggml_compute_forward_get_rel_pos: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x98] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x18] MOV EAX,dword ptr [RAX] MOV dword ptr [RBP + -0x1c],EAX SUB EA...
void ggml_compute_forward_get_rel_pos(int8 param_1,long param_2) { if ((**(int **)(param_2 + 0x98) == 1) || (**(int **)(param_2 + 0x98) == 0x1e)) { ggml_compute_forward_get_rel_pos_f16(param_1,param_2); } else { ggml_abort("/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-...
25,165
mysql_load_plugin_v
eloqsql/build_O3/libmariadb/libmariadb/ma_client_plugin.c
struct st_mysql_client_plugin * STDCALL mysql_load_plugin_v(MYSQL *mysql, const char *name, int type, int argc, va_list args) { const char *errmsg; #ifdef _WIN32 char errbuf[1024]; #endif char dlpath[FN_REFLEN+1]; void *sym, *dlhandle = NULL; struct st_mysql_client_plugin *plugin; char *...
O3
c
mysql_load_plugin_v: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x238, %rsp # imm = 0x238 movq %r8, -0x258(%rbp) movl %ecx, %r12d movl %edx, %r13d movq %rsi, %rbx movq %rdi, %r14 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) leaq 0xf8d3(%rip), %rdi # 0x39559 cal...
mysql_load_plugin_v: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 238h mov [rbp+var_258], r8 mov r12d, ecx mov r13d, edx mov rbx, rsi mov r14, rdi mov rax, fs:28h mov [rbp+var_30], rax lea rdi, aMariadbPluginD; "MARIADB_PLUGIN_DIR"...
long long mysql_load_plugin_v(long long a1, const char *a2, int a3, unsigned int a4, long long a5) { long long v7; // r15 long long v8; // rax const char *v9; // r15 long long v10; // r12 const char **v11; // rax const char *v12; // r9 double v13; // xmm0_8 long long v14; // rax long long v15; // r12...
mysql_load_plugin_v: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x238 MOV qword ptr [RBP + -0x258],R8 MOV R12D,ECX MOV R13D,EDX MOV RBX,RSI MOV R14,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX LEA RDI,[0x139559] CALL 0x00113590 MOV R15,RAX MOV dword ptr [R14 + 0x90],0x0...
int8 mysql_load_plugin_v(long param_1,char *param_2,int param_3,int4 param_4,int8 param_5) { int iVar1; char *pcVar2; long lVar3; int *piVar4; int8 uVar5; long lVar6; char *pcVar7; long in_FS_OFFSET; int1 local_248 [528]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); pcVar2 = ge...
25,166
testing::internal::UnitTestImpl::successful_test_suite_count() const
seiftnesse[P]memoryallocator/build_O3/_deps/googletest-src/googletest/src/gtest.cc
void UnitTestImpl::SetTestPartResultReporterForCurrentThread( TestPartResultReporterInterface* reporter) { per_thread_test_part_result_reporter_.set(reporter); }
O3
cpp
testing::internal::UnitTestImpl::successful_test_suite_count() const: pushq %rbp pushq %r14 pushq %rbx movq 0xb8(%rdi), %r14 movq 0xc0(%rdi), %rax cmpq %rax, %r14 je 0x202b8 movq %rdi, %rbx xorl %ebp, %ebp movq (%r14), %rdi cmpb $0x1, 0x70(%rdi) movl $0x0, %ecx jne 0x202ab callq 0x3a1e8 movzbl %al, %ecx movq 0xc0(%rbx)...
_ZNK7testing8internal12UnitTestImpl27successful_test_suite_countEv: push rbp push r14 push rbx mov r14, [rdi+0B8h] mov rax, [rdi+0C0h] cmp r14, rax jz short loc_202B8 mov rbx, rdi xor ebp, ebp loc_2028E: mov rdi, [r14]; this cmp byte ptr [rdi+70h], 1 mov ecx, 0 jnz shor...
long long testing::internal::UnitTestImpl::successful_test_suite_count(testing::internal::UnitTestImpl *this) { testing::TestSuite **v1; // r14 testing::TestSuite **v2; // rax unsigned int v3; // ebp int v4; // ecx v1 = (testing::TestSuite **)*((_QWORD *)this + 23); v2 = (testing::TestSuite **)*((_QWORD *...
successful_test_suite_count: PUSH RBP PUSH R14 PUSH RBX MOV R14,qword ptr [RDI + 0xb8] MOV RAX,qword ptr [RDI + 0xc0] CMP R14,RAX JZ 0x001202b8 MOV RBX,RDI XOR EBP,EBP LAB_0012028e: MOV RDI,qword ptr [R14] CMP byte ptr [RDI + 0x70],0x1 MOV ECX,0x0 JNZ 0x001202ab CALL 0x0013a1e8 MOVZX ECX,AL MOV RAX,qword ptr [RBX + 0xc...
/* testing::internal::UnitTestImpl::successful_test_suite_count() const */ int __thiscall testing::internal::UnitTestImpl::successful_test_suite_count(UnitTestImpl *this) { byte bVar1; int8 *puVar2; uint uVar3; int iVar4; int8 *puVar5; puVar5 = *(int8 **)(this + 0xb8); puVar2 = *(int8 **)(this + 0xc...
25,167
emittra::Emittra::try_dequeue(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>>&)
angrymouse[P]emittra/src/emittra.cpp
bool Emittra::try_dequeue(const std::string& event_name, std::vector<std::any>& args) { auto event_data = get_or_create_event_data(event_name); QueuedEvent event; if (event_data->event_queue.try_dequeue(event)) { args = std::move(event.args); return true; } return false; }
O1
cpp
emittra::Emittra::try_dequeue(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>>&): pushq %r14 pushq %rbx subq $0x58, %rsp movq %rdx, %r14 movq %rsi, %rdx movq %rdi, %rsi leaq 0x30(%rsp), %rbx movq %rbx, %rdi callq 0x4c50 xorps %xmm0, %...
_ZN7emittra7Emittra11try_dequeueERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorISt3anySaISA_EE: push r14 push rbx sub rsp, 58h mov r14, rdx mov rdx, rsi mov rsi, rdi lea rbx, [rsp+68h+var_38] mov rdi, rbx call _ZN7emittra7Emittra24get_or_create_event_dataERKNSt7__cxx11...
long long emittra::Emittra::try_dequeue(std::__shared_mutex_pthread *a1, long long a2, __int128 *a3) { unsigned int v4; // ebx __int128 v5; // xmm0 long long v6; // rax long long v7; // rcx __int128 v8; // xmm1 __int128 v10; // [rsp+0h] [rbp-68h] BYREF __int128 v11; // [rsp+10h] [rbp-58h] volatile sign...
try_dequeue: PUSH R14 PUSH RBX SUB RSP,0x58 MOV R14,RDX MOV RDX,RSI MOV RSI,RDI LEA RBX,[RSP + 0x30] MOV RDI,RBX CALL 0x00104c50 XORPS XMM0,XMM0 MOV RSI,RSP MOVAPS xmmword ptr [RSI + 0x10],XMM0 MOVAPS xmmword ptr [RSI],XMM0 MOV qword ptr [RSI + 0x20],0x0 MOV RDI,qword ptr [RBX] ADD RDI,0x18 LAB_00105e0f: CALL 0x001066c...
/* emittra::Emittra::try_dequeue(std::__cxx11::string const&, std::vector<std::any, std::allocator<std::any> >&) */ ulong __thiscall emittra::Emittra::try_dequeue(Emittra *this,string *param_1,vector *param_2) { bool bVar1; int7 extraout_var; int8 local_68; int8 uStack_60; int8 local_58; int8 uStack_5...
25,168
emittra::Emittra::try_dequeue(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>>&)
angrymouse[P]emittra/src/emittra.cpp
bool Emittra::try_dequeue(const std::string& event_name, std::vector<std::any>& args) { auto event_data = get_or_create_event_data(event_name); QueuedEvent event; if (event_data->event_queue.try_dequeue(event)) { args = std::move(event.args); return true; } return false; }
O2
cpp
emittra::Emittra::try_dequeue(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::any, std::allocator<std::any>>&): pushq %rbp pushq %r14 pushq %rbx subq $0x40, %rsp movq %rdx, %rbx movq %rsi, %rdx movq %rdi, %rsi movq %rsp, %r14 movq %r14, %rdi callq 0x4932 xorps %xm...
_ZN7emittra7Emittra11try_dequeueERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERSt6vectorISt3anySaISA_EE: push rbp push r14 push rbx sub rsp, 40h mov rbx, rdx mov rdx, rsi mov rsi, rdi mov r14, rsp mov rdi, r14 call _ZN7emittra7Emittra24get_or_create_event_dataERKNSt7__cxx111...
long long emittra::Emittra::try_dequeue(std::__shared_mutex_pthread *a1, long long a2, long long a3) { unsigned int v4; // ebp long long v6; // [rsp+0h] [rbp-58h] BYREF long long v7; // [rsp+8h] [rbp-50h] BYREF _BYTE v8[32]; // [rsp+10h] [rbp-48h] BYREF long long v9; // [rsp+30h] [rbp-28h] emittra::Emittr...
try_dequeue: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x40 MOV RBX,RDX MOV RDX,RSI MOV RSI,RDI MOV R14,RSP MOV RDI,R14 CALL 0x00104932 XORPS XMM0,XMM0 LEA RSI,[RSP + 0x10] AND qword ptr [RSI + 0x20],0x0 MOVAPS xmmword ptr [RSI + 0x10],XMM0 MOVAPS xmmword ptr [RSI],XMM0 MOV RDI,qword ptr [R14] ADD RDI,0x18 LAB_00105829: CALL ...
/* emittra::Emittra::try_dequeue(std::__cxx11::string const&, std::vector<std::any, std::allocator<std::any> >&) */ ulong __thiscall emittra::Emittra::try_dequeue(Emittra *this,string *param_1,vector *param_2) { bool bVar1; int7 extraout_var; long local_58; __shared_count<(__gnu_cxx::_Lock_policy)2> local...
25,169
Catch::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::reset()
AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.hpp
void reset() { if( nullableValue ) nullableValue->~T(); nullableValue = nullptr; }
O3
cpp
Catch::Optional<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::reset(): pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx movq (%rdi), %r14 testq %r14, %r14 je 0x8445a leaq 0x58(%r14), %rdi callq 0x7b8d0 movq $0x0, 0x48(%r14) leaq 0x20(%r14), %rdi callq 0x7c1cc movq (%r14), %rdi addq $0...
_ZN5Catch8OptionalINS_12ReporterSpecEE5resetEv: push r14 push rbx push rax mov rbx, rdi mov r14, [rdi] test r14, r14 jz short loc_8445A lea rdi, [r14+58h] call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_S5_ESt10_Select1stIS8_ESt4lessIS5_ESaIS8_EED2Ev; ...
void Catch::Optional<Catch::ReporterSpec>::reset(long long *a1) { long long v2; // r14 _QWORD *v3; // rdi _QWORD *v4; // r14 v2 = *a1; if ( *a1 ) { std::_Rb_tree<std::string,std::pair<std::string const,std::string>,std::_Select1st<std::pair<std::string const,std::string>>,std::less<std::string>,std::a...
reset: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI MOV R14,qword ptr [RDI] TEST R14,R14 JZ 0x0018445a LEA RDI,[R14 + 0x58] CALL 0x0017b8d0 MOV qword ptr [R14 + 0x48],0x0 LEA RDI,[R14 + 0x20] CALL 0x0017c1cc MOV RDI,qword ptr [R14] ADD R14,0x10 CMP RDI,R14 JZ 0x0018445a MOV RSI,qword ptr [R14] INC RSI CALL 0x00117150 LAB_001...
/* Catch::Optional<Catch::ReporterSpec>::reset() */ void __thiscall Catch::Optional<Catch::ReporterSpec>::reset(Optional<Catch::ReporterSpec> *this) { int8 *puVar1; puVar1 = *(int8 **)this; if (puVar1 != (int8 *)0x0) { std:: _Rb_tree<std::__cxx11::string,std::pair<std::__cxx11::string_const,std::__c...
25,170
rtree_insert_level
eloqsql/storage/myisam/rt_index.c
static int rtree_insert_level(MI_INFO *info, uint keynr, uchar *key, uint key_length, int ins_level) { my_off_t old_root; MI_KEYDEF *keyinfo = info->s->keyinfo + keynr; int res; my_off_t new_page; DBUG_ENTER("rtree_insert_level"); if ((old_root = info->s->state.key_root[keynr]...
O3
c
rtree_insert_level: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rdi, %rbx movq (%rdi), %rdi movl %esi, %r13d imulq $0x70, %r13, %r14 addq 0x218(%rdi), %r14 movq %rdx, %r12 movq 0x98(%rdi), %rdx movq (%rdx,%r13,8), %r15 cmpq $-0x1, %r15 movl %ecx, -0x2c(%rbp) ...
rtree_insert_level: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov rbx, rdi mov rdi, [rdi] mov r13d, esi imul r14, r13, 70h ; 'p' add r14, [rdi+218h] mov r12, rdx mov rdx, [rdi+98h] mov r15, [rdx+r13*8] cmp r15, 0FFFFFFFFF...
long long rtree_insert_level(long long *a1, unsigned int a2, long long a3, unsigned int a4, int a5) { long long v6; // rdi long long v7; // r14 unsigned long long v9; // r15 unsigned int inserted; // edx long long v11; // r13 long long v12; // rcx long long v13; // r12 long long v14; // rax long long...
rtree_insert_level: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV RBX,RDI MOV RDI,qword ptr [RDI] MOV R13D,ESI IMUL R14,R13,0x70 ADD R14,qword ptr [RDI + 0x218] MOV R12,RDX MOV RDX,qword ptr [RDI + 0x98] MOV R15,qword ptr [RDX + R13*0x8] CMP R15,-0x1 MOV dword ptr [RBP + -0x2c],ECX ...
int rtree_insert_level(long *param_1,uint param_2,int8 param_3,int8 param_4, int4 param_5) { long lVar1; int4 uVar2; int iVar3; int iVar4; long lVar5; ulong uVar6; long lVar7; long lVar8; long lVar9; long lVar10; int8 local_50; ulong local_48; ulong local_40; int4 loc...
25,171
js_async_generator_resolve_or_reject
bluesky950520[P]quickjs/quickjs.c
static void js_async_generator_resolve_or_reject(JSContext *ctx, JSAsyncGeneratorData *s, JSValue result, int is_reject) { JSAsyncGeneratorRequest *next; JSValue ret...
O1
c
js_async_generator_resolve_or_reject: pushq %r14 pushq %rbx subq $0x48, %rsp movq %rdi, %rbx leaq 0x38(%rsp), %rax movq %rdx, (%rax) movq %rcx, 0x8(%rax) movq 0x80(%rsi), %r14 movq (%r14), %rcx movq 0x8(%r14), %rdx movq %rdx, 0x8(%rcx) movq %rcx, (%rdx) xorps %xmm0, %xmm0 movups %xmm0, (%r14) movl %r8d, %ecx shlq $0x4,...
js_async_generator_resolve_or_reject: push r14 push rbx sub rsp, 48h mov rbx, rdi lea rax, [rsp+58h+var_20] mov [rax], rdx mov [rax+8], rcx mov r14, [rsi+80h] mov rcx, [r14] mov rdx, [r14+8] mov [rcx+8], rdx mov [rdx], rcx xorps xmm0, xmm0 movups xmmword ptr [r14], xmm0 ...
long long js_async_generator_resolve_or_reject( long long a1, long long a2, long long a3, long long a4, unsigned int a5, double a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13) { ...
js_async_generator_resolve_or_reject: PUSH R14 PUSH RBX SUB RSP,0x48 MOV RBX,RDI LEA RAX,[RSP + 0x38] MOV qword ptr [RAX],RDX MOV qword ptr [RAX + 0x8],RCX MOV R14,qword ptr [RSI + 0x80] MOV RCX,qword ptr [R14] MOV RDX,qword ptr [R14 + 0x8] MOV qword ptr [RCX + 0x8],RDX MOV qword ptr [RDX],RCX XORPS XMM0,XMM0 MOVUPS xm...
void js_async_generator_resolve_or_reject (long param_1,long param_2,int8 param_3,int8 param_4,ulong param_5) { long *plVar1; long lVar2; long *plVar3; int8 uVar4; int8 local_20; int8 local_18; plVar1 = *(long **)(param_2 + 0x80); lVar2 = *plVar1; plVar3 = (long *)plVar1[1]; *(lo...
25,172
cxxopts::values::parser_tool::ParseArgument(char const*, bool&)
zkingston[P]unknot/build_O0/_deps/cxxopts-src/include/cxxopts.hpp
inline ArguDesc ParseArgument(const char *arg, bool &matched) { static const std::basic_regex<char> option_matcher(option_pattern); std::match_results<const char*> result; std::regex_match(arg, result, option_matcher); matched = !result.empty(); ArguDesc argu_desc; if (matched) { argu_desc.arg_name = r...
O0
cpp
cxxopts::values::parser_tool::ParseArgument(char const*, bool&): subq $0x108, %rsp # imm = 0x108 movq %rdi, 0x48(%rsp) movq %rdi, %rax movq %rax, 0x50(%rsp) movq %rdi, 0x100(%rsp) movq %rsi, 0xf8(%rsp) movq %rdx, 0xf0(%rsp) cmpb $0x0, 0x638a95(%rip) # 0x68f5a8 jne 0x56b66 leaq 0x638a8c(%rip), %rdi # 0x...
_ZN7cxxopts6values11parser_tool13ParseArgumentEPKcRb: sub rsp, 108h mov [rsp+108h+var_C0], rdi mov rax, rdi mov [rsp+108h+var_B8], rax mov [rsp+108h+var_8], rdi mov [rsp+108h+var_10], rsi mov [rsp+108h+var_18], rdx cmp cs:_ZGVZN7cxxopts6values11parser_tool13ParseArgumentEPKcRbE14option_m...
cxxopts::values::parser_tool * cxxopts::values::parser_tool::ParseArgument( cxxopts::values::parser_tool *this, const char *a2, bool *a3) { char v3; // al int v4; // edx int v5; // ecx int v6; // r8d int v7; // r9d int v8; // edx int v9; // ecx int v10; // r8d int v11; // r9d ...
ParseArgument: SUB RSP,0x108 MOV qword ptr [RSP + 0x48],RDI MOV RAX,RDI MOV qword ptr [RSP + 0x50],RAX MOV qword ptr [RSP + 0x100],RDI MOV qword ptr [RSP + 0xf8],RSI MOV qword ptr [RSP + 0xf0],RDX CMP byte ptr [0x0078f5a8],0x0 JNZ 0x00156b66 LEA RDI,[0x78f5a8] CALL 0x001135c0 CMP EAX,0x0 JZ 0x00156b66 LAB_00156b26: LEA...
/* WARNING: Removing unreachable block (ram,0x00156d89) */ /* cxxopts::values::parser_tool::ParseArgument(char const*, bool&) */ parser_tool * __thiscall cxxopts::values::parser_tool::ParseArgument(parser_tool *this,char *param_1,bool *param_2) { byte bVar1; int iVar2; sub_match<char_const*> *psVar3; long lV...
25,173
switch_db_collation
eloqsql/client/mysqldump.c
static int switch_db_collation(FILE *sql_file, const char *db_name, const char *delimiter, const char *current_db_cl_name, const char *required_db_cl_name, int *db_c...
O0
c
switch_db_collation: pushq %rbp movq %rsp, %rbp subq $0x260, %rsp # imm = 0x260 movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x220(%rbp) movq %rsi, -0x228(%rbp) movq %rdx, -0x230(%rbp) movq %rcx, -0x238(%rbp) movq %r8, -0x240(%rbp) movq %r9, -0x248(%rbp) movq -0x238(%rbp), %rdi movq -0x240(%rbp), %r...
switch_db_collation: push rbp mov rbp, rsp sub rsp, 260h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_220], rdi mov [rbp+var_228], rsi mov [rbp+var_230], rdx mov [rbp+var_238], rcx mov [rbp+var_240], r8 mov [rbp+var_248], r9 mov rdi, [rbp+var_238] mov rsi, [rbp+va...
long long switch_db_collation(long long a1, char *a2, const char *a3, long long a4, long long a5, _DWORD *a6) { long long charset_by_name; // [rsp+8h] [rbp-258h] char *v8; // [rsp+10h] [rbp-250h] char v13[520]; // [rsp+50h] [rbp-210h] BYREF unsigned long long v14; // [rsp+258h] [rbp-8h] v14 = __readfsqword(...
switch_db_collation: PUSH RBP MOV RBP,RSP SUB RSP,0x260 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x220],RDI MOV qword ptr [RBP + -0x228],RSI MOV qword ptr [RBP + -0x230],RDX MOV qword ptr [RBP + -0x238],RCX MOV qword ptr [RBP + -0x240],R8 MOV qword ptr [RBP + -0x248],R9 MOV RDI,q...
int4 switch_db_collation(FILE *param_1,int8 param_2,int8 param_3,char *param_4,char *param_5, int4 *param_6) { int iVar1; int8 uVar2; long lVar3; long in_FS_OFFSET; int4 local_21c; int1 local_218 [520]; long local_10; local_10 = *(long *)(in_FS_OFFSET + 0x28); iVar1 = strcmp(pa...
25,174
change_partitioned_key_cache_param
eloqsql/mysys/mf_keycache.c
static void change_partitioned_key_cache_param(PARTITIONED_KEY_CACHE_CB *keycache, uint division_limit, uint age_threshold) { uint i; uint partitions= keycache->partitions; DBUG_ENTER("partitioned_change_key_cache_param"); for (i= 0...
O3
c
change_partitioned_key_cache_param: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl 0x1c(%rdi), %r12d testq %r12, %r12 je 0xa2103 movl %edx, %ebx movl %esi, %r14d movq %rdi, %r15 xorl %r13d, %r13d movq 0x8(%r15), %rax movq (%rax,%r13,8), %rdi movl %r14d, %esi movl %ebx,...
change_partitioned_key_cache_param: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r12d, [rdi+1Ch] test r12, r12 jz short loc_A2103 mov ebx, edx mov r14d, esi mov r15, rdi xor r13d, r13d loc_A20E9: mov rax, [r15+8] mov rdi, [r...
long long change_partitioned_key_cache_param(long long a1, int a2, int a3) { long long v3; // r12 long long v5; // r13 long long result; // rax v3 = *(unsigned int *)(a1 + 28); if ( *(_DWORD *)(a1 + 28) ) { v5 = 0LL; do result = change_simple_key_cache_param(*(_QWORD *)(*(_QWORD *)(a1 + 8) +...
change_partitioned_key_cache_param: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R12D,dword ptr [RDI + 0x1c] TEST R12,R12 JZ 0x001a2103 MOV EBX,EDX MOV R14D,ESI MOV R15,RDI XOR R13D,R13D LAB_001a20e9: MOV RAX,qword ptr [R15 + 0x8] MOV RDI,qword ptr [RAX + R13*0x8] MOV ESI,R14D MOV EDX,...
void change_partitioned_key_cache_param(long param_1,int4 param_2,int4 param_3) { uint uVar1; ulong uVar2; uVar1 = *(uint *)(param_1 + 0x1c); if ((ulong)uVar1 != 0) { uVar2 = 0; do { change_simple_key_cache_param (*(int8 *)(*(long *)(param_1 + 8) + uVar2 * 8),param_2,param_3);...
25,175
LefDefParser::lefiError(int, int, char const*)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiDebug.cpp
void lefiError(int check, int msgNum, const char *str) { // check is 1 if the caller function has checked TotalMsgLimit, etc. if (!check) { if ((lefSettings->TotalMsgLimit > 0) && (lefData->lefErrMsgPrinted >= lefSettings->TotalMsgLimit)) return;...
O3
cpp
LefDefParser::lefiError(int, int, char const*): leaq 0x59839(%rip), %rax # 0x8d5b8 movq (%rax), %rax testl %edi, %edi jne 0x33dcd movl 0xf0(%rax), %edi leaq 0x5984d(%rip), %rcx # 0x8d5e0 movq (%rcx), %rcx testl %edi, %edi jle 0x33da2 cmpl %edi, 0x1b4(%rcx) jge 0x33dde movslq %esi, %rsi movl 0x130(%rax,%rsi,4), ...
_ZN12LefDefParser9lefiErrorEiiPKc: lea rax, _ZN12LefDefParser11lefSettingsE; LefDefParser::lefSettings mov rax, [rax] test edi, edi jnz short loc_33DCD mov edi, [rax+0F0h] lea rcx, _ZN12LefDefParser7lefDataE; LefDefParser::lefData mov rcx, [rcx] test edi, edi jle short loc_33DA2 cmp ...
LefDefParser::lefrSettings * LefDefParser::lefiError(LefDefParser *this, int a2, long long a3, const char *a4) { LefDefParser::lefrSettings *result; // rax int v5; // edi long long v6; // rcx int v7; // r8d int v8; // edi long long ( *v9)(long long); // rax result = LefDefParser::lefSettings; if ( (_DW...
lefiError: LEA RAX,[0x18d5b8] MOV RAX,qword ptr [RAX] TEST EDI,EDI JNZ 0x00133dcd MOV EDI,dword ptr [RAX + 0xf0] LEA RCX,[0x18d5e0] MOV RCX,qword ptr [RCX] TEST EDI,EDI JLE 0x00133da2 CMP dword ptr [RCX + 0x1b4],EDI JGE 0x00133dde LAB_00133da2: MOVSXD RSI,ESI MOV R8D,dword ptr [RAX + RSI*0x4 + 0x130] TEST R8D,R8D JLE 0...
/* LefDefParser::lefiError(int, int, char const*) */ void LefDefParser::lefiError(int param_1,int param_2,char *param_3) { int iVar1; int iVar2; long lVar3; long lVar4; long lVar5; lVar4 = lefData; lVar3 = lefSettings; if (param_1 == 0) { if ((0 < *(int *)(lefSettings + 0xf0)) && (*(int...
25,176
test_conc223
eloqsql/libmariadb/unittest/libmariadb/charset.c
static int test_conc223(MYSQL *mysql) { int rc; MYSQL_RES *res; MYSQL_ROW row; int found= 0; int mdev27266= 0; SKIP_MYSQL(mysql); /* Test if we're running against an MDEV-27266 server. It can be detected by the presense of the FULL_COLLATION_NAME column in I_S.COLLATION_CHARACTER_SET_APPLICA...
O0
c
test_conc223: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movl $0x0, -0x2c(%rbp) movl $0x0, -0x30(%rbp) movq -0x10(%rbp), %rdi callq 0x1ae00 cmpb $0x0, %al jne 0x157f1 leaq 0x391aa(%rip), %rdi # 0x4e988 movb $0x0, %al callq 0x187a0 movl $0x0, -0x4(%rbp) jmp 0x159c0 jmp 0x157f3 movq -0x10(%rbp...
test_conc223: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_2C], 0 mov [rbp+var_30], 0 mov rdi, [rbp+var_10] call mariadb_connection cmp al, 0 jnz short loc_157F1 lea rdi, aSkipTestForNon; "Skip test for non MariaDB server" mov al, 0 call diag mov...
long long test_conc223(long long a1, int a2) { int v2; // edx int v3; // ecx int v4; // r8d int v5; // r9d int v6; // eax int v7; // edx int v8; // ecx int v9; // r8d int v10; // r9d int v11; // eax int v12; // r8d int v13; // r9d int v14; // edx int v15; // ecx int v16; // r8d int v17;...
test_conc223: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x2c],0x0 MOV dword ptr [RBP + -0x30],0x0 MOV RDI,qword ptr [RBP + -0x10] CALL 0x0011ae00 CMP AL,0x0 JNZ 0x001157f1 LEA RDI,[0x14e988] MOV AL,0x0 CALL 0x001187a0 MOV dword ptr [RBP + -0x4],0x0 JMP 0x001159c0 LAB_001157...
int4 test_conc223(int8 param_1) { char cVar1; int iVar2; int4 uVar3; int8 uVar4; int8 *puVar5; long lVar6; int local_38; int local_34; int local_1c; int4 local_c; local_34 = 0; local_38 = 0; cVar1 = mariadb_connection(param_1); if (cVar1 == '\0') { diag("Skip test for non MariaDB se...
25,177
test_conc223
eloqsql/libmariadb/unittest/libmariadb/charset.c
static int test_conc223(MYSQL *mysql) { int rc; MYSQL_RES *res; MYSQL_ROW row; int found= 0; int mdev27266= 0; SKIP_MYSQL(mysql); /* Test if we're running against an MDEV-27266 server. It can be detected by the presense of the FULL_COLLATION_NAME column in I_S.COLLATION_CHARACTER_SET_APPLICA...
O3
c
test_conc223: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdi, %rbx callq 0x183d3 testb %al, %al je 0x14fc7 leaq 0x219d9(%rip), %rsi # 0x3695d movq %rbx, %rdi callq 0x1d045 testl %eax, %eax je 0x14fdc movl %eax, %r14d movq %rbx, %rdi callq 0x1f0be movq %rax, %r...
test_conc223: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rdi call mariadb_connection test al, al jz short loc_14FC7 lea rsi, aSelectCountFro; "SELECT COUNT(*) FROM INFORMATION_SCHEMA"... mov rdi, rbx call mysql_query test ea...
long long test_conc223(long long a1, int a2) { int v2; // edx int v3; // ecx int v4; // r8d int v5; // r9d int v6; // eax int v7; // r14d int v8; // r15d int v9; // eax int v10; // esi int v11; // edx int v12; // ecx int v13; // r9d unsigned int v14; // ebx long long v15; // r14 _QWORD *r...
test_conc223: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDI CALL 0x001183d3 TEST AL,AL JZ 0x00114fc7 LEA RSI,[0x13695d] MOV RDI,RBX CALL 0x0011d045 TEST EAX,EAX JZ 0x00114fdc MOV R14D,EAX MOV RDI,RBX CALL 0x0011f0be MOV R15,RAX MOV RDI,RBX CALL 0x0011f0a9 LEA RDI,[0x1361e5] LEA ...
int8 test_conc223(int8 param_1) { char cVar1; int iVar2; int4 uVar3; int iVar4; int8 uVar5; int8 *puVar6; long lVar7; char *pcVar8; int8 uVar9; cVar1 = mariadb_connection(); if (cVar1 == '\0') { diag("Skip test for non MariaDB server"); return 0; } iVar2 = mysql_query(param_1, ...
25,178
delete_head_or_tail
eloqsql/storage/maria/ma_blockrec.c
static my_bool delete_head_or_tail(MARIA_HA *info, pgcache_page_no_t page, uint record_number, my_bool head, my_bool from_update) { MARIA_SHARE *share= info->s; uint empty_space; int res; my_bool page_is_empty; uchar *buff; LSN lsn; MAR...
O3
c
delete_head_or_tail: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x98, %rsp movl %r8d, -0x3c(%rbp) movl %ecx, -0x40(%rbp) movl %edx, %r12d movq %rsi, %rdx movq %rdi, %r15 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movq (%rdi), %rbx movq 0x600(%rbx), %rdi leaq 0x470(%r15), %rs...
delete_head_or_tail: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 98h mov [rbp+var_3C], r8d mov [rbp+var_40], ecx mov r12d, edx mov rdx, rsi mov r15, rdi mov rax, fs:28h mov [rbp+var_30], rax mov rbx, [rdi] mov rdi, [rbx+600h] ...
long long delete_head_or_tail(_DWORD *a1, long long a2, unsigned int a3, int a4, int a5) { _DWORD *v6; // r15 long long v7; // rbx long long v8; // rdi int v9; // r9d long long v10; // r14 BOOL v11; // r13d long long v12; // rdi int v13; // eax unsigned int *v14; // rax long long v15; // rdx long...
delete_head_or_tail: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x98 MOV dword ptr [RBP + -0x3c],R8D MOV dword ptr [RBP + -0x40],ECX MOV R12D,EDX MOV RDX,RSI MOV R15,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV RBX,qword ptr [RDI] MOV RDI,qword ptr [RBX + 0x600] LEA...
ulong delete_head_or_tail(long *param_1,int8 param_2,int4 param_3,int4 param_4, int param_5) { long lVar1; long *plVar2; char cVar3; int iVar4; uint uVar5; long lVar6; int4 *puVar7; int1 uVar8; byte bVar9; int7 uVar11; ulong uVar10; long in_FS_OFFSET; bool bVar12; ...
25,179
find_longest_bitstream
eloqsql/storage/maria/ma_packrec.c
static uint find_longest_bitstream(uint16 *table, uint16 *end) { uint length=1; uint length2; if (!(*table & IS_CHAR)) { uint16 *next= table + *table; if (next > end || next == table) { DBUG_PRINT("error", ("ERROR: illegal pointer in decode tree")); return OFFSET_TABLE_SIZE; } le...
O0
c
find_longest_bitstream: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movl $0x1, -0x1c(%rbp) movq -0x10(%rbp), %rax movzwl (%rax), %eax andl $0x8000, %eax # imm = 0x8000 cmpl $0x0, %eax jne 0x48f87 movq -0x10(%rbp), %rax movq -0x10(%rbp), %rcx movzwl (%rcx), %ecx mo...
find_longest_bitstream: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_1C], 1 mov rax, [rbp+var_10] movzx eax, word ptr [rax] and eax, 8000h cmp eax, 0 jnz short loc_48F87 mov rax, [rbp+var_10] mov rcx, [rbp+var_10] movzx ec...
long long find_longest_bitstream(unsigned __int16 *a1, unsigned long long a2) { unsigned __int16 *v4; // [rsp+10h] [rbp-30h] unsigned __int16 *v5; // [rsp+18h] [rbp-28h] unsigned int v6; // [rsp+20h] [rbp-20h] unsigned int v7; // [rsp+24h] [rbp-1Ch] unsigned __int16 *v8; // [rsp+30h] [rbp-10h] v7 = 1; i...
find_longest_bitstream: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV dword ptr [RBP + -0x1c],0x1 MOV RAX,qword ptr [RBP + -0x10] MOVZX EAX,word ptr [RAX] AND EAX,0x8000 CMP EAX,0x0 JNZ 0x00148f87 MOV RAX,qword ptr [RBP + -0x10] MOV RCX,qword ptr [RBP + -0x10] MOV...
uint find_longest_bitstream(ushort *param_1,ushort *param_2) { int iVar1; ushort *puVar2; uint local_3c; uint local_24; local_24 = 1; if ((*param_1 & 0x8000) == 0) { puVar2 = param_1 + (int)(uint)*param_1; if ((param_2 < puVar2) || (puVar2 == param_1)) { return 0x200; } iVar1 = fi...
25,180
maria_rtree_get_next
eloqsql/storage/maria/ma_rt_index.c
int maria_rtree_get_next(MARIA_HA *info, uint keynr, uint key_length) { my_off_t root; MARIA_KEYDEF *keyinfo= info->s->keyinfo + keynr; uchar *keyread_buff= info->keyread_buff; if (!info->keyread_buff_used) { uint key_data_length= keyinfo->keylength - info->s->base.rec_reflength; /* rt_PAGE_NEXT_KEY(...
O0
c
maria_rtree_get_next: pushq %rbp movq %rsp, %rbp subq $0x70, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movl %edx, -0x18(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x570(%rax), %rax movl -0x14(%rbp), %ecx imulq $0x118, %rcx, %rcx # imm = 0x118 addq %rcx, %rax movq %rax, -0x28(%rbp) movq -0x10(%rbp...
maria_rtree_get_next: push rbp mov rbp, rsp sub rsp, 70h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov [rbp+var_18], edx mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+570h] mov ecx, [rbp+var_14] imul rcx, 118h add rax, rcx mov [rbp+var_28], rax mov rax, [rbp+...
long long maria_rtree_get_next(long long a1, const char *a2, unsigned int a3) { long long v3; // rax _QWORD v5[2]; // [rsp+8h] [rbp-68h] BYREF int v6; // [rsp+18h] [rbp-58h] int v7; // [rsp+1Ch] [rbp-54h] int v8; // [rsp+20h] [rbp-50h] unsigned long long v9; // [rsp+28h] [rbp-48h] long long v10; // [rsp+...
maria_rtree_get_next: PUSH RBP MOV RBP,RSP SUB RSP,0x70 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV dword ptr [RBP + -0x18],EDX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x570] MOV ECX,dword ptr [RBP + -0x14] IMUL RCX,RCX,0x118 ADD RAX,RCX MOV qword ptr [RB...
int4 maria_rtree_get_next(long *param_1,uint param_2,int4 param_3) { long lVar1; int4 *puVar2; long local_70; long local_68; int local_60; int4 local_5c; int4 local_58; ulong local_50; long local_48; int local_3c; long local_38; long local_30; long local_28; int4 local_20; uint local_1c;...
25,181
maria_rtree_get_next
eloqsql/storage/maria/ma_rt_index.c
int maria_rtree_get_next(MARIA_HA *info, uint keynr, uint key_length) { my_off_t root; MARIA_KEYDEF *keyinfo= info->s->keyinfo + keynr; uchar *keyread_buff= info->keyread_buff; if (!info->keyread_buff_used) { uint key_data_length= keyinfo->keylength - info->s->base.rec_reflength; /* rt_PAGE_NEXT_KEY(...
O3
c
maria_rtree_get_next: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movq %rdi, %rbx movq (%rdi), %rax movl %esi, %edx imulq $0x118, %rdx, %rcx # imm = 0x118 movq 0x570(%rax), %rsi addq %rcx, %rsi cmpb $0x0, 0x685(%rdi) je 0x74318 movq 0x118(%rax), %rax movq (%ra...
maria_rtree_get_next: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov rbx, rdi mov rax, [rdi] mov edx, esi imul rcx, rdx, 118h mov rsi, [rax+570h] add rsi, rcx cmp byte ptr [rdi+685h], 0 jz short loc_74318 mov rax, [rax+11...
long long maria_rtree_get_next(long long a1, unsigned int a2) { long long v2; // rax long long v3; // rdx long long v4; // rcx long long v5; // rsi unsigned long long v6; // rdx long long v8; // r12 long long v9; // r15 unsigned int v10; // eax unsigned int v11; // ecx long long v12; // r13 long ...
maria_rtree_get_next: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV RBX,RDI MOV RAX,qword ptr [RDI] MOV EDX,ESI IMUL RCX,RDX,0x118 MOV RSI,qword ptr [RAX + 0x570] ADD RSI,RCX CMP byte ptr [RDI + 0x685],0x0 JZ 0x00174318 MOV RAX,qword ptr [RAX + 0x118] MOV RDX,qword ptr [RAX + RDX*0x...
int8 maria_rtree_get_next(long *param_1,ulong param_2) { ushort uVar1; int8 uVar2; long lVar3; int4 *puVar4; long lVar5; long lVar6; long local_50; long local_48; int local_40; int local_3c; int4 local_38; lVar3 = *param_1; lVar5 = (param_2 & 0xffffffff) * 0x118; local_48 = *(long *)(lV...
25,182
ft_boolean_read_next
eloqsql/storage/myisam/ft_boolean_search.c
int ft_boolean_read_next(FT_INFO *ftb, char *record) { FTB_EXPR *ftbe; FTB_WORD *ftbw; MI_INFO *info=ftb->info; my_off_t curdoc; if (ftb->state != INDEX_SEARCH && ftb->state != INDEX_DONE) return -1; /* black magic ON */ if ((int) _mi_check_index(info, ftb->keynr) < 0) return my_errno; i...
O0
c
ft_boolean_read_next: pushq %rbp movq %rsp, %rbp subq $0x40, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq -0x10(%rbp), %rax movq 0x8(%rax), %rax movq %rax, -0x30(%rbp) movq -0x10(%rbp), %rax cmpl $0x2, 0x348(%rax) je 0x68d62 movq -0x10(%rbp), %rax cmpl $0x3, 0x348(%rax) je 0x68d62 movl $0xffffffff, -0x4(%rbp...
ft_boolean_read_next: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov rax, [rbp+var_10] mov rax, [rax+8] mov [rbp+var_30], rax mov rax, [rbp+var_10] cmp dword ptr [rax+348h], 2 jz short loc_68D62 mov rax, [rbp+var_10] cmp dword ptr [...
long long ft_boolean_read_next(long long a1, const char *a2) { long long *v2; // rdi const char *v3; // rsi bool v5; // [rsp+7h] [rbp-39h] long long v6; // [rsp+8h] [rbp-38h] BYREF long long *v7; // [rsp+10h] [rbp-30h] long long v8; // [rsp+18h] [rbp-28h] long long v9; // [rsp+20h] [rbp-20h] const char...
ft_boolean_read_next: 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 RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RBP + -0x10] CMP dword ptr [RAX + 0x348],0x2 JZ 0x00168d62 MOV RAX,qword ptr [RBP + -0x...
int4 ft_boolean_read_next(long param_1,int8 param_2) { int iVar1; int4 *puVar2; long lVar3; bool bVar4; float fVar5; long local_40; long local_38; long local_30; long local_28; int8 local_20; long local_18; int4 local_c; local_38 = *(long *)(param_1 + 8); if ((*(int *)(param_1 + 0x348) ...
25,183
minja::Value::set(minja::Value const&, minja::Value const&)
monkey531[P]llama/common/minja.hpp
void set(const Value& key, const Value& value) { if (!object_) throw std::runtime_error("Value is not an object: " + dump()); if (!key.is_hashable()) throw std::runtime_error("Unashable type: " + dump()); (*object_)[key.primitive_] = value; }
O2
cpp
minja::Value::set(minja::Value const&, minja::Value const&): pushq %rbp pushq %r15 pushq %r14 pushq %rbx subq $0x48, %rsp movq %rdi, %r14 cmpq $0x0, 0x20(%rdi) je 0x6e64b movq %rdx, %rbx movq %rsi, %r15 movq %rsi, %rdi callq 0x67bb2 testb %al, %al je 0x6e6a8 movq 0x20(%r14), %rdi addq $0x40, %r15 movq %r15, %rsi callq ...
_ZN5minja5Value3setERKS0_S2_: push rbp push r15 push r14 push rbx sub rsp, 48h mov r14, rdi cmp qword ptr [rdi+20h], 0 jz short loc_6E64B mov rbx, rdx mov r15, rsi mov rdi, rsi; this call _ZNK5minja5Value12is_primitiveEv; minja::Value::is_primitive(void) test al, al jz ...
long long minja::Value::set(minja::Value *this, const minja::Value *a2, const minja::Value *a3) { long long v4; // rax void *exception; // rbx void *v7; // rbx _BYTE v8[32]; // [rsp+8h] [rbp-60h] BYREF _BYTE v9[64]; // [rsp+28h] [rbp-40h] BYREF if ( !*((_QWORD *)this + 4) ) { exception = __cxa_alloc...
set: PUSH RBP PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x48 MOV R14,RDI CMP qword ptr [RDI + 0x20],0x0 JZ 0x0016e64b MOV RBX,RDX MOV R15,RSI MOV RDI,RSI CALL 0x00167bb2 TEST AL,AL JZ 0x0016e6a8 MOV RDI,qword ptr [R14 + 0x20] ADD R15,0x40 MOV RSI,R15 CALL 0x0016e770 MOV RDI,RAX MOV RSI,RBX ADD RSP,0x48 POP RBX POP R14 POP R15...
/* minja::Value::set(minja::Value const&, minja::Value const&) */ void __thiscall minja::Value::set(Value *this,Value *param_1,Value *param_2) { Value *this_00; runtime_error *prVar1; char cVar2; int1 local_60 [32]; string local_40 [32]; if (*(long *)(this + 0x20) == 0) { prVar1 = (runtime_error *...
25,184
HKDF_Expand
corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/keygen.c
static void HKDF_Expand(unsigned char *OKM, size_t L, const unsigned char PRK[32], const void *info, size_t info_len, #ifndef __BLST_HKDF_TESTMODE__ int info_fixup, #endif HMAC_SHA256_CTX *ctx) { #if !defined(__STDC_VERSION_...
O1
c
HKDF_Expand: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %r9d, -0x38(%rbp) movq %r8, %r15 movq %rcx, -0x30(%rbp) movq %rdx, %rax movq %rsi, %rbx movq %rdi, %r14 movq 0x10(%rbp), %r12 movq %rsp, %r13 leaq 0x12(%r8), %rcx andq $-0x10, %rcx subq %rcx, %r13 movq %...
HKDF_Expand: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov dword ptr [rbp+var_38], r9d mov r15, r8 mov [rbp+var_30], rcx mov rax, rdx mov rbx, rsi mov r14, rdi mov r12, [rbp+arg_0] mov r13, rsp lea rcx, [r8+12h] and ...
long long HKDF_Expand(long long a1, unsigned long long a2, long long a3, long long a4, long long a5, int a6, long long a7) { long long v7; // r15 unsigned long long v8; // rbx char *v10; // r13 long long i; // rax long long v13; // [rsp+0h] [rbp-50h] BYREF long long v14; // [rsp+8h] [rbp-48h] long long v...
HKDF_Expand: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV dword ptr [RBP + -0x38],R9D MOV R15,R8 MOV qword ptr [RBP + -0x30],RCX MOV RAX,RDX MOV RBX,RSI MOV R14,RDI MOV R12,qword ptr [RBP + 0x10] MOV R13,RSP LEA RCX,[R8 + 0x12] AND RCX,-0x10 SUB R13,RCX MOV RSP,R13 MOV EDX,0x20 MOV...
void HKDF_Expand(long param_1,ulong param_2,int8 param_3,int8 param_4,long param_5, int4 param_6,long param_7) { long lVar1; long lVar2; long lVar3; long lVar4; int8 uStack_60; ushort auStack_58 [4]; long local_50; long local_48; long local_40; long local_38; local_40 = CONCAT...
25,185
set_numa_thread_affinity
ngxson[P]ggml-easy/ggml/src/ggml-cpu/ggml-cpu.c
static void set_numa_thread_affinity(int thread_n) { if (!ggml_is_numa()) { return; } int node_num; int rv; size_t setsize = CPU_ALLOC_SIZE(g_state.numa.total_cpus); switch(g_state.numa.numa_strategy) { case GGML_NUMA_STRATEGY_DISTRIBUTE: // run thread on node_num t...
O0
c
set_numa_thread_affinity: subq $0x68, %rsp movl %edi, 0x64(%rsp) callq 0x10b48 testb $0x1, %al jne 0x15096 jmp 0x15284 movl 0xafdb4(%rip), %eax # 0xc4e50 addq $0x3f, %rax shrq $0x3, %rax andl $-0x8, %eax movq %rax, 0x50(%rsp) movl 0xabd76(%rip), %eax # 0xc0e28 movl %eax, 0x24(%rsp) subl $0x1, %eax je 0x150d3 jm...
set_numa_thread_affinity: sub rsp, 68h mov [rsp+68h+var_4], edi call j_ggml_is_numa test al, 1 jnz short loc_15096 jmp loc_15284 loc_15096: mov eax, cs:dword_C4E50 add rax, 3Fh ; '?' shr rax, 3 and eax, 0FFFFFFF8h mov [rsp+68h+var_18], rax mov eax, cs:g_state mov [rsp+6...
long long set_numa_thread_affinity(unsigned int a1) { long long result; // rax long long v2; // rax const char *v3; // rax long long v4; // rax const char *v5; // rax long long v6; // [rsp+8h] [rbp-60h] long long v7; // [rsp+18h] [rbp-50h] unsigned long long v8; // [rsp+30h] [rbp-38h] unsigned long l...
set_numa_thread_affinity: SUB RSP,0x68 MOV dword ptr [RSP + 0x64],EDI CALL 0x00110b48 TEST AL,0x1 JNZ 0x00115096 JMP 0x00115284 LAB_00115096: MOV EAX,dword ptr [0x001c4e50] ADD RAX,0x3f SHR RAX,0x3 AND EAX,0xfffffff8 MOV qword ptr [RSP + 0x50],RAX MOV EAX,dword ptr [0x001c0e28] MOV dword ptr [RSP + 0x24],EAX SUB EAX,0x...
void set_numa_thread_affinity(uint param_1) { uint uVar1; FILE *pFVar2; int iVar3; ulong uVar4; pthread_t pVar5; char *pcVar6; cpu_set_t *__cpuset; ulong local_30; uint local_8; uVar4 = ggml_is_numa(); if ((uVar4 & 1) != 0) { uVar4 = (ulong)((uint)((ulong)DAT_001c4e50 + 0x3f >> 3) & 0xfff...
25,186
ma_state_info_write
eloqsql/storage/maria/ma_open.c
uint _ma_state_info_write(MARIA_SHARE *share, uint pWrite) { uint res; if (share->options & HA_OPTION_READ_ONLY_DATA) return 0; if (pWrite & MA_STATE_INFO_WRITE_LOCK) mysql_mutex_lock(&share->intern_lock); else if (maria_multi_threaded && !share->temporary) mysql_mutex_assert_owner(&share->intern_l...
O0
c
ma_state_info_write: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x10(%rbp) movl %esi, -0x14(%rbp) movq -0x10(%rbp), %rax movq 0x720(%rax), %rax andq $0x10000, %rax # imm = 0x10000 cmpq $0x0, %rax je 0x655b2 movl $0x0, -0x4(%rbp) jmp 0x65699 movl -0x14(%rbp), %eax andl $0x4, %eax cmpl $0x0, %eax je...
_ma_state_info_write: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_10], rdi mov [rbp+var_14], esi mov rax, [rbp+var_10] mov rax, [rax+720h] and rax, 10000h cmp rax, 0 jz short loc_655B2 mov [rbp+var_4], 0 jmp loc_65699 loc_655B2: mov eax, [rbp+var_14] and eax, ...
long long ma_state_info_write(long long a1, unsigned int a2) { unsigned int v3; // [rsp+8h] [rbp-18h] if ( (*(_QWORD *)(a1 + 1824) & 0x10000LL) != 0 ) { return 0; } else { if ( (a2 & 4) != 0 ) inline_mysql_mutex_lock_11( a1 + 2288, (long long)"/workspace/llm4binary/github2025...
_ma_state_info_write: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x10],RDI MOV dword ptr [RBP + -0x14],ESI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x720] AND RAX,0x10000 CMP RAX,0x0 JZ 0x001655b2 MOV dword ptr [RBP + -0x4],0x0 JMP 0x00165699 LAB_001655b2: MOV EAX,dword ptr [RBP + -0x14] AN...
int4 _ma_state_info_write(long param_1,uint param_2) { int8 uVar1; int4 local_c; if ((*(ulong *)(param_1 + 0x720) & 0x10000) == 0) { if ((param_2 & 4) != 0) { inline_mysql_mutex_lock (param_1 + 0x8f0,"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_open.c", ...
25,187
coro::detail::sync_wait_task<void> coro::detail::make_sync_wait_task<coro::task<void>, void>(coro::task<void>&&) (.resume)
AlayaLite/build_O0/_deps/libcoro-src/include/coro/sync_wait.hpp
static auto make_sync_wait_task(awaitable_type&& a) -> sync_wait_task<return_type> { if constexpr (std::is_void_v<return_type>) { co_await std::forward<awaitable_type>(a); co_return; } else { co_return co_await std::forward<awaitable_type>(a); } }
O0
cpp
coro::detail::sync_wait_task<void> coro::detail::make_sync_wait_task<coro::task<void>, void>(coro::task<void>&&) (.resume): subq $0xc8, %rsp movq %rdi, 0x58(%rsp) movq %rdi, 0xc0(%rsp) movq %rdi, %rax addq $0x20, %rax movq %rax, 0x60(%rsp) movq %rdi, %rax addq $0x31, %rax movq %rax, 0x68(%rsp) movq %rdi, %rax addq $0x2...
_ZN4coro6detailL19make_sync_wait_taskITkNS_8concepts9awaitableENS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT__destroy: sub rsp, 0C8h mov [rsp+0C8h+var_70], rdi mov [rsp+0C8h+var_8], rdi mov rax, rdi add rax, 20h ; ' ' mov [rsp+0C8h+var_68], rax mov rax, rdi add rax, 31h ; '1' mov [rsp+...
char ZN4coro6detailL19make_sync_wait_taskITkNS_8concepts9awaitableENS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT__destroy( char *a1) { coro::detail::sync_wait_task_promise<void>::~sync_wait_task_promise(a1 + 16); if ( a1 ) operator delete(a1, 0x38uLL); return 2; }
_ZN4coro6detailL19make_sync_wait_taskITkNS_8concepts9awaitableENS_4taskIvEEvEENS0_14sync_wait_taskIT0_EEOT_.destroy: SUB RSP,0xc8 MOV qword ptr [RSP + 0x58],RDI MOV qword ptr [RSP + 0xc0],RDI MOV RAX,RDI ADD RAX,0x20 MOV qword ptr [RSP + 0x60],RAX MOV RAX,RDI ADD RAX,0x31 MOV qword ptr [RSP + 0x68],RAX MOV RAX,RDI ADD ...
/* WARNING: Removing unreachable block (ram,0x00163f52) */ /* WARNING: Removing unreachable block (ram,0x00163f84) */ /* WARNING: Removing unreachable block (ram,0x00163fa6) */ /* WARNING: Removing unreachable block (ram,0x001640ca) */ /* WARNING: Removing unreachable block (ram,0x00164043) */ /* WARNING: Removing unr...
25,188
my_end
eloqsql/mysys/my_init.c
void my_end(int infoflag) { /* this code is suboptimal to workaround a bug in Sun CC: Sun C++ 5.6 2004/06/02 for x86, and should not be optimized until this compiler is not in use anymore */ FILE *info_file= DBUG_FILE; my_bool print_info= (info_file != stderr); if (!my_init_done) return; /...
O0
c
my_end: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x308, %rsp # imm = 0x308 movq %fs:0x28, %rax movq %rax, -0x30(%rbp) movl %edi, -0x234(%rbp) movq 0x1cb4a2(%rip), %rax # 0x2c3fe0 movq (%rax), %rax movq %rax, -0x240(%rbp) movq -0x240(%rbp), %rax movq 0x1cb48a(...
my_end: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 308h mov rax, fs:28h mov [rbp+var_30], rax mov [rbp+var_234], edi mov rax, cs:stderr_ptr mov rax, [rax] mov [rbp+var_240], rax mov rax, [rbp+var_240] mov rcx, cs:stderr_ptr cmp ...
unsigned long long my_end(int a1, long long a2, long long a3, long long a4, long long a5, int a6) { _QWORD v7[2]; // [rsp+50h] [rbp-2E0h] BYREF long long v8; // [rsp+60h] [rbp-2D0h] long long v9; // [rsp+68h] [rbp-2C8h] long long v10; // [rsp+70h] [rbp-2C0h] long long v11; // [rsp+80h] [rbp-2B0h] long long...
my_end: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x308 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX MOV dword ptr [RBP + -0x234],EDI MOV RAX,qword ptr [0x003c3fe0] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x240],RAX MOV RAX,qword ptr [RBP + -0x240] MOV RCX,qword ptr ...
void my_end(uint param_1) { int iVar1; long in_FS_OFFSET; bool bVar2; bool bVar3; rusage local_2e8; int local_258; int local_254; uint local_250; bool local_249; FILE *local_248; uint local_23c; int1 local_238 [512]; long local_38; local_38 = *(long *)(in_FS_OFFSET + 0x28); local_248 ...
25,189
my_end
eloqsql/mysys/my_init.c
void my_end(int infoflag) { /* this code is suboptimal to workaround a bug in Sun CC: Sun C++ 5.6 2004/06/02 for x86, and should not be optimized until this compiler is not in use anymore */ FILE *info_file= DBUG_FILE; my_bool print_info= (info_file != stderr); if (!my_init_done) return; /...
O3
c
my_end: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x260, %rsp # imm = 0x260 movq %fs:0x28, %rax movq %rax, -0x28(%rbp) leaq 0xb69f27(%rip), %r12 # 0xc0dd70 cmpb $0x0, (%r12) je 0xa401f movl %edi, %r14d movq 0x2e6152(%rip), %rax # 0x389fb0 movq (%rax), %rbx testb $0x1,...
my_end: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 260h mov rax, fs:28h mov [rbp+var_28], rax lea r12, my_init_done cmp byte ptr [r12], 0 jz loc_A401F mov r14d, edi mov rax, cs:stderr_ptr mov rbx, [rax] test r14b, 1 jz loc_A3EF4 lea...
unsigned long long my_end(char a1, long long a2, long long a3, long long a4, long long a5, int a6) { long long v7; // rbx long long v8; // rsi int v9; // r8d int v10; // ecx int v11; // edi long long v13; // [rsp+50h] [rbp-230h] BYREF long long v14; // [rsp+58h] [rbp-228h] long long v15; // [rsp+60h] [...
my_end: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x260 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX LEA R12,[0xd0dd70] CMP byte ptr [R12],0x0 JZ 0x001a401f MOV R14D,EDI MOV RAX,qword ptr [0x00489fb0] MOV RBX,qword ptr [RAX] TEST R14B,0x1 JZ 0x001a3ef4 LEA RAX,[0x48be80] MOV EAX,dw...
void my_end(ulong param_1) { int8 uVar1; int iVar2; long lVar3; int iVar4; long in_FS_OFFSET; rusage local_238 [3]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); if (my_init_done != '\0') { uVar1 = *(int8 *)PTR_stderr_00489fb0; if ((param_1 & 1) != 0) { if ((ulong)my_fil...
25,190
retrieve_auto_increment
eloqsql/storage/myisam/mi_key.c
ulonglong retrieve_auto_increment(MI_INFO *info,const uchar *record) { ulonglong value= 0; /* Store unsigned values here */ longlong s_value= 0; /* Store signed values here */ HA_KEYSEG *keyseg= info->s->keyinfo[info->s->base.auto_key-1].seg; const uchar *key= (uchar*) record + keyseg->start; switch (key...
O3
c
retrieve_auto_increment: pushq %rbp movq %rsp, %rbp movq (%rdi), %rax movq 0x218(%rax), %rcx movl 0x184(%rax), %eax decl %eax imulq $0x70, %rax, %rax movq 0x28(%rcx,%rax), %rcx movzbl 0x18(%rcx), %edx xorl %eax, %eax addl $-0x2, %edx cmpl $0xc, %edx ja 0x7d3f6 movl 0x8(%rcx), %ecx leaq 0x691ec(%rip), %rdi # 0xe64e4...
retrieve_auto_increment: push rbp mov rbp, rsp mov rax, [rdi] mov rcx, [rax+218h] mov eax, [rax+184h] dec eax imul rax, 70h ; 'p' mov rcx, [rcx+rax+28h] movzx edx, byte ptr [rcx+18h] xor eax, eax add edx, 0FFFFFFFEh; switch 13 cases cmp edx, 0Ch ja def_7D2FF; jumptable 0...
unsigned long long retrieve_auto_increment(long long a1, long long a2) { long long v2; // rcx int v3; // edx unsigned long long result; // rax long long v5; // rcx long long v6; // rcx char v8; // di int v9; // eax int v10; // edx int v11; // ecx int v12; // eax v2 = *(_QWORD *)(*(_QWORD *)(*(_Q...
retrieve_auto_increment: PUSH RBP MOV RBP,RSP MOV RAX,qword ptr [RDI] MOV RCX,qword ptr [RAX + 0x218] MOV EAX,dword ptr [RAX + 0x184] DEC EAX IMUL RAX,RAX,0x70 MOV RCX,qword ptr [RCX + RAX*0x1 + 0x28] MOVZX EDX,byte ptr [RCX + 0x18] XOR EAX,EAX ADD EDX,-0x2 CMP EDX,0xc JA 0x0017d3f6 MOV ECX,dword ptr [RCX + 0x8] LEA RD...
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */ ulong retrieve_auto_increment(long *param_1,long param_2) { byte bVar1; byte bVar2; long lVar3; uint uVar4; ulong uVar5; ulong uVar6; float fVar7; double dVar8; lVar3 = *(long *)(*(long *)(*param_1 + 0x218) + 0x...
25,191
httplib::detail::MultipartFormDataParser::set_boundary(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&&)
monkey531[P]llama/examples/server/httplib.h
void set_boundary(std::string &&boundary) { boundary_ = boundary; dash_boundary_crlf_ = dash_ + boundary_ + crlf_; crlf_dash_boundary_ = crlf_ + dash_ + boundary_; }
O3
c
httplib::detail::MultipartFormDataParser::set_boundary(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&&): pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x40, %rsp movq %rdi, %rbx leaq 0x40(%rdi), %r14 movq %r14, %rdi callq 0x1f5d0 movq %rsp, %r15 movq %r15, %rdi movq %rbx,...
_ZN7httplib6detail23MultipartFormDataParser12set_boundaryEONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE: push r15 push r14 push r13 push r12 push rbx sub rsp, 40h mov rbx, rdi lea r14, [rdi+40h] mov rdi, r14 call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_assignE...
void httplib::detail::MultipartFormDataParser::set_boundary(_QWORD *a1, long long a2) { long long v2; // rax _OWORD *v3; // rcx long long v4; // rax _OWORD *v5; // rcx void *v6[2]; // [rsp+0h] [rbp-68h] BYREF _QWORD v7[2]; // [rsp+10h] [rbp-58h] BYREF _OWORD *v8; // [rsp+20h] [rbp-48h] BYREF long long ...
set_boundary: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x40 MOV RBX,RDI LEA R14,[RDI + 0x40] MOV RDI,R14 CALL 0x0011f5d0 MOV R15,RSP MOV RDI,R15 MOV RSI,RBX MOV RDX,R14 CALL 0x0016b519 MOV RSI,qword ptr [RBX + 0x20] MOV RDX,qword ptr [RBX + 0x28] LAB_0016c325: MOV RDI,R15 CALL 0x0011f310 LAB_0016c32d: LEA R...
/* httplib::detail::MultipartFormDataParser::set_boundary(std::__cxx11::string&&) */ void httplib::detail::MultipartFormDataParser::set_boundary(string *param_1) { long *plVar1; long *plVar2; long *local_68 [2]; long local_58 [2]; long *local_48; long local_40; long local_38; long lStack_30; std...
25,192
String::copy(char const*, unsigned long, charset_info_st const*, charset_info_st const*, unsigned int*)
eloqsql/sql/sql_string.cc
bool String::copy(const char *str, size_t arg_length, CHARSET_INFO *from_cs, CHARSET_INFO *to_cs, uint *errors) { uint32 offset; DBUG_ASSERT(!str || str != Ptr || !is_alloced()); if (!needs_conversion(arg_length, from_cs, to_cs, &offset)) { *errors= 0; return copy(str, arg_length, to_cs); } if...
O3
cpp
String::copy(char const*, unsigned long, charset_info_st const*, charset_info_st const*, unsigned int*): pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %r9, %r13 movq %r8, %rbx movq %rdx, %r15 movq %rsi, %r8 movq %rdi, %r14 cmpq %rcx, %rbx je 0x26aa8 testq %rbx, ...
_ZN6String4copyEPKcmPK15charset_info_stS4_Pj: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov r13, r9 mov rbx, r8 mov r15, rdx mov r8, rsi mov r14, rdi cmp rbx, rcx jz loc_26AA8 test rbx, rbx jz loc_26AA8 cmp rbx, cs:...
char String::copy(long long a1, const char *a2, unsigned long long a3, long long a4, long long a5, _DWORD *a6) { int v8; // r15d int v9; // r8d int v10; // r12d unsigned long long v11; // rsi char v12; // al char v13; // cl char result; // al unsigned long long v15; // rcx int v16; // [rsp+8h] [rbp-3...
copy: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV R13,R9 MOV RBX,R8 MOV R15,RDX MOV R8,RSI MOV R14,RDI CMP RBX,RCX JZ 0x00126aa8 TEST RBX,RBX JZ 0x00126aa8 CMP RBX,qword ptr [0x003f9fa8] JZ 0x00126aa8 MOV R12,RCX MOV RAX,qword ptr [RCX + 0x10] CMP RAX,qword ptr [RBX + 0x10] JZ 0x0...
/* String::copy(char const*, unsigned long, charset_info_st const*, charset_info_st const*, unsigned int*) */ int8 __thiscall String::copy(String *this,char *param_1,ulong param_2,charset_info_st *param_3, charset_info_st *param_4,uint *param_5) { uint uVar1; char cVar2; int4 uVar3; ulong uVar...
25,193
SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&)
11AgReS1SoR11[P]Graph/Common/SemanticAnalyzer/src/AstStatementParser.cpp
void SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator &relationIter, Relation &relation) noexcept { for(auto& it = relationIter; it != AST::ASTTree::DSFIterator(); ++it) { if(it->value == GRAMMERCONSTANTS::ID) { ++it; ++astIter; ...
O0
cpp
SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&): pushq %rbp movq %rsp, %rbp subq $0x220, %rsp # imm = 0x220 movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x1a8(%rbp) movq -0x10(%rbp), %rax...
_ZN16SEMANTICANALYZER18AstStatementParser17serializeRelationERN3AST7ASTTree11DSFIteratorERNS_8RelationE: push rbp mov rbp, rsp sub rsp, 220h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rax, [rbp+var_8] mov [rbp+var_1A8], rax mov rax, [rbp+var_10] mov [rbp+...
char SEMANTICANALYZER::AstStatementParser::serializeRelation( SEMANTICANALYZER::AstStatementParser *this, AST::ASTTree::DSFIterator *a2, SEMANTICANALYZER::Relation *a3) { char result; // al long long v4; // rax char v5; // [rsp+Fh] [rbp-211h] long long v6; // [rsp+10h] [rbp-210h] long...
serializeRelation: PUSH RBP MOV RBP,RSP SUB RSP,0x220 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x1a8],RAX MOV RAX,qword ptr [RBP + -0x10] MOV qword ptr [RBP + -0x20],RAX LAB_0014628a: MOV RAX,qword ptr [RBP + -0x2...
/* SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&) */ void __thiscall SEMANTICANALYZER::AstStatementParser::serializeRelation (AstStatementParser *this,DSFIterator *param_1,Relation *param_2) { DSFIterator *this_00; byte bVar1; bool ...
25,194
SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&)
11AgReS1SoR11[P]Graph/Common/SemanticAnalyzer/src/AstStatementParser.cpp
void SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator &relationIter, Relation &relation) noexcept { for(auto& it = relationIter; it != AST::ASTTree::DSFIterator(); ++it) { if(it->value == GRAMMERCONSTANTS::ID) { ++it; ++astIter; ...
O1
cpp
SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xc8, %rsp movq %rdx, %rbx movq %rsi, %r14 leaq 0x60(%rdx), %rax movq %rax, 0x50(%rsp) movq %rdi, 0x58(%rsp) leaq 0x8(%rdi), %r13 leaq...
_ZN16SEMANTICANALYZER18AstStatementParser17serializeRelationERN3AST7ASTTree11DSFIteratorERNS_8RelationE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0C8h mov rbx, rdx mov r14, rsi lea rax, [rdx+60h] mov [rsp+0F8h+var_A8], rax mov [rsp+0F8h+var_A0], rdi lea ...
long long SEMANTICANALYZER::AstStatementParser::serializeRelation( long long a1, AST::ASTTree::DSFIterator *a2, long long a3) { AST::ASTTree::DSFIterator *v4; // r13 char v5; // r12 long long result; // rax long long v7; // rax long long v8; // rax long long v9; // rax long long v...
serializeRelation: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xc8 MOV RBX,RDX MOV R14,RSI LEA RAX,[RDX + 0x60] MOV qword ptr [RSP + 0x50],RAX MOV qword ptr [RSP + 0x58],RDI LEA R13,[RDI + 0x8] LEA RAX,[RDX + 0x20] MOV qword ptr [RSP + 0x60],RAX LEA RAX,[RDX + 0x40] MOV qword ptr [RSP + 0x68],RAX LEA...
/* SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&) */ void __thiscall SEMANTICANALYZER::AstStatementParser::serializeRelation (AstStatementParser *this,DSFIterator *param_1,Relation *param_2) { DSFIterator *this_00; char cVar1; int i...
25,195
SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&)
11AgReS1SoR11[P]Graph/Common/SemanticAnalyzer/src/AstStatementParser.cpp
void SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator &relationIter, Relation &relation) noexcept { for(auto& it = relationIter; it != AST::ASTTree::DSFIterator(); ++it) { if(it->value == GRAMMERCONSTANTS::ID) { ++it; ++astIter; ...
O3
cpp
SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xc8, %rsp movq %rdx, %rbx movq %rsi, %r14 leaq 0x60(%rdx), %rax movq %rax, 0x50(%rsp) movq %rdi, 0x58(%rsp) leaq 0x8(%rdi), %r13 leaq...
_ZN16SEMANTICANALYZER18AstStatementParser17serializeRelationERN3AST7ASTTree11DSFIteratorERNS_8RelationE: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0C8h mov rbx, rdx mov r14, rsi lea rax, [rdx+60h] mov [rsp+0F8h+var_A8], rax mov [rsp+0F8h+var_A0], rdi lea ...
long long SEMANTICANALYZER::AstStatementParser::serializeRelation( long long a1, AST::ASTTree::DSFIterator *a2, long long a3) { AST::ASTTree::DSFIterator *v4; // r13 char v5; // r12 long long result; // rax long long v7; // rax long long v8; // rax long long v9; // rax long long v...
serializeRelation: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xc8 MOV RBX,RDX MOV R14,RSI LEA RAX,[RDX + 0x60] MOV qword ptr [RSP + 0x50],RAX MOV qword ptr [RSP + 0x58],RDI LEA R13,[RDI + 0x8] LEA RAX,[RDX + 0x20] MOV qword ptr [RSP + 0x60],RAX LEA RAX,[RDX + 0x40] MOV qword ptr [RSP + 0x68],RAX LEA...
/* SEMANTICANALYZER::AstStatementParser::serializeRelation(AST::ASTTree::DSFIterator&, SEMANTICANALYZER::Relation&) */ void __thiscall SEMANTICANALYZER::AstStatementParser::serializeRelation (AstStatementParser *this,DSFIterator *param_1,Relation *param_2) { DSFIterator *this_00; char cVar1; int i...
25,196
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
monkey531[P]llama/common/json.hpp
bool end_object() { if (ref_stack.back()) { if (!callback(static_cast<int>(ref_stack.size()) - 1, parse_event_t::object_end, *ref_stack.back())) { // discard object *ref_stack.back() = discarded; } else { ...
O2
cpp
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
_ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10end_objectEv: push r15 push r14 push rbx sub rsp, 70h mov rbx, rdi mov rsi, [rdi+10h] mov ...
char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::end_object( lo...
end_object: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x70 MOV RBX,RDI MOV RSI,qword ptr [RDI + 0x10] MOV RCX,qword ptr [RSI + -0x8] TEST RCX,RCX JZ 0x00145400 LEA RDI,[RBX + 0x80] SUB RSI,qword ptr [RBX + 0x8] SHR RSI,0x3 DEC ESI PUSH 0x1 POP RDX CALL 0x00145a54 TEST AL,AL JNZ 0x00145400 LEA RSI,[RBX + 0xa8] LEA R14,[RSP + 0...
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all...
25,197
js_bytecode_function_mark
bluesky950520[P]quickjs/quickjs.c
static void js_bytecode_function_mark(JSRuntime *rt, JSValue val, JS_MarkFunc *mark_func) { JSObject *p = JS_VALUE_GET_OBJ(val); JSVarRef **var_refs = p->u.func.var_refs; JSFunctionBytecode *b = p->u.func.function_bytecode; int i; if (p->u.func.home_object) { ...
O0
c
js_bytecode_function_mark: subq $0x68, %rsp movq %rsi, 0x58(%rsp) movq %rdx, 0x60(%rsp) movq %rdi, 0x50(%rsp) movq %rcx, 0x48(%rsp) movq 0x58(%rsp), %rax movq %rax, 0x40(%rsp) movq 0x40(%rsp), %rax movq 0x38(%rax), %rax movq %rax, 0x38(%rsp) movq 0x40(%rsp), %rax movq 0x30(%rax), %rax movq %rax, 0x30(%rsp) movq 0x40(%r...
js_bytecode_function_mark: sub rsp, 68h mov [rsp+68h+var_10], rsi mov [rsp+68h+var_8], rdx mov [rsp+68h+var_18], rdi mov [rsp+68h+var_20], rcx mov rax, [rsp+68h+var_10] mov [rsp+68h+var_28], rax mov rax, [rsp+68h+var_28] mov rax, [rax+38h] mov [rsp+68h+var_30], rax mov rax, [...
long long js_bytecode_function_mark( long long a1, _QWORD *a2, long long a3, long long ( *a4)(long long, long long)) { long long result; // rax long long v5; // [rsp+10h] [rbp-58h] int i; // [rsp+2Ch] [rbp-3Ch] long long v7; // [rsp+30h] [rbp-38h] long long v8; // [rsp+38h] [r...
js_bytecode_function_mark: SUB RSP,0x68 MOV qword ptr [RSP + 0x58],RSI MOV qword ptr [RSP + 0x60],RDX MOV qword ptr [RSP + 0x50],RDI MOV qword ptr [RSP + 0x48],RCX MOV RAX,qword ptr [RSP + 0x58] MOV qword ptr [RSP + 0x40],RAX MOV RAX,qword ptr [RSP + 0x40] MOV RAX,qword ptr [RAX + 0x38] MOV qword ptr [RSP + 0x38],RAX M...
void js_bytecode_function_mark(int8 param_1,long param_2,int8 param_3,code *param_4) { long lVar1; long lVar2; long lVar3; int local_3c; lVar1 = *(long *)(param_2 + 0x38); lVar2 = *(long *)(param_2 + 0x30); if (*(long *)(param_2 + 0x40) != 0) { JS_MarkValue(param_1,*(int8 *)(param_2 + 0x40),0xfff...
25,198
OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping()
NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/refinement.cpp
void Refinement::populateParentToChildMapping() { allocateParentChildIndices(); // // If sparse refinement, mark indices of any components in addition to those selected // so that we have the full neighborhood for selected components: // if (!_uniform) { // Make sure the selection w...
O0
cpp
OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping(): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0x10(%rbp) movq (%rdi), %rax callq *0x10(%rax) movq -0x10(%rbp), %rax testb $0x1, 0x24(%rax) jne 0xfe672 movq -0x10(%rbp), %rdi addq $0x1c8, ...
_ZN10OpenSubdiv6v3_6_03Vtr8internal10Refinement28populateParentToChildMappingEv: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi mov rdi, [rbp+var_8] mov [rbp+var_10], rdi mov rax, [rdi] call qword ptr [rax+10h] mov rax, [rbp+var_10] test byte ptr [rax+24h], 1 jnz short ...
long long OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping( OpenSubdiv::v3_6_0::Vtr::internal::Refinement *this) { (*(void ( **)(OpenSubdiv::v3_6_0::Vtr::internal::Refinement *))(*(_QWORD *)this + 16LL))(this); if ( (*((_BYTE *)this + 36) & 1) == 0 ) { if ( !std::vector<Ope...
populateParentToChildMapping: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RDI MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x10] MOV RAX,qword ptr [RBP + -0x10] TEST byte ptr [RAX + 0x24],0x1 JNZ 0x001fe672 MOV RDI,qword ptr [RBP + -0x10] ...
/* OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping() */ void __thiscall OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping(Refinement *this) { long lVar1; (**(code **)(*(long *)this + 0x10))(); if (((byte)this[0x24] & 1) == 0) { lVar1 = std:: ...
25,199
OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping()
NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/refinement.cpp
void Refinement::populateParentToChildMapping() { allocateParentChildIndices(); // // If sparse refinement, mark indices of any components in addition to those selected // so that we have the full neighborhood for selected components: // if (!_uniform) { // Make sure the selection w...
O1
cpp
OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping(): pushq %rbx movq %rdi, %rbx movq (%rdi), %rax callq *0x10(%rax) cmpb $0x0, 0x24(%rbx) jne 0x489e7 movq 0x1d0(%rbx), %rax cmpq 0x1c8(%rbx), %rax je 0x489f0 movq %rbx, %rdi callq 0x3afb0 movq %rbx, %rdi callq 0x39b80 movq (%rbx), %rax movq %rbx...
_ZN10OpenSubdiv6v3_6_03Vtr8internal10Refinement28populateParentToChildMappingEv: push rbx mov rbx, rdi mov rax, [rdi] call qword ptr [rax+10h] cmp byte ptr [rbx+24h], 0 jnz short loc_489E7 mov rax, [rbx+1D0h] cmp rax, [rbx+1C8h] jz short loc_489F0 mov rdi, rbx; this call __ZN10...
long long OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping( OpenSubdiv::v3_6_0::Vtr::internal::Refinement *this) { (*(void ( **)(OpenSubdiv::v3_6_0::Vtr::internal::Refinement *))(*(_QWORD *)this + 16LL))(this); if ( !*((_BYTE *)this + 36) ) { if ( *((_QWORD *)this + 58) == ...
populateParentToChildMapping: PUSH RBX MOV RBX,RDI MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x10] CMP byte ptr [RBX + 0x24],0x0 JNZ 0x001489e7 MOV RAX,qword ptr [RBX + 0x1d0] CMP RAX,qword ptr [RBX + 0x1c8] JZ 0x001489f0 MOV RDI,RBX CALL 0x0013afb0 MOV RDI,RBX CALL 0x00139b80 MOV RAX,qword ptr [RBX] MOV RDI,RBX CA...
/* OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping() */ void __thiscall OpenSubdiv::v3_6_0::Vtr::internal::Refinement::populateParentToChildMapping(Refinement *this) { (**(code **)(*(long *)this + 0x10))(); if (this[0x24] == (Refinement)0x0) { if (*(long *)(this + 0x1d0) == *(long...