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
3,600
map_to_g2
corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/map_to_g2.c
static void map_to_g2(POINTonE2 *out, const vec384x u, const vec384x v) { POINTonE2 p; map_to_isogenous_E2(&p, u); if (v != NULL) { map_to_isogenous_E2(out, v); /* borrow |out| */ POINTonE2_dadd(&p, &p, out, Aprime_E2); } isogeny_map_to_E2(&p, &p); /* s...
O0
c
map_to_g2: pushq %rbp movq %rsp, %rbp subq $0x140, %rsp # imm = 0x140 movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rsi leaq -0x138(%rbp), %rdi callq 0xbc730 cmpq $0x0, -0x18(%rbp) je 0xae625 movq -0x8(%rbp), %rdi movq -0x18(%rbp), %rsi callq 0xbc730 movq -0x8(%rbp), ...
map_to_g2: push rbp mov rbp, rsp sub rsp, 140h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rsi, [rbp+var_10] lea rdi, [rbp+var_138] call map_to_isogenous_E2 cmp [rbp+var_18], 0 jz short loc_AE625 mov rdi, [rbp+var_8] mov rsi, [rbp+var_18] call ...
long long map_to_g2(long long a1, long long a2, long long a3) { _BYTE v4[288]; // [rsp+8h] [rbp-138h] BYREF long long v5; // [rsp+128h] [rbp-18h] long long v6; // [rsp+130h] [rbp-10h] long long v7; // [rsp+138h] [rbp-8h] v7 = a1; v6 = a2; v5 = a3; map_to_isogenous_E2(v4, a2); if ( v5 ) { map_t...
map_to_g2: PUSH RBP MOV RBP,RSP SUB RSP,0x140 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV RSI,qword ptr [RBP + -0x10] LEA RDI,[RBP + -0x138] CALL 0x001bc730 CMP qword ptr [RBP + -0x18],0x0 JZ 0x001ae625 MOV RDI,qword ptr [RBP + -0x8] MOV RSI,qword ptr [RBP + -0x18]...
void map_to_g2(int8 param_1,int8 param_2,long param_3) { int1 local_140 [288]; long local_20; int8 local_18; int8 local_10; local_20 = param_3; local_18 = param_2; local_10 = param_1; map_to_isogenous_E2(local_140,param_2); if (local_20 != 0) { map_to_isogenous_E2(local_10,local_20); POIN...
3,601
nlohmann::json_abi_v3_11_3::detail::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_serializer, std::vect...
llama.cpp/common/./json.hpp
std::string exception_message(const token_type expected, const std::string& context) { std::string error_msg = "syntax error "; if (!context.empty()) { error_msg += concat("while parsing ", context, ' '); } error_msg += "- "; if (last_token == token_typ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::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_serializer, std::vect...
_ZN8nlohmann16json_abi_v3_11_36detail6parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIPKcEEE17exception_messageENS1_10lexer_baseISF_E10token_typeERKSB_: push rbp push r15 push r14 push ...
_QWORD * nlohmann::json_abi_v3_11_3::detail::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>,nlohmann::json_abi_v3_11_3::detail::iterato...
exception_message: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV R15,RCX MOV EBP,EDX MOV R14,RSI MOV RBX,RDI LEA R12,[RDI + 0x10] MOV qword ptr [RDI],R12 LEA RSI,[0x1c6f82] LEA RDX,[0x1c6f8f] CALL 0x0013fe82 MOV RSI,qword ptr [R15 + 0x8] TEST RSI,RSI JZ 0x00137462 LEA R13,[RSP + 0x18] MOV qword...
/* nlohmann::json_abi_v3_11_3::detail::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::allocator<unsigned cha...
3,602
js_array_reduce
bluesky950520[P]quickjs/quickjs.c
static JSValue js_array_reduce(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int special) { JSValue obj, val, index_val, acc, acc1; JSValue args[4]; JSValue func; int64_t len, k, k1; int present; acc = JS_UNDEFINED; val = JS_UNDEFINED; if (spe...
O1
c
js_array_reduce: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xe8, %rsp movq %r8, %r12 movl %ecx, %r14d movq %rdx, %rbp movq %rsi, %rbx movq %rdi, %r15 xorl %eax, %eax movl %eax, 0x28(%rsp) movl $0x3, %ecx movq %rcx, 0x30(%rsp) movl %eax, 0x38(%rsp) movq %rcx, 0x40(%rsp) movl %r9d, 0x4c(%rsp...
js_array_reduce: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0E8h mov r12, r8 mov r14d, ecx mov rbp, rdx mov rbx, rsi mov r15, rdi xor eax, eax mov dword ptr [rsp+118h+var_F0], eax mov ecx, 3 mov qword ptr [rsp+118h+var_F0+8], rcx mov dwor...
long long js_array_reduce( long long a1, long long a2, long long a3, int a4, long long *a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14) { long...
js_array_reduce: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xe8 MOV R12,R8 MOV R14D,ECX MOV RBP,RDX MOV RBX,RSI MOV R15,RDI XOR EAX,EAX MOV dword ptr [RSP + 0x28],EAX MOV ECX,0x3 MOV qword ptr [RSP + 0x30],RCX MOV dword ptr [RSP + 0x38],EAX MOV qword ptr [RSP + 0x40],RCX MOV dword ptr [RSP + 0x4c],R...
int1 [16] js_array_reduce(long param_1,int *param_2,int8 param_3,int param_4,int8 *param_5, uint param_6) { int iVar1; long lVar2; long lVar3; long lVar4; int8 uVar5; ulong uVar6; double dVar7; int8 uVar8; ulong uVar9; ulong uVar10; ulong uVar11; long lVar12; bool bVar13; i...
3,603
js_array_reduce
bluesky950520[P]quickjs/quickjs.c
static JSValue js_array_reduce(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int special) { JSValue obj, val, index_val, acc, acc1; JSValue args[4]; JSValue func; int64_t len, k, k1; int present; acc = JS_UNDEFINED; val = JS_UNDEFINED; if (spe...
O2
c
js_array_reduce: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xd8, %rsp movq %r8, %r13 movl %ecx, %ebx movq %rdx, %r12 movq %rsi, %r14 andl $0x0, 0x10(%rsp) movq %rdi, %r15 andl $0x0, 0x30(%rsp) pushq $0x3 popq %rax movq %rax, 0x18(%rsp) movq %rax, 0x40(%rsp) movq %rax, 0x38(%rsp) movl %r9d,...
js_array_reduce: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0D8h mov r13, r8 mov ebx, ecx mov r12, rdx mov r14, rsi and dword ptr [rsp+108h+var_F8], 0 mov r15, rdi and dword ptr [rsp+108h+var_D8], 0 push 3 pop rax mov qword ptr [rsp+108h+v...
long long js_array_reduce( long long a1, _DWORD *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_array_reduce: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xd8 MOV R13,R8 MOV EBX,ECX MOV R12,RDX MOV R14,RSI AND dword ptr [RSP + 0x10],0x0 MOV R15,RDI AND dword ptr [RSP + 0x30],0x0 PUSH 0x3 POP RAX MOV qword ptr [RSP + 0x18],RAX MOV qword ptr [RSP + 0x40],RAX MOV qword ptr [RSP + 0x38],RAX MOV d...
int1 [16] js_array_reduce(int8 param_1,int *param_2,int8 param_3,int4 param_4, int8 *param_5,ulong param_6) { int *piVar1; int1 auVar2 [16]; int1 auVar3 [16]; int iVar4; long lVar5; long lVar6; ulong uVar7; ulong uVar8; ulong uVar9; long lVar10; int8 uVar11; int8 uVar12; long...
3,604
js_array_reduce
bluesky950520[P]quickjs/quickjs.c
static JSValue js_array_reduce(JSContext *ctx, JSValue this_val, int argc, JSValue *argv, int special) { JSValue obj, val, index_val, acc, acc1; JSValue args[4]; JSValue func; int64_t len, k, k1; int present; acc = JS_UNDEFINED; val = JS_UNDEFINED; if (spe...
O3
c
js_array_reduce: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0xe8, %rsp movq %r8, %r12 movl %ecx, %ebx movq %rdx, %rbp movq %rsi, %r15 movq %rdi, %r14 xorl %eax, %eax movl %eax, 0x38(%rsp) movl $0x3, %ecx movq %rcx, 0x40(%rsp) movl %eax, 0x48(%rsp) movq %rcx, 0x50(%rsp) movl %r9d, 0x5c(%rsp)...
js_array_reduce: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0E8h mov r12, r8 mov ebx, ecx mov rbp, rdx mov r15, rsi mov r14, rdi xor eax, eax mov dword ptr [rsp+118h+var_E0], eax mov ecx, 3 mov qword ptr [rsp+118h+var_E0+8], rcx mov dword...
long long js_array_reduce( long long a1, _DWORD *a2, long long a3, int a4, long long *a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, __m128 a11, __m128 a12, __m128 a13, __m128 a14) { long l...
js_array_reduce: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xe8 MOV R12,R8 MOV EBX,ECX MOV RBP,RDX MOV R15,RSI MOV R14,RDI XOR EAX,EAX MOV dword ptr [RSP + 0x38],EAX MOV ECX,0x3 MOV qword ptr [RSP + 0x40],RCX MOV dword ptr [RSP + 0x48],EAX MOV qword ptr [RSP + 0x50],RCX MOV dword ptr [RSP + 0x5c],R9...
int1 [16] js_array_reduce(long param_1,int *param_2,int8 param_3,int param_4,int8 *param_5, uint param_6) { int8 uVar1; int *piVar2; int1 auVar3 [16]; int1 auVar4 [16]; long lVar5; int iVar6; long lVar7; long lVar8; ulong uVar9; int8 uVar10; int8 uVar11; long lVar12; ulong uV...
3,605
json_parse
corpus-core[P]colibri-stateless/src/util/json.c
json_t json_parse(const char* data) { json_t invalid = json(JSON_TYPE_INVALID, data, 0); const char* start = next_non_whitespace_token(data); const char* end = NULL; if (!start) return invalid; switch (*start) { case '{': end = find_end(start + 1, '{', '}'); return end ? json(JSON_...
O0
c
json_parse: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movq %rdi, -0x40(%rbp) movq %rdi, -0x38(%rbp) movq %rsi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x20(%rbp) movq $0x0, -0x18(%rbp) movl $0x0, -0x10(%rbp) movq -0x8(%rbp), %rdi callq 0xa3e90 movq %rax, -0x28(%rbp) movq $0x0, -0x30(%rbp) cmpq $0x0, -0x28(%rbp) ...
json_parse: push rbp mov rbp, rsp sub rsp, 50h mov [rbp+var_40], rdi mov [rbp+var_38], rdi mov [rbp+var_8], rsi mov rax, [rbp+var_8] mov [rbp+var_20], rax mov [rbp+var_18], 0 mov dword ptr [rbp+var_10], 0 mov rdi, [rbp+var_8] call next_non_whitespace_token mov [rbp+var_...
long long json_parse(long long a1, long long a2) { long long v3; // [rsp+20h] [rbp-30h] long long v4; // [rsp+20h] [rbp-30h] long long end; // [rsp+20h] [rbp-30h] _BYTE *non_whitespace_token; // [rsp+28h] [rbp-28h] long long v7; // [rsp+40h] [rbp-10h] LODWORD(v7) = 0; non_whitespace_token = (_BYTE *)nex...
json_parse: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV qword ptr [RBP + -0x40],RDI MOV qword ptr [RBP + -0x38],RDI MOV qword ptr [RBP + -0x8],RSI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x20],RAX MOV qword ptr [RBP + -0x18],0x0 MOV dword ptr [RBP + -0x10],0x0 MOV RDI,qword ptr [RBP + -0x8] CALL 0x001a3e90 MOV q...
int8 * json_parse(int8 *param_1,int8 param_2) { int iVar1; char *__s1; long lVar2; uint uStack_14; __s1 = (char *)next_non_whitespace_token(param_2); if (__s1 == (char *)0x0) { *param_1 = param_2; param_1[1] = 0; param_1[2] = (ulong)uStack_14 << 0x20; } else { switch(*__s1) { ca...
3,606
json_parse
corpus-core[P]colibri-stateless/src/util/json.c
json_t json_parse(const char* data) { json_t invalid = json(JSON_TYPE_INVALID, data, 0); const char* start = next_non_whitespace_token(data); const char* end = NULL; if (!start) return invalid; switch (*start) { case '{': end = find_end(start + 1, '{', '}'); return end ? json(JSON_...
O3
c
json_parse: pushq %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rsi, %r15 movq %rdi, %rbx movq %rsi, %rdi callq 0x554e3 testq %rax, %rax je 0x554c3 movq %rax, %r14 movb (%rax), %bpl movzbl %bpl, %eax cmpl $0x5a, %eax jg 0x55361 leal -0x30(%rax), %ecx cmpl $0xa, %ecx jae 0x553b6 movq %r14, (%rbx) movl $0x2, 0x1...
json_parse: push rbp push r15 push r14 push rbx push rax mov r15, rsi mov rbx, rdi mov rdi, rsi call next_non_whitespace_token test rax, rax jz loc_554C3 mov r14, rax mov bpl, [rax] movzx eax, bpl cmp eax, 5Ah ; 'Z' jg short loc_55361 lea ecx, [rax-30h] cmp ...
long long json_parse(long long a1, long long a2) { unsigned __int8 *non_whitespace_token; // rax unsigned __int8 *v3; // r14 unsigned __int8 v4; // bp int v5; // eax long long v6; // rcx long long v7; // rax long long v8; // rdx unsigned long long v9; // rsi long long v10; // rax long long end; // ...
json_parse: PUSH RBP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV R15,RSI MOV RBX,RDI MOV RDI,RSI CALL 0x001554e3 TEST RAX,RAX JZ 0x001554c3 MOV R14,RAX MOV BPL,byte ptr [RAX] MOVZX EAX,BPL CMP EAX,0x5a JG 0x00155361 LEA ECX,[RAX + -0x30] CMP ECX,0xa JNC 0x001553b6 LAB_0015530d: MOV qword ptr [RBX],R14 MOV dword ptr [RBX + ...
int8 * json_parse(int8 *param_1,int8 param_2) { int iVar1; byte *__s1; ushort **ppuVar2; long lVar3; byte bVar4; __s1 = (byte *)next_non_whitespace_token(param_2); if (__s1 != (byte *)0x0) { bVar4 = *__s1; if (bVar4 < 0x5b) { if (bVar4 - 0x30 < 10) { LAB_0015530d: *param_1 = __s...
3,607
minja::Parser::parseVarNames[abi:cxx11]()
monkey531[P]llama/common/minja.hpp
std::vector<std::string> parseVarNames() { static std::regex varnames_regex(R"(((?:\w+)(?:[\r\n\s]*,[\r\n\s]*(?:\w+))*)[\r\n\s]*)"); std::vector<std::string> group; if ((group = consumeTokenGroups(varnames_regex)).empty()) throw std::runtime_error("Expected variable names"); std::vector<std::st...
O1
cpp
minja::Parser::parseVarNames[abi:cxx11](): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x1e8, %rsp # imm = 0x1E8 movq %rsi, %r14 movq %rdi, %rbx leaq 0xaab3c(%rip), %rax # 0x1301c0 movb (%rax), %al testb %al, %al je 0x85804 xorps %xmm0, %xmm0 movaps %xmm0, (%rsp) movq $0x0, 0x...
_ZN5minja6Parser13parseVarNamesB5cxx11Ev: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 1E8h mov r14, rsi mov rbx, rdi lea rax, _ZGVZN5minja6Parser13parseVarNamesB5cxx11EvE14varnames_regexB5cxx11; `guard variable for'minja::Parser::parseVarNames(void)::varnames_regex m...
long long minja::Parser::parseVarNames[abi:cxx11](long long a1, long long a2) { _QWORD *v2; // rax std::runtime_error *exception; // rbx int v5[4]; // [rsp+0h] [rbp-218h] BYREF int v6[2]; // [rsp+10h] [rbp-208h] __int128 v7; // [rsp+20h] [rbp-1F8h] BYREF _QWORD v8[2]; // [rsp+30h] [rbp-1E8h] BYREF void *...
parseVarNames[abi:cxx11]: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x1e8 MOV R14,RSI MOV RBX,RDI LEA RAX,[0x2301c0] MOV AL,byte ptr [RAX] TEST AL,AL JZ 0x00185804 LAB_0018568e: XORPS XMM0,XMM0 MOVAPS xmmword ptr [RSP],XMM0 MOV qword ptr [RSP + 0x10],0x0 LAB_0018569e: LEA RDX,[0x2301a0] LEA RDI,[RSP...
/* minja::Parser::parseVarNames[abi:cxx11]() */ void minja::Parser::parseVarNames_abi_cxx11_(void) { ulong *puVar1; ulong *puVar2; int iVar3; istream *piVar4; runtime_error *this; vector<std::__cxx11::string,std::allocator<std::__cxx11::string>> *in_RDI; ulong *local_218; ulong *puStack_210; ulong ...
3,608
xarecover_handlerton(THD*, st_plugin_int*, void*)
eloqsql/sql/handler.cc
static my_bool xarecover_handlerton(THD *unused, plugin_ref plugin, void *arg) { handlerton *hton= plugin_hton(plugin); struct xarecover_st *info= (struct xarecover_st *) arg; int got; if (hton->recover) { while ((got= hton->recover(hton, info->list, info->len)) > 0 ) ...
O0
cpp
xarecover_handlerton(THD*, st_plugin_int*, void*): pushq %rbp movq %rsp, %rbp subq $0x90, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq -0x10(%rbp), %rdi callq 0xd086c0 movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x28(%rbp) movq -0x20(%rbp), %rax cmpq $0x0, 0x70(%rax) je 0x...
_ZL20xarecover_handlertonP3THDP13st_plugin_intPv: push rbp mov rbp, rsp sub rsp, 90h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov rdi, [rbp+var_10] call _ZL11plugin_htonP13st_plugin_int_22; plugin_hton(st_plugin_int *) mov [rbp+var_20], rax mov rax, [rbp+var...
long long xarecover_handlerton(long long a1, long long a2, unsigned int *a3) { const char **v3; // rax char v4; // al long long trx_server_id; // [rsp+8h] [rbp-88h] long long v7; // [rsp+18h] [rbp-78h] long long v8; // [rsp+20h] [rbp-70h] long long v9; // [rsp+30h] [rbp-60h] bool v10; // [rsp+47h] [rbp-4...
aggregate_common: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] CMP RAX,qword ptr [RBP + -0x20] JNZ 0x00d0cf64 MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x8],RAX JMP 0x00d0cf9a LAB_00d0cf64: LEA RAX,[0x1e7...
/* Type_collection_json::aggregate_common(Type_handler const*, Type_handler const*) const */ Type_handler * __thiscall Type_collection_json::aggregate_common (Type_collection_json *this,Type_handler *param_1,Type_handler *param_2) { Type_handler *local_10; local_10 = param_1; if (((param_1 != para...
3,609
mi_cmp_dynamic_record
eloqsql/storage/myisam/mi_dynrec.c
int _mi_cmp_dynamic_record(register MI_INFO *info, register const uchar *record) { uint flag,reclength,b_type; my_off_t filepos; uchar *buffer; MI_BLOCK_INFO block_info; DBUG_ENTER("_mi_cmp_dynamic_record"); if (info->opt_flag & WRITE_CACHE_USED) { info->update&= ~(HA_STATE_WRITE_AT_END | HA_STATE_EX...
O0
c
mi_cmp_dynamic_record: pushq %rbp movq %rsp, %rbp subq $0xb0, %rsp movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0x70(%rbp) movq %rsi, -0x78(%rbp) movq -0x70(%rbp), %rax movl 0x1c8(%rax), %eax andl $0x10, %eax cmpl $0x0, %eax je 0xad092 movq -0x70(%rbp), %rax movl 0x1d0(%rax), %ecx andl $0xfffff6ff, %ecx ...
_mi_cmp_dynamic_record: push rbp mov rbp, rsp sub rsp, 0B0h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_70], rdi mov [rbp+var_78], rsi mov rax, [rbp+var_70] mov eax, [rax+1C8h] and eax, 10h cmp eax, 0 jz short loc_AD092 mov rax, [rbp+var_70] mov ecx, [rax+1D...
long long mi_cmp_dynamic_record(char *a1, const char *a2) { long long v2; // rax long long v4; // [rsp+10h] [rbp-A0h] char *v5; // [rsp+18h] [rbp-98h] long long v6; // [rsp+20h] [rbp-90h] char block_info; // [rsp+2Ch] [rbp-84h] unsigned int v8; // [rsp+30h] [rbp-80h] int v9; // [rsp+34h] [rbp-7Ch] _BYT...
_mi_cmp_dynamic_record: PUSH RBP MOV RBP,RSP SUB RSP,0xb0 MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x8],RAX MOV qword ptr [RBP + -0x70],RDI MOV qword ptr [RBP + -0x78],RSI MOV RAX,qword ptr [RBP + -0x70] MOV EAX,dword ptr [RAX + 0x1c8] AND EAX,0x10 CMP EAX,0x0 JZ 0x001ad092 MOV RAX,qword ptr [RBP + -0x70] MOV ...
int4 _mi_cmp_dynamic_record(long *param_1,int8 param_2) { long lVar1; bool bVar2; int iVar3; uint uVar4; long lVar5; int4 *puVar6; long in_FS_OFFSET; long local_a0; uint local_88; long local_80; int4 local_6c; int1 local_68 [24]; ulong local_50; ulong local_48; int8 local_30; long loca...
3,610
std::hash<minja::Value>::operator()(minja::Value const&) const
monkey531[P]llama/common/minja.hpp
size_t operator()(const minja::Value & v) const { if (!v.is_hashable()) throw std::runtime_error("Unsupported type for hashing: " + v.dump()); return std::hash<json>()(v.get<json>()); }
O3
cpp
std::hash<minja::Value>::operator()(minja::Value const&) const: pushq %rbp pushq %r14 pushq %rbx subq $0x40, %rsp movq %rsi, %r14 cmpq $0x0, 0x10(%rsi) jne 0x74420 cmpq $0x0, 0x20(%r14) jne 0x74420 cmpq $0x0, 0x30(%r14) jne 0x74420 movq %rsp, %rbx movq %rbx, %rdi movq %r14, %rsi callq 0x74508 movq %rbx, %rdi callq 0x74...
_ZNKSt4hashIN5minja5ValueEEclERKS1_: push rbp push r14 push rbx sub rsp, 40h mov r14, rsi cmp qword ptr [rsi+10h], 0 jnz short loc_74420 cmp qword ptr [r14+20h], 0 jnz short loc_74420 cmp qword ptr [r14+30h], 0 jnz short loc_74420 mov rbx, rsp mov rdi, rbx mov rsi, r...
long long std::hash<minja::Value>::operator()(long long a1, _QWORD *a2) { long long result; // rax void *exception; // rbx void **v4[2]; // [rsp+0h] [rbp-58h] BYREF _BYTE v5[16]; // [rsp+20h] [rbp-38h] BYREF if ( a2[2] || a2[4] || a2[6] ) { exception = __cxa_allocate_exception(0x10uLL); minja::Val...
operator(): PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x40 MOV R14,RSI CMP qword ptr [RSI + 0x10],0x0 JNZ 0x00174420 CMP qword ptr [R14 + 0x20],0x0 JNZ 0x00174420 CMP qword ptr [R14 + 0x30],0x0 JNZ 0x00174420 MOV RBX,RSP MOV RDI,RBX MOV RSI,R14 CALL 0x00174508 LAB_001743f4: MOV RDI,RBX CALL 0x00174a25 LAB_001743fc: MOV RBX,RA...
/* std::hash<minja::Value>::TEMPNAMEPLACEHOLDERVALUE(minja::Value const&) const */ ulong __thiscall std::hash<minja::Value>::operator()(hash<minja::Value> *this,Value *param_1) { ulong uVar1; runtime_error *this_00; basic_json abStack_58 [32]; int1 local_38 [32]; if (((*(long *)(param_1 + 0x10) == 0) &&...
3,611
run_plugin_auth
eloqsql/libmariadb/plugins/auth/my_auth.c
int run_plugin_auth(MYSQL *mysql, char *data, uint data_len, const char *data_plugin, const char *db) { const char *auth_plugin_name= NULL; auth_plugin_t *auth_plugin; MCPVIO_EXT mpvio; ulong pkt_length; int res; /* determine the default/initial plugin to use */ if (...
O3
c
run_plugin_auth: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x68, %rsp movq %r8, -0x38(%rbp) movq %rcx, %r15 movl %edx, -0x30(%rbp) movq %rsi, %r14 movq %rdi, %rbx movq 0x370(%rdi), %rax btl $0x13, %eax jb 0x2dc4b btl $0x9, %eax leaq 0x6f06(%rip), %rax # 0x34b44 leaq 0x...
run_plugin_auth: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 68h mov [rbp+var_38], r8 mov r15, rcx mov dword ptr [rbp+var_30], edx mov r14, rsi mov rbx, rdi mov rax, [rdi+370h] bt eax, 13h jb short loc_2DC4B loc_2DC33: bt e...
long long run_plugin_auth( long long a1, long long a2, int a3, long long a4, long long a5, long long a6, __m128 a7, __m128 a8, __m128 a9, __m128 a10, double a11, double a12, __m128 a13, __m128 a14) { const...
run_plugin_auth: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x68 MOV qword ptr [RBP + -0x38],R8 MOV R15,RCX MOV dword ptr [RBP + -0x30],EDX MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr [RDI + 0x370] BT EAX,0x13 JC 0x0012dc4b LAB_0012dc33: BT EAX,0x9 LEA RAX,[0x134b44] LEA R12,[0x134b57] CMOV...
int4 run_plugin_auth(long param_1,char *param_2,int4 param_3,char *param_4,int8 param_5) { char *pcVar1; int *puVar2; int *puVar3; uint uVar4; int iVar5; int4 uVar6; int1 *puVar7; size_t sVar8; int *piVar9; char *pcVar10; char *pcVar11; long lVar12; code *local_90; code *local_88; code *...
3,612
minja::simple_function(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&, std::function<...
monkey531[P]llama/common/minja.hpp
static Value simple_function(const std::string & fn_name, const std::vector<std::string> & params, const std::function<Value(const std::shared_ptr<Context> &, Value & args)> & fn) { std::map<std::string, size_t> named_positions; for (size_t i = 0, n = params.size(); i < n; i++) named_positions[params[i]] = i; re...
O3
cpp
minja::simple_function(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&, std::function<...
_ZN5minjaL15simple_functionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS5_SaIS5_EERKSt8functionIFNS_5ValueERKSt10shared_ptrINS_7ContextEERSE_EE_0: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 0E8h mov [rsp+118h+var_F0], rcx mov r15, rdx mov r14,...
void minja::simple_function(long long a1, long long a2, _QWORD *a3, long long a4) { long long v5; // rbp long long v6; // rbp long long v7; // rbx long long v8; // r12 long long v9; // r12 long long v10; // rax long long v11; // rdx int v12; // ecx int *v13; // r8 int *v14; // rsi long long *v15;...
simple_function: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0xe8 MOV qword ptr [RSP + 0x28],RCX MOV R15,RDX MOV R14,RSI MOV qword ptr [RSP + 0x20],RDI LEA RAX,[RSP + 0xc0] MOV dword ptr [RAX],0x0 XOR ECX,ECX MOV qword ptr [RAX + 0x8],RCX MOV qword ptr [RAX + 0x10],RAX MOV qword ptr [RAX + 0x18],RAX M...
/* minja::simple_function(std::__cxx11::string const&, std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > > const&, std::function<minja::Value (std::shared_ptr<minja::Context> const&, minja::Value&)> const&) */ void __thiscall minja::simple_function(minja *this,string *param_1,vector *param...
3,613
ftxui::Color::Print[abi:cxx11](bool) const
Andrewchistyakov[P]flashcards_lyc/build_O2/_deps/ftxui-src/src/ftxui/screen/color.cpp
std::string Color::Print(bool is_background_color) const { switch (type_) { case ColorType::Palette1: return is_background_color ? "49"s : "39"s; case ColorType::Palette16: return palette16code[2 * red_ + is_background_color]; // NOLINT; case ColorType::Palette256: return (is_backgrou...
O2
cpp
ftxui::Color::Print[abi:cxx11](bool) const: pushq %r14 pushq %rbx subq $0x108, %rsp # imm = 0x108 movq %rsi, %r14 movq %rdi, %rbx movzbl (%rsi), %eax cmpl $0x2, %eax je 0x1bb46 cmpl $0x1, %eax je 0x1bb1b testl %eax, %eax jne 0x1bb9c testb %dl, %dl je 0x1bcc6 leaq 0x1737e(%rip), %rsi # 0x32e94 jmp 0x1bccd...
_ZNK5ftxui5Color5PrintB5cxx11Eb: push r14 push rbx sub rsp, 108h mov r14, rsi mov rbx, rdi movzx eax, byte ptr [rsi] cmp eax, 2 jz short loc_1BB46 cmp eax, 1 jz short loc_1BB1B test eax, eax jnz loc_1BB9C test dl, dl jz loc_1BCC6 lea rsi, unk_32E94 jmp loc_1B...
_QWORD * ftxui::Color::Print[abi:cxx11](_QWORD *a1, unsigned __int8 *a2, unsigned __int8 a3) { int v5; // eax char *v6; // rsi const char *v7; // rsi _QWORD *v8; // rdi const char *v9; // rsi _QWORD v11[4]; // [rsp+8h] [rbp-110h] BYREF _QWORD v12[4]; // [rsp+28h] [rbp-F0h] BYREF _QWORD v13[4]; // [rsp+4...
Print[abi:cxx11]: PUSH R14 PUSH RBX SUB RSP,0x108 MOV R14,RSI MOV RBX,RDI MOVZX EAX,byte ptr [RSI] CMP EAX,0x2 JZ 0x0011bb46 CMP EAX,0x1 JZ 0x0011bb1b TEST EAX,EAX JNZ 0x0011bb9c TEST DL,DL JZ 0x0011bcc6 LEA RSI,[0x132e94] JMP 0x0011bccd LAB_0011bb1b: MOVZX EAX,byte ptr [R14 + 0x1] MOVZX ECX,DL SHL EAX,0x4 LEA EAX,[RAX...
/* ftxui::Color::Print[abi:cxx11](bool) const */ string * ftxui::Color::Print_abi_cxx11_(bool param_1) { char cVar1; byte in_DL; char *in_RSI; int *puVar2; char *pcVar3; int7 in_register_00000039; string *this; allocator *this_00; allocator local_110 [32]; __cxx11 local_f0 [32]; __cxx11 local_d...
3,614
minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const
monkey531[P]llama/common/minja.hpp
Value do_evaluate(const std::shared_ptr<Context> & context) const override { auto result = Value::array(); for (const auto& e : elements) { if (!e) throw std::runtime_error("Array element is null"); result.push_back(e->evaluate(context)); } return result; }
O2
cpp
minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x70, %rsp movq %rdx, %r14 movq %rsi, %r15 movq %rdi, %rbx xorps %xmm0, %xmm0 movq %rsp, %rsi movaps %xmm0, (%rsi) andq $0x0, 0x10(%rsi) callq 0x85238 movq %rsp, %rdi callq 0x84a4a m...
_ZNK5minja9ArrayExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE: push r15 push r14 push r13 push r12 push rbx sub rsp, 70h mov r14, rdx mov r15, rsi mov rbx, rdi xorps xmm0, xmm0 mov rsi, rsp movaps xmmword ptr [rsi], xmm0 and qword ptr [rsi+10h], 0 call _ZN5minja5Value5arr...
minja::Value * minja::ArrayExpr::do_evaluate(minja::Value *this, long long a2, int a3, int a4, int a5, int a6) { void (****v6)(void); // r12 void (****v7)(void); // r13 std::runtime_error *exception; // r15 _BYTE v10[32]; // [rsp+0h] [rbp-98h] BYREF _BYTE v11[120]; // [rsp+20h] [rbp-78h] BYREF minja::Value...
do_evaluate: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x70 MOV R14,RDX MOV R15,RSI MOV RBX,RDI XORPS XMM0,XMM0 MOV RSI,RSP MOVAPS xmmword ptr [RSI],XMM0 AND qword ptr [RSI + 0x10],0x0 LAB_00185132: CALL 0x00185238 MOV RDI,RSP CALL 0x00184a4a MOV R12,qword ptr [R15 + 0x20] MOV R13,qword ptr [R15 + 0x28] LEA ...
/* minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const */ ArrayExpr * __thiscall minja::ArrayExpr::do_evaluate(ArrayExpr *this,shared_ptr *param_1) { int8 *puVar1; runtime_error *this_00; int8 *puVar2; int8 local_98; int8 uStack_90; int8 local_88; Expression local_78 [80]; ...
3,615
my_strxfrm_pad_desc_and_reverse
eloqsql/strings/ctype-simple.c
size_t my_strxfrm_pad_desc_and_reverse(CHARSET_INFO *cs, uchar *str, uchar *frmend, uchar *strend, uint nweights, uint flags, uint level) { if (nweights && frmend < strend && (flags & MY_STRXFRM_PAD_WITH_SPACE)) { uint fill_length= MY_MIN((uint) (s...
O3
c
my_strxfrm_pad_desc_and_reverse: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movl %r9d, %r13d movq %rcx, %r15 movq %rdx, %r14 movq %rsi, -0x30(%rbp) movq %rdi, %r12 movl 0x10(%rbp), %ecx testl %r8d, %r8d sete %al cmpq %r15, %rdx setae %sil testb $0x40, %r13b sete %dl orb...
my_strxfrm_pad_desc_and_reverse: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r13d, r9d mov r15, rcx mov r14, rdx mov [rbp+var_30], rsi mov r12, rdi mov ecx, [rbp+arg_0] test r8d, r8d setz al cmp rdx, r15 setnb sil test r...
long long my_strxfrm_pad_desc_and_reverse( long long a1, long long a2, unsigned long long a3, unsigned long long a4, int a5, unsigned int a6, unsigned int a7) { unsigned long long v9; // r14 long long v10; // rcx long long v11; // rbx v9 = a3; v10 = a7...
my_strxfrm_pad_desc_and_reverse: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R13D,R9D MOV R15,RCX MOV R14,RDX MOV qword ptr [RBP + -0x30],RSI MOV R12,RDI MOV ECX,dword ptr [RBP + 0x10] TEST R8D,R8D SETZ AL CMP RDX,R15 SETNC SIL TEST R13B,0x40 SETZ DL OR DL,AL OR DL,SIL JNZ 0x001b4d6e ...
long my_strxfrm_pad_desc_and_reverse (long param_1,long param_2,ulong param_3,ulong param_4,int param_5,uint param_6, int4 param_7) { uint uVar1; uint uVar2; if (((param_6 & 0x40) != 0 && param_5 != 0) && param_3 < param_4) { uVar1 = (int)param_4 - (int)param_3; uVar2 = ...
3,616
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_serializ...
monkey531[P]llama/common/json.hpp
bool end_array() { JSON_ASSERT(!ref_stack.empty()); JSON_ASSERT(ref_stack.back()->is_array()); ref_stack.back()->set_parents(); ref_stack.pop_back(); return true; }
O2
cpp
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_serializ...
_ZN8nlohmann16json_abi_v3_11_36detail19json_sax_dom_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE9end_arrayEv: push rax mov rax, [rdi+10h] cmp [rdi+8], rax jz short loc_46C0E mov rcx, [rax-8] cmp ...
char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_array( long long a1...
end_array: PUSH RAX MOV RAX,qword ptr [RDI + 0x10] CMP qword ptr [RDI + 0x8],RAX JZ 0x00146c0e MOV RCX,qword ptr [RAX + -0x8] CMP byte ptr [RCX],0x2 JNZ 0x00146c2a ADD RAX,-0x8 MOV qword ptr [RDI + 0x10],RAX MOV AL,0x1 POP RCX RET LAB_00146c0e: LEA RDI,[0x1b13dc] LEA RDX,[0x1ab35e] LEA RCX,[0x1b23d6] MOV ESI,0x1b01 JMP...
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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::allocator<un...
3,617
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_serializ...
monkey531[P]llama/common/json.hpp
bool end_array() { JSON_ASSERT(!ref_stack.empty()); JSON_ASSERT(ref_stack.back()->is_array()); ref_stack.back()->set_parents(); ref_stack.pop_back(); return true; }
O3
cpp
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_serializ...
_ZN8nlohmann16json_abi_v3_11_36detail19json_sax_dom_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE9end_arrayEv: push rax mov rax, [rdi+10h] cmp [rdi+8], rax jz short loc_63C9C mov rcx, [rax-8] cmp ...
char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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_array( long long a1...
end_array: PUSH RAX MOV RAX,qword ptr [RDI + 0x10] CMP qword ptr [RDI + 0x8],RAX JZ 0x00163c9c MOV RCX,qword ptr [RAX + -0x8] CMP byte ptr [RCX],0x2 JNZ 0x00163cb8 ADD RAX,-0x8 MOV qword ptr [RDI + 0x10],RAX MOV AL,0x1 POP RCX RET LAB_00163c9c: LEA RDI,[0x1ee3d9] LEA RDX,[0x1e835e] LEA RCX,[0x1ef3c4] MOV ESI,0x1b01 JMP...
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_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::allocator<un...
3,618
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
monkey531[P]llama/common/json.hpp
int get_codepoint() { // this function only makes sense after reading `\u` JSON_ASSERT(current == 'u'); int codepoint = 0; const auto factors = { 12u, 8u, 4u, 0u }; for (const auto factor : factors) { get(); if (current >= '0' && current <= '...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE13get_codepointEv: push rbx sub rsp, 10h cmp dword ptr [r...
long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat...
get_codepoint: PUSH RBX SUB RSP,0x10 CMP dword ptr [RDI + 0x14],0x75 JNZ 0x0015e962 LEA RSI,[RDI + 0x14] LEA RBX,[RSP + 0xc] MOV RDX,RBX CALL 0x0011c51a MOV EAX,dword ptr [RBX] ADD RSP,0x10 POP RBX RET LAB_0015e962: LEA RDI,[0x1f0449] LEA RDX,[0x1ea1ba] LEA RCX,[0x1f1161] MOV ESI,0x1d79 XOR EAX,EAX CALL 0x0011bf40
/* 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...
3,619
SEMANTICANALYZER::SemanticAnalyzer::checkNote(SEMANTICANALYZER::Note const&, int)
11AgReS1SoR11[P]Graph/Common/SemanticAnalyzer/src/SemanticAnalyzer.cpp
void SEMANTICANALYZER::SemanticAnalyzer::checkNote(const Note &note, int statementNumber) { if (!isObjectDeclared(note.id)) { throw SemanticError("Объект " + note.id + " не объявлен.", statementNumber); } for (const Property& prop : note.properties) { if (std::find(COMMON_PROPERTIES...
O0
cpp
SEMANTICANALYZER::SemanticAnalyzer::checkNote(SEMANTICANALYZER::Note const&, int): pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movl %edx, -0x14(%rbp) movq -0x8(%rbp), %rdi movq %rdi, -0xf8(%rbp) movq -0x10(%rbp), %rsi callq 0x2e690 testb $0x1, %al j...
_ZN16SEMANTICANALYZER16SemanticAnalyzer9checkNoteERKNS_4NoteEi: push rbp mov rbp, rsp sub rsp, 110h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_14], edx mov rdi, [rbp+var_8] mov [rbp+var_F8], rdi mov rsi, [rbp+var_10] call __ZNK16SEMANTICANALYZER16SemanticAnalyzer16isOb...
long long SEMANTICANALYZER::SemanticAnalyzer::checkNote( SEMANTICANALYZER::SemanticAnalyzer *this, const SEMANTICANALYZER::Note *a2, int a3) { long long result; // rax const SEMANTICANALYZER::ConstraintInfo *v4; // rax SEMANTICANALYZER::Property *v5; // [rsp+0h] [rbp-110h] void *v6; // ...
checkNote: PUSH RBP MOV RBP,RSP SUB RSP,0x110 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV dword ptr [RBP + -0x14],EDX MOV RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0xf8],RDI MOV RSI,qword ptr [RBP + -0x10] CALL 0x0012e690 TEST AL,0x1 JNZ 0x001371ce MOV byte ptr [RBP + -0x65],0x1 MOV EDI,0x...
/* SEMANTICANALYZER::SemanticAnalyzer::checkNote(SEMANTICANALYZER::Note const&, int) */ void __thiscall SEMANTICANALYZER::SemanticAnalyzer::checkNote(SemanticAnalyzer *this,Note *param_1,int param_2) { string *psVar1; bool bVar2; ulong uVar3; SemanticError *pSVar4; ConstraintInfo *pCVar5; char local_f0 [...
3,620
SEMANTICANALYZER::SemanticAnalyzer::checkNote(SEMANTICANALYZER::Note const&, int)
11AgReS1SoR11[P]Graph/Common/SemanticAnalyzer/src/SemanticAnalyzer.cpp
void SEMANTICANALYZER::SemanticAnalyzer::checkNote(const Note &note, int statementNumber) { if (!isObjectDeclared(note.id)) { throw SemanticError("Объект " + note.id + " не объявлен.", statementNumber); } for (const Property& prop : note.properties) { if (std::find(COMMON_PROPERTIES...
O3
cpp
SEMANTICANALYZER::SemanticAnalyzer::checkNote(SEMANTICANALYZER::Note const&, int): pushq %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x40, %rsp movl %edx, %ebp movq %rsi, %r15 movq 0x8(%rdi), %rbx leaq -0x30(%rbx), %rdi callq 0xbdb0 addq $-0x28, %rbx cmpq %rbx, %rax je 0xede1 movq 0x20(%r15), %r14 movq 0x28(...
_ZN16SEMANTICANALYZER16SemanticAnalyzer9checkNoteERKNS_4NoteEi: push rbp; int push r15; int push r14; __int64 push r12; int push rbx; void * sub rsp, 40h mov ebp, edx mov r15, rsi mov rbx, [rdi+8] lea rdi, [rbx-30h] call __ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIc...
checkNote: PUSH RBP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x40 MOV EBP,EDX MOV R15,RSI MOV RBX,qword ptr [RDI + 0x8] LEA RDI,[RBX + -0x30] CALL 0x0010bdb0 ADD RBX,-0x28 CMP RAX,RBX JZ 0x0010ede1 MOV R14,qword ptr [R15 + 0x20] MOV R15,qword ptr [R15 + 0x28] CMP R14,R15 JZ 0x0010ed2f LEA RBX,[0x11d748] LAB_0010ecef...
/* SEMANTICANALYZER::SemanticAnalyzer::checkNote(SEMANTICANALYZER::Note const&, int) */ void __thiscall SEMANTICANALYZER::SemanticAnalyzer::checkNote(SemanticAnalyzer *this,Note *param_1,int param_2) { string *psVar1; long lVar2; long lVar3; ConstraintInfo *pCVar4; SemanticError *pSVar5; long *plVar6; ...
3,621
bitmap_union
eloqsql/mysys/my_bitmap.c
void bitmap_union(MY_BITMAP *map, const MY_BITMAP *map2) { my_bitmap_map *to= map->bitmap, *from= map2->bitmap, *end; DBUG_ASSERT(map->bitmap); DBUG_ASSERT(map2->bitmap); DBUG_ASSERT(map->n_bits == map2->n_bits); end= map->last_word_ptr; while (to <= end) *to++ |= *from++; }
O0
c
bitmap_union: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq %rax, -0x18(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq %rax, -0x20(%rbp) jmp 0xf6944 jmp 0xf6946 jmp 0xf6948 jmp 0xf694a jmp 0xf694c movq -0x8(%rbp), %rax movq 0x8(%rax), %rax movq...
bitmap_union: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_8] mov rax, [rax] mov [rbp+var_18], rax mov rax, [rbp+var_10] mov rax, [rax] mov [rbp+var_20], rax jmp short $+2 loc_F6944: jmp short $+2 loc_F6946: jmp short $+2 loc_F6948...
_DWORD * bitmap_union(_QWORD *a1, int **a2) { _DWORD *result; // rax int *v3; // rax int v4; // ecx _DWORD *v5; // rax unsigned long long v6; // [rsp+0h] [rbp-28h] int *v7; // [rsp+8h] [rbp-20h] _DWORD *v8; // [rsp+10h] [rbp-18h] v8 = (_DWORD *)*a1; v7 = *a2; v6 = a1[1]; while ( 1 ) { resul...
bitmap_union: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV qword ptr [RBP + -0x20],RAX JMP 0x001f6944 LAB_001f6944: JMP 0x001f6946 LAB...
void bitmap_union(int8 *param_1,int8 *param_2) { uint *puVar1; uint *local_28; uint *local_20; puVar1 = (uint *)param_1[1]; local_28 = (uint *)*param_2; local_20 = (uint *)*param_1; while (local_20 <= puVar1) { *local_20 = *local_28 | *local_20; local_28 = local_28 + 1; local_20 = local_2...
3,622
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, ...
O0
c
my_strnxfrm_unicode_full_bin: pushq %rbp movq %rsp, %rbp subq $0x50, %rsp movl 0x10(%rbp), %eax movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movl %ecx, -0x1c(%rbp) movq %r8, -0x28(%rbp) movq %r9, -0x30(%rbp) movq -0x10(%rbp), %rax movq %rax, -0x38(%rbp) movq -0x10(%rbp), %rax addq -0x18(%rbp), %r...
my_strnxfrm_unicode_full_bin: push rbp mov rbp, rsp sub rsp, 50h mov eax, [rbp+arg_0] mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_1C], ecx mov [rbp+var_28], r8 mov [rbp+var_30], r9 mov rax, [rbp+var_10] mov [rbp+var_38], rax mov rax, [...
unsigned 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) { _BYTE *v7; // rax _BYTE *v8; // rax _BYTE *v9; // rax _BYTE *v10; // rax _BYTE *v11; // rax _BYTE *v12; // r...
my_strnxfrm_unicode_full_bin: PUSH RBP MOV RBP,RSP SUB RSP,0x50 MOV EAX,dword ptr [RBP + 0x10] MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV dword ptr [RBP + -0x1c],ECX MOV qword ptr [RBP + -0x28],R8 MOV qword ptr [RBP + -0x30],R9 MOV RAX,qword ptr [RBP + -0x10] MOV ...
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_24; long local_20; int1 *local_18; int8 local_10; puVar1 = (int1 *)(param_...
3,623
LefDefParser::lefiNonDefault::hasLayerWidth(int) const
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiNonDefault.cpp
int lefiNonDefault::hasLayerWidth(int index) const { char msg[160]; if (index < 0 || index >= numLayers_) { sprintf(msg, "ERROR (LEFPARS-1402): The index number %d given for the NONDEFAULT LAYER is invalid.\nValid index is from 0 to %d", index, numLayers_); lefiError(0, 1402, msg); retur...
O3
cpp
LefDefParser::lefiNonDefault::hasLayerWidth(int) const: pushq %r14 pushq %rbx subq $0xa8, %rsp movl %esi, %edx testl %esi, %esi setns %al movl 0x10(%rdi), %ecx cmpl %esi, %ecx setg %sil testb %sil, %al je 0x2c06f movq 0x38(%rdi), %rax movl %edx, %ecx movsbl (%rax,%rcx), %ebx jmp 0x2c094 leaq 0x325ea(%rip), %rsi # 0...
_ZNK12LefDefParser14lefiNonDefault13hasLayerWidthEi: push r14 push rbx sub rsp, 0A8h mov edx, esi test esi, esi setns al mov ecx, [rdi+10h] cmp ecx, esi setnle sil test al, sil jz short loc_2C06F mov rax, [rdi+38h] mov ecx, edx movsx ebx, byte ptr [rax+rcx] jmp short lo...
long long LefDefParser::lefiNonDefault::hasLayerWidth(LefDefParser::lefiNonDefault *this, signed int a2) { int v2; // ecx unsigned int v3; // ebx const char *v4; // rcx _BYTE v6[184]; // [rsp+0h] [rbp-B8h] BYREF v2 = *((_DWORD *)this + 4); if ( v2 > a2 && a2 >= 0 ) { return (unsigned int)*(char *)(*...
hasLayerWidth: PUSH R14 PUSH RBX SUB RSP,0xa8 MOV EDX,ESI TEST ESI,ESI SETNS AL MOV ECX,dword ptr [RDI + 0x10] CMP ECX,ESI SETG SIL TEST AL,SIL JZ 0x0012c06f MOV RAX,qword ptr [RDI + 0x38] MOV ECX,EDX MOVSX EBX,byte ptr [RAX + RCX*0x1] JMP 0x0012c094 LAB_0012c06f: LEA RSI,[0x15e660] XOR EBX,EBX MOV R14,RSP MOV RDI,R14 ...
/* LefDefParser::lefiNonDefault::hasLayerWidth(int) const */ int __thiscall LefDefParser::lefiNonDefault::hasLayerWidth(lefiNonDefault *this,int param_1) { int iVar1; char acStack_b8 [168]; if (param_1 < 0 || *(int *)(this + 0x10) <= param_1) { iVar1 = 0; sprintf(acStack_b8, "ERROR (LEFP...
3,624
inverse_fp12
corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/fp12_tower.c
static void inverse_fp12(vec384fp12 ret, const vec384fp12 a) { vec384fp6 t0, t1; sqr_fp6(t0, a[0]); sqr_fp6(t1, a[1]); #ifdef mul_by_v_fp6 mul_by_v_fp6(t1, t1); sub_fp6(t0, t0, t1); #else mul_by_u_plus_1_fp2(t1[2], t1[2]); sub_fp2(t0[0], t0[0], t1[2]); sub_fp2(t0[1], t0[1], t1[0]); ...
O1
c
inverse_fp12: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x448, %rsp # imm = 0x448 movq %rsi, %rbx movq %rsi, -0x38(%rbp) movq %rdi, -0x48(%rbp) leaq -0x230(%rbp), %r15 movq %r15, %rdi callq 0x281e1 movl $0x120, %eax # imm = 0x120 leaq (%rbx,%rax), %rsi...
inverse_fp12: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 448h mov rbx, rsi mov [rbp+var_38], rsi mov [rbp+var_48], rdi lea r15, [rbp+var_230] mov rdi, r15 call sqr_fp6 mov eax, 120h lea rsi, [rbx+rax] mov [rbp+var_40], rsi lea...
long long inverse_fp12(long long a1, long long a2) { long long v2; // rbx _BYTE v4[96]; // [rsp+0h] [rbp-470h] BYREF _BYTE v5[96]; // [rsp+60h] [rbp-410h] BYREF _BYTE v6[96]; // [rsp+C0h] [rbp-3B0h] BYREF _BYTE v7[96]; // [rsp+120h] [rbp-350h] BYREF _BYTE v8[96]; // [rsp+180h] [rbp-2F0h] BYREF _BYTE v9[9...
inverse_fp12: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x448 MOV RBX,RSI MOV qword ptr [RBP + -0x38],RSI MOV qword ptr [RBP + -0x48],RDI LEA R15,[RBP + -0x230] MOV RDI,R15 CALL 0x001281e1 MOV EAX,0x120 LEA RSI,[RBX + RAX*0x1] MOV qword ptr [RBP + -0x40],RSI LEA RBX,[RBP + -0x3b0] MOV RD...
void inverse_fp12(long param_1,long param_2) { long lVar1; int1 local_478 [96]; int1 local_418 [96]; int1 local_3b8 [96]; int1 local_358 [96]; int1 local_2f8 [96]; int1 local_298 [96]; int1 local_238 [96]; int1 local_1d8 [96]; int1 auStack_178 [96]; int1 local_118 [96]; int1 local_b8 [104]; ...
3,625
mi_store_blob_length
eloqsql/storage/myisam/mi_dynrec.c
void _mi_store_blob_length(uchar *pos,uint pack_length,uint length) { switch (pack_length) { case 1: *pos= (uchar) length; break; case 2: int2store(pos,length); break; case 3: int3store(pos,length); break; case 4: int4store(pos,length); default: break; } return; }
O0
c
mi_store_blob_length: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl %edx, -0x10(%rbp) movl -0xc(%rbp), %eax decl %eax movl %eax, %ecx movq %rcx, -0x28(%rbp) subl $0x3, %eax ja 0x34c3a movq -0x28(%rbp), %rax leaq 0xa97df(%rip), %rcx # 0xde3a8 movslq (%rcx,%rax,4), %rax addq %rcx, %rax j...
_mi_store_blob_length: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_10], edx mov eax, [rbp+var_C] dec eax; switch 4 cases mov ecx, eax mov [rbp+var_28], rcx sub eax, 3 ja short def_34BD0; jumptable 0000000000034BD0 default case mov rax, [rb...
unsigned long long mi_store_blob_length(_BYTE *a1, int a2, int a3) { unsigned long long result; // rax result = (unsigned int)(a2 - 1); switch ( a2 ) { case 1: result = (unsigned long long)a1; *a1 = a3; break; case 2: result = (unsigned long long)a1; *(_WORD *)a1 = a3; ...
_mi_store_blob_length: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV EAX,dword ptr [RBP + -0xc] DEC EAX MOV ECX,EAX MOV qword ptr [RBP + -0x28],RCX SUB EAX,0x3 JA 0x00134c3a MOV RAX,qword ptr [RBP + -0x28] LEA RCX,[0x1de3a8] MOVSXD RAX,dword ptr [...
void _mi_store_blob_length(int4 *param_1,int4 param_2,int4 param_3) { switch(param_2) { case 1: *(char *)param_1 = (char)param_3; break; case 2: *(short *)param_1 = (short)param_3; break; case 3: *(char *)param_1 = (char)param_3; *(char *)((long)param_1 + 1) = (char)((uint)param_3 >> 8...
3,626
end_io_cache
eloqsql/mysys/mf_iocache.c
int end_io_cache(IO_CACHE *info) { int error=0; DBUG_ENTER("end_io_cache"); DBUG_PRINT("enter",("cache: %p", info)); /* Every thread must call remove_io_thread(). The last one destroys the share elements. */ DBUG_ASSERT(!info->share || !info->share->total_threads); if (info->alloced_buffer) { ...
O3
c
end_io_cache: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdi, %rbx cmpq $0x0, 0x100(%rdi) je 0x96110 movq $0x0, 0x100(%rbx) cmpl $-0x1, 0xd4(%rbx) je 0x96115 movq %rbx, %rdi movl $0x1, %esi callq 0x9512d movl %eax, %r14d jmp 0x96118 xorl %r14d, %r14d jmp 0x9612b xorl %r14d, %r14d movq ...
end_io_cache: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdi cmp qword ptr [rdi+100h], 0 jz short loc_96110 mov qword ptr [rbx+100h], 0 cmp dword ptr [rbx+0D4h], 0FFFFFFFFh jz short loc_96115 mov rdi, rbx mov esi, 1 call my_b_flush_io_cache...
long long end_io_cache(long long a1) { unsigned int v2; // r14d long long v3; // rdi if ( *(_QWORD *)(a1 + 256) ) { *(_QWORD *)(a1 + 256) = 0LL; if ( *(_DWORD *)(a1 + 212) == -1 ) v2 = 0; else v2 = my_b_flush_io_cache((long long *)a1, 1); my_free(*(_QWORD *)(a1 + 32)); *(_QWORD...
end_io_cache: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDI CMP qword ptr [RDI + 0x100],0x0 JZ 0x00196110 MOV qword ptr [RBX + 0x100],0x0 CMP dword ptr [RBX + 0xd4],-0x1 JZ 0x00196115 MOV RDI,RBX MOV ESI,0x1 CALL 0x0019512d MOV R14D,EAX JMP 0x00196118 LAB_00196110: XOR R14D,R14D JMP 0x0019612b LA...
int4 end_io_cache(long param_1) { int4 uVar1; if (*(long *)(param_1 + 0x100) == 0) { uVar1 = 0; } else { *(int8 *)(param_1 + 0x100) = 0; if (*(int *)(param_1 + 0xd4) == -1) { uVar1 = 0; } else { uVar1 = my_b_flush_io_cache(param_1,1); } my_free(*(int8 *)(param_1 + 0x...
3,627
my_default_csname
eloqsql/mysys/charset.c
const char* my_default_csname() { const char* csname = NULL; #ifdef _WIN32 char cpbuf[64]; int cp = GetConsoleCP(); if (cp == 0) cp = GetACP(); snprintf(cpbuf, sizeof(cpbuf), "cp%d", (int)cp); csname = my_os_charset_to_mysql_charset(cpbuf); #elif defined(HAVE_SETLOCALE) && defined(HAVE_NL_LANGINFO) if...
O3
c
my_default_csname: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax leaq 0x51db0(%rip), %rsi # 0xe80f6 xorl %r14d, %r14d xorl %edi, %edi callq 0x2a6c0 testq %rax, %rax je 0x963a2 movl $0xe, %edi callq 0x2a650 testq %rax, %rax je 0x9639f movq %rax, %rbx leaq 0x4d3b9(%rip), %rdi # 0xe3727 le...
my_default_csname: push rbp mov rbp, rsp push r15 push r14 push rbx push rax lea rsi, asc_E80F2+4; "" xor r14d, r14d xor edi, edi call _setlocale test rax, rax jz short loc_963A2 mov edi, 0Eh call _nl_langinfo test rax, rax jz short loc_9639F mov rbx, rax lea...
const char *my_default_csname() { long long v0; // r14 long long v1; // rax long long v2; // rbx const char *v3; // rdi const char **v4; // r15 const char *result; // rax v0 = 0LL; if ( setlocale(0LL, "") ) { v1 = nl_langinfo(14LL); if ( !v1 ) goto LABEL_9; v2 = v1; v3 = "646"; ...
my_default_csname: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX LEA RSI,[0x1e80f6] XOR R14D,R14D XOR EDI,EDI CALL 0x0012a6c0 TEST RAX,RAX JZ 0x001963a2 MOV EDI,0xe CALL 0x0012a650 TEST RAX,RAX JZ 0x0019639f MOV RBX,RAX LEA RDI,[0x1e3727] LEA R15,[0x484468] XOR R14D,R14D LAB_00196378: MOV RSI,RBX CALL 0x0012...
char * my_default_csname(void) { int iVar1; char *pcVar2; char *__s1; char *pcVar3; long *plVar4; pcVar3 = (char *)0x0; pcVar2 = setlocale(0,""); if (pcVar2 != (char *)0x0) { pcVar2 = nl_langinfo(0xe); if (pcVar2 == (char *)0x0) { LAB_0019639f: pcVar3 = (char *)0x0; } else { ...
3,628
my_free
eloqsql/mysys/my_malloc.c
void my_free(void *ptr) { my_memory_header *mh; size_t old_size; my_bool old_flags; DBUG_ENTER("my_free"); DBUG_PRINT("my",("ptr: %p", ptr)); if (ptr == NULL) DBUG_VOID_RETURN; mh= USER_TO_HEADER(ptr); old_size= mh->m_size & ~1; old_flags= mh->m_size & 1; PSI_CALL_memory_free(mh->m_key, old_si...
O0
c
my_free: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) jmp 0x3741e cmpq $0x0, -0x8(%rbp) jne 0x37429 jmp 0x37427 jmp 0x374a3 movq -0x8(%rbp), %rax addq $-0x18, %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x8(%rax), %rax andq $-0x2, %rax movq %rax, -0x18(%rbp) movq -0x10(%rbp), %rax movq ...
my_free: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi jmp short $+2 loc_3741E: cmp [rbp+var_8], 0 jnz short loc_37429 jmp short $+2 loc_37427: jmp short loc_374A3 loc_37429: mov rax, [rbp+var_8] add rax, 0FFFFFFFFFFFFFFE8h mov [rbp+var_10], rax mov rax, [rbp...
long long my_free(long long a1) { long long result; // rax char v2; // [rsp+7h] [rbp-19h] unsigned long long v3; // [rsp+8h] [rbp-18h] if ( a1 ) { v3 = *(_QWORD *)(a1 - 24 + 8) & 0xFFFFFFFFFFFFFFFELL; v2 = *(_BYTE *)(a1 - 24 + 8) & 1; (*((void ( **)(_QWORD, unsigned long long, _QWORD))PSI_server...
my_free: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI JMP 0x0013741e LAB_0013741e: CMP qword ptr [RBP + -0x8],0x0 JNZ 0x00137429 JMP 0x00137427 LAB_00137427: JMP 0x001374a3 LAB_00137429: MOV RAX,qword ptr [RBP + -0x8] ADD RAX,-0x18 MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV ...
void my_free(long param_1) { int8 uVar1; ulong uVar2; if (param_1 != 0) { uVar2 = *(ulong *)(param_1 + -0x10) & 0xfffffffffffffffe; uVar1 = *(int8 *)(param_1 + -0x10); (**(code **)(PSI_server + 0x3f8)) (*(int4 *)(param_1 + -8),uVar2,*(int8 *)(param_1 + -0x18)); (*(code *)update_...
3,629
google::protobuf::compiler::cpp::(anonymous namespace)::ColdChunkSkipper::OnEndChunk(int, google::protobuf::io::Printer*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/message.cc
bool ColdChunkSkipper::OnEndChunk(int chunk, io::Printer* printer) { Formatter format(printer, variables_); if (chunk != limit_chunk_ - 1) { return false; } format.Outdent(); format("}\n"); return true; }
O0
cpp
google::protobuf::compiler::cpp::(anonymous namespace)::ColdChunkSkipper::OnEndChunk(int, google::protobuf::io::Printer*): subq $0x78, %rsp movq %rdi, 0x68(%rsp) movl %esi, 0x64(%rsp) movq %rdx, 0x58(%rsp) movq 0x68(%rsp), %rdx movq %rdx, (%rsp) movq 0x58(%rsp), %rsi addq $0x20, %rdx leaq 0x20(%rsp), %rdi callq 0xdf0d0...
_ZN6google8protobuf8compiler3cpp12_GLOBAL__N_116ColdChunkSkipper10OnEndChunkEiPNS0_2io7PrinterE: sub rsp, 78h mov [rsp+78h+var_10], rdi mov [rsp+78h+var_14], esi mov [rsp+78h+var_20], rdx mov rdx, [rsp+78h+var_10] mov [rsp+78h+var_78], rdx mov rsi, [rsp+78h+var_20] add rdx, 20h ; ' ' lea...
char google::protobuf::compiler::cpp::`anonymous namespace'::ColdChunkSkipper::OnEndChunk( google::protobuf::compiler::cpp::_anonymous_namespace_::ColdChunkSkipper *this, int a2, google::protobuf::io::Printer *a3, long long a4, long long a5, long long a6) { int v6; // ...
3,630
google::protobuf::compiler::cpp::(anonymous namespace)::ColdChunkSkipper::OnEndChunk(int, google::protobuf::io::Printer*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/message.cc
bool ColdChunkSkipper::OnEndChunk(int chunk, io::Printer* printer) { Formatter format(printer, variables_); if (chunk != limit_chunk_ - 1) { return false; } format.Outdent(); format("}\n"); return true; }
O3
cpp
google::protobuf::compiler::cpp::(anonymous namespace)::ColdChunkSkipper::OnEndChunk(int, google::protobuf::io::Printer*): pushq %rbp pushq %r14 pushq %rbx subq $0x40, %rsp movl %esi, %ebp movq %rdi, %r14 leaq 0x20(%rdi), %rsi leaq 0x10(%rsp), %rbx movq %rdx, -0x8(%rbx) movq %rbx, %rdi callq 0x7e61e movl 0x50(%r14), %r...
_ZN6google8protobuf8compiler3cpp12_GLOBAL__N_116ColdChunkSkipper10OnEndChunkEiPNS0_2io7PrinterE: push rbp push r14 push rbx sub rsp, 40h mov ebp, esi mov r14, rdi lea rsi, [rdi+20h] lea rbx, [rsp+58h+var_48] mov [rbx-8], rdx mov rdi, rbx call _ZNSt8_Rb_treeINSt7__cxx1112basic_str...
long long google::protobuf::compiler::cpp::`anonymous namespace'::ColdChunkSkipper::OnEndChunk( google::protobuf::compiler::cpp::_anonymous_namespace_::ColdChunkSkipper *this, unsigned int a2, google::protobuf::io::Printer *a3) { unsigned int v3; // ebp int v4; // r14d google::protobuf::i...
OnEndChunk: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x40 MOV EBP,ESI MOV R14,RDI LEA RSI,[RDI + 0x20] LEA RBX,[RSP + 0x10] MOV qword ptr [RBX + -0x8],RDX MOV RDI,RBX CALL 0x0017e61e MOV R14D,dword ptr [R14 + 0x50] DEC R14D CMP R14D,EBP JNZ 0x0018d775 MOV RDI,qword ptr [RSP + 0x8] LAB_0018d75f: CALL 0x0026d136 LEA RSI,[0x2e2...
/* google::protobuf::compiler::cpp::(anonymous namespace)::ColdChunkSkipper::OnEndChunk(int, google::protobuf::io::Printer*) */ bool __thiscall google::protobuf::compiler::cpp::(anonymous_namespace)::ColdChunkSkipper::OnEndChunk (ColdChunkSkipper *this,int param_1,Printer *param_2) { int iVar1; Prin...
3,631
Sp_handler::sp_cache_routine(THD*, Database_qualified_name const*, bool, sp_head**) const
eloqsql/sql/sp.cc
int Sp_handler::sp_cache_routine(THD *thd, const Database_qualified_name *name, bool lookup_only, sp_head **sp) const { int ret= 0; sp_cache **spc= get_cache(thd); DBUG_ENTER("Sp_handler::sp_cache_routine"); DBU...
O0
cpp
Sp_handler::sp_cache_routine(THD*, Database_qualified_name const*, bool, sp_head**) const: pushq %rbp movq %rsp, %rbp subq $0x2a0, %rsp # imm = 0x2A0 movb %cl, %al movq %fs:0x28, %rcx movq %rcx, -0x8(%rbp) movq %rdi, -0x228(%rbp) movq %rsi, -0x230(%rbp) movq %rdx, -0x238(%rbp) andb $0x1, %al movb %al, -0x239...
_ZNK10Sp_handler16sp_cache_routineEP3THDPK23Database_qualified_namebPP7sp_head: push rbp mov rbp, rsp sub rsp, 2A0h mov al, cl mov rcx, fs:28h mov [rbp+var_8], rcx mov [rbp+var_228], rdi mov [rbp+var_230], rsi mov [rbp+var_238], rdx and al, 1 mov [rbp+var_239], al mov [rbp...
long long Sp_handler::sp_cache_routine( Sp_handler *this, THD *a2, const Database_qualified_name *a3, char a4, sp_head **a5) { int v5; // r8d int v6; // r9d int v8; // [rsp+20h] [rbp-280h] sp_cache **v9; // [rsp+48h] [rbp-258h] unsigned int v10; // [rsp+54h] [rbp-24Ch]...
get_copy: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RSI,qword ptr [RBP + -0x8] MOV RDI,qword ptr [RBP + -0x10] CALL 0x00a74100 ADD RSP,0x10 POP RBP RET
/* Item_func_atan::get_copy(THD*) */ void __thiscall Item_func_atan::get_copy(Item_func_atan *this,THD *param_1) { get_item_copy<Item_func_atan>(param_1,this); return; }
3,632
google::protobuf::DescriptorBuilder::ValidateSymbolName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::Message const&)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc
void DescriptorBuilder::ValidateSymbolName(const std::string& name, const std::string& full_name, const Message& proto) { if (name.empty()) { AddError(full_name, proto, DescriptorPool::ErrorCollector::NAME, "Missing...
O0
cpp
google::protobuf::DescriptorBuilder::ValidateSymbolName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::Message const&): subq $0xb8, %rsp movq %rdi, 0xb0(%rsp) movq %rsi, 0xa8(...
_ZN6google8protobuf17DescriptorBuilder18ValidateSymbolNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_RKNS0_7MessageE: sub rsp, 0B8h mov qword ptr [rsp+0B8h+var_8], rdi mov qword ptr [rsp+0B8h+var_10], rsi mov qword ptr [rsp+0B8h+var_18], rdx mov [rsp+0B8h+var_20], rcx mov rax, qwo...
long long google::protobuf::DescriptorBuilder::ValidateSymbolName( long long a1, long long a2, long long a3, void *a4) { long long result; // rax long long v5; // [rsp+8h] [rbp-B0h] void *v6; // [rsp+10h] [rbp-A8h] int v7[8]; // [rsp+38h] [rbp-80h] BYREF _BYTE v8[39]; // [rsp+...
ValidateSymbolName: SUB RSP,0xb8 MOV qword ptr [RSP + 0xb0],RDI MOV qword ptr [RSP + 0xa8],RSI MOV qword ptr [RSP + 0xa0],RDX MOV qword ptr [RSP + 0x98],RCX MOV RAX,qword ptr [RSP + 0xb0] MOV qword ptr [RSP + 0x20],RAX MOV RDI,qword ptr [RSP + 0xa8] CALL 0x001147f0 TEST AL,0x1 JNZ 0x001471b7 JMP 0x001471df LAB_001471b7...
/* google::protobuf::DescriptorBuilder::ValidateSymbolName(std::__cxx11::string const&, std::__cxx11::string const&, google::protobuf::Message const&) */ void __thiscall google::protobuf::DescriptorBuilder::ValidateSymbolName (DescriptorBuilder *this,string *param_1,string *param_2,Message *param_3) { ...
3,633
mi_get_prev_key
eloqsql/storage/myisam/mi_search.c
static my_bool _mi_get_prev_key(MI_INFO *info, MI_KEYDEF *keyinfo, uchar *page, uchar *key, uchar *keypos, uint *return_key_length) { uint nod_flag; DBUG_ENTER("_mi_get_prev_key"); nod_flag=mi_test_if_nod(page); if (! (keyinfo->flag & (HA_VAR_LENG...
O0
c
mi_get_prev_key: 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 %r9, -0x38(%rbp) movq -0x20(%rbp), %rax movzbl (%rax), %eax andl $0x80, %eax cmpl $0x0, %eax je 0xc4093 movq -0x10(%rbp), %rax movq (%rax), ...
_mi_get_prev_key: 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 [rbp+var_38], r9 mov rax, [rbp+var_20] movzx eax, byte ptr [rax] and eax, 80h cmp eax, 0 jz short lo...
char mi_get_prev_key(long long a1, long long a2, _BYTE *a3, _BYTE *a4, unsigned long long a5, _DWORD *a6) { const char *v6; // rsi unsigned int v8; // [rsp+0h] [rbp-40h] _BYTE *v12; // [rsp+20h] [rbp-20h] BYREF long long v13; // [rsp+28h] [rbp-18h] long long v14; // [rsp+30h] [rbp-10h] v14 = a1; v13 = a...
_mi_get_prev_key: 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 qword ptr [RBP + -0x38],R9 MOV RAX,qword ptr [RBP + -0x20] MOVZX EAX,byte ptr [RAX] AND EAX,0x80 CMP EAX,...
int1 _mi_get_prev_key(long *param_1,long param_2,byte *param_3,int1 *param_4,byte *param_5, uint *param_6) { uint uVar1; int4 *puVar2; uint local_48; byte *local_28; long local_20; long *local_18; int1 local_9; if ((*param_3 & 0x80) == 0) { local_48 = 0; } else { local_4...
3,634
evmc_make_result(evmc_status_code, long, long, unsigned char const*, unsigned long)
corpus-core[P]colibri-stateless/build_O2/_deps/evmone_external-src/evmc/include/evmc/helpers.h
static inline struct evmc_result evmc_make_result(enum evmc_status_code status_code, int64_t gas_left, int64_t gas_refund, const uint8_t* output_data, ...
O2
c
evmc_make_result(evmc_status_code, long, long, unsigned char const*, unsigned long): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rcx, %r14 movq %rdx, %r15 movl %esi, %ebp movq %rdi, %rbx xorps %xmm0, %xmm0 movups %xmm0, 0x30(%rdi) movups %xmm0, 0x20(%rdi) movups %xmm0, 0x10(%rdi) ...
_ZL16evmc_make_result16evmc_status_codellPKhm_0: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov r14, rcx mov r15, rdx mov ebp, esi mov rbx, rdi xorps xmm0, xmm0 movups xmmword ptr [rdi+30h], xmm0 movups xmmword ptr [rdi+20h], xmm0 movups xmmword ptr [rdi+10h...
long long evmc_make_result(long long a1, int a2, long long a3, long long a4, long long a5, long long a6) { long long v9; // rax long long v10; // rcx long long v11; // r13 *(_OWORD *)(a1 + 48) = 0LL; *(_OWORD *)(a1 + 32) = 0LL; *(_OWORD *)(a1 + 16) = 0LL; *(_OWORD *)a1 = 0LL; *(_QWORD *)(a1 + 64) = 0L...
evmc_make_result: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R14,RCX MOV R15,RDX MOV EBP,ESI MOV RBX,RDI XORPS XMM0,XMM0 MOVUPS xmmword ptr [RDI + 0x30],XMM0 MOVUPS xmmword ptr [RDI + 0x20],XMM0 MOVUPS xmmword ptr [RDI + 0x10],XMM0 MOVUPS xmmword ptr [RDI],XMM0 AND qword ptr [RDI + 0x40],0x0 TES...
/* evmc_make_result(evmc_status_code, long, long, unsigned char const*, unsigned long) */ int8 * evmc_make_result(int8 *param_1,int4 param_2,int8 param_3,int8 param_4, void *param_5,size_t param_6) { void *__dest; param_1[6] = 0; param_1[7] = 0; param_1[4] = 0; param_1[5] = 0; param_1[...
3,635
my_mb_wc_gbk
eloqsql/strings/ctype-gbk.c
static int my_mb_wc_gbk(CHARSET_INFO *cs __attribute__((unused)), my_wc_t *pwc, const uchar *s, const uchar *e) { int hi; if (s >= e) return MY_CS_TOOSMALL; hi=s[0]; if (hi<0x80) { pwc[0]=hi; return 1; } if (s+2>e) return MY_CS_TOOSMALL2; if (!IS_MB2_CHAR(hi, s[1]...
O3
c
my_mb_wc_gbk: pushq %rbp movq %rsp, %rbp movl $0xffffff9b, %eax # imm = 0xFFFFFF9B cmpq %rcx, %rdx jae 0x3cb19 movsbq (%rdx), %rdi testq %rdi, %rdi js 0x3ca9d movq %rdi, (%rsi) movl $0x1, %eax jmp 0x3cb19 leaq 0x2(%rdx), %r8 movl $0xffffff9a, %eax # imm = 0xFFFFFF9A cmpq %rcx, %r8 ja 0x3cb19 movzbl %dil, %e...
my_mb_wc_gbk: push rbp mov rbp, rsp mov eax, 0FFFFFF9Bh cmp rdx, rcx jnb loc_3CB19 movsx rdi, byte ptr [rdx] test rdi, rdi js short loc_3CA9D mov [rsi], rdi mov eax, 1 jmp short loc_3CB19 loc_3CA9D: lea r8, [rdx+2] mov eax, 0FFFFFF9Ah cmp r8, rcx ja short loc_3C...
long long my_mb_wc_gbk(long long a1, long long *a2, char *a3, unsigned long long a4) { long long result; // rax long long v5; // rdi int v6; // edx unsigned int v7; // eax long long v8; // rcx result = 4294967195LL; if ( (unsigned long long)a3 < a4 ) { v5 = *a3; if ( v5 >= 0 ) { *a2 ...
my_mb_wc_gbk: PUSH RBP MOV RBP,RSP MOV EAX,0xffffff9b CMP RDX,RCX JNC 0x0013cb19 MOVSX RDI,byte ptr [RDX] TEST RDI,RDI JS 0x0013ca9d MOV qword ptr [RSI],RDI MOV EAX,0x1 JMP 0x0013cb19 LAB_0013ca9d: LEA R8,[RDX + 0x2] MOV EAX,0xffffff9a CMP R8,RCX JA 0x0013cb19 MOVZX ECX,DIL XOR EAX,EAX CMP ECX,0x80 JZ 0x0013cb19 CMP EC...
int8 my_mb_wc_gbk(int8 param_1,ulong *param_2,byte *param_3,byte *param_4) { byte bVar1; byte bVar2; ushort uVar3; uint uVar4; int8 uVar5; uVar5 = 0xffffff9b; if (param_3 < param_4) { bVar1 = *param_3; if ((long)(char)bVar1 < 0) { uVar5 = 0xffffff9a; if ((((param_3 + 2 <= param_4)...
3,636
LefDefParser::lefiPin::lefiPin()
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp
lefiPin::lefiPin() : nameSize_(0), name_(NULL), hasLEQ_(0), hasDirection_(0), hasUse_(0), hasShape_(0), hasMustjoin_(0), hasOutMargin_(0), hasOutResistance_(0), hasInMargin_(0), hasPower_(0), hasLeakage_(0), hasMaxload_(0), hasMaxdelay_(0), hasCapacitance_(0), hasResistance_(0), hasPulld...
O0
cpp
LefDefParser::lefiPin::lefiPin(): pushq %rax movq %rdi, (%rsp) movq (%rsp), %rdi movl $0x0, (%rdi) movq $0x0, 0x8(%rdi) movb $0x0, 0x10(%rdi) movb $0x0, 0x11(%rdi) movb $0x0, 0x12(%rdi) movb $0x0, 0x13(%rdi) movb $0x0, 0x14(%rdi) movb $0x0, 0x15(%rdi) movb $0x0, 0x16(%rdi) movb $0x0, 0x17(%rdi) movb $0x0, 0x18(%rdi) mo...
_ZN12LefDefParser7lefiPinC2Ev: push rax mov [rsp+8+var_8], rdi mov rdi, [rsp+8+var_8]; this mov dword ptr [rdi], 0 mov qword ptr [rdi+8], 0 mov byte ptr [rdi+10h], 0 mov byte ptr [rdi+11h], 0 mov byte ptr [rdi+12h], 0 mov byte ptr [rdi+13h], 0 mov byte ptr [rdi+14h], 0 mov byt...
LefDefParser::lefiPin * LefDefParser::lefiPin::lefiPin(LefDefParser::lefiPin *this) { *(_DWORD *)this = 0; *((_QWORD *)this + 1) = 0LL; *((_BYTE *)this + 16) = 0; *((_BYTE *)this + 17) = 0; *((_BYTE *)this + 18) = 0; *((_BYTE *)this + 19) = 0; *((_BYTE *)this + 20) = 0; *((_BYTE *)this + 21) = 0; *((_...
lefiPin: PUSH RAX MOV qword ptr [RSP],RDI MOV RDI,qword ptr [RSP] MOV dword ptr [RDI],0x0 MOV qword ptr [RDI + 0x8],0x0 MOV byte ptr [RDI + 0x10],0x0 MOV byte ptr [RDI + 0x11],0x0 MOV byte ptr [RDI + 0x12],0x0 MOV byte ptr [RDI + 0x13],0x0 MOV byte ptr [RDI + 0x14],0x0 MOV byte ptr [RDI + 0x15],0x0 MOV byte ptr [RDI + ...
/* LefDefParser::lefiPin::lefiPin() */ lefiPin * __thiscall LefDefParser::lefiPin::lefiPin(lefiPin *this) { *(int4 *)this = 0; *(int8 *)(this + 8) = 0; this[0x10] = (lefiPin)0x0; this[0x11] = (lefiPin)0x0; this[0x12] = (lefiPin)0x0; this[0x13] = (lefiPin)0x0; this[0x14] = (lefiPin)0x0; this[0x15] = (...
3,637
LefDefParser::lefiPin::lefiPin()
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp
lefiPin::lefiPin() : nameSize_(0), name_(NULL), hasLEQ_(0), hasDirection_(0), hasUse_(0), hasShape_(0), hasMustjoin_(0), hasOutMargin_(0), hasOutResistance_(0), hasInMargin_(0), hasPower_(0), hasLeakage_(0), hasMaxload_(0), hasMaxdelay_(0), hasCapacitance_(0), hasResistance_(0), hasPulld...
O3
cpp
LefDefParser::lefiPin::lefiPin(): pushq %r15 pushq %r14 pushq %rbx movq %rdi, %rbx xorl %r15d, %r15d movl %r15d, (%rdi) movq %r15, 0x70(%rdi) movl %r15d, 0x78(%rdi) addq $0x80, %rdi movq %r15, 0x140(%rbx) movl %r15d, 0x148(%rbx) leaq 0x178(%rbx), %r14 movq %r15, 0x28c(%rbx) xorps %xmm0, %xmm0 movups %xmm0, 0x8(%rbx) mo...
_ZN12LefDefParser7lefiPinC2Ev: push r15 push r14 push rbx mov rbx, rdi xor r15d, r15d mov [rdi], r15d mov [rdi+70h], r15 mov [rdi+78h], r15d add rdi, 80h mov [rbx+140h], r15 mov [rbx+148h], r15d lea r14, [rbx+178h] mov [rbx+28Ch], r15 xorps xmm0, xmm0 movups xmmword p...
long long LefDefParser::lefiPin::lefiPin(LefDefParser::lefiPin *this) { *(_DWORD *)this = 0; *((_QWORD *)this + 14) = 0LL; *((_DWORD *)this + 30) = 0; *((_QWORD *)this + 40) = 0LL; *((_DWORD *)this + 82) = 0; *(_QWORD *)((char *)this + 652) = 0LL; *(_OWORD *)((char *)this + 8) = 0LL; *(_OWORD *)((char ...
lefiPin: PUSH R15 PUSH R14 PUSH RBX MOV RBX,RDI XOR R15D,R15D MOV dword ptr [RDI],R15D MOV qword ptr [RDI + 0x70],R15 MOV dword ptr [RDI + 0x78],R15D ADD RDI,0x80 MOV qword ptr [RBX + 0x140],R15 MOV dword ptr [RBX + 0x148],R15D LEA R14,[RBX + 0x178] MOV qword ptr [RBX + 0x28c],R15 XORPS XMM0,XMM0 MOVUPS xmmword ptr [RB...
/* LefDefParser::lefiPin::lefiPin() */ void __thiscall LefDefParser::lefiPin::lefiPin(lefiPin *this) { *(int4 *)this = 0; *(int8 *)(this + 0x70) = 0; *(int4 *)(this + 0x78) = 0; *(int8 *)(this + 0x140) = 0; *(int4 *)(this + 0x148) = 0; *(int8 *)(this + 0x28c) = 0; *(int8 *)(this + 8) = 0; *(int8 *)(t...
3,638
ma_cmp_static_unique
eloqsql/storage/maria/ma_statrec.c
my_bool _ma_cmp_static_unique(MARIA_HA *info, MARIA_UNIQUEDEF *def, const uchar *record, MARIA_RECORD_POS pos) { DBUG_ENTER("_ma_cmp_static_unique"); info->rec_cache.seek_not_done=1; /* We have done a seek */ if (info->s->file_read(info, info->rec_buff, info->s->base.reclength, ...
O3
c
ma_cmp_static_unique: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq %rdx, %rbx movq %rsi, %r14 movq %rdi, %r15 movl $0x1, 0x598(%rdi) movq (%rdi), %rax movq 0x3a0(%rdi), %rsi movq 0x398(%rax), %rdx movl $0x4, %r8d callq *0x6e0(%rax) testq %rax, %rax je 0x63985 movb $0x1, %al addq $0x8, %rs...
_ma_cmp_static_unique: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rbx, rdx mov r14, rsi mov r15, rdi mov dword ptr [rdi+598h], 1 mov rax, [rdi] mov rsi, [rdi+3A0h] mov rdx, [rax+398h] mov r8d, 4 call qword ptr [rax+6E0h] test rax, rax jz s...
char ma_cmp_static_unique(long long a1, long long a2, long long a3, long long a4) { *(_DWORD *)(a1 + 1432) = 1; if ( (*(long long ( **)(long long, _QWORD, _QWORD, long long, long long))(*(_QWORD *)a1 + 1760LL))( a1, *(_QWORD *)(a1 + 928), *(_QWORD *)(*(_QWORD *)a1 + 920LL), a4, ...
_ma_cmp_static_unique: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RBX,RDX MOV R14,RSI MOV R15,RDI MOV dword ptr [RDI + 0x598],0x1 MOV RAX,qword ptr [RDI] MOV RSI,qword ptr [RDI + 0x3a0] MOV RDX,qword ptr [RAX + 0x398] MOV R8D,0x4 CALL qword ptr [RAX + 0x6e0] TEST RAX,RAX JZ 0x00163985 MOV AL,0x1 ADD R...
int8 _ma_cmp_static_unique(long *param_1,long param_2,int8 param_3,int8 param_4) { long lVar1; int8 uVar2; *(int4 *)(param_1 + 0xb3) = 1; lVar1 = (**(code **)(*param_1 + 0x6e0)) (param_1,param_1[0x74],*(int8 *)(*param_1 + 0x398),param_4,4); if (lVar1 != 0) { return 1; } uVar2 ...
3,639
mi_search_next
eloqsql/storage/myisam/mi_search.c
int _mi_search_next(register MI_INFO *info, register MI_KEYDEF *keyinfo, uchar *key, uint key_length, uint nextflag, my_off_t pos) { int error; uint nod_flag; uchar lastkey[HA_MAX_KEY_BUFF]; DBUG_ENTER("_mi_search_next"); DBUG_PRINT("enter",("nextflag: %u lastpos: %llu int_keypos: %p", ...
O3
c
mi_search_next: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x4d8, %rsp # imm = 0x4D8 movq %r9, %r13 movl %r8d, %r12d movq %rdx, %r15 movq %rsi, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x30(%rbp) testb $0x8, %r12b je 0x85bf7 movq 0x128(%rbx), %rax cmpq...
_mi_search_next: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 4D8h mov r13, r9 mov r12d, r8d mov r15, rdx mov r14, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_30], rax test r12b, 8 jz short loc_85BF7 mov rax, [rbx+128h] c...
long long mi_search_next(long long a1, long long a2, long long a3, unsigned int a4, int a5, long long a6) { char *v11; // rdx unsigned int v12; // edi char *last_key; // rax unsigned int v14; // r12d unsigned long long v15; // rax int v16; // eax unsigned int v17; // eax unsigned int v18; // r13d uns...
_mi_search_next: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x4d8 MOV R13,R9 MOV R12D,R8D MOV R15,RDX MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x30],RAX TEST R12B,0x8 JZ 0x00185bf7 MOV RAX,qword ptr [RBX + 0x128] CMP RAX,qword ptr [RBX + 0x130] JNC 0x00185...
ulong _mi_search_next(long *param_1,long param_2,int8 param_3,int4 param_4,uint param_5, int8 param_6) { uint uVar1; ulong uVar2; long lVar3; int8 uVar4; long in_FS_OFFSET; int1 local_500 [4]; int4 local_4fc; int1 local_4f8 [1216]; long local_38; local_38 = *(long *)(in_FS_...
3,640
Catch::generateRandomSeed(Catch::GenerateFrom)
AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp
std::uint32_t generateRandomSeed( GenerateFrom from ) { switch ( from ) { case GenerateFrom::Time: return static_cast<std::uint32_t>( std::time( nullptr ) ); case GenerateFrom::Default: case GenerateFrom::RandomDevice: // In theory, a platform could have random_d...
O3
cpp
Catch::generateRandomSeed(Catch::GenerateFrom): pushq %rbx subq $0x13a0, %rsp # imm = 0x13A0 leal -0x1(%rdi), %eax cmpl $0x2, %eax jae 0x5d0af leaq 0x18(%rsp), %rbx movq %rbx, %rdi callq 0x370b6 movq %rbx, %rdi callq 0x17330 movl %eax, %ebx leaq 0x18(%rsp), %rdi callq 0x17250 jmp 0x5d0bd testl %edi, %edi jne ...
_ZN5Catch18generateRandomSeedENS_12GenerateFromE: push rbx sub rsp, 13A0h lea eax, [rdi-1] cmp eax, 2 jnb short loc_5D0AF lea rbx, [rsp+13A8h+var_1390] mov rdi, rbx; this call _ZNSt13random_deviceC2Ev; std::random_device::random_device(void) mov rdi, rbx; this call __ZNSt13random_de...
long long Catch::generateRandomSeed(int a1, double a2) { unsigned int v2; // ebx _BYTE v4[8]; // [rsp+8h] [rbp-13A0h] BYREF long long v5; // [rsp+10h] [rbp-1398h] _BYTE v6[16]; // [rsp+18h] [rbp-1390h] BYREF if ( (unsigned int)(a1 - 1) >= 2 ) { if ( a1 ) { Catch::ReusableStringStream::Reusab...
generateRandomSeed: PUSH RBX SUB RSP,0x13a0 LEA EAX,[RDI + -0x1] CMP EAX,0x2 JNC 0x0015d0af LEA RBX,[RSP + 0x18] MOV RDI,RBX CALL 0x001370b6 LAB_0015d099: MOV RDI,RBX CALL 0x00117330 LAB_0015d0a1: MOV EBX,EAX LEA RDI,[RSP + 0x18] CALL 0x00117250 LAB_0015d0ad: JMP 0x0015d0bd LAB_0015d0af: TEST EDI,EDI JNZ 0x0015d0c8 XOR...
/* Catch::generateRandomSeed(Catch::GenerateFrom) */ ulong Catch::generateRandomSeed(int param_1) { uint uVar1; ulong uVar2; int8 uVar3; ReusableStringStream local_13a0 [8]; ostream *local_1398; long *local_1390 [2]; long local_1380 [623]; if (param_1 - 1U < 2) { std::random_device::random_dev...
3,641
write_hook_for_undo_bulk_insert
eloqsql/storage/maria/ma_blockrec.c
my_bool write_hook_for_undo_bulk_insert(enum translog_record_type type __attribute__ ((unused)), TRN *trn, MARIA_HA *tbl_info, LSN *lsn, void *hook_arg) { /* We are going to call maria_delete_al...
O0
c
write_hook_for_undo_bulk_insert: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movl %edi, -0x4(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x18(%rbp), %rdi callq 0x78600 movl -0x4(%rbp), %edi movq -0x10(%rbp), %rsi movq -0x18(%rbp), %rdx movq -0x20(%rbp), %rcx mo...
write_hook_for_undo_bulk_insert: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_4], edi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov rdi, [rbp+var_18] call _ma_reset_status mov edi, [rbp+var_4] mov rsi, [rbp+var_10] mov rdx...
long long write_hook_for_undo_bulk_insert(unsigned int a1, long long a2, long long a3, _QWORD *a4) { ma_reset_status(a3); return write_hook_for_undo(a1, a2, a3, a4); }
write_hook_for_undo_bulk_insert: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV dword ptr [RBP + -0x4],EDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV RDI,qword ptr [RBP + -0x18] CALL 0x00178600 MOV EDI,dword ptr [RBP + -0x4] MOV RSI,qword pt...
void write_hook_for_undo_bulk_insert (int4 param_1,int8 param_2,int8 param_3,int8 param_4, int8 param_5) { _ma_reset_status(param_3); write_hook_for_undo(param_1,param_2,param_3,param_4,param_5); return; }
3,642
Gtid_log_event::write()
eloqsql/sql/log_event_server.cc
bool Gtid_log_event::write() { uchar buf[GTID_HEADER_LEN+2+sizeof(XID) + /* flags_extra: */ 1+4]; size_t write_len= 13; int8store(buf, seq_no); int4store(buf+8, domain_id); buf[12]= flags2; if (flags2 & FL_GROUP_COMMIT_ID) { DBUG_ASSERT(write_len + 8 == GTID_HEADER_LEN + 2); int8store(buf+write_...
O0
cpp
Gtid_log_event::write(): pushq %rbp movq %rsp, %rbp subq $0x110, %rsp # imm = 0x110 movq %fs:0x28, %rax movq %rax, -0x8(%rbp) movq %rdi, -0xc8(%rbp) movq -0xc8(%rbp), %rax movq %rax, -0x100(%rbp) movq $0xd, -0xd0(%rbp) movq -0x100(%rbp), %rax leaq -0xc0(%rbp), %rcx movq %rcx, -0xd8(%rbp) movq 0x70(%rax), %rc...
_ZN14Gtid_log_event5writeEv: push rbp mov rbp, rsp sub rsp, 110h mov rax, fs:28h mov [rbp+var_8], rax mov [rbp+var_C8], rdi mov rax, [rbp+var_C8] mov [rbp+var_100], rax mov [rbp+var_D0], 0Dh mov rax, [rbp+var_100] lea rcx, [rbp+var_C0] mov [rbp+var_D8], rcx mov rcx, [r...
bool Gtid_log_event::write(Gtid_log_event *this) { bool v2; // [rsp+Fh] [rbp-101h] long long v3; // [rsp+18h] [rbp-F8h] unsigned long long v4; // [rsp+40h] [rbp-D0h] unsigned long long v5; // [rsp+40h] [rbp-D0h] unsigned __int8 v6[8]; // [rsp+50h] [rbp-C0h] BYREF int v7; // [rsp+58h] [rbp-B8h] char v8; /...
keep_top_level_cache: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX MOV RDI,qword ptr [RAX + 0xb0] MOV RAX,qword ptr [RDI] CALL qword ptr [RAX + 0x628] MOV RAX,qword ptr [RBP + -0x10] MOV byte ptr [RAX + 0xc0],0x1 ADD RSP,0x10 POP RBP RET...
/* Item_in_optimizer::keep_top_level_cache() */ void __thiscall Item_in_optimizer::keep_top_level_cache(Item_in_optimizer *this) { (**(code **)(**(long **)(this + 0xb0) + 0x628))(); this[0xc0] = (Item_in_optimizer)0x1; return; }
3,643
mysql_derived_init(THD*, LEX*, TABLE_LIST*)
eloqsql/sql/sql_derived.cc
static bool mysql_derived_init(THD *thd, LEX *lex, TABLE_LIST *derived) { SELECT_LEX_UNIT *unit= derived->get_unit(); DBUG_ENTER("mysql_derived_init"); DBUG_PRINT("enter", ("Alias: '%s' Unit: %p", (derived->alias.str ? derived->alias.str : "<NULL>"), derived->get_uni...
O0
cpp
mysql_derived_init(THD*, LEX*, TABLE_LIST*): pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x20(%rbp), %rdi callq 0x6d6d30 movq %rax, -0x28(%rbp) jmp 0x566c63 cmpq $0x0, -0x28(%rbp) je 0x566c7f movq -0x28(%rbp), %rax movw 0x7f0(%rax), %ax andw $0x...
_ZL18mysql_derived_initP3THDP3LEXP10TABLE_LIST: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rdi, [rbp+var_20]; this call _ZN10TABLE_LIST8get_unitEv; TABLE_LIST::get_unit(void) mov [rbp+var_28], rax jmp short $+2 loc_566C6...
char mysql_derived_init(THD *a1, LEX *a2, TABLE_LIST *a3) { bool is_view; // [rsp+6h] [rbp-2Ah] char v5; // [rsp+7h] [rbp-29h] long long unit; // [rsp+8h] [rbp-28h] unit = TABLE_LIST::get_unit(a3); if ( !unit || (*(_WORD *)(unit + 2032) & 1) != 0 ) return 0; v5 = TABLE_LIST::init_derived(a3, a1, 1) & ...
__cxx_global_var_init.1343: PUSH RBP MOV RBP,RSP SUB RSP,0x60 LEA RDI,[RBP + -0x8] XOR ESI,ESI MOV EDX,0xffffffff CALL 0x00835b10 MOV R10,qword ptr [RBP + -0x8] LEA RDI,[0x16ec348] LEA RSI,[0xea32b0] LEA RDX,[0xea32c2] MOV ECX,0x2 MOV R8D,0x110 MOV R9D,0x8 XOR EAX,EAX XOR EAX,EAX LEA RAX,[0xe30e20] MOV qword ptr [RSP],...
void __cxx_global_var_init_1343(void) { int8 local_10; CMD_LINE::CMD_LINE((CMD_LINE *)&local_10,0,0xffffffff); Sys_var_integer<unsigned_long_long,8ul,(enum_mysql_show_type)4>::Sys_var_integer (Sys_wsrep_gtid_seq_no,"wsrep_gtid_seq_no", "Internal server usage, manually set WSREP GTID ...
3,644
ggml_opt_free
llama.cpp/ggml/src/ggml-opt.cpp
void ggml_opt_free(ggml_opt_context_t opt_ctx) { if (opt_ctx == nullptr) { return; } ggml_backend_buffer_free(opt_ctx->buf_static); ggml_backend_buffer_free(opt_ctx->buf_static_cpu); ggml_free(opt_ctx->ctx_static); ggml_free(opt_ctx->ctx_static_cpu); delete opt_ctx; }
O3
cpp
ggml_opt_free: testq %rdi, %rdi je 0x299a4 pushq %rbx movq %rdi, %rbx movq 0x38(%rdi), %rdi callq 0x17d30 movq 0x40(%rbx), %rdi callq 0x17d30 movq 0x18(%rbx), %rdi callq 0x16250 movq 0x20(%rbx), %rdi callq 0x16250 movl $0x1448, %esi # imm = 0x1448 movq %rbx, %rdi popq %rbx jmp 0x17080 retq
ggml_opt_free: test rdi, rdi jz short locret_299A4 push rbx mov rbx, rdi mov rdi, [rdi+38h]; void * call _ggml_backend_buffer_free mov rdi, [rbx+40h]; void * call _ggml_backend_buffer_free mov rdi, [rbx+18h] call _ggml_free mov rdi, [rbx+20h] call _ggml_free mov esi, 1448h...
void ggml_opt_free(void **a1) { if ( a1 ) { ggml_backend_buffer_free(a1[7]); ggml_backend_buffer_free(a1[8]); ggml_free(a1[3]); ggml_free(a1[4]); operator delete(a1, 0x1448uLL); } }
ggml_opt_free: TEST RDI,RDI JZ 0x001299a4 PUSH RBX MOV RBX,RDI MOV RDI,qword ptr [RDI + 0x38] CALL 0x00117d30 MOV RDI,qword ptr [RBX + 0x40] CALL 0x00117d30 MOV RDI,qword ptr [RBX + 0x18] CALL 0x00116250 MOV RDI,qword ptr [RBX + 0x20] CALL 0x00116250 MOV ESI,0x1448 MOV RDI,RBX POP RBX JMP 0x00117080 LAB_001299a4: RET
void ggml_opt_free(void *param_1) { if (param_1 != (void *)0x0) { ggml_backend_buffer_free(*(int8 *)((long)param_1 + 0x38)); ggml_backend_buffer_free(*(int8 *)((long)param_1 + 0x40)); ggml_free(*(int8 *)((long)param_1 + 0x18)); ggml_free(*(int8 *)((long)param_1 + 0x20)); operator_delete(param_1,...
3,645
alloc_root
eloqsql/mysys/my_alloc.c
void *alloc_root(MEM_ROOT *mem_root, size_t length) { #if defined(HAVE_valgrind) && defined(EXTRA_DEBUG) reg1 USED_MEM *next; DBUG_ENTER("alloc_root"); DBUG_PRINT("enter",("root: %p", mem_root)); DBUG_ASSERT(alloc_root_inited(mem_root)); DBUG_EXECUTE_IF("simulate_out_of_memory", { ...
O0
c
alloc_root: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq $0x0, -0x38(%rbp) movq -0x18(%rbp), %rax movq %rax, -0x48(%rbp) jmp 0xeebb2 jmp 0xeebb4 jmp 0xeebb6 jmp 0xeebb8 jmp 0xeebba movq -0x18(%rbp), %rax addq $0x8, %rax subq $0x1, %rax andq $-0x8, %rax addq $0x0, %rax m...
alloc_root: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_38], 0 mov rax, [rbp+var_18] mov [rbp+var_48], rax jmp short $+2 loc_EEBB2: jmp short $+2 loc_EEBB4: jmp short $+2 loc_EEBB6: jmp short $+2 loc_EEBB8: jmp short $+2 ...
char * alloc_root(_QWORD **a1, long long a2) { unsigned int v2; // eax long long v3; // rdi int v4; // eax unsigned long long v5; // rax unsigned long long v7; // [rsp+8h] [rbp-58h] bool v8; // [rsp+17h] [rbp-49h] _QWORD *v9; // [rsp+20h] [rbp-40h] _QWORD *i; // [rsp+28h] [rbp-38h] _QWORD *v11; // [rs...
alloc_root: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x38],0x0 MOV RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x48],RAX JMP 0x001eebb2 LAB_001eebb2: JMP 0x001eebb4 LAB_001eebb4: JMP 0x001eebb6 LAB_001eebb6: JMP 0x001eebb8 LAB_001eebb8...
long alloc_root(long *param_1,long param_2) { long *plVar1; long lVar2; long lVar3; long lVar4; uint uVar5; ulong uVar6; bool bVar7; ulong local_60; long *local_48; long *local_40; local_40 = (long *)0x0; uVar6 = param_2 + 7U & 0xfffffffffffffff8; local_48 = param_1; if (*param_1 != 0) ...
3,646
get_charset_name
eloqsql/mysys/charset.c
const char *get_charset_name(uint charset_number) { my_pthread_once(&charsets_initialized, init_available_charsets); if (charset_number < array_elements(all_charsets)) { CHARSET_INFO *cs= all_charsets[charset_number]; if (cs && (cs->number == charset_number) && cs->coll_name.str) return cs->coll_n...
O3
c
get_charset_name: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax movl %edi, %ebx leaq 0x34662a(%rip), %rdi # 0x36eaf0 leaq -0x302(%rip), %rsi # 0x281cb callq 0x242a0 leaq 0x34224(%rip), %rcx # 0x5c6fd cmpl $0x7ff, %ebx # imm = 0x7FF ja 0x28500 movl %ebx, %eax leaq 0x33e596(%rip), %rdx # 0x36...
get_charset_name: push rbp mov rbp, rsp push rbx push rax mov ebx, edi lea rdi, charsets_initialized lea rsi, init_available_charsets call _pthread_once lea rcx, asc_5C6FD; "?" cmp ebx, 7FFh ja short loc_28500 mov eax, ebx lea rdx, all_charsets mov rax, [rdx+rax*8] t...
const char * get_charset_name(unsigned int a1) { long long v1; // rax const char *result; // rax pthread_once(&charsets_initialized, init_available_charsets); if ( a1 > 0x7FF ) return "?"; v1 = all_charsets[a1]; if ( !v1 ) return "?"; if ( *(_DWORD *)v1 != a1 ) return "?"; result = *(const ...
get_charset_name: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX MOV EBX,EDI LEA RDI,[0x46eaf0] LEA RSI,[0x1281cb] CALL 0x001242a0 LEA RCX,[0x15c6fd] CMP EBX,0x7ff JA 0x00128500 MOV EAX,EBX LEA RDX,[0x466a80] MOV RAX,qword ptr [RDX + RAX*0x8] TEST RAX,RAX JZ 0x00128500 CMP dword ptr [RAX],EBX JNZ 0x00128500 MOV RAX,qword ptr [...
int * get_charset_name(uint param_1) { uint *puVar1; int *puVar2; pthread_once(&charsets_initialized,init_available_charsets); if ((((0x7ff < param_1) || (puVar1 = (uint *)(&all_charsets)[param_1], puVar1 == (uint *)0x0)) || (*puVar1 != param_1)) || (puVar2 = *(int **)(puVar1 + 8), puVar2 == (int *)0...
3,647
google::protobuf::Any::_InternalParse(char const*, google::protobuf::internal::ParseContext*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/any.pb.cc
const char* Any::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { #define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure while (!ctx->Done(&ptr)) { uint32_t tag; ptr = ::_pbi::ReadTag(ptr, &tag); switch (tag >> 3) { // string type_url = 1; case 1: if (PROTOBUF_PREDI...
O3
cpp
google::protobuf::Any::_InternalParse(char const*, google::protobuf::internal::ParseContext*): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %rbx movq %rdi, %r14 movq %rsp, %rax movq %rsi, (%rax) movl 0x5c(%rdx), %edx movq %rbx, %rdi movq %rax, %rsi callq 0x7347e testb %al, %al...
_ZN6google8protobuf3Any14_InternalParseEPKcPNS0_8internal12ParseContextE: push rbp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rdx mov r14, rdi mov rax, rsp mov [rax], rsi mov edx, [rdx+5Ch]; int mov rdi, rbx; this mov rsi, rax; char ** call _ZN6goo...
google::protobuf::internal * google::protobuf::Any::_InternalParse( google::protobuf::Any *this, google::protobuf::internal *a2, google::protobuf::internal::ParseContext *a3) { google::protobuf::internal::ParseContext *v4; // r8 long long *v6; // r15 unsigned int v7; // ebp google::proto...
_InternalParse: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDX MOV R14,RDI MOV RAX,RSP MOV qword ptr [RAX],RSI MOV EDX,dword ptr [RDX + 0x5c] MOV RDI,RBX MOV RSI,RAX CALL 0x0017347e TEST AL,AL JZ 0x001bd972 LAB_001bd95f: MOV RAX,qword ptr [RSP] ADD RSP,0x8 POP RBX POP R12 POP R13 POP R14 POP...
/* google::protobuf::Any::_InternalParse(char const*, google::protobuf::internal::ParseContext*) */ byte * __thiscall google::protobuf::Any::_InternalParse(Any *this,char *param_1,ParseContext *param_2) { InternalMetadata *this_00; byte bVar1; byte bVar2; char cVar3; string *psVar4; uint uVar5; Arena *...
3,648
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator...
11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/json.hpp
char_int_type get() { ++position.chars_read_total; ++position.chars_read_current_line; if (next_unget) { // just reset the next_unget variable and work with current next_unget = false; } else { current = ia.get_character();...
O0
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE3getEv: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi m...
long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter<__gnu_cxx::__n...
get: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x18],RAX MOV RCX,qword ptr [RAX + 0x20] ADD RCX,0x1 MOV qword ptr [RAX + 0x20],RCX MOV RCX,qword ptr [RAX + 0x28] ADD RCX,0x1 MOV qword ptr [RAX + 0x28],RCX TEST byte ptr [RAX + 0x18],0x1 JZ 0x001...
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>, nlohmann::json_a...
3,649
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator...
11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/json.hpp
char_int_type get() { ++position.chars_read_total; ++position.chars_read_current_line; if (next_unget) { // just reset the next_unget variable and work with current next_unget = false; } else { current = ia.get_character();...
O1
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE3getEv: push rbx sub rsp, 10h mov rbx, rdi inc qword ptr [rdi+20h...
long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter<__gnu_cxx::__n...
get: PUSH RBX SUB RSP,0x10 MOV RBX,RDI INC qword ptr [RDI + 0x20] INC qword ptr [RDI + 0x28] CMP byte ptr [RDI + 0x18],0x1 JNZ 0x001121ec MOV byte ptr [RBX + 0x18],0x0 JMP 0x00112201 LAB_001121ec: MOV RCX,qword ptr [RBX] CMP RCX,qword ptr [RBX + 0x8] JZ 0x00112230 MOVZX EAX,byte ptr [RCX] INC RCX MOV qword ptr [RBX],RC...
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>, nlohmann::json_a...
3,650
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator...
11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/json.hpp
char_int_type get() { ++position.chars_read_total; ++position.chars_read_current_line; if (next_unget) { // just reset the next_unget variable and work with current next_unget = false; } else { current = ia.get_character();...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator...
_ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE3getEv: push rbx sub rsp, 10h mov rbx, rdi movdqu xmm0, xmmword ptr ...
long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter<__gnu_cxx::__n...
get: PUSH RBX SUB RSP,0x10 MOV RBX,RDI MOVDQU XMM0,xmmword ptr [RDI + 0x20] PCMPEQD XMM1,XMM1 PSUBQ XMM0,XMM1 MOVDQU xmmword ptr [RDI + 0x20],XMM0 CMP byte ptr [RDI + 0x18],0x1 JNZ 0x001121b9 MOV byte ptr [RBX + 0x18],0x0 MOV EAX,dword ptr [RBX + 0x14] JMP 0x001121ce LAB_001121b9: MOV RCX,qword ptr [RBX] CMP RCX,qword ...
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void>, nlohmann::json_a...
3,651
unpack_filename
eloqsql/mysys/mf_pack.c
size_t unpack_filename(char * to, const char *from) { size_t length, n_length, buff_length; char buff[FN_REFLEN + 1]; DBUG_ENTER("unpack_filename"); length=dirname_part(buff, from, &buff_length);/* copy & convert dirname */ n_length=unpack_dirname(buff,buff); if (n_length+strlen(from+length) < FN_REFLEN) ...
O3
c
unpack_filename: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r12 pushq %rbx subq $0x220, %rsp # imm = 0x220 movq %rsi, %r14 movq %rdi, %rbx movq %fs:0x28, %rax movq %rax, -0x28(%rbp) leaq -0x230(%rbp), %r12 leaq -0x238(%rbp), %rdx movq %r12, %rdi callq 0x299d9 movq %rax, %r15 movq %r12, %rdi movq...
unpack_filename: push rbp mov rbp, rsp push r15 push r14 push r12 push rbx sub rsp, 220h mov r14, rsi mov rbx, rdi mov rax, fs:28h mov [rbp+var_28], rax lea r12, [rbp+var_230] lea rdx, [rbp+var_238] mov rdi, r12 call dirname_part mov r15, rax mov rdi, r12 mo...
long long unpack_filename(long long a1, _BYTE *a2) { long long v2; // r15 long long v3; // r12 _BYTE *v4; // r15 long long v6; // [rsp+8h] [rbp-238h] BYREF _BYTE v7[520]; // [rsp+10h] [rbp-230h] BYREF unsigned long long v8; // [rsp+218h] [rbp-28h] v8 = __readfsqword(0x28u); v2 = dirname_part((long lon...
unpack_filename: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R12 PUSH RBX SUB RSP,0x220 MOV R14,RSI MOV RBX,RDI MOV RAX,qword ptr FS:[0x28] MOV qword ptr [RBP + -0x28],RAX LEA R12,[RBP + -0x230] LEA RDX,[RBP + -0x238] MOV RDI,R12 CALL 0x001299d9 MOV R15,RAX MOV RDI,R12 MOV RSI,R12 CALL 0x0012a00a MOV R12,RAX ADD R15,R1...
long unpack_filename(long param_1,char *param_2) { long lVar1; long lVar2; size_t sVar3; long in_FS_OFFSET; int1 local_240 [8]; char local_238 [520]; long local_30; local_30 = *(long *)(in_FS_OFFSET + 0x28); lVar1 = dirname_part(local_238,param_2,local_240); lVar2 = unpack_dirname(local_238,loc...
3,652
help_command::help_command()
msxemulator/build_O3/_deps/picotool-src/main.cpp
help_command() : cmd("help") {}
O3
cpp
help_command::help_command(): pushq %r15 pushq %r14 pushq %rbx subq $0x20, %rsp movq %rdi, %rbx leaq 0x10(%rsp), %r15 movq %r15, -0x10(%r15) leaq 0x6c3f9(%rip), %rsi # 0xa4635 leaq 0x6c3f6(%rip), %rdx # 0xa4639 movq %rsp, %r14 movq %r14, %rdi callq 0x5c00c leaq 0x18(%rbx), %rax movq %rax, 0x8(%rbx) movq (%r14),...
_ZN12help_commandC2Ev: push r15 push r14 push rbx sub rsp, 20h mov rbx, rdi lea r15, [rsp+38h+var_28] mov [r15-10h], r15 lea rsi, aHelp; "help" lea rdx, aHelp+4; "" mov r14, rsp mov rdi, r14 call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_S...
void help_command::help_command(help_command *this) { _QWORD v1[2]; // [rsp+0h] [rbp-38h] BYREF _OWORD v2[2]; // [rsp+10h] [rbp-28h] BYREF v1[0] = v2; std::string::_M_construct<char const*>(v1, "help", ""); *((_QWORD *)this + 1) = (char *)this + 24; if ( (_OWORD *)v1[0] == v2 ) { *(_OWORD *)((char *...
help_command: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x20 MOV RBX,RDI LEA R15,[RSP + 0x10] MOV qword ptr [R15 + -0x10],R15 LEA RSI,[0x1a4635] LEA RDX,[0x1a4639] MOV R14,RSP MOV RDI,R14 CALL 0x0015c00c LEA RAX,[RBX + 0x18] MOV qword ptr [RBX + 0x8],RAX MOV RCX,qword ptr [R14] CMP RCX,R15 JZ 0x0013826d MOV qword ptr [RBX + 0...
/* help_command::help_command() */ void __thiscall help_command::help_command(help_command *this) { int8 *local_38; int8 local_30; int8 local_28; int8 uStack_20; local_38 = &local_28; std::__cxx11::string::_M_construct<char_const*>((string *)&local_38,&DAT_001a4635,&DAT_001a4639); *(help_command **)...
3,653
glfw_fminf
untodesu[P]riteg/build_O2/_deps/glfw-src/src/init.c
float _glfw_fminf(float a, float b) { if (a != a) return b; else if (b != b) return a; else if (a < b) return a; else return b; }
O2
c
glfw_fminf: ucomiss %xmm0, %xmm0 jp 0x15462 ucomiss %xmm1, %xmm1 jp 0x1545f minss %xmm1, %xmm0 movaps %xmm0, %xmm1 movaps %xmm1, %xmm0 retq
_glfw_fminf: ucomiss xmm0, xmm0 jp short loc_15462 ucomiss xmm1, xmm1 jp short loc_1545F minss xmm0, xmm1 loc_1545F: movaps xmm1, xmm0 loc_15462: movaps xmm0, xmm1 retn
float glfw_fminf(float a1, float a2) { return fminf(a1, a2); }
_glfw_fminf: UCOMISS XMM0,XMM0 JP 0x00115462 UCOMISS XMM1,XMM1 JP 0x0011545f MINSS XMM0,XMM1 LAB_0011545f: MOVAPS XMM1,XMM0 LAB_00115462: MOVAPS XMM0,XMM1 RET
float _glfw_fminf(float param_1,float param_2) { if (param_2 <= param_1) { param_1 = param_2; } return param_1; }
3,654
my_strnxfrm_czech
eloqsql/strings/ctype-czech.c
static size_t my_strnxfrm_czech(CHARSET_INFO *cs __attribute__((unused)), uchar *dest, size_t len, uint nweights_arg __attribute__((unused)), const uchar *src, size_t srclen, uint flags) { int value; const uchar *p, * store; int pass = 0; size_t totlen = 0;...
O3
c
my_strnxfrm_czech: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %r8, %r15 movq %rdx, %rbx movq %rsi, -0x48(%rbp) movl 0x10(%rbp), %eax movl %eax, %r11d orl $0xf, %r11d testb $0xf, %al cmovnel %eax, %r11d movslq %r9d, %rdx movl $0x1, %eax subq %r8, %rax movq %ra...
my_strnxfrm_czech: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov r15, r8 mov rbx, rdx mov [rbp+var_48], rsi mov eax, [rbp+arg_0] mov r11d, eax or r11d, 0Fh test al, 0Fh cmovnz r11d, eax movsxd rdx, r9d mov eax, 1 sub r...
unsigned long long my_strnxfrm_czech( long long a1, long long a2, unsigned long long a3, long long a4, unsigned __int8 *a5, int a6, int a7) { unsigned __int8 *v7; // r15 int v9; // r11d long long v10; // rdx int v11; // ecx unsigned __int8 *v12; // r14 ...
my_strnxfrm_czech: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV R15,R8 MOV RBX,RDX MOV qword ptr [RBP + -0x48],RSI MOV EAX,dword ptr [RBP + 0x10] MOV R11D,EAX OR R11D,0xf TEST AL,0xf CMOVNZ R11D,EAX MOVSXD RDX,R9D MOV EAX,0x1 SUB RAX,R8 MOV qword ptr [RBP + -0x50],RAX XOR ECX,ECX L...
ulong my_strnxfrm_czech(int8 param_1,long param_2,ulong param_3,int8 param_4, byte *param_5,int param_6,uint param_7) { uint uVar1; byte *pbVar2; byte *pbVar3; byte bVar4; char cVar5; long lVar6; byte *pbVar7; byte bVar8; int iVar9; long lVar10; byte *pbVar11; byte *pbVa...
3,655
translog_wait_for_closing
eloqsql/storage/maria/ma_loghandler.c
static void translog_wait_for_closing(struct st_translog_buffer *buffer) { DBUG_ENTER("translog_wait_for_closing"); DBUG_PRINT("enter", ("Buffer #%u %p copies in progress: %u " "is closing %u File: %d size: %lu", (uint) buffer->buffer_no, buffer, ...
O0
c
translog_wait_for_closing: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movq %rdi, -0x8(%rbp) jmp 0x96f4e jmp 0x96f50 movq -0x8(%rbp), %rax cmpb $0x0, 0x1000d8(%rax) je 0x96f90 jmp 0x96f5f jmp 0x96f61 jmp 0x96f63 jmp 0x96f65 movq -0x8(%rbp), %rdi addq $0x100040, %rdi # imm = 0x100040 movq -0x8(%rbp), %rsi addq $...
translog_wait_for_closing: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_8], rdi jmp short $+2 loc_96F4E: jmp short $+2 loc_96F50: mov rax, [rbp+var_8] cmp byte ptr ds:loc_1000D8[rax], 0 jz short loc_96F90 jmp short $+2 loc_96F5F: jmp short $+2 loc_96F61: jmp short $+2 ...
long long translog_wait_for_closing(long long a1) { long long result; // rax while ( 1 ) { result = a1; if ( !*((_BYTE *)&loc_1000D8 + a1) ) break; inline_mysql_cond_wait_1( a1 + 1048640, a1 + 1048720, (long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_logh...
translog_wait_for_closing: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV qword ptr [RBP + -0x8],RDI JMP 0x00196f4e LAB_00196f4e: JMP 0x00196f50 LAB_00196f50: MOV RAX,qword ptr [RBP + -0x8] CMP byte ptr [RAX + 0x1000d8],0x0 JZ 0x00196f90 JMP 0x00196f5f LAB_00196f5f: JMP 0x00196f61 LAB_00196f61: JMP 0x00196f63 LAB_00196f63: JMP ...
void translog_wait_for_closing(long param_1) { while (*(char *)((long)&Elf64_Phdr_ARRAY_00100040[2].p_memsz + param_1) != '\0') { inline_mysql_cond_wait ((long)&Elf64_Phdr_ARRAY_00100040[0].p_type + param_1,param_1 + 0x100090, "/workspace/llm4binary/github2025/eloqsql/storage/maria/...
3,656
js_iterator_proto_toArray
bluesky950520[P]quickjs/quickjs.c
static JSValue js_iterator_proto_toArray(JSContext *ctx, JSValue this_val, int argc, JSValue *argv) { JSValue item, method, result; int64_t idx; BOOL done; result = JS_UNDEFINED; if (check_iterator(ctx, this_val) < 0) return JS_EXCEPTION; method ...
O1
c
js_iterator_proto_toArray: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x58, %rsp movq %rdx, %rbp movq %rdi, %r14 cmpl $-0x1, %ebp jne 0x76edf movq %rsi, %r13 movl $0x0, 0x8(%rsp) movq $0x0, (%rsp) movq %r14, %rdi movq %rbp, %rdx movl $0x6b, %ecx movq %rsi, %r8 movq %rbp, %r9 callq 0x26fff m...
js_iterator_proto_toArray: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 58h mov rbp, rdx mov r14, rdi cmp ebp, 0FFFFFFFFh jnz short loc_76EDF mov r13, rsi mov dword ptr [rsp+88h+var_88+8], 0 mov qword ptr [rsp+88h+var_88], 0 mov rdi, r14 mov rd...
unsigned long long js_iterator_proto_toArray( 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, ...
js_iterator_proto_toArray: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x58 MOV RBP,RDX MOV R14,RDI CMP EBP,-0x1 JNZ 0x00176edf MOV R13,RSI MOV dword ptr [RSP + 0x8],0x0 MOV qword ptr [RSP],0x0 MOV RDI,R14 MOV RDX,RBP MOV ECX,0x6b MOV R8,RSI MOV R9,RBP CALL 0x00126fff MOV R15,RDX MOV EBX,0x6 CMP R15D,...
int1 [16] js_iterator_proto_toArray(long param_1,int8 param_2,int8 param_3) { int *piVar1; int iVar2; int8 uVar4; double dVar5; ulong uVar6; ulong uVar7; bool bVar8; int1 auVar9 [16]; ulong in_stack_ffffffffffffff80; int local_5c; int1 local_58 [16]; int8 local_48; int1 local_40 [16]; int...
3,657
PAIRING_Commit
corpus-core[P]colibri-stateless/build_O2/_deps/blst-src/src/aggregate.c
static void PAIRING_Commit(PAIRING *ctx) { unsigned int n; if ((n = ctx->nelems) != 0) { if (ctx->ctrl & AGGR_GT_SET) { vec384fp12 GT; miller_loop_n(GT, ctx->Q, ctx->P, n); mul_fp12(ctx->GT, ctx->GT, GT); } else { miller_loop_n(ctx->GT, ctx->Q, ct...
O2
c
PAIRING_Commit: movl 0x4(%rdi), %ecx testq %rcx, %rcx je 0x57a08 pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx subq $0x240, %rsp # imm = 0x240 movq %rdi, %rbx leaq 0x378(%rdi), %rsi leaq 0x978(%rdi), %rdx testb $0x20, (%rdi) jne 0x579db leaq 0x18(%rbx), %rdi callq 0x56653 orb $0x20, (%rbx) jmp 0x579f9 lea...
PAIRING_Commit: mov ecx, [rdi+4] test rcx, rcx jz short locret_57A08 push rbp mov rbp, rsp push r14 push rbx sub rsp, 240h mov rbx, rdi lea rsi, [rdi+378h] lea rdx, [rdi+978h] test byte ptr [rdi], 20h jnz short loc_579DB lea rdi, [rbx+18h] call miller_loop_n or ...
long long PAIRING_Commit(long long a1) { long long v1; // rcx long long v2; // rsi long long v3; // rdx long long result; // rax _BYTE v5[600]; // [rsp-258h] [rbp-258h] BYREF v1 = *(unsigned int *)(a1 + 4); if ( *(_DWORD *)(a1 + 4) ) { v2 = a1 + 888; v3 = a1 + 2424; if ( (*(_BYTE *)a1 & 0x...
PAIRING_Commit: MOV ECX,dword ptr [RDI + 0x4] TEST RCX,RCX JZ 0x00157a08 PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX SUB RSP,0x240 MOV RBX,RDI LEA RSI,[RDI + 0x378] LEA RDX,[RDI + 0x978] TEST byte ptr [RDI],0x20 JNZ 0x001579db LEA RDI,[RBX + 0x18] CALL 0x00156653 OR byte ptr [RBX],0x20 JMP 0x001579f9 LAB_001579db: LEA R14,[...
void PAIRING_Commit(byte *param_1) { int1 local_258 [576]; if (*(int *)(param_1 + 4) != 0) { if ((*param_1 & 0x20) == 0) { miller_loop_n(param_1 + 0x18,param_1 + 0x378,param_1 + 0x978); *param_1 = *param_1 | 0x20; } else { miller_loop_n(local_258,param_1 + 0x378,param_1 + 0x978); ...
3,658
nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::alloc...
llama.cpp/common/json.hpp
iter_impl& operator++() { JSON_ASSERT(m_object != nullptr); switch (m_object->m_data.m_type) { case value_t::object: { std::advance(m_it.object_iterator, 1); break; } case value_t::array: { ...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::alloc...
_ZN8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEppEv: push rbx mov rax, [rdi] test rax, rax jz short loc_78752 mov rbx, rdi movzx eax, byte ptr [rax] cmp eax, 2 jz ...
long long nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::operator++( unsigned __int8 **a1) { int v1; // eax if ...
operator++: PUSH RBX MOV RAX,qword ptr [RDI] TEST RAX,RAX JZ 0x00178752 MOV RBX,RDI MOVZX EAX,byte ptr [RAX] CMP EAX,0x2 JZ 0x00178742 CMP EAX,0x1 JNZ 0x00178749 MOV RDI,qword ptr [RBX + 0x8] CALL 0x00121030 MOV qword ptr [RBX + 0x8],RAX JMP 0x0017874d LAB_00178742: ADD qword ptr [RBX + 0x10],0x10 JMP 0x0017874d LAB_00...
/* nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char> >, void> >::TEMPNAMEPLACE...
3,659
mysql_stmt_reset_start_internal
eloqsql/libmariadb/libmariadb/mariadb_async.c
static void mysql_stmt_reset_start_internal(void *d) { MK_ASYNC_INTERNAL_BODY( mysql_stmt_reset, (parms->stmt), parms->stmt->mysql, my_bool, r_my_bool) }
O0
c
mysql_stmt_reset_start_internal: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x10(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rax movq 0x38(%rax), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %rax movq %rax, -0x20(%rbp) movq -0x10(%rbp), %rax movq (%rax), %rdi call...
mysql_stmt_reset_start_internal: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov rax, [rbp+var_8] mov [rbp+var_10], rax mov rax, [rbp+var_10] mov rax, [rax] mov rax, [rax+38h] mov rax, [rax+480h] mov rax, [rax+28h] mov [rbp+var_20], rax mov rax, [rbp+var_10...
long long mysql_stmt_reset_start_internal(long long *a1) { long long result; // rax long long v2; // [rsp+0h] [rbp-20h] v2 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)(*a1 + 56) + 1152LL) + 40LL); *(_BYTE *)(v2 + 8) = mysql_stmt_reset(*a1); result = v2; *(_DWORD *)v2 = 0; return result; }
mysql_stmt_reset_start_internal: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x10],RAX MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x38] MOV RAX,qword ptr [RAX + 0x480] MOV RAX,qword ptr [RAX + 0x28] MOV qword...
void mysql_stmt_reset_start_internal(long *param_1) { int4 *puVar1; int1 uVar2; puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28); uVar2 = mysql_stmt_reset(*param_1); *(int1 *)(puVar1 + 2) = uVar2; *puVar1 = 0; return; }
3,660
my_once_alloc
eloqsql/mysys/my_once.c
void* my_once_alloc(size_t Size, myf MyFlags) { size_t get_size, max_left; uchar* point; reg1 USED_MEM *next; reg2 USED_MEM **prev; Size= ALIGN_SIZE(Size); prev= &my_once_root_block; max_left=0; for (next=my_once_root_block ; next && next->left < Size ; next= next->next) { if (next->left > max_le...
O3
c
my_once_alloc: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 addq $0x7, %r14 andq $-0x8, %r14 leaq 0x342181(%rip), %r13 # 0x36a810 movq (%r13), %rcx xorl %eax, %eax testq %rcx, %rcx je 0x286ba movq %rcx, %r13 movq 0x8(%rcx), %rcx cmpq %r1...
my_once_alloc: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rsi mov r14, rdi add r14, 7 and r14, 0FFFFFFFFFFFFFFF8h lea r13, my_once_root_block mov rcx, [r13+0] xor eax, eax test rcx, rcx jz short loc_286BA loc_2869A: m...
long long my_once_alloc(long long a1, char a2) { unsigned long long v2; // r14 _QWORD *v3; // r13 _QWORD *v4; // rcx unsigned long long v5; // rax unsigned long long v6; // rcx unsigned long long v7; // r15 _QWORD *v8; // rax char *v9; // r12 int v11; // r14d int v12; // ecx int v13; // r8d int...
my_once_alloc: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI ADD R14,0x7 AND R14,-0x8 LEA R13,[0x46a810] MOV RCX,qword ptr [R13] XOR EAX,EAX TEST RCX,RCX JZ 0x001286ba LAB_0012869a: MOV R13,RCX MOV RCX,qword ptr [RCX + 0x8] CMP RCX,R14 JNC 0x00128703 CMP RCX,RAX CMOV...
void * my_once_alloc(long param_1,ulong param_2) { int iVar1; int8 *puVar2; ulong uVar3; int8 *puVar4; int *piVar5; ulong uVar6; ulong uVar7; void *pvVar8; int8 *puVar9; ulong __n; ulong __size; __n = param_1 + 7U & 0xfffffffffffffff8; uVar3 = 0; puVar2 = my_once_root_block; puVar9 = ...
3,661
my_caseup_8bit
eloqsql/strings/ctype-simple.c
size_t my_caseup_8bit(CHARSET_INFO * cs, const char *src, size_t srclen, char *dst, size_t dstlen __attribute__((unused))) { const char *end= src + srclen; register const uchar *map= cs->to_upper; DBUG_ASSERT(srclen <= dstlen); for ( ; src != end ; src++) *dst++= (char) map[(uchar) *sr...
O0
c
my_caseup_8bit: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x10(%rbp), %rax addq -0x18(%rbp), %rax movq %rax, -0x30(%rbp) movq -0x8(%rbp), %rax movq 0x50(%rax), %rax movq %rax, -0x38(%rbp) jmp 0x45c62 jmp 0x45c64 movq...
my_caseup_8bit: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov rax, [rbp+var_10] add rax, [rbp+var_18] mov [rbp+var_30], rax mov rax, [rbp+var_8] mov rax, [rax+50h] mov [rbp+var_38],...
long long my_caseup_8bit(long long a1, unsigned __int8 *a2, long long a3, _BYTE *a4) { _BYTE *v4; // rax long long v6; // [rsp+0h] [rbp-38h] unsigned __int8 *v8; // [rsp+28h] [rbp-10h] v8 = a2; v6 = *(_QWORD *)(a1 + 80); while ( v8 != &a2[a3] ) { v4 = a4++; *v4 = *(_BYTE *)(v6 + *v8++); } re...
my_caseup_8bit: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV RAX,qword ptr [RBP + -0x10] ADD RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x30],RAX MOV RAX,qword ptr [RBP + -0x8...
long my_caseup_8bit(long param_1,byte *param_2,long param_3,int1 *param_4) { long lVar1; int1 *local_28; byte *local_18; lVar1 = *(long *)(param_1 + 0x50); local_28 = param_4; for (local_18 = param_2; local_18 != param_2 + param_3; local_18 = local_18 + 1) { *local_28 = *(int1 *)(lVar1 + (ulong)*lo...
3,662
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_00144eac:...
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 ...
3,663
LefDefParser::defwFillPolygon(int, double*, double*)
Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defwWriter.cpp
int defwFillPolygon(int num_polys, double *xl, double *yl) { int i; defwFunc = DEFW_FILL_RECT; // Current function of writer if (!defwFile) return DEFW_UNINITIALIZED; // May be user already define layer if (defwState != DEFW_FILL_LAYER && defwState !=...
O3
cpp
LefDefParser::defwFillPolygon(int, double*, double*): pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax leaq 0xb988(%rip), %rax # 0x1e178 movl $0x58, (%rax) leaq 0xb96b(%rip), %rax # 0x1e168 movq (%rax), %rcx testq %rcx, %rcx je 0x12830 movq %rdx, %rbx movq %rsi, %r14 movl %edi, %r1...
_ZN12LefDefParser15defwFillPolygonEiPdS0_: push rbp push r15 push r14 push r13 push r12 push rbx push rax lea rax, _ZN12LefDefParser8defwFuncE; LefDefParser::defwFunc mov dword ptr [rax], 58h ; 'X' lea rax, _ZN12LefDefParser8defwFileE; LefDefParser::defwFile mov rcx, [rax] test r...
long long LefDefParser::defwFillPolygon(LefDefParser *this, long long a2, double *a3, double *a4) { long long v4; // rcx long long result; // rax long long v7; // r13 double v8; // xmm0_8 double v9; // xmm1_8 LefDefParser::defwFunc = 88; v4 = LefDefParser::defwFile; if ( !LefDefParser::defwFile ) ...
defwFillPolygon: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX LEA RAX,[0x11e178] MOV dword ptr [RAX],0x58 LEA RAX,[0x11e168] MOV RCX,qword ptr [RAX] TEST RCX,RCX JZ 0x00112830 MOV RBX,RDX MOV R14,RSI MOV R15D,EDI LEA RAX,[0x11e174] MOV EDX,dword ptr [RAX] MOV EAX,0x3 CMP EDX,0x57 JG 0x0011283a CMP EDX...
/* LefDefParser::defwFillPolygon(int, double*, double*) */ int8 LefDefParser::defwFillPolygon(int param_1,double *param_2,double *param_3) { int8 uVar1; ulong uVar2; defwFunc = 0x58; if (defwFile == (FILE *)0x0) { uVar1 = 1; } else { if (defwState < 0x58) { if ((defwState != 0x55) && (de...
3,664
my_uni_utf32
eloqsql/strings/ctype-ucs2.c
static int my_uni_utf32(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { if (s + 4 > e) return MY_CS_TOOSMALL4; if (wc > 0x10FFFF) return MY_CS_ILUNI; s[0]= (uchar) (wc >> 24); s[1]= (uchar) (wc >> 16) & 0xFF; s[2]= (uchar) (wc >> 8) & 0xFF; s[3]= (uchar...
O0
c
my_uni_utf32: 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 addq $0x4, %rax cmpq -0x28(%rbp), %rax jbe 0x5d2bb movl $0xffffff98, -0x4(%rbp) # imm = 0xFFFFFF98 jmp 0x5d32c cmpq $0x10ffff, -0x18(%rbp) # imm = 0x10FFFF jbe 0x5...
my_uni_utf32: 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] add rax, 4 cmp rax, [rbp+var_28] jbe short loc_5D2BB mov [rbp+var_4], 0FFFFFF98h jmp short loc_5D32C loc_5D2BB: cmp [rbp+va...
long long my_uni_utf32(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { if ( (unsigned long long)(a3 + 4) <= a4 ) { if ( a2 <= (unsigned long long)&unk_10FFFF ) { *a3 = BYTE3(a2); a3[1] = BYTE2(a2); a3[2] = BYTE1(a2); a3[3] = a2; return 4; } els...
my_uni_utf32: 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] ADD RAX,0x4 CMP RAX,qword ptr [RBP + -0x28] JBE 0x0015d2bb MOV dword ptr [RBP + -0x4],0xffffff98 JMP 0x0015d32c LAB_0015d2bb:...
int4 my_uni_utf32(int8 param_1,ulong param_2,int1 *param_3,int1 *param_4) { int4 local_c; if (param_4 < param_3 + 4) { local_c = 0xffffff98; } else if (param_2 < 0x110000) { *param_3 = (char)(param_2 >> 0x18); param_3[1] = (char)(param_2 >> 0x10); param_3[2] = (char)(param_2 >> 8); para...
3,665
my_uni_utf32
eloqsql/strings/ctype-ucs2.c
static int my_uni_utf32(CHARSET_INFO *cs __attribute__((unused)), my_wc_t wc, uchar *s, uchar *e) { if (s + 4 > e) return MY_CS_TOOSMALL4; if (wc > 0x10FFFF) return MY_CS_ILUNI; s[0]= (uchar) (wc >> 24); s[1]= (uchar) (wc >> 16) & 0xFF; s[2]= (uchar) (wc >> 8) & 0xFF; s[3]= (uchar...
O3
c
my_uni_utf32: pushq %rbp movq %rsp, %rbp pushq %rbx movq %rsi, %rbx leaq 0x4(%rdx), %rsi movl $0xffffff98, %eax # imm = 0xFFFFFF98 cmpq %rcx, %rsi ja 0x48650 xorl %eax, %eax cmpq $0x10ffff, %rbx # imm = 0x10FFFF ja 0x48650 movb $0x0, (%rdx) movl %ebx, %eax shrl $0x10, %eax movb %al, 0x1(%rdx) movb %bh, 0x...
my_uni_utf32: push rbp mov rbp, rsp push rbx mov rbx, rsi lea rsi, [rdx+4] mov eax, 0FFFFFF98h cmp rsi, rcx ja short loc_48650 xor eax, eax cmp rbx, offset unk_10FFFF ja short loc_48650 mov byte ptr [rdx], 0 mov eax, ebx shr eax, 10h mov [rdx+1], al mov [r...
long long my_uni_utf32(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4) { long long result; // rax result = 4294967192LL; if ( (unsigned long long)(a3 + 4) <= a4 ) { result = 0LL; if ( a2 <= (unsigned long long)&unk_10FFFF ) { *a3 = 0; a3[1] = BYTE2(a2); a3[...
my_uni_utf32: PUSH RBP MOV RBP,RSP PUSH RBX MOV RBX,RSI LEA RSI,[RDX + 0x4] MOV EAX,0xffffff98 CMP RSI,RCX JA 0x00148650 XOR EAX,EAX CMP RBX,0x10ffff JA 0x00148650 MOV byte ptr [RDX],0x0 MOV EAX,EBX SHR EAX,0x10 MOV byte ptr [RDX + 0x1],AL MOV byte ptr [RDX + 0x2],BH MOV byte ptr [RDX + 0x3],BL MOV EAX,0x4 LAB_00148650...
int8 my_uni_utf32(int8 param_1,ulong param_2,int1 *param_3,int1 *param_4) { int8 uVar1; uVar1 = 0xffffff98; if ((param_3 + 4 <= param_4) && (uVar1 = 0, param_2 < 0x110000)) { *param_3 = 0; param_3[1] = (char)(param_2 >> 0x10); param_3[2] = (char)(param_2 >> 8); param_3[3] = (char)param_2; ...
3,666
my_thread_global_reinit
eloqsql/mysys/my_thr_init.c
void my_thread_global_reinit(void) { struct st_my_thread_var *tmp; DBUG_ASSERT(my_thread_global_init_done); #ifdef HAVE_PSI_INTERFACE my_init_mysys_psi_keys(); #endif my_thread_destroy_common_mutex(); my_thread_init_common_mutex(); my_thread_destroy_internal_mutex(); my_thread_init_internal_mutex(); ...
O0
c
my_thread_global_reinit: pushq %rbp movq %rsp, %rbp subq $0x10, %rsp jmp 0x2ad5a callq 0x2a5d0 callq 0x2ac00 callq 0x2ada0 callq 0x2acb0 callq 0x2ae70 callq 0x2aed0 movq %rax, -0x8(%rbp) jmp 0x2ad7e movq -0x8(%rbp), %rdi callq 0x2aef0 movq -0x8(%rbp), %rdi callq 0x2af20 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%r...
my_thread_global_reinit: push rbp mov rbp, rsp sub rsp, 10h jmp short $+2 loc_2AD5A: call my_init_mysys_psi_keys call my_thread_destroy_common_mutex call my_thread_init_common_mutex call my_thread_destroy_internal_mutex call my_thread_init_internal_mutex call _my_thread_var mov [rbp...
long long my_thread_global_reinit() { long long v1; // [rsp+8h] [rbp-8h] my_init_mysys_psi_keys(); my_thread_destroy_common_mutex(); my_thread_init_common_mutex(); my_thread_destroy_internal_mutex(); my_thread_init_internal_mutex(); v1 = my_thread_var(); my_thread_destory_thr_mutex(v1); return my_thr...
my_thread_global_reinit: PUSH RBP MOV RBP,RSP SUB RSP,0x10 JMP 0x0012ad5a LAB_0012ad5a: CALL 0x0012a5d0 CALL 0x0012ac00 CALL 0x0012ada0 CALL 0x0012acb0 CALL 0x0012ae70 CALL 0x0012aed0 MOV qword ptr [RBP + -0x8],RAX JMP 0x0012ad7e LAB_0012ad7e: MOV RDI,qword ptr [RBP + -0x8] CALL 0x0012aef0 MOV RDI,qword ptr [RBP + -0x8...
void my_thread_global_reinit(void) { int8 uVar1; my_init_mysys_psi_keys(); my_thread_destroy_common_mutex(); my_thread_init_common_mutex(); my_thread_destroy_internal_mutex(); my_thread_init_internal_mutex(); uVar1 = _my_thread_var(); my_thread_destory_thr_mutex(uVar1); my_thread_init_thr_mutex(u...
3,667
intx::reciprocal_3by2(intx::uint<128u>)
corpus-core[P]colibri-stateless/build_O2/_deps/intx-src/include/intx/intx.hpp
inline uint64_t reciprocal_3by2(uint128 d) noexcept { auto v = reciprocal_2by1(d[1]); auto p = d[1] * v; p += d[0]; if (p < d[0]) { --v; if (p >= d[1]) { --v; p -= d[1]; } p -= d[1]; } const auto t = umul(v, d[0]); p += t[...
O2
cpp
intx::reciprocal_3by2(intx::uint<128u>): pushq %r14 pushq %rbx pushq %rax movq %rsi, %rbx movq %rdi, %r14 movq %rsi, %rdi callq 0x39643 movq %rax, %rcx movq %rax, %rsi imulq %rbx, %rsi addq %r14, %rsi jae 0x3979f xorl %eax, %eax xorl %edx, %edx cmpq %rbx, %rsi setb %dl cmovaeq %rbx, %rax orq $-0x2, %rdx addq %rdx, %rcx...
_ZN4intx15reciprocal_3by2ENS_4uintILj128EEE: push r14 push rbx push rax mov rbx, rsi mov r14, rdi mov rdi, rsi; this call _ZN4intx15reciprocal_2by1Em; intx::reciprocal_2by1(ulong) mov rcx, rax mov rsi, rax imul rsi, rbx add rsi, r14 jnb short loc_3979F xor eax, eax xor ...
unsigned long long intx::reciprocal_3by2(unsigned long long a1, unsigned long long a2) { unsigned long long v3; // rcx unsigned long long v4; // rsi unsigned long long v5; // rax bool v6; // cf unsigned __int128 v7; // rax unsigned long long v8; // rsi v3 = intx::reciprocal_2by1(a2); v4 = a1 + a2 * v3...
reciprocal_3by2: PUSH R14 PUSH RBX PUSH RAX MOV RBX,RSI MOV R14,RDI MOV RDI,RSI CALL 0x00139643 MOV RCX,RAX MOV RSI,RAX IMUL RSI,RBX ADD RSI,R14 JNC 0x0013979f XOR EAX,EAX XOR EDX,EDX CMP RSI,RBX SETC DL CMOVNC RAX,RBX OR RDX,-0x2 ADD RCX,RDX ADD RAX,RBX SUB RSI,RAX LAB_0013979f: MOV RAX,RCX MUL R14 ADD RDX,RSI JNC 0x0...
/* intx::reciprocal_3by2(intx::uint<128u>) */ ulong __thiscall intx::reciprocal_3by2(intx *this,intx *param_2) { int1 auVar1 [16]; int1 auVar2 [16]; ulong uVar3; intx *piVar4; ulong uVar5; ulong uVar6; intx *piVar7; ulong uVar8; uVar3 = reciprocal_2by1((ulong)param_2); piVar7 = this + uVar3 * ...
3,668
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
monkey531[P]llama/common/json.hpp
bool key(string_t& val) { BasicJsonType k = BasicJsonType(val); // check callback for key const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); key_keep_stack.push_back(keep); // add discarded value at given key and store the reference for l...
O1
cpp
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
_ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyERSB_: push rbp push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi lea rdi, [rs...
char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::key( long long...
key: PUSH RBP PUSH R14 PUSH RBX SUB RSP,0x30 MOV R14,RSI MOV RBX,RDI LEA RDI,[RSP + 0x10] CALL 0x00163d30 MOV RAX,qword ptr [RBX + 0x10] SUB RAX,qword ptr [RBX + 0x8] SHR RAX,0x3 MOV dword ptr [RSP + 0xc],EAX MOV byte ptr [RSP + 0xb],0x4 CMP qword ptr [RBX + 0x90],0x0 JZ 0x00161198 LEA RDI,[RBX + 0x80] LAB_001610f8: LE...
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all...
3,669
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
monkey531[P]llama/common/json.hpp
bool key(string_t& val) { BasicJsonType k = BasicJsonType(val); // check callback for key const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k); key_keep_stack.push_back(keep); // add discarded value at given key and store the reference for l...
O3
cpp
nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl...
_ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyERSB_: push rbp push r14 push rbx sub rsp, 30h mov r14, rsi mov rbx, rdi lea rdi, [rs...
char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::key( long long...
3,670
js_fmax
bluesky950520[P]quickjs/quickjs.c
static double js_fmax(double a, double b) { if (a == 0 && b == 0) { JSFloat64Union a1, b1; a1.d = a; b1.d = b; a1.u64 &= b1.u64; return a1.d; } else { return fmax(a, b); } }
O0
c
js_fmax: movsd %xmm0, -0x10(%rsp) movsd %xmm1, -0x18(%rsp) movsd -0x10(%rsp), %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne 0xd9073 jp 0xd9073 movsd -0x18(%rsp), %xmm0 xorps %xmm1, %xmm1 ucomisd %xmm1, %xmm0 jne 0xd9073 jp 0xd9073 movsd -0x10(%rsp), %xmm0 movsd %xmm0, -0x20(%rsp) movsd -0x18(%rsp), %xmm0 movsd %xmm...
js_fmax: movsd [rsp+var_10], xmm0 movsd [rsp+var_18], xmm1 movsd xmm0, [rsp+var_10] xorps xmm1, xmm1 ucomisd xmm0, xmm1 jnz short loc_D9073 jp short loc_D9073 movsd xmm0, [rsp+var_18] xorps xmm1, xmm1 ucomisd xmm0, xmm1 jnz short loc_D9073 jp short loc_D9073 movsd xmm0, [rsp+var_10] movs...
double js_fmax(double a1, double a2) { __m128i v2; // xmm2 __m128i v3; // xmm0 double v6; // [rsp+20h] [rbp-8h] if ( a1 == 0.0 && a2 == 0.0 ) { *(_QWORD *)&v6 = *(_QWORD *)&a1 & *(_QWORD *)&a2; } else { v2 = (__m128i)*(unsigned long long *)&a2; v3 = (__m128i)_mm_cmpunord_sd((__m128d)*(unsi...
js_fmax: MOVSD qword ptr [RSP + -0x10],XMM0 MOVSD qword ptr [RSP + -0x18],XMM1 MOVSD XMM0,qword ptr [RSP + -0x10] XORPS XMM1,XMM1 UCOMISD XMM0,XMM1 JNZ 0x001d9073 JP 0x001d9073 MOVSD XMM0,qword ptr [RSP + -0x18] XORPS XMM1,XMM1 UCOMISD XMM0,XMM1 JNZ 0x001d9073 JP 0x001d9073 MOVSD XMM0,qword ptr [RSP + -0x10] MOVSD qwor...
ulong js_fmax(double param_1,double param_2) { int4 uVar1; int4 uVar2; int8 local_8; if ((((param_1 != 0.0) || (NAN(param_1))) || (param_2 != 0.0)) || (NAN(param_2))) { uVar1 = SUB84(param_2,0); uVar2 = (int)((ulong)param_2 >> 0x20); if (param_2 <= param_1) { uVar1 = SUB84(param_1,0); ...
3,671
mi_test_if_changed
eloqsql/storage/myisam/mi_locking.c
int _mi_test_if_changed(register MI_INFO *info) { MYISAM_SHARE *share=info->s; if (share->state.process != share->last_process || share->state.unique != info->last_unique || share->state.update_count != info->last_loop) { /* Keyfile has changed */ DBUG_PRINT("info",("index file changed")); ...
O3
c
mi_test_if_changed: pushq %rbp movq %rsp, %rbp pushq %r14 pushq %rbx movq %rdi, %rbx movq (%rdi), %r14 movq 0x68(%r14), %rax cmpq 0x308(%r14), %rax jne 0x2ffa3 movq 0x70(%r14), %rcx cmpq 0x158(%rbx), %rcx jne 0x2ffa3 movq 0x78(%r14), %rcx cmpq 0x168(%rbx), %rcx jne 0x2ffa3 movl $0x8e, %ecx andl 0x1d0(%rbx), %ecx xorl %...
_mi_test_if_changed: push rbp mov rbp, rsp push r14 push rbx mov rbx, rdi mov r14, [rdi] mov rax, [r14+68h] cmp rax, [r14+308h] jnz short loc_2FFA3 mov rcx, [r14+70h] cmp rcx, [rbx+158h] jnz short loc_2FFA3 mov rcx, [r14+78h] cmp rcx, [rbx+168h] jnz short loc_2FF...
_BOOL8 mi_test_if_changed(long long *a1) { long long v1; // r14 long long v2; // rax v1 = *a1; v2 = *(_QWORD *)(*a1 + 104); if ( v2 == *(_QWORD *)(*a1 + 776) && *(_QWORD *)(v1 + 112) == a1[43] && *(_QWORD *)(v1 + 120) == a1[45] ) return (a1[58] & 0x8E) != 2; if ( v2 != *(_QWORD *)(v1 + 768) ) { ...
_mi_test_if_changed: PUSH RBP MOV RBP,RSP PUSH R14 PUSH RBX MOV RBX,RDI MOV R14,qword ptr [RDI] MOV RAX,qword ptr [R14 + 0x68] CMP RAX,qword ptr [R14 + 0x308] JNZ 0x0012ffa3 MOV RCX,qword ptr [R14 + 0x70] CMP RCX,qword ptr [RBX + 0x158] JNZ 0x0012ffa3 MOV RCX,qword ptr [R14 + 0x78] CMP RCX,qword ptr [RBX + 0x168] JNZ 0...
bool _mi_test_if_changed(long *param_1) { long lVar1; long lVar2; bool bVar3; lVar1 = *param_1; lVar2 = *(long *)(lVar1 + 0x68); if (((lVar2 == *(long *)(lVar1 + 0x308)) && (*(long *)(lVar1 + 0x70) == param_1[0x2b])) && (*(long *)(lVar1 + 0x78) == param_1[0x2d])) { bVar3 = (*(uint *)(param_1 +...
3,672
js_parse_var
bluesky950520[P]quickjs/quickjs.c
static __exception int js_parse_var(JSParseState *s, int parse_flags, int tok, BOOL export_flag) { JSContext *ctx = s->ctx; JSFunctionDef *fd = s->cur_func; JSAtom name = JS_ATOM_NULL; for (;;) { if (s->token.val == TOK_IDENT) { if (s->token.u.ide...
O2
c
js_parse_var: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x28, %rsp movl %ecx, %ebp movl %edx, %r12d movl %esi, 0x8(%rsp) movq %rdi, %r15 movq (%rdi), %r14 movq 0x90(%rdi), %rax movq %rax, 0x10(%rsp) leal 0x37(%r12), %eax testl $0xfffffff7, %eax # imm = 0xFFFFFFF7 sete %al shlb $0x2, ...
js_parse_var: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 28h mov ebp, ecx mov r12d, edx mov [rsp+58h+var_50], esi mov r15, rdi mov r14, [rdi] mov rax, [rdi+90h] mov [rsp+58h+var_48], rax lea eax, [r12+37h] test eax, 0FFFFFFF7h setz al shl ...
long long js_parse_var( __m128i *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) { int...
js_parse_var: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x28 MOV EBP,ECX MOV R12D,EDX MOV dword ptr [RSP + 0x8],ESI MOV R15,RDI MOV R14,qword ptr [RDI] MOV RAX,qword ptr [RDI + 0x90] MOV qword ptr [RSP + 0x10],RAX LEA EAX,[R12 + 0x37] TEST EAX,0xfffffff7 SETZ AL SHL AL,0x2 OR AL,0xb8 MOVZX EAX,AL MO...
int8 js_parse_var(long *param_1,int4 param_2,int param_3,int param_4) { long lVar1; int *piVar2; int iVar3; int iVar4; long lVar5; uint uVar6; char *pcVar7; int8 uVar8; uint local_54; int4 local_50; int4 local_4c; long local_48; uint local_3c; int4 local_38; int4 local_34; lVar1 = *...
3,673
my_mb_wc_filename
eloqsql/strings/ctype-utf8.c
static int my_mb_wc_filename(CHARSET_INFO *cs __attribute__((unused)), my_wc_t *pwc, const uchar *s, const uchar *e) { int byte1, byte2; if (s >= e) return MY_CS_TOOSMALL; if (*s < 128 && filename_safe_char[*s]) { *pwc= *s; return 1; } if (*s != MY_FILENAME_ESCAPE) re...
O0
c
my_mb_wc_filename: 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 -0x20(%rbp), %rax cmpq -0x28(%rbp), %rax jb 0xc6fbe movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0xc71ae movq -0x20(%rbp), %rax movzbl (%rax), %eax cmpl ...
my_mb_wc_filename: push rbp mov rbp, rsp sub rsp, 40h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov [rbp+var_28], rcx mov rax, [rbp+var_20] cmp rax, [rbp+var_28] jb short loc_C6FBE mov [rbp+var_4], 0FFFFFF9Bh jmp loc_C71AE loc_C6FBE: mov rax, [...
long long my_mb_wc_filename(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4) { unsigned int v5; // [rsp+0h] [rbp-40h] int v6; // [rsp+4h] [rbp-3Ch] int v7; // [rsp+8h] [rbp-38h] int v8; // [rsp+Ch] [rbp-34h] unsigned int v9; // [rsp+10h] [rbp-30h] int v10; // [rsp+10h] [rbp-30h] int ...
my_mb_wc_filename: PUSH RBP MOV RBP,RSP SUB RSP,0x40 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV qword ptr [RBP + -0x28],RCX MOV RAX,qword ptr [RBP + -0x20] CMP RAX,qword ptr [RBP + -0x28] JC 0x001c6fbe MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x001c71ae LAB_001c...
int4 my_mb_wc_filename(int8 param_1,ulong *param_2,byte *param_3,byte *param_4) { byte bVar1; uint uVar2; uint uVar3; int iVar4; int iVar5; int iVar6; int iVar7; int4 local_c; if (param_3 < param_4) { if ((*param_3 < 0x80) && (filename_safe_char[*param_3] != '\0')) { *param_2 = (ulong)*...
3,674
Catch::StringMaker<long long, void>::convert[abi:cxx11](long long)
AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp
std::string StringMaker<long long>::convert(long long value) { ReusableStringStream rss; rss << value; if (value > Detail::hexThreshold) { rss << " (0x" << std::hex << value << ')'; } return rss.str(); }
O3
cpp
Catch::StringMaker<long long, void>::convert[abi:cxx11](long long): pushq %r15 pushq %r14 pushq %rbx subq $0x20, %rsp movq %rsi, %r14 movq %rdi, %rbx leaq 0x10(%rsp), %r15 movq %r15, %rdi callq 0x5e2c8 movq 0x8(%r15), %rdi movq %r14, %rsi callq 0x17ec0 cmpq $0x100, %r14 # imm = 0x100 jl 0x583ca movq 0x18(%rs...
_ZN5Catch11StringMakerIxvE7convertB5cxx11Ex: push r15 push r14 push rbx sub rsp, 20h mov r14, rsi mov rbx, rdi lea r15, [rsp+38h+var_28] mov rdi, r15; this call _ZN5Catch20ReusableStringStreamC2Ev; Catch::ReusableStringStream::ReusableStringStream(void) mov rdi, [r15+8] mov rsi, ...
long long Catch::StringMaker<long long,void>::convert[abi:cxx11](long long a1, long long a2, double a3) { _QWORD *v4; // rdi char v6; // [rsp+Fh] [rbp-29h] BYREF _BYTE v7[8]; // [rsp+10h] [rbp-28h] BYREF _QWORD *v8; // [rsp+18h] [rbp-20h] Catch::ReusableStringStream::ReusableStringStream((Catch::ReusableStr...
convert[abi:cxx11]: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x20 MOV R14,RSI MOV RBX,RDI LEA R15,[RSP + 0x10] MOV RDI,R15 CALL 0x0015e2c8 MOV RDI,qword ptr [R15 + 0x8] LAB_0015836a: MOV RSI,R14 CALL 0x00117ec0 CMP R14,0x100 JL 0x001583ca MOV RDI,qword ptr [RSP + 0x18] LEA RSI,[0x1dd239] MOV EDX,0x4 CALL 0x00117be0 MOV RDI,q...
/* Catch::StringMaker<long long, void>::convert[abi:cxx11](long long) */ StringMaker<long_long,void> * __thiscall Catch::StringMaker<long_long,void>::convert_abi_cxx11_ (StringMaker<long_long,void> *this,longlong param_1) { char local_29; ReusableStringStream local_28 [8]; ostream *local_20; Reu...
3,675
aggregate_all_memory(bool, PFS_memory_stat*, PFS_memory_stat*)
eloqsql/storage/perfschema/pfs_instr.cc
void aggregate_all_memory(bool alive, PFS_memory_stat *from_array, PFS_memory_stat *to_array) { PFS_memory_stat *from; PFS_memory_stat *from_last; PFS_memory_stat *to; from= from_array; from_last= from_array + memory_class_max; to= to_array; if (alive)...
O3
cpp
aggregate_all_memory(bool, PFS_memory_stat*, PFS_memory_stat*): pushq %rbp movq %rsp, %rbp leaq 0x398053(%rip), %rax # 0x3cf340 movq (%rax), %rcx leaq (%rcx,%rcx,8), %rax leaq (%rsi,%rax,8), %rax testl %edi, %edi je 0x373ce testq %rcx, %rcx jle 0x37465 addq $0x40, %rdx xorps %xmm0, %xmm0 cmpb $0x1, (%rsi) jne 0x373b...
_Z20aggregate_all_memorybP15PFS_memory_statS0_: push rbp mov rbp, rsp lea rax, memory_class_max mov rcx, [rax] lea rax, [rcx+rcx*8] lea rax, [rsi+rax*8] test edi, edi jz loc_373CE test rcx, rcx jle loc_37465 add rdx, 40h ; '@' xorps xmm0, xmm0 loc_37310: cmp byte ptr [rsi...
unsigned long long aggregate_all_memory(int a1, PFS_memory_stat *a2, PFS_memory_stat *a3) { unsigned long long result; // rax _QWORD *v4; // rdx unsigned long long v5; // rcx __m128i v6; // xmm2 unsigned long long v7; // rcx __m128i v8; // xmm2 long long v9; // rcx char *v10; // rdi result = (unsign...
aggregate_all_memory: PUSH RBP MOV RBP,RSP LEA RAX,[0x4cf340] MOV RCX,qword ptr [RAX] LEA RAX,[RCX + RCX*0x8] LEA RAX,[RSI + RAX*0x8] TEST EDI,EDI JZ 0x001373ce TEST RCX,RCX JLE 0x00137465 ADD RDX,0x40 XORPS XMM0,XMM0 LAB_00137310: CMP byte ptr [RSI],0x1 JNZ 0x001373b8 MOV byte ptr [RDX + -0x40],0x1 MOV RCX,qword ptr [...
/* aggregate_all_memory(bool, PFS_memory_stat*, PFS_memory_stat*) */ void aggregate_all_memory(bool param_1,PFS_memory_stat *param_2,PFS_memory_stat *param_3) { PFS_memory_stat *pPVar1; ulong uVar2; long lVar3; PFS_memory_stat *pPVar4; int7 in_register_00000039; int1 auVar5 [16]; int1 auVar6 [16]; ...
3,676
mthd_my_read_query_result
eloqsql/libmariadb/libmariadb/mariadb_lib.c
int mthd_my_read_query_result(MYSQL *mysql) { uchar *pos; ulong field_count; MYSQL_DATA *fields; ulong length; const uchar *end; uchar has_metadata; my_bool can_local_infile= (mysql->options.extension) && (mysql->extension->auto_local_infile != WAIT_FOR_QUERY); if (mysql->options.extension && mysql->e...
O0
c
mthd_my_read_query_result: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x10(%rbp) movq -0x10(%rbp), %rcx xorl %eax, %eax cmpq $0x0, 0x480(%rcx) movb %al, -0x41(%rbp) je 0x46297 movq -0x10(%rbp), %rax movq 0x4f0(%rax), %rax movsbl 0x78(%rax), %eax cmpl $0x1, %eax setne %al movb %al, -0x41(%rbp) movb -0x41(%r...
mthd_my_read_query_result: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_10], rdi mov rcx, [rbp+var_10] xor eax, eax cmp qword ptr [rcx+480h], 0 mov [rbp+var_41], al jz short loc_46297 mov rax, [rbp+var_10] mov rax, [rax+4F0h] movsx eax, byte ptr [rax+78h] cmp eax, 1 ...
long long mthd_my_read_query_result(long long a1, unsigned __int8 *a2, long long a3, long long a4, int a5, int a6) { long long v6; // rdx long long v7; // rcx int v8; // r8d int v9; // r9d long long v10; // rdx long long v11; // rcx int v12; // r8d int v13; // r9d unsigned int v14; // eax long long...
mthd_my_read_query_result: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x10],RDI MOV RCX,qword ptr [RBP + -0x10] XOR EAX,EAX CMP qword ptr [RCX + 0x480],0x0 MOV byte ptr [RBP + -0x41],AL JZ 0x00146297 MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x4f0] MOVSX EAX,byte ptr [RAX + 0x78] CMP EAX,0x1...
int4 mthd_my_read_query_result(long param_1) { code *pcVar1; char cVar2; int4 uVar3; char *pcVar4; ulong uVar5; long lVar6; bool local_49; char local_41; long local_38; char *local_20; long local_18; int4 local_c; local_49 = false; if (*(long *)(param_1 + 0x480) != 0) { local_49 = *...
3,677
vio_read_buff
eloqsql/vio/viosocket.c
size_t vio_read_buff(Vio *vio, uchar* buf, size_t size) { size_t rc; #define VIO_UNBUFFERED_READ_MIN_SIZE 2048 DBUG_ENTER("vio_read_buff"); DBUG_PRINT("enter", ("sd: %d buf: %p size:%zu", (int)mysql_socket_getfd(vio->mysql_socket), buf, size)); if (vio->read_pos ...
O0
c
vio_read_buff: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) jmp 0xdf6816 movq -0x8(%rbp), %rax movq 0x130(%rax), %rax movq -0x8(%rbp), %rcx cmpq 0x138(%rcx), %rax jae 0xdf68b3 movq -0x8(%rbp), %rax movq 0x138(%rax), %rax movq -0x8(%rbp), %rcx movq 0x130...
vio_read_buff: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx jmp short $+2 loc_DF6816: mov rax, [rbp+var_8] mov rax, [rax+130h] mov rcx, [rbp+var_8] cmp rax, [rcx+138h] jnb loc_DF68B3 mov rax, [rbp+var_8] mov ra...
long long vio_read_buff(_QWORD *a1, long long a2, unsigned long long a3) { unsigned long long v4; // [rsp+8h] [rbp-28h] unsigned long long v5; // [rsp+10h] [rbp-20h] if ( a1[38] >= a1[39] ) { if ( a3 >= 0x800 ) { return vio_read((long long)a1, a2, a3); } else { v5 = vio_read((l...
is_executed: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX + 0x30] MOV AX,word ptr [RAX + 0x7f0] SHR AX,0x3 AND AX,0x1 AND AL,0x1 POP RBP RET
/* subselect_union_engine::is_executed() const */ ulong __thiscall subselect_union_engine::is_executed(subselect_union_engine *this) { return CONCAT62((int6)((ulong)*(long *)(this + 0x30) >> 0x10), *(ushort *)(*(long *)(this + 0x30) + 0x7f0) >> 3) & 0xffffffffffff0001; }
3,678
directory_file_name
eloqsql/mysys/my_lib.c
static char *directory_file_name (char * dst, const char *src) { /* Process as Unix format: just remove test the final slash. */ char *end; DBUG_ASSERT(strlen(src) < (FN_REFLEN + 1)); if (src[0] == 0) src= (char*) "."; /* Use empty as current */ end= strnmov(dst, src, FN_REFLEN ...
O0
c
directory_file_name: pushq %rbp movq %rsp, %rbp subq $0x20, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) jmp 0xf3382 movq -0x10(%rbp), %rax movsbl (%rax), %eax cmpl $0x0, %eax jne 0xf3399 leaq 0x60e93(%rip), %rax # 0x154228 movq %rax, -0x10(%rbp) movq -0x8(%rbp), %rdi movq -0x10(%rbp), %rsi movl $0x201, %edx ...
directory_file_name: push rbp mov rbp, rsp sub rsp, 20h mov [rbp+var_8], rdi mov [rbp+var_10], rsi jmp short $+2 loc_F3382: mov rax, [rbp+var_10] movsx eax, byte ptr [rax] cmp eax, 0 jnz short loc_F3399 lea rax, asc_154227+1; "." mov [rbp+var_10], rax loc_F3399: mov rdi,...
_BYTE * directory_file_name(long long a1, char *a2) { _BYTE *v2; // rax _BYTE *v4; // [rsp+8h] [rbp-18h] char *v5; // [rsp+10h] [rbp-10h] v5 = a2; if ( !*a2 ) v5 = "."; v4 = (_BYTE *)strnmov(a1, v5, 513LL); if ( *(v4 - 1) != 47 ) { v2 = v4++; *v2 = 47; *v4 = 0; } return v4; }
directory_file_name: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI JMP 0x001f3382 LAB_001f3382: MOV RAX,qword ptr [RBP + -0x10] MOVSX EAX,byte ptr [RAX] CMP EAX,0x0 JNZ 0x001f3399 LEA RAX,[0x254228] MOV qword ptr [RBP + -0x10],RAX LAB_001f3399: MOV RDI,qword ptr [RBP +...
int1 * directory_file_name(int8 param_1,char *param_2) { int1 *puVar1; int1 *local_20; char *local_18; local_18 = param_2; if (*param_2 == '\0') { local_18 = "."; } puVar1 = (int1 *)strnmov(param_1,local_18,0x201); local_20 = puVar1; if (puVar1[-1] != '/') { local_20 = puVar1 + 1; *pu...
3,679
check_part_func_fields(Field**, bool)
eloqsql/sql/sql_partition.cc
bool check_part_func_fields(Field **ptr, bool ok_with_charsets) { Field *field; DBUG_ENTER("check_part_func_fields"); while ((field= *(ptr++))) { /* For CHAR/VARCHAR fields we need to take special precautions. Binary collation with CHAR is automatically supported. Other types need some ki...
O0
cpp
check_part_func_fields(Field**, bool): pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movb %sil, %al movq %rdi, -0x10(%rbp) andb $0x1, %al movb %al, -0x11(%rbp) movq -0x10(%rbp), %rax movq %rax, %rcx addq $0x8, %rcx movq %rcx, -0x10(%rbp) movq (%rax), %rax movq %rax, -0x20(%rbp) cmpq $0x0, %rax je 0xdcaa4c movq -0x20(%rbp...
_Z22check_part_func_fieldsPP5Fieldb: push rbp mov rbp, rsp sub rsp, 30h mov al, sil mov [rbp+var_10], rdi and al, 1 mov [rbp+var_11], al loc_DCA9E4: mov rax, [rbp+var_10] mov rcx, rax add rcx, 8 mov [rbp+var_10], rcx mov rax, [rax] mov [rbp+var_20], rax cmp rax, 0 ...
char check_part_func_fields(Field **a1, char a2) { Field **v2; // rax long long v4; // [rsp+8h] [rbp-28h] Field *v5; // [rsp+10h] [rbp-20h] while ( 1 ) { v2 = a1++; v5 = *v2; if ( !*v2 ) break; if ( field_is_partition_charset(v5) ) { v4 = (*(long long ( **)(Field *))(*(_QWORD...
Item_func_spatial_mbr_rel: PUSH RBP MOV RBP,RSP SUB RSP,0x20 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RDI,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x18],RDI MOV RSI,qword ptr [RBP + -0x10] CALL 0x00dcaa20 MOV RAX,qword ptr [RBP + -0x18] LEA RCX,[0x1b46600] ADD RCX,0x10 MOV qword ptr [RAX],...
/* Item_func_spatial_mbr_rel::Item_func_spatial_mbr_rel(Item_func_spatial_mbr_rel const&) */ void __thiscall Item_func_spatial_mbr_rel::Item_func_spatial_mbr_rel (Item_func_spatial_mbr_rel *this,Item_func_spatial_mbr_rel *param_1) { Item_func_spatial_rel::Item_func_spatial_rel ((Item_func_spa...
3,680
common_embd_similarity_cos(float const*, float const*, int)
monkey531[P]llama/common/common.cpp
float common_embd_similarity_cos(const float * embd1, const float * embd2, int n){ double sum = 0.0; double sum1 = 0.0; double sum2 = 0.0; for (int i = 0; i < n; i++) { sum += embd1[i] * embd2[i]; sum1 += embd1[i] * embd1[i]; sum2 += embd2[i] * embd2[i]; } // Handle t...
O0
cpp
common_embd_similarity_cos(float const*, float const*, int): subq $0x58, %rsp movq %rdi, 0x48(%rsp) movq %rsi, 0x40(%rsp) movl %edx, 0x3c(%rsp) xorps %xmm0, %xmm0 movsd %xmm0, 0x30(%rsp) xorps %xmm0, %xmm0 movsd %xmm0, 0x28(%rsp) xorps %xmm0, %xmm0 movsd %xmm0, 0x20(%rsp) movl $0x0, 0x1c(%rsp) movl 0x1c(%rsp), %eax cmp...
_Z26common_embd_similarity_cosPKfS0_i: sub rsp, 58h mov [rsp+58h+var_10], rdi mov [rsp+58h+var_18], rsi mov [rsp+58h+var_1C], edx xorps xmm0, xmm0 movsd [rsp+58h+var_28], xmm0 xorps xmm0, xmm0 movsd [rsp+58h+var_30], xmm0 xorps xmm0, xmm0 movsd [rsp+58h+var_38], xmm0 mov [rsp+58h+var_3C]...
float common_embd_similarity_cos(const float *a1, const float *a2, int a3) { double v5; // [rsp+8h] [rbp-50h] int i; // [rsp+1Ch] [rbp-3Ch] double v7; // [rsp+20h] [rbp-38h] double v8; // [rsp+28h] [rbp-30h] double v9; // [rsp+30h] [rbp-28h] v9 = 0.0; v8 = 0.0; v7 = 0.0; for ( i = 0; i < a3; ++i ) ...
common_embd_similarity_cos: SUB RSP,0x58 MOV qword ptr [RSP + 0x48],RDI MOV qword ptr [RSP + 0x40],RSI MOV dword ptr [RSP + 0x3c],EDX XORPS XMM0,XMM0 MOVSD qword ptr [RSP + 0x30],XMM0 XORPS XMM0,XMM0 MOVSD qword ptr [RSP + 0x28],XMM0 XORPS XMM0,XMM0 MOVSD qword ptr [RSP + 0x20],XMM0 MOV dword ptr [RSP + 0x1c],0x0 LAB_0...
/* common_embd_similarity_cos(float const*, float const*, int) */ float common_embd_similarity_cos(float *param_1,float *param_2,int param_3) { double dVar1; double dVar2; int local_3c; double local_38; double local_30; double local_28; float local_4; local_28 = 0.0; local_30 = 0.0; local_38 =...
3,681
common_embd_similarity_cos(float const*, float const*, int)
monkey531[P]llama/common/common.cpp
float common_embd_similarity_cos(const float * embd1, const float * embd2, int n){ double sum = 0.0; double sum1 = 0.0; double sum2 = 0.0; for (int i = 0; i < n; i++) { sum += embd1[i] * embd2[i]; sum1 += embd1[i] * embd1[i]; sum2 += embd2[i] * embd2[i]; } // Handle t...
O1
cpp
common_embd_similarity_cos(float const*, float const*, int): xorpd %xmm1, %xmm1 testl %edx, %edx jle 0x288b3 movl %edx, %eax xorpd %xmm0, %xmm0 xorpd %xmm5, %xmm5 xorl %ecx, %ecx movss (%rdi,%rcx,4), %xmm2 movss (%rsi,%rcx,4), %xmm3 movaps %xmm2, %xmm4 mulss %xmm3, %xmm4 cvtss2sd %xmm4, %xmm4 unpcklps %xmm3, %xmm2 ...
_Z26common_embd_similarity_cosPKfS0_i: xorpd xmm1, xmm1 test edx, edx jle short loc_288B3 mov eax, edx xorpd xmm0, xmm0 xorpd xmm5, xmm5 xor ecx, ecx loc_28883: movss xmm2, dword ptr [rdi+rcx*4] movss xmm3, dword ptr [rsi+rcx*4] movaps xmm4, xmm2 mulss xmm4, xmm3 cvtss2sd xmm4, xmm4 unpcklps...
float common_embd_similarity_cos(const float *a1, const float *a2, int a3) { __m128d v3; // xmm0 double v4; // xmm5_8 long long i; // rcx __m128 v6; // xmm3 __m128 v7; // xmm2 __m128d v8; // xmm2 double v9; // xmm3_8 double v11; // xmm0_8 double v12; // [rsp+0h] [rbp-20h] if ( a3 <= 0 ) { v3...
common_embd_similarity_cos: XORPD XMM1,XMM1 TEST EDX,EDX JLE 0x001288b3 MOV EAX,EDX XORPD XMM0,XMM0 XORPD XMM5,XMM5 XOR ECX,ECX LAB_00128883: MOVSS XMM2,dword ptr [RDI + RCX*0x4] MOVSS XMM3,dword ptr [RSI + RCX*0x4] MOVAPS XMM4,XMM2 MULSS XMM4,XMM3 CVTSS2SD XMM4,XMM4 UNPCKLPS XMM2,XMM3 MULPS XMM2,XMM2 CVTPS2PD XMM2,XMM...
/* common_embd_similarity_cos(float const*, float const*, int) */ float common_embd_similarity_cos(float *param_1,float *param_2,int param_3) { float fVar1; ulong uVar2; float fVar3; double dVar4; double dVar5; double dVar6; if (param_3 < 1) { dVar4 = 0.0; dVar5 = 0.0; dVar6 = 0.0; } ...
3,682
ggml_vec_sum_f32
7CodeWizard[P]stablediffusion/ggml/src/ggml.c
inline static void ggml_vec_sum_f32(const int n, float * s, const float * x) { #ifndef GGML_USE_ACCELERATE ggml_float sum = 0.0; for (int i = 0; i < n; ++i) { sum += (ggml_float)x[i]; } *s = sum; #else vDSP_sve(x, 1, s, n); #endif }
O2
c
ggml_vec_sum_f32: xorl %eax, %eax testl %edi, %edi cmovlel %eax, %edi vxorps %xmm0, %xmm0, %xmm0 cmpq %rax, %rdi je 0x8cd79 vcvtss2sd (%rdx,%rax,4), %xmm2, %xmm1 vaddsd %xmm1, %xmm0, %xmm0 incq %rax jmp 0x8cd66 vcvtsd2ss %xmm0, %xmm0, %xmm0 vmovss %xmm0, (%rsi) retq
ggml_vec_sum_f32: xor eax, eax test edi, edi cmovle edi, eax vxorps xmm0, xmm0, xmm0 loc_8CD66: cmp rdi, rax jz short loc_8CD79 vcvtss2sd xmm1, xmm2, dword ptr [rdx+rax*4] vaddsd xmm0, xmm0, xmm1 inc rax jmp short loc_8CD66 loc_8CD79: vcvtsd2ss xmm0, xmm0, xmm0 vmovss dword ptr [rsi], xmm0 r...
long long ggml_vec_sum_f32(long long a1, long long _RSI, __m128 _XMM0, double a4, __m128 _XMM2) { long long result; // rax result = 0LL; if ( (int)a1 <= 0 ) a1 = 0LL; __asm { vxorps xmm0, xmm0, xmm0 } while ( a1 != result ) { __asm { vcvtss2sd xmm1, xmm2, dword ptr [rdx+rax*4] vad...
ggml_vec_sum_f32: XOR EAX,EAX TEST EDI,EDI CMOVLE EDI,EAX VXORPS XMM0,XMM0,XMM0 LAB_0018cd66: CMP RDI,RAX JZ 0x0018cd79 VCVTSS2SD XMM1,XMM2,dword ptr [RDX + RAX*0x4] VADDSD XMM0,XMM0,XMM1 INC RAX JMP 0x0018cd66 LAB_0018cd79: VCVTSD2SS XMM0,XMM0,XMM0 VMOVSS dword ptr [RSI],XMM0 RET
void ggml_vec_sum_f32(uint param_1,float *param_2,long param_3) { float fVar1; ulong uVar2; ulong uVar3; uVar2 = 0; uVar3 = (ulong)param_1; if ((int)param_1 < 1) { uVar3 = uVar2; } fVar1 = 0.0; for (; uVar3 != uVar2; uVar2 = uVar2 + 1) { fVar1 = fVar1 + *(float *)(param_3 + uVar2 * 4); ...
3,683
b2d
eloqsql/strings/dtoa.c
static double b2d(Bigint *a, int *e) { ULong *xa, *xa0, w, y, z; int k; U d; #define d0 word0(&d) #define d1 word1(&d) xa0= a->p.x; xa= xa0 + a->wds; y= *--xa; k= hi0bits(y); *e= 32 - k; if (k < Ebits) { d0= Exp_1 | y >> (Ebits - k); w= xa > xa0 ? *--xa : 0; d1= y << ((32-Ebits) + k) | ...
O3
c
b2d: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %r15 movq %rdi, %r14 movslq %esi, %rax leaq (%rdi,%rax,4), %r13 leaq (%rdi,%rax,4), %r12 addq $-0x4, %r12 movl (%r12), %ebx movl %ebx, %edi callq 0xd4e4a movl $0x20, %ecx subl %eax, %ecx movl %ecx, (%r15) cmpl $...
b2d: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov r15, rdx mov r14, rdi movsxd rax, esi lea r13, [rdi+rax*4] lea r12, [rdi+rax*4] add r12, 0FFFFFFFFFFFFFFFCh mov ebx, [r12] mov edi, ebx call hi0bits mov ecx, 20h ; ' ' sub ...
double b2d(unsigned long long a1, int a2, _DWORD *a3) { unsigned long long v5; // r13 unsigned long long v6; // r12 unsigned int v7; // ebx unsigned int v8; // eax unsigned int v9; // esi unsigned int v10; // edi unsigned int v11; // edi char v12; // dl unsigned int v13; // ebx char v14; // si un...
b2d: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV R15,RDX MOV R14,RDI MOVSXD RAX,ESI LEA R13,[RDI + RAX*0x4] LEA R12,[RDI + RAX*0x4] ADD R12,-0x4 MOV EBX,dword ptr [R12] MOV EDI,EBX CALL 0x001d4e4a MOV ECX,0x20 SUB ECX,EAX MOV dword ptr [R15],ECX CMP EAX,0xa JA 0x001d4f18 MOV EDX,0xb S...
ulong b2d(uint *param_1,int param_2,int *param_3) { char cVar1; uint uVar2; long lVar3; byte bVar4; uint uVar5; uint uVar6; uint *puVar7; lVar3 = (long)param_2; puVar7 = param_1 + lVar3 + -1; uVar5 = *puVar7; uVar2 = hi0bits(uVar5); *param_3 = 0x20 - uVar2; cVar1 = (char)uVar2; if (uVar...
3,684
translog_get_sent_to_disk
eloqsql/storage/maria/ma_loghandler.c
static LSN translog_get_sent_to_disk() { register LSN lsn; DBUG_ENTER("translog_get_sent_to_disk"); mysql_mutex_lock(&log_descriptor.sent_to_disk_lock); lsn= log_descriptor.sent_to_disk; DBUG_PRINT("info", ("sent to disk up to " LSN_FMT, LSN_IN_PARTS(lsn))); mysql_mutex_unlock(&log_descriptor.sent_to_disk_l...
O3
c
translog_get_sent_to_disk: pushq %rbp movq %rsp, %rbp pushq %rbx pushq %rax cmpq $0x0, 0xbdd01e(%rip) # 0xc278b0 jne 0x4a8c9 leaq 0xbdcfd5(%rip), %rdi # 0xc27870 callq 0x2a230 movq 0xbdcfa9(%rip), %rbx # 0xc27850 movq 0xbdd002(%rip), %rdi # 0xc278b0 testq %rdi, %rdi jne 0x4a8d0 leaq 0xbdcfb6(%rip), %rdi ...
translog_get_sent_to_disk: push rbp mov rbp, rsp push rbx push rax cmp cs:qword_C278B0, 0 jnz short loc_4A8C9 lea rdi, unk_C27870 call _pthread_mutex_lock loc_4A8A0: mov rbx, cs:qword_C27850 mov rdi, cs:qword_C278B0 test rdi, rdi jnz short loc_4A8D0 loc_4A8B3: lea rdi, unk...
long long translog_get_sent_to_disk(long long a1) { long long v1; // rbx if ( qword_C278B0 ) translog_get_sent_to_disk_cold_1(a1); else pthread_mutex_lock(&unk_C27870); v1 = qword_C27850; if ( qword_C278B0 ) ((void ( *)(long long))PSI_server[44])(qword_C278B0); pthread_mutex_unlock(&unk_C27870...
translog_get_sent_to_disk: PUSH RBP MOV RBP,RSP PUSH RBX PUSH RAX CMP qword ptr [0x00d278b0],0x0 JNZ 0x0014a8c9 LEA RDI,[0xd27870] CALL 0x0012a230 LAB_0014a8a0: MOV RBX,qword ptr [0x00d27850] MOV RDI,qword ptr [0x00d278b0] TEST RDI,RDI JNZ 0x0014a8d0 LAB_0014a8b3: LEA RDI,[0xd27870] CALL 0x0012a1f0 MOV RAX,RBX ADD RSP,...
int8 translog_get_sent_to_disk(void) { int8 uVar1; if (DAT_00d278b0 == 0) { pthread_mutex_lock((pthread_mutex_t *)&DAT_00d27870); } else { translog_get_sent_to_disk_cold_1(); } uVar1 = DAT_00d27850; if (DAT_00d278b0 != 0) { (**(code **)(PSI_server + 0x160))(); } pthread_mutex_unlock((...
3,685
my_casefold_ujis
eloqsql/strings/ctype-ujis.c
static size_t my_casefold_ujis(CHARSET_INFO *cs, const char *src, size_t srclen, char *dst, size_t dstlen __attribute__((unused)), const uchar * const map, size_t is_upper) { const char *srcend= src + srclen, *dst0= dst; while (src < srcend) { ...
O3
c
my_casefold_ujis: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x18, %rsp movq %r8, -0x40(%rbp) movq %rcx, %rbx movq %rcx, -0x30(%rbp) testq %rdx, %rdx jle 0x4b8af movq %rdx, %r15 movq %rsi, %r12 movq %rdi, %r13 addq %rsi, %r15 xorl %eax, %eax testq %r9, %r9 sete %al shll $0x2...
my_casefold_ujis: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 18h mov [rbp+var_40], r8 mov rbx, rcx mov [rbp+var_30], rcx test rdx, rdx jle loc_4B8AF mov r15, rdx mov r12, rsi mov r13, rdi add r15, rsi xor eax, eax test ...
_BYTE * my_casefold_ujis( long long a1, unsigned __int8 *a2, long long a3, unsigned __int8 *a4, long long a5, long long a6) { unsigned __int8 *v6; // rbx unsigned __int8 *v7; // r12 unsigned long long v8; // r15 long long v9; // rax long long v10; // rcx long ...
my_casefold_ujis: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x18 MOV qword ptr [RBP + -0x40],R8 MOV RBX,RCX MOV qword ptr [RBP + -0x30],RCX TEST RDX,RDX JLE 0x0014b8af MOV R15,RDX MOV R12,RSI MOV R13,RDI ADD R15,RSI XOR EAX,EAX TEST R9,R9 SETZ AL SHL EAX,0x2 MOV qword ptr [RBP + -0x38],R...
long my_casefold_ujis(long param_1,byte *param_2,long param_3,byte *param_4,long param_5, long param_6) { byte *pbVar1; byte bVar2; uint uVar3; int iVar4; long lVar6; byte *pbVar7; byte *pbVar8; ulong uVar5; pbVar7 = param_4; if (0 < param_3) { pbVar8 = param_2 + param_...
3,686
display_and_apply_record
eloqsql/storage/maria/ma_recovery.c
static int display_and_apply_record(const LOG_DESC *log_desc, const TRANSLOG_HEADER_BUFFER *rec) { int error; if (log_desc->record_execute_in_redo_phase == NULL) { /* die on all not-yet-handled records :) */ DBUG_ASSERT("one more hook to write" == 0); return 1; } ...
O3
c
display_and_apply_record: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %rbx pushq %rax movq 0x38(%rdi), %rax testq %rax, %rax je 0x8cb0b xorl %r15d, %r15d cmpl $0x2a, 0x420(%rsi) je 0x8cb11 movq %rdi, %rbx movq %rsi, %rdi callq *%rax testl %eax, %eax je 0x8cb11 movl %eax, %r14d leaq 0xbc62e1(%rip), %rax # ...
display_and_apply_record: push rbp mov rbp, rsp push r15 push r14 push rbx push rax mov rax, [rdi+38h] test rax, rax jz short loc_8CB0B xor r15d, r15d cmp dword ptr [rsi+420h], 2Ah ; '*' jz short loc_8CB11 mov rbx, rdi mov rdi, rsi call rax test eax, eax jz ...
long long display_and_apply_record(long long a1, long long a2) { long long ( *v2)(long long); // rax unsigned int v3; // r15d unsigned int v4; // eax unsigned int v5; // r14d int v6; // r15d _DWORD *v7; // rax int v8; // r8d int v9; // r9d v2 = *(long long ( **)(long long))(a1 + 56); if ( v2 ) {...
display_and_apply_record: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH RBX PUSH RAX MOV RAX,qword ptr [RDI + 0x38] TEST RAX,RAX JZ 0x0018cb0b XOR R15D,R15D CMP dword ptr [RSI + 0x420],0x2a JZ 0x0018cb11 MOV RBX,RDI MOV RDI,RSI CALL RAX TEST EAX,EAX JZ 0x0018cb11 MOV R14D,EAX LEA RAX,[0xd52dc8] MOV R15,qword ptr [RAX] CA...
int display_and_apply_record(long param_1,long param_2) { int8 uVar1; int iVar2; int4 *puVar3; int iVar4; if (*(code **)(param_1 + 0x38) == (code *)0x0) { iVar4 = 1; } else { iVar4 = 0; if (*(int *)(param_2 + 0x420) != 0x2a) { iVar2 = (**(code **)(param_1 + 0x38))(param_2); uV...
3,687
ImPlot3D::CalcLegendSize(ImPlot3DItemGroup&, ImVec2 const&, ImVec2 const&, bool)
zkingston[P]unknot/build_O0/_deps/implot3d-src/implot3d.cpp
ImVec2 CalcLegendSize(ImPlot3DItemGroup& items, const ImVec2& pad, const ImVec2& spacing, bool vertical) { const int nItems = items.GetLegendCount(); const float txt_ht = ImGui::GetTextLineHeight(); const float icon_size = txt_ht; // Get label max width float max_label_width = 0; float sum_label...
O0
cpp
ImPlot3D::CalcLegendSize(ImPlot3DItemGroup&, ImVec2 const&, ImVec2 const&, bool): subq $0x58, %rsp movb %cl, %al movq %rdi, 0x48(%rsp) movq %rsi, 0x40(%rsp) movq %rdx, 0x38(%rsp) andb $0x1, %al movb %al, 0x37(%rsp) movq 0x48(%rsp), %rdi callq 0xd8980 movl %eax, 0x30(%rsp) callq 0x516ca0 movss %xmm0, 0x2c(%rsp) movss 0x...
_ZN8ImPlot3D14CalcLegendSizeER17ImPlot3DItemGroupRK6ImVec2S4_b: sub rsp, 58h mov al, cl mov [rsp+58h+var_10], rdi mov [rsp+58h+var_18], rsi mov [rsp+58h+var_20], rdx and al, 1 mov [rsp+58h+var_21], al mov rdi, [rsp+58h+var_10]; this call _ZNK17ImPlot3DItemGroup14GetLegendCountEv; ImPl...
double ImPlot3D::CalcLegendSize( ImPlot3D *this, ImPlot3DItemGroup *a2, const ImVec2 *a3, const ImVec2 *a4, __m128 a5) { bool v5; // cl __m128 v7; // xmm1 int v9; // [rsp+0h] [rbp-58h] ImGui *LegendLabel; // [rsp+10h] [rbp-48h] int i; // [rsp+1Ch] [rbp-3Ch] float v12...
CalcLegendSize: SUB RSP,0x58 MOV AL,CL MOV qword ptr [RSP + 0x48],RDI MOV qword ptr [RSP + 0x40],RSI MOV qword ptr [RSP + 0x38],RDX AND AL,0x1 MOV byte ptr [RSP + 0x37],AL MOV RDI,qword ptr [RSP + 0x48] CALL 0x001d8980 MOV dword ptr [RSP + 0x30],EAX CALL 0x00616ca0 MOVSS dword ptr [RSP + 0x2c],XMM0 MOVSS XMM0,dword ptr...
/* ImPlot3D::CalcLegendSize(ImPlot3DItemGroup&, ImVec2 const&, ImVec2 const&, bool) */ int8 ImPlot3D::CalcLegendSize(ImPlot3DItemGroup *param_1,ImVec2 *param_2,ImVec2 *param_3,bool param_4) { int iVar1; char *pcVar2; float fVar3; float fVar4; float local_58; int local_3c; float local_38; float local_...
3,688
evmone::advanced::get_op_table(evmc_revision)
corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/advanced_instructions.cpp
EVMC_EXPORT const OpTable& get_op_table(evmc_revision rev) noexcept { static constexpr auto op_tables = []() noexcept { std::array<OpTable, EVMC_MAX_REVISION + 1> tables{}; for (size_t r = EVMC_FRONTIER; r <= EVMC_MAX_REVISION; ++r) { auto& table = tables[r]; for (siz...
O0
cpp
evmone::advanced::get_op_table(evmc_revision): pushq %rbp movq %rsp, %rbp subq $0x10, %rsp movl %edi, -0x4(%rbp) movl -0x4(%rbp), %eax movl %eax, %esi leaq 0x95bd9(%rip), %rdi # 0x128b80 callq 0x94f50 addq $0x10, %rsp popq %rbp retq nopw %cs:(%rax,%rax)
_ZN6evmone8advanced12get_op_tableE13evmc_revision: push rbp mov rbp, rsp sub rsp, 10h mov [rbp+var_4], edi mov eax, [rbp+var_4] mov esi, eax lea rdi, _ZZN6evmone8advanced12get_op_tableE13evmc_revisionE9op_tables; evmone::advanced::get_op_table(evmc_revision)::op_tables call _ZNKSt5arrayIS_...
long long evmone::advanced::get_op_table(unsigned int a1) { return std::array<std::array<evmone::advanced::OpTableEntry,256ul>,16ul>::operator[]( &evmone::advanced::get_op_table(evmc_revision)::op_tables, a1); }
get_op_table: PUSH RBP MOV RBP,RSP SUB RSP,0x10 MOV dword ptr [RBP + -0x4],EDI MOV EAX,dword ptr [RBP + -0x4] MOV ESI,EAX LEA RDI,[0x228b80] CALL 0x00194f50 ADD RSP,0x10 POP RBP RET
/* evmone::advanced::get_op_table(evmc_revision) */ void evmone::advanced::get_op_table(uint param_1) { std::array<std::array<evmone::advanced::OpTableEntry,256ul>,16ul>::operator[] ((array<std::array<evmone::advanced::OpTableEntry,256ul>,16ul> *) get_op_table(evmc_revision)::op_tables,(ul...
3,689
ma_ck_write_btree
eloqsql/storage/maria/ma_write.c
static my_bool _ma_ck_write_btree(MARIA_HA *info, MARIA_KEY *key) { my_bool error; MARIA_KEYDEF *keyinfo= key->keyinfo; my_off_t *root= &info->s->state.key_root[keyinfo->key_nr]; DBUG_ENTER("_ma_ck_write_btree"); error= _ma_ck_write_btree_with_log(info, key, root, keyinf...
O0
c
ma_ck_write_btree: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq -0x10(%rbp), %rax movq 0x8(%rax), %rax movq %rax, -0x20(%rbp) movq -0x8(%rbp), %rax movq (%rax), %rax movq 0x118(%rax), %rax movq -0x20(%rbp), %rcx movzbl 0xa5(%rcx), %ecx shlq $0x3, %rcx addq %rcx, %rax mov...
_ma_ck_write_btree: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov rax, [rbp+var_10] mov rax, [rax+8] mov [rbp+var_20], rax mov rax, [rbp+var_8] mov rax, [rax] mov rax, [rax+118h] mov rcx, [rbp+var_20] movzx ecx, byte ptr [rcx+0A5h] shl...
char ma_ck_write_btree(_QWORD *a1, long long a2) { char v3; // [rsp+1Fh] [rbp-11h] v3 = ma_ck_write_btree_with_log( a1, a2, 8LL * *(unsigned __int8 *)(*(_QWORD *)(a2 + 8) + 165LL) + *(_QWORD *)(*a1 + 280LL), (unsigned int)(*(_DWORD *)(a2 + 24) | *(_DWORD *)(*(_QWORD *)(a2 + 8) ...
_ma_ck_write_btree: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV RAX,qword ptr [RBP + -0x10] MOV RAX,qword ptr [RAX + 0x8] MOV qword ptr [RBP + -0x20],RAX MOV RAX,qword ptr [RBP + -0x8] MOV RAX,qword ptr [RAX] MOV RAX,qword ptr [RAX + 0x118] MOV RCX,qword ptr [RBP...
char _ma_ck_write_btree(long *param_1,long param_2) { char local_19; local_19 = _ma_ck_write_btree_with_log (param_1,param_2, *(long *)(*param_1 + 0x118) + (ulong)*(byte *)(*(long *)(param_2 + 8) + 0xa5) * 8, *(uint ...
3,690
ftb_parse_query_internal
eloqsql/storage/myisam/ft_boolean_search.c
static int ftb_parse_query_internal(MYSQL_FTPARSER_PARAM *param, const char *query, int len) { MY_FTB_PARAM *ftb_param= param->mysql_ftparam; MYSQL_FTPARSER_BOOLEAN_INFO info; CHARSET_INFO *cs= ftb_param->ftb->charset; const uchar **start= (const uchar**) &query; uchar *end...
O3
c
ftb_parse_query_internal: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x38, %rsp movq %rdi, %rbx leaq -0x30(%rbp), %rax movq %rsi, (%rax) movq 0x18(%rdi), %rcx movq (%rcx), %rcx movq 0x10(%rcx), %r14 movslq %edx, %r15 addq %rsi, %r15 leaq -0x60(%rbp), %r8 movb $0x20, 0xe(%r8)...
ftb_parse_query_internal: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx sub rsp, 38h mov rbx, rdi lea rax, [rbp+var_30] mov [rax], rsi mov rcx, [rdi+18h] mov rcx, [rcx] mov r14, [rcx+10h] movsxd r15, edx add r15, rsi lea r8, [rbp+var_60] mo...
long long ftb_parse_query_internal(long long a1, long long a2, int a3) { long long v3; // r14 long long v4; // r15 _BYTE v6[16]; // [rsp+0h] [rbp-60h] BYREF long long v7; // [rsp+10h] [rbp-50h] _QWORD v8[2]; // [rsp+18h] [rbp-48h] BYREF unsigned int v9; // [rsp+28h] [rbp-38h] _QWORD v10[6]; // [rsp+30h] ...
ftb_parse_query_internal: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x38 MOV RBX,RDI LEA RAX,[RBP + -0x30] MOV qword ptr [RAX],RSI MOV RCX,qword ptr [RDI + 0x18] MOV RCX,qword ptr [RCX] MOV R14,qword ptr [RCX + 0x10] MOVSXD R15,EDX ADD R15,RSI LEA R8,[RBP + -0x60] MOV byte ptr [R8 + 0xe]...
int8 ftb_parse_query_internal(long param_1,long param_2,int param_3) { int8 uVar1; char cVar2; int1 local_68 [14]; int1 local_5a; int8 local_58; int8 local_50 [2]; int4 local_40; long local_38; uVar1 = *(int8 *)(**(long **)(param_1 + 0x18) + 0x10); local_5a = 0x20; local_58 = 0; local_38 = ...
3,691
ggml_get_tensor
ngxson[P]ggml-easy/ggml/src/ggml.c
struct ggml_tensor * ggml_get_tensor(struct ggml_context * ctx, const char * name) { struct ggml_object * obj = ctx->objects_begin; char * const mem_buffer = ctx->mem_buffer; while (obj != NULL) { if (obj->type == GGML_OBJECT_TYPE_TENSOR) { struct ggml_tensor * cur = (struct ggml_tenso...
O1
c
ggml_get_tensor: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq 0x18(%rdi), %r15 testq %r15, %r15 je 0x1a32b movq %rsi, %rbx movq 0x8(%rdi), %r12 cmpl $0x0, 0x18(%r15) jne 0x1a322 movq (%r15), %rax leaq (%r12,%rax), %r13 leaq (%r12,%rax), %rdi addq $0x100, %rdi # imm = 0x100 movq %rbx, %rsi call...
ggml_get_tensor: push r15 push r14 push r13 push r12 push rbx mov r15, [rdi+18h] test r15, r15 jz short loc_1A32B mov rbx, rsi mov r12, [rdi+8] loc_1A2F9: cmp dword ptr [r15+18h], 0 jnz short loc_1A322 mov rax, [r15] lea r13, [r12+rax] lea rdi, [r12+rax] add rd...
long long ggml_get_tensor(long long a1, long long a2) { long long v2; // r15 long long v3; // r12 long long v4; // r13 v2 = *(_QWORD *)(a1 + 24); if ( !v2 ) return 0LL; v3 = *(_QWORD *)(a1 + 8); while ( 1 ) { if ( !*(_DWORD *)(v2 + 24) ) { v4 = v3 + *(_QWORD *)v2; if ( !(unsign...
ggml_get_tensor: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV R15,qword ptr [RDI + 0x18] TEST R15,R15 JZ 0x0011a32b MOV RBX,RSI MOV R12,qword ptr [RDI + 0x8] LAB_0011a2f9: CMP dword ptr [R15 + 0x18],0x0 JNZ 0x0011a322 MOV RAX,qword ptr [R15] LEA R13,[R12 + RAX*0x1] LEA RDI,[R12 + RAX*0x1] ADD RDI,0x100 MOV RSI,RBX ...
long ggml_get_tensor(long param_1,char *param_2) { long lVar1; long lVar2; int iVar3; long *plVar4; plVar4 = *(long **)(param_1 + 0x18); if (plVar4 != (long *)0x0) { lVar1 = *(long *)(param_1 + 8); do { if ((int)plVar4[3] == 0) { lVar2 = *plVar4; iVar3 = strcmp((char *)(lV...
3,692
ggml_get_tensor
ngxson[P]ggml-easy/ggml/src/ggml.c
struct ggml_tensor * ggml_get_tensor(struct ggml_context * ctx, const char * name) { struct ggml_object * obj = ctx->objects_begin; char * const mem_buffer = ctx->mem_buffer; while (obj != NULL) { if (obj->type == GGML_OBJECT_TYPE_TENSOR) { struct ggml_tensor * cur = (struct ggml_tenso...
O2
c
ggml_get_tensor: pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx movq %rsi, %r14 movq %rdi, %r15 movq 0x8(%rdi), %r12 addq $0x18, %r15 xorl %ebx, %ebx movq (%r15), %r15 testq %r15, %r15 je 0x205cc cmpl $0x0, 0x18(%r15) jne 0x205c0 movq (%r15), %r13 leaq (%r12,%r13), %rdi addq $0x100, %rdi # imm = 0x10...
ggml_get_tensor: push r15 push r14 push r13 push r12 push rbx mov r14, rsi mov r15, rdi mov r12, [rdi+8] add r15, 18h xor ebx, ebx loc_20597: mov r15, [r15] test r15, r15 jz short loc_205CC cmp dword ptr [r15+18h], 0 jnz short loc_205C0 mov r13, [r15] lea r...
long long ggml_get_tensor(long long a1, long long a2) { long long v2; // r12 long long **v3; // r15 long long v4; // rbx long long *v5; // r15 long long v6; // r13 v2 = *(_QWORD *)(a1 + 8); v3 = (long long **)(a1 + 24); v4 = 0LL; while ( 1 ) { v5 = *v3; if ( !v5 ) break; if ( !*(...
ggml_get_tensor: PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX MOV R14,RSI MOV R15,RDI MOV R12,qword ptr [RDI + 0x8] ADD R15,0x18 XOR EBX,EBX LAB_00120597: MOV R15,qword ptr [R15] TEST R15,R15 JZ 0x001205cc CMP dword ptr [R15 + 0x18],0x0 JNZ 0x001205c0 MOV R13,qword ptr [R15] LEA RDI,[R12 + R13*0x1] ADD RDI,0x100 MOV RS...
long ggml_get_tensor(long param_1,char *param_2) { long lVar1; long lVar2; int iVar3; long *plVar4; lVar1 = *(long *)(param_1 + 8); plVar4 = (long *)(param_1 + 0x18); do { plVar4 = (long *)*plVar4; if (plVar4 == (long *)0x0) { return 0; } if ((int)plVar4[3] == 0) { lVar2 =...
3,693
google::protobuf::FileOptions::InternalSwap(google::protobuf::FileOptions*)
aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc
void FileOptions::InternalSwap(FileOptions* other) { using std::swap; _impl_._extensions_.InternalSwap(&other->_impl_._extensions_); auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); swap(_impl_._has_bi...
O0
cpp
google::protobuf::FileOptions::InternalSwap(google::protobuf::FileOptions*): subq $0x198, %rsp # imm = 0x198 movq %rdi, 0x20(%rsp) movq %rsi, 0x18(%rsp) movq 0x20(%rsp), %rdi movq %rdi, (%rsp) addq $0x10, %rdi movq 0x18(%rsp), %rsi addq $0x10, %rsi callq 0x22a680 movq (%rsp), %rdi callq 0x102610 movq %rax, 0...
_ZN6google8protobuf11FileOptions12InternalSwapEPS1_: sub rsp, 198h mov [rsp+198h+var_178], rdi mov [rsp+198h+var_180], rsi mov rdi, [rsp+198h+var_178] mov [rsp+198h+var_198], rdi add rdi, 10h; this mov rsi, [rsp+198h+var_180] add rsi, 10h; google::protobuf::internal::ExtensionSet * call ...
long long google::protobuf::FileOptions::InternalSwap( google::protobuf::FileOptions *this, google::protobuf::FileOptions *a2) { google::protobuf::internal::ExtensionSet::InternalSwap( (google::protobuf::FileOptions *)((char *)this + 16), (google::protobuf::FileOptions *)((char *)a2 + 16)); ...
GetRepeatedField: SUB RSP,0x18 MOV qword ptr [RSP + 0x10],RDI MOV RDI,qword ptr [RSP + 0x10] MOV qword ptr [RSP + 0x8],RDI CALL 0x002d02e0 MOV RDI,qword ptr [RSP + 0x8] CALL 0x002c9b90 MOV RAX,qword ptr [RSP + 0x8] MOV RAX,qword ptr [RAX + 0x10] ADD RSP,0x18 RET
/* google::protobuf::internal::MapFieldBase::GetRepeatedField() const */ int8 __thiscall google::protobuf::internal::MapFieldBase::GetRepeatedField(MapFieldBase *this) { ConstAccess(); SyncRepeatedFieldWithMap(this); return *(int8 *)(this + 0x10); }
3,694
handleSelectionRequest
untodesu[P]riteg/build_O2/_deps/glfw-src/src/x11_window.c
static void handleSelectionRequest(XEvent* event) { const XSelectionRequestEvent* request = &event->xselectionrequest; XEvent reply; memset(&reply, 0, sizeof(reply)); reply.xselection.property = writeTargetToProperty(request); reply.xselection.type = SelectionNotify; reply.xselection.display =...
O2
c
handleSelectionRequest: pushq %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx subq $0x108, %rsp # imm = 0x108 movq %rdi, %rbp leaq 0x48(%rsp), %rdi xorl %ebx, %ebx movl $0xc0, %edx xorl %esi, %esi callq 0xb440 leaq 0x7df34(%rip), %r14 # 0x9b648 movq 0x30(%rbp), %rcx movq 0x40(%rbp), %r15 xorl...
handleSelectionRequest: push rbp push r15 push r14 push r13 push r12 push rbx sub rsp, 108h mov rbp, rdi lea rdi, [rsp+138h+var_F0] xor ebx, ebx mov edx, 0C0h xor esi, esi call _memset lea r14, _glfw mov rcx, [rbp+30h] mov r15, [rbp+40h] xor eax, eax cmp ...
long long handleSelectionRequest(_QWORD *a1) { long long v2; // rbx long long v3; // r15 long long v4; // rax long long v5; // r13 long long v6; // r12 unsigned long long WindowPropertyX11; // rax unsigned long long v8; // rbx long long v9; // r12 long long v10; // r13 long long v11; // r14 long ...
handleSelectionRequest: PUSH RBP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX SUB RSP,0x108 MOV RBP,RDI LEA RDI,[RSP + 0x48] XOR EBX,EBX MOV EDX,0xc0 XOR ESI,ESI CALL 0x0010b440 LEA R14,[0x19b648] MOV RCX,qword ptr [RBP + 0x30] MOV R15,qword ptr [RBP + 0x40] XOR EAX,EAX CMP RCX,qword ptr [R14 + 0x20530] SETNZ CL TEST R...
void handleSelectionRequest(long param_1) { long lVar1; long lVar2; int8 uVar3; int8 uVar4; ulong uVar5; long lVar6; int8 uVar7; ulong uVar8; int8 uStackY_150; long *__s; size_t sVar9; long local_118; long local_110; long local_108; int8 local_100; int4 local_f0 [6]; int8 local_d8; ...
3,695
mark_all_entries
eloqsql/storage/maria/ma_rt_split.c
static void mark_all_entries(SplitStruct *node, int n_entries, int n_group) { SplitStruct *cur= node; SplitStruct *end= node + n_entries; for (; cur < end; cur++) { if (cur->n_node) { continue; } cur->n_node= n_group; } }
O0
c
mark_all_entries: pushq %rbp movq %rsp, %rbp movq %rdi, -0x8(%rbp) movl %esi, -0xc(%rbp) movl %edx, -0x10(%rbp) movq -0x8(%rbp), %rax movq %rax, -0x18(%rbp) movq -0x8(%rbp), %rax movslq -0xc(%rbp), %rcx shlq $0x5, %rcx addq %rcx, %rax movq %rax, -0x20(%rbp) movq -0x18(%rbp), %rax cmpq -0x20(%rbp), %rax jae 0x8a927 movq...
mark_all_entries: push rbp mov rbp, rsp mov [rbp+var_8], rdi mov [rbp+var_C], esi mov [rbp+var_10], edx mov rax, [rbp+var_8] mov [rbp+var_18], rax mov rax, [rbp+var_8] movsxd rcx, [rbp+var_C] shl rcx, 5 add rax, rcx mov [rbp+var_20], rax loc_8A8F9: mov rax, [rbp+var_18] c...
unsigned long long mark_all_entries(unsigned long long a1, int a2, int a3) { unsigned long long result; // rax unsigned long long i; // [rsp+8h] [rbp-18h] for ( i = a1; ; i += 32LL ) { result = i; if ( i >= 32LL * a2 + a1 ) break; if ( !*(_DWORD *)(i + 8) ) *(_DWORD *)(i + 8) = a3; }...
mark_all_entries: PUSH RBP MOV RBP,RSP MOV qword ptr [RBP + -0x8],RDI MOV dword ptr [RBP + -0xc],ESI MOV dword ptr [RBP + -0x10],EDX MOV RAX,qword ptr [RBP + -0x8] MOV qword ptr [RBP + -0x18],RAX MOV RAX,qword ptr [RBP + -0x8] MOVSXD RCX,dword ptr [RBP + -0xc] SHL RCX,0x5 ADD RAX,RCX MOV qword ptr [RBP + -0x20],RAX LAB...
void mark_all_entries(ulong param_1,int param_2,int4 param_3) { int8 local_20; for (local_20 = param_1; local_20 < param_1 + (long)param_2 * 0x20; local_20 = local_20 + 0x20) { if (*(int *)(local_20 + 8) == 0) { *(int4 *)(local_20 + 8) = param_3; } } return; }
3,696
mjv_makeConnector
aimrt_mujoco_sim/_deps/mujoco-src/src/engine/engine_vis_visualize.c
void mjv_makeConnector(mjvGeom* geom, int type, mjtNum width, mjtNum a0, mjtNum a1, mjtNum a2, mjtNum b0, mjtNum b1, mjtNum b2) { mjtNum quat[4], mat[9], dif[3] = {b0-a0, b1-a1, b2-a2}; // require connector-compatible type if (type != mjGEOM_CAPSULE && type != mjGEOM...
O3
c
mjv_makeConnector: pushq %r15 pushq %r14 pushq %rbx subq $0x4a0, %rsp # imm = 0x4A0 movl %esi, %r14d movq %rdi, %rbx vmovapd %xmm4, 0x60(%rsp) vmovapd %xmm1, 0x40(%rsp) vsubsd %xmm1, %xmm4, %xmm1 vmovsd %xmm1, 0x20(%rsp) vmovapd %xmm5, 0x70(%rsp) vmovapd %xmm2, 0x50(%rsp) vsubsd %xmm2, %xmm5, %xmm1 vmovsd %x...
mjv_makeConnector: push r15 push r14 push rbx sub rsp, 4A0h mov r14d, esi mov rbx, rdi vmovapd [rsp+4B8h+var_458], xmm4 vmovapd [rsp+4B8h+var_478], xmm1 vsubsd xmm1, xmm4, xmm1 vmovsd [rsp+4B8h+var_498], xmm1 vmovapd [rsp+4B8h+var_448], xmm5 vmovapd [rsp+4B8h+var_468], xmm2 vsubsd xmm1, xmm5, xm...
void mjv_makeConnector( int *a1, int a2, __m128 _XMM0, __m128 _XMM1, __m128 _XMM2, __m128 _XMM3, __m128 _XMM4, __m128 _XMM5, __m128 _XMM6, __m128 _XMM7) { __m128 v30; // xmm4 _QWORD v34[4]; // [rsp+20h] [rbp-498h] BYREF _BYTE v39[32]...
mjv_makeConnector: PUSH R15 PUSH R14 PUSH RBX SUB RSP,0x4a0 MOV R14D,ESI MOV RBX,RDI VMOVAPD xmmword ptr [RSP + 0x60],XMM4 VMOVAPD xmmword ptr [RSP + 0x40],XMM1 VSUBSD XMM1,XMM4,XMM1 VMOVSD qword ptr [RSP + 0x20],XMM1 VMOVAPD xmmword ptr [RSP + 0x70],XMM5 VMOVAPD xmmword ptr [RSP + 0x50],XMM2 VSUBSD XMM1,XMM5,XMM2 VMOV...
void mjv_makeConnector(double param_1,double param_2,double param_3,double param_4,double param_5, double param_6,double param_7,uint *param_8,uint param_9) { int8 uVar1; int1 auVar2 [16]; int1 auVar3 [16]; int1 auVar4 [16]; int1 auVar5 [16]; int1 auVar6 [16]; int1 auVar7 [16]; d...
3,697
ma_tls_read_async
eloqsql/libmariadb/libmariadb/secure/openssl.c
ssize_t ma_tls_read_async(MARIADB_PVIO *pvio, const unsigned char *buffer, size_t length) { int res; struct mysql_async_context *b= pvio->mysql->options.extension->async_context; MARIADB_TLS *ctls= pvio->ctls; for (;;) { res= SSL_read((SSL *)ctls->ssl, ...
O3
c
ma_tls_read_async: pushq %rbp movq %rsp, %rbp pushq %r15 pushq %r14 pushq %r13 pushq %r12 pushq %rbx pushq %rax movq %rdx, %rbx movq %rsi, %r14 movq 0x38(%rdi), %r13 movq 0x40(%rdi), %rax movq 0x480(%rax), %rax movq 0x28(%rax), %r15 movq 0x10(%r13), %rdi movq %r14, %rsi movl %ebx, %edx callq 0x13070 movl %eax, %r12d mo...
ma_tls_read_async: push rbp mov rbp, rsp push r15 push r14 push r13 push r12 push rbx push rax mov rbx, rdx mov r14, rsi mov r13, [rdi+38h] mov rax, [rdi+40h] mov rax, [rax+480h] mov r15, [rax+28h] loc_286C1: mov rdi, [r13+10h] mov rsi, r14 mov edx, ebx call ...
long long ma_tls_read_async(long long a1, long long a2, unsigned int a3) { long long v4; // r13 long long v5; // r15 long long v6; // r12 v4 = *(_QWORD *)(a1 + 56); v5 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)(a1 + 64) + 1152LL) + 40LL); do v6 = (unsigned int)SSL_read(*(_QWORD *)(v4 + 16), a2, a3); whil...
ma_tls_read_async: PUSH RBP MOV RBP,RSP PUSH R15 PUSH R14 PUSH R13 PUSH R12 PUSH RBX PUSH RAX MOV RBX,RDX MOV R14,RSI MOV R13,qword ptr [RDI + 0x38] MOV RAX,qword ptr [RDI + 0x40] MOV RAX,qword ptr [RAX + 0x480] MOV R15,qword ptr [RAX + 0x28] LAB_001286c1: MOV RDI,qword ptr [R13 + 0x10] MOV RSI,R14 MOV EDX,EBX CALL 0x0...
long ma_tls_read_async(long param_1,void *param_2,int param_3) { long lVar1; int8 uVar2; char cVar3; int iVar4; lVar1 = *(long *)(param_1 + 0x38); uVar2 = *(int8 *)(*(long *)(*(long *)(param_1 + 0x40) + 0x480) + 0x28); do { iVar4 = SSL_read(*(SSL **)(lVar1 + 0x10),param_2,param_3); cVar3 = ma...
3,698
my_caseup_utf8mb3
eloqsql/strings/ctype-utf8.c
static size_t my_caseup_utf8mb3(CHARSET_INFO *cs, const char *src, size_t srclen, char *dst, size_t dstlen) { my_wc_t wc; int srcres, dstres; const char *srcend= src + srclen; char *dstend= dst + dstlen, *dst0= dst; MY_UNICASE_INFO *uni_plane= cs...
O0
c
my_caseup_utf8mb3: pushq %rbp movq %rsp, %rbp subq $0x60, %rsp movq %rdi, -0x8(%rbp) movq %rsi, -0x10(%rbp) movq %rdx, -0x18(%rbp) movq %rcx, -0x20(%rbp) movq %r8, -0x28(%rbp) movq -0x10(%rbp), %rax addq -0x18(%rbp), %rax movq %rax, -0x40(%rbp) movq -0x20(%rbp), %rax addq -0x28(%rbp), %rax movq %rax, -0x48(%rbp) movq -...
my_caseup_utf8mb3: push rbp mov rbp, rsp sub rsp, 60h mov [rbp+var_8], rdi mov [rbp+var_10], rsi mov [rbp+var_18], rdx mov [rbp+var_20], rcx mov [rbp+var_28], r8 mov rax, [rbp+var_10] add rax, [rbp+var_18] mov [rbp+var_40], rax mov rax, [rbp+var_20] add rax, [rbp+var_2...
_BYTE * my_caseup_utf8mb3(long long a1, unsigned long long a2, long long a3, _BYTE *a4, long long a5, long long a6) { bool v7; // [rsp+7h] [rbp-59h] long long v8; // [rsp+8h] [rbp-58h] unsigned long long v10; // [rsp+18h] [rbp-48h] unsigned long long v11; // [rsp+20h] [rbp-40h] int v12; // [rsp+28h] [rbp-38h]...
my_caseup_utf8mb3: PUSH RBP MOV RBP,RSP SUB RSP,0x60 MOV qword ptr [RBP + -0x8],RDI MOV qword ptr [RBP + -0x10],RSI MOV qword ptr [RBP + -0x18],RDX MOV qword ptr [RBP + -0x20],RCX MOV qword ptr [RBP + -0x28],R8 MOV RAX,qword ptr [RBP + -0x10] ADD RAX,qword ptr [RBP + -0x18] MOV qword ptr [RBP + -0x40],RAX MOV RAX,qword...
long my_caseup_utf8mb3(long param_1,ulong param_2,long param_3,long param_4,long param_5) { int8 uVar1; bool bVar2; int iVar3; int local_3c; int8 local_38; long local_30; long local_28; long local_20; ulong local_18; long local_10; uVar1 = *(int8 *)(param_1 + 0x78); local_30 = param_5; lo...
3,699
my_charlen_utf8mb4
eloqsql/strings/ctype-utf8.c
static int my_charlen_utf8mb4(CHARSET_INFO *cs __attribute__((unused)), const uchar *s, const uchar *e) { uchar c; if (s >= e) return MY_CS_TOOSMALL; c= s[0]; if (c < 0xf0) return my_valid_mbcharlen_utf8mb3(s, e); if (c < 0xf5) { if (s + 4 > e) /* We need 4 characters */ ...
O0
c
my_charlen_utf8mb4: pushq %rbp movq %rsp, %rbp subq $0x30, %rsp movq %rdi, -0x10(%rbp) movq %rsi, -0x18(%rbp) movq %rdx, -0x20(%rbp) movq -0x18(%rbp), %rax cmpq -0x20(%rbp), %rax jb 0xb6e8a movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B jmp 0xb6f5f movq -0x18(%rbp), %rax movb (%rax), %al movb %al, -0x21(%rbp) movzbl -...
my_charlen_utf8mb4: push rbp mov rbp, rsp sub rsp, 30h mov [rbp+var_10], rdi mov [rbp+var_18], rsi mov [rbp+var_20], rdx mov rax, [rbp+var_18] cmp rax, [rbp+var_20] jb short loc_B6E8A mov [rbp+var_4], 0FFFFFF9Bh jmp loc_B6F5F loc_B6E8A: mov rax, [rbp+var_18] mov al, [...
long long my_charlen_utf8mb4(long long a1, unsigned __int8 *a2, unsigned long long a3) { unsigned __int8 v4; // [rsp+Fh] [rbp-21h] if ( (unsigned long long)a2 < a3 ) { v4 = *a2; if ( *a2 >= 0xF0u ) { if ( v4 >= 0xF5u ) { return 0; } else if ( (unsigned long long)(a2 +...
my_charlen_utf8mb4: PUSH RBP MOV RBP,RSP SUB RSP,0x30 MOV qword ptr [RBP + -0x10],RDI MOV qword ptr [RBP + -0x18],RSI MOV qword ptr [RBP + -0x20],RDX MOV RAX,qword ptr [RBP + -0x18] CMP RAX,qword ptr [RBP + -0x20] JC 0x001b6e8a MOV dword ptr [RBP + -0x4],0xffffff9b JMP 0x001b6f5f LAB_001b6e8a: MOV RAX,qword ptr [RBP + ...
int4 my_charlen_utf8mb4(int8 param_1,byte *param_2,byte *param_3) { byte bVar1; int4 local_c; if (param_2 < param_3) { bVar1 = *param_2; if (bVar1 < 0xf0) { local_c = my_valid_mbcharlen_utf8mb3(param_2,param_3); } else if (bVar1 < 0xf5) { if (param_3 < param_2 + 4) { local...