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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
10,000 | translog_disable_purge | eloqsql/storage/maria/ma_loghandler.c | void translog_disable_purge()
{
mysql_mutex_lock(&log_descriptor.purger_lock);
log_purge_disabled++;
mysql_mutex_unlock(&log_descriptor.purger_lock);
} | O3 | c | translog_disable_purge:
pushq %rbp
movq %rsp, %rbp
cmpq $0x0, 0xb9d576(%rip) # 0xc0cd20
jne 0x6f7d7
leaq 0xb9d52d(%rip), %rdi # 0xc0cce0
callq 0x2a200
incl 0x39b472(%rip) # 0x40ac30
movq 0xb9d55b(%rip), %rdi # 0xc0cd20
testq %rdi, %rdi
jne 0x6f7de
leaq 0xb9d50f(%rip), %rdi # 0xc0cce0
popq %rbp
jmp ... | translog_disable_purge:
push rbp
mov rbp, rsp
cmp cs:qword_C0CD20, 0
jnz short loc_6F7D7
lea rdi, unk_C0CCE0
call _pthread_mutex_lock
loc_6F7B8:
inc cs:log_purge_disabled
mov rdi, cs:qword_C0CD20
test rdi, rdi
jnz short loc_6F7DE
loc_6F7CA:
lea rdi, unk_C0CCE0
pop rbp
jmp ... | long long translog_disable_purge()
{
if ( qword_C0CD20 )
translog_disable_purge_cold_1();
else
pthread_mutex_lock(&unk_C0CCE0);
++log_purge_disabled;
if ( qword_C0CD20 )
PSI_server[44]();
return pthread_mutex_unlock(&unk_C0CCE0);
}
| translog_disable_purge:
PUSH RBP
MOV RBP,RSP
CMP qword ptr [0x00d0cd20],0x0
JNZ 0x0016f7d7
LEA RDI,[0xd0cce0]
CALL 0x0012a200
LAB_0016f7b8:
INC dword ptr [0x0050ac30]
MOV RDI,qword ptr [0x00d0cd20]
TEST RDI,RDI
JNZ 0x0016f7de
LAB_0016f7ca:
LEA RDI,[0xd0cce0]
POP RBP
JMP 0x0012a1d0
LAB_0016f7d7:
CALL 0x0012e2be
JMP 0x00... |
void translog_disable_purge(void)
{
if (DAT_00d0cd20 == 0) {
pthread_mutex_lock((pthread_mutex_t *)&DAT_00d0cce0);
}
else {
translog_disable_purge_cold_1();
}
log_purge_disabled = log_purge_disabled + 1;
if (DAT_00d0cd20 != 0) {
(**(code **)(PSI_server + 0x160))();
}
pthread_mutex_unlock((... | |
10,001 | LefDefParser::lefiNonDefault::Destroy() | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiNonDefault.cpp | void
lefiNonDefault::Destroy()
{
clear();
lefFree(name_);
lefFree((char*) (layerName_));
lefFree((char*) (width_));
lefFree((char*) (diagWidth_));
lefFree((char*) (spacing_));
lefFree((char*) (wireExtension_));
lefFree((char*) (resistance_));
lefFree((char*) (capacitance_));
le... | O0 | cpp | LefDefParser::lefiNonDefault::Destroy():
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq 0x10(%rsp), %rdi
movq %rdi, 0x8(%rsp)
callq 0x45640
movq 0x8(%rsp), %rax
movq 0x8(%rax), %rdi
callq 0x52810
movq 0x8(%rsp), %rax
movq 0x18(%rax), %rdi
callq 0x52810
movq 0x8(%rsp), %rax
movq 0x20(%rax), %rdi
callq 0x52810
movq 0x8(%rsp... | _ZN12LefDefParser14lefiNonDefault7DestroyEv:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rdi, [rsp+18h+var_8]; this
mov [rsp+18h+var_10], rdi
call _ZN12LefDefParser14lefiNonDefault5clearEv; LefDefParser::lefiNonDefault::clear(void)
mov rax, [rsp+18h+var_10]
mov rdi, [rax+8]; this
call _ZN12L... | LefDefParser ** LefDefParser::lefiNonDefault::Destroy(LefDefParser **this, void *a2)
{
LefDefParser **result; // rax
LefDefParser::lefiNonDefault::clear((LefDefParser::lefiNonDefault *)this);
LefDefParser::lefFree(this[1], a2);
LefDefParser::lefFree(this[3], a2);
LefDefParser::lefFree(this[4], a2);
LefDefP... | Destroy:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RDI,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x8],RDI
CALL 0x00145640
MOV RAX,qword ptr [RSP + 0x8]
MOV RDI,qword ptr [RAX + 0x8]
CALL 0x00152810
MOV RAX,qword ptr [RSP + 0x8]
MOV RDI,qword ptr [RAX + 0x18]
CALL 0x00152810
MOV RAX,qword ptr [RSP + 0x8]
MOV RDI... |
/* LefDefParser::lefiNonDefault::Destroy() */
void __thiscall LefDefParser::lefiNonDefault::Destroy(lefiNonDefault *this)
{
clear(this);
lefFree(*(void **)(this + 8));
lefFree(*(void **)(this + 0x18));
lefFree(*(void **)(this + 0x20));
lefFree(*(void **)(this + 0x80));
lefFree(*(void **)(this + 0x28));
... | |
10,002 | reciprocal_fp | corpus-core[P]colibri-stateless/build_O2/_deps/blst-src/src/recip.c | static void reciprocal_fp(vec384 out, const vec384 inp)
{
static const vec384 Px8 = { /* left-aligned value of the modulus */
TO_LIMB_T(0xcff7fffffffd5558), TO_LIMB_T(0xf55ffff58a9ffffd),
TO_LIMB_T(0x39869507b587b120), TO_LIMB_T(0x23ba5c279c2895fb),
TO_LIMB_T(0x58dd3db21a5d66bb), TO_LIMB_... | O2 | c | reciprocal_fp:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r14
movq %rdi, -0x30(%rbp)
leaq 0x279a3(%rip), %r15 # 0x7fcb0
leaq 0x2955c(%rip), %rcx # 0x81870
leaq -0x90(%rbp), %r12
movq %r12, %rdi
movq %r15, %rdx
callq 0x629a0
movabsq $-0x760c0003... | reciprocal_fp:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r14, rsi
mov [rbp+var_30], rdi
lea r15, BLS12_381_P
lea rcx, reciprocal_fp_Px8
lea r12, [rbp+var_90]
mov rdi, r12
mov rdx, r15
call ct_inverse_mod_383
mov r13, ... | long long reciprocal_fp(long long a1, long long a2)
{
unsigned long long is_equal; // r12
_BYTE v4[48]; // [rsp+0h] [rbp-90h] BYREF
_BYTE v5[48]; // [rsp+30h] [rbp-60h] BYREF
long long v6; // [rsp+60h] [rbp-30h]
v6 = a1;
ct_inverse_mod_383(v4, a2, &BLS12_381_P, &reciprocal_fp_Px8);
redc_mont_384(v4, v4,... | reciprocal_fp:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RSI
MOV qword ptr [RBP + -0x30],RDI
LEA R15,[0x17fcb0]
LEA RCX,[0x181870]
LEA R12,[RBP + -0x90]
MOV RDI,R12
MOV RDX,R15
CALL 0x001629a0
MOV R13,-0x760c000300030003
MOV RDI,R12
MOV RSI,R12
MOV RDX,R15
MOV RCX,R13
CALL 0... |
void reciprocal_fp(int8 param_1,int8 param_2)
{
long lVar1;
long lVar2;
int1 local_98 [48];
int1 local_68 [48];
int8 local_38;
local_38 = param_1;
ct_inverse_mod_383(local_98,param_2,BLS12_381_P,reciprocal_fp_Px8);
redc_mont_384(local_98,local_98,BLS12_381_P,0x89f3fffcfffcfffd);
mul_mont_384(loca... | |
10,003 | mysql_stmt_bind_result | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | my_bool STDCALL mysql_stmt_bind_result(MYSQL_STMT *stmt, MYSQL_BIND *bind)
{
uint i;
if (stmt->state < MYSQL_STMT_PREPARED)
{
SET_CLIENT_STMT_ERROR(stmt, CR_NO_PREPARE_STMT, SQLSTATE_UNKNOWN, 0);
return(1);
}
if (!stmt->field_count)
{
SET_CLIENT_STMT_ERROR(stmt, CR_NO_STMT_METADATA, SQLSTATE_U... | O3 | c | mysql_stmt_bind_result:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
cmpl $0x0, 0x50(%rdi)
je 0x2028c
movl 0x60(%rbx), %eax
testq %rax, %rax
je 0x202d2
movq %rsi, %r15
movb $0x1, %r14b
testq %rsi, %rsi
je 0x2032a
movq 0x78(%rbx), %rdi
testq %rdi, %rdi
jne ... | mysql_stmt_bind_result:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdi
cmp dword ptr [rdi+50h], 0
jz loc_2028C
mov eax, [rbx+60h]
test rax, rax
jz loc_202D2
mov r15, rsi
mov r14b, 1
test rsi, rsi
jz loc_2032A
mov... | long long mysql_stmt_bind_result(long long a1, long long a2)
{
unsigned int v2; // r14d
char *v4; // rax
char *v5; // rdi
long long v6; // r12
unsigned long long v7; // r13
unsigned __int8 ( *v8)(_QWORD); // rax
long long v9; // rax
unsigned int v10; // eax
long long v11; // rax
long long v12; // r... | mysql_stmt_bind_result:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
CMP dword ptr [RDI + 0x50],0x0
JZ 0x0012028c
MOV EAX,dword ptr [RBX + 0x60]
TEST RAX,RAX
JZ 0x001202d2
MOV R15,RSI
MOV R14B,0x1
TEST RSI,RSI
JZ 0x0012032a
MOV RDI,qword ptr [RBX + 0x78]
TEST RDI,RDI
JNZ 0x0012... |
ulong mysql_stmt_bind_result(long param_1,void *param_2)
{
code *pcVar1;
int8 uVar2;
char cVar3;
uint uVar4;
void *__dest;
long lVar5;
char *pcVar6;
long lVar7;
ulong uVar8;
int8 unaff_R14;
ulong uVar9;
if (*(int *)(param_1 + 0x50) == 0) {
*(int4 *)(param_1 + 0x108) = 0x7ee;
strncpy... | |
10,004 | booth_encode | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/ec_mult.h | static limb_t booth_encode(limb_t wval, size_t sz)
{
limb_t mask = 0 - (wval >> sz); /* "sign" bit -> mask */
launder(mask);
wval = (wval + 1) >> 1;
wval = (wval ^ mask) - mask;
/* &0x1f, but <=0x10, is index in table, rest is extended "sign" bit */
return wval;
} | O0 | c | booth_encode:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq -0x10(%rbp), %rcx
shrq %cl, %rax
movq %rax, %rcx
xorl %eax, %eax
subq %rcx, %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
addq $0x1, %rax
shrq %rax
movq %rax... | booth_encode:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov rcx, [rbp+var_10]
shr rax, cl
mov rcx, rax
xor eax, eax
sub rax, rcx
mov [rbp+var_18], rax
mov rax, [rbp+var_18]
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
add ... | unsigned long long booth_encode(unsigned long long a1, char a2)
{
return (-(long long)(a1 >> a2) ^ ((a1 + 1) >> 1)) + (a1 >> a2);
}
| booth_encode:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RBP + -0x10]
SHR RAX,CL
MOV RCX,RAX
XOR EAX,EAX
SUB RAX,RCX
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword pt... |
long booth_encode(ulong param_1,byte param_2)
{
ulong uVar1;
uVar1 = param_1 >> (param_2 & 0x3f);
return (param_1 + 1 >> 1 ^ -uVar1) + uVar1;
}
| |
10,005 | string_split(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&) | monkey531[P]llama/common/common.cpp | std::vector<std::string> string_split(const std::string & str, const std::string & delimiter) {
std::vector<std::string> parts;
size_t start = 0;
size_t end = str.find(delimiter);
while (end != std::string::npos) {
parts.push_back(str.substr(start, end - start));
start = end + delimiter... | O0 | cpp | string_split(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&):
subq $0x98, %rsp
movq %rdi, 0x8(%rsp)
movq %rdi, %rax
movq %rax, 0x10(%rsp)
movq %rdi, 0x90(%rsp)
movq %rsi, 0x88(%rsp)
movq %rdx, 0... | _Z12string_splitRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_:
sub rsp, 98h
mov [rsp+98h+var_90], rdi
mov rax, rdi
mov [rsp+98h+var_88], rax
mov [rsp+98h+var_8], rdi
mov [rsp+98h+var_10], rsi
mov [rsp+98h+var_18], rdx
mov [rsp+98h+var_19], 0
call _ZNSt6vectorINSt7__cxx1112... | long long string_split(long long a1, long long a2, long long a3)
{
long long v4; // [rsp+0h] [rbp-98h]
_BYTE v5[48]; // [rsp+18h] [rbp-80h] BYREF
_BYTE v6[32]; // [rsp+48h] [rbp-50h] BYREF
long long i; // [rsp+68h] [rbp-30h]
long long v8; // [rsp+70h] [rbp-28h]
char v9; // [rsp+7Fh] [rbp-19h]
long long v... | string_split:
SUB RSP,0x98
MOV qword ptr [RSP + 0x8],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x10],RAX
MOV qword ptr [RSP + 0x90],RDI
MOV qword ptr [RSP + 0x88],RSI
MOV qword ptr [RSP + 0x80],RDX
MOV byte ptr [RSP + 0x7f],0x0
CALL 0x001630c0
MOV qword ptr [RSP + 0x70],0x0
MOV RDI,qword ptr [RSP + 0x88]
MOV RSI,qword ptr [... |
/* WARNING: Removing unreachable block (ram,0x001ee762) */
/* string_split(std::__cxx11::string const&, std::__cxx11::string const&) */
string * string_split(string *param_1,string *param_2)
{
long lVar1;
ulong in_RDX;
string local_80 [48];
string local_50 [32];
long local_30;
long local_28;
int1 local... | |
10,006 | js_generator_finalizer | bluesky950520[P]quickjs/quickjs.c | static void js_generator_finalizer(JSRuntime *rt, JSValue obj)
{
JSGeneratorData *s = JS_GetOpaque(obj, JS_CLASS_GENERATOR);
if (s) {
free_generator_stack_rt(rt, s);
js_free_rt(rt, s);
}
} | O1 | c | js_generator_finalizer:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq %rsi, (%rsp)
cmpl $-0x1, %edx
jne 0x3b385
movq (%rsp), %rax
cmpw $0x2f, 0x6(%rax)
jne 0x3b385
movq 0x30(%rax), %r14
jmp 0x3b388
xorl %r14d, %r14d
testq %r14, %r14
je 0x3b3d3
cmpl $0x4, (%r14)
je 0x3b3a6
leaq 0x8(%r14), %rsi
movq %rbx, %rdi
ca... | js_generator_finalizer:
push r14
push rbx
push rax
mov rbx, rdi
mov [rsp+18h+var_18], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_3B385
mov rax, [rsp+18h+var_18]
cmp word ptr [rax+6], 2Fh ; '/'
jnz short loc_3B385
mov r14, [rax+30h]
jmp short loc_3B388
loc_3B385:
xor r14d, r14... | void js_generator_finalizer(long long a1, long long a2, long long a3)
{
_DWORD *v3; // r14
long long v4; // rax
void ( *v5)(_QWORD, _DWORD *); // rcx
if ( (_DWORD)a3 == -1 && *(_WORD *)(a2 + 6) == 47 )
v3 = *(_DWORD **)(a2 + 48);
else
v3 = 0LL;
if ( v3 )
{
if ( *v3 != 4 )
{
async_f... | js_generator_finalizer:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV qword ptr [RSP],RSI
CMP EDX,-0x1
JNZ 0x0013b385
MOV RAX,qword ptr [RSP]
CMP word ptr [RAX + 0x6],0x2f
JNZ 0x0013b385
MOV R14,qword ptr [RAX + 0x30]
JMP 0x0013b388
LAB_0013b385:
XOR R14D,R14D
LAB_0013b388:
TEST R14,R14
JZ 0x0013b3d3
CMP dword ptr [R14],0... |
void js_generator_finalizer(long param_1,long param_2,int param_3)
{
long lVar1;
int *piVar2;
if ((param_3 == -1) && (*(short *)(param_2 + 6) == 0x2f)) {
piVar2 = *(int **)(param_2 + 0x30);
}
else {
piVar2 = (int *)0x0;
}
if (piVar2 != (int *)0x0) {
if (*piVar2 != 4) {
async_func_fr... | |
10,007 | js_generator_finalizer | bluesky950520[P]quickjs/quickjs.c | static void js_generator_finalizer(JSRuntime *rt, JSValue obj)
{
JSGeneratorData *s = JS_GetOpaque(obj, JS_CLASS_GENERATOR);
if (s) {
free_generator_stack_rt(rt, s);
js_free_rt(rt, s);
}
} | O2 | c | js_generator_finalizer:
pushq %r14
pushq %rbx
pushq %rax
cmpl $-0x1, %edx
jne 0x341b2
cmpw $0x2f, 0x6(%rsi)
jne 0x341b2
movq 0x30(%rsi), %r14
testq %r14, %r14
je 0x341b2
movq %rdi, %rbx
movq %r14, %rsi
callq 0x34257
movq %rbx, %rdi
movq %r14, %rsi
addq $0x8, %rsp
popq %rbx
popq %r14
jmp 0x170cb
addq $0x8, %rsp
popq %rb... | js_generator_finalizer:
push r14
push rbx
push rax
cmp edx, 0FFFFFFFFh
jnz short loc_341B2
cmp word ptr [rsi+6], 2Fh ; '/'
jnz short loc_341B2
mov r14, [rsi+30h]
test r14, r14
jz short loc_341B2
mov rbx, rdi
mov rsi, r14
call free_generator_stack_rt
mov rdi, rbx
mov ... | long long js_generator_finalizer(long long a1, long long a2, long long a3)
{
long long v3; // r14
long long result; // rax
if ( (_DWORD)a3 == -1 && *(_WORD *)(a2 + 6) == 47 )
{
v3 = *(_QWORD *)(a2 + 48);
if ( v3 )
{
free_generator_stack_rt(a1, *(_QWORD *)(a2 + 48), a3);
return js_free_... | js_generator_finalizer:
PUSH R14
PUSH RBX
PUSH RAX
CMP EDX,-0x1
JNZ 0x001341b2
CMP word ptr [RSI + 0x6],0x2f
JNZ 0x001341b2
MOV R14,qword ptr [RSI + 0x30]
TEST R14,R14
JZ 0x001341b2
MOV RBX,RDI
MOV RSI,R14
CALL 0x00134257
MOV RDI,RBX
MOV RSI,R14
ADD RSP,0x8
POP RBX
POP R14
JMP 0x001170cb
LAB_001341b2:
ADD RSP,0x8
POP R... |
void js_generator_finalizer(int8 param_1,long param_2,int param_3)
{
long lVar1;
if (((param_3 == -1) && (*(short *)(param_2 + 6) == 0x2f)) &&
(lVar1 = *(long *)(param_2 + 0x30), lVar1 != 0)) {
free_generator_stack_rt(param_1,lVar1);
js_free_rt(param_1,lVar1);
return;
}
return;
}
| |
10,008 | common_arg::set_env(char const*) | llama.cpp/common/arg.cpp | common_arg & common_arg::set_env(const char * env) {
help = help + "\n(env: " + env + ")";
this->env = env;
return *this;
} | O3 | cpp | common_arg::set_env(char const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x78, %rsp
movq %rsi, %rbp
movq %rdi, %rbx
leaq 0x18(%rsp), %r14
movq %r14, -0x10(%r14)
movq 0x90(%rdi), %rsi
movq 0x98(%rdi), %rdx
addq %rsi, %rdx
leaq 0x8(%rsp), %r15
movq %r15, %rdi
callq 0x28d1a
leaq 0xea4ae(%r... | _ZN10common_arg7set_envEPKc:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov rbp, rsi
mov rbx, rdi
lea r14, [rsp+0A8h+var_90]
mov [r14-10h], r14
mov rsi, [rdi+90h]
mov rdx, [rdi+98h]
add rdx, rsi
lea r15, [rsp+0A8h+var_A0]
mov rdi, r15
cal... | common_arg * common_arg::set_env(common_arg *this, const char *a2)
{
long long v2; // r12
char *v3; // r14
long long v4; // r13
char *v5; // r12
const char *v6; // r15
common_arg *v7; // rbx
void *v9[2]; // [rsp+8h] [rbp-A0h] BYREF
_QWORD v10[2]; // [rsp+18h] [rbp-90h] BYREF
void *v11[2]; // [rsp+28h]... | set_env:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV RBP,RSI
MOV RBX,RDI
LEA R14,[RSP + 0x18]
MOV qword ptr [R14 + -0x10],R14
MOV RSI,qword ptr [RDI + 0x90]
MOV RDX,qword ptr [RDI + 0x98]
ADD RDX,RSI
LEA R15,[RSP + 0x8]
MOV RDI,R15
CALL 0x00128d1a
LAB_0012934b:
LEA RSI,[0x213800]
MOV RDI,R15
... |
/* common_arg::set_env(char const*) */
common_arg * __thiscall common_arg::set_env(common_arg *this,char *param_1)
{
common_arg *pcVar1;
char *pcVar2;
int8 *puVar3;
long lVar4;
long *plVar5;
long *local_a0 [2];
long local_90 [2];
long *local_80;
long local_78;
long local_70 [2];
common_arg *loc... | |
10,009 | sp_add_point_to_mbr | eloqsql/storage/maria/ma_sp_key.c | static int sp_add_point_to_mbr(uchar *(*wkb), uchar *end, uint n_dims,
uchar byte_order __attribute__((unused)),
double *mbr)
{
double ord;
double *mbr_end= mbr + n_dims * 2;
while (mbr < mbr_end)
{
if ((*wkb) > end - 8)
return -1;
float8get(ord, (const uchar*) *wkb);
(*wk... | O0 | c | sp_add_point_to_mbr:
pushq %rbp
movq %rsp, %rbp
movb %cl, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movb %al, -0x1d(%rbp)
movq %r8, -0x28(%rbp)
movq -0x28(%rbp), %rax
movl -0x1c(%rbp), %ecx
shll %ecx
movl %ecx, %ecx
shlq $0x3, %rcx
addq %rcx, %rax
movq %rax, -0x38(%rbp)
movq -0x28(%rbp), ... | sp_add_point_to_mbr:
push rbp
mov rbp, rsp
mov al, cl
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_1D], al
mov [rbp+var_28], r8
mov rax, [rbp+var_28]
mov ecx, [rbp+var_1C]
shl ecx, 1
mov ecx, ecx
shl rcx, 3
add rax, rcx
mov [rb... | long long sp_add_point_to_mbr(unsigned long long *a1, long long a2, int a3, long long a4, double *a5)
{
double v6; // [rsp+8h] [rbp-30h]
double *i; // [rsp+10h] [rbp-28h]
double *v8; // [rsp+10h] [rbp-28h]
for ( i = a5; i < &a5[2 * a3]; i = v8 + 1 )
{
if ( *a1 > a2 - 8 )
return (unsigned int)-1;
... | sp_add_point_to_mbr:
PUSH RBP
MOV RBP,RSP
MOV AL,CL
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV byte ptr [RBP + -0x1d],AL
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x28]
MOV ECX,dword ptr [RBP + -0x1c]
SHL ECX,0x1
MOV ECX,ECX
SHL RCX,0x3
ADD RAX,RCX... |
int4
sp_add_point_to_mbr(ulong *param_1,long param_2,int param_3,int8 param_4,double *param_5)
{
double dVar1;
double *pdVar2;
double *local_30;
local_30 = param_5;
while( true ) {
if (param_5 + (uint)(param_3 << 1) <= local_30) {
return 0;
}
if (param_2 - 8U < *param_1) break;
dVar... | |
10,010 | ggml_tensor_mean(ggml_tensor*) | 7CodeWizard[P]stablediffusion/ggml_extend.hpp | __STATIC_INLINE__ float ggml_tensor_mean(struct ggml_tensor* src) {
float mean = 0.0f;
int64_t nelements = ggml_nelements(src);
float* data = (float*)src->data;
for (int i = 0; i < nelements; i++) {
mean += data[i] / nelements * 1.0f;
}
return mean;
} | O2 | cpp | ggml_tensor_mean(ggml_tensor*):
pushq %rbx
movq %rdi, %rbx
callq 0x67ada
movq 0x118(%rbx), %rcx
cvtsi2ss %rax, %xmm1
xorl %edx, %edx
testq %rax, %rax
cmovleq %rdx, %rax
xorps %xmm0, %xmm0
cmpq %rdx, %rax
je 0x1d0a2
movss (%rcx,%rdx,4), %xmm2
divss %xmm1, %xmm2
addss %xmm2, %xmm0
incq %rdx
jmp 0x1d08b
popq %rbx
retq
| _ZL16ggml_tensor_meanP11ggml_tensor:
push rbx
mov rbx, rdi
call ggml_nelements
mov rcx, [rbx+118h]
cvtsi2ss xmm1, rax
xor edx, edx
test rax, rax
cmovle rax, rdx
xorps xmm0, xmm0
loc_1D08B:
cmp rax, rdx
jz short loc_1D0A2
movss xmm2, dword ptr [rcx+rdx*4]
divss xmm2, xmm1
addss xmm... | long long ggml_tensor_mean(long long a1)
{
long long result; // rax
float v2; // xmm1_4
long long v3; // rdx
float v4; // xmm0_4
result = ggml_nelements();
v2 = (float)(int)result;
v3 = 0LL;
if ( result <= 0 )
result = 0LL;
v4 = 0.0;
while ( result != v3 )
v4 = v4 + (float)(*(float *)(*(_Q... | ggml_tensor_mean:
PUSH RBX
MOV RBX,RDI
CALL 0x00167ada
MOV RCX,qword ptr [RBX + 0x118]
CVTSI2SS XMM1,RAX
XOR EDX,EDX
TEST RAX,RAX
CMOVLE RAX,RDX
XORPS XMM0,XMM0
LAB_0011d08b:
CMP RAX,RDX
JZ 0x0011d0a2
MOVSS XMM2,dword ptr [RCX + RDX*0x4]
DIVSS XMM2,XMM1
ADDSS XMM0,XMM2
INC RDX
JMP 0x0011d08b
LAB_0011d0a2:
POP RBX
RET
|
/* ggml_tensor_mean(ggml_tensor*) */
float ggml_tensor_mean(ggml_tensor *param_1)
{
long lVar1;
long lVar2;
long lVar3;
float fVar4;
lVar1 = ggml_nelements();
lVar3 = 0;
lVar2 = lVar1;
if (lVar1 < 1) {
lVar2 = lVar3;
}
fVar4 = 0.0;
for (; lVar2 != lVar3; lVar3 = lVar3 + 1) {
fVar4 = ... | |
10,011 | Settings::allSlaveShipsSunk() const | 666mxvbee[P]BattleShip/lib/Settings/Settings.cpp | bool Settings::allSlaveShipsSunk() const {
std::lock_guard<std::mutex> lock(settings_mutex);
for (const auto& ship : slaveShips) {
if (!ship.isSunk()) return false;
}
return true;
} | O1 | cpp | Settings::allSlaveShipsSunk() const:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
callq 0x5500
testl %eax, %eax
jne 0x7295
movq 0xa8(%rbx), %r14
movq 0xb0(%rbx), %r15
cmpq %r15, %r14
sete %bpl
je 0x727c
movq %r14, %rdi
callq 0x155d2
testb %al, %al
je 0x727c
addq $0x40, %r14
jmp 0x7261
movq %rb... | _ZNK8Settings17allSlaveShipsSunkEv:
push rbp
push r15
push r14
push rbx
push rax
mov rbx, rdi
call _pthread_mutex_lock
test eax, eax
jnz short loc_7295
mov r14, [rbx+0A8h]
mov r15, [rbx+0B0h]
loc_7261:
cmp r14, r15
setz bpl
jz short loc_727C
mov rdi, r14; this
call ... | long long Settings::allSlaveShipsSunk(Ship **this)
{
unsigned int v1; // ebp
int v2; // eax
Ship *v3; // r14
Ship *v4; // r15
v2 = pthread_mutex_lock(this);
if ( v2 )
std::__throw_system_error(v2);
v3 = this[21];
v4 = this[22];
while ( v3 != v4 && (unsigned __int8)Ship::isSunk(v3) )
v3 = (Sh... | allSlaveShipsSunk:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x00105500
TEST EAX,EAX
JNZ 0x00107295
MOV R14,qword ptr [RBX + 0xa8]
MOV R15,qword ptr [RBX + 0xb0]
LAB_00107261:
CMP R14,R15
SETZ BPL
JZ 0x0010727c
LAB_0010726a:
MOV RDI,R14
CALL 0x001155d2
LAB_00107272:
TEST AL,AL
JZ 0x0010727c
ADD R14,... |
/* Settings::allSlaveShipsSunk() const */
ulong __thiscall Settings::allSlaveShipsSunk(Settings *this)
{
Ship *pSVar1;
char cVar2;
int iVar3;
int8 unaff_RBP;
int7 uVar4;
Ship *this_00;
bool bVar5;
iVar3 = pthread_mutex_lock((pthread_mutex_t *)this);
if (iVar3 != 0) {
/* WARNI... | |
10,012 | Settings::allSlaveShipsSunk() const | 666mxvbee[P]BattleShip/lib/Settings/Settings.cpp | bool Settings::allSlaveShipsSunk() const {
std::lock_guard<std::mutex> lock(settings_mutex);
for (const auto& ship : slaveShips) {
if (!ship.isSunk()) return false;
}
return true;
} | O2 | cpp | Settings::allSlaveShipsSunk() const:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
callq 0x6e34
movq 0xa8(%rbx), %rcx
movq 0xb0(%rbx), %r15
movq %rcx, %r14
cmpq %r15, %rcx
je 0x6a07
movq %r14, %rdi
callq 0x135ea
leaq 0x40(%r14), %rcx
testb %al, %al
jne 0x69ef
cmpq %r15, %r14
sete %bpl
movq %rbx... | _ZNK8Settings17allSlaveShipsSunkEv:
push rbp
push r15
push r14
push rbx
push rax
mov rbx, rdi
call _ZNSt5mutex4lockEv; std::mutex::lock(void)
mov rcx, [rbx+0A8h]
mov r15, [rbx+0B0h]
loc_69EF:
mov r14, rcx
cmp rcx, r15
jz short loc_6A07
mov rdi, r14; this
call _ZNK4Ship6... | long long Settings::allSlaveShipsSunk(Ship **this)
{
unsigned int v1; // ebp
Ship *v2; // rcx
Ship *v3; // r15
Ship *v4; // r14
char isSunk; // al
std::mutex::lock((std::mutex *)this);
v2 = this[21];
v3 = this[22];
do
{
v4 = v2;
if ( v2 == v3 )
break;
isSunk = Ship::isSunk(v2);
... | allSlaveShipsSunk:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x00106e34
MOV RCX,qword ptr [RBX + 0xa8]
MOV R15,qword ptr [RBX + 0xb0]
LAB_001069ef:
MOV R14,RCX
CMP RCX,R15
JZ 0x00106a07
LAB_001069f7:
MOV RDI,R14
CALL 0x001135ea
LAB_001069ff:
LEA RCX,[R14 + 0x40]
TEST AL,AL
JNZ 0x001069ef
LAB_00106a0... |
/* Settings::allSlaveShipsSunk() const */
ulong __thiscall Settings::allSlaveShipsSunk(Settings *this)
{
Ship *pSVar1;
Ship *pSVar2;
char cVar3;
Ship *this_00;
int8 unaff_RBP;
std::mutex::lock();
pSVar1 = *(Ship **)(this + 0xb0);
pSVar2 = *(Ship **)(this + 0xa8);
do {
this_00 = pSVar2;
i... | |
10,013 | minja::IfTemplateToken::~IfTemplateToken() | monkey531[P]llama/common/minja.hpp | IfTemplateToken(const Location & location, SpaceHandling pre, SpaceHandling post, std::shared_ptr<Expression> && c) : TemplateToken(Type::If, location, pre, post), condition(std::move(c)) {} | O1 | cpp | minja::IfTemplateToken::~IfTemplateToken():
pushq %rbx
movq %rdi, %rbx
leaq 0x9548d(%rip), %rax # 0x132b40
addq $0x10, %rax
movq %rax, (%rdi)
movq 0x38(%rdi), %rdi
testq %rdi, %rdi
je 0x9d6c8
callq 0x720e2
leaq 0x94c29(%rip), %rax # 0x1322f8
addq $0x10, %rax
movq %rax, (%rbx)
movq 0x18(%rbx), %rdi
testq %rdi, %... | _ZN5minja15IfTemplateTokenD0Ev:
push rbx
mov rbx, rdi
lea rax, _ZTVN5minja15IfTemplateTokenE; `vtable for'minja::IfTemplateToken
add rax, 10h
mov [rdi], rax
mov rdi, [rdi+38h]
test rdi, rdi
jz short loc_9D6C8
call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv; st... | void minja::IfTemplateToken::~IfTemplateToken(minja::IfTemplateToken *this)
{
volatile signed __int32 *v2; // rdi
volatile signed __int32 *v3; // rdi
*(_QWORD *)this = &`vtable for'minja::IfTemplateToken + 2;
v2 = (volatile signed __int32 *)*((_QWORD *)this + 7);
if ( v2 )
std::_Sp_counted_base<(__gnu_c... | ~IfTemplateToken:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x232b40]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x38]
TEST RDI,RDI
JZ 0x0019d6c8
CALL 0x001720e2
LAB_0019d6c8:
LEA RAX,[0x2322f8]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
MOV RDI,qword ptr [RBX + 0x18]
TEST RDI,RDI
JZ 0x0019d6e4
CALL 0x001720e2
LAB_001... |
/* minja::IfTemplateToken::~IfTemplateToken() */
void __thiscall minja::IfTemplateToken::~IfTemplateToken(IfTemplateToken *this)
{
*(int ***)this = &PTR__IfTemplateToken_00232b50;
if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x38) !=
(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *)0x0) {
... | |
10,014 | my_rw_init | eloqsql/mysys/thr_rwlock.c | int my_rw_init(my_rw_lock_t *rwp)
{
pthread_condattr_t cond_attr;
pthread_mutex_init( &rwp->lock, MY_MUTEX_INIT_FAST);
pthread_condattr_init( &cond_attr );
pthread_cond_init( &rwp->readers, &cond_attr );
pthread_cond_init( &rwp->writers, &cond_attr );
pthread_condattr_destroy(&cond_attr);
rwp->state = 0... | O3 | c | my_rw_init:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
leaq 0x347deb(%rip), %rsi # 0x379cd0
callq 0x24550
leaq -0x14(%rbp), %r14
movq %r14, %rdi
callq 0x24090
leaq 0x28(%rbx), %rdi
movq %r14, %rsi
callq 0x24460
leaq 0x58(%rbx), %rdi
movq %r14, %rsi
callq 0x24460
movq %r14, %rdi... | my_rw_init:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 10h
mov rbx, rdi
lea rsi, my_fast_mutexattr
call _pthread_mutex_init
lea r14, [rbp+var_14]
mov rdi, r14
call _pthread_condattr_init
lea rdi, [rbx+28h]
mov rsi, r14
call _pthread_cond_init
lea rdi, [rbx+58h... | long long my_rw_init(long long a1)
{
_BYTE v2[20]; // [rsp+Ch] [rbp-14h] BYREF
pthread_mutex_init(a1, &my_fast_mutexattr);
pthread_condattr_init(v2);
pthread_cond_init(a1 + 40, v2);
pthread_cond_init(a1 + 88, v2);
pthread_condattr_destroy(v2);
*(_QWORD *)(a1 + 136) = 0LL;
return 0LL;
}
| my_rw_init:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
LEA RSI,[0x479cd0]
CALL 0x00124550
LEA R14,[RBP + -0x14]
MOV RDI,R14
CALL 0x00124090
LEA RDI,[RBX + 0x28]
MOV RSI,R14
CALL 0x00124460
LEA RDI,[RBX + 0x58]
MOV RSI,R14
CALL 0x00124460
MOV RDI,R14
CALL 0x001241d0
MOV qword ptr [RBX + 0x88],0x0
XO... |
int8 my_rw_init(pthread_mutex_t *param_1)
{
pthread_condattr_t local_1c;
pthread_mutex_init(param_1,(pthread_mutexattr_t *)&my_fast_mutexattr);
pthread_condattr_init(&local_1c);
pthread_cond_init((pthread_cond_t *)(param_1 + 1),&local_1c);
pthread_cond_init((pthread_cond_t *)((long)param_1 + 0x58),&local... | |
10,015 | js_new_function_def | bluesky950520[P]quickjs/quickjs.c | static JSFunctionDef *js_new_function_def(JSContext *ctx,
JSFunctionDef *parent,
BOOL is_eval,
BOOL is_func_expr,
const char *filename,
... | O2 | c | js_new_function_def:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %r9d, 0x4(%rsp)
movq %r8, %r15
movl %ecx, %r12d
movl %edx, %r13d
movq %rsi, %rbp
movq %rdi, %r14
movl $0x238, %esi # imm = 0x238
callq 0x17241
movq %rax, %rbx
testq %rax, %rax
je 0x4b955
movq %r14, (%rbx)
l... | js_new_function_def:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov [rsp+38h+var_34], r9d
mov r15, r8
mov r12d, ecx
mov r13d, edx
mov rbp, rsi
mov r14, rdi
mov esi, 238h
call js_mallocz
mov rbx, rax
test rax, rax
jz loc_4B955
mov [r... | long long js_new_function_def(long long a1, long long a2, int a3, int a4, unsigned __int8 *a5, int a6, int a7)
{
long long v10; // rax
long long v11; // rbx
long long v12; // rdx
long long v13; // r15
long long v14; // rax
v10 = js_mallocz(a1, 0x238uLL);
v11 = v10;
if ( v10 )
{
*(_QWORD *)v10 = ... | js_new_function_def:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV dword ptr [RSP + 0x4],R9D
MOV R15,R8
MOV R12D,ECX
MOV R13D,EDX
MOV RBP,RSI
MOV R14,RDI
MOV ESI,0x238
CALL 0x00117241
MOV RBX,RAX
TEST RAX,RAX
JZ 0x0014b955
MOV qword ptr [RBX],R14
LEA RAX,[RBX + 0x18]
MOV qword ptr [RBX + 0x18],RAX
... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int8 *
js_new_function_def(int8 param_1,long param_2,int4 param_3,int4 param_4,
int8 param_5,int4 param_6,int4 param_7)
{
int4 uVar1;
int4 uVar2;
int4 uVar3;
int8 *puVar4;
int8 *puVar5;
long lVar6;
... | |
10,016 | do_show_slave_status | eloqsql/client/mysqldump.c | static int do_show_slave_status(MYSQL *mysql_con, int use_gtid,
int have_mariadb_gtid)
{
MYSQL_RES *UNINIT_VAR(slave);
MYSQL_ROW row;
const char *comment_prefix=
(opt_slave_data == MYSQL_OPT_SLAVE_DATA_COMMENTED_SQL) ? "-- " : "";
const char *gtid_comment_prefix= (use_gtid ? ... | O0 | c | do_show_slave_status:
pushq %rbp
movq %rsp, %rbp
subq $0x470, %rsp # imm = 0x470
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x420(%rbp)
movl %esi, -0x424(%rbp)
movl %edx, -0x428(%rbp)
movq -0x430(%rbp), %rax
movq %rax, -0x430(%rbp)
movl 0x3c5fa5(%rip), %edx # 0x401624
leaq 0xa14c6(%rip), %rax ... | do_show_slave_status:
push rbp
mov rbp, rsp
sub rsp, 470h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_420], rdi
mov [rbp+var_424], esi
mov [rbp+var_428], edx
mov rax, [rbp+var_430]
mov [rbp+var_430], rax
mov edx, cs:opt_slave_data
lea rax, asc_DCB4A+2; ""
lea rcx... | long long do_show_slave_status(long long a1, int a2, int a3)
{
char *v3; // rax
const char *v4; // rdx
const char *v6; // [rsp+8h] [rbp-468h]
const char *v7; // [rsp+10h] [rbp-460h]
int v8; // [rsp+1Ch] [rbp-454h]
const char **row; // [rsp+38h] [rbp-438h]
long long v10; // [rsp+40h] [rbp-430h] BYREF
in... | do_show_slave_status:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x470
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x420],RDI
MOV dword ptr [RBP + -0x424],ESI
MOV dword ptr [RBP + -0x428],EDX
MOV RAX,qword ptr [RBP + -0x430]
MOV qword ptr [RBP + -0x430],RAX
MOV EDX,dword ptr [0x00501624]
LEA RAX,... |
int4 do_show_slave_status(int8 param_1,int param_2,int param_3)
{
bool bVar1;
int iVar2;
int *puVar3;
int8 *puVar4;
char *pcVar5;
long in_FS_OFFSET;
int *local_470;
int *local_468;
int8 local_438;
int local_430;
int local_42c;
int8 local_428;
int4 local_41c;
int1 local_418 [1032];
long l... | |
10,017 | ggml_easy::ctx::set_tensor_data(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, void const*) | ngxson[P]ggml-easy/ggml-easy.h | void set_tensor_data(const std::string & name, const void * data) {
ggml_tensor * t = ggml_get_tensor(ctx_gf, name.c_str());
if (!t) {
throw std::runtime_error(string_format("tensor not found: %s", name.c_str()));
}
ggml_backend_tensor_set(t, data, 0, ggml_nbytes(t));
} | O1 | c | ggml_easy::ctx::set_tensor_data(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, void const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq 0x48(%rdi), %rdi
movq (%rsi), %rsi
callq 0x4600
testq %rax, %rax
je 0x8968
movq %rax, %r1... | _ZN9ggml_easy3ctx15set_tensor_dataERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKv:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
mov rbx, rdx
mov r14, rsi
mov rdi, [rdi+48h]
mov rsi, [rsi]
call _ggml_get_tensor
test rax, rax
jz short loc_8968
mov r15, rax
mov... | long long ggml_easy::ctx::set_tensor_data(
long long a1,
long long *a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long tensor; // rax
long long v13; // r15
... | set_tensor_data:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDX
MOV R14,RSI
MOV RDI,qword ptr [RDI + 0x48]
MOV RSI,qword ptr [RSI]
CALL 0x00104600
TEST RAX,RAX
JZ 0x00108968
MOV R15,RAX
MOV RDI,RAX
CALL 0x001040a0
MOV RDI,R15
MOV RSI,RBX
XOR EDX,EDX
MOV RCX,RAX
ADD RSP,0x28
POP RBX
POP R14
POP R15
POP RBP... |
/* ggml_easy::ctx::set_tensor_data(std::__cxx11::string const&, void const*) */
void __thiscall ggml_easy::ctx::set_tensor_data(ctx *this,string *param_1,void *param_2)
{
long lVar1;
int8 uVar2;
runtime_error *this_00;
string local_40 [32];
lVar1 = ggml_get_tensor(*(int8 *)(this + 0x48),*(int8 *)param_1... | |
10,018 | ggml_easy::ctx::set_tensor_data(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, void const*) | ngxson[P]ggml-easy/ggml-easy.h | void set_tensor_data(const std::string & name, const void * data) {
ggml_tensor * t = ggml_get_tensor(ctx_gf, name.c_str());
if (!t) {
throw std::runtime_error(string_format("tensor not found: %s", name.c_str()));
}
ggml_backend_tensor_set(t, data, 0, ggml_nbytes(t));
} | O3 | c | ggml_easy::ctx::set_tensor_data(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, void const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq 0x48(%rdi), %rdi
movq (%rsi), %rsi
callq 0x4600
testq %rax, %rax
je 0x8a46
movq %rax, %r1... | _ZN9ggml_easy3ctx15set_tensor_dataERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKv:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
mov rbx, rdx
mov r14, rsi
mov rdi, [rdi+48h]
mov rsi, [rsi]
call _ggml_get_tensor
test rax, rax
jz short loc_8A46
mov r15, rax
mov... | long long ggml_easy::ctx::set_tensor_data(
long long a1,
long long *a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long tensor; // rax
long long v13; // r15
... | set_tensor_data:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDX
MOV R14,RSI
MOV RDI,qword ptr [RDI + 0x48]
MOV RSI,qword ptr [RSI]
CALL 0x00104600
TEST RAX,RAX
JZ 0x00108a46
MOV R15,RAX
MOV RDI,RAX
CALL 0x001040a0
MOV RDI,R15
MOV RSI,RBX
XOR EDX,EDX
MOV RCX,RAX
ADD RSP,0x28
POP RBX
POP R14
POP R15
POP RBP... |
/* ggml_easy::ctx::set_tensor_data(std::__cxx11::string const&, void const*) */
void __thiscall ggml_easy::ctx::set_tensor_data(ctx *this,string *param_1,void *param_2)
{
long lVar1;
int8 uVar2;
runtime_error *this_00;
string local_40 [32];
lVar1 = ggml_get_tensor(*(int8 *)(this + 0x48),*(int8 *)param_1... | |
10,019 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/minja.hpp | inline json Value::get<json>() const {
if (is_primitive()) return primitive_;
if (is_null()) return json();
if (array_) {
std::vector<json> res;
for (const auto& item : *array_) {
res.push_back(item.get<json>());
}
return res;
}
if (object_) {
json res = json::object();
for (cons... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK5minja5Value3getIN8nlohmann16json_abi_v3_11_310basic_jsonINS3_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS3_14adl_serializerES6_IhSaIhEEvEEEET_v:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C8h
mov r14, rsi
mov r13, rdi
mov ... | unsigned __int8 * minja::Value::get<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>>(
unsigned __int8 *a1,
long long a2)
{
lo... | get<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH ... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>
minja::Value::get<nlohmann::... | |
10,020 | nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::all... | monkey531[P]llama/common/json.hpp | const string_type& key() const
{
JSON_ASSERT(anchor.m_object != nullptr);
switch (anchor.m_object->type())
{
// use integer array index as key
case value_t::array:
{
if (array_index != array_index_last)
{
... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::all... | _ZNK8nlohmann16json_abi_v3_11_36detail21iteration_proxy_valueINS1_9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEEEEE3keyEv:
push rbx
mov rax, [rdi]
test rax, rax
jz short loc_99D72
mov rbx, rdi
movzx... | long long nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<u... | key:
PUSH RBX
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
JZ 0x00199d72
MOV RBX,RDI
MOVZX EAX,byte ptr [RAX]
CMP EAX,0x1
JZ 0x00199d60
CMP EAX,0x2
JNZ 0x00199d69
MOV RSI,qword ptr [RBX + 0x20]
CMP RSI,qword ptr [RBX + 0x28]
JZ 0x00199d5a
LEA RDI,[RBX + 0x30]
CALL 0x0019c657
MOV RAX,qword ptr [RBX + 0x20]
MOV qword ptr [RBX + ... |
/* nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializ... | |
10,021 | nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::all... | monkey531[P]llama/common/json.hpp | const string_type& key() const
{
JSON_ASSERT(anchor.m_object != nullptr);
switch (anchor.m_object->type())
{
// use integer array index as key
case value_t::array:
{
if (array_index != array_index_last)
{
... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::all... | _ZNK8nlohmann16json_abi_v3_11_36detail21iteration_proxy_valueINS1_9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEEEEE3keyEv:
push rbx
mov rax, [rdi]
test rax, rax
jz short loc_D14BE
mov rbx, rdi
movzx ... | long long nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<u... | key:
PUSH RBX
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
JZ 0x001d14be
MOV RBX,RDI
MOVZX EAX,byte ptr [RAX]
CMP EAX,0x1
JZ 0x001d14ac
CMP EAX,0x2
JNZ 0x001d14b5
MOV RSI,qword ptr [RBX + 0x20]
CMP RSI,qword ptr [RBX + 0x28]
JZ 0x001d14a6
LEA RDI,[RBX + 0x30]
CALL 0x001d1573
MOV RAX,qword ptr [RBX + 0x20]
MOV qword ptr [RBX + ... |
/* nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializ... | |
10,022 | unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task&&, unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler, unifex::_task::_task<void>::type>::type, unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_task, unifex::_... | aimrt_mujoco_sim/_deps/libunifex-src/include/unifex/sequence.hpp | ~type() {
switch (status_) {
case status::predecessor_operation_constructed:
unifex::deactivate_union_member(predOp_);
break;
case status::successor_operation_constructed:
unifex::deactivate_union_member(succOp_);
break;
case status::... | O0 | cpp | unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task&&, unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler, unifex::_task::_task<void>::type>::type, unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_task, unifex::_... | _ZN6unifex4_seq3_opIONS_13_inline_sched9scheduler13schedule_taskENS_17_with_query_value7_senderINS_14_get_scheduler3_fnES3_NS_5_task5_taskIvE4typeEE4typeENS_12_async_scope9_receiverINS0_7_senderIS4_SF_E4typeEE4typeEE4typeD2Ev:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rax, [rsp+18h+var_8]
mov [rsp+18h+v... | long long unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task &&,unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn,unifex::_inline_sched::scheduler,unifex::_task::_task<void>::type>::type,unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_task,un... | ~type:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [RSP],RAX
MOV EAX,dword ptr [RAX + 0x28]
MOV dword ptr [RSP + 0xc],EAX
TEST EAX,EAX
JZ 0x001f3853
JMP 0x001f381f
LAB_001f381f:
MOV EAX,dword ptr [RSP + 0xc]
SUB EAX,0x1
JZ 0x001f3835
JMP 0x001f382a
LAB_001f382a:
MOV EAX,dwor... |
/* unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task&&,
unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler,
unifex::_task::_task<void>::type>::type,
unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_ta... | |
10,023 | unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task&&, unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler, unifex::_task::_task<void>::type>::type, unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_task, unifex::_... | aimrt_mujoco_sim/_deps/libunifex-src/include/unifex/sequence.hpp | ~type() {
switch (status_) {
case status::predecessor_operation_constructed:
unifex::deactivate_union_member(predOp_);
break;
case status::successor_operation_constructed:
unifex::deactivate_union_member(succOp_);
break;
case status::... | O3 | cpp | unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task&&, unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler, unifex::_task::_task<void>::type>::type, unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_task, unifex::_... | _ZN6unifex4_seq3_opIONS_13_inline_sched9scheduler13schedule_taskENS_17_with_query_value7_senderINS_14_get_scheduler3_fnES3_NS_5_task5_taskIvE4typeEE4typeENS_12_async_scope9_receiverINS0_7_senderIS4_SF_E4typeEE4typeEE4typeD2Ev:
push rbx
mov rbx, rdi
cmp dword ptr [rdi+28h], 2
jnz short loc_4EFC0
mov r... | void unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task &&,unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn,unifex::_inline_sched::scheduler,unifex::_task::_task<void>::type>::type,unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_task,unifex:... | ~type:
PUSH RBX
MOV RBX,RDI
CMP dword ptr [RDI + 0x28],0x2
JNZ 0x0014efc0
MOV RDI,qword ptr [RBX + 0x30]
TEST RDI,RDI
JZ 0x0014efc0
LAB_0014efbd:
CALL qword ptr [RDI + 0x8]
LAB_0014efc0:
MOV RDI,qword ptr [RBX]
TEST RDI,RDI
JZ 0x0014efcb
LAB_0014efc8:
CALL qword ptr [RDI + 0x8]
LAB_0014efcb:
POP RBX
RET
|
/* unifex::_seq::_op<unifex::_inline_sched::scheduler::schedule_task&&,
unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler,
unifex::_task::_task<void>::type>::type,
unifex::_async_scope::_receiver<unifex::_seq::_sender<unifex::_inline_sched::scheduler::schedule_ta... | |
10,024 | mysql_stmt_fetch_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_stmt_fetch_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_stmt_fetch,
(parms->stmt),
parms->stmt->mysql,
int,
r_int)
} | O3 | c | mysql_stmt_fetch_start_internal:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq (%rdi), %rdi
movq 0x38(%rdi), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rbx
callq 0x236bb
movl %eax, 0x8(%rbx)
movl $0x0, (%rbx)
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
| mysql_stmt_fetch_start_internal:
push rbp
mov rbp, rsp
push rbx
push rax
mov rdi, [rdi]
mov rax, [rdi+38h]
mov rax, [rax+480h]
mov rbx, [rax+28h]
call mysql_stmt_fetch
mov [rbx+8], eax
mov dword ptr [rbx], 0
add rsp, 8
pop rbx
pop rbp
retn
| long long mysql_stmt_fetch_start_internal(long long *a1)
{
long long v1; // rdi
_DWORD *v2; // rbx
long long result; // rax
v1 = *a1;
v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(v1 + 56) + 1152LL) + 40LL);
result = mysql_stmt_fetch(v1);
v2[2] = result;
*v2 = 0;
return result;
}
| mysql_stmt_fetch_start_internal:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RDI,qword ptr [RDI]
MOV RAX,qword ptr [RDI + 0x38]
MOV RAX,qword ptr [RAX + 0x480]
MOV RBX,qword ptr [RAX + 0x28]
CALL 0x001236bb
MOV dword ptr [RBX + 0x8],EAX
MOV dword ptr [RBX],0x0
ADD RSP,0x8
POP RBX
POP RBP
RET
|
void mysql_stmt_fetch_start_internal(long *param_1)
{
int4 *puVar1;
int4 uVar2;
puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28);
uVar2 = mysql_stmt_fetch();
puVar1[2] = uVar2;
*puVar1 = 0;
return;
}
| |
10,025 | minja::Parser::parseLogicalOr() | llama.cpp/common/minja/minja.hpp | std::shared_ptr<Expression> parseLogicalOr() {
auto left = parseLogicalAnd();
if (!left) throw std::runtime_error("Expected left side of 'logical or' expression");
static std::regex or_tok(R"(or\b)");
auto location = get_location();
while (!consumeToken(or_tok).empty()) {
... | O3 | cpp | minja::Parser::parseLogicalOr():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r15
movq %rdi, %rbx
callq 0xe2806
cmpq $0x0, (%rbx)
je 0xe24f6
leaq 0x84242(%rip), %rax # 0x1665c0
movb (%rax), %al
testb %al, %al
je 0xe2528
movq (%r15), %rax
movq %rax, 0x18(%rsp)
movq 0... | _ZN5minja6Parser14parseLogicalOrEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r15, rsi
mov rbx, rdi
call _ZN5minja6Parser15parseLogicalAndEv; minja::Parser::parseLogicalAnd(void)
cmp qword ptr [rbx], 0
jz loc_E24F6
lea rax, _ZGVZN5minja6Parser14... | minja::Parser * minja::Parser::parseLogicalOr(minja::Parser *this, long long *a2)
{
volatile signed __int32 *v2; // rax
void *v3; // r14
_QWORD *v4; // r14
__int128 v5; // xmm0
std::runtime_error *v7; // r15
std::runtime_error *exception; // r15
long long v9; // [rsp+8h] [rbp-90h] BYREF
volatile signed ... | parseLogicalOr:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R15,RSI
MOV RBX,RDI
CALL 0x001e2806
CMP qword ptr [RBX],0x0
JZ 0x001e24f6
LEA RAX,[0x2665c0]
MOV AL,byte ptr [RAX]
TEST AL,AL
JZ 0x001e2528
LAB_001e2388:
MOV RAX,qword ptr [R15]
MOV qword ptr [RSP + 0x18],RAX
MOV RAX,qword ptr [R15 +... |
/* minja::Parser::parseLogicalOr() */
void minja::Parser::parseLogicalOr(void)
{
long lVar1;
int iVar2;
int8 *puVar3;
runtime_error *prVar4;
int8 *in_RSI;
long *in_RDI;
long local_90;
__shared_count<(__gnu_cxx::_Lock_policy)2> local_88 [8];
int8 local_80;
long local_78;
long local_70;
long *l... | |
10,026 | JS_GetImportMeta | bluesky950520[P]quickjs/quickjs.c | JSValue JS_GetImportMeta(JSContext *ctx, JSModuleDef *m)
{
JSValue obj;
/* allocate meta_obj only if requested to save memory */
obj = m->meta_obj;
if (JS_IsUndefined(obj)) {
obj = JS_NewObjectProto(ctx, JS_NULL);
if (JS_IsException(obj))
return JS_EXCEPTION;
m->meta_... | O0 | c | JS_GetImportMeta:
subq $0x58, %rsp
movq %rdi, 0x40(%rsp)
movq %rsi, 0x38(%rsp)
movq 0x38(%rsp), %rax
movq 0x108(%rax), %rcx
movq %rcx, 0x28(%rsp)
movq 0x110(%rax), %rax
movq %rax, 0x30(%rsp)
movq 0x28(%rsp), %rdi
movq 0x30(%rsp), %rsi
callq 0x2e260
cmpl $0x0, %eax
je 0x4a38a
movq 0x40(%rsp), %rdi
movl $0x0, 0x8(%rsp)
m... | JS_GetImportMeta:
sub rsp, 58h
mov [rsp+58h+var_18], rdi
mov [rsp+58h+var_20], rsi
mov rax, [rsp+58h+var_20]
mov rcx, [rax+108h]
mov [rsp+58h+var_30], rcx
mov rax, [rax+110h]
mov [rsp+58h+var_28], rax
mov rdi, [rsp+58h+var_30]
mov rsi, [rsp+58h+var_28]
call JS_IsUndefined_0
cm... | _DWORD * JS_GetImportMeta(long long a1, long long a2)
{
long long v2; // rdx
long long v4; // [rsp+8h] [rbp-50h]
long long v5; // [rsp+18h] [rbp-40h]
_DWORD *v6; // [rsp+28h] [rbp-30h]
long long v7; // [rsp+30h] [rbp-28h]
long long v8; // [rsp+48h] [rbp-10h]
v6 = *(_DWORD **)(a2 + 264);
v7 = *(_QWORD *... | JS_GetImportMeta:
SUB RSP,0x58
MOV qword ptr [RSP + 0x40],RDI
MOV qword ptr [RSP + 0x38],RSI
MOV RAX,qword ptr [RSP + 0x38]
MOV RCX,qword ptr [RAX + 0x108]
MOV qword ptr [RSP + 0x28],RCX
MOV RAX,qword ptr [RAX + 0x110]
MOV qword ptr [RSP + 0x30],RAX
MOV RDI,qword ptr [RSP + 0x28]
MOV RSI,qword ptr [RSP + 0x30]
CALL 0x0... |
int1 [16] JS_GetImportMeta(int8 param_1,long param_2)
{
int iVar1;
int1 auVar2 [16];
uint uStack_4c;
int8 local_30;
int8 local_28;
int4 local_10;
int4 uStack_c;
int8 local_8;
auVar2 = *(int1 (*) [16])(param_2 + 0x108);
iVar1 = JS_IsUndefined(*(int8 *)*(int1 (*) [16])(param_2 + 0x108),
... | |
10,027 | JS_GetImportMeta | bluesky950520[P]quickjs/quickjs.c | JSValue JS_GetImportMeta(JSContext *ctx, JSModuleDef *m)
{
JSValue obj;
/* allocate meta_obj only if requested to save memory */
obj = m->meta_obj;
if (JS_IsUndefined(obj)) {
obj = JS_NewObjectProto(ctx, JS_NULL);
if (JS_IsException(obj))
return JS_EXCEPTION;
m->meta_... | O2 | c | JS_GetImportMeta:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq 0x110(%rsi), %rdx
cmpl $0x3, %edx
jne 0x294c6
xorl %ebx, %ebx
pushq $0x2
popq %rdx
xorl %esi, %esi
callq 0x1b2b3
cmpl $0x6, %edx
jne 0x294cf
pushq $0x6
popq %rdx
jmp 0x294e7
movq 0x108(%r14), %rbx
jmp 0x294e0
movq %rax, 0x108(%r14)
movq %rdx, 0x110... | JS_GetImportMeta:
push r14
push rbx
push rax
mov r14, rsi
mov rdx, [rsi+110h]
cmp edx, 3
jnz short loc_294C6
xor ebx, ebx
push 2
pop rdx
xor esi, esi
call JS_NewObjectProto
cmp edx, 6
jnz short loc_294CF
push 6
pop rdx
jmp short loc_294E7
loc_294C6:
mov ... | _DWORD * JS_GetImportMeta(long long a1, long long a2)
{
long long v2; // rdx
_DWORD *v3; // rbx
long long v4; // rax
v2 = *(_QWORD *)(a2 + 272);
if ( (_DWORD)v2 == 3 )
{
v3 = 0LL;
v4 = JS_NewObjectProto(a1, 0LL, 2);
if ( (_DWORD)v2 == 6 )
return v3;
*(_QWORD *)(a2 + 264) = v4;
*(_... | JS_GetImportMeta:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RDX,qword ptr [RSI + 0x110]
CMP EDX,0x3
JNZ 0x001294c6
XOR EBX,EBX
PUSH 0x2
POP RDX
XOR ESI,ESI
CALL 0x0011b2b3
CMP EDX,0x6
JNZ 0x001294cf
PUSH 0x6
POP RDX
JMP 0x001294e7
LAB_001294c6:
MOV RBX,qword ptr [R14 + 0x108]
JMP 0x001294e0
LAB_001294cf:
MOV qword ptr... |
int * JS_GetImportMeta(int8 param_1,long param_2)
{
int1 auVar1 [12];
int *piVar2;
int1 auVar3 [16];
if ((int)*(int8 *)(param_2 + 0x110) == 3) {
auVar3 = JS_NewObjectProto(param_1,0,2);
auVar1 = auVar3._0_12_;
if (auVar3._8_4_ == 6) {
return (int *)0x0;
}
*(int1 (*) [16])(param_2 ... | |
10,028 | MainWindow::qt_metacall(QMetaObject::Call, int, void**) | The-SGR[P]silly-clicker/build_O0/SillyClicker_autogen/EWIEGA46WW/moc_mainwindow.cpp | int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = QMainWindow::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
if (_c == QMetaObject::InvokeMetaMethod) {
if (_id < 5)
qt_static_metacall(this, _c, _id, _a);
_id -= 5;
} else if (_c == QMet... | O0 | cpp | MainWindow::qt_metacall(QMetaObject::Call, int, void**):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl %edx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x10(%rbp), %rdi
movq %rdi, -0x30(%rbp)
movl -0x14(%rbp), %esi
movl -0x18(%rbp), %edx
movq -0x20(%rbp), %rcx
callq 0x4320... | _ZN10MainWindow11qt_metacallEN11QMetaObject4CallEiPPv:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_20], rcx
mov rdi, [rbp+var_10]
mov [rbp+var_30], rdi
mov esi, [rbp+var_14]
mov edx, [rbp+var_18]
mov rcx... | long long MainWindow::qt_metacall(MainWindow *a1, unsigned int a2, unsigned int a3, _QWORD **a4)
{
long long v5; // [rsp+8h] [rbp-28h] BYREF
_QWORD **v6; // [rsp+10h] [rbp-20h]
signed int v7; // [rsp+18h] [rbp-18h]
unsigned int v8; // [rsp+1Ch] [rbp-14h]
MainWindow *v9; // [rsp+20h] [rbp-10h]
v9 = a1;
v... | qt_metacall:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV dword ptr [RBP + -0x18],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV RDI,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x30],RDI
MOV ESI,dword ptr [RBP + -0x14]
MOV EDX,dword ptr [RBP + -0x18]
MOV RCX,qword ptr... |
/* MainWindow::qt_metacall(QMetaObject::Call, int, void**) */
int __thiscall
MainWindow::qt_metacall(MainWindow *this,int param_2,int4 param_3,int8 *param_4)
{
int8 local_30;
int8 *local_28;
int local_20;
int local_1c;
MainWindow *local_18;
int local_c;
local_28 = param_4;
local_20 = param_3;
lo... | |
10,029 | my_instr_bin | eloqsql/strings/ctype-bin.c | static
uint my_instr_bin(CHARSET_INFO *cs __attribute__((unused)),
const char *b, size_t b_length,
const char *s, size_t s_length,
my_match_t *match, uint nmatch)
{
register const uchar *str, *search, *end, *search_end;
if (s_length <= b_length)
{
if (!s_length)
{
if (nmatch)
{
... | O3 | c | my_instr_bin:
xorl %eax, %eax
cmpq %rdx, %r8
ja 0xac92e
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
movl 0x10(%rbp), %r10d
testq %r8, %r8
je 0xac8f9
addq %rsi, %rdx
subq %r8, %rdx
incq %rdx
movq %rsi, %rdi
cmpq %rdx, %rdi
je 0xac928
movq %rdi, %r11
incq %rdi
movb (%r11), %bl
cmpb (%rcx), %bl
jne 0xac890... | my_instr_bin:
xor eax, eax
cmp r8, rdx
ja locret_AC92E
push rbp
mov rbp, rsp
push r15
push r14
push rbx
mov r10d, [rbp+10h]
test r8, r8
jz short loc_AC8F9
add rdx, rsi
sub rdx, r8
inc rdx
mov rdi, rsi
loc_AC890:
cmp rdi, rdx
jz loc_AC928
mov r11, rdi... | long long my_instr_bin(
long long a1,
_BYTE *a2,
unsigned long long a3,
_BYTE *a4,
unsigned long long a5,
_DWORD *a6,
int a7)
{
long long result; // rax
long long v8; // rdx
_BYTE *v9; // rdi
_BYTE *v10; // r11
long long v11; // rbx
bool v12; // zf
... | my_instr_bin:
XOR EAX,EAX
CMP R8,RDX
JA 0x001ac92e
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
MOV R10D,dword ptr [RBP + 0x10]
TEST R8,R8
JZ 0x001ac8f9
ADD RDX,RSI
SUB RDX,R8
INC RDX
MOV RDI,RSI
LAB_001ac890:
CMP RDI,RDX
JZ 0x001ac928
MOV R11,RDI
INC RDI
MOV BL,byte ptr [R11]
CMP BL,byte ptr [RCX]
JNZ 0x001ac890
MO... |
int8
my_instr_bin(int8 param_1,char *param_2,ulong param_3,char *param_4,ulong param_5,
int4 *param_6,int param_7)
{
char *pcVar1;
char *pcVar2;
int8 uVar3;
long lVar4;
long lVar5;
ulong uVar6;
int iVar7;
char *pcVar8;
char *pcVar9;
uVar3 = 0;
if (param_5 <= param_3) {
if (par... | |
10,030 | testing::internal::DeathTestAbort(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/src/gtest-death-test.cc | [[noreturn]] static void DeathTestAbort(const std::string& message) {
// On a POSIX system, this function may be called from a threadsafe-style
// death test child process, which operates on a very small stack. Use
// the heap for any additional non-minuscule memory requirements.
const InternalRunDeathTestFlag... | O1 | cpp | testing::internal::DeathTestAbort(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
callq 0x19012
movq 0x4a4a0(%rip), %rax # 0x597b0
movq 0x2a8(%rax), %rax
testq %rax, %rax
jne 0xf33b
movq 0x49ca5(%rip), %r14 # 0x58fc8
movq (... | _ZN7testing8internalL14DeathTestAbortERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push r14
push rbx
push rax
mov rbx, rdi
call _ZN7testing8UnitTest11GetInstanceEv; testing::UnitTest::GetInstance(void)
mov rax, cs:qword_597B0
mov rax, [rax+2A8h]
test rax, rax
jnz short loc_F33B... | long long testing::internal::DeathTestAbort(
testing::UnitTest *a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
char a7)
{
const char *v7; // rdx
long long v8; // rax
testing::internal::posix *v9; // rdi
long long v10; // r14
i... | DeathTestAbort:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x00119012
MOV RAX,qword ptr [0x001597b0]
MOV RAX,qword ptr [RAX + 0x2a8]
TEST RAX,RAX
JNZ 0x0010f33b
MOV R14,qword ptr [0x00158fc8]
MOV RSI,qword ptr [R14]
MOV RDI,qword ptr [RBX]
CALL 0x00108580
MOV RDI,qword ptr [R14]
CALL 0x00108600
CALL 0x001326af
LAB_001... |
/* testing::internal::DeathTestAbort(std::__cxx11::string const&) */
int4 testing::internal::DeathTestAbort(string *param_1)
{
long *plVar1;
int *puVar2;
int4 uVar3;
long lVar4;
FILE *__stream;
int4 in_ECX;
int8 extraout_RDX;
FILE *pFVar5;
int8 uVar6;
int8 in_R8;
int **ppuStack_58;
char *pcSt... | |
10,031 | ggml_norm_impl | ngxson[P]ggml-easy/ggml/src/ggml.c | static struct ggml_tensor * ggml_norm_impl(
struct ggml_context * ctx,
struct ggml_tensor * a,
float eps,
bool inplace) {
struct ggml_tensor * result = inplace ? ggml_view_tensor(ctx, a) : ggml_dup_tensor(ctx, a);
ggml_set_op_params(result, &eps... | O2 | c | ggml_norm_impl:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movss %xmm0, 0x4(%rsp)
testl %edx, %edx
je 0x21092
callq 0x1c3e0
jmp 0x21097
callq 0x1d660
movq %rax, %r14
leaq 0x4(%rsp), %rsi
pushq $0x4
popq %rdx
movq %rax, %rdi
callq 0x20fbc
movl $0x16, 0x50(%r14)
movq %rbx, 0x98(%r14)
movq %r14, %rax
addq $0x8, %rsp... | ggml_norm_impl:
push r14
push rbx
push rax
mov rbx, rsi
movss [rsp+18h+var_14], xmm0
test edx, edx
jz short loc_21092
call _ggml_view_tensor
jmp short loc_21097
loc_21092:
call _ggml_dup_tensor
loc_21097:
mov r14, rax
lea rsi, [rsp+18h+var_14]
push 4
pop rdx
mov rdi, ... | long long ggml_norm_impl(
long long a1,
unsigned int *a2,
int a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11)
{
long long v11; // rax
long long v12; // rcx
long long v13; // r8
... | ggml_norm_impl:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOVSS dword ptr [RSP + 0x4],XMM0
TEST EDX,EDX
JZ 0x00121092
CALL 0x0011c3e0
JMP 0x00121097
LAB_00121092:
CALL 0x0011d660
LAB_00121097:
MOV R14,RAX
LEA RSI,[RSP + 0x4]
PUSH 0x4
POP RDX
MOV RDI,RAX
CALL 0x00120fbc
MOV dword ptr [R14 + 0x50],0x16
MOV qword ptr [R14 + ... |
long ggml_norm_impl(int8 param_1,int8 param_2,int param_3)
{
long lVar1;
int1 local_14 [4];
if (param_3 == 0) {
lVar1 = ggml_dup_tensor();
}
else {
lVar1 = ggml_view_tensor();
}
ggml_set_op_params(lVar1,local_14,4);
*(int4 *)(lVar1 + 0x50) = 0x16;
*(int8 *)(lVar1 + 0x98) = param_2;
retu... | |
10,032 | ggml_norm_impl | ngxson[P]ggml-easy/ggml/src/ggml.c | static struct ggml_tensor * ggml_norm_impl(
struct ggml_context * ctx,
struct ggml_tensor * a,
float eps,
bool inplace) {
struct ggml_tensor * result = inplace ? ggml_view_tensor(ctx, a) : ggml_dup_tensor(ctx, a);
ggml_set_op_params(result, &eps... | O3 | c | ggml_norm_impl:
pushq %rbx
subq $0x10, %rsp
movss %xmm0, 0xc(%rsp)
movq %rsi, %rbx
testl %edx, %edx
je 0x1af8e
movq %rbx, %rsi
callq 0x16260
jmp 0x1afa4
movl (%rbx), %esi
leaq 0x10(%rbx), %rcx
movl $0x4, %edx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq 0x19c13
testq %rax, %rax
je 0x1afc8
movss 0xc(%rsp), %xmm0
movss %xmm0, 0... | ggml_norm_impl:
push rbx
sub rsp, 10h
movss [rsp+18h+var_C], xmm0
mov rbx, rsi
test edx, edx
jz short loc_1AF8E
mov rsi, rbx
call _ggml_view_tensor
jmp short loc_1AFA4
loc_1AF8E:
mov esi, [rbx]
lea rcx, [rbx+10h]
mov edx, 4
xor r8d, r8d
xor r9d, r9d
call ggml_new_t... | long long ggml_norm_impl(long long a1, long long a2, int a3, float a4)
{
long long result; // rax
int v5; // r8d
int v6; // r9d
if ( a3 )
result = ggml_view_tensor(a1, a2);
else
result = ggml_new_tensor_impl(a1, *(_DWORD *)a2, 4u, (_QWORD *)(a2 + 16), 0LL, 0LL);
if ( !result )
ggml_abort(
... | ggml_norm_impl:
PUSH RBX
SUB RSP,0x10
MOVSS dword ptr [RSP + 0xc],XMM0
MOV RBX,RSI
TEST EDX,EDX
JZ 0x0011af8e
MOV RSI,RBX
CALL 0x00116260
JMP 0x0011afa4
LAB_0011af8e:
MOV ESI,dword ptr [RBX]
LEA RCX,[RBX + 0x10]
MOV EDX,0x4
XOR R8D,R8D
XOR R9D,R9D
CALL 0x00119c13
LAB_0011afa4:
TEST RAX,RAX
JZ 0x0011afc8
MOVSS XMM0,dwor... |
void ggml_norm_impl(int4 param_1,int8 param_2,int4 *param_3,int param_4)
{
long lVar1;
if (param_4 == 0) {
lVar1 = ggml_new_tensor_impl(param_2,*param_3,4,param_3 + 4,0,0);
}
else {
lVar1 = ggml_view_tensor(param_2,param_3);
}
if (lVar1 != 0) {
*(int4 *)(lVar1 + 0x54) = param_1;
*(int4 ... | |
10,033 | my_string_metadata_get | eloqsql/strings/ctype.c | void
my_string_metadata_get(MY_STRING_METADATA *metadata,
CHARSET_INFO *cs, const char *str, size_t length)
{
if (cs->mbmaxlen == 1 && !(cs->state & MY_CS_NONASCII))
{
metadata->char_length= length;
metadata->repertoire= my_string_repertoire_8bit(cs, str, (ulong)length);
}
else
... | O3 | c | my_string_metadata_get:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
cmpl $0x1, 0x9c(%rsi)
jne 0xda2bd
testb $0x20, 0xd(%r12)
jne 0xda2bd
movq %r14, (%rbx)
movl $0x3, %eax
testq %r14, %r14
je 0xda29d
movl $0x... | my_string_metadata_get:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
cmp dword ptr [rsi+9Ch], 1
jnz short loc_DA2BD
test byte ptr [r12+0Dh], 20h
jnz short loc_DA2BD
mov [rbx], r... | long long my_string_metadata_get(long long a1, long long a2, char *a3, long long a4)
{
long long result; // rax
char *v5; // r15
unsigned long long v6; // r14
unsigned long long v7[6]; // [rsp+0h] [rbp-30h] BYREF
v7[0] = result;
v5 = a3;
if ( *(_DWORD *)(a2 + 156) != 1 || (*(_BYTE *)(a2 + 13) & 0x20) !=... | my_string_metadata_get:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
CMP dword ptr [RSI + 0x9c],0x1
JNZ 0x001da2bd
TEST byte ptr [R12 + 0xd],0x20
JNZ 0x001da2bd
MOV qword ptr [RBX],R14
MOV EAX,0x3
TEST R14,R14
JZ 0x001da29d
MOV ECX,0x2000
AND... |
void my_string_metadata_get(long *param_1,long param_2,char *param_3,long param_4)
{
int4 uVar1;
uint uVar2;
ulong in_RAX;
char *pcVar3;
ulong local_38;
if ((*(int *)(param_2 + 0x9c) == 1) && ((*(byte *)(param_2 + 0xd) & 0x20) == 0)) {
*param_1 = param_4;
uVar1 = 3;
if ((param_4 == 0) || ((... | |
10,034 | translog_filename_by_fileno | eloqsql/storage/maria/ma_loghandler.c | char *translog_filename_by_fileno(uint32 file_no, char *path)
{
char buff[11], *end;
uint length;
DBUG_ENTER("translog_filename_by_fileno");
DBUG_ASSERT(file_no <= 0xfffffff);
/* log_descriptor.directory is already formated */
end= strxmov(path, log_descriptor.directory, "aria_log.0000000", NullS);
lengt... | O0 | c | translog_filename_by_fileno:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movl %edi, -0x18(%rbp)
movq %rsi, -0x20(%rbp)
jmp 0xa52ae
movq -0x20(%rbp), %rdi
leaq 0x436557(%rip), %rsi # 0x4db810
addq $0x28, %rsi
leaq 0xe6ebe(%rip), %rdx # 0x18c182
xorl %eax, %eax
movl %eax, ... | translog_filename_by_fileno:
push rbp
mov rbp, rsp
sub rsp, 40h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_18], edi
mov [rbp+var_20], rsi
jmp short $+2
loc_A52AE:
mov rdi, [rbp+var_20]
lea rsi, log_descriptor
add rsi, 28h ; '('
lea rdx, aAriaLog0000000; "aria_log.00... | long long translog_filename_by_fileno(unsigned int a1, long long a2, long long a3, long long a4, int a5, int a6)
{
unsigned int v7; // [rsp+14h] [rbp-2Ch]
long long v8; // [rsp+18h] [rbp-28h]
_BYTE v9[11]; // [rsp+2Dh] [rbp-13h] BYREF
unsigned long long v10; // [rsp+38h] [rbp-8h]
long long savedregs; // [rsp... | translog_filename_by_fileno:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x18],EDI
MOV qword ptr [RBP + -0x20],RSI
JMP 0x001a52ae
LAB_001a52ae:
MOV RDI,qword ptr [RBP + -0x20]
LEA RSI,[0x5db810]
ADD RSI,0x28
LEA RDX,[0x28c182]
XOR EAX,EAX
MOV ECX,EA... |
int8 translog_filename_by_fileno(int4 param_1,int8 param_2)
{
int iVar1;
long lVar2;
long in_FS_OFFSET;
char local_1b [11];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
lVar2 = strxmov(param_2,&DAT_005db838,"aria_log.0000000",0);
iVar1 = int10_to_str(param_1,local_1b,10);
stpcpy((cha... | |
10,035 | tree_insert | eloqsql/mysys/tree.c | TREE_ELEMENT *tree_insert(TREE *tree, void *key, uint key_size,
void* custom_arg)
{
int cmp;
TREE_ELEMENT *element,***parent;
parent= tree->parents;
*parent = &tree->root; element= tree->root;
for (;;)
{
if (element == &null_element ||
(cmp = (*tree->compare)(custom_arg, ELE... | O3 | c | tree_insert:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rcx, %r13
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x8(%rdi), %r12
movq %rdx, -0x38(%rbp)
leal 0x18(%rdx), %eax
movq %rax, -0x40(%rbp)
leaq 0x2e145a(%rip), %rax # 0x385bc0
movq %r12, -0x30(%rbp)
movq %rb... | tree_insert:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r13, rcx
mov r15, rsi
mov rbx, rdi
lea r12, [rdi+8]
mov [rbp+var_38], rdx
lea eax, [rdx+18h]
mov [rbp+var_40], rax
lea rax, null_element
mov [rbp+var_30], r12
lo... | long long tree_insert(long long a1, long long a2, int a3, long long a4)
{
long long v7; // r12
_QWORD *v8; // r14
char *v9; // rsi
unsigned int v10; // eax
_QWORD *v11; // rax
int v12; // edx
long long v13; // rsi
unsigned long long v14; // rax
unsigned long long v15; // rcx
int v16; // eax
int v... | tree_insert:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R13,RCX
MOV R15,RSI
MOV RBX,RDI
LEA R12,[RDI + 0x8]
MOV qword ptr [RBP + -0x38],RDX
LEA EAX,[RDX + 0x18]
MOV qword ptr [RBP + -0x40],RAX
LEA RAX,[0x485bc0]
MOV qword ptr [RBP + -0x30],R12
LAB_001a476a:
MOV qword ptr [RBX + 0... |
long * tree_insert(long *param_1,void *param_2,int param_3,int8 param_4)
{
int8 *puVar1;
long *plVar2;
long *plVar3;
uint uVar4;
ulong uVar5;
long *plVar6;
uint uVar7;
long *plVar8;
size_t __n;
int1 *puVar9;
ulong uVar10;
long *plVar11;
long lVar12;
long *plVar13;
while( true ) {
... | |
10,036 | my_instr_mb | eloqsql/strings/ctype-mb.c | uint my_instr_mb(CHARSET_INFO *cs,
const char *b, size_t b_length,
const char *s, size_t s_length,
my_match_t *match, uint nmatch)
{
register const char *end, *b0;
int res= 0;
if (s_length <= b_length)
{
if (!s_length)
{
if (nmatch)
{
... | O3 | c | my_instr_mb:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rcx, -0x40(%rbp)
xorl %eax, %eax
cmpq %rdx, %r8
ja 0x497cb
movq %r8, %r14
testq %r8, %r8
je 0x4975e
movq %rdx, %r13
addq %rsi, %r13
subq %r14, %r13
incq %r13
cmpq %rsi, %r13
jbe 0x497cb
movq %rdi, %rbx
... | my_instr_mb:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_40], rcx
xor eax, eax
cmp r8, rdx
ja loc_497CB
mov r14, r8
test r8, r8
jz short loc_4975E
mov r13, rdx
add r13, rsi
sub r13, r14
inc r13
cmp ... | long long my_instr_mb(
long long a1,
unsigned long long a2,
unsigned long long a3,
long long a4,
unsigned long long a5,
_DWORD *a6,
int a7)
{
long long result; // rax
unsigned long long v9; // r13
int v10; // r12d
unsigned long long v11; // r15
int v12;... | my_instr_mb:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x40],RCX
XOR EAX,EAX
CMP R8,RDX
JA 0x001497cb
MOV R14,R8
TEST R8,R8
JZ 0x0014975e
MOV R13,RDX
ADD R13,RSI
SUB R13,R14
INC R13
CMP R13,RSI
JBE 0x001497cb
MOV RBX,RDI
MOV qword ptr [RBP + -0x38],R9
XOR R12D,... |
int8
my_instr_mb(long param_1,ulong param_2,ulong param_3,int8 param_4,ulong param_5,
int4 *param_6,int param_7)
{
int iVar1;
uint uVar2;
uint uVar3;
int8 uVar4;
long lVar5;
long lVar6;
int iVar7;
ulong uVar8;
ulong uVar9;
int local_38;
uVar4 = 0;
if (param_5 <= param_3) {
if... | |
10,037 | ma_get_static_key | eloqsql/storage/maria/ma_search.c | uint _ma_get_static_key(MARIA_KEY *key, uint page_flag, uint nod_flag,
register uchar **page)
{
register MARIA_KEYDEF *keyinfo= key->keyinfo;
uint key_length= keyinfo->keylength;
key->ref_length= keyinfo->share->rec_reflength;
key->data_length= key_length - key->ref_length;
key->flag... | O3 | c | ma_get_static_key:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rcx, %rbx
movl %edx, %r14d
movl %esi, %eax
movq 0x8(%rdi), %rdx
movzwl 0xaa(%rdx), %r15d
movq (%rdx), %rcx
movl 0x740(%rcx), %ecx
movl %ecx, 0x14(%rdi)
movl %r15d, %esi
subl %ecx, %esi
movl %esi, 0x10(%rdi)
movl $0x0, 0x18(%... | _ma_get_static_key:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rcx
mov r14d, edx
mov eax, esi
mov rdx, [rdi+8]
movzx r15d, word ptr [rdx+0AAh]
mov rcx, [rdx]
mov ecx, [rcx+740h]
mov [rdi+14h], ecx
mov esi, r15d
sub esi, ecx
mov [rdi+10... | long long ma_get_static_key(long long a1, char a2, int a3, long long *a4)
{
unsigned __int16 *v7; // rdx
unsigned int v8; // r15d
int v9; // ecx
long long v10; // rsi
long long v11; // rax
unsigned int v12; // eax
int v13; // edx
bool v14; // cf
int v15; // eax
long long v16; // r14
v7 = *(unsig... | _ma_get_static_key:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RCX
MOV R14D,EDX
MOV EAX,ESI
MOV RDX,qword ptr [RDI + 0x8]
MOVZX R15D,word ptr [RDX + 0xaa]
MOV RCX,qword ptr [RDX]
MOV ECX,dword ptr [RCX + 0x740]
MOV dword ptr [RDI + 0x14],ECX
MOV ESI,R15D
SUB ESI,ECX
MOV dword ptr [RDI + 0x10],ESI
... |
uint _ma_get_static_key(int8 *param_1,uint param_2,int param_3,long *param_4)
{
byte bVar1;
ushort uVar2;
int iVar3;
long *plVar4;
int iVar5;
void *__src;
uint uVar6;
plVar4 = (long *)param_1[1];
uVar2 = *(ushort *)((long)plVar4 + 0xaa);
uVar6 = (uint)uVar2;
iVar3 = *(int *)(*plVar4 + 0x740);... | |
10,038 | show_ssl_get_cipher_list(THD*, st_mysql_show_var*, char*, enum_var_type) | eloqsql/sql/mysqld.cc | static int show_ssl_get_cipher_list(THD *thd, SHOW_VAR *var, char *buff,
enum enum_var_type scope)
{
var->type= SHOW_CHAR;
var->value= buff;
if (thd->vio_ok() && thd->net.vio->ssl_arg)
{
int i;
const char *p;
char *end= buff + SHOW_VAR_FUNC_BUFF_SIZE;
for (i=0... | O0 | cpp | show_ssl_get_cipher_list(THD*, st_mysql_show_var*, char*, enum_var_type):
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq -0x10(%rbp), %rax
movl $0x5, 0x10(%rax)
movq -0x18(%rbp), %rcx
movq -0x10(%rbp), %rax
movq %rcx, 0x8(%rax)... | _ZL24show_ssl_get_cipher_listP3THDP17st_mysql_show_varPc13enum_var_type:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov rax, [rbp+var_10]
mov dword ptr [rax+10h], 5
mov rcx, [rbp+var_18]
mov rax, [r... | long long show_ssl_get_cipher_list(THD *a1, long long a2, _BYTE *a3)
{
_BYTE *v3; // rax
bool v5; // [rsp+Fh] [rbp-31h]
_BYTE *v6; // [rsp+10h] [rbp-30h]
long long cipher_list; // [rsp+18h] [rbp-28h]
unsigned int i; // [rsp+20h] [rbp-20h]
_BYTE *v9; // [rsp+28h] [rbp-18h]
v9 = a3;
*(_DWORD *)(a2 + 16)... | __cxx_global_var_init:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x1e5e3bc]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x008fd530
POP RBP
RET
|
void __cxx_global_var_init(void)
{
date_conv_mode_t::date_conv_mode_t((date_conv_mode_t *)&TIME_CONV_NONE,0);
return;
}
| |
10,039 | show_ssl_get_cipher_list(THD*, st_mysql_show_var*, char*, enum_var_type) | eloqsql/sql/mysqld.cc | static int show_ssl_get_cipher_list(THD *thd, SHOW_VAR *var, char *buff,
enum enum_var_type scope)
{
var->type= SHOW_CHAR;
var->value= buff;
if (thd->vio_ok() && thd->net.vio->ssl_arg)
{
int i;
const char *p;
char *end= buff + SHOW_VAR_FUNC_BUFF_SIZE;
for (i=0... | O3 | cpp | show_ssl_get_cipher_list(THD*, st_mysql_show_var*, char*, enum_var_type):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movl $0x5, 0x10(%rsi)
movq %rdx, 0x8(%rsi)
movq 0x2c8(%rdi), %rax
testq %rax, %rax
je 0x72afe1
movq %rdi, %r14
movq 0x1e0(%rax), %rdi
tes... | _ZL24show_ssl_get_cipher_listP3THDP17st_mysql_show_varPc13enum_var_type:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov dword ptr [rsi+10h], 5
mov [rsi+8], rdx
mov rax, [rdi+2C8h]
test rax, rax
jz short loc_72AFE1
mov r14... | long long show_ssl_get_cipher_list(long long a1, long long a2, unsigned long long a3)
{
unsigned long long v3; // rbx
long long v4; // rax
long long v6; // rdi
long long cipher_list; // rax
long long v8; // r15
unsigned long long v9; // r13
unsigned int v10; // r12d
_BYTE *v11; // rax
v3 = a3;
*(_... | |||
10,040 | void google::protobuf::(anonymous namespace)::FlatAllocatorImpl<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, google::protobuf::SourceCodeInfo, google::protobuf::FileDescriptorTables, google::protobuf::MessageOptions, google::protobuf::FieldOptions, google::protobuf::EnumOptions,... | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | void PlanArray(int array_size) {
// We can't call PlanArray after FinalizePlanning has been called.
GOOGLE_CHECK(!has_allocated());
if (std::is_trivially_destructible<U>::value) {
// Trivial types are aligned to 8 bytes.
static_assert(alignof(U) <= 8, "");
total_.template Get<char>() += Ro... | O0 | cpp | void google::protobuf::(anonymous namespace)::FlatAllocatorImpl<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, google::protobuf::SourceCodeInfo, google::protobuf::FileDescriptorTables, google::protobuf::MessageOptions, google::protobuf::FieldOptions, google::protobuf::EnumOptions,... | _ZN6google8protobuf12_GLOBAL__N_117FlatAllocatorImplIJcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_14SourceCodeInfoENS0_20FileDescriptorTablesENS0_14MessageOptionsENS0_12FieldOptionsENS0_11EnumOptionsENS0_16EnumValueOptionsENS0_21ExtensionRangeOptionsENS0_12OneofOptionsENS0_14ServiceOptionsENS0_13MethodOpti... | _DWORD * google::protobuf::`anonymous namespace'::FlatAllocatorImpl<char,std::string,google::protobuf::SourceCodeInfo,google::protobuf::FileDescriptorTables,google::protobuf::MessageOptions,google::protobuf::FieldOptions,google::protobuf::EnumOptions,google::protobuf::EnumValueOptions,google::protobuf::ExtensionRangeOp... | PlanArray<google::protobuf::EnumValueOptions>:
SUB RSP,0x88
MOV qword ptr [RSP + 0x80],RDI
MOV dword ptr [RSP + 0x7c],ESI
MOV RDI,qword ptr [RSP + 0x80]
MOV qword ptr [RSP + 0x20],RDI
CALL 0x00163b70
MOV byte ptr [RSP + 0x3f],0x0
TEST AL,0x1
JNZ 0x00166840
JMP 0x00166890
LAB_00166840:
LEA RDX,[0x2ed4d4]
LEA RDI,[RSP + ... |
/* void google::protobuf::(anonymous namespace)::FlatAllocatorImpl<char, std::__cxx11::string,
google::protobuf::SourceCodeInfo, google::protobuf::FileDescriptorTables,
google::protobuf::MessageOptions, google::protobuf::FieldOptions, google::protobuf::EnumOptions,
google::protobuf::EnumValueOptions, google::... | |
10,041 | void google::protobuf::(anonymous namespace)::FlatAllocatorImpl<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, google::protobuf::SourceCodeInfo, google::protobuf::FileDescriptorTables, google::protobuf::MessageOptions, google::protobuf::FieldOptions, google::protobuf::EnumOptions,... | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | void PlanArray(int array_size) {
// We can't call PlanArray after FinalizePlanning has been called.
GOOGLE_CHECK(!has_allocated());
if (std::is_trivially_destructible<U>::value) {
// Trivial types are aligned to 8 bytes.
static_assert(alignof(U) <= 8, "");
total_.template Get<char>() += Ro... | O3 | cpp | void google::protobuf::(anonymous namespace)::FlatAllocatorImpl<char, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, google::protobuf::SourceCodeInfo, google::protobuf::FileDescriptorTables, google::protobuf::MessageOptions, google::protobuf::FieldOptions, google::protobuf::EnumOptions,... | _ZN6google8protobuf12_GLOBAL__N_117FlatAllocatorImplIJcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_14SourceCodeInfoENS0_20FileDescriptorTablesENS0_14MessageOptionsENS0_12FieldOptionsENS0_11EnumOptionsENS0_16EnumValueOptionsENS0_21ExtensionRangeOptionsENS0_12OneofOptionsENS0_14ServiceOptionsENS0_13MethodOpti... | void google::protobuf::`anonymous namespace'::FlatAllocatorImpl<char,std::string,google::protobuf::SourceCodeInfo,google::protobuf::FileDescriptorTables,google::protobuf::MessageOptions,google::protobuf::FieldOptions,google::protobuf::EnumOptions,google::protobuf::EnumValueOptions,google::protobuf::ExtensionRangeOptio... | PlanArray<std::__cxx11::string>:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV EBX,ESI
MOV R14,RDI
CMP qword ptr [RDI],0x0
JZ 0x001291b6
LEA RDX,[0x1b5de4]
LEA R15,[RSP + 0x8]
MOV RDI,R15
MOV ESI,0x3
MOV ECX,0x172
CALL 0x001169ca
LAB_00129190:
LEA RSI,[0x1b8666]
MOV RDI,R15
CALL 0x001164c8
LAB_0012919f:
LEA RDI,[RSP + 0x... |
/* void google::protobuf::(anonymous namespace)::FlatAllocatorImpl<char, std::__cxx11::string,
google::protobuf::SourceCodeInfo, google::protobuf::FileDescriptorTables,
google::protobuf::MessageOptions, google::protobuf::FieldOptions, google::protobuf::EnumOptions,
google::protobuf::EnumValueOptions, google::... | |
10,042 | qdevtools::PropertyConnection::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) | HuaiminNotSleepYet[P]QDevTools/build_O0/QDevTools_autogen/EWIEGA46WW/moc_qdevtools.cpp | void qdevtools::PropertyConnection::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
if (_c == QMetaObject::InvokeMetaMethod) {
auto *_t = static_cast<PropertyConnection *>(_o);
(void)_t;
switch (_id) {
case 0: _t->updateSource(); break;
case 1: _t-... | O0 | cpp | qdevtools::PropertyConnection::qt_static_metacall(QObject*, QMetaObject::Call, int, void**):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movq %rcx, -0x18(%rbp)
cmpl $0x0, -0xc(%rbp)
jne 0x105b4
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movl -0x10(%rb... | _ZN9qdevtools18PropertyConnection18qt_static_metacallEP7QObjectN11QMetaObject4CallEiPPv:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov [rbp+var_18], rcx
cmp [rbp+var_C], 0
jnz short loc_105B4
mov rax, [rbp+var_8]
mov [rb... | long long qdevtools::PropertyConnection::qt_static_metacall(qdevtools::PropertyConnection *a1, int a2, int a3)
{
long long result; // rax
if ( !a2 )
{
if ( a3 )
{
result = (unsigned int)(a3 - 1);
if ( a3 == 1 )
return qdevtools::PropertyConnection::updateEditor(a1);
}
else
... | qt_static_metacall:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV qword ptr [RBP + -0x18],RCX
CMP dword ptr [RBP + -0xc],0x0
JNZ 0x001105b4
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x20],RAX
MOV EAX,dword ptr [RBP + -0x10]... |
/* qdevtools::PropertyConnection::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) */
void qdevtools::PropertyConnection::qt_static_metacall
(PropertyConnection *param_1,int param_2,int param_3)
{
if (param_2 == 0) {
if (param_3 == 0) {
updateSource(param_1);
}
else if ... | |
10,043 | multi_alloc_root | eloqsql/mysys/my_alloc.c | void *multi_alloc_root(MEM_ROOT *root, ...)
{
va_list args;
char **ptr, *start, *res;
size_t tot_length, length;
DBUG_ENTER("multi_alloc_root");
/*
We don't need to do DBUG_PRINT here as it will be done when alloc_root
is called
*/
va_start(args, root);
tot_length= 0;
while ((ptr= va_arg(arg... | O3 | c | multi_alloc_root:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0xc8, %rsp
leaq -0xe0(%rbp), %r14
movq %rsi, 0x8(%r14)
movq %rdx, 0x10(%r14)
movq %rcx, 0x18(%r14)
movq %r8, 0x20(%r14)
movq %r9, 0x28(%r14)
testb %al, %al
je 0x9c95e
movaps %xmm0, -0xb0(%rbp)
movaps %xmm1, -0xa0(%rbp)
movaps %xmm2, -0x... | multi_alloc_root:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 0C8h
lea r14, [rbp+var_E0]
mov [r14+8], rsi
mov [r14+10h], rdx
mov [r14+18h], rcx
mov [r14+20h], r8
mov [r14+28h], r9
test al, al
jz short loc_9C95E
movaps [rbp+var_B0], xmm0
movaps [rbp+var... | char * multi_alloc_root(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,
... | multi_alloc_root:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0xc8
LEA R14,[RBP + -0xe0]
MOV qword ptr [R14 + 0x8],RSI
MOV qword ptr [R14 + 0x10],RDX
MOV qword ptr [R14 + 0x18],RCX
MOV qword ptr [R14 + 0x20],R8
MOV qword ptr [R14 + 0x28],R9
TEST AL,AL
JZ 0x0019c95e
MOVAPS xmmword ptr [RBP + -0xb0],XMM0
MOVA... |
void multi_alloc_root(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 param_9,int8 param_10,int8 param_11,int8 param_12,
int8 param_13,int8 param_14)
{
char in_AL;
uint uVar1;
uint *puVa... | |
10,044 | translog_truncate_log | eloqsql/storage/maria/ma_loghandler.c | static my_bool translog_truncate_log(TRANSLOG_ADDRESS addr)
{
uchar *page;
TRANSLOG_ADDRESS current_page;
uint32 next_page_offset, page_rest;
uint32 i;
File fd;
int rc;
TRANSLOG_VALIDATOR_DATA data;
char path[FN_REFLEN];
uchar page_buff[TRANSLOG_PAGE_SIZE];
DBUG_ENTER("translog_truncate_log");
/* ... | O0 | c | translog_truncate_log:
pushq %rbp
movq %rsp, %rbp
subq $0x2260, %rsp # imm = 0x2260
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x2220(%rbp)
jmp 0x531b1
jmp 0x531b3
jmp 0x531b5
movq -0x2220(%rbp), %rax
sarq $0x20, %rax
addl $0x1, %eax
movl %eax, -0x223c(%rbp)
movl -0x223c(%rbp), %eax
movq 0xc26e32(%... | translog_truncate_log:
push rbp
mov rbp, rsp
sub rsp, 2260h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_2220], rdi
jmp short $+2
loc_531B1:
jmp short $+2
loc_531B3:
jmp short $+2
loc_531B5:
mov rax, [rbp+var_2220]
sar rax, 20h
add eax, 1
mov [rbp+var_223C], eax
l... | char translog_truncate_log(long long a1, long long a2, long long a3, long long a4, int a5, int a6)
{
long long v6; // rax
long long v7; // rdx
long long v8; // rcx
int v9; // r8d
int v10; // r9d
bool v12; // [rsp+1h] [rbp-225Fh]
bool v13; // [rsp+2h] [rbp-225Eh]
char v14; // [rsp+3h] [rbp-225Dh]
unsi... | translog_truncate_log:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x2260
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x2220],RDI
JMP 0x001531b1
LAB_001531b1:
JMP 0x001531b3
LAB_001531b3:
JMP 0x001531b5
LAB_001531b5:
MOV RAX,qword ptr [RBP + -0x2220]
SAR RAX,0x20
ADD EAX,0x1
MOV dword ptr [RBP + -... |
int8 translog_truncate_log(ulong param_1)
{
int4 uVar1;
int iVar2;
uint uVar3;
int8 uVar4;
long lVar5;
long in_FS_OFFSET;
bool local_2267;
bool local_2266;
bool local_2265;
ulong *local_2260 [2];
uint local_224c;
int local_2248;
uint local_2244;
uint local_2240;
int local_223c;
ulong l... | |
10,045 | namelist_free | bluesky950520[P]quickjs/qjsc.c | void namelist_free(namelist_t *lp)
{
while (lp->count > 0) {
namelist_entry_t *e = &lp->array[--lp->count];
free(e->name);
free(e->short_name);
}
free(lp->array);
lp->array = NULL;
lp->size = 0;
} | O1 | c | namelist_free:
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
movl 0x8(%rdi), %eax
testl %eax, %eax
jle 0x13b9f
movq (%rbx), %r14
decl %eax
movl %eax, 0x8(%rbx)
leaq (%rax,%rax,2), %r15
movq (%r14,%r15,8), %rdi
callq 0xe060
movq 0x8(%r14,%r15,8), %rdi
callq 0xe060
movl 0x8(%rbx), %eax
jmp 0x13b77
movq (%rbx), %rdi
ca... | namelist_free:
push r15
push r14
push rbx
mov rbx, rdi
mov eax, [rdi+8]
loc_13B77:
test eax, eax
jle short loc_13B9F
mov r14, [rbx]
dec eax
mov [rbx+8], eax
lea r15, [rax+rax*2]
mov rdi, [r14+r15*8]
call _free
mov rdi, [r14+r15*8+8]
call _free
mov eax, [rbx+8]
j... | long long namelist_free(long long *a1)
{
int i; // eax
long long v2; // r14
unsigned int v3; // eax
long long v4; // r15
long long result; // rax
for ( i = *((_DWORD *)a1 + 2); i > 0; i = *((_DWORD *)a1 + 2) )
{
v2 = *a1;
v3 = i - 1;
*((_DWORD *)a1 + 2) = v3;
v4 = 3LL * v3;
free(*(_Q... | |||
10,046 | namelist_free | bluesky950520[P]quickjs/qjsc.c | void namelist_free(namelist_t *lp)
{
while (lp->count > 0) {
namelist_entry_t *e = &lp->array[--lp->count];
free(e->name);
free(e->short_name);
}
free(lp->array);
lp->array = NULL;
lp->size = 0;
} | O2 | c | namelist_free:
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
movl 0x8(%rbx), %eax
movq (%rbx), %r14
testl %eax, %eax
jle 0xeba9
decl %eax
movl %eax, 0x8(%rbx)
imulq $0x18, %rax, %r15
movq (%r14,%r15), %rdi
callq 0xe060
movq 0x8(%r14,%r15), %rdi
callq 0xe060
jmp 0xeb81
movq %r14, %rdi
callq 0xe060
andq $0x0, (%rbx)
a... | namelist_free:
push r15
push r14
push rbx
mov rbx, rdi
loc_EB81:
mov eax, [rbx+8]
mov r14, [rbx]
test eax, eax
jle short loc_EBA9
dec eax
mov [rbx+8], eax
imul r15, rax, 18h
mov rdi, [r14+r15]
call _free
mov rdi, [r14+r15+8]
call _free
jmp short loc_EB81
loc_EBA9... | long long namelist_free(long long *a1)
{
int v1; // eax
long long v2; // r14
long long v3; // rax
long long v4; // r15
long long result; // rax
while ( 1 )
{
v1 = *((_DWORD *)a1 + 2);
v2 = *a1;
if ( v1 <= 0 )
break;
v3 = (unsigned int)(v1 - 1);
*((_DWORD *)a1 + 2) = v3;
v4 ... | namelist_free:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
LAB_0010eb81:
MOV EAX,dword ptr [RBX + 0x8]
MOV R14,qword ptr [RBX]
TEST EAX,EAX
JLE 0x0010eba9
DEC EAX
MOV dword ptr [RBX + 0x8],EAX
IMUL R15,RAX,0x18
MOV RDI,qword ptr [R14 + R15*0x1]
CALL 0x0010e060
MOV RDI,qword ptr [R14 + R15*0x1 + 0x8]
CALL 0x0010e060
JMP 0x00... |
void namelist_free(int8 *param_1)
{
void *__ptr;
uint uVar1;
long lVar2;
while( true ) {
__ptr = (void *)*param_1;
if (*(int *)(param_1 + 1) < 1) break;
uVar1 = *(int *)(param_1 + 1) - 1;
*(uint *)(param_1 + 1) = uVar1;
lVar2 = (ulong)uVar1 * 0x18;
free(*(void **)((long)__ptr + lVar... | |
10,047 | mthd_stmt_fetch_to_bind | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | int mthd_stmt_fetch_to_bind(MYSQL_STMT *stmt, unsigned char *row)
{
uint i;
size_t truncations= 0;
unsigned char *null_ptr, bit_offset= 4;
row++; /* skip status byte */
null_ptr= row;
row+= (stmt->field_count + 9) / 8;
for (i=0; i < stmt->field_count; i++)
{
/* save row position for fetching values... | O0 | c | mthd_stmt_fetch_to_bind:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq $0x0, -0x20(%rbp)
movb $0x4, -0x29(%rbp)
movq -0x10(%rbp), %rax
addq $0x1, %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x8(%rbp), %rax
movl 0x60(%rax), %ecx
addl $0x... | mthd_stmt_fetch_to_bind:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_20], 0
mov [rbp+var_29], 4
mov rax, [rbp+var_10]
add rax, 1
mov [rbp+var_10], rax
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
mov rax, [rbp+var_8]
mov ... | long long mthd_stmt_fetch_to_bind(long long a1, long long a2)
{
long long result; // rax
long long v3; // [rsp+8h] [rbp-38h]
char v4; // [rsp+17h] [rbp-29h]
_BYTE *v5; // [rsp+18h] [rbp-28h]
long long v6; // [rsp+20h] [rbp-20h]
unsigned int i; // [rsp+2Ch] [rbp-14h]
unsigned __int8 *v8; // [rsp+30h] [rbp... | mthd_stmt_fetch_to_bind:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x20],0x0
MOV byte ptr [RBP + -0x29],0x4
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,0x1
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28]... |
int8 mthd_stmt_fetch_to_bind(long param_1,long param_2)
{
ulong uVar1;
int8 uVar2;
long local_40;
byte local_31;
byte *local_30;
long local_28;
uint local_1c;
byte *local_18;
long local_10;
local_28 = 0;
local_31 = 4;
local_30 = (byte *)(param_2 + 1);
local_18 = local_30 + (*(int *)(param... | |
10,048 | exec_REDO_LOGREC_FILE_ID | eloqsql/storage/maria/ma_recovery.c | prototype_redo_exec_hook(FILE_ID)
{
uint16 sid;
int error= 1;
const char *name;
MARIA_HA *info;
DBUG_ENTER("exec_REDO_LOGREC_FILE_ID");
if (cmp_translog_addr(rec->lsn, checkpoint_start) < 0)
{
/*
If that mapping was still true at checkpoint time, it was found in
checkpoint record, no need... | O0 | c | exec_REDO_LOGREC_FILE_ID:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl $0x1, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
leaq 0xc1e217(%rip), %rcx # 0xcdca98
subq (%rcx), %rax
cmpq $0x0, %rax
jge 0xbe8ae
leaq 0xc1e287(%rip), %rax # 0xcdcb18
movq (%rax), %rdi
leaq 0xcf232(%rip),... | exec_REDO_LOGREC_FILE_ID:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], 1
mov rax, [rbp+var_10]
mov rax, [rax]
lea rcx, checkpoint_start
sub rax, [rcx]
cmp rax, 0
jge short loc_BE8AE
lea rax, tracef
mov rdi, [rax]
lea rsi, aIgnoringBeca... | long long exec_REDO_LOGREC_FILE_ID(_QWORD *a1, long long a2, int a3, long long a4, int a5, int a6)
{
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
int record; // eax
const char *v11; // rsi
int v12; // edx
int v13; // ecx
int v14; // r8d
int v15; // r9d
long long v17; // [rsp+8h] [r... | exec_REDO_LOGREC_FILE_ID:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x18],0x1
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
LEA RCX,[0xddca98]
SUB RAX,qword ptr [RCX]
CMP RAX,0x0
JGE 0x001be8ae
LEA RAX,[0xddcb18]
MOV RDI,qword ptr [RAX]
LEA RSI,[0x28dacd]
MOV AL,0... |
int4 exec_REDO_LOGREC_FILE_ID(long *param_1)
{
ushort uVar1;
long *plVar2;
int iVar3;
int4 local_20;
local_20 = 1;
if (*param_1 - checkpoint_start < 0) {
tprint(tracef,"ignoring because before checkpoint\n");
return 0;
}
enlarge_buffer(param_1);
if ((log_record_buffer == (ushort *)0x0) ||... | |
10,049 | spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v10::basic_memory_buffer<char, 250ul, std::allocator<char>>&) | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/pattern_formatter-inl.h | void format(const details::log_msg &msg, const std::tm &, memory_buf_t &dest) override {
if (msg.source.empty()) {
ScopedPadder p(0, padinfo_, dest);
return;
}
auto filename = basename(msg.source.filename);
size_t text_size = padinfo_.enabled() ? std::char_traits<... | O0 | c | spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v10::basic_memory_buffer<char, 250ul, std::allocator<char>>&):
subq $0xc8, %rsp
movq %rdi, 0xb0(%rsp)
movq %rsi, 0xa8(%rsp)
movq %rdx, 0xa0(%rsp)
movq %rcx, 0x98(%rsp)
movq 0xb0(%rsp), %rax... | _ZN6spdlog7details24short_filename_formatterINS0_13scoped_padderEE6formatERKNS0_7log_msgERK2tmRN3fmt3v1019basic_memory_bufferIcLm250ESaIcEEE:
sub rsp, 0C8h
mov [rsp+0C8h+var_18], rdi
mov [rsp+0C8h+var_20], rsi
mov [rsp+0C8h+var_28], rdx
mov [rsp+0C8h+var_30], rcx
mov rax, [rsp+0C8h+var_18]
mov ... | void spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(
long long a1,
long long a2,
long long a3,
_QWORD *a4)
{
long long v4; // [rsp+8h] [rbp-C0h]
long long v5; // [rsp+28h] [rbp-A0h] BYREF
long long v6; // [rsp+30h] [rbp-98h]
_BYTE v7[40]; // [r... | format:
SUB RSP,0xc8
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 + 0x10],RAX
MOV RDI,qword ptr [RSP + 0xa8]
ADD RDI,0x38
CALL 0x0018f690
TEST AL,0x1
JNZ 0x001a109b
JMP 0x001a10c9
LAB_001a109... |
/* spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format(spdlog::details::log_msg
const&, tm const&, fmt::v10::basic_memory_buffer<char, 250ul, std::allocator<char> >&) */
void __thiscall
spdlog::details::short_filename_formatter<spdlog::details::scoped_padder>::format
(short_... | |
10,050 | alaya::LinearPoolTest_BoundaryConditionsTest_Test::LinearPoolTest_BoundaryConditionsTest_Test() | AlayaLite/tests/utils/query_utils_test.cpp | TEST_F(LinearPoolTest, BoundaryConditionsTest) {
// Fill the pool
pool_->insert(1, 2.5);
pool_->insert(2, 1.5);
pool_->insert(3, 3.0);
pool_->insert(4, 0.5);
pool_->insert(5, 4.0);
// Try to insert an element exceeding capacity
EXPECT_FALSE(pool_->insert(6, 5.0)); // Should return false
EXPECT_EQ(po... | O0 | cpp | alaya::LinearPoolTest_BoundaryConditionsTest_Test::LinearPoolTest_BoundaryConditionsTest_Test():
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq 0x10(%rsp), %rdi
movq %rdi, 0x8(%rsp)
callq 0x1b9f0
movq 0x8(%rsp), %rax
leaq 0x157cf4(%rip), %rcx # 0x173dd8
addq $0x10, %rcx
movq %rcx, (%rax)
addq $0x18, %rsp
retq
| _ZN5alaya42LinearPoolTest_BoundaryConditionsTest_TestC2Ev:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rdi, [rsp+18h+var_8]; this
mov [rsp+18h+var_10], rdi
call _ZN5alaya14LinearPoolTestC2Ev; alaya::LinearPoolTest::LinearPoolTest(void)
mov rax, [rsp+18h+var_10]
lea rcx, _ZTVN5alaya42LinearPoolT... | alaya::LinearPoolTest_BoundaryConditionsTest_Test * alaya::LinearPoolTest_BoundaryConditionsTest_Test::LinearPoolTest_BoundaryConditionsTest_Test(
alaya::LinearPoolTest_BoundaryConditionsTest_Test *this)
{
alaya::LinearPoolTest_BoundaryConditionsTest_Test *result; // rax
alaya::LinearPoolTest::LinearPoolTe... | LinearPoolTest_BoundaryConditionsTest_Test:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RDI,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x8],RDI
CALL 0x0011b9f0
MOV RAX,qword ptr [RSP + 0x8]
LEA RCX,[0x273dd8]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
ADD RSP,0x18
RET
|
/* alaya::LinearPoolTest_BoundaryConditionsTest_Test::LinearPoolTest_BoundaryConditionsTest_Test()
*/
void __thiscall
alaya::LinearPoolTest_BoundaryConditionsTest_Test::LinearPoolTest_BoundaryConditionsTest_Test
(LinearPoolTest_BoundaryConditionsTest_Test *this)
{
LinearPoolTest::LinearPoolTest((Line... | |
10,051 | composition_destination_atop | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-blend.c | static void composition_destination_atop(uint32_t* dest, int length, const uint32_t* src, uint32_t const_alpha)
{
if(const_alpha == 255) {
for(int i = 0; i < length; i++) {
uint32_t s = src[i];
uint32_t d = dest[i];
dest[i] = INTERPOLATE_PIXEL(d, plutovg_alpha(s), s, plut... | O2 | c | composition_destination_atop:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdx, %rbx
movq %rdi, %r14
xorl %r15d, %r15d
testl %esi, %esi
cmovgl %esi, %r15d
cmpl $0xff, %ecx
jne 0x3931f
xorl %r12d, %r12d
cmpq %r12, %r15
je 0x3935c
movl (%rbx,%r12,4), %edx
movl (%r14,%r12,4), %edi
movl %edx, %esi
shrl $0x1... | composition_destination_atop:
push rbp
push r15
push r14
push r12
push rbx
mov rbx, rdx
mov r14, rdi
xor r15d, r15d
test esi, esi
cmovg r15d, esi
cmp ecx, 0FFh
jnz short loc_3931F
xor r12d, r12d
loc_392F8:
cmp r15, r12
jz short loc_3935C
mov edx, [rbx+r12*4]
mov ... | void composition_destination_atop(long long a1, int a2, long long a3, int a4)
{
long long v5; // r15
long long i; // r12
long long j; // r12
unsigned int v9; // eax
v5 = 0LL;
if ( a2 > 0 )
v5 = (unsigned int)a2;
if ( a4 == 255 )
{
for ( i = 0LL; v5 != i; ++i )
*(_DWORD *)(a1 + 4 * i) = I... | composition_destination_atop:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDX
MOV R14,RDI
XOR R15D,R15D
TEST ESI,ESI
CMOVG R15D,ESI
CMP ECX,0xff
JNZ 0x0013931f
XOR R12D,R12D
LAB_001392f8:
CMP R15,R12
JZ 0x0013935c
MOV EDX,dword ptr [RBX + R12*0x4]
MOV EDI,dword ptr [R14 + R12*0x4]
MOV ESI,EDX
SHR ESI,0x18
MOV ... |
void composition_destination_atop(long param_1,uint param_2,long param_3,int param_4)
{
uint uVar1;
int4 uVar2;
uint uVar3;
ulong uVar4;
ulong uVar5;
uVar5 = 0;
if (0 < (int)param_2) {
uVar5 = (ulong)param_2;
}
if (param_4 == 0xff) {
for (uVar4 = 0; uVar5 != uVar4; uVar4 = uVar4 + 1) {
... | |
10,052 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | bool empty() const noexcept
{
switch (m_data.m_type)
{
case value_t::null:
{
// null values are empty
return true;
}
case value_t::array:
{
// delegate call to array_t::empty()
... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE5emptyEv:
movzx eax, byte ptr [rdi]
test eax, eax
jz short loc_683A8
cmp eax, 1
jz short loc_68399
cmp eax, 2
jnz short loc_683AB
... | bool 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>::empty(
unsigned __int8 *a1)
{
int v1; // eax
v1 = *a1;
if ( !*a1 )
re... | empty:
MOVZX EAX,byte ptr [RDI]
TEST EAX,EAX
JZ 0x001683a8
CMP EAX,0x1
JZ 0x00168399
CMP EAX,0x2
JNZ 0x001683ab
LAB_00168399:
MOV RAX,qword ptr [RDI + 0x8]
MOV RCX,qword ptr [RAX]
CMP RCX,qword ptr [RAX + 0x8]
SETZ AL
RET
LAB_001683a8:
MOV AL,0x1
RET
LAB_001683ab:
XOR EAX,EAX
RET
|
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::empty() const */
int8 __thisc... | |
10,053 | google::protobuf::internal::ImplicitWeakMessage::~ImplicitWeakMessage() | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/implicit_weak_message.h | ~ImplicitWeakMessage() override {
// data_ will be null in the default instance, but we can safely call delete
// here because the default instance will never be destroyed.
delete data_;
} | O3 | c | google::protobuf::internal::ImplicitWeakMessage::~ImplicitWeakMessage():
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x5636a(%rip), %rax # 0x1014a8
movq %rax, (%rdi)
movq 0x10(%rdi), %r14
testq %r14, %r14
je 0xab15b
movq (%r14), %rdi
leaq 0x10(%r14), %rax
cmpq %rax, %rdi
je 0xab15b
callq 0xf330
movq %r14,... | _ZN6google8protobuf8internal19ImplicitWeakMessageD2Ev:
push r14
push rbx
push rax
mov rbx, rdi
lea rax, off_1014A8
mov [rdi], rax
mov r14, [rdi+10h]
test r14, r14
jz short loc_AB15B
mov rdi, [r14]; void *
lea rax, [r14+10h]
cmp rdi, rax
jz short loc_AB15B
call __ZdlP... | void google::protobuf::internal::ImplicitWeakMessage::~ImplicitWeakMessage(
google::protobuf::internal::ImplicitWeakMessage *this)
{
void **v1; // r14
*(_QWORD *)this = off_1014A8;
v1 = (void **)*((_QWORD *)this + 2);
if ( v1 && *v1 != v1 + 2 )
operator delete(*v1);
operator delete(v1);
*(_QWO... | ~ImplicitWeakMessage:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[0x2014a8]
MOV qword ptr [RDI],RAX
MOV R14,qword ptr [RDI + 0x10]
TEST R14,R14
JZ 0x001ab15b
MOV RDI,qword ptr [R14]
LEA RAX,[R14 + 0x10]
CMP RDI,RAX
JZ 0x001ab15b
CALL 0x0010f330
LAB_001ab15b:
MOV RDI,R14
CALL 0x0010f330
LEA RAX,[0x201320]
ADD RAX,0x... |
/* google::protobuf::internal::ImplicitWeakMessage::~ImplicitWeakMessage() */
void __thiscall
google::protobuf::internal::ImplicitWeakMessage::~ImplicitWeakMessage(ImplicitWeakMessage *this)
{
int8 *puVar1;
*(int ***)this = &PTR__ImplicitWeakMessage_002014a8;
puVar1 = *(int8 **)(this + 0x10);
if ((puVar1 ... | |
10,054 | inline_mysql_cond_init | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_cond_init(
#ifdef HAVE_PSI_COND_INTERFACE
PSI_cond_key key,
#endif
mysql_cond_t *that,
const pthread_condattr_t *attr)
{
#ifdef HAVE_PSI_COND_INTERFACE
that->m_psi= PSI_COND_CALL(init_cond)(key, &that->m_cond);
#else
that->m_psi= NULL;
#endif
return pthread_cond_init(&that->m_... | O0 | c | inline_mysql_cond_init:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
leaq 0x25ddde(%rip), %rax # 0x2c0238
movq (%rax), %rax
movq 0x60(%rax), %rax
movl -0x4(%rbp), %edi
movq -0x10(%rbp), %rsi
callq *%rax
movq %rax, %rcx
movq -0x10(%rbp), %rax
movq %rc... | inline_mysql_cond_init_1:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+60h]
mov edi, [rbp+var_4]
mov rsi, [rbp+var_10]
call rax
mov rcx, rax
mov rax, [rbp+var_10]... | long long inline_mysql_cond_init_1(unsigned int a1, long long a2, long long a3)
{
*(_QWORD *)(a2 + 48) = ((long long ( *)(_QWORD, long long))PSI_server[12])(a1, a2);
return pthread_cond_init(a2, a3);
}
| inline_mysql_cond_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
LEA RAX,[0x3c0238]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x60]
MOV EDI,dword ptr [RBP + -0x4]
MOV RSI,qword ptr [RBP + -0x10]
CALL RAX
MOV RCX,RAX
MOV RAX,q... |
void inline_mysql_cond_init(int4 param_1,pthread_cond_t *param_2,pthread_condattr_t *param_3)
{
longlong lVar1;
lVar1 = (**(code **)(PSI_server + 0x60))(param_1,param_2);
param_2[1].__align = lVar1;
pthread_cond_init(param_2,param_3);
return;
}
| |
10,055 | init_partitioned_key_cache | eloqsql/mysys/mf_keycache.c | static
int init_partitioned_key_cache(PARTITIONED_KEY_CACHE_CB *keycache,
uint key_cache_block_size,
size_t use_mem, uint division_limit,
uint age_threshold, uint changed_blocks_hash_size)
{
int i;
size_t mem_per_cache;
s... | O0 | c | init_partitioned_key_cache:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movl %r8d, -0x28(%rbp)
movl %r9d, -0x2c(%rbp)
movq -0x10(%rbp), %rax
movl 0x1c(%rax), %eax
movl %eax, -0x5c(%rbp)
movl $0x0, -0x60(%rbp)
movl -0x14(%rbp), %... | init_partitioned_key_cache:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov [rbp+var_28], r8d
mov [rbp+var_2C], r9d
mov rax, [rbp+var_10]
mov eax, [rax+1Ch]
mov [rbp+var_5C], eax
mov [rbp+va... | long long init_partitioned_key_cache(
char *a1,
unsigned int a2,
unsigned long long a3,
unsigned int a4,
unsigned int a5,
unsigned int a6)
{
int inited; // eax
long long *v7; // rax
char v9; // [rsp+Fh] [rbp-61h]
unsigned int v10; // [rsp+10h] [rbp-60h]
unsigne... | init_partitioned_key_cache:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],ECX
MOV dword ptr [RBP + -0x28],R8D
MOV dword ptr [RBP + -0x2c],R9D
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x1c]
MOV... |
int init_partitioned_key_cache
(char *param_1,int4 param_2,ulong param_3,int4 param_4,int4 param_5,
int4 param_6)
{
char cVar1;
int iVar2;
ulong uVar3;
int local_68;
uint local_64;
int8 *local_60;
int1 *local_58;
ulong local_40;
int local_38;
ulong local_28;
local_... | |
10,056 | fn_format | eloqsql/mysys/mf_format.c | char * fn_format(char * to, const char *name, const char *dir,
const char *extension, uint flag)
{
char dev[FN_REFLEN], buff[FN_REFLEN], *pos, *startpos;
const char *ext;
reg1 size_t length;
size_t dev_length;
DBUG_ENTER("fn_format");
DBUG_ASSERT(name != NULL);
DBUG_ASSERT(extension != NULL);
DBUG... | O0 | c | fn_format:
pushq %rbp
movq %rsp, %rbp
subq $0x6a0, %rsp # imm = 0x6A0
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x620(%rbp)
movq %rsi, -0x628(%rbp)
movq %rdx, -0x630(%rbp)
movq %rcx, -0x638(%rbp)
movl %r8d, -0x63c(%rbp)
jmp 0xdf7fd
jmp 0xdf7ff
jmp 0xdf801
jmp 0xdf803
jmp 0xdf805
leaq -0x210(%rbp)... | fn_format:
push rbp
mov rbp, rsp
sub rsp, 6A0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_620], rdi
mov [rbp+var_628], rsi
mov [rbp+var_630], rdx
mov [rbp+var_638], rcx
mov [rbp+var_63C], r8d
jmp short $+2
loc_DF7FD:
jmp short $+2
loc_DF7FF:
jmp short $+2
loc_DF... | _BYTE * fn_format(_BYTE *a1, _BYTE *a2, long long a3, char *a4, int a5)
{
long long v5; // rax
long long v6; // rax
unsigned long long v8; // [rsp+20h] [rbp-680h]
unsigned long long v9; // [rsp+28h] [rbp-678h]
long long v10; // [rsp+38h] [rbp-668h] BYREF
unsigned long long v11; // [rsp+40h] [rbp-660h]
cha... | fn_format:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x6a0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x620],RDI
MOV qword ptr [RBP + -0x628],RSI
MOV qword ptr [RBP + -0x630],RDX
MOV qword ptr [RBP + -0x638],RCX
MOV dword ptr [RBP + -0x63c],R8D
JMP 0x001df7fd
LAB_001df7fd:
JMP 0x001df7ff
LAB_00... |
char * fn_format(char *param_1,char *param_2,int8 param_3,char *param_4,uint param_5)
{
int iVar1;
size_t sVar2;
long lVar3;
char *pcVar4;
long in_FS_OFFSET;
ulong local_6a0;
int1 local_670 [8];
ulong local_668;
char *local_660;
char *local_658;
char *local_650;
uint local_644;
char *local_6... | |
10,057 | fn_format | eloqsql/mysys/mf_format.c | char * fn_format(char * to, const char *name, const char *dir,
const char *extension, uint flag)
{
char dev[FN_REFLEN], buff[FN_REFLEN], *pos, *startpos;
const char *ext;
reg1 size_t length;
size_t dev_length;
DBUG_ENTER("fn_format");
DBUG_ASSERT(name != NULL);
DBUG_ASSERT(extension != NULL);
DBUG... | O3 | c | fn_format:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x428, %rsp # imm = 0x428
movl %r8d, %r14d
movq %rcx, -0x438(%rbp)
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, -0x440(%rbp)
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
leaq -0x230(%rbp), %rdi
leaq -0x448(%rbp), %... | fn_format:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 428h
mov r14d, r8d
mov [rbp+var_438], rcx
mov r12, rdx
mov r15, rsi
mov [rbp+var_440], rdi
mov rax, fs:28h
mov [rbp+var_30], rax
lea rdi, [rbp+var_230]
lea rdx, [rbp+var_4... | _BYTE * fn_format(_BYTE *a1, _BYTE *a2, long long a3, char *a4, __int16 a5)
{
long long v8; // r13
_WORD *v9; // rax
_BYTE *v10; // r13
long long v11; // rax
_BYTE *v12; // r12
char v13; // al
_BYTE *v14; // rcx
int v15; // eax
_BYTE *v16; // rdx
char v17; // al
int v18; // eax
_BYTE *v19; // rd... | fn_format:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x428
MOV R14D,R8D
MOV qword ptr [RBP + -0x438],RCX
MOV R12,RDX
MOV R15,RSI
MOV qword ptr [RBP + -0x440],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
LEA RDI,[RBP + -0x230]
LEA RDX,[RBP + -0x448]
CALL 0x00194929
MOV ... |
char * fn_format(char *param_1,char *param_2,int8 param_3,char *param_4,uint param_5)
{
char *pcVar1;
char *pcVar2;
char cVar3;
int iVar4;
long lVar5;
int8 uVar6;
char *pcVar7;
size_t sVar8;
size_t sVar9;
char *pcVar10;
ulong uVar11;
char *pcVar12;
long in_FS_OFFSET;
int1 local_450 [8];
... | |
10,058 | void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)2>::assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex, OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitMask>(OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex const&, OpenSubdiv::v3_6_0::Far::LoopLimits<... | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../sdc/loopScheme.h | inline void
Scheme<SCHEME_LOOP>::assignCreaseLimitTangentMasks(VERTEX const& vertex,
MASK& tan1Mask, MASK& tan2Mask, int const creaseEnds[2]) const {
typedef typename MASK::Weight Weight;
//
// First, the tangent along the crease:
// The first crease edge is considered the "leading" edge... | O0 | c | void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)2>::assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex, OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitMask>(OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex const&, OpenSubdiv::v3_6_0::Far::LoopLimits<... | _ZNK10OpenSubdiv6v3_6_03Sdc6SchemeILNS1_10SchemeTypeE2EE29assignCreaseLimitTangentMasksINS0_3Far10LoopLimitsIdE11LimitVertexENS8_9LimitMaskEEEvRKT_RT0_SF_PKi:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp... | long long OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)2>::assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitVertex,OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitMask>(
long long a1,
long long a2,
long long a3,
long long a4,
... | |||
10,059 | void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)2>::assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex, OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitMask>(OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex const&, OpenSubdiv::v3_6_0::Far::LoopLimits<... | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/../sdc/loopScheme.h | inline void
Scheme<SCHEME_LOOP>::assignCreaseLimitTangentMasks(VERTEX const& vertex,
MASK& tan1Mask, MASK& tan2Mask, int const creaseEnds[2]) const {
typedef typename MASK::Weight Weight;
//
// First, the tangent along the crease:
// The first crease edge is considered the "leading" edge... | O2 | c | void OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)2>::assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex, OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitMask>(OpenSubdiv::v3_6_0::Far::LoopLimits<float>::LimitVertex const&, OpenSubdiv::v3_6_0::Far::LoopLimits<... | _ZNK10OpenSubdiv6v3_6_03Sdc6SchemeILNS1_10SchemeTypeE2EE29assignCreaseLimitTangentMasksINS0_3Far10LoopLimitsIdE11LimitVertexENS8_9LimitMaskEEEvRKT_RT0_SF_PKi:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 20h
mov r14, r8
mov rbx, rcx
mov eax, [rsi+4]
movsxd r15, eax
mov [rdx+... | long long OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)2>::assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitVertex,OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitMask>(
long long a1,
long long a2,
long long a3,
long long a4,
... | assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitVertex,OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitMask>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV R14,R8
MOV RBX,RCX
MOV EAX,dword ptr [RSI + 0x4]
MOVSXD R15,EAX
MOV dword ptr [RDX + 0x8],R15D
MOV RCX,qword ptr [... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* void
OpenSubdiv::v3_6_0::Sdc::Scheme<(OpenSubdiv::v3_6_0::Sdc::SchemeType)2>::assignCreaseLimitTangentMasks<OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitVertex,
OpenSubdiv::v3_6_0::Far::LoopLimits<double>::LimitMask>(Op... | |
10,060 | ma_ck_real_write_btree | eloqsql/storage/maria/ma_write.c | my_bool _ma_ck_real_write_btree(MARIA_HA *info, MARIA_KEY *key, my_off_t *root,
uint32 comp_flag)
{
int error;
DBUG_ENTER("_ma_ck_real_write_btree");
/* key_length parameter is used only if comp_flag is SEARCH_FIND */
if (*root == HA_OFFSET_ERROR ||
(error= w_search(info, comp... | O3 | c | ma_ck_real_write_btree:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq (%rdx), %rax
cmpq $-0x1, %rax
je 0x5739d
movl $0x1, (%rsp)
movq %r15, %rdi
movl %ecx, %esi
movq %r14, %rdx
movq %rax, %rcx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq 0x573be
tes... | _ma_ck_real_write_btree:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov rax, [rdx]
cmp rax, 0FFFFFFFFFFFFFFFFh
jz short loc_5739D
mov [rsp+20h+var_20], 1
mov rdi, r15
mov esi, ecx
mov rdx, r14
mov rcx, ... | bool ma_ck_real_write_btree(long long a1, long long a2, _QWORD *a3, int a4)
{
int v5; // eax
if ( *a3 == -1LL || (v5 = w_search(a1, a4, a2, *a3, 0, 0, 1), v5 > 0) )
v5 = (unsigned __int8)ma_enlarge_root(a1, a2, a3);
return v5 != 0;
}
| _ma_ck_real_write_btree:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV RAX,qword ptr [RDX]
CMP RAX,-0x1
JZ 0x0015739d
MOV dword ptr [RSP],0x1
MOV RDI,R15
MOV ESI,ECX
MOV RDX,R14
MOV RCX,RAX
XOR R8D,R8D
XOR R9D,R9D
CALL 0x001573be
TEST EAX,EAX
JLE 0x001573ae
LAB_0015739... |
bool _ma_ck_real_write_btree(int8 param_1,int8 param_2,long *param_3,int4 param_4)
{
byte bVar1;
uint uVar2;
if (*param_3 != -1) {
uVar2 = w_search(param_1,param_4,param_2,*param_3,0,0,1);
if ((int)uVar2 < 1) goto LAB_001573ae;
}
bVar1 = _ma_enlarge_root(param_1,param_2,param_3);
uVar2 = (uint)... | |
10,061 | start_of_next_entry | eloqsql/storage/maria/ma_blockrec.c | static inline uint start_of_next_entry(uchar *dir)
{
uchar *prev;
/*
Find previous used entry. (There is always a previous entry as
the directory never starts with a deleted entry)
*/
for (prev= dir - DIR_ENTRY_SIZE ;
prev[0] == 0 && prev[1] == 0 ;
prev-= DIR_ENTRY_SIZE)
{}
return (u... | O0 | c | start_of_next_entry:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
addq $-0x4, %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movzbl (%rax), %ecx
xorl %eax, %eax
cmpl $0x0, %ecx
movb %al, -0x11(%rbp)
jne 0x80276
movq -0x10(%rbp), %rax
movzbl 0x1(%rax), %eax
cmpl $0x0, %eax
sete %al
movb %al... | start_of_next_entry:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
add rax, 0FFFFFFFFFFFFFFFCh
mov [rbp+var_10], rax
loc_80254:
mov rax, [rbp+var_10]
movzx ecx, byte ptr [rax]
xor eax, eax
cmp ecx, 0
mov [rbp+var_11], al
jnz short loc_80276
mov rax, [rb... | long long start_of_next_entry(long long a1)
{
bool v2; // [rsp+1h] [rbp-11h]
_BYTE *i; // [rsp+2h] [rbp-10h]
for ( i = (_BYTE *)(a1 - 4); ; i -= 4 )
{
v2 = 0;
if ( !*i )
v2 = i[1] == 0;
if ( !v2 )
break;
}
return *(unsigned __int16 *)i;
}
| start_of_next_entry:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
ADD RAX,-0x4
MOV qword ptr [RBP + -0x10],RAX
LAB_00180254:
MOV RAX,qword ptr [RBP + -0x10]
MOVZX ECX,byte ptr [RAX]
XOR EAX,EAX
CMP ECX,0x0
MOV byte ptr [RBP + -0x11],AL
JNZ 0x00180276
MOV RAX,qword ptr [RBP + -0x10]... |
int2 start_of_next_entry(long param_1)
{
bool bVar1;
char *local_18;
local_18 = (char *)(param_1 + -4);
while( true ) {
bVar1 = false;
if (*local_18 == '\0') {
bVar1 = local_18[1] == '\0';
}
if (!bVar1) break;
local_18 = local_18 + -4;
}
return *(int2 *)local_18;
}
| |
10,062 | ftxui::HorizontalContainer::HorizontalContainer(std::vector<std::shared_ptr<ftxui::ComponentBase>, std::allocator<std::shared_ptr<ftxui::ComponentBase>>>, int*) | Andrewchistyakov[P]flashcards_lyc/build_O0/_deps/ftxui-src/src/ftxui/component/container.cpp | Element Render() override {
Elements elements;
elements.reserve(children_.size());
for (auto& it : children_) {
elements.push_back(it->Render());
}
if (elements.empty()) {
return text("Empty container");
}
return hbox(std::move(elements));
} | O0 | cpp | ftxui::HorizontalContainer::HorizontalContainer(std::vector<std::shared_ptr<ftxui::ComponentBase>, std::allocator<std::shared_ptr<ftxui::ComponentBase>>>, int*):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x20(%rbp)
m... | _ZN5ftxui19HorizontalContainerCI2NS_13ContainerBaseEESt6vectorISt10shared_ptrINS_13ComponentBaseEESaIS4_EEPi:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rdi, [rbp+var_8]
mov [rbp+var_20], rdi
mov rdx, [rbp+var_18]
call _Z... | _QWORD * ZN5ftxui19HorizontalContainerCI2NS_13ContainerBaseEESt6vectorISt10shared_ptrINS_13ComponentBaseEESaIS4_EEPi(
_QWORD *a1,
long long a2,
long long a3)
{
_QWORD *result; // rax
ftxui::ContainerBase::ContainerBase((long long)a1, a2, a3);
result = a1;
*a1 = &`vtable for'ftxui::Horiz... | ContainerBase:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x20],RDI
MOV RDX,qword ptr [RBP + -0x18]
CALL 0x001532b0
MOV RAX,qword ptr [RBP + -0x20]
LEA RCX,[0x1dde50]
ADD RCX,0x10
M... |
/* ftxui::HorizontalContainer::ContainerBase(std::vector<std::shared_ptr<ftxui::ComponentBase>,
std::allocator<ftxui::ComponentBase> >, int*) */
void __thiscall
ftxui::HorizontalContainer::ContainerBase
(HorizontalContainer *this,int8 param_2,int8 param_3)
{
ftxui::ContainerBase::ContainerBase((Contai... | |
10,063 | bool nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsig... | monkey531[P]llama/common/json.hpp | constexpr bool is_object() const noexcept
{
return m_data.m_type == value_t::object;
} | O1 | cpp | bool nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsig... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_:
cmp byte ptr [rdi], 1
jnz short loc_C... | bool ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_(
long long a1,
long long ... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_:
CMP byte ptr [RDI],0x1
JNZ 0x001c7406
PUSH R1... |
int8
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8containsIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEEbOSJ_
(char *param_1)
{
long *plV... | |
10,064 | ma_write_undo_key_insert | eloqsql/storage/maria/ma_write.c | int _ma_write_undo_key_insert(MARIA_HA *info, const MARIA_KEY *key,
my_off_t *root, my_off_t new_root, LSN *res_lsn)
{
MARIA_SHARE *share= info->s;
MARIA_KEYDEF *keyinfo= key->keyinfo;
uchar log_data[LSN_STORE_SIZE + FILEID_STORE_SIZE +
KEY_NR_STORE_SIZE];
const uc... | O3 | c | ma_write_undo_key_insert:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xa50, %rsp # imm = 0xA50
movq %r8, %rbx
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
movq (%rdi), %r9
movq 0x8(%rsi), %r8
movq 0x8(%rdi), %rax
movq 0x98(%rax), %rdi
movq %rdi, %r10
shrq $0x20... | _ma_write_undo_key_insert:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 0A50h
mov rbx, r8
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_28], rax
mov r9, [rdi]
mov r8, [rsi+8]
mov rax, [rdi+8]
mov rdi, [rax+98h]
mov r10, rdi
shr r10, 20h
le... | long long ma_write_undo_key_insert(long long *a1, long long a2, long long a3, long long a4, unsigned long long a5)
{
long long v7; // r9
long long v8; // r8
long long v9; // rax
long long v10; // rdi
long long v11; // r15
unsigned __int8 *v12; // rdi
long long v13; // rax
long long v14; // rcx
char v... | _ma_write_undo_key_insert:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0xa50
MOV RBX,R8
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
MOV R9,qword ptr [RDI]
MOV R8,qword ptr [RSI + 0x8]
MOV RAX,qword ptr [RDI + 0x8]
MOV RDI,qword ptr [RAX + 0x98]
MOV R10,RDI
SHR R10,0x20
L... |
int _ma_write_undo_key_insert
(long *param_1,long *param_2,int8 param_3,int8 param_4,int8 param_5)
{
int1 uVar1;
int8 uVar2;
char cVar3;
long lVar4;
ulong uVar5;
int1 *puVar6;
int1 *puVar7;
uint uVar8;
long in_FS_OFFSET;
int1 local_a78 [32];
int1 *local_a58;
int8 local_a50;
int... | |
10,065 | inline_mysql_cond_broadcast | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_cond_broadcast(
mysql_cond_t *that)
{
int result;
#ifdef HAVE_PSI_COND_INTERFACE
if (psi_likely(that->m_psi != NULL))
PSI_COND_CALL(broadcast_cond)(that->m_psi);
#endif
result= pthread_cond_broadcast(&that->m_cond);
return result;
} | O0 | c | inline_mysql_cond_broadcast:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x30(%rax)
setne %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
setne %al
andb $0x1, %al
movzbl %al, %eax
cltq
cmpq $0x0, %rax
je 0x5d9cb
leaq 0x261701(%rip), %rax # 0x2bf0b8
movq (%ra... | inline_mysql_cond_broadcast_1:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
cmp qword ptr [rax+30h], 0
setnz al
and al, 1
movzx eax, al
cmp eax, 0
setnz al
and al, 1
movzx eax, al
cdqe
cmp rax, 0
jz short loc_5D9CB
lea rax, PSI_serv... | long long inline_mysql_cond_broadcast_1(long long a1)
{
if ( *(_QWORD *)(a1 + 48) )
((void ( *)(_QWORD))PSI_server[47])(*(_QWORD *)(a1 + 48));
return (unsigned int)pthread_cond_broadcast(a1);
}
| inline_mysql_cond_broadcast:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x30],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CDQE
CMP RAX,0x0
JZ 0x0015d9cb
LEA RAX,[0x3bf0b8]
MOV RAX,qword ptr [RAX]
MOV RAX,qwor... |
int inline_mysql_cond_broadcast(pthread_cond_t *param_1)
{
int iVar1;
if (param_1[1].__align != 0) {
(**(code **)(PSI_server + 0x178))(param_1[1].__align);
}
iVar1 = pthread_cond_broadcast(param_1);
return iVar1;
}
| |
10,066 | dequantize_row_q8_0 | ngxson[P]ggml-easy/ggml/src/ggml-quants.c | void dequantize_row_q8_0(const block_q8_0 * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k) {
static const int qk = QK8_0;
assert(k % qk == 0);
const int nb = k / qk;
for (int i = 0; i < nb; i++) {
const float d = GGML_FP16_TO_FP32(x[i].d);
for (int j = 0; j < qk; ++j) {
... | O1 | c | dequantize_row_q8_0:
leaq 0x1f(%rdx), %rax
testq %rdx, %rdx
cmovnsq %rdx, %rax
sarq $0x5, %rax
testl %eax, %eax
jle 0x2d05a
andl $0x7fffffff, %eax # imm = 0x7FFFFFFF
leaq 0x2(%rdi), %rcx
xorl %edx, %edx
movq 0x3cfa3(%rip), %r8 # 0x69fa8
movq %rdx, %r9
shlq $0x5, %r9
leaq (%r9,%rdx,2), %r9
movzwl (%rdi,%r9), ... | dequantize_row_q8_0:
lea rax, [rdx+1Fh]
test rdx, rdx
cmovns rax, rdx
sar rax, 5
test eax, eax
jle short locret_2D05A
and eax, 7FFFFFFFh
lea rcx, [rdi+2]
xor edx, edx
mov r8, cs:ggml_table_f32_f16_ptr
loc_2D005:
mov r9, rdx
shl r9, 5
lea r9, [r9+rdx*2]
movzx r9d, word pt... | long long dequantize_row_q8_0(long long a1, long long a2, long long a3)
{
long long result; // rax
long long v4; // rcx
long long v5; // rdx
__m128 v6; // xmm0
__m128 v7; // xmm0
long long i; // r9
__m128i v9; // xmm1
__m128i v10; // xmm1
result = a3 / 32;
if ( (int)(a3 / 32) > 0 )
{
result ... | dequantize_row_q8_0:
LEA RAX,[RDX + 0x1f]
TEST RDX,RDX
CMOVNS RAX,RDX
SAR RAX,0x5
TEST EAX,EAX
JLE 0x0012d05a
AND EAX,0x7fffffff
LEA RCX,[RDI + 0x2]
XOR EDX,EDX
MOV R8,qword ptr [0x00169fa8]
LAB_0012d005:
MOV R9,RDX
SHL R9,0x5
LEA R9,[R9 + RDX*0x2]
MOVZX R9D,word ptr [RDI + R9*0x1]
MOVSS XMM0,dword ptr [R8 + R9*0x4]
SH... |
void dequantize_row_q8_0(long param_1,long param_2,long param_3)
{
float *pfVar1;
float fVar2;
int4 uVar3;
int8 uVar4;
ulong uVar5;
int6 uVar6;
int1 auVar7 [12];
int *puVar8;
uint uVar9;
long lVar10;
ulong uVar11;
long lVar12;
short sVar13;
int1 auVar14 [16];
int1 auVar15 [16];
int1 au... | |
10,067 | dequantize_row_q8_0 | ngxson[P]ggml-easy/ggml/src/ggml-quants.c | void dequantize_row_q8_0(const block_q8_0 * GGML_RESTRICT x, float * GGML_RESTRICT y, int64_t k) {
static const int qk = QK8_0;
assert(k % qk == 0);
const int nb = k / qk;
for (int i = 0; i < nb; i++) {
const float d = GGML_FP16_TO_FP32(x[i].d);
for (int j = 0; j < qk; ++j) {
... | O3 | c | dequantize_row_q8_0:
leaq 0x1f(%rdx), %rax
testq %rdx, %rdx
cmovnsq %rdx, %rax
sarq $0x5, %rax
testl %eax, %eax
jle 0x2ce8a
andl $0x7fffffff, %eax # imm = 0x7FFFFFFF
leaq 0x2(%rdi), %rcx
xorl %edx, %edx
movq 0x3d173(%rip), %r8 # 0x69fa8
movq %rdx, %r9
shlq $0x5, %r9
leaq (%r9,%rdx,2), %r9
movzwl (%rdi,%r9), ... | dequantize_row_q8_0:
lea rax, [rdx+1Fh]
test rdx, rdx
cmovns rax, rdx
sar rax, 5
test eax, eax
jle short locret_2CE8A
and eax, 7FFFFFFFh
lea rcx, [rdi+2]
xor edx, edx
mov r8, cs:ggml_table_f32_f16_ptr
loc_2CE35:
mov r9, rdx
shl r9, 5
lea r9, [r9+rdx*2]
movzx r9d, word pt... | long long dequantize_row_q8_0(long long a1, long long a2, long long a3)
{
long long result; // rax
long long v4; // rcx
long long v5; // rdx
__m128 v6; // xmm0
__m128 v7; // xmm0
long long i; // r9
__m128i v9; // xmm1
__m128i v10; // xmm1
result = a3 / 32;
if ( (int)(a3 / 32) > 0 )
{
result ... | dequantize_row_q8_0:
LEA RAX,[RDX + 0x1f]
TEST RDX,RDX
CMOVNS RAX,RDX
SAR RAX,0x5
TEST EAX,EAX
JLE 0x0012ce8a
AND EAX,0x7fffffff
LEA RCX,[RDI + 0x2]
XOR EDX,EDX
MOV R8,qword ptr [0x00169fa8]
LAB_0012ce35:
MOV R9,RDX
SHL R9,0x5
LEA R9,[R9 + RDX*0x2]
MOVZX R9D,word ptr [RDI + R9*0x1]
MOVSS XMM0,dword ptr [R8 + R9*0x4]
SH... |
void dequantize_row_q8_0(long param_1,long param_2,long param_3)
{
float *pfVar1;
float fVar2;
int4 uVar3;
int8 uVar4;
ulong uVar5;
int6 uVar6;
int1 auVar7 [12];
int *puVar8;
uint uVar9;
long lVar10;
ulong uVar11;
long lVar12;
short sVar13;
int1 auVar14 [16];
int1 auVar15 [16];
int1 au... | |
10,068 | mi_state_info_write | eloqsql/storage/myisam/mi_open.c | uint mi_state_info_write(File file, MI_STATE_INFO *state, uint pWrite)
{
uchar buff[MI_STATE_INFO_SIZE + MI_STATE_EXTRA_SIZE];
uchar *ptr=buff;
uint i, keys= (uint) state->header.keys,
key_blocks=state->header.max_block_size_index;
DBUG_ENTER("mi_state_info_write");
memcpy(ptr, &state->header, sizeof(state... | O3 | c | mi_state_info_write:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x2388, %rsp # imm = 0x2388
movl %edi, %r13d
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movzbl 0x12(%rsi), %ecx
movzbl 0x15(%rsi), %eax
movq 0x10(%rsi), %rdi
movq %rdi, -0x2350(%rbp)
movups (%rsi), %xm... | mi_state_info_write:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 2388h
mov r13d, edi
mov rax, fs:28h
mov [rbp+var_30], rax
movzx ecx, byte ptr [rsi+12h]
movzx eax, byte ptr [rsi+15h]
mov rdi, [rsi+10h]
mov [rbp+var_2350], rdi
movups xmm0... | bool mi_state_info_write(unsigned int a1, __int128 *a2, char a3)
{
long long v4; // rcx
long long v5; // rax
int v6; // edi
_BYTE *v7; // r14
long long v8; // rdi
long long v9; // rcx
long long v10; // r8
long long v11; // rax
long long v12; // rcx
int v13; // ecx
int v14; // eax
int v15; // ea... | mi_state_info_write:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x2388
MOV R13D,EDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOVZX ECX,byte ptr [RSI + 0x12]
MOVZX EAX,byte ptr [RSI + 0x15]
MOV RDI,qword ptr [RSI + 0x10]
MOV qword ptr [RBP + -0x2350],RDI
MOVUPS XMM0,xmmw... |
bool mi_state_info_write(int4 param_1,int4 *param_2,ulong param_3)
{
byte bVar1;
byte bVar2;
int1 uVar3;
int1 uVar4;
int4 uVar5;
uint uVar6;
ulong uVar7;
ushort uVar8;
long lVar9;
long lVar10;
long lVar11;
long lVar12;
uint *puVar13;
long in_FS_OFFSET;
int1 local_23b0 [72];
int4 local_... | |
10,069 | nlohmann::json_abi_v3_11_3::operator==(nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<u... | monkey531[P]llama/common/./json.hpp | friend bool operator==(const_reference lhs, const_reference rhs) noexcept
{
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wfloat-equal"
#endif
JSON_IMPLEMENT_OPERATOR( ==, true, false, false)
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
} | O0 | cpp | nlohmann::json_abi_v3_11_3::operator==(nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<u... | _ZN8nlohmann16json_abi_v3_11_3eqERKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEESF_:
sub rsp, 38h
mov [rsp+38h+var_10], rdi
mov [rsp+38h+var_18], rsi
mov rdi, [rsp+38h+var_10]
call _ZNK8nlohmann16json_abi_v3_1... | char nlohmann::json_abi_v3_11_3::operator==(long long a1, long long a2)
{
__m128d v2; // xmm1
__m128d v3; // xmm2
char v5; // [rsp+1Eh] [rbp-1Ah]
char v6; // [rsp+1Fh] [rbp-19h]
char v7; // [rsp+37h] [rbp-1h]
v6 = nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,s... | operator==:
SUB RSP,0x38
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP + 0x20],RSI
MOV RDI,qword ptr [RSP + 0x28]
CALL 0x001c8ae0
MOV byte ptr [RSP + 0x1f],AL
MOV RDI,qword ptr [RSP + 0x20]
CALL 0x001c8ae0
MOV byte ptr [RSP + 0x1e],AL
MOV AL,byte ptr [RSP + 0x1f]
CMP AL,byte ptr [RSP + 0x1e]
JNZ 0x001c891f
MOVZX EA... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* nlohmann::json_abi_v3_11_3::TEMPNAMEPLACEHOLDERVALUE(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,
nlohma... | |
10,070 | google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(google::protobuf::FieldDescriptor const*, google::protobuf::TextFormat::FastFieldValuePrinter const*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/text_format.cc | bool TextFormat::Printer::RegisterFieldValuePrinter(
const FieldDescriptor* field, const FastFieldValuePrinter* printer) {
if (field == nullptr || printer == nullptr) {
return false;
}
auto pair = custom_printers_.insert(std::make_pair(field, nullptr));
if (pair.second) {
pair.first->second.reset(pr... | O3 | cpp | google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(google::protobuf::FieldDescriptor const*, google::protobuf::TextFormat::FastFieldValuePrinter const*):
pushq %rbx
subq $0x10, %rsp
testq %rsi, %rsi
sete %al
testq %rdx, %rdx
sete %cl
orb %al, %cl
jne 0x7d9ba
movq %rdx, %rbx
addq $0x20, %rdi
movq %rsp, %ra... | _ZN6google8protobuf10TextFormat7Printer25RegisterFieldValuePrinterEPKNS0_15FieldDescriptorEPKNS1_21FastFieldValuePrinterE:
push rbx
sub rsp, 10h
test rsi, rsi
setz al
test rdx, rdx
setz cl
or cl, al
jnz short loc_7D9BA
mov rbx, rdx
add rdi, 20h ; ' '
mov rax, rsp
mov [rax], r... | long long google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(
google::protobuf::TextFormat::Printer *this,
const google::protobuf::FieldDescriptor *a2,
const google::protobuf::TextFormat::FastFieldValuePrinter *a3)
{
const google::protobuf::TextFormat::FastFieldValuePrinter *v3;... | RegisterFieldValuePrinter:
PUSH RBX
SUB RSP,0x10
TEST RSI,RSI
SETZ AL
TEST RDX,RDX
SETZ CL
OR CL,AL
JNZ 0x0017d9ba
MOV RBX,RDX
ADD RDI,0x20
MOV RAX,RSP
MOV qword ptr [RAX],RSI
MOV qword ptr [RAX + 0x8],0x0
MOV RSI,RAX
CALL 0x00186490
TEST DL,0x1
JZ 0x0017d9ba
MOV RDI,qword ptr [RAX + 0x28]
MOV qword ptr [RAX + 0x28],RB... |
/* google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(google::protobuf::FieldDescriptor
const*, google::protobuf::TextFormat::FastFieldValuePrinter const*) */
ulong __thiscall
google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter
(Printer *this,FieldDescriptor *param_1,FastFieldV... | |
10,071 | dump_remote_log_entries(st_print_event_info*, char const*) | eloqsql/client/mysqlbinlog.cc | static Exit_status dump_remote_log_entries(PRINT_EVENT_INFO *print_event_info,
const char* logname)
{
uchar buf[128];
ulong len;
uint logname_len;
NET* net;
my_off_t old_off= start_position_mot;
Exit_status retval= OK_CONTINUE;
short binlog_flags = 0;
ulong s... | O0 | cpp | dump_remote_log_entries(st_print_event_info*, char const*):
pushq %rbp
movq %rsp, %rbp
subq $0x110, %rsp # imm = 0x110
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0xa0(%rbp)
movq %rsi, -0xa8(%rbp)
movq 0x3e2c9b(%rip), %rax # 0x445918
movq %rax, -0xc8(%rbp)
movl $0x0, -0xcc(%rbp)
movw $0x0, -0xce... | _ZL23dump_remote_log_entriesP19st_print_event_infoPKc:
push rbp
mov rbp, rsp
sub rsp, 110h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_A0], rdi
mov [rbp+var_A8], rsi
mov rax, cs:_ZL14start_position; start_position
mov [rbp+var_C8], rax
mov [rbp+var_CC], 0
mov [rbp+var_CE... | long long dump_remote_log_entries(
st_print_event_info *a1,
char *a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
long long v10; // rdx
long long v11; // rcx
long long v12; // r8
long ... | dump_remote_log_entries:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x110
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0xa0],RDI
MOV qword ptr [RBP + -0xa8],RSI
MOV RAX,qword ptr [0x00545918]
MOV qword ptr [RBP + -0xc8],RAX
MOV dword ptr [RBP + -0xcc],0x0
MOV word ptr [RBP + -0xce],0x0
CALL 0x0016... |
/* dump_remote_log_entries(st_print_event_info*, char const*) */
int dump_remote_log_entries(st_print_event_info *param_1,char *param_2)
{
long lVar1;
uint uVar2;
int iVar3;
size_t sVar4;
int8 uVar5;
long in_FS_OFFSET;
int4 local_108;
int4 local_e0;
ushort local_d6;
int local_d4;
ulonglong loca... | |
10,072 | my_register_filename | eloqsql/mysys/my_open.c | File my_register_filename(File fd, const char *FileName, enum file_type
type_of_file, uint error_message_number, myf MyFlags)
{
DBUG_ENTER("my_register_filename");
if ((int) fd >= MY_FILE_MIN)
{
my_atomic_add32_explicit(&my_file_opened, 1, MY_MEMORY_ORDER_RELAXED);
if ((uint) fd >= my_file_limit || (... | O3 | c | my_register_filename:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r14
movq %rsi, %r15
testl %edi, %edi
js 0x2ce39
movl %edi, %ebx
leaq 0x33c369(%rip), %rax # 0x369144
lock
incl (%rax)
testl $0x2004, %r14d # imm = 0x2004
jne 0x2ce88
leaq 0x2c555e(%r... | my_register_filename:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r8
mov r15, rsi
test edi, edi
js short loc_2CE39
mov ebx, edi
lea rax, my_file_opened
lock inc dword ptr [rax]
test r14d, 2004h
jnz loc_2CE88
lea rax, my... | long long my_register_filename(long long a1, long long a2, int a3, unsigned int a4, __int16 a5)
{
unsigned int v6; // ebx
long long v8; // rax
long long v9; // rsi
int v11; // ebx
unsigned int *v12; // rax
if ( (int)a1 < 0 )
{
v11 = *(_DWORD *)__errno_location(a1);
*(_DWORD *)my_thread_var() = v... | my_register_filename:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R8
MOV R15,RSI
TEST EDI,EDI
JS 0x0012ce39
MOV EBX,EDI
LEA RAX,[0x469144]
INC.LOCK dword ptr [RAX]
TEST R14D,0x2004
JNZ 0x0012ce88
LEA RAX,[0x3f2350]
CMP dword ptr [RAX],EBX
JBE 0x0012ce88
MOV R13D,EDX
LEA RAX,[0x469... |
uint my_register_filename
(uint param_1,int8 param_2,int4 param_3,int4 param_4,ulong param_5)
{
int iVar1;
int8 uVar2;
int *piVar3;
int4 *puVar4;
if ((int)param_1 < 0) {
piVar3 = __errno_location();
iVar1 = *piVar3;
piVar3 = (int *)_my_thread_var();
*piVar3 = iVar1;
par... | |
10,073 | Catch::filterTests(std::vector<Catch::TestCaseHandle, std::allocator<Catch::TestCaseHandle>> const&, Catch::TestSpec const&, Catch::IConfig const&) | AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp | std::vector<TestCaseHandle> filterTests( std::vector<TestCaseHandle> const& testCases, TestSpec const& testSpec, IConfig const& config ) {
std::vector<TestCaseHandle> filtered;
filtered.reserve( testCases.size() );
for (auto const& testCase : testCases) {
if ((!testSpec.hasFilters() ... | O3 | cpp | Catch::filterTests(std::vector<Catch::TestCaseHandle, std::allocator<Catch::TestCaseHandle>> const&, Catch::TestSpec const&, Catch::IConfig const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r13
movq %rdi, %rbx
xorps %xmm0, %xmm0
movq ... | _ZN5Catch11filterTestsERKSt6vectorINS_14TestCaseHandleESaIS1_EERKNS_8TestSpecERKNS_7IConfigE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r14, rcx
mov r15, rdx
mov r13, rsi
mov rbx, rdi
xorps xmm0, xmm0
mov rdi, rsp
movaps xmmword ptr [rdi], xmm0
m... | long long Catch::filterTests(
long long a1,
const Catch::TestCaseInfo ***a2,
const Catch::TestCaseHandle *a3,
const Catch::TestSpec *a4)
{
const Catch::IConfig *v6; // rcx
const Catch::TestCaseInfo **v7; // r12
const Catch::TestCaseInfo **v8; // rbp
unsigned int v9; // ebp
uns... | filterTests:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R14,RCX
MOV R15,RDX
MOV R13,RSI
MOV RBX,RDI
XORPS XMM0,XMM0
MOV RDI,RSP
MOVAPS xmmword ptr [RDI],XMM0
MOV qword ptr [RDI + 0x10],0x0
MOV RSI,qword ptr [RSI + 0x8]
SUB RSI,qword ptr [R13]
SAR RSI,0x4
LAB_001621b3:
CALL 0x00178bd8
MOV R12... |
/* Catch::filterTests(std::vector<Catch::TestCaseHandle, std::allocator<Catch::TestCaseHandle> >
const&, Catch::TestSpec const&, Catch::IConfig const&) */
Catch * __thiscall
Catch::filterTests(Catch *this,vector *param_1,TestSpec *param_2,IConfig *param_3)
{
TestCaseHandle *pTVar1;
int8 uVar2;
char cVar3;
... | |
10,074 | R3D_SetLightAttenuation | r3d/src/r3d_lighting.c | void R3D_SetLightAttenuation(R3D_Light id, float attenuation)
{
r3d_get_and_check_light(light, id);
light->attenuation = 1.0f / attenuation;
} | O3 | c | R3D_SetLightAttenuation:
pushq %rbp
movq %rsp, %rbp
movl %edi, %edx
testl %edi, %edi
je 0xbe405
leaq 0xf1855(%rip), %rax # 0x1afc20
cmpl %edx, 0x168(%rax)
jbe 0xbe405
movq 0x128(%rax), %rsi
leal -0x1(%rdx), %ecx
cmpb $0x1, (%rsi,%rcx)
jne 0xbe405
movq 0x108(%rax), %rsi
cmpq %rcx, 0x110(%rax)
setbe %dil
testq %rsi, ... | R3D_SetLightAttenuation:
push rbp
mov rbp, rsp
mov edx, edi
test edi, edi
jz short loc_BE405
lea rax, R3D
cmp [rax+168h], edx
jbe short loc_BE405
mov rsi, [rax+128h]
lea ecx, [rdx-1]
cmp byte ptr [rsi+rcx], 1
jnz short loc_BE405
mov rsi, [rax+108h]
cmp [rax+110h], ... | void R3D_SetLightAttenuation(unsigned int a1, float a2)
{
unsigned long long v2; // rcx
long long v3; // rsi
if ( a1
&& *((_DWORD *)&R3D + 90) > a1
&& (v2 = a1 - 1, *(_BYTE *)(*((_QWORD *)&R3D + 37) + v2) == 1)
&& (v3 = *((_QWORD *)&R3D + 33), *((_QWORD *)&R3D + 34) > v2 && v3 != 0) )
{
*(floa... | R3D_SetLightAttenuation:
PUSH RBP
MOV RBP,RSP
MOV EDX,EDI
TEST EDI,EDI
JZ 0x001be405
LEA RAX,[0x2afc20]
CMP dword ptr [RAX + 0x168],EDX
JBE 0x001be405
MOV RSI,qword ptr [RAX + 0x128]
LEA ECX,[RDX + -0x1]
CMP byte ptr [RSI + RCX*0x1],0x1
JNZ 0x001be405
MOV RSI,qword ptr [RAX + 0x108]
CMP qword ptr [RAX + 0x110],RCX
SETB... |
void R3D_SetLightAttenuation(float param_1,uint param_2)
{
ulong uVar1;
if (((param_2 != 0) && (param_2 < DAT_002afd88)) &&
(uVar1 = (ulong)(param_2 - 1), *(char *)(DAT_002afd48 + uVar1) == '\x01')) {
if (DAT_002afd28 != 0 && uVar1 < DAT_002afd30) {
*(float *)(DAT_002afd28 + 0xa4 + uVar1 * DAT_0... | |
10,075 | DepthAnything::postprocessBatch(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int>>> const&, Ort::Value const&) | Depths-CPP/include/depth_anything.hpp | std::vector<cv::Mat> DepthAnything::postprocessBatch(const std::vector<cv::Size> &originalImageSizes, const Ort::Value &outputTensor)
{
const float *rawOutput = outputTensor.GetTensorData<float>();
auto outputTypeInfo = outputTensor.GetTensorTypeAndShapeInfo();
std::vector<int64_t> outputShape = outputTypeI... | O0 | cpp | DepthAnything::postprocessBatch(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int>>> const&, Ort::Value const&):
subq $0x1f8, %rsp # imm = 0x1F8
movq %rdi, 0x18(%rsp)
movq %rdi, %rax
movq %rax, 0x20(%rsp)
movq %rdi, 0x1f0(%rsp)
movq %rsi, 0x1e8(%rsp)
movq %rdx, 0x1e0(%rsp)
movq %rcx, 0x1d8(%rsp)
movq ... | _ZN13DepthAnything16postprocessBatchERKSt6vectorIN2cv5Size_IiEESaIS3_EERKN3Ort5ValueE:
sub rsp, 1F8h
mov [rsp+1F8h+var_1E0], rdi
mov rax, rdi
mov [rsp+1F8h+var_1D8], rax
mov [rsp+1F8h+var_8], rdi
mov [rsp+1F8h+var_10], rsi
mov [rsp+1F8h+var_18], rdx
mov [rsp+1F8h+var_20], rcx
mov rdi... | long long DepthAnything::postprocessBatch(
long long a1,
long long a2,
long long a3,
long long a4,
double a5,
__m128 _XMM1)
{
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
long long v10; // rax
unsigned long long v13; // [rsp+0h] [rbp-1F8h]
st... | postprocessBatch:
SUB RSP,0x1f8
MOV qword ptr [RSP + 0x18],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x20],RAX
MOV qword ptr [RSP + 0x1f0],RDI
MOV qword ptr [RSP + 0x1e8],RSI
MOV qword ptr [RSP + 0x1e0],RDX
MOV qword ptr [RSP + 0x1d8],RCX
MOV RDI,qword ptr [RSP + 0x1d8]
CALL 0x0012d870
MOV qword ptr [RSP + 0x1d0],RAX
MOV RS... |
/* WARNING: Removing unreachable block (ram,0x001258db) */
/* DepthAnything::postprocessBatch(std::vector<cv::Size_<int>, std::allocator<cv::Size_<int> > >
const&, Ort::Value const&) */
vector * DepthAnything::postprocessBatch(vector *param_1,Value *param_2)
{
ulong uVar1;
long *plVar2;
runtime_error *this;... | |
10,076 | sp_get_polygon_mbr | eloqsql/storage/maria/ma_sp_key.c | static int sp_get_polygon_mbr(uchar *(*wkb), uchar *end, uint n_dims,
uchar byte_order, double *mbr)
{
uint n_linear_rings;
uint n_points;
n_linear_rings = uint4korr((*wkb));
(*wkb) += 4;
for (; n_linear_rings > 0; --n_linear_rings)
{
n_points = uint4korr((*wkb));
(*... | O3 | c | sp_get_polygon_mbr:
pushq %rbp
movq %rsp, %rbp
movq (%rdi), %rcx
movl (%rcx), %eax
addq $0x4, %rcx
movq %rcx, (%rdi)
testl %eax, %eax
je 0x62d30
addq $-0x8, %rsi
movq (%rdi), %r8
movl (%r8), %ecx
addq $0x4, %r8
movq %r8, (%rdi)
testl %ecx, %ecx
je 0x62d2c
movb $0x1, %r8b
xorl %r9d, %r9d
movq (%rdi), %r10
cmpq %rsi, %r1... | sp_get_polygon_mbr:
push rbp
mov rbp, rsp
mov rcx, [rdi]
mov eax, [rcx]
add rcx, 4
mov [rdi], rcx
test eax, eax
jz short loc_62D30
add rsi, 0FFFFFFFFFFFFFFF8h
loc_62CC6:
mov r8, [rdi]
mov ecx, [r8]
add r8, 4
mov [rdi], r8
test ecx, ecx
jz short loc_62D2C
loc_62... | long long sp_get_polygon_mbr(double **a1, long long a2, long long a3)
{
int v3; // eax
unsigned long long v4; // rsi
int v5; // ecx
char v6; // r8
long long v7; // r9
double *v8; // r10
double v9; // xmm0_8
bool v10; // zf
v3 = *(_DWORD *)*a1;
*a1 = (double *)((char *)*a1 + 4);
if ( v3 )
{
... | sp_get_polygon_mbr:
PUSH RBP
MOV RBP,RSP
MOV RCX,qword ptr [RDI]
MOV EAX,dword ptr [RCX]
ADD RCX,0x4
MOV qword ptr [RDI],RCX
TEST EAX,EAX
JZ 0x00162d30
ADD RSI,-0x8
LAB_00162cc6:
MOV R8,qword ptr [RDI]
MOV ECX,dword ptr [R8]
ADD R8,0x4
MOV qword ptr [RDI],R8
TEST ECX,ECX
JZ 0x00162d2c
LAB_00162cd7:
MOV R8B,0x1
XOR R9D,... |
int8 sp_get_polygon_mbr(int8 *param_1,long param_2,long param_3)
{
double dVar1;
double *pdVar2;
bool bVar3;
int iVar4;
int iVar5;
bool bVar6;
ulong uVar7;
iVar4 = *(int *)*param_1;
*param_1 = (int *)*param_1 + 1;
if (iVar4 != 0) {
do {
iVar5 = *(int *)*param_1;
*param_1 = (int ... | |
10,077 | bf_set | bluesky950520[P]quickjs/libbf.c | int bf_set(bf_t *r, const bf_t *a)
{
if (r == a)
return 0;
if (bf_resize(r, a->len)) {
bf_set_nan(r);
return BF_ST_MEM_ERROR;
}
r->sign = a->sign;
r->expn = a->expn;
if (a->len > 0)
memcpy(r->tab, a->tab, a->len * sizeof(limb_t));
return 0;
} | O1 | c | bf_set:
pushq %rbp
pushq %r14
pushq %rbx
xorl %ebp, %ebp
cmpq %rsi, %rdi
je 0x840fe
movq %rsi, %r14
movq %rdi, %rbx
movq 0x18(%rsi), %rsi
callq 0x83e5c
testl %eax, %eax
je 0x840d5
cmpq $0x0, 0x18(%rbx)
je 0x840b9
movq (%rbx), %rax
movq 0x20(%rbx), %rsi
movq (%rax), %rdi
xorl %edx, %edx
callq *0x8(%rax)
movq %rax, 0x20(... | bf_set:
push rbp
push r14
push rbx
xor ebp, ebp
cmp rdi, rsi
jz short loc_840FE
mov r14, rsi
mov rbx, rdi
mov rsi, [rsi+18h]
call bf_resize
test eax, eax
jz short loc_840D5
cmp qword ptr [rbx+18h], 0
jz short loc_840B9
mov rax, [rbx]
mov rsi, [rbx+20h]
mov ... | long long bf_set(_QWORD *a1, long long a2)
{
unsigned int v2; // ebp
long long v3; // rdx
v2 = 0;
if ( a1 != (_QWORD *)a2 )
{
if ( (unsigned int)bf_resize((long long)a1, *(_QWORD *)(a2 + 24)) )
{
if ( a1[3] )
{
a1[4] = (*(long long ( **)(_QWORD, _QWORD, _QWORD))(*a1 + 8LL))(*(_QW... | bf_set:
PUSH RBP
PUSH R14
PUSH RBX
XOR EBP,EBP
CMP RDI,RSI
JZ 0x001840fe
MOV R14,RSI
MOV RBX,RDI
MOV RSI,qword ptr [RSI + 0x18]
CALL 0x00183e5c
TEST EAX,EAX
JZ 0x001840d5
CMP qword ptr [RBX + 0x18],0x0
JZ 0x001840b9
MOV RAX,qword ptr [RBX]
MOV RSI,qword ptr [RBX + 0x20]
MOV RDI,qword ptr [RAX]
XOR EDX,EDX
CALL qword pt... |
int8 bf_set(long *param_1,long *param_2)
{
int iVar1;
long lVar2;
int8 uVar3;
uVar3 = 0;
if (param_1 != param_2) {
iVar1 = bf_resize(param_1,param_2[3]);
if (iVar1 == 0) {
*(int *)(param_1 + 1) = (int)param_2[1];
param_1[2] = param_2[2];
if (param_2[3] != 0) {
memcpy((vo... | |
10,078 | check_mb_gb18030_valid | eloqsql/libmariadb/libmariadb/ma_charset.c | static unsigned int check_mb_gb18030_valid(const char * start, const char * end)
{
if (end - start <= 1 || !is_gb18030_odd(start[0])) {
return 0;
}
if (is_gb18030_even_2(start[1])) {
return 2;
} else if (end - start > 3 && is_gb18030_even_4(start[1]) && is_gb18030_odd(start[2]) && is_gb18030_even_4(start[3])) ... | O3 | c | check_mb_gb18030_valid:
pushq %rbp
movq %rsp, %rbp
subq %rdi, %rsi
xorl %eax, %eax
cmpq $0x2, %rsi
jl 0x33180
movb (%rdi), %cl
incb %cl
cmpb $-0x7e, %cl
jb 0x33180
movb 0x1(%rdi), %cl
leal -0x7f(%rcx), %eax
cmpb $-0x3f, %al
setae %dl
cmpb $-0x1, %cl
setl %r8b
movl $0x2, %eax
orb %dl, %r8b
jne 0x33180
cmpq $0x4, %rsi
se... | check_mb_gb18030_valid:
push rbp
mov rbp, rsp
sub rsi, rdi
xor eax, eax
cmp rsi, 2
jl short loc_33180
mov cl, [rdi]
inc cl
cmp cl, 82h
jb short loc_33180
mov cl, [rdi+1]
lea eax, [rcx-7Fh]
cmp al, 0C1h
setnb dl
cmp cl, 0FFh
setl r8b
mov eax, 2
or r8... | long long check_mb_gb18030_valid(_BYTE *a1, long long a2)
{
long long v2; // rsi
long long result; // rax
char v4; // cl
v2 = a2 - (_QWORD)a1;
result = 0LL;
if ( v2 >= 2 && (unsigned __int8)(*a1 + 1) >= 0x82u )
{
v4 = a1[1];
result = 2LL;
if ( (unsigned __int8)(v4 - 127) < 0xC1u && v4 >= -1 ... | check_mb_gb18030_valid:
PUSH RBP
MOV RBP,RSP
SUB RSI,RDI
XOR EAX,EAX
CMP RSI,0x2
JL 0x00133180
MOV CL,byte ptr [RDI]
INC CL
CMP CL,0x82
JC 0x00133180
MOV CL,byte ptr [RDI + 0x1]
LEA EAX,[RCX + -0x7f]
CMP AL,0xc1
SETNC DL
CMP CL,0xff
SETL R8B
MOV EAX,0x2
OR R8B,DL
JNZ 0x00133180
CMP RSI,0x4
SETC AL
ADD CL,0xd0
CMP CL,0x... |
int8 check_mb_gb18030_valid(char *param_1,long param_2)
{
char cVar1;
int8 uVar2;
uVar2 = 0;
if ((1 < param_2 - (long)param_1) && (0x81 < (byte)(*param_1 + 1U))) {
cVar1 = param_1[1];
uVar2 = 2;
if ((-2 < cVar1 && (byte)(cVar1 + 0x81U) < 0xc1) &&
(((9 < (byte)(cVar1 - 0x30U) || (ulong)(p... | |
10,079 | my_instr_bin | eloqsql/strings/ctype-bin.c | static
uint my_instr_bin(CHARSET_INFO *cs __attribute__((unused)),
const char *b, size_t b_length,
const char *s, size_t s_length,
my_match_t *match, uint nmatch)
{
register const uchar *str, *search, *end, *search_end;
if (s_length <= b_length)
{
if (!s_length)
{
if (nmatch)
{
... | O3 | c | my_instr_bin:
xorl %eax, %eax
cmpq %rdx, %r8
ja 0x2eb7a
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
movl 0x10(%rbp), %r10d
testq %r8, %r8
je 0x2eb45
addq %rsi, %rdx
subq %r8, %rdx
incq %rdx
movq %rsi, %rdi
cmpq %rdx, %rdi
je 0x2eb74
movq %rdi, %r11
incq %rdi
movb (%r11), %bl
cmpb (%rcx), %bl
jne 0x2eadc... | my_instr_bin:
xor eax, eax
cmp r8, rdx
ja locret_2EB7A
push rbp
mov rbp, rsp
push r15
push r14
push rbx
mov r10d, [rbp+10h]
test r8, r8
jz short loc_2EB45
add rdx, rsi
sub rdx, r8
inc rdx
mov rdi, rsi
loc_2EADC:
cmp rdi, rdx
jz loc_2EB74
mov r11, rdi... | long long my_instr_bin(
long long a1,
_BYTE *a2,
unsigned long long a3,
_BYTE *a4,
unsigned long long a5,
_DWORD *a6,
int a7)
{
long long result; // rax
long long v8; // rdx
_BYTE *v9; // rdi
_BYTE *v10; // r11
long long v11; // rbx
bool v12; // zf
... | my_instr_bin:
XOR EAX,EAX
CMP R8,RDX
JA 0x0012eb7a
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
MOV R10D,dword ptr [RBP + 0x10]
TEST R8,R8
JZ 0x0012eb45
ADD RDX,RSI
SUB RDX,R8
INC RDX
MOV RDI,RSI
LAB_0012eadc:
CMP RDI,RDX
JZ 0x0012eb74
MOV R11,RDI
INC RDI
MOV BL,byte ptr [R11]
CMP BL,byte ptr [RCX]
JNZ 0x0012eadc
MO... |
int8
my_instr_bin(int8 param_1,char *param_2,ulong param_3,char *param_4,ulong param_5,
int4 *param_6,int param_7)
{
char *pcVar1;
char *pcVar2;
int8 uVar3;
long lVar4;
long lVar5;
ulong uVar6;
int iVar7;
char *pcVar8;
char *pcVar9;
uVar3 = 0;
if (param_5 <= param_3) {
if (par... | |
10,080 | ma_open | eloqsql/libmariadb/libmariadb/ma_io.c | MA_FILE *ma_open(const char *location, const char *mode, MYSQL *mysql)
{
int CodePage= -1;
FILE *fp= NULL;
MA_FILE *ma_file= NULL;
if (!location || !location[0])
return NULL;
#ifdef HAVE_REMOTEIO
if (strstr(location, "://"))
goto remote;
#endif
#ifdef _WIN32
if (mysql && mysql->charset)
CodePa... | O0 | c | ma_open:
pushq %rbp
movq %rsp, %rbp
subq $0x540, %rsp # imm = 0x540
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x510(%rbp)
movq %rsi, -0x518(%rbp)
movq %rdx, -0x520(%rbp)
movl $0xffffffff, -0x524(%rbp) # imm = 0xFFFFFFFF
movq $0x0, -0x530(%rbp)
movq $0x0, -0x538(%rbp)
cmpq $0x0, -0x510(%rbp)
je 0x... | ma_open:
push rbp
mov rbp, rsp
sub rsp, 540h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_510], rdi
mov [rbp+var_518], rsi
mov [rbp+var_520], rdx
mov [rbp+var_524], 0FFFFFFFFh
mov [rbp+var_530], 0
mov [rbp+var_538], 0
cmp [rbp+var_510], 0
jz short loc_336E3
mov ... | long long ma_open(_BYTE *a1, long long a2, long long a3)
{
long long v4; // [rsp+8h] [rbp-538h]
long long v5; // [rsp+10h] [rbp-530h]
_BYTE v8[1272]; // [rsp+40h] [rbp-500h] BYREF
unsigned long long v9; // [rsp+538h] [rbp-8h]
v9 = __readfsqword(0x28u);
if ( !a1 || !*a1 )
return 0LL;
if ( strstr(a1, ... | ma_open:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x540
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x510],RDI
MOV qword ptr [RBP + -0x518],RSI
MOV qword ptr [RBP + -0x520],RDX
MOV dword ptr [RBP + -0x524],0xffffffff
MOV qword ptr [RBP + -0x530],0x0
MOV qword ptr [RBP + -0x538],0x0
CMP qword pt... |
int4 * ma_open(char *param_1,char *param_2,int8 param_3)
{
char *pcVar1;
FILE *__stream;
long in_FS_OFFSET;
int4 *local_540;
int4 *local_510;
int1 local_508 [1272];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_540 = (int4 *)0x0;
if ((param_1 == (char *)0x0) || (*param_1 == '\... | |
10,081 | compile_shader(char const*, char const*, unsigned int) | untodesu[P]voxelius/game/client/program.cc | static GLuint compile_shader(const char *path, const char *source, GLenum shader_stage)
{
GLuint shader = glCreateShader(shader_stage);
glShaderSource(shader, 1, &source, nullptr);
glCompileShader(shader);
GLint info_log_length;
glGetShaderiv(shader, GL_INFO_LOG_LENGTH, &info_log_length);
if(i... | O3 | cpp | compile_shader(char const*, char const*, unsigned int):
pushq %r15
pushq %r14
pushq %rbx
subq $0x70, %rsp
movq %rdi, 0x60(%rsp)
leaq 0x68(%rsp), %r14
movq %rsi, (%r14)
leaq 0x1fe65a(%rip), %rax # 0x25d658
movl %edx, %edi
callq *(%rax)
movl %eax, %ebx
leaq 0x1febc5(%rip), %rax # 0x25dbd0
movl %ebx, %edi
movl $0x1,... | _ZL14compile_shaderPKcS0_j:
push r15
push r14
push rbx
sub rsp, 70h
mov [rsp+88h+var_28], rdi
lea r14, [rsp+88h+var_20]
mov [r14], rsi
lea rax, glad_glCreateShader
mov edi, edx
call qword ptr [rax]
mov ebx, eax
lea rax, glad_glShaderSource
mov edi, ebx
mov esi, 1
mov ... | long long compile_shader(const char *a1, const char *a2, unsigned int a3)
{
long long Shader; // rbx
long long v4; // rax
spdlog *v5; // rdi
int v6; // r9d
long long v7; // rax
int v8; // r8d
int v9; // r9d
unsigned int v11; // [rsp+1Ch] [rbp-6Ch] BYREF
__int128 v12; // [rsp+20h] [rbp-68h]
long lon... | compile_shader:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x70
MOV qword ptr [RSP + 0x60],RDI
LEA R14,[RSP + 0x68]
MOV qword ptr [R14],RSI
LEA RAX,[0x35d658]
MOV EDI,EDX
CALL qword ptr [RAX]
MOV EBX,EAX
LEA RAX,[0x35dbd0]
MOV EDI,EBX
MOV ESI,0x1
MOV RDX,R14
XOR ECX,ECX
CALL qword ptr [RAX]
LEA RAX,[0x35d5e8]
MOV EDI,EBX
CALL ... |
/* compile_shader(char const*, char const*, unsigned int) */
int4 compile_shader(char *param_1,char *param_2,uint param_3)
{
int4 uVar1;
int8 uVar2;
int8 in_R9;
int local_6c [9];
int1 *local_48;
int8 local_40;
int1 local_38;
int7 uStack_37;
char *local_28;
char *local_20;
local_28 = param_1;... | |
10,082 | multadd | eloqsql/libmariadb/libmariadb/ma_dtoa.c | static Bigint *multadd(Bigint *b, int m, int a, Stack_alloc *alloc)
{
int i, wds;
ULong *x;
ULLong carry, y;
Bigint *b1;
wds= b->wds;
x= b->p.x;
i= 0;
carry= a;
do
{
y= *x * (ULLong)m + carry;
carry= y >> 32;
*x++= (ULong)(y & FFFFFFFF);
}
while (++i < wds);
if (carry)
{
if ... | O0 | c | multadd:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movq %rcx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movl 0x14(%rax), %eax
movl %eax, -0x20(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x28(%rbp)
movl $0x0, -0x1c(%rbp)
movslq -0x10(%rbp), %rax... | multadd:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov [rbp+var_18], rcx
mov rax, [rbp+var_8]
mov eax, [rax+14h]
mov [rbp+var_20], eax
mov rax, [rbp+var_8]
mov rax, [rax]
mov [rbp+var_28], rax
mov [rbp+var_1C... | unsigned long long multadd(unsigned long long a1, int a2, int a3, unsigned long long *a4)
{
unsigned int *v4; // rax
long long v6; // [rsp+0h] [rbp-40h]
unsigned long long v7; // [rsp+8h] [rbp-38h]
unsigned long long v8; // [rsp+10h] [rbp-30h]
unsigned int *v9; // [rsp+18h] [rbp-28h]
int v10; // [rsp+20h] ... | multadd:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV qword ptr [RBP + -0x18],RCX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x14]
MOV dword ptr [RBP + -0x20],EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MO... |
long * multadd(long *param_1,int param_2,int param_3,int8 param_4)
{
int iVar1;
ulong uVar2;
ulong local_38;
uint *local_30;
int local_24;
long *local_10;
iVar1 = *(int *)((long)param_1 + 0x14);
local_24 = 0;
local_38 = (ulong)param_3;
local_30 = (uint *)*param_1;
do {
uVar2 = (ulong)*loc... | |
10,083 | 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 | 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<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_EEEEE3getEv:
push rbx
sub rsp, 10h
mov rbx, rdi
movdqu xmm0, ... | 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:
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 0x0011c312
MOV byte ptr [RBX + 0x18],0x0
JMP 0x0011c327
LAB_0011c312:
MOV RCX,qword ptr [RBX]
CMP RCX,qword ptr [RBX + 0x8]
JZ 0x0011c356
M... |
/* 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... | |
10,084 | reciprocal_fp2 | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/recip.c | static void reciprocal_fp2(vec384x out, const vec384x inp)
{
vec384 t0, t1;
/*
* |out| = 1/(a + b*i) = a/(a^2+b^2) - b/(a^2+b^2)*i
*/
sqr_fp(t0, inp[0]);
sqr_fp(t1, inp[1]);
add_fp(t0, t0, t1);
reciprocal_fp(t1, t0);
mul_fp(out[0], inp[0], t1);
mul_fp(out[1], inp[1], t1);
... | O3 | c | reciprocal_fp2:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rsi, %r12
movq %rdi, %rbx
leaq 0x2a2a7(%rip), %rdx # 0x8a910
leaq -0x90(%rbp), %r14
movabsq $-0x760c000300030003, %rcx # imm = 0x89F3FFFCFFFCFFFD
movq %r14, %rdi
callq 0x726e0
leaq 0x30(%r12), %r... | reciprocal_fp2:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r12, rsi
mov rbx, rdi
lea rdx, BLS12_381_P
lea r14, [rbp+var_90]
mov rcx, 89F3FFFCFFFCFFFDh
mov rdi, r14
call sqr_mont_384
lea r13, [r12+30h]
lea r15, [rbp+var... | long long reciprocal_fp2(long long a1, long long a2)
{
_BYTE v3[48]; // [rsp+0h] [rbp-90h] BYREF
_OWORD v4[6]; // [rsp+30h] [rbp-60h] BYREF
sqr_mont_384(v3, a2, &BLS12_381_P, 0x89F3FFFCFFFCFFFDLL);
sqr_mont_384(v4, a2 + 48, &BLS12_381_P, 0x89F3FFFCFFFCFFFDLL);
add_mod_384(v3, v3, v4, &BLS12_381_P);
recipr... | reciprocal_fp2:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R12,RSI
MOV RBX,RDI
LEA RDX,[0x18a910]
LEA R14,[RBP + -0x90]
MOV RCX,-0x760c000300030003
MOV RDI,R14
CALL 0x001726e0
LEA R13,[R12 + 0x30]
LEA R15,[RBP + -0x60]
MOV RDI,R15
MOV RSI,R13
LEA RDX,[0x18a910]
MOV RCX,-0x760c000... |
void reciprocal_fp2(long param_1,long param_2)
{
int1 local_98 [48];
int1 local_68 [56];
sqr_mont_384(local_98,param_2,BLS12_381_P,0x89f3fffcfffcfffd);
sqr_mont_384(local_68,param_2 + 0x30,BLS12_381_P,0x89f3fffcfffcfffd);
add_mod_384(local_98,local_98,local_68,BLS12_381_P);
reciprocal_fp(local_68,local... | |
10,085 | plutovg_canvas_restore | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-canvas.c | void plutovg_canvas_restore(plutovg_canvas_t* canvas)
{
if(canvas->state->next == NULL)
return;
plutovg_state_t* old_state = canvas->state;
canvas->state = old_state->next;
plutovg_state_reset(old_state);
old_state->next = canvas->freed_state;
canvas->freed_state = old_state;
} | O1 | c | plutovg_canvas_restore:
pushq %r14
pushq %rbx
pushq %rax
movq 0x18(%rdi), %r14
movq 0x98(%r14), %rax
testq %rax, %rax
je 0x3940
movq %rdi, %rbx
movq %rax, 0x18(%rdi)
movq (%r14), %rdi
callq 0xa255
movq 0x8(%r14), %rdi
callq 0x4f8a
xorps %xmm0, %xmm0
movups %xmm0, 0xc(%r14)
movups %xmm0, (%r14)
movsd 0x1f767(%rip), %xmm... | plutovg_canvas_restore:
push r14
push rbx
push rax
mov r14, [rdi+18h]
mov rax, [r14+98h]
test rax, rax
jz loc_3940
mov rbx, rdi
mov [rdi+18h], rax
mov rdi, [r14]
call plutovg_paint_destroy
mov rdi, [r14+8]
call plutovg_font_face_destroy
xorps xmm0, xmm0
movups xmmword p... | long long plutovg_canvas_restore(long long a1)
{
long long v1; // r14
long long result; // rax
v1 = *(_QWORD *)(a1 + 24);
result = *(_QWORD *)(v1 + 152);
if ( result )
{
*(_QWORD *)(a1 + 24) = result;
plutovg_paint_destroy(*(_QWORD *)v1);
plutovg_font_face_destroy(*(_QWORD *)(v1 + 8));
*(_... | plutovg_canvas_restore:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,qword ptr [RDI + 0x18]
MOV RAX,qword ptr [R14 + 0x98]
TEST RAX,RAX
JZ 0x00103940
MOV RBX,RDI
MOV qword ptr [RDI + 0x18],RAX
MOV RDI,qword ptr [R14]
CALL 0x0010a255
MOV RDI,qword ptr [R14 + 0x8]
CALL 0x00104f8a
XORPS XMM0,XMM0
MOVUPS xmmword ptr [R14 + 0xc],XMM0... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void plutovg_canvas_restore(long param_1)
{
int8 *puVar1;
int8 uVar2;
int4 uVar3;
int4 uVar4;
int4 uVar5;
puVar1 = *(int8 **)(param_1 + 0x18);
if (puVar1[0x13] != 0) {
*(int8 *)(param_1 + 0x18) = puVar1[0x13];
... | |
10,086 | _JS_AtomToValue | bluesky950520[P]quickjs/quickjs.c | static JSValue __JS_AtomToValue(JSContext *ctx, JSAtom atom, BOOL force_string)
{
char buf[ATOM_GET_STR_BUF_SIZE];
if (__JS_AtomIsTaggedInt(atom)) {
size_t len = u32toa(buf, __JS_AtomToUInt32(atom));
return js_new_string8_len(ctx, buf, len);
} else {
JSRuntime *rt = ctx->rt;
... | O1 | c | _JS_AtomToValue:
movq 0x18(%rdi), %rax
movq 0x68(%rax), %rcx
movq 0x5c0(%rcx), %rax
movq 0x4(%rax), %rdx
movq %rdx, %rsi
shrq $0x3e, %rsi
cmpl $0x1, %esi
sete %sil
negl %edx
setno %dl
orb %sil, %dl
jne 0x730a6
movq 0x178(%rcx), %rax
incl (%rax)
movq $-0x7, %rdx
retq
| js_iterator_proto_get_toStringTag:
mov rax, [rdi+18h]
mov rcx, [rax+68h]
mov rax, [rcx+5C0h]
mov rdx, [rax+4]
mov rsi, rdx
shr rsi, 3Eh
cmp esi, 1
setz sil
neg edx
setno dl
or dl, sil
jnz short loc_730A6
mov rax, [rcx+178h]
loc_730A6:
inc dword ptr [rax]
mov rdx... | long long js_iterator_proto_get_toStringTag(long long a1)
{
long long v1; // rcx
long long result; // rax
v1 = *(_QWORD *)(*(_QWORD *)(a1 + 24) + 104LL);
result = *(_QWORD *)(v1 + 1472);
if ( !((*(_QWORD *)(result + 4) >> 62 == 1) | !__OFSUB__(-(int)*(_QWORD *)(result + 4), 1)) )
result = *(_QWORD *)(v1... | |||
10,087 | _JS_AtomToValue | bluesky950520[P]quickjs/quickjs.c | static JSValue __JS_AtomToValue(JSContext *ctx, JSAtom atom, BOOL force_string)
{
char buf[ATOM_GET_STR_BUF_SIZE];
if (__JS_AtomIsTaggedInt(atom)) {
size_t len = u32toa(buf, __JS_AtomToUInt32(atom));
return js_new_string8_len(ctx, buf, len);
} else {
JSRuntime *rt = ctx->rt;
... | O2 | c | _JS_AtomToValue:
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
testl %esi, %esi
js 0x1a964
movq 0x18(%rbx), %rax
movq 0x68(%rax), %rcx
movl %esi, %eax
movq (%rcx,%rax,8), %rax
movq 0x4(%rax), %rsi
movq %rsi, %rdi
shrq $0x3e, %rdi
cmpl $0x1, %edi
je 0x1a95d
testl %edx, %edx
je 0x1a98a
negl %esi
jno 0x1a95d
movq... | __JS_AtomToValue:
push r14
push rbx
sub rsp, 48h
mov rbx, rdi
test esi, esi
js short loc_1A964
mov rax, [rbx+18h]
mov rcx, [rax+68h]
mov eax, esi
mov rax, [rcx+rax*8]
mov rsi, [rax+4]
mov rdi, rsi
shr rdi, 3Eh
cmp edi, 1
jz short loc_1A95D
test edx, edx
jz ... | long long _JS_AtomToValue(long long a1, int a2, int a3)
{
long long v3; // rcx
long long result; // rax
unsigned long long v5; // rsi
unsigned int v6; // eax
_BYTE v7[88]; // [rsp+0h] [rbp-58h] BYREF
if ( a2 < 0 )
{
v6 = u32toa(v7, a2 & 0x7FFFFFFF);
return js_new_string8_len(a1, (long long)v7, v... | __JS_AtomToValue:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RDI
TEST ESI,ESI
JS 0x0011a964
MOV RAX,qword ptr [RBX + 0x18]
MOV RCX,qword ptr [RAX + 0x68]
MOV EAX,ESI
MOV RAX,qword ptr [RCX + RAX*0x8]
MOV RSI,qword ptr [RAX + 0x4]
MOV RDI,RSI
SHR RDI,0x3e
CMP EDI,0x1
JZ 0x0011a95d
TEST EDX,EDX
JZ 0x0011a98a
NEG ESI
JNO 0x00... |
/* WARNING: Removing unreachable block (ram,0x0011a956) */
void __JS_AtomToValue(long param_1,uint param_2,int param_3)
{
int *piVar1;
int4 uVar2;
int1 auStack_58 [72];
if ((int)param_2 < 0) {
uVar2 = u32toa(auStack_58,param_2 & 0x7fffffff);
js_new_string8_len(param_1,auStack_58,uVar2);
}
else... | |
10,088 | ma_net_write_command | eloqsql/libmariadb/libmariadb/ma_net.c | int ma_net_write_command(NET *net, uchar command,
const char *packet, size_t len,
my_bool disable_flush)
{
uchar buff[NET_HEADER_SIZE+1];
size_t buff_size= NET_HEADER_SIZE + 1;
size_t length= 1 + len; /* 1 extra byte for command */
int rc;
buff[NET_HEADER_SIZE]= 0;
buff[4]=command;
if (length >=... | O0 | c | ma_net_write_command:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movb %r8b, %al
movq %fs:0x28, %r8
movq %r8, -0x8(%rbp)
movq %rdi, -0x20(%rbp)
movb %sil, -0x21(%rbp)
movq %rdx, -0x30(%rbp)
movq %rcx, -0x38(%rbp)
movb %al, -0x39(%rbp)
movq $0x5, -0x48(%rbp)
movq -0x38(%rbp), %rax
addq $0x1, %rax
movq %rax, -0x50(%rbp)
... | ma_net_write_command:
push rbp
mov rbp, rsp
sub rsp, 70h
mov al, r8b
mov r8, fs:28h
mov [rbp+var_8], r8
mov [rbp+var_20], rdi
mov [rbp+var_21], sil
mov [rbp+var_30], rdx
mov [rbp+var_38], rcx
mov [rbp+var_39], al
mov [rbp+var_48], 5
mov rax, [rbp+var_38]
add rax, 1... | _BOOL8 ma_net_write_command(long long a1, char a2, long long a3, unsigned long long a4, char a5)
{
int v5; // eax
int v6; // eax
bool v8; // [rsp+13h] [rbp-5Dh]
char v9; // [rsp+14h] [rbp-5Ch]
char v10; // [rsp+18h] [rbp-58h]
unsigned long long v11; // [rsp+20h] [rbp-50h]
unsigned long long v12; // [rsp+... | ma_net_write_command:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV AL,R8B
MOV R8,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],R8
MOV qword ptr [RBP + -0x20],RDI
MOV byte ptr [RBP + -0x21],SIL
MOV qword ptr [RBP + -0x30],RDX
MOV qword ptr [RBP + -0x38],RCX
MOV byte ptr [RBP + -0x39],AL
MOV qword ptr [RBP + -0x48],0x5
MOV RAX... |
bool ma_net_write_command(long param_1,int1 param_2,long param_3,ulong param_4,char param_5)
{
ulong uVar1;
int iVar2;
long in_FS_OFFSET;
bool bVar3;
int1 local_64;
int1 local_60;
ulong local_58;
int8 local_50;
ulong local_40;
long local_38;
int1 local_15;
int1 local_14;
int1 local_13;
int... | |
10,089 | ChatHandler::SendWorldTextOptional(std::basic_string_view<char, std::char_traits<char>>, unsigned int) | SylCore-WoTLK/src/server/game/Chat/Chat.cpp | void ChatHandler::SendWorldTextOptional(std::string_view str, uint32 flag)
{
std::vector<std::string_view> lines = Acore::Tokenize(str, '\n', true);
Player* player = m_session->GetPlayer();
if (sWorld->getBoolConfig(CONFIG_PLAYER_SETTINGS_ENABLED))
if (player->GetPlayerSetting(AzerothcorePSSource, ... | O3 | cpp | ChatHandler::SendWorldTextOptional(std::basic_string_view<char, std::char_traits<char>>, unsigned int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xd8, %rsp
movl %ecx, %ebp
movq %rdi, %rbx
leaq 0x28(%rsp), %rdi
movl $0xa, %ecx
movl $0x1, %r8d
callq 0x10926cc
movq 0x8(%rbx), %rax
movq 0xd0(... | _ZN11ChatHandler21SendWorldTextOptionalESt17basic_string_viewIcSt11char_traitsIcEEj:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0D8h
mov ebp, ecx
mov rbx, rdi
lea rdi, [rsp+108h+var_E0]
mov ecx, 0Ah
mov r8d, 1
call _ZN5Acore8TokenizeESt17basic_string_view... | void ChatHandler::SendWorldTextOptional(long long a1, long long a2, long long a3, int a4)
{
_QWORD *WorldInstance; // rax
int v6; // ecx
int v7; // r8d
int v8; // r9d
int v9; // r14d
__int128 *v10; // r14
__int128 *v11; // rbx
Player *v12; // [rsp+20h] [rbp-E8h]
void *v13; // [rsp+28h] [rbp-E0h] BYRE... | ~GenericSpellAndAuraScriptLoader:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x1811038]
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x009e2564
MOV RSI,qword ptr [RAX]
INC RSI
CALL 0x011a22f0
LAB_009e2564:
MOV ESI,0x30
MOV RDI,RBX
POP RBX
JMP 0x011a22f0
|
/* GenericSpellAndAuraScriptLoader<spell_q10720_the_smallest_creature, std::tuple<>
>::~GenericSpellAndAuraScriptLoader() */
void __thiscall
GenericSpellAndAuraScriptLoader<spell_q10720_the_smallest_creature,std::tuple<>>::
~GenericSpellAndAuraScriptLoader
(GenericSpellAndAuraScriptLoader<spell_q10720_th... | |
10,090 | my_uca_generate_page | eloqsql/strings/ctype-uca.c | static my_bool
my_uca_generate_page(MY_CHARSET_LOADER *loader,
MY_UCA_WEIGHT_LEVEL *dst, const MY_UCA_WEIGHT_LEVEL *src,
uint pageno)
{
DBUG_ASSERT(dst->levelno == src->levelno);
return src->lengths[pageno] ?
/*
A page with explicit weights and some special rules.... | O0 | c | my_uca_generate_page:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
jmp 0x9fef9
movq -0x18(%rbp), %rax
movq 0x8(%rax), %rax
movl -0x1c(%rbp), %ecx
movzbl (%rax,%rcx), %eax
cmpl $0x0, %eax
je 0x9ff2b
movq -0x8(%rbp), %rdi
movq -0x18... | my_uca_generate_page:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
jmp short $+2
loc_9FEF9:
mov rax, [rbp+var_18]
mov rax, [rax+8]
mov ecx, [rbp+var_1C]
movzx eax, byte ptr [rax+rcx]
cmp eax, 0
... | long long my_uca_generate_page(long long a1, long long a2, long long a3, unsigned int a4)
{
if ( *(_BYTE *)(*(_QWORD *)(a3 + 8) + a4) )
return (unsigned int)(char)my_uca_copy_page(a1, a3, a2, a4);
else
return (unsigned int)(char)my_uca_generate_implicit_page(a1, a2, a4);
}
| my_uca_generate_page:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
JMP 0x0019fef9
LAB_0019fef9:
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x8]
MOV ECX,dword ptr [RBP + -0x1c]
MOVZX EAX,byte... |
int my_uca_generate_page(int8 param_1,int8 param_2,long param_3,uint param_4)
{
char cVar1;
int4 local_28;
if (*(char *)(*(long *)(param_3 + 8) + (ulong)param_4) == '\0') {
cVar1 = my_uca_generate_implicit_page(param_1,param_2,param_4);
}
else {
cVar1 = my_uca_copy_page(param_1,param_3,param_2,pa... | |
10,091 | js_proxy_mark | bluesky950520[P]quickjs/quickjs.c | static void js_proxy_mark(JSRuntime *rt, JSValue val,
JS_MarkFunc *mark_func)
{
JSProxyData *s = JS_GetOpaque(val, JS_CLASS_PROXY);
if (s) {
JS_MarkValue(rt, s->target, mark_func);
JS_MarkValue(rt, s->handler, mark_func);
}
} | O1 | c | js_proxy_mark:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rcx, %rbx
movq %rdi, %r14
movq %rsi, (%rsp)
cmpl $-0x1, %edx
jne 0x4d51b
movq (%rsp), %rax
cmpw $0x30, 0x6(%rax)
jne 0x4d51b
movq 0x30(%rax), %r15
jmp 0x4d51e
xorl %r15d, %r15d
testq %r15, %r15
je 0x4d568
movl $0xfffffffe, %r12d # imm = 0x... | js_proxy_mark:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rcx
mov r14, rdi
mov [rsp+28h+var_28], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_4D51B
mov rax, [rsp+28h+var_28]
cmp word ptr [rax+6], 30h ; '0'
jnz short loc_4D51B
mov r15, [rax+30h]
jmp short loc_4D... | long long js_proxy_mark(long long a1, long long a2, int a3, void ( *a4)(long long, _QWORD))
{
long long result; // rax
long long v6; // r15
if ( a3 == -1 && (result = a2, *(_WORD *)(a2 + 6) == 48) )
v6 = *(_QWORD *)(a2 + 48);
else
v6 = 0LL;
if ( v6 )
{
if ( (*(_DWORD *)(v6 + 8) & 0xFFFFFFFE) =... | js_proxy_mark:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RCX
MOV R14,RDI
MOV qword ptr [RSP],RSI
CMP EDX,-0x1
JNZ 0x0014d51b
MOV RAX,qword ptr [RSP]
CMP word ptr [RAX + 0x6],0x30
JNZ 0x0014d51b
MOV R15,qword ptr [RAX + 0x30]
JMP 0x0014d51e
LAB_0014d51b:
XOR R15D,R15D
LAB_0014d51e:
TEST R15,R15
JZ 0x0014d568
... |
void js_proxy_mark(int8 param_1,long param_2,int param_3,code *param_4)
{
int8 *puVar1;
if ((param_3 == -1) && (*(short *)(param_2 + 6) == 0x30)) {
puVar1 = *(int8 **)(param_2 + 0x30);
}
else {
puVar1 = (int8 *)0x0;
}
if (puVar1 != (int8 *)0x0) {
if ((*(uint *)(puVar1 + 1) & 0xfffffffe) == ... | |
10,092 | js_std_unsetenv | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_std_unsetenv(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *name;
name = JS_ToCString(ctx, argv[0]);
if (!name)
return JS_EXCEPTION;
unsetenv(name);
JS_FreeCString(ctx, name);
return JS_UNDEFINED;
} | O1 | c | js_std_unsetenv:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%r8), %rdx
movq 0x8(%r8), %rcx
xorl %esi, %esi
xorl %r8d, %r8d
callq 0x1ffe3
testq %rax, %rax
je 0x165a6
movq %rax, %r14
movq %rax, %rdi
callq 0xe800
movq %rbx, %rdi
movq %r14, %rsi
callq 0x202c9
movl $0x3, %edx
jmp 0x165ab
movl $0x6, %edx
xorl %ea... | js_std_unsetenv:
push r14
push rbx
push rax
mov rbx, rdi
mov rdx, [r8]
mov rcx, [r8+8]
xor esi, esi
xor r8d, r8d
call JS_ToCStringLen2
test rax, rax
jz short loc_165A6
mov r14, rax
mov rdi, rax
call _unsetenv
mov rdi, rbx
mov rsi, r14
call JS_FreeCString
mov... | long long js_std_unsetenv(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
long long v5; // rax
long long v6; // r14
v5 = JS_ToCStringLen2(a1, 0LL, *a5, a5[1], 0LL);
if ( v5 )
{
v6 = v5;
unsetenv(v5);
JS_FreeCString(a1, v6);
}
return 0LL;
}
| js_std_unsetenv:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDX,qword ptr [R8]
MOV RCX,qword ptr [R8 + 0x8]
XOR ESI,ESI
XOR R8D,R8D
CALL 0x0011ffe3
TEST RAX,RAX
JZ 0x001165a6
MOV R14,RAX
MOV RDI,RAX
CALL 0x0010e800
MOV RDI,RBX
MOV RSI,R14
CALL 0x001202c9
MOV EDX,0x3
JMP 0x001165ab
LAB_001165a6:
MOV EDX,0x6
LAB_001165ab... |
int1 [16] js_std_unsetenv(int8 param_1)
{
int1 auVar1 [16];
char *__name;
ulong uVar2;
int8 *in_R8;
__name = (char *)JS_ToCStringLen2(param_1,0,*in_R8,in_R8[1],0);
if (__name == (char *)0x0) {
uVar2 = 6;
}
else {
unsetenv(__name);
JS_FreeCString(param_1,__name);
uVar2 = 3;
}
au... | |
10,093 | js_std_unsetenv | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_std_unsetenv(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *name;
name = JS_ToCString(ctx, argv[0]);
if (!name)
return JS_EXCEPTION;
unsetenv(name);
JS_FreeCString(ctx, name);
return JS_UNDEFINED;
} | O2 | c | js_std_unsetenv:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%r8), %rsi
movq 0x8(%r8), %rdx
callq 0x10ef0
testq %rax, %rax
je 0x113f8
movq %rax, %r14
movq %rax, %rdi
callq 0xe820
movq %rbx, %rdi
movq %r14, %rsi
callq 0x1a4db
pushq $0x3
jmp 0x113fa
pushq $0x6
popq %rdx
xorl %eax, %eax
addq $0x8, %rsp
popq %rb... | js_std_unsetenv:
push r14
push rbx
push rax
mov rbx, rdi
mov rsi, [r8]
mov rdx, [r8+8]
call JS_ToCString
test rax, rax
jz short loc_113F8
mov r14, rax
mov rdi, rax
call _unsetenv
mov rdi, rbx
mov rsi, r14
call JS_FreeCString
push 3
jmp short loc_113FA
loc_113... | long long js_std_unsetenv(long long a1, long long a2, long long a3, long long a4, long long *a5)
{
long long v5; // rax
long long v6; // r14
v5 = JS_ToCString(a1, *a5, a5[1]);
if ( v5 )
{
v6 = v5;
unsetenv(v5);
JS_FreeCString(a1, v6);
}
return 0LL;
}
| js_std_unsetenv:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RSI,qword ptr [R8]
MOV RDX,qword ptr [R8 + 0x8]
CALL 0x00110ef0
TEST RAX,RAX
JZ 0x001113f8
MOV R14,RAX
MOV RDI,RAX
CALL 0x0010e820
MOV RDI,RBX
MOV RSI,R14
CALL 0x0011a4db
PUSH 0x3
JMP 0x001113fa
LAB_001113f8:
PUSH 0x6
LAB_001113fa:
POP RDX
XOR EAX,EAX
ADD RSP,... |
int1 [16] js_std_unsetenv(int8 param_1)
{
int1 auVar1 [16];
char *__name;
int8 *in_R8;
ulong uStack_20;
__name = (char *)JS_ToCString(param_1,*in_R8,in_R8[1]);
if (__name == (char *)0x0) {
uStack_20 = 6;
}
else {
unsetenv(__name);
JS_FreeCString(param_1,__name);
uStack_20 = 3;
}
... | |
10,094 | js_std_unsetenv | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_std_unsetenv(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *name;
name = JS_ToCString(ctx, argv[0]);
if (!name)
return JS_EXCEPTION;
unsetenv(name);
JS_FreeCString(ctx, name);
return JS_UNDEFINED;
} | O3 | c | js_std_unsetenv:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%r8), %rdx
movq 0x8(%r8), %rcx
xorl %esi, %esi
xorl %r8d, %r8d
callq 0x20717
testq %rax, %rax
je 0x16f77
movq %rax, %r14
movq %rax, %rdi
callq 0xe800
movq %rbx, %rdi
movq %r14, %rsi
callq 0x209ed
movl $0x3, %edx
jmp 0x16f7c
movl $0x6, %edx
xorl %ea... | js_std_unsetenv:
push r14
push rbx
push rax
mov rbx, rdi
mov rdx, [r8]
mov rcx, [r8+8]
xor esi, esi
xor r8d, r8d
call JS_ToCStringLen2
test rax, rax
jz short loc_16F77
mov r14, rax
mov rdi, rax
call _unsetenv
mov rdi, rbx
mov rsi, r14
call JS_FreeCString
mov... | long long js_std_unsetenv(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
long long v5; // rax
long long v6; // r14
v5 = JS_ToCStringLen2(a1, 0LL, *a5, a5[1], 0LL);
if ( v5 )
{
v6 = v5;
unsetenv(v5);
JS_FreeCString(a1, v6);
}
return 0LL;
}
| js_std_unsetenv:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDX,qword ptr [R8]
MOV RCX,qword ptr [R8 + 0x8]
XOR ESI,ESI
XOR R8D,R8D
CALL 0x00120717
TEST RAX,RAX
JZ 0x00116f77
MOV R14,RAX
MOV RDI,RAX
CALL 0x0010e800
MOV RDI,RBX
MOV RSI,R14
CALL 0x001209ed
MOV EDX,0x3
JMP 0x00116f7c
LAB_00116f77:
MOV EDX,0x6
LAB_00116f7c... |
int1 [16] js_std_unsetenv(int8 param_1)
{
int1 auVar1 [16];
char *__name;
ulong uVar2;
int8 *in_R8;
__name = (char *)JS_ToCStringLen2(param_1,0,*in_R8,in_R8[1],0);
if (__name == (char *)0x0) {
uVar2 = 6;
}
else {
unsetenv(__name);
JS_FreeCString(param_1,__name);
uVar2 = 3;
}
au... | |
10,095 | ps_fetch_int64 | eloqsql/libmariadb/libmariadb/ma_stmt_codec.c | static
void ps_fetch_int64(MYSQL_BIND *r_param, const MYSQL_FIELD * const field,
unsigned char **row)
{
switch(r_param->buffer_type)
{
/* case MYSQL_TYPE_TINY:
ps_fetch_from_1_to_8_bytes(r_param, field, row, 1);
break;
case MYSQL_TYPE_YEAR:
case MYSQL_TYPE_SHORT:
ps_fetch_fro... | O0 | c | ps_fetch_int64:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movl 0x60(%rax), %eax
subl $0x8, %eax
jne 0x4977d
jmp 0x49762
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rdx
movl $0x8, %ecx
callq 0x48310
jmp 0x4985... | ps_fetch_int64:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov eax, [rax+60h]
sub eax, 8
jnz short loc_4977D
jmp short $+2
loc_49762:
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
mov rdx, [... | _BYTE ** ps_fetch_int64(long long a1, long long a2, _BYTE **a3)
{
_BYTE **result; // rax
if ( *(_DWORD *)(a1 + 96) == 8 )
return ps_fetch_from_1_to_8_bytes(a1, a2, a3, 8u);
convert_from_long(
a1,
a2,
((unsigned long long)(((unsigned __int8)(*a3)[7] << 24)
+ ((unsigned __int8... | ps_fetch_int64:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x60]
SUB EAX,0x8
JNZ 0x0014977d
JMP 0x00149762
LAB_00149762:
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -... |
void ps_fetch_int64(long param_1,long param_2,long *param_3)
{
if (*(int *)(param_1 + 0x60) == 8) {
ps_fetch_from_1_to_8_bytes(param_1,param_2,param_3,8);
}
else {
convert_from_long(param_1,param_2,
CONCAT44((uint)*(byte *)(*param_3 + 4) + (uint)*(byte *)(*param_3 + 5) * 0x100
... | |
10,096 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | monkey531[P]llama/common/json.hpp | token_type scan_string()
{
// reset token_buffer (ignore opening quote)
reset();
// we entered the function by reading an open quote
JSON_ASSERT(current == '\"');
while (true)
{
// get next character
switch (get())
{
... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE11scan_stringEv:
push rbp
push r15
push r14
push r13
pus... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | scan_string:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
CALL 0x00144066
CMP dword ptr [RBX + 0x14],0x22
JNZ 0x00143c24
LEA R14,[RBX + 0x50]
LEA R12,[0x18d6d0]
PUSH 0xe
POP RBP
LAB_00143830:
MOV RDI,RBX
CALL 0x00143f8c
INC EAX
CMP EAX,0xf5
JA 0x00143bf6
MOVSXD RCX,dword ptr [R12 + RAX... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_ab... | |
10,097 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | monkey531[P]llama/common/json.hpp | token_type scan_string()
{
// reset token_buffer (ignore opening quote)
reset();
// we entered the function by reading an open quote
JSON_ASSERT(current == '\"');
while (true)
{
// get next character
switch (get())
{
... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE11scan_stringEv:
push rbp
push r15
push r14
push r13
pus... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | scan_string:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
CALL 0x00146c62
CMP dword ptr [RBX + 0x14],0x22
JNZ 0x0014685b
LEA R14,[RBX + 0x50]
LEA R12,[0x1ab0ce]
LEA R13,[0x1a8700]
LAB_00146458:
MOV RDI,RBX
CALL 0x00118fee
INC EAX
CMP EAX,0xf5
JA 0x0014682a
MOVSXD RAX,dword ptr [R13 + R... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_ab... | |
10,098 | GetFileLength | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rcore.c | int GetFileLength(const char *fileName)
{
int size = 0;
// NOTE: On Unix-like systems, it can by used the POSIX system call: stat(),
// but depending on the platform that call could not be available
//struct stat result = { 0 };
//stat(fileName, &result);
//return result.st_size;
FILE *fil... | O2 | c | GetFileLength:
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %r15
leaq 0x57fbb(%rip), %rsi # 0xbb6b3
callq 0x9620
testq %rax, %rax
je 0x6373d
movq %rax, %rbx
xorl %r14d, %r14d
pushq $0x2
popq %rdx
movq %rax, %rdi
xorl %esi, %esi
callq 0x95d0
movq %rbx, %rdi
callq 0x9030
movl $0x80000000, %ecx # imm = 0x80000000... | GetFileLength:
push r15
push r14
push rbx
mov r15, rdi
lea rsi, aRb; "rb"
call _fopen
test rax, rax
jz short loc_6373D
mov rbx, rax
xor r14d, r14d
push 2
pop rdx
mov rdi, rax
xor esi, esi
call _fseek
mov rdi, rbx
call _ftell
mov ecx, 80000000h
cmp rax... | long long GetFileLength(long long a1)
{
long long v1; // rax
long long v2; // rbx
unsigned int v3; // r14d
long long v4; // rax
int v5; // r8d
int v6; // r9d
v1 = fopen(a1, "rb");
if ( v1 )
{
v2 = v1;
v3 = 0;
fseek(v1, 0LL, 2LL);
v4 = ftell(v2);
if ( v4 < 0x80000000LL )
v3 ... | GetFileLength:
PUSH R15
PUSH R14
PUSH RBX
MOV R15,RDI
LEA RSI,[0x1bb6b3]
CALL 0x00109620
TEST RAX,RAX
JZ 0x0016373d
MOV RBX,RAX
XOR R14D,R14D
PUSH 0x2
POP RDX
MOV RDI,RAX
XOR ESI,ESI
CALL 0x001095d0
MOV RDI,RBX
CALL 0x00109030
MOV ECX,0x80000000
CMP RAX,RCX
JL 0x00163742
LEA RSI,[0x1c6367]
PUSH 0x4
POP RDI
MOV RDX,R15
... |
ulong GetFileLength(char *param_1)
{
FILE *__stream;
ulong uVar1;
ulong uVar2;
__stream = fopen(param_1,"rb");
if (__stream == (FILE *)0x0) {
uVar2 = 0;
}
else {
uVar2 = 0;
fseek(__stream,0,2);
uVar1 = ftell(__stream);
if ((long)uVar1 < 0x80000000) {
uVar2 = uVar1 & 0xffffff... | |
10,099 | blst_p2_mult | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/e2.c | void blst_p2_mult(POINTonE2 *out, const POINTonE2 *a,
const byte *scalar, size_t nbits)
{
if (nbits < 144) {
if (nbits)
POINTonE2_mult_w4(out, a, scalar, nbits);
else
vec_zero(out, sizeof(*out));
} else if (nbits <= 256) {
union {... | O0 | c | blst_p2_mult:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
cmpq $0x90, -0x20(%rbp)
jae 0xadc33
cmpq $0x0, -0x20(%rbp)
je 0xadc20
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rdx
movq -0x20(%rbp), %rcx
callq 0xad... | blst_p2_mult:
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
cmp [rbp+var_20], 90h
jnb short loc_ADC33
cmp [rbp+var_20], 0
jz short loc_ADC20
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
mov ... | long long blst_p2_mult(long long a1, long long a2, long long a3, unsigned long long a4)
{
unsigned long long v5; // rax
long long v6; // [rsp+0h] [rbp-60h]
unsigned long long v7; // [rsp+8h] [rbp-58h]
long long v8; // [rsp+10h] [rbp-50h]
unsigned long long v9; // [rsp+18h] [rbp-48h]
_BYTE v10[32]; // [rsp+... | blst_p2_mult:
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
CMP qword ptr [RBP + -0x20],0x90
JNC 0x001adc33
CMP qword ptr [RBP + -0x20],0x0
JZ 0x001adc20
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [R... |
void blst_p2_mult(int8 param_1,int8 param_2,long param_3,ulong param_4)
{
long lVar1;
ulong local_68;
long local_58;
ulong local_50;
byte local_48 [32];
ulong local_28;
long local_20;
int8 local_18;
int8 local_10;
local_28 = param_4;
local_20 = param_3;
local_18 = param_2;
local_10 = para... |
Subsets and Splits
C++ Functions With Standard Library Dependencies
Identifies C++ functions that depend on standard library components, revealing patterns in how developers utilize STL libraries and potentially highlighting common coding practices or dependencies in the dataset.
C++ Standard Library Function Analysis
Filters C++ code examples that use standard library containers and types, providing useful insights into common programming patterns and data structures in the dataset.
Random Training Function Samples
Performs basic filtering and random sampling of assembly code data without revealing meaningful patterns or relationships.
Random Training Function Samples
Retrieves a random sample of 1000 records from the training dataset, providing basic data exploration but offering limited analytical value beyond seeing raw entries.