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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
27,600 | mi_update_status_with_lock | eloqsql/storage/myisam/mi_locking.c | static void mi_update_status_with_lock(MI_INFO *info)
{
my_bool locked= 0;
if (info->state == &info->save_state)
{
locked= 1;
mysql_mutex_lock(&info->s->lock.mutex);
}
mi_update_status(info);
if (locked)
mysql_mutex_unlock(&info->s->lock.mutex);
} | O3 | c | mi_update_status_with_lock:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
cmpq %rax, 0x8(%rdi)
je 0x973dd
movq %rbx, %rdi
addq $0x8, %rsp
popq %rbx
popq %rbp
jmp 0x975ba
movq (%rbx), %rax
leaq 0x3a0(%rax), %rdi
cmpq $0x0, 0x3e0(%rax)
jne 0x97422
callq 0x2a230
movq %rbx, %rdi
cal... | mi_update_status_with_lock:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
lea rax, [rdi+10h]
cmp [rdi+8], rax
jz short loc_973DD
mov rdi, rbx
add rsp, 8
pop rbx
pop rbp
jmp mi_update_status
loc_973DD:
mov rax, [rbx]
lea rdi, [rax+3A0h]
cmp qword ptr [... | long long mi_update_status_with_lock(_QWORD *a1)
{
long long v3; // rdi
long long v4; // rbx
long long v5; // rdi
long long v6; // rbx
if ( (_QWORD *)a1[1] != a1 + 2 )
return mi_update_status(a1);
v3 = *a1 + 928LL;
if ( *(_QWORD *)(*a1 + 992LL) )
psi_mutex_lock(v3, (long long)"/workspace/llm4bin... | mi_update_status_with_lock:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
CMP qword ptr [RDI + 0x8],RAX
JZ 0x001973dd
MOV RDI,RBX
ADD RSP,0x8
POP RBX
POP RBP
JMP 0x001975ba
LAB_001973dd:
MOV RAX,qword ptr [RBX]
LEA RDI,[RAX + 0x3a0]
CMP qword ptr [RAX + 0x3e0],0x0
JNZ 0x00197422
CALL 0x0012a23... |
void mi_update_status_with_lock(long *param_1)
{
pthread_mutex_t *__mutex;
long lVar1;
if ((long *)param_1[1] != param_1 + 2) {
mi_update_status(param_1);
return;
}
__mutex = (pthread_mutex_t *)(*param_1 + 0x3a0);
if (*(long *)(*param_1 + 0x3e0) == 0) {
pthread_mutex_lock(__mutex);
}
el... | |
27,601 | mi_report_error | eloqsql/storage/myisam/mi_info.c | void mi_report_error(int errcode, const char *file_name)
{
size_t lgt;
DBUG_ENTER("mi_report_error");
DBUG_PRINT("enter",("errcode %d, table '%s'", errcode, file_name));
if ((lgt= strlen(file_name)) > 64)
file_name+= lgt - 64;
my_error(errcode, MYF(ME_ERROR_LOG), file_name);
DBUG_VOID_RETURN;
} | O0 | c | mi_report_error:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
jmp 0xae2c1
movq -0x10(%rbp), %rdi
callq 0x2a340
movq %rax, -0x18(%rbp)
cmpq $0x40, %rax
jbe 0xae2e4
movq -0x18(%rbp), %rax
subq $0x40, %rax
addq -0x10(%rbp), %rax
movq %rax, -0x10(%rbp)
movl -0x4(%rbp), %edi
movq ... | mi_report_error:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
jmp short $+2
loc_AE2C1:
mov rdi, [rbp+var_10]
call _strlen
mov [rbp+var_18], rax
cmp rax, 40h ; '@'
jbe short loc_AE2E4
mov rax, [rbp+var_18]
sub rax, 40h ; '@'
add rax, ... | long long mi_report_error(int a1, long long a2)
{
int v2; // ecx
int v3; // r8d
int v4; // r9d
unsigned long long v6; // [rsp+8h] [rbp-18h]
int v7; // [rsp+10h] [rbp-10h]
v7 = a2;
v6 = strlen(a2);
if ( v6 > 0x40 )
v7 = a2 + v6 - 64;
return my_error(a1, 64, v7, v2, v3, v4);
}
| mi_report_error:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
JMP 0x001ae2c1
LAB_001ae2c1:
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0012a340
MOV qword ptr [RBP + -0x18],RAX
CMP RAX,0x40
JBE 0x001ae2e4
MOV RAX,qword ptr [RBP + -0x18]
SUB RAX,0x40
ADD RAX,qword ptr [RBP +... |
void mi_report_error(int4 param_1,char *param_2)
{
size_t sVar1;
char *local_18;
sVar1 = strlen(param_2);
local_18 = param_2;
if (0x40 < sVar1) {
local_18 = param_2 + (sVar1 - 0x40);
}
my_error(param_1,0x40,local_18);
return;
}
| |
27,602 | plutovg_state_create | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-canvas.c | static plutovg_state_t* plutovg_state_create(void)
{
plutovg_state_t* state = malloc(sizeof(plutovg_state_t));
state->paint = NULL;
state->font_face = NULL;
state->color = PLUTOVG_BLACK_COLOR;
state->matrix = PLUTOVG_IDENTITY_MATRIX;
state->stroke.style = PLUTOVG_DEFAULT_STROKE_STYLE;
state-... | O0 | c | plutovg_state_create:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movl $0xa0, %edi
callq 0xb4d0
movq %rax, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq $0x0, (%rax)
movq -0x8(%rbp), %rax
movq $0x0, 0x8(%rax)
movq -0x8(%rbp), %rax
xorps %xmm0, %xmm0
movss %xmm0, -0x18(%rbp)
xorps %xmm0, %xmm0
movss %xmm0, -0x14(%rbp)
xorps %xm... | plutovg_state_create:
push rbp
mov rbp, rsp
sub rsp, 40h
mov edi, 0A0h
call _malloc
mov [rbp+var_8], rax
mov rax, [rbp+var_8]
mov qword ptr [rax], 0
mov rax, [rbp+var_8]
mov qword ptr [rax+8], 0
mov rax, [rbp+var_8]
xorps xmm0, xmm0
movss dword ptr [rbp+var_18], xmm0
xorps ... | long long plutovg_state_create()
{
long long v1; // [rsp+38h] [rbp-8h]
v1 = malloc(160LL);
*(_QWORD *)v1 = 0LL;
*(_QWORD *)(v1 + 8) = 0LL;
*(_QWORD *)(v1 + 16) = 0LL;
*(_QWORD *)(v1 + 24) = 0x3F80000000000000LL;
*(_QWORD *)(v1 + 32) = 1065353216LL;
*(_QWORD *)(v1 + 40) = 0x3F80000000000000LL;
*(_QWOR... | plutovg_state_create:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV EDI,0xa0
CALL 0x0010b4d0
MOV qword ptr [RBP + -0x8],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x8],0x0
MOV RAX,qword ptr [RBP + -0x8]
XORPS XMM0,XMM0
MOVSS dword ptr [RBP + -0x18],XMM0
XORPS ... |
int8 * plutovg_state_create(void)
{
uint uVar1;
int8 *puVar2;
puVar2 = (int8 *)malloc(0xa0);
*puVar2 = 0;
puVar2[1] = 0;
uVar1 = DAT_0018c0c8;
puVar2[2] = 0;
puVar2[3] = (ulong)uVar1 << 0x20;
uVar1 = DAT_0018c0c8;
puVar2[4] = (ulong)DAT_0018c0c8;
puVar2[5] = (ulong)uVar1 << 0x20;
puVar2[6] ... | |
27,603 | plutovg_state_create | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-canvas.c | static plutovg_state_t* plutovg_state_create(void)
{
plutovg_state_t* state = malloc(sizeof(plutovg_state_t));
state->paint = NULL;
state->font_face = NULL;
state->color = PLUTOVG_BLACK_COLOR;
state->matrix = PLUTOVG_IDENTITY_MATRIX;
state->stroke.style = PLUTOVG_DEFAULT_STROKE_STYLE;
state-... | O1 | c | plutovg_state_create:
pushq %r14
pushq %rbx
pushq %rax
movl $0xa0, %edi
callq 0xa400
movq %rax, %rbx
xorps %xmm0, %xmm0
movups %xmm0, (%rax)
movups %xmm0, 0xc(%rax)
movsd 0x21452(%rip), %xmm1 # 0x44990
movups %xmm1, 0x1c(%rax)
movaps 0x1fbc7(%rip), %xmm1 # 0x43110
movups %xmm1, 0x2c(%rax)
xorl %r14d, %r14d
movq %... | plutovg_state_create:
push r14
push rbx
push rax
mov edi, 0A0h
call _malloc
mov rbx, rax
xorps xmm0, xmm0
movups xmmword ptr [rax], xmm0
movups xmmword ptr [rax+0Ch], xmm0
movsd xmm1, cs:qword_44990
movups xmmword ptr [rax+1Ch], xmm1
movaps xmm1, cs:xmmword_43110
movups xmmword ptr [rax+2Ch... | long long plutovg_state_create()
{
long long v0; // rbx
v0 = malloc(160LL);
*(_OWORD *)v0 = 0LL;
*(_OWORD *)(v0 + 12) = 0LL;
*(_OWORD *)(v0 + 28) = 0x3F8000003F800000uLL;
*(_OWORD *)(v0 + 44) = xmmword_43110;
*(_QWORD *)(v0 + 60) = 0LL;
*(_QWORD *)(v0 + 68) = 1092616192LL;
*(_OWORD *)(v0 + 80) = 0LL;... | plutovg_state_create:
PUSH R14
PUSH RBX
PUSH RAX
MOV EDI,0xa0
CALL 0x0010a400
MOV RBX,RAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RAX],XMM0
MOVUPS xmmword ptr [RAX + 0xc],XMM0
MOVSD XMM1,qword ptr [0x00144990]
MOVUPS xmmword ptr [RAX + 0x1c],XMM1
MOVAPS XMM1,xmmword ptr [0x00143110]
MOVUPS xmmword ptr [RAX + 0x2c],XMM1
XOR... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int8 * plutovg_state_create(void)
{
int4 uVar1;
int4 uVar2;
int4 uVar3;
int8 *puVar4;
puVar4 = (int8 *)malloc(0xa0);
*puVar4 = 0;
puVar4[1] = 0;
*(int8 *)((long)puVar4 + 0xc) = 0;
*(int8 *)((long)puVar4 + 0x14) ... | |
27,604 | extent_to_bitmap_blocks | eloqsql/storage/maria/ma_blockrec.c | static my_bool extent_to_bitmap_blocks(MARIA_HA *info,
MARIA_BITMAP_BLOCKS *blocks,
pgcache_page_no_t head_page,
uint extent_count,
const uchar *extent_info)
{
MA... | O3 | c | extent_to_bitmap_blocks:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r8, %rbx
movl %ecx, %r14d
movq %rdx, -0x30(%rbp)
movq %rsi, %r12
movq %rdi, %r13
movq (%rdi), %rax
movq %rax, -0x48(%rbp)
leaq 0x2c0(%rdi), %r15
leal 0x2(%r14), %esi
movq %r15, %rdi
callq 0x... | extent_to_bitmap_blocks:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, r8
mov r14d, ecx
mov [rbp+var_30], rdx
mov r12, rsi
mov r13, rdi
mov rax, [rdi]
mov [rbp+var_48], rax
lea r15, [rdi+2C0h]
lea esi, [r14+2]
mov ... | char extent_to_bitmap_blocks(long long *a1, long long a2, long long a3, int a4, long long a5)
{
long long *v7; // r15
char result; // al
long long v9; // rcx
long long v10; // r15
long long v11; // rsi
long long v12; // r14
unsigned __int16 *v13; // rbx
int v14; // r12d
unsigned int v15; // r13d
un... | extent_to_bitmap_blocks:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,R8
MOV R14D,ECX
MOV qword ptr [RBP + -0x30],RDX
MOV R12,RSI
MOV R13,RDI
MOV RAX,qword ptr [RDI]
MOV qword ptr [RBP + -0x48],RAX
LEA R15,[RDI + 0x2c0]
LEA ESI,[R14 + 0x2]
MOV RDI,R15
CALL 0x00196c31
TEST AL,AL... |
int8
extent_to_bitmap_blocks(long *param_1,long *param_2,ulong param_3,int param_4,long param_5)
{
pthread_mutex_t *__mutex;
ushort uVar1;
long lVar2;
char cVar3;
int1 uVar4;
int8 uVar5;
ulong uVar6;
ulong uVar7;
ushort *puVar8;
int iVar9;
uint uVar10;
ulong *puVar11;
ulong *puVar12;
bool ... | |
27,605 | nglog::(anonymous namespace)::LogCleaner::GetOverdueLogNames(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l>>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, ... | ng-log[P]ng-log/src/logging.cc | vector<string> LogCleaner::GetOverdueLogNames(
string log_directory,
const std::chrono::system_clock::time_point& current_time,
const string& base_filename, const string& filename_extension) const {
// The names of overdue logs.
vector<string> overdue_log_names;
// Try to get all files within log_dir... | O0 | cpp | nglog::(anonymous namespace)::LogCleaner::GetOverdueLogNames(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long, std::ratio<1l, 1000000000l>>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, ... | _ZNK5nglog12_GLOBAL__N_110LogCleaner18GetOverdueLogNamesENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNSt6chrono10time_pointINS8_3_V212system_clockENS8_8durationIlSt5ratioILl1ELl1000000000EEEEEERKS7_SK_:
push rbp
mov rbp, rsp
sub rsp, 100h
mov [rbp+var_B8], rdx
mov [rbp+var_D0], rdi
mov ... | long long nglog::`anonymous namespace'::LogCleaner::GetOverdueLogNames(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6)
{
long long v6; // rax
long long v7; // rax
long long v9; // [rsp+10h] [rbp-F0h]
long long v10; // [rsp+18h... | GetOverdueLogNames:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x100
MOV qword ptr [RBP + -0xb8],RDX
MOV qword ptr [RBP + -0xd0],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0xc8],RAX
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8... |
/* WARNING: Removing unreachable block (ram,0x0011575f) */
/* nglog::(anonymous namespace)::LogCleaner::GetOverdueLogNames(std::__cxx11::string,
std::chrono::time_point<std::chrono::_V2::system_clock, std::chrono::duration<long,
std::ratio<1l, 1000000000l> > > const&, std::__cxx11::string const&, std::__cxx11::s... | |
27,606 | evmone::get_error_message(evmone::EOFValidationError) | corpus-core[P]colibri-stateless/build_O3/_deps/evmone_external-src/lib/evmone/eof.cpp | std::string_view get_error_message(EOFValidationError err) noexcept
{
switch (err)
{
case EOFValidationError::success:
return "success";
case EOFValidationError::invalid_prefix:
return "invalid_prefix";
case EOFValidationError::eof_version_unknown:
return "eof_version_unknown... | O3 | cpp | evmone::get_error_message(evmone::EOFValidationError):
cmpl $0x28, %edi
ja 0x43837
movl %edi, %eax
leaq 0x42804(%rip), %rcx # 0x86028
movslq (%rcx,%rax,4), %rdx
addq %rcx, %rdx
leaq 0x4289e(%rip), %rcx # 0x860d0
movq (%rcx,%rax,8), %rax
retq
movl $0x9, %eax
leaq 0x42f57(%rip), %rdx # 0x8679a
retq
| _ZN6evmone17get_error_messageENS_18EOFValidationErrorE:
cmp edi, 28h ; '('
ja short loc_43837
mov eax, edi
lea rcx, unk_86028
movsxd rdx, dword ptr [rcx+rax*4]
add rdx, rcx
lea rcx, unk_860D0
mov rax, [rcx+rax*8]
retn
loc_43837:
mov eax, 9
lea rdx, aUnknown; "<unknown>"
retn
| long long evmone::get_error_message(unsigned int a1)
{
if ( a1 > 0x28 )
return 9LL;
else
return qword_860D0[a1];
}
| get_error_message:
CMP EDI,0x28
JA 0x00143837
MOV EAX,EDI
LEA RCX,[0x186028]
MOVSXD RDX,dword ptr [RCX + RAX*0x4]
ADD RDX,RCX
LEA RCX,[0x1860d0]
MOV RAX,qword ptr [RCX + RAX*0x8]
RET
LAB_00143837:
MOV EAX,0x9
LEA RDX,[0x18679a]
RET
|
/* evmone::get_error_message(evmone::EOFValidationError) */
int1 [16] evmone::get_error_message(uint param_1)
{
int1 auVar1 [16];
int1 auVar2 [16];
if (param_1 < 0x29) {
auVar1._8_8_ = &DAT_00186028 + *(int *)(&DAT_00186028 + (ulong)param_1 * 4);
auVar1._0_8_ = *(int8 *)(&DAT_001860d0 + (ulong)para... | |
27,607 | LefDefParser::defiProp::setPropQString(char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiProp.cpp | void defiProp::setPropQString(const char* string) {
int len;
dataType_ = 'Q';
if ((len = strlen(string)+1) > stringLength_)
bumpSize(len);
strcpy(stringData_, defData->DEFCASE(string));
} | O3 | cpp | LefDefParser::defiProp::setPropQString(char const*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movb $0x51, 0x17(%rdi)
movq %rsi, %rdi
callq 0x70d0
movq %rax, %r12
incl %r12d
movq 0x18(%r14), %r15
cmpl 0x20(%r14), %r12d
jle 0x2cc06
movq %r15, %rdi
callq 0x7220
movslq %r12d, %... | _ZN12LefDefParser8defiProp14setPropQStringEPKc:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov byte ptr [rdi+17h], 51h ; 'Q'
mov rdi, rsi
call _strlen
mov r12, rax
inc r12d
mov r15, [r14+18h]
cmp r12d, [r14+20h]
jle short loc_2CC06
mov ... | long long LefDefParser::defiProp::setPropQString(LefDefParser::defiProp *this, const char *a2)
{
int v2; // r12d
_BYTE *v3; // r15
const char *v4; // rax
*((_BYTE *)this + 23) = 81;
v2 = strlen(a2) + 1;
v3 = (_BYTE *)*((_QWORD *)this + 3);
if ( v2 > *((_DWORD *)this + 8) )
{
free(*((void **)this +... | setPropQString:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV byte ptr [RDI + 0x17],0x51
MOV RDI,RSI
CALL 0x001070d0
MOV R12,RAX
INC R12D
MOV R15,qword ptr [R14 + 0x18]
CMP R12D,dword ptr [R14 + 0x20]
JLE 0x0012cc06
MOV RDI,R15
CALL 0x00107220
MOVSXD RDI,R12D
CALL 0x00107270
MOV R15,RAX
MOV q... |
/* LefDefParser::defiProp::setPropQString(char const*) */
void __thiscall LefDefParser::defiProp::setPropQString(defiProp *this,char *param_1)
{
size_t sVar1;
char *__dest;
char *__src;
int iVar2;
this[0x17] = (defiProp)0x51;
sVar1 = strlen(param_1);
iVar2 = (int)sVar1 + 1;
__dest = *(char **)(thi... | |
27,608 | nglog::GetTempDirectories(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>>&) | ng-log[P]ng-log/src/logging.cc | static void GetTempDirectories(vector<string>& list) {
list.clear();
#ifdef NGLOG_OS_WINDOWS
// On windows we'll try to find a directory in this order:
// C:/Documents & Settings/whomever/TEMP (or whatever GetTempPath() is)
// C:/TMP/
// C:/TEMP/
char tmp[MAX_PATH];
if (GetTempPathA(MAX_PATH, tmp)) ... | O3 | cpp | nglog::GetTempDirectories(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>>&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xd8, %rsp
movq %rdi, %rbx
movq... | _ZN5nglogL18GetTempDirectoriesERSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0D8h
mov rbx, rdi
mov rsi, [rdi]
call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_M_eras... | char nglog::GetTempDirectories(_QWORD *a1)
{
_BYTE *v1; // r13
const char *v2; // rax
long long v3; // r12
long long v4; // rax
char v5; // r13
void *v7[2]; // [rsp+0h] [rbp-108h] BYREF
_QWORD v8[2]; // [rsp+10h] [rbp-F8h] BYREF
_QWORD v9[5]; // [rsp+20h] [rbp-E8h]
_BYTE v10[24]; // [rsp+48h] [rbp-C0... | GetTempDirectories:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xd8
MOV RBX,RDI
MOV RSI,qword ptr [RDI]
CALL 0x0011eb5a
LEA RDI,[0x1222fb]
CALL 0x00107690
MOV R13,RAX
MOV qword ptr [RSP + 0x20],RAX
LEA RDI,[0x122300]
CALL 0x00107690
MOV qword ptr [RSP + 0x28],RAX
LEA RDI,[0x123534]
CALL 0x00107690
MO... |
/* nglog::GetTempDirectories(std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string >
>&) */
void nglog::GetTempDirectories(vector *param_1)
{
bool bVar1;
int iVar2;
char *__s;
size_t sVar3;
long lVar4;
long *local_108;
long local_100;
long local_f8 [2];
char *local_e8;
char *lo... | |
27,609 | OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(std::vector<unsigned int, std::allocator<unsigned int>>&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTableFactory.cpp | void
PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(
PatchTable::QuadOffsetsTable & qTable) {
size_t numInteriorPatches = _interiorFaceIndices.size();
size_t numBoundaryPatches = _boundaryFaceIndices.size();
size_t numTotalPatches = numInteriorPatches + numBoundaryPatches;
stru... | O0 | cpp | OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(std::vector<unsigned int, std::allocator<unsigned int>>&):
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x50(%rbp)
addq $0x8, %rdi
callq 0xd7ae0
movq -0x50(%... | _ZN10OpenSubdiv6v3_6_03Far17PatchTableBuilder19LegacyGregoryHelper19FinalizeQuadOffsetsERSt6vectorIjSaIjEE:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
mov [rbp+var_50], rdi
add rdi, 8
call __ZNKSt6vectorIiSaIiEE4sizeEv; std::vecto... | unsigned long long OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(
OpenSubdiv::v3_6_0::Far::TopologyRefiner **a1,
long long a2)
{
unsigned long long result; // rax
int MaxLevel; // eax
unsigned int *v4; // rax
unsigned int *v5; // rax
OpenSubdiv::v3_6_0::... | |||
27,610 | OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(std::vector<unsigned int, std::allocator<unsigned int>>&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchTableFactory.cpp | void
PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(
PatchTable::QuadOffsetsTable & qTable) {
size_t numInteriorPatches = _interiorFaceIndices.size();
size_t numBoundaryPatches = _boundaryFaceIndices.size();
size_t numTotalPatches = numInteriorPatches + numBoundaryPatches;
stru... | O1 | cpp | OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(std::vector<unsigned int, std::allocator<unsigned int>>&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rsi, %r15
movq 0x8(%rdi), %rdx
movq 0x10(%rdi), %rbp
movq %rbp, %r13
subq %rdx, %r13
sa... | _ZN10OpenSubdiv6v3_6_03Far17PatchTableBuilder19LegacyGregoryHelper19FinalizeQuadOffsetsERSt6vectorIjSaIjEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, rsi
mov rdx, [rdi+8]
mov rbp, [rdi+10h]
mov r13, rbp
sub r13, rdx
sar r13, 2
mov rax, ... | long long OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(
_QWORD *a1,
long long *a2)
{
long long v2; // rbp
long long v3; // r13
long long result; // rax
long long v5; // r12
long long v6; // r14
long long v7; // r15
long long v8; // r13
long long v... | FinalizeQuadOffsets:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,RSI
MOV RDX,qword ptr [RDI + 0x8]
MOV RBP,qword ptr [RDI + 0x10]
MOV R13,RBP
SUB R13,RDX
SAR R13,0x2
MOV RAX,qword ptr [RDI + 0x28]
MOV RCX,qword ptr [RDI + 0x20]
MOV R12,RAX
SUB R12,RCX
SAR R12,0x2
MOV RSI,R12
ADD RSI,R13
J... |
/* OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets(std::vector<unsigned
int, std::allocator<unsigned int> >&) */
void __thiscall
OpenSubdiv::v3_6_0::Far::PatchTableBuilder::LegacyGregoryHelper::FinalizeQuadOffsets
(LegacyGregoryHelper *this,vector *param_1)
{
long ... | |
27,611 | OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | bool
Level::orderVertexFacesAndEdges(Index vIndex) {
IndexArray vFaces = this->getVertexFaces(vIndex);
IndexArray vEdges = this->getVertexEdges(vIndex);
internal::StackBuffer<Index,32> indexBuffer(vFaces.size() + vEdges.size());
Index * vFacesOrdered = indexBuffer;
Index * vEdgesOrdered = indexBu... | O0 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int):
pushq %rbp
movq %rsp, %rbp
subq $0x180, %rsp # imm = 0x180
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq -0x10(%rbp), %rdi
movq %rdi, -0x138(%rbp)
movl -0x14(%rbp), %esi
callq 0xc90e0
movq -0x138(%rbp), %rdi
movl %edx, -0x30(%rbp)
... | _ZN10OpenSubdiv6v3_6_03Vtr8internal5Level24orderVertexFacesAndEdgesEi:
push rbp
mov rbp, rsp
sub rsp, 180h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov rdi, [rbp+var_10]; this
mov [rbp+var_138], rdi
mov esi, [rbp+var_14]; int
call __ZN10OpenSubdiv6v3_6_03Vtr8internal5Level14getVerte... | char OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(
OpenSubdiv::v3_6_0::Vtr::internal::Level *this,
int a2)
{
long long VertexFaces; // rax
int v3; // edx
long long VertexEdges; // rax
int v5; // edx
int v6; // eax
int v8; // [rsp+14h] [rbp-16Ch]
long long v9; // [rsp... | orderVertexFacesAndEdges:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x180
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV RDI,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x138],RDI
MOV ESI,dword ptr [RBP + -0x14]
CALL 0x001c90e0
MOV RDI,qword ptr [RBP + -0x138]
MOV dword ptr [RBP + -0x30],EDX
MOV qword ptr [RB... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int) */
ulong __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(Level *this,int param_1)
{
byte bVar1;
int iVar2;
int iVar3;
int *__src;
int *piVar4;
void *pvVar5;
int8 uVar6;
StackBuffer<int,32u,false> ... | |
27,612 | OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | bool
Level::orderVertexFacesAndEdges(Index vIndex) {
IndexArray vFaces = this->getVertexFaces(vIndex);
IndexArray vEdges = this->getVertexEdges(vIndex);
internal::StackBuffer<Index,32> indexBuffer(vFaces.size() + vEdges.size());
Index * vFacesOrdered = indexBuffer;
Index * vEdgesOrdered = indexBu... | O1 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movl %esi, %r13d
movq %rdi, %rbp
leal (%r13,%r13), %eax
leal 0x1(%r13,%r13), %ecx
movslq %ecx, %rcx
movq 0x108(%rdi), %rdx
movq 0x150(%rdi), %rsi
movslq (%rdx,%rcx,... | _ZN10OpenSubdiv6v3_6_03Vtr8internal5Level24orderVertexFacesAndEdgesEi:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov r13d, esi
mov rbp, rdi
lea eax, [r13+r13+0]
lea ecx, [r13+r13+1]
movsxd rcx, ecx
mov rdx, [rdi+108h]
mov rsi, [rdi+150h]
movsxd r... | long long OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(
OpenSubdiv::v3_6_0::Vtr::internal::Level *this,
int a2)
{
long long v3; // rcx
long long v4; // rdx
long long v5; // rsi
long long v6; // rbx
long long v7; // rax
long long v8; // r12
long long v9; // r14
long... | orderVertexFacesAndEdges:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV R13D,ESI
MOV RBP,RDI
LEA EAX,[R13 + R13*0x1]
LEA ECX,[R13 + R13*0x1 + 0x1]
MOVSXD RCX,ECX
MOV RDX,qword ptr [RDI + 0x108]
MOV RSI,qword ptr [RDI + 0x150]
MOVSXD RBX,dword ptr [RDX + RCX*0x4]
SHL RBX,0x2
ADD RBX,qword ptr [R... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int) */
int4 __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(Level *this,int param_1)
{
int iVar1;
int iVar2;
int iVar3;
int iVar4;
long lVar5;
int4 uVar6;
long lVar7;
uint uVar8;
int *local_c8;
in... | |
27,613 | OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | bool
Level::orderVertexFacesAndEdges(Index vIndex) {
IndexArray vFaces = this->getVertexFaces(vIndex);
IndexArray vEdges = this->getVertexEdges(vIndex);
internal::StackBuffer<Index,32> indexBuffer(vFaces.size() + vEdges.size());
Index * vFacesOrdered = indexBuffer;
Index * vEdgesOrdered = indexBu... | O2 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movl %esi, %ebp
movq %rdi, %r14
callq 0x511c0
movq %rax, (%rsp)
movl %edx, %ebx
movq %r14, %rdi
movl %ebp, %esi
callq 0x4f370
movq %rax, 0x8(%rsp)
movl %edx, %r15d
... | _ZN10OpenSubdiv6v3_6_03Vtr8internal5Level24orderVertexFacesAndEdgesEi:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov ebp, esi
mov r14, rdi
call __ZN10OpenSubdiv6v3_6_03Vtr8internal5Level14getVertexFacesEi; OpenSubdiv::v3_6_0::Vtr::internal::Level::getVertexFace... | long long OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(
OpenSubdiv::v3_6_0::Vtr::internal::Level *this,
int a2)
{
int v2; // edx
int v3; // ebx
int v4; // edx
int v5; // r15d
int *v6; // r13
int *v7; // r12
long long v8; // rcx
unsigned int v9; // ebp
long long v... | orderVertexFacesAndEdges:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV EBP,ESI
MOV R14,RDI
CALL 0x001511c0
MOV qword ptr [RSP],RAX
MOV EBX,EDX
MOV RDI,R14
MOV ESI,EBP
CALL 0x0014f370
MOV qword ptr [RSP + 0x8],RAX
MOV R15D,EDX
LEA ESI,[R15 + RBX*0x1]
LEA R12,[RSP + 0x10]
MOV RDI,R12
CALL 0x0015... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(int) */
int4 __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::orderVertexFacesAndEdges(Level *this,int param_1)
{
int4 uVar1;
int iVar2;
int1 auVar3 [12];
int1 auVar4 [12];
int *local_c8 [18];
void *local_38;
auVar3 = getVerte... | |
27,614 | ma_control_file_end | eloqsql/storage/maria/ma_control_file.c | int ma_control_file_end(void)
{
int close_error;
DBUG_ENTER("ma_control_file_end");
if (control_file_fd < 0) /* already closed */
DBUG_RETURN(0);
#ifndef _WIN32
(void) my_lock(control_file_fd, F_UNLCK, 0L, F_TO_EOF,
MYF(MY_SEEK_NOT_DONE | MY_FORCE_LOCK));
#endif
close_error= mysql_file... | O0 | c | ma_control_file_end:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
cmpl $0x0, 0x239e71(%rip) # 0x2c5240
jge 0x8b3dc
jmp 0x8b3d3
movl $0x0, -0x4(%rbp)
jmp 0x8b44f
movl 0x239e5e(%rip), %edi # 0x2c5240
movl $0x2, %esi
xorl %eax, %eax
movl %eax, %ecx
movl $0xa0, %r8d
movq %rcx, %rdx
callq 0xfb060
movl 0x239e41(%rip), %... | ma_control_file_end:
push rbp
mov rbp, rsp
sub rsp, 10h
cmp cs:control_file_fd, 0
jge short loc_8B3DC
jmp short $+2
loc_8B3D3:
mov [rbp+var_4], 0
jmp short loc_8B44F
loc_8B3DC:
mov edi, cs:control_file_fd
mov esi, 2
xor eax, eax
mov ecx, eax
mov r8d, 0A0h
mov rdx, ... | long long ma_control_file_end()
{
unsigned int v1; // [rsp+8h] [rbp-8h]
if ( control_file_fd >= 0 )
{
my_lock((unsigned int)control_file_fd, 2LL, 0LL, 0LL, 160LL);
v1 = inline_mysql_file_close_3(
"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_control_file.c",
589LL,
... | ma_control_file_end:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
CMP dword ptr [0x003c5240],0x0
JGE 0x0018b3dc
JMP 0x0018b3d3
LAB_0018b3d3:
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0018b44f
LAB_0018b3dc:
MOV EDI,dword ptr [0x003c5240]
MOV ESI,0x2
XOR EAX,EAX
MOV ECX,EAX
MOV R8D,0xa0
MOV RDX,RCX
CALL 0x001fb060
MOV EDX,dword ptr [0x0... |
int4 ma_control_file_end(void)
{
int4 local_c;
if (control_file_fd < 0) {
local_c = 0;
}
else {
my_lock(control_file_fd,2,0,0,0xa0);
local_c = inline_mysql_file_close
("/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_control_file.c",
0x... | |
27,615 | json_as_string | corpus-core[P]colibri-stateless/src/util/json.c | char* json_as_string(json_t val, buffer_t* buffer) {
buffer->data.len = 0;
buffer_grow(buffer, val.len + 1);
if (val.type == JSON_TYPE_STRING)
buffer_append(buffer, bytes((uint8_t*) val.start + 1, val.len - 2));
else
buffer_append(buffer, bytes((uint8_t*) val.start, val.len));
buffer->data.data[buffe... | O0 | c | json_as_string:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
leaq 0x10(%rbp), %rax
movq %rax, -0x30(%rbp)
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rcx
movl $0x0, (%rcx)
movq -0x8(%rbp), %rdi
movq 0x8(%rax), %rsi
addq $0x1, %rsi
callq 0x18af0
movq -0x30(%rbp), %rax
cmpl $0x1, 0x10(%rax)
jne 0x208d5
movq -0x30(%rbp), %rax
... | json_as_string:
push rbp
mov rbp, rsp
sub rsp, 30h
lea rax, [rbp+arg_0]
mov [rbp+var_30], rax
mov [rbp+var_8], rdi
mov rcx, [rbp+var_8]
mov dword ptr [rcx], 0
mov rdi, [rbp+var_8]
mov rsi, [rax+8]
add rsi, 1
call buffer_grow
mov rax, [rbp+var_30]
cmp dword ptr [rax+... | long long json_as_string(
unsigned int *a1,
_DWORD a2,
_DWORD a3,
_DWORD a4,
_DWORD a5,
_DWORD a6,
long long a7,
long long a8,
int a9)
{
*a1 = 0;
buffer_grow((unsigned long long)a1, a8 + 1);
if ( a9 == 1 )
buffer_append(a1, a8 - 2, a7 + ... | json_as_string:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
LEA RAX,[RBP + 0x10]
MOV qword ptr [RBP + -0x30],RAX
MOV qword ptr [RBP + -0x8],RDI
MOV RCX,qword ptr [RBP + -0x8]
MOV dword ptr [RCX],0x0
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RAX + 0x8]
ADD RSI,0x1
CALL 0x00118af0
MOV RAX,qword ptr [RBP + -0x30]
CMP dword ... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
int8 json_as_string(uint *param_1)
{
long in_stack_00000008;
ulong in_stack_00000010;
int in_stack_00000018;
*param_1 = 0;
buffer_grow(param_1,in_stack_00000010 + 1);
if (in_stack_00000018 == 1) {
buffer_append(param_1,(int)in... | |
27,616 | json_as_string | corpus-core[P]colibri-stateless/src/util/json.c | char* json_as_string(json_t val, buffer_t* buffer) {
buffer->data.len = 0;
buffer_grow(buffer, val.len + 1);
if (val.type == JSON_TYPE_STRING)
buffer_append(buffer, bytes((uint8_t*) val.start + 1, val.len - 2));
else
buffer_append(buffer, bytes((uint8_t*) val.start, val.len));
buffer->data.data[buffe... | O3 | c | json_as_string:
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
leaq 0x20(%rsp), %r15
movl $0x0, (%rdi)
movq 0x8(%r15), %r14
leaq 0x1(%r14), %rsi
callq 0x125e5
cmpl $0x1, 0x10(%r15)
jne 0x1700b
addl $-0x2, %r14d
movq (%r15), %rdx
incq %rdx
jmp 0x1700e
movq (%r15), %rdx
movq %rbx, %rdi
movl %r14d, %esi
callq 0x12651
mo... | json_as_string:
push r15
push r14
push rbx
mov rbx, rdi
lea r15, [rsp+18h+arg_0]
mov dword ptr [rdi], 0
mov r14, [r15+8]
lea rsi, [r14+1]
call buffer_grow
cmp dword ptr [r15+10h], 1
jnz short loc_1700B
add r14d, 0FFFFFFFEh
mov rdx, [r15]
inc rdx
jmp short loc_1700... | long long json_as_string(
unsigned int *a1,
_DWORD a2,
_DWORD a3,
_DWORD a4,
_DWORD a5,
_DWORD a6,
long long a7,
long long a8,
int a9)
{
unsigned int v9; // r14d
long long v10; // rdx
*a1 = 0;
v9 = a8;
buffer_grow((long long)a1, a8 + 1)... | json_as_string:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
LEA R15,[RSP + 0x20]
MOV dword ptr [RDI],0x0
MOV R14,qword ptr [R15 + 0x8]
LEA RSI,[R14 + 0x1]
CALL 0x001125e5
CMP dword ptr [R15 + 0x10],0x1
JNZ 0x0011700b
ADD R14D,-0x2
MOV RDX,qword ptr [R15]
INC RDX
JMP 0x0011700e
LAB_0011700b:
MOV RDX,qword ptr [R15]
LAB_00117... |
int8 json_as_string(uint *param_1)
{
long in_stack_00000008;
ulong in_stack_00000010;
int in_stack_00000018;
*param_1 = 0;
buffer_grow(param_1,in_stack_00000010 + 1);
if (in_stack_00000018 == 1) {
in_stack_00000010 = (ulong)((int)in_stack_00000010 - 2);
in_stack_00000008 = in_stack_00000008 + 1... | |
27,617 | make_ftype | eloqsql/mysys/my_fopen.c | static void make_ftype(register char * to, register int flag)
{
/* check some possible invalid combinations */
DBUG_ASSERT((flag & (O_TRUNC | O_APPEND)) != (O_TRUNC | O_APPEND));
DBUG_ASSERT((flag & (O_WRONLY | O_RDWR)) != (O_WRONLY | O_RDWR));
if ((flag & (O_RDONLY|O_WRONLY)) == O_WRONLY)
*to++= (fl... | O0 | c | make_ftype:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
jmp 0x43c1d
jmp 0x43c1f
jmp 0x43c21
movl -0xc(%rbp), %eax
andl $0x1, %eax
cmpl $0x1, %eax
jne 0x43c5d
movl -0xc(%rbp), %edx
andl $0x400, %edx # imm = 0x400
movl $0x77, %eax
movl $0x61, %ecx
cmpl $0x0, %edx
cmovnel %ecx, %eax
m... | make_ftype:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
jmp short $+2
loc_43C1D:
jmp short $+2
loc_43C1F:
jmp short $+2
loc_43C21:
mov eax, [rbp+var_C]
and eax, 1
cmp eax, 1
jnz short loc_43C5D
mov edx, [rbp+var_C]
and edx, 400h
mov eax, 77h ; '... | _BYTE * make_ftype(char *a1, __int16 a2)
{
char v2; // al
_BYTE *v3; // rax
_BYTE *result; // rax
_BYTE *v5; // [rsp+4h] [rbp-8h]
_BYTE *v6; // [rsp+4h] [rbp-8h]
if ( (a2 & 1) == 1 )
{
v2 = 119;
if ( (a2 & 0x400) != 0 )
v2 = 97;
v5 = a1 + 1;
*a1 = v2;
}
else if ( (a2 & 2) != 0 )... | make_ftype:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
JMP 0x00143c1d
LAB_00143c1d:
JMP 0x00143c1f
LAB_00143c1f:
JMP 0x00143c21
LAB_00143c21:
MOV EAX,dword ptr [RBP + -0xc]
AND EAX,0x1
CMP EAX,0x1
JNZ 0x00143c5d
MOV EDX,dword ptr [RBP + -0xc]
AND EDX,0x400
MOV EAX,0x77
MOV ECX,0x... |
/* WARNING: Removing unreachable block (ram,0x00143cf1) */
void make_ftype(int1 *param_1,uint param_2)
{
int1 uVar1;
int1 *local_10;
if ((param_2 & 1) == 1) {
uVar1 = 0x77;
if ((param_2 & 0x400) != 0) {
uVar1 = 0x61;
}
*param_1 = uVar1;
local_10 = param_1 + 1;
}
else if ((param... | |
27,618 | ma_save_session_track_info | eloqsql/libmariadb/libmariadb/mariadb_lib.c | void ma_save_session_track_info(void *ptr, enum enum_mariadb_status_info type, ...)
{
MYSQL *mysql= (MYSQL *)ptr;
enum enum_session_state_type track_type;
va_list ap;
DBUG_ASSERT(mysql != NULL);
/* We only handle SESSION_TRACK_TYPE here */
if (type != SESSION_TRACK_TYPE)
return;
va_start(ap, type);... | O0 | c | ma_save_session_track_info:
pushq %rbp
movq %rsp, %rbp
subq $0x180, %rsp # imm = 0x180
testb %al, %al
je 0x24a24
movaps %xmm0, -0xf0(%rbp)
movaps %xmm1, -0xe0(%rbp)
movaps %xmm2, -0xd0(%rbp)
movaps %xmm3, -0xc0(%rbp)
movaps %xmm4, -0xb0(%rbp)
movaps %xmm5, -0xa0(%rbp)
movaps %xmm6, -0x90(%rbp)
movaps %xmm7, ... | ma_save_session_track_info:
push rbp
mov rbp, rsp
sub rsp, 180h
test al, al
jz short loc_24A24
movaps [rbp+var_F0], xmm0
movaps [rbp+var_E0], xmm1
movaps [rbp+var_D0], xmm2
movaps [rbp+var_C0], xmm3
movaps [rbp+var_B0], xmm4
movaps [rbp+var_A0], xmm5
movaps [rbp+var_90], xmm6
movaps [rbp+var_... | long long ma_save_session_track_info(long long a1, int a2, unsigned int a3, ...)
{
long long result; // rax
char *v4; // rax
long long v5; // rcx
char *overflow_arg_area; // rax
long long v7; // rcx
_QWORD *v8; // [rsp+118h] [rbp-68h]
_QWORD *v9; // [rsp+120h] [rbp-60h]
long long v10; // [rsp+128h] [rbp... | ma_save_session_track_info:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x180
TEST AL,AL
JZ 0x00124a24
MOVAPS xmmword ptr [RBP + -0xf0],XMM0
MOVAPS xmmword ptr [RBP + -0xe0],XMM1
MOVAPS xmmword ptr [RBP + -0xd0],XMM2
MOVAPS xmmword ptr [RBP + -0xc0],XMM3
MOVAPS xmmword ptr [RBP + -0xb0],XMM4
MOVAPS xmmword ptr [RBP + -0xa0],XMM5
MOVA... |
/* WARNING: Removing unreachable block (ram,0x00124ab9) */
/* WARNING: Removing unreachable block (ram,0x00124b2b) */
/* WARNING: Heritage AFTER dead removal. Example location: s0xfffffffffffffee8 : 0x00124add */
/* WARNING: Restarted to delay deadcode elimination for space: stack */
void ma_save_session_track_info
... | |
27,619 | ma_save_session_track_info | eloqsql/libmariadb/libmariadb/mariadb_lib.c | void ma_save_session_track_info(void *ptr, enum enum_mariadb_status_info type, ...)
{
MYSQL *mysql= (MYSQL *)ptr;
enum enum_session_state_type track_type;
va_list ap;
DBUG_ASSERT(mysql != NULL);
/* We only handle SESSION_TRACK_TYPE here */
if (type != SESSION_TRACK_TYPE)
return;
va_start(ap, type);... | O3 | c | ma_save_session_track_info:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0xe0, %rsp
movq %rdx, -0xf0(%rbp)
movq %rcx, -0xe8(%rbp)
movq %r8, -0xe0(%rbp)
movq %r9, -0xd8(%rbp)
testb %al, %al
je 0x1eec3
movaps %xmm0, -0xd0(%rbp)
movaps %xmm1, -0xc0(%rbp)
movaps %xmm2, -0xb0(%rbp)
movaps %xm... | ma_save_session_track_info:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 0E0h
mov [rbp+var_F0], rdx
mov [rbp+var_E8], rcx
mov [rbp+var_E0], r8
mov [rbp+var_D8], r9
test al, al
jz short loc_1EEC3
movaps [rbp+var_D0], xmm0
movaps [rbp+var_C0], xmm1
mo... | void ma_save_session_track_info(long long a1, int a2, unsigned int a3, ...)
{
_QWORD *v3; // r15
long long v4; // rcx
char *overflow_arg_area; // rax
_QWORD *v6; // r12
long long v7; // rcx
_QWORD *v9; // [rsp+18h] [rbp-E8h]
long long v10; // [rsp+B0h] [rbp-50h] BYREF
long long v11; // [rsp+B8h] [rbp-48... | ma_save_session_track_info:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0xe0
MOV qword ptr [RBP + -0xf0],RDX
MOV qword ptr [RBP + -0xe8],RCX
MOV qword ptr [RBP + -0xe0],R8
MOV qword ptr [RBP + -0xd8],R9
TEST AL,AL
JZ 0x0011eec3
MOVAPS xmmword ptr [RBP + -0xd0],XMM0
MOVAPS xmmword ptr [RBP + -0xc0],... |
/* WARNING: Removing unreachable block (ram,0x0011ef0c) */
/* WARNING: Removing unreachable block (ram,0x0011ef38) */
/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffff10 : 0x0011ef44 */
/* WARNING: Restarted to delay deadcode elimination for space: stack */
void ma_save_session_track_info
... | |
27,620 | stbi__gif_header(stbi__context*, stbi__gif*, int*, int) | monkey531[P]llama/examples/llava/../../common/stb_image.h | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, int is_info)
{
stbi_uc version;
if (stbi__get8(s) != 'G' || stbi__get8(s) != 'I' || stbi__get8(s) != 'F' || stbi__get8(s) != '8')
return stbi__err("not GIF", "Corrupt GIF");
version = stbi__get8(s);
if (version != '7' && version !... | O2 | c | stbi__gif_header(stbi__context*, stbi__gif*, int*, int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %ecx, %ebp
movq %rdx, %r15
movq %rsi, %rbx
movq %rdi, %r14
callq 0x3ce08
cmpb $0x47, %al
jne 0x3f7db
movq %r14, %rdi
callq 0x3ce08
cmpb $0x49, %al
jne 0x3f7db
movq %r14, %rdi
callq ... | _ZL16stbi__gif_headerP13stbi__contextP9stbi__gifPii:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov ebp, ecx
mov r15, rdx
mov rbx, rsi
mov r14, rdi
call _ZL10stbi__get8P13stbi__context; stbi__get8(stbi__context *)
cmp al, 47h ; 'G'
jnz loc_3F7DB
mov ... | long long stbi__gif_header(long long a1, int *a2, _DWORD *a3, int a4)
{
char v6; // al
char v7; // r12
const char **addr; // r13
const char *v9; // rax
unsigned int v10; // r15d
int v12; // ecx
if ( stbi__get8(a1) != 71
|| stbi__get8(a1) != 73
|| stbi__get8(a1) != 70
|| stbi__get8(a1) != 56
... | stbi__gif_header:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV EBP,ECX
MOV R15,RDX
MOV RBX,RSI
MOV R14,RDI
CALL 0x0013ce08
CMP AL,0x47
JNZ 0x0013f7db
MOV RDI,R14
CALL 0x0013ce08
CMP AL,0x49
JNZ 0x0013f7db
MOV RDI,R14
CALL 0x0013ce08
CMP AL,0x46
JNZ 0x0013f7db
MOV RDI,R14
CALL 0x0013ce08
CMP AL,0x3... |
/* stbi__gif_header(stbi__context*, stbi__gif*, int*, int) */
int8 stbi__gif_header(stbi__context *param_1,stbi__gif *param_2,int *param_3,int param_4)
{
char cVar1;
byte bVar2;
int4 uVar3;
int8 *puVar4;
char *pcVar5;
cVar1 = stbi__get8(param_1);
if (((((cVar1 == 'G') && (cVar1 = stbi__get8(param_1)... | |
27,621 | nlohmann::json_abi_v3_11_3::detail::json_ref<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::ve... | monkey531[P]llama/common/json.hpp | value_type moved_or_copied() const
{
if (value_ref == nullptr)
{
return std::move(owned_value);
}
return *value_ref;
} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::json_ref<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::ve... | _ZNK8nlohmann16json_abi_v3_11_36detail8json_refINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE15moved_or_copiedEv:
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov rsi, [rsi+10h]
test rsi, rsi
jz ... | unsigned __int8 * nlohmann::json_abi_v3_11_3::detail::json_ref<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>>::moved_or_copied(
unsig... | moved_or_copied:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV RSI,qword ptr [RSI + 0x10]
TEST RSI,RSI
JZ 0x001a3fb3
MOV RDI,RBX
CALL 0x0016046c
JMP 0x001a3fdd
LAB_001a3fb3:
MOVUPS XMM0,xmmword ptr [R14]
MOVUPS xmmword ptr [RBX],XMM0
MOV RDI,R14
XOR ESI,ESI
CALL 0x0015b4ca
MOV byte ptr [R14],0x0
MOV qword ptr ... |
/* nlohmann::json_abi_v3_11_3::detail::json_ref<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
c... | |
27,622 | testing::internal::FilePath::GenerateUniqueFileName(testing::internal::FilePath const&, testing::internal::FilePath const&, char const*) | giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/src/gtest-filepath.cc | FilePath FilePath::GenerateUniqueFileName(const FilePath& directory,
const FilePath& base_name,
const char* extension) {
FilePath full_pathname;
int number = 0;
do {
full_pathname.Set(MakeFileName(directory, base_name, number+... | O3 | cpp | testing::internal::FilePath::GenerateUniqueFileName(testing::internal::FilePath const&, testing::internal::FilePath const&, char const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%... | _ZN7testing8internal8FilePath22GenerateUniqueFileNameERKS1_S3_PKc:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rsp+0C8h+var_C8], rax
mov [rdi], rax
mov qword ptr [rdi+... | testing::internal::FilePath * testing::internal::FilePath::GenerateUniqueFileName(
testing::internal::FilePath *this,
const testing::internal::FilePath *a2,
const testing::internal::FilePath *a3,
const char *a4)
{
int v6; // ebp
void *v8[2]; // [rsp+8h] [rbp-C0h] BYREF
long long v9... | GenerateUniqueFileName:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RSP],RAX
MOV qword ptr [RDI],RAX
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
XOR EBP,EBP
LEA R13,[RSP + 0x8]
LAB_00115817:
MOV RD... |
/* testing::internal::FilePath::GenerateUniqueFileName(testing::internal::FilePath const&,
testing::internal::FilePath const&, char const*) */
FilePath *
testing::internal::FilePath::GenerateUniqueFileName
(FilePath *param_1,FilePath *param_2,char *param_3)
{
int iVar1;
char *pcVar2;
stat local_c0... | |
27,623 | ggml_backend_cpu_set_abort_callback | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.cpp | void ggml_backend_cpu_set_abort_callback(ggml_backend_t backend_cpu, ggml_abort_callback abort_callback, void * abort_callback_data) {
GGML_ASSERT(ggml_backend_is_cpu(backend_cpu));
struct ggml_backend_cpu_context * ctx = (struct ggml_backend_cpu_context *)backend_cpu->context;
ctx->abort_callback = abort_... | O1 | cpp | ggml_backend_cpu_set_abort_callback:
pushq %r15
pushq %r14
pushq %rbx
testq %rdi, %rdi
je 0x27c86
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq (%rdi), %rdi
leaq 0x219f5(%rip), %rsi # 0x49660
callq 0x8540
testb %al, %al
je 0x27c86
movq 0x78(%r15), %rax
movq %r14, 0x20(%rax)
movq %rbx, 0x28(%rax)
popq %rbx
po... | ggml_backend_cpu_set_abort_callback:
push r15
push r14
push rbx
test rdi, rdi
jz short loc_27C86
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov rdi, [rdi]
lea rsi, _ZZL21ggml_backend_cpu_guidvE4guid; ggml_backend_cpu_guid(void)::guid
call _ggml_guid_matches
test al, al
jz sho... | long long ggml_backend_cpu_set_abort_callback(_QWORD *a1, long long a2, long long a3)
{
long long result; // rax
double v5; // xmm0_8
if ( a1 && (unsigned __int8)ggml_guid_matches(*a1, &ggml_backend_cpu_guid(void)::guid) )
{
result = a1[15];
*(_QWORD *)(result + 32) = a2;
*(_QWORD *)(result + 40) ... | ggml_backend_cpu_set_abort_callback:
PUSH R15
PUSH R14
PUSH RBX
TEST RDI,RDI
JZ 0x00127c86
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV RDI,qword ptr [RDI]
LEA RSI,[0x149660]
CALL 0x00108540
TEST AL,AL
JZ 0x00127c86
MOV RAX,qword ptr [R15 + 0x78]
MOV qword ptr [RAX + 0x20],R14
MOV qword ptr [RAX + 0x28],RBX
POP RBX
POP R14
... |
void ggml_backend_cpu_set_abort_callback(int8 *param_1,int8 param_2,int8 param_3)
{
long lVar1;
char cVar2;
if (param_1 != (int8 *)0x0) {
cVar2 = ggml_guid_matches(*param_1,ggml_backend_cpu_guid()::guid);
if (cVar2 != '\0') {
lVar1 = param_1[0xf];
*(int8 *)(lVar1 + 0x20) = param_2;
... | |
27,624 | ggml_backend_cpu_set_abort_callback | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.cpp | void ggml_backend_cpu_set_abort_callback(ggml_backend_t backend_cpu, ggml_abort_callback abort_callback, void * abort_callback_data) {
GGML_ASSERT(ggml_backend_is_cpu(backend_cpu));
struct ggml_backend_cpu_context * ctx = (struct ggml_backend_cpu_context *)backend_cpu->context;
ctx->abort_callback = abort_... | O3 | cpp | ggml_backend_cpu_set_abort_callback:
pushq %r15
pushq %r14
pushq %rbx
testq %rdi, %rdi
je 0x2851a
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq (%rdi), %rdi
leaq 0x21161(%rip), %rsi # 0x49660
callq 0x8540
testb %al, %al
je 0x2851a
movq 0x78(%r15), %rax
movq %r14, 0x20(%rax)
movq %rbx, 0x28(%rax)
popq %rbx
po... | ggml_backend_cpu_set_abort_callback:
push r15
push r14
push rbx
test rdi, rdi
jz short loc_2851A
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov rdi, [rdi]
lea rsi, _ZZL21ggml_backend_cpu_guidvE4guid; ggml_backend_cpu_guid(void)::guid
call _ggml_guid_matches
test al, al
jz sho... | long long ggml_backend_cpu_set_abort_callback(_QWORD *a1, long long a2, long long a3)
{
long long result; // rax
double v5; // xmm0_8
if ( a1 && (unsigned __int8)ggml_guid_matches(*a1, &ggml_backend_cpu_guid(void)::guid) )
{
result = a1[15];
*(_QWORD *)(result + 32) = a2;
*(_QWORD *)(result + 40) ... | ggml_backend_cpu_set_abort_callback:
PUSH R15
PUSH R14
PUSH RBX
TEST RDI,RDI
JZ 0x0012851a
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV RDI,qword ptr [RDI]
LEA RSI,[0x149660]
CALL 0x00108540
TEST AL,AL
JZ 0x0012851a
MOV RAX,qword ptr [R15 + 0x78]
MOV qword ptr [RAX + 0x20],R14
MOV qword ptr [RAX + 0x28],RBX
POP RBX
POP R14
... |
void ggml_backend_cpu_set_abort_callback(int8 *param_1,int8 param_2,int8 param_3)
{
long lVar1;
char cVar2;
if (param_1 != (int8 *)0x0) {
cVar2 = ggml_guid_matches(*param_1,ggml_backend_cpu_guid()::guid);
if (cVar2 != '\0') {
lVar1 = param_1[0xf];
*(int8 *)(lVar1 + 0x20) = param_2;
... | |
27,625 | cyclotomic_sqr_fp12 | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/fp12_tower.c | static void cyclotomic_sqr_fp12(vec384fp12 ret, const vec384fp12 a)
{
vec384fp4 t0, t1, t2;
sqr_fp4(t0, a[0][0], a[1][1]);
sqr_fp4(t1, a[1][0], a[0][2]);
sqr_fp4(t2, a[0][1], a[1][2]);
sub_fp2(ret[0][0], t0[0], a[0][0]);
add_fp2(ret[0][0], ret[0][0], ret[0][0]);
add_fp2(ret[0][0], ret[... | O3 | c | cyclotomic_sqr_fp12:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x268, %rsp # imm = 0x268
movq %rsi, %r15
movq %rdi, %rbx
movl $0x120, %r13d # imm = 0x120
leaq (%rsi,%r13), %r12
movq %r12, -0x40(%rbp)
movl $0x180, %eax # imm = 0x180
leaq (%rsi... | cyclotomic_sqr_fp12:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 268h
mov r15, rsi
mov rbx, rdi
mov r13d, 120h
lea r12, [rsi+r13]
mov [rbp+var_40], r12
mov eax, 180h
lea rdx, [rsi+rax]
mov [rbp+var_48], rdx
lea rdi, [rbp+var_1... | long long cyclotomic_sqr_fp12(long long a1, long long a2)
{
long long v3; // r14
long long v4; // r13
long long v5; // r14
_BYTE v7[96]; // [rsp+0h] [rbp-290h] BYREF
_BYTE v8[96]; // [rsp+60h] [rbp-230h] BYREF
_BYTE v9[96]; // [rsp+C0h] [rbp-1D0h] BYREF
_BYTE v10[96]; // [rsp+120h] [rbp-170h] BYREF
_BY... | cyclotomic_sqr_fp12:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x268
MOV R15,RSI
MOV RBX,RDI
MOV R13D,0x120
LEA R12,[RSI + R13*0x1]
MOV qword ptr [RBP + -0x40],R12
MOV EAX,0x180
LEA RDX,[RSI + RAX*0x1]
MOV qword ptr [RBP + -0x48],RDX
LEA RDI,[RBP + -0x1d0]
CALL 0x00166007
MOV R14D,0xc0
L... |
void cyclotomic_sqr_fp12(long param_1,long param_2)
{
long lVar1;
int1 local_298 [96];
int1 local_238 [96];
int1 local_1d8 [96];
int1 local_178 [96];
int1 local_118 [96];
int1 local_b8 [96];
long local_58;
long local_50;
long local_48;
long local_40;
long local_38;
local_50 = param_2 + 0x... | |
27,626 | BIONJ2009Adapter::constructTree(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&) | iqtree3/utils/bionj.cpp | virtual bool constructTree
( const std::string &distanceMatrixFilePath
, const std::string & newickTreeFilePath) {
BioNj bio2009;
if (endsWith(distanceMatrixFilePath,".gz")) {
std::cerr << "BIONJ2009 cannot handle .gz inputs\n";
return false;
... | O0 | cpp | BIONJ2009Adapter::constructTree(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 $0x68, %rsp
movq %rdi, 0x58(%rsp)
movq %rsi, 0x50(%rsp)
movq %rdx, 0x48(%rsp)
movq 0x50(%rsp), %rsi
leaq 0x2... | _ZN16BIONJ2009Adapter13constructTreeERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_:
sub rsp, 68h
mov [rsp+68h+var_10], rdi
mov [rsp+68h+var_18], rsi
mov [rsp+68h+var_20], rdx
mov rsi, [rsp+68h+var_18]
lea rdi, [rsp+68h+var_48]
mov [rsp+68h+var_60], rdi
call __ZNSt7__cxx1112bas... | char BIONJ2009Adapter::constructTree(long long a1, long long a2, long long a3)
{
int v3; // edx
int v4; // ecx
int v5; // r8d
int v6; // r9d
const char *v7; // rax
char *v9; // [rsp+0h] [rbp-68h]
char v10; // [rsp+13h] [rbp-55h]
_BYTE v11[39]; // [rsp+20h] [rbp-48h] BYREF
char v12; // [rsp+47h] [rbp-... | constructTree:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RDI
MOV qword ptr [RSP + 0x50],RSI
MOV qword ptr [RSP + 0x48],RDX
MOV RSI,qword ptr [RSP + 0x50]
LEA RDI,[RSP + 0x20]
MOV qword ptr [RSP + 0x8],RDI
CALL 0x001371c0
MOV RDI,qword ptr [RSP + 0x8]
LAB_0013c24c:
LEA RSI,[0x1693ff]
CALL 0x0013c330
LAB_0013c258:
MOV byte... |
/* BIONJ2009Adapter::constructTree(std::__cxx11::string const&, std::__cxx11::string const&) */
bool __thiscall
BIONJ2009Adapter::constructTree(BIONJ2009Adapter *this,string *param_1,string *param_2)
{
byte bVar1;
char *pcVar2;
char *pcVar3;
bool bVar4;
string local_48 [39];
BioNj local_21;
string *loc... | |
27,627 | my_strtod | eloqsql/strings/dtoa.c | double my_strtod(const char *str, char **end, int *error)
{
char buf[DTOA_BUFF_SIZE];
double res;
DBUG_ASSERT(end != NULL && ((str != NULL && *end != NULL) ||
(str == NULL && *end == NULL)) &&
error != NULL);
res= my_strtod_int(str, end, error, buf, sizeof(buf));
r... | O0 | c | my_strtod:
pushq %rbp
movq %rsp, %rbp
subq $0xea0, %rsp # imm = 0xEA0
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0xe78(%rbp)
movq %rsi, -0xe80(%rbp)
movq %rdx, -0xe88(%rbp)
jmp 0x6efaf
movq -0xe78(%rbp), %rdi
movq -0xe80(%rbp), %rsi
movq -0xe88(%rbp), %rdx
leaq -0xe70(%rbp), %rcx
movl $0xe60, %r8d... | my_strtod:
push rbp
mov rbp, rsp
sub rsp, 0EA0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_E78], rdi
mov [rbp+var_E80], rsi
mov [rbp+var_E88], rdx
jmp short $+2
loc_6EFAF:
mov rdi, [rbp+var_E78]
mov rsi, [rbp+var_E80]
mov rdx, [rbp+var_E88]
lea rcx, [rbp+var_E70... | double my_strtod(long long a1, long long a2, _DWORD *a3)
{
__m128d v3; // xmm1
double v4; // xmm0_8
double v6; // [rsp+8h] [rbp-E98h]
double v7; // [rsp+10h] [rbp-E90h]
_BYTE v9[3688]; // [rsp+30h] [rbp-E70h] BYREF
unsigned long long v10; // [rsp+E98h] [rbp-8h]
v10 = __readfsqword(0x28u);
v7 = my_strt... | my_strtod:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xea0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0xe78],RDI
MOV qword ptr [RBP + -0xe80],RSI
MOV qword ptr [RBP + -0xe88],RDX
JMP 0x0016efaf
LAB_0016efaf:
MOV RDI,qword ptr [RBP + -0xe78]
MOV RSI,qword ptr [RBP + -0xe80]
MOV RDX,qword ptr [RB... |
double my_strtod(int8 param_1,int8 param_2,int *param_3)
{
long in_FS_OFFSET;
double local_ea0;
int1 local_e78 [3688];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_ea0 = (double)my_strtod_int(param_1,param_2,param_3,local_e78,0xe60);
if (*param_3 != 0) {
local_ea0 = (double)(~-... | |
27,628 | void yoyo::Logger::warn<char const (&) [34]>(char const (&) [34], std::source_location&&) | isyoCode[P]yoyologger/test/../src/logger.hpp | void warn(T&& str,
std::source_location&& loc = std::source_location::current()) {
log(LOGLEVEL::WARNING, std::forward<T>(str), std::move(loc));
} | O3 | cpp | void yoyo::Logger::warn<char const (&) [34]>(char const (&) [34], std::source_location&&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
leaq 0x10(%rsp), %r13
movq %r13, -0x10(%r13)
movq %rsi, %rdi
callq 0x30d0
leaq (%rax,%r14), %rdx
movq %rsp, %... | _ZN4yoyo6Logger4warnIRA34_KcEEvOT_OSt15source_location:
push r15; int
push r14; int
push r13; int
push r12; int
push rbx; char
sub rsp, 20h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
lea r13, [rsp+48h+var_38]
mov [r13-10h], r13
mov rdi, rsi
call _strlen
lea rdx, [rax+r14]
m... | warn<char_const(&)[34]>:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
LEA R13,[RSP + 0x10]
MOV qword ptr [R13 + -0x10],R13
MOV RDI,RSI
CALL 0x001030d0
LEA RDX,[RAX + R14*0x1]
MOV R12,RSP
MOV RDI,R12
MOV RSI,R14
CALL 0x00103ef0
LAB_00103b83:
MOV RDI,R15
MOV ESI,0x1
MOV RD... |
/* void yoyo::Logger::warn<char const (&) [34]>(char const (&) [34], std::source_location&&) */
void __thiscall
yoyo::Logger::warn<char_const(&)[34]>(Logger *this,char *param_1,source_location *param_2)
{
size_t sVar1;
long *local_48 [2];
long local_38 [2];
local_48[0] = local_38;
sVar1 = strlen(param_1... | ||
27,629 | LefDefParser::lefiLayer::addSpParallelWidthSpacing() | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiLayer.cpp | void
lefiLayer::addSpParallelWidthSpacing()
{
lefiSpacingTable *sp;
sp = spacingTable_[numSpacingTable_ - 1];
sp->addParallelWidthSpacing(numNums_, nums_);
// Since inside addParallelWidthSpacing copy the nums_, we can free it
// here
lefFree((char*) (nums_));
numNums_ = 0;
numAllocated_... | O3 | cpp | LefDefParser::lefiLayer::addSpParallelWidthSpacing():
pushq %rbx
movq %rdi, %rax
leaq 0x398(%rdi), %rbx
movslq 0x398(%rdi), %rcx
movq 0x3a0(%rdi), %rdi
testq %rcx, %rcx
jle 0x28741
movq 0x4b0(%rax), %rdx
movslq 0x4a8(%rax), %rax
movq -0x8(%rdx,%rax,8), %rax
movq 0x10(%rax), %rdx
movslq 0x4(%rdx), %rsi
decq %rsi
movslq ... | _ZN12LefDefParser9lefiLayer25addSpParallelWidthSpacingEv:
push rbx
mov rax, rdi
lea rbx, [rdi+398h]
movsxd rcx, dword ptr [rdi+398h]
mov rdi, [rdi+3A0h]; this
test rcx, rcx
jle short loc_28741
mov rdx, [rax+4B0h]
movsxd rax, dword ptr [rax+4A8h]
mov rax, [rdx+rax*8-8]
mov rdx, [rax+1... | long long LefDefParser::lefiLayer::addSpParallelWidthSpacing(LefDefParser::lefiLayer *this, long long a2)
{
_OWORD *v3; // rbx
long long v4; // rcx
LefDefParser *v5; // rdi
int *v6; // rdx
long long v7; // rax
long long i; // rdx
long long result; // rax
v3 = (_OWORD *)((char *)this + 920);
v4 = *((... | addSpParallelWidthSpacing:
PUSH RBX
MOV RAX,RDI
LEA RBX,[RDI + 0x398]
MOVSXD RCX,dword ptr [RDI + 0x398]
MOV RDI,qword ptr [RDI + 0x3a0]
TEST RCX,RCX
JLE 0x00128741
MOV RDX,qword ptr [RAX + 0x4b0]
MOVSXD RAX,dword ptr [RAX + 0x4a8]
MOV RAX,qword ptr [RDX + RAX*0x8 + -0x8]
MOV RDX,qword ptr [RAX + 0x10]
MOVSXD RSI,dword... |
/* LefDefParser::lefiLayer::addSpParallelWidthSpacing() */
void __thiscall LefDefParser::lefiLayer::addSpParallelWidthSpacing(lefiLayer *this)
{
int iVar1;
int iVar2;
int iVar3;
void *pvVar4;
int *piVar5;
long lVar6;
long lVar7;
iVar1 = *(int *)(this + 0x398);
pvVar4 = *(void **)(this + 0x3a0);
... | |
27,630 | MNN::InnerProductT::InnerProductT() | mnn-tts/MNN/schema/current/CaffeOp_generated.h | InnerProductT()
: outputCount(0),
biasTerm(0),
weightSize(0),
axis(0),
transpose(false) {
} | O0 | c | MNN::InnerProductT::InnerProductT():
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq 0x10(%rsp), %rdi
movq %rdi, 0x8(%rsp)
movl $0x0, (%rdi)
movl $0x0, 0x4(%rdi)
movl $0x0, 0x8(%rdi)
addq $0x10, %rdi
callq 0xb320
movq 0x8(%rsp), %rdi
addq $0x28, %rdi
callq 0xb320
movq 0x8(%rsp), %rdi
movl $0x0, 0x40(%rdi)
movb $0x0, 0x44(%... | _ZN3MNN13InnerProductTC2Ev:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rdi, [rsp+18h+var_8]
mov [rsp+18h+var_10], rdi
mov dword ptr [rdi], 0
mov dword ptr [rdi+4], 0
mov dword ptr [rdi+8], 0
add rdi, 10h
call _ZNSt3__16vectorIfNS_9allocatorIfEEEC2B8nn200100Ev; std::vector<float>::vecto... | _QWORD * MNN::InnerProductT::InnerProductT(MNN::InnerProductT *this)
{
*(_DWORD *)this = 0;
*((_DWORD *)this + 1) = 0;
*((_DWORD *)this + 2) = 0;
std::vector<float>::vector[abi:nn200100]((_QWORD *)this + 2);
std::vector<float>::vector[abi:nn200100]((_QWORD *)this + 5);
*((_DWORD *)this + 16) = 0;
*((_BYTE... | InnerProductT:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RDI,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x8],RDI
MOV dword ptr [RDI],0x0
MOV dword ptr [RDI + 0x4],0x0
MOV dword ptr [RDI + 0x8],0x0
ADD RDI,0x10
CALL 0x0010b320
MOV RDI,qword ptr [RSP + 0x8]
ADD RDI,0x28
CALL 0x0010b320
MOV RDI,qword ptr [RSP + 0x8... |
/* MNN::InnerProductT::InnerProductT() */
void __thiscall MNN::InnerProductT::InnerProductT(InnerProductT *this)
{
*(int4 *)this = 0;
*(int4 *)(this + 4) = 0;
*(int4 *)(this + 8) = 0;
std::vector<float,std::allocator<float>>::vector_abi_nn200100_
((vector<float,std::allocator<float>> *)(this + 0x... | |
27,631 | ma_free_size_to_head_pattern | eloqsql/storage/maria/ma_bitmap.c | uint _ma_free_size_to_head_pattern(MARIA_FILE_BITMAP *bitmap, uint size)
{
if (size < bitmap->sizes[3])
return 4;
if (size < bitmap->sizes[2])
return 3;
if (size < bitmap->sizes[1])
return 2;
return (size < bitmap->sizes[0]) ? 1 : 0;
} | O0 | c | ma_free_size_to_head_pattern:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl -0x14(%rbp), %eax
movq -0x10(%rbp), %rcx
cmpl 0x114(%rcx), %eax
jae 0x3f173
movl $0x4, -0x4(%rbp)
jmp 0x3f1bf
movl -0x14(%rbp), %eax
movq -0x10(%rbp), %rcx
cmpl 0x110(%rcx), %eax
jae 0x3f18b
movl $0x3, -0x4(%rbp)... | _ma_free_size_to_head_pattern:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov eax, [rbp+var_14]
mov rcx, [rbp+var_10]
cmp eax, [rcx+114h]
jnb short loc_3F173
mov [rbp+var_4], 4
jmp short loc_3F1BF
loc_3F173:
mov eax, [rbp+var_14]
mov rcx, [rbp+var_10... | long long ma_free_size_to_head_pattern(_DWORD *a1, unsigned int a2)
{
if ( a2 >= a1[69] )
{
if ( a2 >= a1[68] )
{
if ( a2 >= a1[67] )
return a2 < a1[66];
else
return 2;
}
else
{
return 3;
}
}
else
{
return 4;
}
}
| _ma_free_size_to_head_pattern:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV EAX,dword ptr [RBP + -0x14]
MOV RCX,qword ptr [RBP + -0x10]
CMP EAX,dword ptr [RCX + 0x114]
JNC 0x0013f173
MOV dword ptr [RBP + -0x4],0x4
JMP 0x0013f1bf
LAB_0013f173:
MOV EAX,dword ptr [RBP + -0x14]
M... |
int1 _ma_free_size_to_head_pattern(long param_1,uint param_2)
{
int1 uVar1;
if (param_2 < *(uint *)(param_1 + 0x114)) {
uVar1 = 4;
}
else if (param_2 < *(uint *)(param_1 + 0x110)) {
uVar1 = 3;
}
else if (param_2 < *(uint *)(param_1 + 0x10c)) {
uVar1 = 2;
}
else {
uVar1 = param_2 < *... | |
27,632 | google::protobuf::uint128::operator+=(google::protobuf::uint128 const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/stubs/int128.h | inline uint128& uint128::operator+=(const uint128& b) {
hi_ += b.hi_;
uint64_t lolo = lo_ + b.lo_;
if (lolo < lo_)
++hi_;
lo_ = lolo;
return *this;
} | O0 | c | google::protobuf::uint128::operator+=(google::protobuf::uint128 const&):
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movq -0x8(%rsp), %rcx
movq %rcx, -0x20(%rsp)
movq -0x10(%rsp), %rax
movq 0x8(%rax), %rax
addq 0x8(%rcx), %rax
movq %rax, 0x8(%rcx)
movq (%rcx), %rax
movq -0x10(%rsp), %rdx
addq (%rdx), %rax
movq %rax, -... | _ZN6google8protobuf7uint128pLERKS1_:
mov [rsp+var_8], rdi
mov [rsp+var_10], rsi
mov rcx, [rsp+var_8]
mov [rsp+var_20], rcx
mov rax, [rsp+var_10]
mov rax, [rax+8]
add rax, [rcx+8]
mov [rcx+8], rax
mov rax, [rcx]
mov rdx, [rsp+var_10]
add rax, [rdx]
mov [rsp+var_18], rax
mo... | unsigned long long * google::protobuf::uint128::operator+=(unsigned long long *a1, _QWORD *a2)
{
unsigned long long *result; // rax
unsigned long long v3; // [rsp+8h] [rbp-18h]
a1[1] += a2[1];
v3 = *a2 + *a1;
if ( v3 < *a1 )
++a1[1];
result = a1;
*a1 = v3;
return result;
}
| operator+=:
MOV qword ptr [RSP + -0x8],RDI
MOV qword ptr [RSP + -0x10],RSI
MOV RCX,qword ptr [RSP + -0x8]
MOV qword ptr [RSP + -0x20],RCX
MOV RAX,qword ptr [RSP + -0x10]
MOV RAX,qword ptr [RAX + 0x8]
ADD RAX,qword ptr [RCX + 0x8]
MOV qword ptr [RCX + 0x8],RAX
MOV RAX,qword ptr [RCX]
MOV RDX,qword ptr [RSP + -0x10]
ADD ... |
/* google::protobuf::uint128::TEMPNAMEPLACEHOLDERVALUE(google::protobuf::uint128 const&) */
void __thiscall google::protobuf::uint128::operator+=(uint128 *this,uint128 *param_1)
{
long lVar1;
*(long *)(this + 8) = *(long *)(param_1 + 8) + *(long *)(this + 8);
lVar1 = *(long *)param_1;
if ((ulong)(*(long *... | |
27,633 | R3D_GetLightAttenuation | r3d/src/r3d_lighting.c | float R3D_GetLightAttenuation(R3D_Light id)
{
r3d_get_and_check_light(light, id, 0);
return 1.0f / light->attenuation;
} | O3 | c | R3D_GetLightAttenuation:
movl %edi, %edx
testl %edi, %edi
je 0xbe2ac
leaq 0xf197e(%rip), %rax # 0x1afbf0
cmpl %edx, 0x168(%rax)
jbe 0xbe2ac
movq 0x128(%rax), %rsi
leal -0x1(%rdx), %ecx
cmpb $0x1, (%rsi,%rcx)
jne 0xbe2ac
movq 0x108(%rax), %rsi
cmpq %rcx, 0x110(%rax)
setbe %dil
testq %rsi, %rsi
sete %r8b
orb %dil, %r... | R3D_GetLightAttenuation:
mov edx, edi
test edi, edi
jz short loc_BE2AC
lea rax, R3D
cmp [rax+168h], edx
jbe short loc_BE2AC
mov rsi, [rax+128h]
lea ecx, [rdx-1]
cmp byte ptr [rsi+rcx], 1
jnz short loc_BE2AC
mov rsi, [rax+108h]
cmp [rax+110h], rcx
setbe dil
test rsi, ... | float R3D_GetLightAttenuation(unsigned int a1)
{
unsigned long long v1; // rcx
long long v2; // rsi
if ( a1 )
{
if ( *((_DWORD *)&R3D + 90) > a1 )
{
v1 = a1 - 1;
if ( *(_BYTE *)(*((_QWORD *)&R3D + 37) + v1) == 1 )
{
v2 = *((_QWORD *)&R3D + 33);
if ( *((_QWORD *)&R3D +... | R3D_GetLightAttenuation:
MOV EDX,EDI
TEST EDI,EDI
JZ 0x001be2ac
LEA RAX,[0x2afbf0]
CMP dword ptr [RAX + 0x168],EDX
JBE 0x001be2ac
MOV RSI,qword ptr [RAX + 0x128]
LEA ECX,[RDX + -0x1]
CMP byte ptr [RSI + RCX*0x1],0x1
JNZ 0x001be2ac
MOV RSI,qword ptr [RAX + 0x108]
CMP qword ptr [RAX + 0x110],RCX
SETBE DIL
TEST RSI,RSI
SE... |
float R3D_GetLightAttenuation(uint param_1)
{
ulong uVar1;
if (((param_1 != 0) && (param_1 < DAT_002afd58)) &&
(uVar1 = (ulong)(param_1 - 1), *(char *)(DAT_002afd18 + uVar1) == '\x01')) {
if (DAT_002afcf8 != 0 && uVar1 < DAT_002afd00) {
return DAT_001e2010 / *(float *)(DAT_002afcf8 + 0xa4 + uVar... | |
27,634 | mysql_local_infile_read | eloqsql/libmariadb/libmariadb/ma_loaddata.c | static
int mysql_local_infile_read(void *ptr, char * buf, unsigned int buf_len)
{
MYSQL_INFILE_INFO *info = (MYSQL_INFILE_INFO *)ptr;
size_t count;
count= ma_read((void *)buf, 1, (size_t)buf_len, info->fp);
if (count == (size_t)-1)
{
info->error_no = errno;
snprintf((char *)info->error_msg, sizeof(i... | O0 | c | mysql_local_infile_read:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rdi
movl -0x14(%rbp), %eax
movl %eax, %edx
movq -0x20(%rbp), %rax
movq (%rax), %rcx
movl $0x1, %esi
callq 0x3e5e0
movq ... | mysql_local_infile_read:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov rax, [rbp+var_8]
mov [rbp+var_20], rax
mov rdi, [rbp+var_10]
mov eax, [rbp+var_14]
mov edx, eax
mov rax, [rbp+var_20]
mov rcx, [rax]
mov ... | long long mysql_local_infile_read(long long a1, long long a2, unsigned int a3)
{
long long v4; // [rsp+8h] [rbp-28h]
v4 = ma_read(a2, 1LL, a3, *(_QWORD *)a1);
if ( v4 == -1 )
{
*(_DWORD *)(a1 + 8) = *(_DWORD *)__errno_location();
snprintf(a1 + 12, 513LL, mariadb_client_errors[5], *(_QWORD *)(a1 + 528)... | mysql_local_infile_read:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x20],RAX
MOV RDI,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RBP + -0x14]
MOV EDX,EAX
MOV RAX,qword ptr [RBP + -0... |
long mysql_local_infile_read(int8 *param_1,int8 param_2,int4 param_3)
{
long lVar1;
int *piVar2;
lVar1 = ma_read(param_2,1,param_3,*param_1);
if (lVar1 == -1) {
piVar2 = __errno_location();
*(int *)(param_1 + 1) = *piVar2;
snprintf((char *)((long)param_1 + 0xc),0x201,(char *)mariadb_client_erro... | |
27,635 | minja::Value::set(minja::Value const&, minja::Value const&) | monkey531[P]llama/common/minja.hpp | void set(const Value& key, const Value& value) {
if (!object_) throw std::runtime_error("Value is not an object: " + dump());
if (!key.is_hashable()) throw std::runtime_error("Unashable type: " + dump());
(*object_)[key.primitive_] = value;
} | O3 | cpp | minja::Value::set(minja::Value const&, minja::Value const&):
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %r14
movq 0x20(%rdi), %rdi
testq %rdi, %rdi
je 0x93697
cmpq $0x0, 0x10(%rsi)
jne 0x936f4
cmpq $0x0, 0x20(%rsi)
jne 0x936f4
cmpq $0x0, 0x30(%rsi)
jne 0x936f4
movq %rdx, %rbx
addq $0x40, %rsi
callq 0x... | _ZN5minja5Value3setERKS0_S2_:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rdi
mov rdi, [rdi+20h]
test rdi, rdi
jz loc_93697
cmp qword ptr [rsi+10h], 0
jnz loc_936F4
cmp qword ptr [rsi+20h], 0
jnz loc_936F4
cmp qword ptr [rsi+30h], 0
jnz loc_936F4
mov rbx, rd... | long long minja::Value::set(minja::Value *this, const minja::Value *a2, const minja::Value *a3)
{
long long v4; // rdi
long long v6; // r14
void *exception; // rbx
void *v9; // rbx
_BYTE v10[16]; // [rsp+0h] [rbp-58h] BYREF
unsigned __int8 v11[16]; // [rsp+20h] [rbp-38h] BYREF
v4 = *((_QWORD *)this + 4)... | set:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RDI
MOV RDI,qword ptr [RDI + 0x20]
TEST RDI,RDI
JZ 0x00193697
CMP qword ptr [RSI + 0x10],0x0
JNZ 0x001936f4
CMP qword ptr [RSI + 0x20],0x0
JNZ 0x001936f4
CMP qword ptr [RSI + 0x30],0x0
JNZ 0x001936f4
MOV RBX,RDX
ADD RSI,0x40
CALL 0x00193834
MOV R14,RAX
MOV RAX,qword ... |
/* minja::Value::set(minja::Value const&, minja::Value const&) */
void __thiscall minja::Value::set(Value *this,Value *param_1,Value *param_2)
{
long lVar1;
runtime_error *prVar2;
int1 auStack_58 [32];
basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long... | |
27,636 | iplist_generate | xtate/src/generate-modules/ip-list-gen.c | Target iplist_generate(unsigned tx_index, uint64_t index, uint64_t repeat,
struct source_t *src) {
Target target;
uint64_t xXx = iplist_conf.index;
uint64_t ck;
/*Actually it is impossible*/
while (xXx >= iplist_conf.count_ports) {
xXx -= iplist_conf.count_ports;
... | O3 | c | iplist_generate:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %r8, %r14
movq %rcx, %r15
movq %rdx, %r13
movq %rdi, %rbx
movq 0x182b98(%rip), %rax # 0x1a30b8
movq 0x182b99(%rip), %rcx # 0x1a30c0
leaq (%rcx,%rax), %r12
movq %rax, %rsi
subq %rcx, %r12
subq %rcx, %rax
jae 0x2052b
testb $0x1, 0x182bd7(%... | iplist_generate:
push r15
push r14
push r13
push r12
push rbx
mov r14, r8
mov r15, rcx
mov r13, rdx
mov rbx, rdi
mov rax, cs:qword_1A30B8
mov rcx, cs:qword_1A30C0
lea r12, [rcx+rax]
loc_2052B:
mov rsi, rax
sub r12, rcx
sub rax, rcx
jnb short loc_2052B
test c... | long long iplist_generate(long long a1, long long a2, long long a3, long long a4, long long a5)
{
unsigned long long v8; // rax
unsigned long long v9; // r12
long long v10; // rsi
bool v11; // cf
unsigned long long cookie_ipv4; // rax
long long v13; // rax
v8 = qword_1A30B8;
v9 = qword_1A30C0 + qword_... | iplist_generate:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R14,R8
MOV R15,RCX
MOV R13,RDX
MOV RBX,RDI
MOV RAX,qword ptr [0x002a30b8]
MOV RCX,qword ptr [0x002a30c0]
LEA R12,[RCX + RAX*0x1]
LAB_0012052b:
MOV RSI,RAX
SUB R12,RCX
SUB RAX,RCX
JNC 0x0012052b
TEST byte ptr [0x002a3114],0x1
JNZ 0x0012054e
LEA RDI,[0x2a3... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
uint * iplist_generate(uint *param_1,int8 param_2,long param_3,long param_4,uint *param_5)
{
uint uVar1;
uint uVar2;
ulong uVar3;
ushort uVar4;
uint uVar5;
ulong uVar6;
int8 uVar7;
ulong uVar8;
uVar8 = DAT_002a3... | |
27,637 | ggml_backend_view_init | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | void ggml_backend_view_init(struct ggml_tensor * tensor) {
GGML_ASSERT(tensor->buffer == NULL);
GGML_ASSERT(tensor->view_src != NULL);
GGML_ASSERT(tensor->view_src->buffer != NULL);
GGML_ASSERT(tensor->view_src->data != NULL);
tensor->buffer = tensor->view_src->buffer;
tensor->data = (char *)te... | O0 | cpp | ggml_backend_view_init:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x8(%rax)
je 0x62518
leaq 0x52719(%rip), %rdi # 0xb4c17
movl $0x66d, %esi # imm = 0x66D
leaq 0x4f0ff(%rip), %rdx # 0xb1609
leaq 0x52c9f(%rip), %rcx # 0xb51b0
movb $0x0, %al
c... | ggml_backend_view_init:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
cmp qword ptr [rax+8], 0
jz short loc_62518
lea rdi, aWorkspaceLlm4b_2; "/workspace/llm4binary/github/2025_star3"...
mov esi, 66Dh
lea rdx, aGgmlAssertSFai; "GGML_ASSERT(%s) faile... | long long ggml_backend_view_init(long long *a1)
{
if ( a1[1] )
ggml_abort(
"/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp",
1645,
(long long)"GGML_ASSERT(%s) failed",
"tensor->buffer == NULL");
if ( !a1[29] )
ggml_abort(
"/workspac... | ggml_backend_view_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x8],0x0
JZ 0x00162518
LEA RDI,[0x1b4c17]
MOV ESI,0x66d
LEA RDX,[0x1b1609]
LEA RCX,[0x1b51b0]
MOV AL,0x0
CALL 0x00148a00
LAB_00162518:
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr... |
void ggml_backend_view_init(long param_1)
{
if (*(long *)(param_1 + 8) != 0) {
ggml_abort("/workspace/llm4binary/github/2025_star3/Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp"
,0x66d,"GGML_ASSERT(%s) failed","tensor->buffer == NULL");
}
if (*(long *)(param_1 + 0xe8) == 0) {
ggml_a... | |
27,638 | ggml_backend_view_init | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | void ggml_backend_view_init(struct ggml_tensor * tensor) {
GGML_ASSERT(tensor->buffer == NULL);
GGML_ASSERT(tensor->view_src != NULL);
GGML_ASSERT(tensor->view_src->buffer != NULL);
GGML_ASSERT(tensor->view_src->data != NULL);
tensor->buffer = tensor->view_src->buffer;
tensor->data = (char *)te... | O1 | cpp | ggml_backend_view_init:
pushq %rax
cmpq $0x0, 0x8(%rdi)
jne 0x29c12
movq %rdi, %rsi
movq 0xe8(%rdi), %rax
testq %rax, %rax
je 0x29c2e
movq 0x8(%rax), %rdi
testq %rdi, %rdi
je 0x29c4a
movq 0xf8(%rax), %rax
testq %rax, %rax
je 0x29c66
movq %rdi, 0x8(%rsi)
addq 0xf0(%rsi), %rax
movq %rax, 0xf8(%rsi)
movq 0x10(%rdi), %rax
... | ggml_backend_view_init:
push rax
cmp qword ptr [rdi+8], 0
jnz short loc_29C12
mov rsi, rdi
mov rax, [rdi+0E8h]
test rax, rax
jz short loc_29C2E
mov rdi, [rax+8]
test rdi, rdi
jz short loc_29C4A
mov rax, [rax+0F8h]
test rax, rax
jz short loc_29C66
mov [rsi+8], rdi
a... | long long ggml_backend_view_init(_QWORD *a1, long long a2, long long a3, long long a4, int a5, int a6)
{
long long v6; // rax
long long v8; // rax
long long v9; // rdi
long long v10; // rax
long long (*v11)(void); // rax
const char *v13; // rcx
int v14; // esi
long long v15; // [rsp-8h] [rbp-8h]
v15... | ggml_backend_view_init:
PUSH RAX
CMP qword ptr [RDI + 0x8],0x0
JNZ 0x00129c12
MOV RSI,RDI
MOV RAX,qword ptr [RDI + 0xe8]
TEST RAX,RAX
JZ 0x00129c2e
MOV RDI,qword ptr [RAX + 0x8]
TEST RDI,RDI
JZ 0x00129c4a
MOV RAX,qword ptr [RAX + 0xf8]
TEST RAX,RAX
JZ 0x00129c66
MOV qword ptr [RSI + 0x8],RDI
ADD RAX,qword ptr [RSI + 0x... |
int8 ggml_backend_view_init(long param_1)
{
long lVar1;
long lVar2;
int8 in_RAX;
int8 uVar3;
char *pcVar4;
if (*(long *)(param_1 + 8) == 0) {
lVar1 = *(long *)(param_1 + 0xe8);
if (lVar1 == 0) {
pcVar4 = "tensor->view_src != NULL";
uVar3 = 0x66e;
}
else {
lVar2 = *(lon... | |
27,639 | ggml_backend_view_init | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | void ggml_backend_view_init(struct ggml_tensor * tensor) {
GGML_ASSERT(tensor->buffer == NULL);
GGML_ASSERT(tensor->view_src != NULL);
GGML_ASSERT(tensor->view_src->buffer != NULL);
GGML_ASSERT(tensor->view_src->data != NULL);
tensor->buffer = tensor->view_src->buffer;
tensor->data = (char *)te... | O2 | cpp | ggml_backend_view_init:
pushq %rax
cmpq $0x0, 0x8(%rdi)
jne 0x2ded4
movq %rdi, %rsi
movq 0xe8(%rdi), %rax
testq %rax, %rax
je 0x2def0
movq 0x8(%rax), %rdi
testq %rdi, %rdi
je 0x2df0c
movq 0xf8(%rax), %rax
testq %rax, %rax
je 0x2df28
movq %rdi, 0x8(%rsi)
addq 0xf0(%rsi), %rax
movq %rax, 0xf8(%rsi)
movq 0x10(%rdi), %rax
... | ggml_backend_view_init:
push rax
cmp qword ptr [rdi+8], 0
jnz short loc_2DED4
mov rsi, rdi
mov rax, [rdi+0E8h]
test rax, rax
jz short loc_2DEF0
mov rdi, [rax+8]
test rdi, rdi
jz short loc_2DF0C
mov rax, [rax+0F8h]
test rax, rax
jz short loc_2DF28
mov [rsi+8], rdi
a... | long long ggml_backend_view_init(
_QWORD *a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long a13,
long long a14... | ggml_backend_view_init:
PUSH RAX
CMP qword ptr [RDI + 0x8],0x0
JNZ 0x0012ded4
MOV RSI,RDI
MOV RAX,qword ptr [RDI + 0xe8]
TEST RAX,RAX
JZ 0x0012def0
MOV RDI,qword ptr [RAX + 0x8]
TEST RDI,RDI
JZ 0x0012df0c
MOV RAX,qword ptr [RAX + 0xf8]
TEST RAX,RAX
JZ 0x0012df28
MOV qword ptr [RSI + 0x8],RDI
ADD RAX,qword ptr [RSI + 0x... |
int8 ggml_backend_view_init(long param_1)
{
long lVar1;
long lVar2;
int8 in_RAX;
int8 uVar3;
char *pcVar4;
if (*(long *)(param_1 + 8) == 0) {
lVar1 = *(long *)(param_1 + 0xe8);
if (lVar1 == 0) {
pcVar4 = "tensor->view_src != NULL";
uVar3 = 0x66e;
}
else {
lVar2 = *(lon... | |
27,640 | ggml_backend_view_init | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-backend.cpp | void ggml_backend_view_init(struct ggml_tensor * tensor) {
GGML_ASSERT(tensor->buffer == NULL);
GGML_ASSERT(tensor->view_src != NULL);
GGML_ASSERT(tensor->view_src->buffer != NULL);
GGML_ASSERT(tensor->view_src->data != NULL);
tensor->buffer = tensor->view_src->buffer;
tensor->data = (char *)te... | O3 | cpp | ggml_backend_view_init:
pushq %rax
cmpq $0x0, 0x8(%rdi)
jne 0x287b8
movq %rdi, %rsi
movq 0xe8(%rdi), %rax
testq %rax, %rax
je 0x287d4
movq 0x8(%rax), %rdi
testq %rdi, %rdi
je 0x287f0
movq 0xf8(%rax), %rax
testq %rax, %rax
je 0x2880c
movq %rdi, 0x8(%rsi)
addq 0xf0(%rsi), %rax
movq %rax, 0xf8(%rsi)
movq 0x10(%rdi), %rax
... | ggml_backend_view_init:
push rax
cmp qword ptr [rdi+8], 0
jnz short loc_287B8
mov rsi, rdi
mov rax, [rdi+0E8h]
test rax, rax
jz short loc_287D4
mov rdi, [rax+8]
test rdi, rdi
jz short loc_287F0
mov rax, [rax+0F8h]
test rax, rax
jz short loc_2880C
mov [rsi+8], rdi
a... | long long ggml_backend_view_init(_QWORD *a1, long long a2, long long a3, long long a4, int a5, int a6)
{
long long v6; // rax
long long v8; // rax
long long v9; // rdi
long long v10; // rax
long long (*v11)(void); // rax
const char *v13; // rcx
int v14; // esi
long long v15; // [rsp-8h] [rbp-8h]
v15... | ggml_backend_view_init:
PUSH RAX
CMP qword ptr [RDI + 0x8],0x0
JNZ 0x001287b8
MOV RSI,RDI
MOV RAX,qword ptr [RDI + 0xe8]
TEST RAX,RAX
JZ 0x001287d4
MOV RDI,qword ptr [RAX + 0x8]
TEST RDI,RDI
JZ 0x001287f0
MOV RAX,qword ptr [RAX + 0xf8]
TEST RAX,RAX
JZ 0x0012880c
MOV qword ptr [RSI + 0x8],RDI
ADD RAX,qword ptr [RSI + 0x... |
int8 ggml_backend_view_init(long param_1)
{
long lVar1;
long lVar2;
int8 in_RAX;
int8 uVar3;
char *pcVar4;
if (*(long *)(param_1 + 8) == 0) {
lVar1 = *(long *)(param_1 + 0xe8);
if (lVar1 == 0) {
pcVar4 = "tensor->view_src != NULL";
uVar3 = 0x66e;
}
else {
lVar2 = *(lon... | |
27,641 | log_action | navaro[P]qoraal-tictactoe/build_O3/_deps/qoraal_engine-src/src/engine.c | static void
log_action (PENGINE_T engine, uint32_t filter, const char* pre, const char* cond, STATES_INTERNAL_T* internal)
{
if ((filter & _engine_log_filter) &&
((!engine || ((1 << engine->idx) & _engine_log_instance)))) {
char buffer[24] ;
char buffer2[24] ;
STATES_ACTION_T ... | O3 | c | log_action:
testb $0x4, 0x2e110(%rip) # 0x3e379
je 0x10357
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
testq %rdi, %rdi
je 0x1029f
movl 0x2e0e8(%rip), %eax # 0x3e37c
movl (%rbx), %ecx
btl %ecx, %eax
jae 0x1034... | log_action:
test byte ptr cs:_engine_log_filter+1, 4
jz locret_10357
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r15, rdx
mov r14, rsi
mov rbx, rdi
test rdi, rdi
jz short loc_1029F
mov eax, cs:_engine_log_instance
mov ... | void log_action(
unsigned int *a1,
const char *a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
int v13; // eax
int v14; // edi
int v15; // eax
unsigned int v16; ... | log_action:
TEST byte ptr [0x0013e379],0x4
JZ 0x00110357
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
TEST RDI,RDI
JZ 0x0011029f
MOV EAX,dword ptr [0x0013e37c]
MOV ECX,dword ptr [RBX]
BT EAX,ECX
JNC 0x00110349
LAB_0011029f:
MOV EDI,dword ptr [R15 + 0... |
void log_action(uint *param_1,int8 param_2,long param_3)
{
uint uVar1;
int8 uVar2;
int8 uVar3;
int4 uVar4;
int1 local_78 [32];
int1 local_58 [36];
uint local_34;
if (((_engine_log_filter._1_1_ & 4) != 0) &&
((param_1 == (uint *)0x0 || ((_engine_log_instance >> (*param_1 & 0x1f) & 1) != 0)))) {... | |
27,642 | my_charset_get_by_name | eloqsql/mysys/charset.c | CHARSET_INFO *
my_charset_get_by_name(MY_CHARSET_LOADER *loader,
const char *cs_name, uint cs_flags, myf flags)
{
uint cs_number;
CHARSET_INFO *cs;
DBUG_ENTER("get_charset_by_csname");
DBUG_PRINT("enter",("name: '%s'", cs_name));
my_pthread_once(&charsets_initialized, init_available_ch... | O0 | c | my_charset_get_by_name:
pushq %rbp
movq %rsp, %rbp
subq $0x260, %rsp # imm = 0x260
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x228(%rbp)
movq %rsi, -0x230(%rbp)
movl %edx, -0x234(%rbp)
movq %rcx, -0x240(%rbp)
jmp 0xdc485
leaq 0xba62a8(%rip), %rdi # 0xc82734
leaq -0xae3(%rip), %rsi # 0xdb9... | my_charset_get_by_name:
push rbp
mov rbp, rsp
sub rsp, 260h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_228], rdi
mov [rbp+var_230], rsi
mov [rbp+var_234], edx
mov [rbp+var_240], rcx
jmp short $+2
loc_DC485:
lea rdi, charsets_initialized
lea rsi, init_available_chars... | long long my_charset_get_by_name(long long a1, long long a2, unsigned int a3, long long a4)
{
long long charsets_dir; // rax
int v5; // r8d
int v6; // r9d
long long internal_charset; // [rsp+8h] [rbp-258h]
unsigned int charset_number; // [rsp+1Ch] [rbp-244h]
_BYTE v12[536]; // [rsp+40h] [rbp-220h] BYREF
... | my_charset_get_by_name:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x260
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x228],RDI
MOV qword ptr [RBP + -0x230],RSI
MOV dword ptr [RBP + -0x234],EDX
MOV qword ptr [RBP + -0x240],RCX
JMP 0x001dc485
LAB_001dc485:
LEA RDI,[0xd82734]
LEA RSI,[0x1db9b0]
CAL... |
long my_charset_get_by_name(int8 param_1,int8 param_2,int4 param_3,ulong param_4)
{
int iVar1;
char *__dest;
long in_FS_OFFSET;
long local_260;
int1 local_228 [536];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
pthread_once(&charsets_initialized,init_available_charsets);
iVar1 = get_... | |
27,643 | my_charset_get_by_name | eloqsql/mysys/charset.c | CHARSET_INFO *
my_charset_get_by_name(MY_CHARSET_LOADER *loader,
const char *cs_name, uint cs_flags, myf flags)
{
uint cs_number;
CHARSET_INFO *cs;
DBUG_ENTER("get_charset_by_csname");
DBUG_PRINT("enter",("name: '%s'", cs_name));
my_pthread_once(&charsets_initialized, init_available_ch... | O3 | c | my_charset_get_by_name:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x220, %rsp # imm = 0x220
movq %rcx, %r15
movl %edx, %r12d
movq %rsi, %rbx
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
leaq 0xb74b5a(%rip), %rdi # 0xc07b30
leaq -0x9ae(%rip), %rsi # 0x9... | my_charset_get_by_name:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 220h
mov r15, rcx
mov r12d, edx
mov rbx, rsi
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_28], rax
lea rdi, charsets_initialized
lea rsi, init_available_charsets
call _pthrea... | long long my_charset_get_by_name(long long a1, long long a2, unsigned int a3, long long a4)
{
unsigned int charset_number; // eax
long long internal_charset; // r14
int v8; // r8d
int v9; // r9d
_BYTE v11[536]; // [rsp+0h] [rbp-240h] BYREF
unsigned long long v12; // [rsp+218h] [rbp-28h]
v12 = __readfsqw... | my_charset_get_by_name:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x220
MOV R15,RCX
MOV R12D,EDX
MOV RBX,RSI
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
LEA RDI,[0xd07b30]
LEA RSI,[0x19262f]
CALL 0x00129240
MOV RDI,RBX
MOV ESI,R12D
MOV RDX,R15
CALL 0x0019281a
TEST EAX,... |
long my_charset_get_by_name(int8 param_1,int8 param_2,int4 param_3,ulong param_4)
{
int iVar1;
long lVar2;
int8 *puVar3;
long in_FS_OFFSET;
int1 local_248 [536];
long local_30;
local_30 = *(long *)(in_FS_OFFSET + 0x28);
pthread_once(&charsets_initialized,init_available_charsets);
iVar1 = get_char... | |
27,644 | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::computeIrregularFacePoint(int, int, int, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<d... | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/loopPatchBuilder.cpp | void
GregoryTriConverter<REAL>::computeIrregularFacePoint(
int cIndexNear, int edgeInNearCornerRing, int cIndexFar,
Point const & p, Point const & eNear, Point const & eFar, Point & fNear,
REAL signForSideOfEdge, Weight *rowWeights, int *columnMask) const {
CornerTopology const & cornerNear... | O0 | cpp | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::computeIrregularFacePoint(int, int, int, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<d... | _ZNK10OpenSubdiv6v3_6_03Far19GregoryTriConverterIdE25computeIrregularFacePointEiiiRKNS1_12_GLOBAL__N_115SparseMatrixRowIdEES8_S8_RS6_dPdPi:
push rbp
mov rbp, rsp
sub rsp, 0D0h
mov rax, [rbp+arg_18]
mov rax, [rbp+arg_10]
mov rax, [rbp+arg_8]
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov ... | long long OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::computeIrregularFacePoint(
int *a1,
int a2,
int a3,
int a4,
long long a5,
long long a6,
double a7,
long long a8,
unsigned int *a9,
long long a10,
long long a11)
{
lo... | |||
27,645 | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::computeIrregularFacePoint(int, int, int, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<d... | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/loopPatchBuilder.cpp | void
GregoryTriConverter<REAL>::computeIrregularFacePoint(
int cIndexNear, int edgeInNearCornerRing, int cIndexFar,
Point const & p, Point const & eNear, Point const & eFar, Point & fNear,
REAL signForSideOfEdge, Weight *rowWeights, int *columnMask) const {
CornerTopology const & cornerNear... | O2 | cpp | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::computeIrregularFacePoint(int, int, int, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<d... | _ZNK10OpenSubdiv6v3_6_03Far19GregoryTriConverterIfE25computeIrregularFacePointEiiiRKNS1_12_GLOBAL__N_115SparseMatrixRowIfEES8_S8_RS6_fPfPi:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
movss [rsp+78h+var_64], xmm0
mov [rsp+78h+var_58], r9
mov [rsp+78h+var_60], r8
mo... | long long OpenSubdiv::v3_6_0::Far::GregoryTriConverter<float>::computeIrregularFacePoint(
int *a1,
int a2,
int a3,
int a4,
long long a5,
long long a6,
float a7,
long long a8,
int *a9,
long long a10,
long long a11)
{
float v13; //... | computeIrregularFacePoint:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOVSS dword ptr [RSP + 0x14],XMM0
MOV qword ptr [RSP + 0x20],R9
MOV qword ptr [RSP + 0x18],R8
MOV qword ptr [RSP + 0x30],RDX
MOV EBX,ESI
MOV R14,RDI
MOV R15,qword ptr [RSP + 0x98]
MOV R12,qword ptr [RSP + 0x90]
MOVSXD RAX,ESI
... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* OpenSubdiv::v3_6_0::Far::GregoryTriConverter<float>::computeIrregularFacePoint(int, int, int,
OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<float> const&,
OpenSubdiv::v3_6_0::Far::(anonymous namespace)::Spar... | |
27,646 | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::computeIrregularFacePoint(int, int, int, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<d... | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/loopPatchBuilder.cpp | void
GregoryTriConverter<REAL>::computeIrregularFacePoint(
int cIndexNear, int edgeInNearCornerRing, int cIndexFar,
Point const & p, Point const & eNear, Point const & eFar, Point & fNear,
REAL signForSideOfEdge, Weight *rowWeights, int *columnMask) const {
CornerTopology const & cornerNear... | O3 | cpp | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::computeIrregularFacePoint(int, int, int, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<double> const&, OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<d... | _ZNK10OpenSubdiv6v3_6_03Far19GregoryTriConverterIfE25computeIrregularFacePointEiiiRKNS1_12_GLOBAL__N_115SparseMatrixRowIfEES8_S8_RS6_fPfPi:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
movss [rsp+68h+var_54], xmm0
mov rbp, r9
mov r13, r8
mov [rsp+68h+var_40], rd... | long long OpenSubdiv::v3_6_0::Far::GregoryTriConverter<float>::computeIrregularFacePoint(
int *a1,
int a2,
int a3,
int a4,
int *a5,
int *a6,
float a7,
int *a8,
int *a9,
long long a10,
long long a11)
{
long long v13; // rdx
long... | computeIrregularFacePoint:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOVSS dword ptr [RSP + 0x14],XMM0
MOV RBP,R9
MOV R13,R8
MOV qword ptr [RSP + 0x28],RDX
MOV R15,qword ptr [RSP + 0x88]
MOV R12,qword ptr [RSP + 0x80]
MOV dword ptr [RSP + 0x8],ESI
MOVSXD RAX,ESI
IMUL RDX,RAX,0xa8
MOVSXD RAX,ECX... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* OpenSubdiv::v3_6_0::Far::GregoryTriConverter<float>::computeIrregularFacePoint(int, int, int,
OpenSubdiv::v3_6_0::Far::(anonymous namespace)::SparseMatrixRow<float> const&,
OpenSubdiv::v3_6_0::Far::(anonymous namespace)::Spar... | |
27,647 | pvio_socket_internal_connect | eloqsql/libmariadb/plugins/pvio/pvio_socket.c | static int pvio_socket_internal_connect(MARIADB_PVIO *pvio,
const struct sockaddr *name,
size_t namelen)
{
int rc= 0;
struct st_pvio_socket *csock= NULL;
int timeout;
#ifndef _WIN32
unsigned int wait_conn= 1;
time_t start_t= time(N... | O0 | c | pvio_socket_internal_connect:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movl $0x0, -0x24(%rbp)
movq $0x0, -0x30(%rbp)
movl $0x1, -0x38(%rbp)
xorl %eax, %eax
movl %eax, %edi
callq 0x133b0
movq %rax, -0x40(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x42948
movq ... | pvio_socket_internal_connect:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_24], 0
mov [rbp+var_30], 0
mov [rbp+var_38], 1
xor eax, eax
mov edi, eax
call _time
mov [rbp+var_40], rax
cmp [rbp+var_10]... | long long pvio_socket_internal_connect(int **a1, long long a2, long long a3)
{
long long v3; // rdi
long long v4; // rdi
bool v6; // [rsp+Ah] [rbp-56h]
bool v7; // [rsp+Bh] [rbp-55h]
int v8; // [rsp+Ch] [rbp-54h]
int v9; // [rsp+18h] [rbp-48h] BYREF
unsigned int v10; // [rsp+1Ch] [rbp-44h] BYREF
long l... | pvio_socket_internal_connect:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],0x0
MOV qword ptr [RBP + -0x30],0x0
MOV dword ptr [RBP + -0x38],0x1
XOR EAX,EAX
MOV EDI,EAX
CALL 0x001133b0
MOV qword ptr [RBP + -0x... |
int pvio_socket_internal_connect(long *param_1,sockaddr *param_2,int8 param_3)
{
time_t tVar1;
int *piVar2;
bool bVar3;
__useconds_t local_5c;
socklen_t local_50;
int local_4c;
time_t local_48;
__useconds_t local_40;
int local_3c;
int *local_38;
int local_2c;
int8 local_28;
sockaddr *local_2... | |
27,648 | js_TA_cmp_float16 | bluesky950520[P]quickjs/quickjs.c | static int js_TA_cmp_float16(const void *a, const void *b, void *opaque) {
return js_cmp_doubles(fromfp16(*(const uint16_t *)a),
fromfp16(*(const uint16_t *)b));
} | O1 | c | js_TA_cmp_float16:
pushq %rbp
pushq %rbx
subq $0x28, %rsp
movq %rsi, %rbx
movzwl (%rdi), %ebp
movl $0x7c00, %edx # imm = 0x7C00
movl %ebp, %eax
andl %edx, %eax
movl %ebp, %ecx
andl $0x3ff, %ecx # imm = 0x3FF
cmpl %edx, %eax
jne 0x82dd8
xorl %eax, %eax
testl %ecx, %ecx
sete %al
leaq 0x1b97f(%rip), %... | js_TA_cmp_float16:
push rbp
push rbx
sub rsp, 28h
mov rbx, rsi
movzx ebp, word ptr [rdi]
mov edx, 7C00h
mov eax, ebp
and eax, edx
mov ecx, ebp
and ecx, 3FFh
cmp eax, edx
jnz short loc_82DD8
xor eax, eax
test ecx, ecx
setz al
lea rcx, dbl_9E750
movsd xmm2, qwor... | long long js_TA_cmp_float16(__int16 *a1, __int16 *a2)
{
__int16 v2; // bp
unsigned int v3; // eax
int v4; // ecx
double v5; // xmm2_8
double v6; // xmm0_8
long long v7; // rdi
double v8; // xmm3_8
__int16 v9; // bx
unsigned int v10; // eax
int v11; // ecx
double v12; // xmm0_8
double v13; // xm... | js_TA_cmp_float16:
PUSH RBP
PUSH RBX
SUB RSP,0x28
MOV RBX,RSI
MOVZX EBP,word ptr [RDI]
MOV EDX,0x7c00
MOV EAX,EBP
AND EAX,EDX
MOV ECX,EBP
AND ECX,0x3ff
CMP EAX,EDX
JNZ 0x00182dd8
XOR EAX,EAX
TEST ECX,ECX
SETZ AL
LEA RCX,[0x19e750]
MOVSD XMM2,qword ptr [RCX + RAX*0x8]
JMP 0x00182e09
LAB_00182dd8:
CVTSI2SD XMM0,ECX
MULSD... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
uint js_TA_cmp_float16(ushort *param_1,ushort *param_2)
{
ushort uVar1;
double dVar2;
ulong uVar3;
uint uVar4;
int iVar5;
int4 uVar6;
uint uVar7;
double dVar8;
double dVar9;
uVar1 = *param_1;
if ((uVar1 & 0x... | |
27,649 | mi_get_last_key | eloqsql/storage/myisam/mi_search.c | uchar *_mi_get_last_key(MI_INFO *info, MI_KEYDEF *keyinfo, uchar *page,
uchar *lastkey, uchar *endpos, uint *return_key_length)
{
uint nod_flag;
uchar *lastpos;
DBUG_ENTER("_mi_get_last_key");
DBUG_PRINT("enter",("page:%p endpos: %p", page,
endpos));
nod_flag=mi... | O0 | c | mi_get_last_key:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movq %r9, -0x38(%rbp)
jmp 0xc6952
movq -0x20(%rbp), %rax
movzbl (%rax), %eax
andl $0x80, %eax
cmpl $0x0, %eax
je 0xc6975
movq -0x10(%rbp), %rax
m... | _mi_get_last_key:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_38], r9
jmp short $+2
loc_C6952:
mov rax, [rbp+var_20]
movzx eax, byte ptr [rax]
and eax, 80h
cm... | _BYTE * mi_get_last_key(long long a1, long long a2, _BYTE *a3, _BYTE *a4, unsigned long long a5, _DWORD *a6)
{
const char *v6; // rsi
unsigned int v8; // [rsp+4h] [rbp-4Ch]
_BYTE *v9; // [rsp+8h] [rbp-48h]
_BYTE *v13; // [rsp+30h] [rbp-20h] BYREF
long long v14; // [rsp+38h] [rbp-18h]
long long v15; // [rsp+... | _mi_get_last_key:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
JMP 0x001c6952
LAB_001c6952:
MOV RAX,qword ptr [RBP + -0x20]
MOVZX EAX,byte pt... |
byte * _mi_get_last_key(long *param_1,long param_2,byte *param_3,int1 *param_4,byte *param_5,
uint *param_6)
{
uint uVar1;
int4 *puVar2;
uint local_54;
byte *local_50;
byte *local_28;
long local_20;
long *local_18;
byte *local_10;
if ((*param_3 & 0x80) == 0) {
local_54 ... | |
27,650 | bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s... | monkey531[P]llama/common/json.hpp | bool operator==(const IterImpl& other) const
{
// if objects are not the same, the comparison is undefined
if (JSON_HEDLEY_UNLIKELY(m_object != other.m_object))
{
JSON_THROW(invalid_iterator::create(212, "cannot compare iterators of different containers", m_object));
}
... | O3 | cpp | bool nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, s... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_:
push rbp; char
... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_:
PUSH RBP
PUSH R15
... |
int8
_ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEEeqISH_TnNSt9enable_ifIXoosr3std7is_sameIT_SH_EE5valuesr3std7is_sameISK_NS2_ISF_EEEE5valueEDnE4typeELDn0EEEbRKSK_
(in... | ||
27,651 | google::protobuf::RepeatedField<int>::RepeatedField(google::protobuf::RepeatedField<int> const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/repeated_field.h | inline RepeatedField<Element>::RepeatedField(const RepeatedField& other)
: current_size_(0), total_size_(0), arena_or_elements_(nullptr) {
if (other.current_size_ != 0) {
Reserve(other.size());
AddNAlreadyReserved(other.size());
CopyArray(Mutable(0), &other.Get(0), other.size());
}
} | O3 | c | google::protobuf::RepeatedField<int>::RepeatedField(google::protobuf::RepeatedField<int> const&):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
xorps %xmm0, %xmm0
movups %xmm0, (%rdi)
movl (%rsi), %esi
testl %esi, %esi
je 0x7f557
movq %rdi, %r14
callq 0x7f560
movl (%rbx), %eax
movq 0x8(%r14), %rdi
addl %eax, (%r14)
... | _ZN6google8protobuf13RepeatedFieldIiEC2ERKS2_:
push r14
push rbx
push rax
mov rbx, rsi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
mov esi, [rsi]
test esi, esi
jz short loc_7F557
mov r14, rdi
call _ZN6google8protobuf13RepeatedFieldIiE7ReserveEi; google::protobuf::RepeatedField<int... | long long google::protobuf::RepeatedField<int>::RepeatedField(long long a1, _DWORD *a2)
{
long long v3; // rsi
long long v5; // rdi
long long result; // rax
*(_OWORD *)a1 = 0LL;
v3 = (unsigned int)*a2;
if ( (_DWORD)v3 )
{
google::protobuf::RepeatedField<int>::Reserve(a1, v3);
v5 = *(_QWORD *)(a1... | RepeatedField:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
MOV ESI,dword ptr [RSI]
TEST ESI,ESI
JZ 0x0017f557
MOV R14,RDI
CALL 0x0017f560
MOV EAX,dword ptr [RBX]
MOV RDI,qword ptr [R14 + 0x8]
ADD dword ptr [R14],EAX
MOV RSI,qword ptr [RBX + 0x8]
MOVSXD RDX,dword ptr [RBX]
SHL RD... |
/* google::protobuf::RepeatedField<int>::RepeatedField(google::protobuf::RepeatedField<int> const&)
*/
void __thiscall
google::protobuf::RepeatedField<int>::RepeatedField(RepeatedField<int> *this,RepeatedField *param_1)
{
*(int8 *)this = 0;
*(int8 *)(this + 8) = 0;
if (*(int *)param_1 != 0) {
Reserve(t... | |
27,652 | common_params_get_system_info[abi:cxx11](common_params const&) | monkey531[P]llama/common/common.cpp | std::string common_params_get_system_info(const common_params & params) {
std::ostringstream os;
os << "system_info: n_threads = " << params.cpuparams.n_threads;
if (params.cpuparams_batch.n_threads != -1) {
os << " (n_threads_batch = " << params.cpuparams_batch.n_threads << ")";
}
#if defined(... | O1 | cpp | common_params_get_system_info[abi:cxx11](common_params const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x180, %rsp # imm = 0x180
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x8(%rsp), %r15
movq %r15, %rdi
callq 0x18880
leaq 0x8ca53(%rip), %rsi # 0xa9d92
movl $0x19, %edx
movq %r15, %rdi
callq 0x18770
movl 0x274(... | _Z29common_params_get_system_infoB5cxx11RK13common_params:
push r15
push r14
push rbx
sub rsp, 180h
mov r14, rsi
mov rbx, rdi
lea r15, [rsp+198h+var_190]
mov rdi, r15
call __ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev; std::ostringstream::basic_ostringstream(void)
lea... | long long common_params_get_system_info[abi:cxx11](long long a1, long long a2)
{
long long v2; // rax
unsigned int v3; // eax
_QWORD *v4; // r14
long long v5; // rax
long long v6; // r15
long long v7; // rax
_BYTE v9[8]; // [rsp+8h] [rbp-190h] BYREF
_BYTE v10[104]; // [rsp+10h] [rbp-188h] BYREF
_BYTE... | common_params_get_system_info[abi:cxx11]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x180
MOV R14,RSI
MOV RBX,RDI
LEA R15,[RSP + 0x8]
MOV RDI,R15
CALL 0x00118880
LAB_0011d338:
LEA RSI,[0x1a9d92]
MOV EDX,0x19
MOV RDI,R15
CALL 0x00118770
MOV ESI,dword ptr [R14 + 0x274]
LEA RDI,[RSP + 0x8]
CALL 0x00118b50
CMP dword ptr [R14 + 0x... |
/* common_params_get_system_info[abi:cxx11](common_params const&) */
common_params * common_params_get_system_info_abi_cxx11_(common_params *param_1)
{
ostream *poVar1;
char *__s;
size_t sVar2;
long in_RSI;
ostringstream local_190 [112];
ios_base local_120 [264];
std::__cxx11::ostringstream::ostring... | |
27,653 | POINTonE2_mult_w5 | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/e2.c | POINT_AFFINE_MULT_SCALAR_IMPL(POINTonE2)
DECLARE_PRIVATE_POINTXZ(POINTonE2, 384x)
POINT_LADDER_PRE_IMPL(POINTonE2, 384x, fp2)
POINT_LADDER_STEP_IMPL_A0(POINTonE2, 384x, fp2, onE2)
POINT_LADDER_POST_IMPL_A0(POINTonE2, 384x, fp2, onE2)
POINT_MULT_SCALAR_LADDER_IMPL(POINTonE2)
#endif
static void psi(POINTonE2 *out, cons... | O3 | c | POINTonE2_mult_w5:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movl $0x120, %r12d # imm = 0x120
movl $0x120, %edx # imm = 0x120
callq 0x211a0
leaq 0x120(%rbx), %rdi
movq %r14, %rsi
callq 0x5bc78
leaq 0x240(%rbx), %r14
... | POINTonE2_precompute_w5:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov r12d, 120h
mov edx, 120h
call _memcpy
lea rdi, [rbx+120h]
mov rsi, r14
call POINTonE2_double
lea r14, [rbx+240h]
mov r13d, 7
l... | long long POINTonE2_precompute_w5(long long a1, long long a2)
{
long long v2; // rbx
long long v3; // r14
long long v4; // r13
long long result; // rax
v2 = a1;
memcpy(a1);
POINTonE2_double(a1 + 288, a2);
v3 = a1 + 576;
v4 = 7LL;
do
{
POINTonE2_add(v3, v2 + 288, v2);
result = POINTonE2_d... | POINTonE2_precompute_w5:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV R12D,0x120
MOV EDX,0x120
CALL 0x001211a0
LEA RDI,[RBX + 0x120]
MOV RSI,R14
CALL 0x0015bc78
LEA R14,[RBX + 0x240]
MOV R13D,0x7
LAB_001651da:
LEA R15,[RBX + R12*0x1]
MOV RDI,R14
MOV RSI,R15
MOV ... |
void POINTonE2_precompute_w5(void *param_1,void *param_2)
{
void *pvVar1;
long lVar2;
long lVar3;
memcpy(param_1,param_2,0x120);
POINTonE2_double((long)param_1 + 0x120,param_2);
lVar3 = (long)param_1 + 0x240;
lVar2 = 7;
do {
pvVar1 = (void *)((long)param_1 + 0x120);
POINTonE2_add(lVar3,pvVa... | |
27,654 | gray_split_conic | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-ft-raster.c | static void
gray_split_conic( PVG_FT_Vector* base )
{
TPos a, b;
base[4].x = base[2].x;
b = base[1].x;
a = base[3].x = ( base[2].x + b ) / 2;
b = base[1].x = ( base[0].x + b ) / 2;
base[2].x = ( a + b ) / 2;
base[4].y = base[2].y;
b = base[1].y;
a = base[3].y = ( base[2].y +... | O0 | c | gray_split_conic:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq 0x20(%rax), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0x40(%rax)
movq -0x8(%rbp), %rax
movq 0x10(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq 0x20(%rax), %rax
addq -0x18(%rbp), %rax
movl $0x2, %ecx
cqto
idivq %rcx... | gray_split_conic:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rcx, [rax+20h]
mov rax, [rbp+var_8]
mov [rax+40h], rcx
mov rax, [rbp+var_8]
mov rax, [rax+10h]
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
mov rax, [rax+20h]
add rax, [rbp+var_18]
mov ... | _QWORD * gray_split_conic(_QWORD *a1)
{
long long v1; // rax
long long v2; // rax
long long v3; // rax
long long v4; // rax
__int128 v5; // rtt
_QWORD *result; // rax
long long v7; // [rsp+0h] [rbp-18h]
long long v8; // [rsp+0h] [rbp-18h]
long long v9; // [rsp+8h] [rbp-10h]
long long v10; // [rsp+8h... | gray_split_conic:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RAX + 0x20]
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RAX + 0x40],RCX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x10]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x8]
M... |
void gray_split_conic(long *param_1)
{
long lVar1;
long lVar2;
param_1[8] = param_1[4];
lVar1 = (param_1[4] + param_1[2]) / 2;
param_1[6] = lVar1;
lVar2 = (*param_1 + param_1[2]) / 2;
param_1[2] = lVar2;
param_1[4] = (lVar1 + lVar2) / 2;
param_1[9] = param_1[5];
lVar1 = (param_1[5] + param_1[3]... | |
27,655 | testing::internal::TestEventRepeater::OnTestIterationStart(testing::UnitTest const&, int) | giladroyz[P]FindPeaks/build_O1/_deps/googletest-src/googletest/src/gtest.cc | void TestEventRepeater::OnTestIterationStart(const UnitTest& unit_test,
int iteration) {
if (forwarding_enabled_) {
for (size_t i = 0; i < listeners_.size(); i++) {
listeners_[i]->OnTestIterationStart(unit_test, iteration);
}
}
} | O1 | cpp | testing::internal::TestEventRepeater::OnTestIterationStart(testing::UnitTest const&, int):
cmpb $0x1, 0x8(%rdi)
jne 0x24330
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %r15
movq 0x10(%rdi), %rax
cmpq %rax, 0x18(%rdi)
je 0x24325
movl %edx, %ebx
movq %rsi, %r14
xorl %r12d, %r12d
movq (%rax,%r12,8), ... | _ZN7testing8internal17TestEventRepeater20OnTestIterationStartERKNS_8UnitTestEi:
cmp byte ptr [rdi+8], 1
jnz short locret_24330
push r15
push r14
push r12
push rbx
push rax
mov r15, rdi
mov rax, [rdi+10h]
cmp [rdi+18h], rax
jz short loc_24325
mov ebx, edx
mov r14, rsi
xor ... | long long testing::internal::TestEventRepeater::OnTestIterationStart(
testing::internal::TestEventRepeater *this,
const testing::UnitTest *a2,
unsigned int a3)
{
long long result; // rax
unsigned long long v5; // r12
if ( *((_BYTE *)this + 8) == 1 )
{
result = *((_QWORD *)this + 2)... | OnTestIterationStart:
CMP byte ptr [RDI + 0x8],0x1
JNZ 0x00124330
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RDI
MOV RAX,qword ptr [RDI + 0x10]
CMP qword ptr [RDI + 0x18],RAX
JZ 0x00124325
MOV EBX,EDX
MOV R14,RSI
XOR R12D,R12D
LAB_001242ff:
MOV RDI,qword ptr [RAX + R12*0x8]
MOV RAX,qword ptr [RDI]
MOV RSI,R14... |
/* testing::internal::TestEventRepeater::OnTestIterationStart(testing::UnitTest const&, int) */
void __thiscall
testing::internal::TestEventRepeater::OnTestIterationStart
(TestEventRepeater *this,UnitTest *param_1,int param_2)
{
long *plVar1;
long lVar2;
ulong uVar3;
if ((this[8] == (TestEventRe... | |
27,656 | ma_crypt_data_pre_write_hook | eloqsql/storage/maria/ma_crypt.c | static my_bool ma_crypt_data_pre_write_hook(PAGECACHE_IO_HOOK_ARGS *args)
{
MARIA_SHARE *share= (MARIA_SHARE*) args->data;
const uint size= share->block_size;
uint key_version;
uchar *crypt_buf= my_malloc(PSI_INSTRUMENT_ME, share->block_size, MYF(0));
if (crypt_buf == NULL)
{
args->crypt_buf= NULL; /* ... | O0 | c | ma_crypt_data_pre_write_hook:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0x10(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
movl 0x7bc(%rax), %eax
movl %eax, -0x1c(%rbp)
movq -0x18(%rbp), %rax
movl 0x7bc(%rax), %eax
movl %eax, %esi
xorl %edi, %edi
xorl %ea... | ma_crypt_data_pre_write_hook:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax+10h]
mov [rbp+var_18], rax
mov rax, [rbp+var_18]
mov eax, [rax+7BCh]
mov [rbp+var_1C], eax
mov rax, [rbp+var_18]
mov eax, [rax+7BCh]
mov esi, eax
... | char ma_crypt_data_pre_write_hook(long long *a1)
{
int v1; // eax
int v2; // eax
unsigned int v4; // [rsp+28h] [rbp-58h]
unsigned int v5; // [rsp+30h] [rbp-50h]
unsigned __int8 v6; // [rsp+37h] [rbp-49h]
unsigned long long v7; // [rsp+38h] [rbp-48h]
int v8; // [rsp+44h] [rbp-3Ch]
unsigned __int16 *v9; ... | ma_crypt_data_pre_write_hook:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x10]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV EAX,dword ptr [RAX + 0x7bc]
MOV dword ptr [RBP + -0x1c],EAX
MOV RAX,qword ptr [RBP + -0x18]
M... |
int1 ma_crypt_data_pre_write_hook(int8 *param_1)
{
int4 uVar1;
int3 *__src;
ulong uVar2;
int3 uVar3;
byte bVar4;
uint uVar5;
int iVar6;
void *__dest;
uint local_6c;
int4 local_28;
uint local_24;
long local_20;
int8 *local_18;
int1 local_9;
local_20 = param_1[2];
local_24 = *(uint *)... | |
27,657 | ggml_backend_sched_set_tensor_backend | llama.cpp/ggml/src/ggml-backend.cpp | void ggml_backend_sched_set_tensor_backend(ggml_backend_sched_t sched, struct ggml_tensor * node, ggml_backend_t backend) {
int backend_index = ggml_backend_sched_backend_id(sched, backend);
GGML_ASSERT(backend_index >= 0 && backend_index < sched->n_backends);
tensor_backend_id(node) = backend_index;
SE... | O3 | cpp | ggml_backend_sched_set_tensor_backend:
pushq %r15
pushq %r14
pushq %rbx
movslq 0x4(%rdi), %rax
testq %rax, %rax
jle 0x27d29
movq %rdi, %rbx
xorl %r14d, %r14d
cmpq %rdx, 0x8(%rbx,%r14,8)
je 0x27d4a
incq %r14
cmpq %r14, %rax
jne 0x27d1a
leaq 0x255c2(%rip), %rdi # 0x4d2f2
leaq 0x22917(%rip), %rdx # 0x4a64e
leaq 0x... | ggml_backend_sched_set_tensor_backend:
push r15
push r14
push rbx
movsxd rax, dword ptr [rdi+4]
test rax, rax
jle short loc_27D29
mov rbx, rdi
xor r14d, r14d
loc_27D1A:
cmp [rbx+r14*8+8], rdx
jz short loc_27D4A
inc r14
cmp rax, r14
jnz short loc_27D1A
loc_27D29:
lea rdi... | long long ggml_backend_sched_set_tensor_backend(
long long a1,
long long a2,
long long a3,
long long a4,
int a5,
int a6)
{
long long v6; // rax
long long v7; // r14
long long v8; // r15
long long result; // rax
v6 = *(int *)(a1 + 4);
if ( v6 <= 0 )
goto ... | ggml_backend_sched_set_tensor_backend:
PUSH R15
PUSH R14
PUSH RBX
MOVSXD RAX,dword ptr [RDI + 0x4]
TEST RAX,RAX
JLE 0x00127d29
MOV RBX,RDI
XOR R14D,R14D
LAB_00127d1a:
CMP qword ptr [RBX + R14*0x8 + 0x8],RDX
JZ 0x00127d4a
INC R14
CMP RAX,R14
JNZ 0x00127d1a
LAB_00127d29:
LEA RDI,[0x14d2f2]
LEA RDX,[0x14a64e]
LEA RCX,[0x1... |
void ggml_backend_sched_set_tensor_backend(int1 *param_1,ggml_tensor *param_2,long param_3)
{
int iVar1;
long lVar2;
long lVar3;
long lVar4;
iVar1 = *(int *)(param_1 + 4);
if (0 < (long)iVar1) {
lVar4 = 0;
do {
if (*(long *)(param_1 + lVar4 * 8 + 8) == param_3) {
if ((int)lVar4 < ... | |
27,658 | mysql_stmt_more_results | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | my_bool STDCALL mysql_stmt_more_results(MYSQL_STMT *stmt)
{
/* MDEV 4604: Server doesn't set MORE_RESULT flag for
OutParam result set, so we need to check
for SERVER_MORE_RESULTS_EXIST and for
SERVER_PS_OUT_PARAMS)
*/
return (stmt &&
stmt->mysql &&
... | O0 | c | mysql_stmt_more_results:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
xorl %eax, %eax
cmpq $0x0, -0x8(%rbp)
movb %al, -0x9(%rbp)
je 0x50161
movq -0x8(%rbp), %rcx
xorl %eax, %eax
cmpq $0x0, 0x38(%rcx)
movb %al, -0x9(%rbp)
je 0x50161
movq -0x8(%rbp), %rax
movq 0x38(%rax), %rax
movl 0x380(%rax), %ecx
andl $0x8, %ecx
m... | mysql_stmt_more_results:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
xor eax, eax
cmp [rbp+var_8], 0
mov [rbp+var_9], al
jz short loc_50161
mov rcx, [rbp+var_8]
xor eax, eax
cmp qword ptr [rcx+38h], 0
mov [rbp+var_9], al
jz short loc_50161
mov rax, [rbp+var_8]
mov ... | _BOOL8 mysql_stmt_more_results(long long a1)
{
bool v2; // [rsp+0h] [rbp-Ah]
bool v3; // [rsp+1h] [rbp-9h]
v3 = 0;
if ( a1 )
{
v3 = 0;
if ( *(_QWORD *)(a1 + 56) )
{
v2 = 1;
if ( (*(_DWORD *)(*(_QWORD *)(a1 + 56) + 896LL) & 8) == 0 )
return (*(_DWORD *)(*(_QWORD *)(a1 + 56) + ... | mysql_stmt_more_results:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
XOR EAX,EAX
CMP qword ptr [RBP + -0x8],0x0
MOV byte ptr [RBP + -0x9],AL
JZ 0x00150161
MOV RCX,qword ptr [RBP + -0x8]
XOR EAX,EAX
CMP qword ptr [RCX + 0x38],0x0
MOV byte ptr [RBP + -0x9],AL
JZ 0x00150161
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,q... |
bool mysql_stmt_more_results(long param_1)
{
int1 local_12;
int1 local_11;
local_11 = false;
if ((param_1 != 0) && (local_11 = false, *(long *)(param_1 + 0x38) != 0)) {
local_12 = true;
if ((*(uint *)(*(long *)(param_1 + 0x38) + 0x380) & 8) == 0) {
local_12 = (*(uint *)(*(long *)(param_1 + 0x... | |
27,659 | parts_valadate_string | navaro[P]qoraal-tictactoe/build_O3/_deps/qoraal_engine-src/src/parts/parts.c | int32_t
parts_valadate_string (PENGINE_T instance, uint32_t parm, uint32_t flags)
{
#if defined CFG_ENGINE_REGISTRY_ENABLE
if (flags & PART_ACTION_FLAG_INDEXED) {
const char * str = engine_get_string (instance, parm, 0) ;
if (str) {
if (registry_string_get (str, 0,... | O3 | c | parts_valadate_string:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
testb $0x8, %dl
je 0x8246
movzwl %si, %esi
xorl %ebx, %ebx
xorl %edx, %edx
callq 0xffe1
testq %rax, %rax
jne 0x824b
movl $0xffffffff, %ebx # imm = 0xFFFFFFFF
movl %ebx, %eax
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
| parts_valadate_string:
push rbp
mov rbp, rsp
push rbx
push rax
test dl, 8
jz short loc_8246
movzx esi, si
xor ebx, ebx
xor edx, edx
call engine_get_string
test rax, rax
jnz short loc_824B
loc_8246:
mov ebx, 0FFFFFFFFh
loc_824B:
mov eax, ebx
add rsp, 8
pop rbx
pop... | long long parts_valadate_string(long long a1, unsigned __int16 a2, char a3)
{
unsigned int v3; // ebx
if ( (a3 & 8) == 0 )
return (unsigned int)-1;
v3 = 0;
if ( !engine_get_string(a1, a2, 0LL) )
return (unsigned int)-1;
return v3;
}
| parts_valadate_string:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
TEST DL,0x8
JZ 0x00108246
MOVZX ESI,SI
XOR EBX,EBX
XOR EDX,EDX
CALL 0x0010ffe1
TEST RAX,RAX
JNZ 0x0010824b
LAB_00108246:
MOV EBX,0xffffffff
LAB_0010824b:
MOV EAX,EBX
ADD RSP,0x8
POP RBX
POP RBP
RET
|
int8 parts_valadate_string(int8 param_1,int2 param_2,ulong param_3)
{
long lVar1;
if (((param_3 & 8) != 0) && (lVar1 = engine_get_string(param_1,param_2,0), lVar1 != 0)) {
return 0;
}
return 0xffffffff;
}
| |
27,660 | crypto_sign_ed25519_ref10_fe_1 | eloqsql/libmariadb/plugins/auth/ref10/fe_1.c | void fe_1(fe h)
{
h[0] = 1;
h[1] = 0;
h[2] = 0;
h[3] = 0;
h[4] = 0;
h[5] = 0;
h[6] = 0;
h[7] = 0;
h[8] = 0;
h[9] = 0;
} | O0 | c | crypto_sign_ed25519_ref10_fe_1:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movl $0x1, (%rax)
movq -0x8(%rbp), %rax
movl $0x0, 0x4(%rax)
movq -0x8(%rbp), %rax
movl $0x0, 0x8(%rax)
movq -0x8(%rbp), %rax
movl $0x0, 0xc(%rax)
movq -0x8(%rbp), %rax
movl $0x0, 0x10(%rax)
movq -0x8(%rbp), %rax
movl... | crypto_sign_ed25519_ref10_fe_1:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov dword ptr [rax], 1
mov rax, [rbp+var_8]
mov dword ptr [rax+4], 0
mov rax, [rbp+var_8]
mov dword ptr [rax+8], 0
mov rax, [rbp+var_8]
mov dword ptr [rax+0Ch], 0
mov rax, [rbp+... | _DWORD * crypto_sign_ed25519_ref10_fe_1(_DWORD *a1)
{
_DWORD *result; // rax
*a1 = 1;
a1[1] = 0;
a1[2] = 0;
a1[3] = 0;
a1[4] = 0;
a1[5] = 0;
a1[6] = 0;
a1[7] = 0;
a1[8] = 0;
result = a1;
a1[9] = 0;
return result;
}
| crypto_sign_ed25519_ref10_fe_1:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX],0x1
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x4],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0x8],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV dword ptr [RAX + 0xc],0x... |
void crypto_sign_ed25519_ref10_fe_1(int4 *param_1)
{
*param_1 = 1;
param_1[1] = 0;
param_1[2] = 0;
param_1[3] = 0;
param_1[4] = 0;
param_1[5] = 0;
param_1[6] = 0;
param_1[7] = 0;
param_1[8] = 0;
param_1[9] = 0;
return;
}
| |
27,661 | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long) | ng-log[P]ng-log/src/logging.cc | string LogSink::ToString(LogSeverity severity, const char* file, int line,
const LogMessageTime& time, const char* message,
size_t message_len) {
ostringstream stream;
stream.fill('0');
stream << LogSeverityNames[severity][0];
if (FLAGS_log_year_in_prefix) {
... | O0 | cpp | nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime const&, char const*, unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0x320, %rsp # imm = 0x320
movq %rdi, -0x1f8(%rbp)
movq %rdi, %rax
movq %rax, -0x1f0(%rbp)
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movl %esi... | _ZN5nglog7LogSink8ToStringB5cxx11ENS_11LogSeverityEPKciRKNS_14LogMessageTimeES3_m:
push rbp
mov rbp, rsp
sub rsp, 320h
mov [rbp+var_1F8], rdi
mov rax, rdi
mov [rbp+var_1F0], rax
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_1... | long long nglog::LogSink::ToString[abi:cxx11](
long long a1,
unsigned int a2,
long long a3,
unsigned int a4,
nglog::LogMessageTime *a5,
char *a6,
long long a7)
{
int v7; // eax
int v8; // eax
unsigned int v9; // eax
unsigned int v10; // eax
unsigned int... | ToString[abi:cxx11]:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x320
MOV qword ptr [RBP + -0x1f8],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x1f0],RAX
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R... |
/* nglog::LogSink::ToString[abi:cxx11](nglog::LogSeverity, char const*, int, nglog::LogMessageTime
const&, char const*, unsigned long) */
int8
nglog::LogSink::ToString_abi_cxx11_
(int8 param_1,uint param_2,char *param_3,int param_4,LogMessageTime *param_5,
long param_6)
{
int1 uVar1;
int4 ... | |
27,662 | js_reflect_has | bluesky950520[P]quickjs/quickjs.c | static JSValue js_reflect_has(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue obj, prop;
JSAtom atom;
int ret;
obj = argv[0];
prop = argv[1];
if (JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT)
return JS_ThrowTypeErrorNotAnObject(ctx);
atom... | O1 | c | js_reflect_has:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %r14
movq 0x8(%r8), %r15
cmpl $-0x1, %r15d
jne 0x12c8f
movq (%r8), %r12
movq 0x10(%r8), %rsi
movq 0x18(%r8), %rdx
movq %r14, %rdi
callq 0x280ef
pushq $0x6
popq %rbx
testl %eax, %eax
je 0x12cb5
movl %eax, %ebp
movq %r14, %rdi
movq %r12, %r... | js_reflect_has:
push rbp
push r15
push r14
push r12
push rbx
mov r14, rdi
mov r15, [r8+8]
cmp r15d, 0FFFFFFFFh
jnz short loc_12C8F
mov r12, [r8]
mov rsi, [r8+10h]
mov rdx, [r8+18h]
mov rdi, r14
call JS_ValueToAtom
push 6
pop rbx
test eax, eax
jz short loc... | _BOOL8 js_reflect_has(long long a1, long long a2, int a3, int a4, long long *a5, int a6)
{
long long v6; // r12
unsigned int v7; // eax
unsigned int v8; // ebp
int HasProperty; // r15d
long long v10; // r15
if ( (unsigned int)a5[1] == -1 )
{
v6 = *a5;
v7 = JS_ValueToAtom(a1, a5[2], a5[3]);
i... | js_reflect_has:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14,RDI
MOV R15,qword ptr [R8 + 0x8]
CMP R15D,-0x1
JNZ 0x00112c8f
MOV R12,qword ptr [R8]
MOV RSI,qword ptr [R8 + 0x10]
MOV RDX,qword ptr [R8 + 0x18]
MOV RDI,R14
CALL 0x001280ef
PUSH 0x6
POP RBX
TEST EAX,EAX
JZ 0x00112cb5
MOV EBP,EAX
MOV RDI,R14
MOV RSI,R1... |
bool js_reflect_has(int8 param_1)
{
int8 uVar1;
int8 uVar2;
int iVar3;
int iVar4;
int8 *in_R8;
uVar1 = in_R8[1];
if ((int)uVar1 == -1) {
uVar2 = *in_R8;
iVar3 = JS_ValueToAtom(param_1,in_R8[2],in_R8[3]);
if (iVar3 != 0) {
iVar4 = JS_HasProperty(param_1,uVar2,uVar1,iVar3);
JS_F... | |
27,663 | js_reflect_has | bluesky950520[P]quickjs/quickjs.c | static JSValue js_reflect_has(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue obj, prop;
JSAtom atom;
int ret;
obj = argv[0];
prop = argv[1];
if (JS_VALUE_GET_TAG(obj) != JS_TAG_OBJECT)
return JS_ThrowTypeErrorNotAnObject(ctx);
atom... | O2 | c | js_reflect_has:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %r14
movq 0x8(%r8), %r15
cmpl $-0x1, %r15d
jne 0x6de30
movq (%r8), %r12
movq 0x10(%r8), %rsi
movq 0x18(%r8), %rdx
movq %r14, %rdi
callq 0x21c6c
pushq $0x6
popq %rbx
testl %eax, %eax
je 0x6de3b
movl %eax, %ebp
movq %r14, %rdi
movq %r12, %r... | js_reflect_has:
push rbp
push r15
push r14
push r12
push rbx
mov r14, rdi
mov r15, [r8+8]
cmp r15d, 0FFFFFFFFh
jnz short loc_6DE30
mov r12, [r8]
mov rsi, [r8+10h]
mov rdx, [r8+18h]
mov rdi, r14
call JS_ValueToAtom
push 6
pop rbx
test eax, eax
jz short loc... | _BOOL8 js_reflect_has(
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)
{
lo... | js_reflect_has:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14,RDI
MOV R15,qword ptr [R8 + 0x8]
CMP R15D,-0x1
JNZ 0x0016de30
MOV R12,qword ptr [R8]
MOV RSI,qword ptr [R8 + 0x10]
MOV RDX,qword ptr [R8 + 0x18]
MOV RDI,R14
CALL 0x00121c6c
PUSH 0x6
POP RBX
TEST EAX,EAX
JZ 0x0016de3b
MOV EBP,EAX
MOV RDI,R14
MOV RSI,R1... |
bool js_reflect_has(int8 param_1)
{
int8 uVar1;
int8 uVar2;
int iVar3;
int iVar4;
int8 *in_R8;
uVar1 = in_R8[1];
if ((int)uVar1 == -1) {
uVar2 = *in_R8;
iVar3 = JS_ValueToAtom(param_1,in_R8[2],in_R8[3]);
if (iVar3 != 0) {
iVar4 = JS_HasProperty(param_1,uVar2,uVar1,iVar3);
JS_F... | |
27,664 | JS_AddPerformance | bluesky950520[P]quickjs/quickjs.c | void JS_AddPerformance(JSContext *ctx)
{
ctx->time_origin = js__now_ms();
JSValue performance = JS_NewObject(ctx);
JS_SetPropertyFunctionList(ctx, performance, js_perf_proto_funcs, countof(js_perf_proto_funcs));
JS_DefinePropertyValueStr(ctx, performance, "timeOrigin",
js_flo... | O0 | c | JS_AddPerformance:
subq $0x58, %rsp
movq %rdi, 0x50(%rsp)
callq 0x5f8f0
movq 0x50(%rsp), %rax
movsd %xmm0, 0x1c0(%rax)
movq 0x50(%rsp), %rdi
callq 0x30860
movq %rax, 0x40(%rsp)
movq %rdx, 0x48(%rsp)
movq 0x50(%rsp), %rdi
movq 0x40(%rsp), %rsi
movq 0x48(%rsp), %rdx
leaq 0x10a93b(%rip), %rcx # 0x138500
movl $0x1, %r8d... | JS_AddPerformance:
sub rsp, 58h
mov [rsp+58h+var_8], rdi
call js__now_ms
mov rax, [rsp+58h+var_8]
movsd qword ptr [rax+1C0h], xmm0
mov rdi, [rsp+58h+var_8]
call JS_NewObject
mov [rsp+58h+var_18], rax
mov [rsp+58h+var_10], rdx
mov rdi, [rsp+58h+var_8]
mov rsi, [rsp+58h+var_18]
mov... | long long JS_AddPerformance(long long a1)
{
long long v1; // rdx
int v2; // edx
unsigned int v3; // eax
int v4; // edx
int v6; // [rsp+30h] [rbp-28h]
_DWORD *v7; // [rsp+40h] [rbp-18h]
long long v8; // [rsp+48h] [rbp-10h]
*(double *)(a1 + 448) = js__now_ms();
v7 = (_DWORD *)JS_NewObject(a1);
v8 = ... | JS_AddPerformance:
SUB RSP,0x58
MOV qword ptr [RSP + 0x50],RDI
CALL 0x0015f8f0
MOV RAX,qword ptr [RSP + 0x50]
MOVSD qword ptr [RAX + 0x1c0],XMM0
MOV RDI,qword ptr [RSP + 0x50]
CALL 0x00130860
MOV qword ptr [RSP + 0x40],RAX
MOV qword ptr [RSP + 0x48],RDX
MOV RDI,qword ptr [RSP + 0x50]
MOV RSI,qword ptr [RSP + 0x40]
MOV ... |
void JS_AddPerformance(long param_1)
{
int8 uVar1;
int8 uVar2;
int1 auVar3 [16];
uVar2 = js__now_ms();
*(int8 *)(param_1 + 0x1c0) = uVar2;
auVar3 = JS_NewObject(param_1);
uVar1 = auVar3._8_8_;
uVar2 = auVar3._0_8_;
JS_SetPropertyFunctionList(param_1,uVar2,uVar1,js_perf_proto_funcs,1);
auVar3 = ... | |
27,665 | JS_AddPerformance | bluesky950520[P]quickjs/quickjs.c | void JS_AddPerformance(JSContext *ctx)
{
ctx->time_origin = js__now_ms();
JSValue performance = JS_NewObject(ctx);
JS_SetPropertyFunctionList(ctx, performance, js_perf_proto_funcs, countof(js_perf_proto_funcs));
JS_DefinePropertyValueStr(ctx, performance, "timeOrigin",
js_flo... | O2 | c | JS_AddPerformance:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
callq 0x368e6
movsd %xmm0, 0x1c0(%rbx)
movq %rbx, %rdi
callq 0x1ee79
movq %rax, %r14
movq %rdx, %r15
leaq 0x9ca10(%rip), %rcx # 0xba410
pushq $0x1
popq %r8
movq %rbx, %rdi
movq %rax, %rsi
callq 0x2ffaf
movq 0x1c0(%rbx), %r8
movl $0... | JS_AddPerformance:
push r15
push r14
push rbx
sub rsp, 10h
mov rbx, rdi
call js__now_ms
movsd qword ptr [rbx+1C0h], xmm0
mov rdi, rbx
call JS_NewObject
mov r14, rax
mov r15, rdx
lea rcx, js_perf_proto_funcs
push 1
pop r8
mov rdi, rbx
mov rsi, rax
call JS_SetPro... | long long JS_AddPerformance(long long a1)
{
_DWORD *v1; // r14
long long v2; // rdx
long long v3; // r15
*(double *)(a1 + 448) = js__now_ms();
v1 = (_DWORD *)JS_NewObject(a1);
v3 = v2;
JS_SetPropertyFunctionList(a1, v1, v2, &js_perf_proto_funcs, 1LL);
JS_DefinePropertyValueStr(a1, (_DWORD)v1, v3, (uns... | JS_AddPerformance:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
CALL 0x001368e6
MOVSD qword ptr [RBX + 0x1c0],XMM0
MOV RDI,RBX
CALL 0x0011ee79
MOV R14,RAX
MOV R15,RDX
LEA RCX,[0x1ba410]
PUSH 0x1
POP R8
MOV RDI,RBX
MOV RSI,RAX
CALL 0x0012ffaf
MOV R8,qword ptr [RBX + 0x1c0]
MOV dword ptr [RSP],0x4
LEA RCX,[0x18904... |
void JS_AddPerformance(long param_1)
{
int *piVar1;
int8 uVar2;
int1 auVar3 [16];
uVar2 = js__now_ms();
*(int8 *)(param_1 + 0x1c0) = uVar2;
auVar3 = JS_NewObject(param_1);
uVar2 = auVar3._8_8_;
piVar1 = auVar3._0_8_;
JS_SetPropertyFunctionList(param_1,piVar1,uVar2,js_perf_proto_funcs,1);
JS_Def... | |
27,666 | ggml_pad | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | struct ggml_tensor * ggml_pad(
struct ggml_context * ctx,
struct ggml_tensor * a,
int p0,
int p1,
int p2,
int p3) {
struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type,
a->n... | O2 | c | ggml_pad:
pushq %rbx
movq %rsi, %rbx
movslq %edx, %rdx
addq 0x10(%rsi), %rdx
movslq %ecx, %rcx
addq 0x18(%rsi), %rcx
movslq %r8d, %r8
addq 0x20(%rsi), %r8
movl (%rsi), %esi
movslq %r9d, %r9
addq 0x28(%rbx), %r9
callq 0x20030
movl $0x37, 0x50(%rax)
movq %rbx, 0x98(%rax)
popq %rbx
retq
| ggml_pad:
push rbx
mov rbx, rsi
movsxd rdx, edx
add rdx, [rsi+10h]
movsxd rcx, ecx
add rcx, [rsi+18h]
movsxd r8, r8d
add r8, [rsi+20h]
mov esi, [rsi]
movsxd r9, r9d
add r9, [rbx+28h]
call _ggml_new_tensor_4d
mov dword ptr [rax+50h], 37h ; '7'
mov [rax+98h], rbx
pop rbx
retn... | long long ggml_pad(long long a1, _QWORD *a2, int a3, int a4, int a5, int a6)
{
long long result; // rax
result = ggml_new_tensor_4d(a1, *(unsigned int *)a2, a2[2] + a3, a2[3] + a4, a2[4] + a5, a2[5] + a6);
*(_DWORD *)(result + 80) = 55;
*(_QWORD *)(result + 152) = a2;
return result;
}
| ggml_pad:
PUSH RBX
MOV RBX,RSI
MOVSXD RDX,EDX
ADD RDX,qword ptr [RSI + 0x10]
MOVSXD RCX,ECX
ADD RCX,qword ptr [RSI + 0x18]
MOVSXD R8,R8D
ADD R8,qword ptr [RSI + 0x20]
MOV ESI,dword ptr [RSI]
MOVSXD R9,R9D
ADD R9,qword ptr [RBX + 0x28]
CALL 0x00120030
MOV dword ptr [RAX + 0x50],0x37
MOV qword ptr [RAX + 0x98],RBX
POP RB... |
void ggml_pad(int8 param_1,int4 *param_2,int param_3,int param_4,int param_5,int param_6
)
{
long lVar1;
lVar1 = ggml_new_tensor_4d(param_1,*param_2,(long)param_3 + *(long *)(param_2 + 4),
(long)param_4 + *(long *)(param_2 + 6),
(long)param... | |
27,667 | ggml_pad | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | struct ggml_tensor * ggml_pad(
struct ggml_context * ctx,
struct ggml_tensor * a,
int p0,
int p1,
int p2,
int p3) {
struct ggml_tensor * result = ggml_new_tensor_4d(ctx, a->type,
a->n... | O3 | c | ggml_pad:
pushq %rbx
subq $0x20, %rsp
movq %rsi, %rbx
movslq %edx, %rax
addq 0x10(%rsi), %rax
movslq %ecx, %rdx
addq 0x18(%rsi), %rdx
movl (%rsi), %esi
movslq %r8d, %r8
addq 0x20(%rbx), %r8
movslq %r9d, %r9
addq 0x28(%rbx), %r9
movq %rsp, %rcx
movq %rax, (%rcx)
movq %rdx, 0x8(%rcx)
movq %r8, 0x10(%rcx)
movq %r9, 0x18(%... | ggml_pad:
push rbx
sub rsp, 20h
mov rbx, rsi
movsxd rax, edx
add rax, [rsi+10h]
movsxd rdx, ecx
add rdx, [rsi+18h]
mov esi, [rsi]
movsxd r8, r8d
add r8, [rbx+20h]
movsxd r9, r9d
add r9, [rbx+28h]
mov rcx, rsp
mov [rcx], rax
mov [rcx+8], rdx
mov [rcx+10h], r8
mov [r... | long long ggml_pad(long long a1, long long a2, int a3, int a4, int a5, int a6, double a7)
{
long long v8; // rax
long long v9; // rdx
unsigned int v10; // esi
long long v11; // r8
long long v12; // r9
long long result; // rax
long long v14[5]; // [rsp+0h] [rbp-28h] BYREF
v8 = *(_QWORD *)(a2 + 16) + a3... | ggml_pad:
PUSH RBX
SUB RSP,0x20
MOV RBX,RSI
MOVSXD RAX,EDX
ADD RAX,qword ptr [RSI + 0x10]
MOVSXD RDX,ECX
ADD RDX,qword ptr [RSI + 0x18]
MOV ESI,dword ptr [RSI]
MOVSXD R8,R8D
ADD R8,qword ptr [RBX + 0x20]
MOVSXD R9,R9D
ADD R9,qword ptr [RBX + 0x28]
MOV RCX,RSP
MOV qword ptr [RCX],RAX
MOV qword ptr [RCX + 0x8],RDX
MOV qw... |
void ggml_pad(int8 param_1,int4 *param_2,int param_3,int param_4,int param_5,int param_6
)
{
long lVar1;
long local_28;
long local_20;
long local_18;
long local_10;
local_28 = (long)param_3 + *(long *)(param_2 + 4);
local_20 = (long)param_4 + *(long *)(param_2 + 6);
local_18 = (long)pa... | |
27,668 | my_strtoll10_mb2 | eloqsql/strings/ctype-ucs2.c | static longlong
my_strtoll10_mb2(CHARSET_INFO *cs __attribute__((unused)),
const char *nptr, char **endptr, int *error)
{
const uchar *s, *end, *start, *n_end, *true_end;
uchar UNINIT_VAR(c);
unsigned long i, j, k;
ulonglong li;
int negative;
ulong cutoff, cutoff2, cutoff3;
my_wc_t wc;
... | O3 | c | my_strtoll10_mb2:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rcx, -0x60(%rbp)
movq %rsi, -0x68(%rbp)
movq %rdx, -0x48(%rbp)
testq %rdx, %rdx
je 0xc4069
movq %rdi, %r12
movq 0xb8(%rdi), %rax
movq 0x28(%rax), %r8
movq -0x48(%rbp), %rax
movq (%rax), %rax
movq -... | my_strtoll10_mb2:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov [rbp+var_60], rcx
mov [rbp+var_68], rsi
mov [rbp+var_48], rdx
test rdx, rdx
jz short loc_C4069
mov r12, rdi
mov rax, [rdi+0B8h]
mov r8, [rax+28h]
mov rax, [... | unsigned long long my_strtoll10_mb2(long long a1, long long a2, unsigned long long *a3, _DWORD *a4)
{
long long v4; // r12
unsigned long long v5; // r15
int v6; // eax
unsigned long long v7; // r13
long long v8; // r14
unsigned long long result; // rax
int v10; // eax
int v11; // eax
int v12; // eax
... | my_strtoll10_mb2:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV qword ptr [RBP + -0x60],RCX
MOV qword ptr [RBP + -0x68],RSI
MOV qword ptr [RBP + -0x48],RDX
TEST RDX,RDX
JZ 0x001c4069
MOV R12,RDI
MOV RAX,qword ptr [RDI + 0xb8]
MOV R8,qword ptr [RAX + 0x28]
MOV RAX,qword ptr [RBP + -0... |
ulong my_strtoll10_mb2(long param_1,ulong param_2,ulong *param_3,int4 *param_4)
{
code *pcVar1;
long lVar2;
uint uVar3;
int iVar4;
ulong uVar5;
ulong uVar6;
byte bVar7;
long lVar8;
ulong uVar9;
ulong uVar10;
ulong uVar11;
ulong uVar12;
ulong uVar13;
ulong local_80;
ulong local_78;
ulon... | |
27,669 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator... | llama.cpp/common/json.hpp | token_type scan_number() // lgtm [cpp/use-of-goto]
{
// reset token_buffer to store the number's bytes
reset();
// the type of the parsed number; initially set to unsigned; will be
// changed if minus sign, decimal point or exponent is read
token_type number_type = token_ty... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE11scan_numberEv:
push rbp
push r15
push r14
push rbx
pus... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | scan_number:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x00185564
MOV EAX,dword ptr [RBX + 0x14]
LEA ECX,[RAX + -0x31]
CMP ECX,0x9
JNC 0x001852de
LEA R14,[RBX + 0x50]
MOV EBP,0x5
LAB_001851c1:
MOVSX ESI,AL
MOV RDI,R14
CALL 0x00122370
LEA R14,[RBX + 0x50]
LAB_001851d0:
MOV RDI,RBX
CALL 0x001225bc
LEA... |
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char... | |
27,670 | 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 | reference operator[](T* key)
{
return operator[](typename object_t::key_type(key));
} | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixIKcEERSD_PT_:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
lea r14, [rsp+38h+var_30]
lea rdx, [rsp+38h+var_31]
mov rdi, r14
call ... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::operator[]<char const>(
long long a1,
long long a2)
{
long long v... | operator[]<char_const>:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R14,[RSP + 0x8]
LEA RDX,[RSP + 0x7]
MOV RDI,R14
CALL 0x001233f4
LAB_001690a4:
MOV RDI,RBX
MOV RSI,R14
CALL 0x0016fb22
LAB_001690af:
MOV RBX,RAX
LEA RAX,[RSP + 0x18]
MOV RDI,qword ptr [RAX + -0x10]
CMP RDI,RAX
JZ 0x001690cd
MOV RSI,qword ptr [RSP + 0... |
/* 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>& nlohmann::json_abi_v3_11_3::ba... | |
27,671 | mysql_stmt_execute_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_stmt_execute_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_stmt_execute,
(parms->stmt),
parms->stmt->mysql,
int,
r_int)
} | O0 | c | mysql_stmt_execute_start_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x38(%rax), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rdi
ca... | mysql_stmt_execute_start_internal:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
mov rax, [rbp+var_10]
mov rax, [rax]
mov rax, [rax+38h]
mov rax, [rax+480h]
mov rax, [rax+28h]
mov [rbp+var_20], rax
mov rax, [rbp+var_... | _DWORD * mysql_stmt_execute_start_internal(long long *a1)
{
_DWORD *result; // rax
_DWORD *v2; // [rsp+0h] [rbp-20h]
v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(*a1 + 56) + 1152LL) + 40LL);
v2[2] = mysql_stmt_execute(*a1);
result = v2;
*v2 = 0;
return result;
}
| mysql_stmt_execute_start_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x38]
MOV RAX,qword ptr [RAX + 0x480]
MOV RAX,qword ptr [RAX + 0x28]
MOV qwo... |
void mysql_stmt_execute_start_internal(long *param_1)
{
int4 *puVar1;
int4 uVar2;
puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28);
uVar2 = mysql_stmt_execute(*param_1);
puVar1[2] = uVar2;
*puVar1 = 0;
return;
}
| |
27,672 | common_log::set_file(char const*) | monkey531[P]llama/common/log.cpp | void set_file(const char * path) {
pause();
if (file) {
fclose(file);
}
if (path) {
file = fopen(path, "w");
} else {
file = nullptr;
}
resume();
} | O2 | cpp | common_log::set_file(char const*):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
callq 0x963b2
movq 0x60(%rbx), %rdi
testq %rdi, %rdi
je 0x966d9
callq 0x238a0
testq %r14, %r14
je 0x966ef
leaq 0x15465(%rip), %rsi # 0xabb4a
movq %r14, %rdi
callq 0x23a40
jmp 0x966f1
xorl %eax, %eax
movq %rax, 0x60(%... | _ZN10common_log8set_fileEPKc:
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
call _ZN10common_log5pauseEv; common_log::pause(void)
mov rdi, [rbx+60h]
test rdi, rdi
jz short loc_966D9
call _fclose
loc_966D9:
test r14, r14
jz short loc_966EF
lea rsi, aGrpAttnW+0Bh; "w"... | long long common_log::set_file(common_log *this, const char *a2)
{
long long v3; // rdi
long long v4; // rax
common_log::pause(this);
v3 = *((_QWORD *)this + 12);
if ( v3 )
fclose(v3);
if ( a2 )
v4 = fopen(a2, "w");
else
v4 = 0LL;
*((_QWORD *)this + 12) = v4;
return common_log::resume(th... | set_file:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
CALL 0x001963b2
MOV RDI,qword ptr [RBX + 0x60]
TEST RDI,RDI
JZ 0x001966d9
CALL 0x001238a0
LAB_001966d9:
TEST R14,R14
JZ 0x001966ef
LEA RSI,[0x1abb4a]
MOV RDI,R14
CALL 0x00123a40
JMP 0x001966f1
LAB_001966ef:
XOR EAX,EAX
LAB_001966f1:
MOV qword ptr [RBX + 0x60]... |
/* common_log::set_file(char const*) */
void __thiscall common_log::set_file(common_log *this,char *param_1)
{
FILE *pFVar1;
pause(this);
if (*(FILE **)(this + 0x60) != (FILE *)0x0) {
fclose(*(FILE **)(this + 0x60));
}
if (param_1 == (char *)0x0) {
pFVar1 = (FILE *)0x0;
}
else {
pFVar1 =... | |
27,673 | nglog::internal::CheckOpString::~CheckOpString() | ng-log[P]ng-log/src/ng-log/logging.h | CheckOpString(std::unique_ptr<std::string> str) : str_(std::move(str)) {} | O3 | c | nglog::internal::CheckOpString::~CheckOpString():
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%rdi), %r14
testq %r14, %r14
je 0xa034
movq (%r14), %rdi
leaq 0x10(%r14), %rax
cmpq %rax, %rdi
je 0xa02c
callq 0x7620
movq %r14, %rdi
callq 0x7620
movq $0x0, (%rbx)
addq $0x8, %rsp
popq %rbx
popq %r14
retq
nop
| _ZN5nglog8internal13CheckOpStringD2Ev:
push r14
push rbx
push rax
mov rbx, rdi
mov r14, [rdi]
test r14, r14
jz short loc_A034
mov rdi, [r14]
lea rax, [r14+10h]
cmp rdi, rax
jz short loc_A02C
call _free
loc_A02C:
mov rdi, r14
call _free
loc_A034:
mov qword ptr [rbx... | void nglog::internal::CheckOpString::~CheckOpString(void ***this)
{
void **v1; // r14
v1 = *this;
if ( *this )
{
if ( *v1 != v1 + 2 )
free(*v1);
free(v1);
}
*this = 0LL;
}
| ~CheckOpString:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV R14,qword ptr [RDI]
TEST R14,R14
JZ 0x0010a034
MOV RDI,qword ptr [R14]
LEA RAX,[R14 + 0x10]
CMP RDI,RAX
JZ 0x0010a02c
CALL 0x00107620
LAB_0010a02c:
MOV RDI,R14
CALL 0x00107620
LAB_0010a034:
MOV qword ptr [RBX],0x0
ADD RSP,0x8
POP RBX
POP R14
RET
|
/* nglog::internal::CheckOpString::~CheckOpString() */
void __thiscall nglog::internal::CheckOpString::~CheckOpString(CheckOpString *this)
{
int8 *__ptr;
__ptr = *(int8 **)this;
if (__ptr != (int8 *)0x0) {
if ((int8 *)*__ptr != __ptr + 2) {
free((int8 *)*__ptr);
}
free(__ptr);
}
*(int8... | |
27,674 | nlohmann::json_abi_v3_11_3::ordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, 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, ... | monkey531[P]llama/common/./json.hpp | std::pair<iterator, bool> emplace(const key_type& key, T&& t)
{
for (auto it = this->begin(); it != this->end(); ++it)
{
if (m_compare(it->first, key))
{
return {it, false};
}
}
Container::emplace_back(key, std::forward<T>(t));
... | O3 | cpp | nlohmann::json_abi_v3_11_3::ordered_map<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, 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, ... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_10basic_jsonIS1_St6vectorS7_blmdSaNS0_14adl_serializerES9_IhSaIhEEvEESt4lessIvESaISt4pairIKS7_SD_EEE7emplaceERSH_OSD_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov [rsp+38h+... | long long nlohmann::json_abi_v3_11_3::ordered_map<std::string,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>,std::less<void>,std::allocator<s... | emplace:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV qword ptr [RSP],RDX
MOV R12,RSI
MOV R14,RDI
MOV RBX,qword ptr [RDI]
MOV R15,qword ptr [RDI + 0x8]
CMP RBX,R15
JZ 0x00137bc8
MOV R13,qword ptr [R12]
MOV RBP,qword ptr [R12 + 0x8]
LAB_00137ba2:
CMP qword ptr [RBX + 0x8],RBP
JNZ 0x00137bbf
TEST RB... |
/* nlohmann::json_abi_v3_11_3::ordered_map<std::__cxx11::string,
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all... | |
27,675 | minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long)::$_0::operator()[abi:cxx11](unsigned long) const | monkey531[P]llama/common/minja.hpp | static std::string error_location_suffix(const std::string & source, size_t pos) {
auto get_line = [&](size_t line) {
auto start = source.begin();
for (size_t i = 1; i < line; ++i) {
start = std::find(start, source.end(), '\n') + 1;
}
auto end = std::find(start, source.end(), '\n');
return s... | O2 | cpp | minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long)::$_0::operator()[abi:cxx11](unsigned long) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
movq (%rsi), %... | _ZZN5minjaL21error_location_suffixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmENK3$_0clB5cxx11Em:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r15, rdx
mov r12, rsi
mov rbx, rdi
mov rax, [rsi]
mov r14, [rax]
push 1
pop rbp
lea r13, [r... | _QWORD * minja::error_location_suffix(std::string const&,unsigned long)::$_0::operator()[abi:cxx11](
_QWORD *a1,
_BYTE ***a2,
unsigned long long a3)
{
long long v3; // rax
_BYTE *v6; // r14
unsigned long long i; // rbp
_BYTE *v8; // rsi
long long v9; // rax
_WORD v11[25]; // [rsp+0h]... | operator()[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RSI]
MOV R14,qword ptr [RAX]
PUSH 0x1
POP RBP
LEA R13,[RSP + 0x6]
LAB_001a6f68:
MOV RAX,qword ptr [R12]
MOV RSI,qword ptr [RAX]
ADD RSI,qword ptr [RAX + 0x8]
CMP RBP,R15
JNC 0x001... |
/* operator()[abi:cxx11](unsigned long) const */
ulong minja::error_location_suffix(std::__cxx11::string_const&,unsigned_long)::$_0::
operator()[abi_cxx11_(ulong param_1)
{
int8 in_RAX;
long lVar1;
int8 uVar2;
ulong in_RDX;
ulong uVar3;
long *in_RSI;
long lVar4;
int8 uStack_38;
lVar1 = *(l... | |
27,676 | minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long)::$_0::operator()[abi:cxx11](unsigned long) const | monkey531[P]llama/common/minja.hpp | static std::string error_location_suffix(const std::string & source, size_t pos) {
auto get_line = [&](size_t line) {
auto start = source.begin();
for (size_t i = 1; i < line; ++i) {
start = std::find(start, source.end(), '\n') + 1;
}
auto end = std::find(start, source.end(), '\n');
return s... | O3 | cpp | minja::error_location_suffix(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long)::$_0::operator()[abi:cxx11](unsigned long) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1b8, %rsp # imm = 0x1B8
movq %rdx, %r8
movq %rsi, %r14... | _ZN5minjaL21error_location_suffixERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1B8h
mov r8, rdx
mov r14, rsi
mov [rsp+1E8h+var_1B0], rdi
mov rsi, [rsi]
mov rax, [r14+8]
test rdx, rdx
jz short loc... | void minja::error_location_suffix(long long a1, long long a2, long long a3)
{
_BYTE *v4; // rsi
long long v5; // rax
long long v6; // rcx
long long v7; // r12
long long v8; // rcx
long long v9; // r15
long long v10; // r13
long long v11; // rbp
long long v12; // rbx
long long v13; // rax
_BYTE *v... | error_location_suffix:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1b8
MOV R8,RDX
MOV R14,RSI
MOV qword ptr [RSP + 0x38],RDI
MOV RSI,qword ptr [RSI]
MOV RAX,qword ptr [R14 + 0x8]
TEST RDX,RDX
JZ 0x001df5b6
XOR ECX,ECX
XOR R12D,R12D
LAB_001df5a0:
XOR EDX,EDX
CMP byte ptr [RSI + RCX*0x1],0xa
SETZ DL
A... |
/* minja::error_location_suffix(std::__cxx11::string const&, unsigned long) */
void __thiscall minja::error_location_suffix(minja *this,string *param_1,ulong param_2)
{
long lVar1;
ostream *poVar2;
int8 uVar3;
ulong uVar4;
long lVar5;
ulong uVar6;
long lVar7;
ulong uVar8;
long lVar9;
int1 local_1... | |
27,677 | minja::Value& nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer... | monkey531[P]llama/common/json.hpp | T & operator[](KeyType && key)
{
return emplace(std::forward<KeyType>(key), T{}).first->second;
} | O1 | cpp | minja::Value& nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEERSF_OST... | long long ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEERSF_OST... |
long _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEER... | |
27,678 | end_io_cache | eloqsql/mysys/mf_iocache.c | int end_io_cache(IO_CACHE *info)
{
int error=0;
DBUG_ENTER("end_io_cache");
DBUG_PRINT("enter",("cache: %p", info));
/*
Every thread must call remove_io_thread(). The last one destroys
the share elements.
*/
DBUG_ASSERT(!info->share || !info->share->total_threads);
if (info->alloced_buffer)
{
... | O3 | c | end_io_cache:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
cmpq $0x0, 0x100(%rdi)
je 0x5219c
movq $0x0, 0x100(%rbx)
cmpl $-0x1, 0xd4(%rbx)
je 0x521a1
movq %rbx, %rdi
movl $0x1, %esi
callq 0x511b9
movl %eax, %r14d
jmp 0x521a4
xorl %r14d, %r14d
jmp 0x521b7
xorl %r14d, %r14d
movq ... | end_io_cache:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
cmp qword ptr [rdi+100h], 0
jz short loc_5219C
mov qword ptr [rbx+100h], 0
cmp dword ptr [rbx+0D4h], 0FFFFFFFFh
jz short loc_521A1
mov rdi, rbx
mov esi, 1
call my_b_flush_io_cache... | long long end_io_cache(long long a1)
{
unsigned int v2; // r14d
long long v3; // rdi
if ( *(_QWORD *)(a1 + 256) )
{
*(_QWORD *)(a1 + 256) = 0LL;
if ( *(_DWORD *)(a1 + 212) == -1 )
v2 = 0;
else
v2 = my_b_flush_io_cache((long long *)a1, 1);
my_free(*(_QWORD *)(a1 + 32));
*(_QWORD... | end_io_cache:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CMP qword ptr [RDI + 0x100],0x0
JZ 0x0015219c
MOV qword ptr [RBX + 0x100],0x0
CMP dword ptr [RBX + 0xd4],-0x1
JZ 0x001521a1
MOV RDI,RBX
MOV ESI,0x1
CALL 0x001511b9
MOV R14D,EAX
JMP 0x001521a4
LAB_0015219c:
XOR R14D,R14D
JMP 0x001521b7
LA... |
int4 end_io_cache(long param_1)
{
int4 uVar1;
if (*(long *)(param_1 + 0x100) == 0) {
uVar1 = 0;
}
else {
*(int8 *)(param_1 + 0x100) = 0;
if (*(int *)(param_1 + 0xd4) == -1) {
uVar1 = 0;
}
else {
uVar1 = my_b_flush_io_cache(param_1,1);
}
my_free(*(int8 *)(param_1 + 0x... | |
27,679 | std::hash<minja::Value>::operator()(minja::Value const&) const | monkey531[P]llama/common/minja.hpp | size_t operator()(const minja::Value & v) const {
if (!v.is_hashable())
throw std::runtime_error("Unsupported type for hashing: " + v.dump());
return std::hash<json>()(v.get<json>());
} | O2 | cpp | std::hash<minja::Value>::operator()(minja::Value const&) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq %rsi, %rdi
callq 0x4dcb6
testb %al, %al
je 0x75282
movq %rsp, %rbx
movq %rbx, %rdi
movq %r14, %rsi
callq 0x7531e
movq %rbx, %rdi
callq 0x756d2
movq %rax, %rbx
movq %rsp, %rdi
callq 0x46... | _ZNKSt4hashIN5minja5ValueEEclERKS1_:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rsi
mov rdi, rsi; this
call _ZNK5minja5Value12is_primitiveEv; minja::Value::is_primitive(void)
test al, al
jz short loc_75282
mov rbx, rsp
mov rdi, rbx
mov rsi, r14
call _ZNK5minja5Value3... | long long std::hash<minja::Value>::operator()(long long a1, minja::Value *a2)
{
long long v2; // rbx
void *exception; // rbx
_BYTE v5[32]; // [rsp+0h] [rbp-58h] BYREF
_BYTE v6[56]; // [rsp+20h] [rbp-38h] BYREF
if ( !minja::Value::is_primitive(a2) )
{
exception = __cxa_allocate_exception(0x10uLL);
... | operator():
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RSI
MOV RDI,RSI
CALL 0x0014dcb6
TEST AL,AL
JZ 0x00175282
MOV RBX,RSP
MOV RDI,RBX
MOV RSI,R14
CALL 0x0017531e
LAB_00175263:
MOV RDI,RBX
CALL 0x001756d2
LAB_0017526b:
MOV RBX,RAX
MOV RDI,RSP
CALL 0x00146ce8
MOV RAX,RBX
ADD RSP,0x40
POP RBX
POP R14
POP RBP
RET
LA... |
/* std::hash<minja::Value>::TEMPNAMEPLACEHOLDERVALUE(minja::Value const&) const */
ulong __thiscall std::hash<minja::Value>::operator()(hash<minja::Value> *this,Value *param_1)
{
char cVar1;
ulong uVar2;
runtime_error *this_00;
basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::stri... | |
27,680 | MNN::DetectionOutput::Verify(flatbuffers::Verifier&) const | mnn-tts/MNN/schema/current/CaffeOp_generated.h | bool Verify(flatbuffers::Verifier &verifier) const {
return VerifyTableStart(verifier) &&
VerifyField<int32_t>(verifier, 4) &&
VerifyField<float>(verifier, 6) &&
VerifyField<int32_t>(verifier, 8) &&
VerifyField<int32_t>(verifier, 10) &&
VerifyField<float>(verif... | O0 | c | MNN::DetectionOutput::Verify(flatbuffers::Verifier&) const:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movq %rsi, 0x18(%rsp)
movq 0x20(%rsp), %rdi
movq %rdi, 0x8(%rsp)
movq 0x18(%rsp), %rsi
callq 0x6d010
movb %al, %cl
xorl %eax, %eax
testb $0x1, %cl
movb %al, 0x17(%rsp)
jne 0x75b04
jmp 0x75c82
movq 0x8(%rsp), %rdi
movq 0x1... | _ZNK3MNN15DetectionOutput6VerifyERN11flatbuffers8VerifierE:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_10], rsi
mov rdi, [rsp+28h+var_8]; this
mov [rsp+28h+var_20], rdi
mov rsi, [rsp+28h+var_10]; flatbuffers::Verifier *
call _ZNK11flatbuffers5Table16VerifyTableStartERNS_8VerifierE... | char MNN::DetectionOutput::Verify(MNN::DetectionOutput *this, flatbuffers::Verifier *a2)
{
char v3; // [rsp+17h] [rbp-11h]
v3 = 0;
if ( (flatbuffers::Table::VerifyTableStart(this, a2) & 1) != 0 )
{
v3 = 0;
if ( (flatbuffers::Table::VerifyField<int>(this, (long long)a2, 4u) & 1) != 0 )
{
v3 =... | Verify:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV RDI,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x8],RDI
MOV RSI,qword ptr [RSP + 0x18]
CALL 0x0016d010
MOV CL,AL
XOR EAX,EAX
TEST CL,0x1
MOV byte ptr [RSP + 0x17],AL
JNZ 0x00175b04
JMP 0x00175c82
LAB_00175b04:
MOV RDI,qword ptr [RSP... |
/* MNN::DetectionOutput::Verify(flatbuffers::Verifier&) const */
ulong __thiscall MNN::DetectionOutput::Verify(DetectionOutput *this,Verifier *param_1)
{
bool bVar1;
uint uVar2;
int8 uVar3;
int1 local_11;
uVar2 = flatbuffers::Table::VerifyTableStart((Table *)this,param_1);
uVar3 = 0;
local_11 = 0;
... | |
27,681 | gguf_set_val_i32 | ngxson[P]ggml-easy/ggml/src/gguf.cpp | void gguf_set_val_i32(struct gguf_context * ctx, const char * key, int32_t val) {
gguf_check_reserved_keys(key, val);
gguf_remove_key(ctx, key);
ctx->kv.emplace_back(key, val);
} | O2 | cpp | gguf_set_val_i32:
pushq %r15
pushq %r14
pushq %rbx
subq $0x30, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, 0x8(%rsp)
movl %edx, 0x4(%rsp)
leaq 0x10(%rsp), %r15
leaq 0x3(%rsp), %rdx
movq %r15, %rdi
callq 0x1e820
leaq 0x1a857(%rip), %rsi # 0x5a982
movq %r15, %rdi
callq 0x1efa0
testb %al, %al
jne 0x4016c
leaq 0x10... | gguf_set_val_i32:
push r15
push r14
push rbx
sub rsp, 30h
mov r14, rsi
mov rbx, rdi
mov [rsp+48h+var_40], rsi
mov [rsp+48h+var_44], edx
lea r15, [rsp+48h+var_38]
lea rdx, [rsp+48h+var_45]
mov rdi, r15
call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_... | long long gguf_set_val_i32(
long long a1,
long long a2,
int a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v11; // rcx
long long v12; // r8
long long v13; // r9
__m... | gguf_set_val_i32:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RSI
MOV RBX,RDI
MOV qword ptr [RSP + 0x8],RSI
MOV dword ptr [RSP + 0x4],EDX
LEA R15,[RSP + 0x10]
LEA RDX,[RSP + 0x3]
MOV RDI,R15
CALL 0x0011e820
LEA RSI,[0x15a982]
MOV RDI,R15
CALL 0x0011efa0
TEST AL,AL
JNZ 0x0014016c
LEA RDI,[RSP + 0x10]
CALL 0x0011c9a0... |
void gguf_set_val_i32(long param_1,char *param_2,int param_3)
{
bool bVar1;
allocator local_45;
int local_44;
char *local_40;
string local_38 [32];
local_44 = param_3;
local_40 = param_2;
std::__cxx11::string::string<std::allocator<char>>(local_38,param_2,&local_45);
bVar1 = std::operator==(local... | |
27,682 | gguf_set_val_i32 | ngxson[P]ggml-easy/ggml/src/gguf.cpp | void gguf_set_val_i32(struct gguf_context * ctx, const char * key, int32_t val) {
gguf_check_reserved_keys(key, val);
gguf_remove_key(ctx, key);
ctx->kv.emplace_back(key, val);
} | O3 | cpp | gguf_set_val_i32:
pushq %r15
pushq %r14
pushq %rbx
subq $0x30, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, 0x8(%rsp)
movl %edx, 0x4(%rsp)
leaq 0x10(%rsp), %r15
leaq 0x3(%rsp), %rdx
movq %r15, %rdi
callq 0x17cf0
leaq 0x1bb57(%rip), %rsi # 0x59e52
movq %r15, %rdi
callq 0x163e0
testl %eax, %eax
je 0x3e34d
leaq 0x2... | gguf_set_val_i32:
push r15
push r14
push rbx
sub rsp, 30h
mov r14, rsi
mov rbx, rdi
mov [rsp+48h+var_40], rsi
mov [rsp+48h+var_44], edx
lea r15, [rsp+48h+var_38]
lea rdx, [rsp+48h+var_45]
mov rdi, r15
call __ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_... | long long gguf_set_val_i32(long long a1, long long a2, int a3)
{
int v3; // ecx
int v4; // r8d
int v5; // r9d
char v7; // [rsp+3h] [rbp-45h] BYREF
int v8; // [rsp+4h] [rbp-44h] BYREF
long long v9; // [rsp+8h] [rbp-40h] BYREF
void *v10[2]; // [rsp+10h] [rbp-38h] BYREF
long long v11; // [rsp+20h] [rbp-28... | gguf_set_val_i32:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RSI
MOV RBX,RDI
MOV qword ptr [RSP + 0x8],RSI
MOV dword ptr [RSP + 0x4],EDX
LEA R15,[RSP + 0x10]
LEA RDX,[RSP + 0x3]
MOV RDI,R15
CALL 0x00117cf0
LEA RSI,[0x159e52]
MOV RDI,R15
CALL 0x001163e0
TEST EAX,EAX
JZ 0x0013e34d
LEA RAX,[RSP + 0x20]
MOV RDI,qword ... |
void gguf_set_val_i32(long param_1,char *param_2,int param_3)
{
int iVar1;
allocator local_45;
int local_44;
char *local_40;
long *local_38 [2];
long local_28 [2];
local_44 = param_3;
local_40 = param_2;
std::__cxx11::string::string<std::allocator<char>>((string *)local_38,param_2,&local_45);
i... | |
27,683 | testing::internal::NoExecDeathTest::NoExecDeathTest(char const*, testing::Matcher<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&>) | giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/src/gtest-death-test.cc | NoExecDeathTest(const char* a_statement, Matcher<const std::string&> matcher)
: ForkingDeathTest(a_statement, std::move(matcher)) {} | O3 | cpp | testing::internal::NoExecDeathTest::NoExecDeathTest(char const*, testing::Matcher<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&>):
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
movq 0x8(%rdx), %rcx
leaq 0x8(%rsp), %rax
movq %rcx, 0x8(%rax)
movq 0x10(%rdx), %rcx
movq %rcx, 0x10(%rax... | _ZN7testing8internal15NoExecDeathTestC2EPKcNS_7MatcherIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE:
push rbx
sub rsp, 20h
mov rbx, rdi
mov rcx, [rdx+8]
lea rax, [rsp+28h+var_20]
mov [rax+8], rcx
mov rcx, [rdx+10h]
mov [rax+10h], rcx
mov qword ptr [rdx+8], 0
lea rcx, o... | void ( ** testing::internal::NoExecDeathTest::NoExecDeathTest(
_QWORD *a1,
long long a2,
long long a3))(testing::internal::DeathTestImpl *__hidden this)
{
void ( **result)(testing::internal::DeathTestImpl *__hidden); // rax
_QWORD v4[4]; // [rsp+8h] [rbp-20h] BYREF
v4[1] = *(_QWORD *)(a3 ... | NoExecDeathTest:
PUSH RBX
SUB RSP,0x20
MOV RBX,RDI
MOV RCX,qword ptr [RDX + 0x8]
LEA RAX,[RSP + 0x8]
MOV qword ptr [RAX + 0x8],RCX
MOV RCX,qword ptr [RDX + 0x10]
MOV qword ptr [RAX + 0x10],RCX
MOV qword ptr [RDX + 0x8],0x0
LEA RCX,[0x1588b8]
MOV qword ptr [RAX],RCX
LAB_001320a7:
MOV RDX,RAX
CALL 0x001104c8
LAB_001320af... |
/* testing::internal::NoExecDeathTest::NoExecDeathTest(char const*,
testing::Matcher<std::__cxx11::string const&>) */
void __thiscall
testing::internal::NoExecDeathTest::NoExecDeathTest
(NoExecDeathTest *this,int8 param_1,long param_3)
{
int **local_20;
int8 local_18;
int8 local_10;
local_18 ... | |
27,684 | js_agent_start | bluesky950520[P]quickjs/run-test262.c | static JSValue js_agent_start(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
ThreadLocalStorage *tls = JS_GetRuntimeOpaque(JS_GetRuntime(ctx));
const char *script;
Test262Agent *agent;
if (JS_GetContextOpaque(ctx) != NULL)
return JS_ThrowTypeError(ctx... | O0 | c | js_agent_start:
subq $0x78, %rsp
movq %rsi, 0x58(%rsp)
movq %rdx, 0x60(%rsp)
movq %rdi, 0x50(%rsp)
movl %ecx, 0x4c(%rsp)
movq %r8, 0x40(%rsp)
movq 0x50(%rsp), %rdi
callq 0x2e1f0
movq %rax, %rdi
callq 0x299e0
movq %rax, 0x38(%rsp)
movq 0x50(%rsp), %rdi
callq 0x2dca0
cmpq $0x0, %rax
je 0x15125
movq 0x50(%rsp), %rdi
leaq ... | js_agent_start:
sub rsp, 78h
mov [rsp+78h+var_20], rsi
mov [rsp+78h+var_18], rdx
mov [rsp+78h+var_28], rdi
mov [rsp+78h+var_2C], ecx
mov [rsp+78h+var_38], r8
mov rdi, [rsp+78h+var_28]
call JS_GetRuntime
mov rdi, rax
call JS_GetRuntimeOpaque
mov [rsp+78h+var_40], rax
mov rdi... | long long js_agent_start(long long a1, long long a2, long long a3, long long a4, long long *a5)
{
long long Runtime; // rax
int v6; // edx
long long v7; // rcx
long long v8; // r8
long long v9; // r9
long long v11; // [rsp+8h] [rbp-70h]
long long v12; // [rsp+18h] [rbp-60h]
_QWORD *v13; // [rsp+28h] [r... | js_agent_start:
SUB RSP,0x78
MOV qword ptr [RSP + 0x58],RSI
MOV qword ptr [RSP + 0x60],RDX
MOV qword ptr [RSP + 0x50],RDI
MOV dword ptr [RSP + 0x4c],ECX
MOV qword ptr [RSP + 0x40],R8
MOV RDI,qword ptr [RSP + 0x50]
CALL 0x0012e1f0
MOV RDI,RAX
CALL 0x001299e0
MOV qword ptr [RSP + 0x38],RAX
MOV RDI,qword ptr [RSP + 0x50]
... |
int1 [16] js_agent_start(int8 param_1)
{
int8 uVar1;
long lVar2;
long lVar3;
char *__s;
void *__s_00;
char *pcVar4;
int8 *in_R8;
int1 auVar5 [16];
uint uStack_6c;
uint uStack_5c;
int4 local_10;
int4 uStack_c;
int8 local_8;
uVar1 = JS_GetRuntime(param_1);
lVar2 = JS_GetRuntimeOpaque(u... | |
27,685 | js_agent_start | bluesky950520[P]quickjs/run-test262.c | static JSValue js_agent_start(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
ThreadLocalStorage *tls = JS_GetRuntimeOpaque(JS_GetRuntime(ctx));
const char *script;
Test262Agent *agent;
if (JS_GetContextOpaque(ctx) != NULL)
return JS_ThrowTypeError(ctx... | O2 | c | js_agent_start:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %r8, %rbx
movq %rdi, %r14
callq 0x1dd35
movq %rax, %rdi
callq 0x1b9a5
movq %rax, %r15
movq %r14, %rdi
callq 0x1da80
testq %rax, %rax
je 0x12bf7
leaq 0x72d71(%rip), %rsi # 0x85947
movq %r14, %rdi
xorl %eax, %eax
callq 0x201fd
movq %rdx, %rbx... | js_agent_start:
push r15
push r14
push r13
push r12
push rbx
mov rbx, r8
mov r14, rdi
call JS_GetRuntime
mov rdi, rax
call JS_GetRuntimeOpaque
mov r15, rax
mov rdi, r14
call JS_GetContextOpaque
test rax, rax
jz short loc_12BF7
lea rsi, aCannotBeCalled; "cannot be ... | unsigned long long js_agent_start(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
double a6,
double a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long *a13)
{
long long Run... | js_agent_start:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RBX,R8
MOV R14,RDI
CALL 0x0011dd35
MOV RDI,RAX
CALL 0x0011b9a5
MOV R15,RAX
MOV RDI,R14
CALL 0x0011da80
TEST RAX,RAX
JZ 0x00112bf7
LEA RSI,[0x185947]
MOV RDI,R14
XOR EAX,EAX
CALL 0x001201fd
MOV RBX,RDX
MOV RCX,-0x100000000
AND RCX,RAX
MOV EAX,EAX
JMP 0x001... |
int1 [16] js_agent_start(int8 param_1)
{
int8 uVar1;
long lVar2;
long lVar3;
ulong uVar4;
char *__s;
long *plVar5;
char *pcVar6;
ulong uVar7;
int8 *in_R8;
int1 auVar8 [16];
uVar1 = JS_GetRuntime();
lVar2 = JS_GetRuntimeOpaque(uVar1);
lVar3 = JS_GetContextOpaque(param_1);
if (lVar3 == 0... | |
27,686 | evmone::instr::core::(anonymous namespace)::get_target_address(evmc::address const&, long&, evmone::ExecutionState&) | corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/instructions_calls.cpp | inline std::variant<evmc::address, Result> get_target_address(
const evmc::address& addr, int64_t& gas_left, ExecutionState& state) noexcept
{
if (state.rev < EVMC_PRAGUE)
return addr;
const auto delegate_addr = get_delegate_address(state.host, addr);
if (!delegate_addr)
return addr;
... | O0 | cpp | evmone::instr::core::(anonymous namespace)::get_target_address(evmc::address const&, long&, evmone::ExecutionState&):
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x58(%rbp)
movq %rdi, -0x50(%rbp)
movq %rsi, -0x8(%rbp)
movq %rdx, -0x10(%rbp)
movq %rcx, -0x18(%rbp)
movq -0x18(%rbp), %rax
cmpl $0xd, 0x40(%rax)... | _ZN6evmone5instr4core12_GLOBAL__N_118get_target_addressERKN4evmc7addressERlRNS_14ExecutionStateE:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_58], rdi
mov [rbp+var_50], rdi
mov [rbp+var_8], rsi
mov [rbp+var_10], rdx
mov [rbp+var_18], rcx
mov rax, [rbp+var_18]
cmp dword ptr [ra... | long long evmone::instr::core::`anonymous namespace'::get_target_address(
long long a1,
long long a2,
long long *a3,
long long a4)
{
int v4; // edx
int v5; // eax
long long v6; // rax
long long v7; // rax
long long v9; // [rsp+0h] [rbp-60h]
int v10; // [rsp+18h] [rbp-48h] BY... | get_target_address:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x50],RDI
MOV qword ptr [RBP + -0x8],RSI
MOV qword ptr [RBP + -0x10],RDX
MOV qword ptr [RBP + -0x18],RCX
MOV RAX,qword ptr [RBP + -0x18]
CMP dword ptr [RAX + 0x40],0xd
JGE 0x001831e8
MOV RDI,qword ptr [RBP + -0x5... |
/* evmone::instr::core::(anonymous namespace)::get_target_address(evmc::address const&, long&,
evmone::ExecutionState&) */
_anonymous_namespace_ * __thiscall
evmone::instr::core::(anonymous_namespace)::get_target_address
(_anonymous_namespace_ *this,address *param_1,long *param_2,ExecutionState *param_3)... | |
27,687 | OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/faceVertex.cpp | void
FaceVertex::finalizeOrderedTags() {
//
// A vertex with a set of ordered faces is required to be manifold:
//
_tag._unOrderedFaces = false;
_tag._nonManifoldVerts = false;
_tag._boundaryVerts = _vDesc.IsBoundary();
_tag._boundaryNonSharp = _vDesc.IsBoundary();
//
// As... | O0 | cpp | OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags():
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x30(%rbp)
movw 0x98(%rdi), %ax
andw $0xfeff, %ax # imm = 0xFEFF
orw $0x0, %ax
movw %ax, 0x98(%rdi)
movw 0x98(%rdi), %ax
andw $0xfdff, %ax ... | _ZN10OpenSubdiv6v3_6_03Bfr10FaceVertex19finalizeOrderedTagsEv:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]; this
mov [rbp+var_30], rdi
mov ax, [rdi+98h]
and ax, 0FEFFh
or ax, 0
mov [rdi+98h], ax
mov ax, [rdi+98h]
and ax, 0FDFFh
or ax,... | char OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags(OpenSubdiv::v3_6_0::Bfr::FaceVertex *this)
{
char result; // al
OpenSubdiv::v3_6_0::Sdc::Crease *v2; // rdi
float *v3; // rcx
char v4; // [rsp+Eh] [rbp-32h]
char v5; // [rsp+Fh] [rbp-31h]
int v7; // [rsp+18h] [rbp-28h]
int i; // [rsp+1Ch] [rbp... | |||
27,688 | OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/faceVertex.cpp | void
FaceVertex::finalizeOrderedTags() {
//
// A vertex with a set of ordered faces is required to be manifold:
//
_tag._unOrderedFaces = false;
_tag._nonManifoldVerts = false;
_tag._boundaryVerts = _vDesc.IsBoundary();
_tag._boundaryNonSharp = _vDesc.IsBoundary();
//
// As... | O3 | cpp | OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags():
movzbl (%rdi), %esi
movl %esi, %ecx
andl $0x10, %ecx
movl %ecx, %eax
shrl $0x4, %eax
movl $0xfffff8fe, %r9d # imm = 0xFFFFF8FE
andl 0x98(%rdi), %r9d
orl %eax, %r9d
movl %ecx, %edx
shll $0x6, %edx
orl %r9d, %edx
movw %dx, 0x98(%rdi)
testb $0x40, %sil
je 0... | _ZN10OpenSubdiv6v3_6_03Bfr10FaceVertex19finalizeOrderedTagsEv:
movzx esi, byte ptr [rdi]
mov ecx, esi
and ecx, 10h
mov eax, ecx
shr eax, 4
mov r9d, 0FFFFF8FEh
and r9d, [rdi+98h]
or r9d, eax
mov edx, ecx
shl edx, 6
or edx, r9d
mov [rdi+98h], dx
test sil, 40h
jz loc... | char OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags(OpenSubdiv::v3_6_0::Bfr::FaceVertex *this)
{
unsigned int v1; // esi
unsigned __int8 v2; // cl
int v3; // eax
unsigned int v4; // r9d
__int16 v5; // dx
float *v6; // r8
__int16 v7; // dx
int v8; // ebx
int v9; // r9d
int v10; // r10d
_... | finalizeOrderedTags:
MOVZX ESI,byte ptr [RDI]
MOV ECX,ESI
AND ECX,0x10
MOV EAX,ECX
SHR EAX,0x4
MOV R9D,0xfffff8fe
AND R9D,dword ptr [RDI + 0x98]
OR R9D,EAX
MOV EDX,ECX
SHL EDX,0x6
OR EDX,R9D
MOV word ptr [RDI + 0x98],DX
TEST SIL,0x40
JZ 0x001898a1
MOV R8,qword ptr [RDI + 0x8]
TEST CL,CL
JZ 0x001897c4
MOVSS XMM0,dword p... |
/* OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags() */
void __thiscall OpenSubdiv::v3_6_0::Bfr::FaceVertex::finalizeOrderedTags(FaceVertex *this)
{
float fVar1;
float *pfVar2;
ushort uVar3;
FaceVertex FVar4;
uint uVar5;
uint uVar6;
ushort uVar7;
ulong uVar8;
int iVar9;
int iVar10;
ush... | |
27,689 | minja::Parser::unexpected(minja::TemplateToken const&) const | monkey531[P]llama/common/minja.hpp | std::runtime_error unexpected(const TemplateToken & token) const {
return std::runtime_error("Unexpected " + TemplateToken::typeToString(token.type)
+ error_location_suffix(*template_str, token.location.pos));
} | O1 | cpp | minja::Parser::unexpected(minja::TemplateToken const&) const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movl 0x8(%rdx), %esi
leaq 0x68(%rsp), %r12
movq %r12, %rdi
callq 0x7e4fa
leaq 0x3b728(%rip), %rcx # 0xb96ac
movl $0xb, %r8d
movq %r12, %rdi
xorl ... | _ZNK5minja6Parser10unexpectedERKNS_13TemplateTokenE:
push r15; int
push r14; int
push r12; int
push rbx; int
sub rsp, 88h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov esi, [rdx+8]
lea r12, [rsp+0A8h+var_40]
mov rdi, r12
call _ZN5minja13TemplateToken12typeToStringB5cxx11ENS0_4Typ... | minja::Parser * minja::Parser::unexpected(minja::Parser *this, const minja::TemplateToken *a2, long long a3)
{
long long v4; // rax
__int128 *v5; // rcx
unsigned long long v6; // rax
unsigned long long v7; // rsi
unsigned long long v8; // rsi
void **v9; // rax
__int128 *v10; // rcx
void *v12[2]; // [rsp... | unexpected:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV ESI,dword ptr [RDX + 0x8]
LEA R12,[RSP + 0x68]
MOV RDI,R12
CALL 0x0017e4fa
LAB_0017df7d:
LEA RCX,[0x1b96ac]
MOV R8D,0xb
MOV RDI,R12
XOR ESI,ESI
XOR EDX,EDX
CALL 0x00119880
LEA R12,[RSP + 0x38]
MOV qword ptr [R12 + -0x10... |
/* minja::Parser::unexpected(minja::TemplateToken const&) const */
TemplateToken * minja::Parser::unexpected(TemplateToken *param_1)
{
long *plVar1;
int8 *puVar2;
ulong *puVar3;
long in_RDX;
int8 *in_RSI;
ulong uVar4;
long *local_a0;
int8 local_98;
long local_90;
int8 uStack_88;
ulong *local_80... | |
27,690 | blst_fp_from_uint64 | corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/exports.c | void blst_fp_from_uint64(vec384 ret, const unsigned long long a[6])
{
const union {
long one;
char little;
} is_endian = { 1 };
if (sizeof(limb_t) == 4 && !is_endian.little) {
int i;
for (i = 0; i < 6; i++) {
unsigned long long limb = a[i];
ret[2*i] ... | O1 | c | blst_fp_from_uint64:
pushq %rbp
movq %rsp, %rbp
leaq 0x1a8ca(%rip), %rdx # 0x3fda0
leaq 0x1a643(%rip), %rcx # 0x3fb20
movabsq $-0x760c000300030003, %r8 # imm = 0x89F3FFFCFFFCFFFD
popq %rbp
jmp 0x34be0
| blst_fp_from_uint64:
push rbp
mov rbp, rsp
lea rdx, BLS12_381_RR
lea rcx, BLS12_381_P
mov r8, 89F3FFFCFFFCFFFDh
pop rbp
jmp mul_mont_384
| long long blst_fp_from_uint64(long long a1, long long a2)
{
return mul_mont_384(a1, a2, &BLS12_381_RR, &BLS12_381_P, 0x89F3FFFCFFFCFFFDLL);
}
| blst_fp_from_uint64:
PUSH RBP
MOV RBP,RSP
LEA RDX,[0x13fda0]
LEA RCX,[0x13fb20]
MOV R8,-0x760c000300030003
POP RBP
JMP 0x00134be0
|
void blst_fp_from_uint64(int8 param_1,int8 param_2)
{
mul_mont_384(param_1,param_2,BLS12_381_RR,BLS12_381_P,0x89f3fffcfffcfffd);
return;
}
| |
27,691 | ft_init_nlq_search | eloqsql/storage/myisam/ft_nlq_search.c | FT_INFO *ft_init_nlq_search(MI_INFO *info, uint keynr, uchar *query,
uint query_len, uint flags, uchar *record)
{
TREE wtree;
ALL_IN_ONE aio;
FT_DOC *dptr;
FT_INFO *dlist=NULL;
my_off_t saved_lastpos=info->lastpos;
struct st_mysql_ftparser *parser;
MYSQL_FTPARSER_PARAM *ftparser_pa... | O3 | c | ft_init_nlq_search:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x5b8, %rsp # imm = 0x5B8
movq %r9, -0x50(%rbp)
movl %r8d, -0x2c(%rbp)
movl %ecx, %r12d
movq %rdx, %r15
movq %rdi, %rbx
movq 0x170(%rdi), %r14
callq 0x870f4
testl %eax, %eax
js 0x75f68
movl %eax, %r13d... | ft_init_nlq_search:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 5B8h
mov [rbp+var_50], r9
mov [rbp+var_2C], r8d
mov r12d, ecx
mov r15, rdx
mov rbx, rdi
mov r14, [rdi+170h]
call _mi_check_index
test eax, eax
js loc_75F68
mov ... | long long ft_init_nlq_search(
long long *a1,
long long a2,
long long a3,
unsigned int a4,
int a5,
long long a6,
double a7)
{
long long v9; // r14
int v10; // eax
unsigned int v11; // r13d
long long v12; // r14
long long v13; // rax
long long v14; // r... | ft_init_nlq_search:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x5b8
MOV qword ptr [RBP + -0x50],R9
MOV dword ptr [RBP + -0x2c],R8D
MOV R12D,ECX
MOV R15,RDX
MOV RBX,RDI
MOV R14,qword ptr [RDI + 0x170]
CALL 0x001870f4
TEST EAX,EAX
JS 0x00175f68
MOV R13D,EAX
MOV qword ptr [RBP + -0x48],R14
... |
int8 *
ft_init_nlq_search(long *param_1,int8 param_2,int8 param_3,int4 param_4,
uint param_5,int8 param_6)
{
int8 uVar1;
uint uVar2;
int iVar3;
long lVar4;
int8 *puVar5;
int8 *puVar6;
ulong uVar7;
ulong uVar8;
int1 local_5d8 [568];
int1 local_3a0 [96];
long *local_340;
uint l... | |
27,692 | google::protobuf::CheckFieldIndex(google::protobuf::FieldDescriptor const*, int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/text_format.cc | void CheckFieldIndex(const FieldDescriptor* field, int index) {
if (field == nullptr) {
return;
}
if (field->is_repeated() && index == -1) {
GOOGLE_LOG(DFATAL) << "Index must be in range of repeated field values. "
<< "Field: " << field->name();
} else if (!field->is_repeated() && index... | O0 | cpp | google::protobuf::CheckFieldIndex(google::protobuf::FieldDescriptor const*, int):
subq $0xe8, %rsp
movq %rdi, 0xe0(%rsp)
movl %esi, 0xdc(%rsp)
cmpq $0x0, 0xe0(%rsp)
jne 0x567ea6
jmp 0x56806d
movq 0xe0(%rsp), %rdi
callq 0x40f6a0
testb $0x1, %al
jne 0x567ebc
jmp 0x567f93
cmpl $-0x1, 0xdc(%rsp)
jne 0x567f93
leaq 0x9545b(%... | _ZN6google8protobuf15CheckFieldIndexEPKNS0_15FieldDescriptorEi:
sub rsp, 0E8h
mov [rsp+0E8h+var_8], rdi
mov [rsp+0E8h+var_C], esi
cmp [rsp+0E8h+var_8], 0
jnz short loc_567EA6
jmp loc_56806D
loc_567EA6:
mov rdi, [rsp+0E8h+var_8]; this
call _ZNK6google8protobuf15FieldDescriptor11is_repeated... | void google::protobuf::CheckFieldIndex(google::protobuf *this, const google::protobuf::FieldDescriptor *a2)
{
google::protobuf::internal::LogMessage *v2; // [rsp+0h] [rbp-E8h]
long long v3; // [rsp+8h] [rbp-E0h]
long long v4; // [rsp+10h] [rbp-D8h]
long long v5; // [rsp+20h] [rbp-C8h]
google::protobuf::inter... | SharedCtor:
SUB RSP,0x38
MOV AL,DL
MOV qword ptr [RSP + 0x30],RDI
MOV qword ptr [RSP + 0x28],RSI
AND AL,0x1
MOV byte ptr [RSP + 0x27],AL
MOV RDI,qword ptr [RSP + 0x30]
MOV qword ptr [RSP + 0x18],RDI
ADD RDI,0x10
MOV qword ptr [RSP + 0x8],RDI
XOR ESI,ESI
MOV EDX,0x8
CALL 0x002914a0
MOV RDI,qword ptr [RSP + 0x8]
ADD RDI,... |
/* google::protobuf::StringValue::SharedCtor(google::protobuf::Arena*, bool) */
void google::protobuf::StringValue::SharedCtor(Arena *param_1,bool param_2)
{
memset(param_1 + 0x10,0,8);
memset((CachedSize *)(param_1 + 0x18),0,4);
internal::CachedSize::CachedSize((CachedSize *)(param_1 + 0x18));
internal::Are... | |
27,693 | google::protobuf::CheckFieldIndex(google::protobuf::FieldDescriptor const*, int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/text_format.cc | void CheckFieldIndex(const FieldDescriptor* field, int index) {
if (field == nullptr) {
return;
}
if (field->is_repeated() && index == -1) {
GOOGLE_LOG(DFATAL) << "Index must be in range of repeated field values. "
<< "Field: " << field->name();
} else if (!field->is_repeated() && index... | O3 | cpp | google::protobuf::CheckFieldIndex(google::protobuf::FieldDescriptor const*, int):
pushq %r14
pushq %rbx
subq $0x48, %rsp
testq %rdi, %rdi
je 0x1c0ca9
movq %rdi, %rbx
movb 0x1(%rdi), %al
andb $0x60, %al
cmpb $0x60, %al
setne %cl
cmpl $-0x1, %esi
setne %dl
orb %cl, %dl
jne 0x1c0c3b
leaq 0x46ff5(%rip), %rdx # 0x207be0... | _ZN6google8protobuf15CheckFieldIndexEPKNS0_15FieldDescriptorEi:
push r14
push rbx
sub rsp, 48h
test rdi, rdi
jz loc_1C0CA9
mov rbx, rdi
mov al, [rdi+1]
and al, 60h
cmp al, 60h ; '`'
setnz cl
cmp esi, 0FFFFFFFFh
setnz dl
or dl, cl
jnz short loc_1C0C3B
lea rdx, aWork... | void google::protobuf::CheckFieldIndex(google::protobuf *this, const google::protobuf::FieldDescriptor *a2)
{
char v2; // al
long long v3; // rax
long long v4; // rax
google::protobuf::internal::LogMessage *v5; // rax
long long v6; // rax
long long v7; // rax
google::protobuf::internal::LogMessage *v8; /... | |||
27,694 | ma_state_info_read_dsk | eloqsql/storage/maria/ma_open.c | uint _ma_state_info_read_dsk(File file __attribute__((unused)),
MARIA_STATE_INFO *state __attribute__((unused)))
{
#ifdef MARIA_EXTERNAL_LOCKING
uchar buff[MARIA_STATE_INFO_SIZE + MARIA_STATE_EXTRA_SIZE];
/* trick to detect transactional tables */
DBUG_ASSERT(state->create_rename_lsn... | O3 | c | ma_state_info_read_dsk:
pushq %rbp
movq %rsp, %rbp
xorl %eax, %eax
popq %rbp
retq
| _ma_state_info_read_dsk:
push rbp
mov rbp, rsp
xor eax, eax
pop rbp
retn
| long long ma_state_info_read_dsk()
{
return 0LL;
}
| _ma_state_info_read_dsk:
PUSH RBP
MOV RBP,RSP
XOR EAX,EAX
POP RBP
RET
|
int8 _ma_state_info_read_dsk(void)
{
return 0;
}
| |
27,695 | LefDefParser::lefwLayerDCCutarea(int, double*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwLayerDCCutarea(int numCutareas,
double *cutareas)
{
int i;
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState != LEFW_LAYERDCCURRENT)
return LEFW_BAD_ORDER;
// cutarea is allowed in Layer non-routing only
if (lefwOldState != LEFW_LAYER_START &... | O0 | cpp | LefDefParser::lefwLayerDCCutarea(int, double*):
subq $0x18, %rsp
movl %edi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
leaq 0x1e93c(%rip), %rax # 0x32e00
cmpq $0x0, (%rax)
jne 0x144d7
movl $0x1, 0x14(%rsp)
jmp 0x1466e
leaq 0x1eb72(%rip), %rax # 0x33050
cmpl $0x1e, (%rax)
je 0x144f0
movl $0x2, 0x14(%rsp)
jmp 0x1466e
leaq 0... | _ZN12LefDefParser18lefwLayerDCCutareaEiPd:
sub rsp, 18h
mov [rsp+18h+var_8], edi
mov [rsp+18h+var_10], rsi
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jnz short loc_144D7
mov [rsp+18h+var_4], 1
jmp loc_1466E
loc_144D7:
lea rax, _ZN12LefDefParse... | long long LefDefParser::lefwLayerDCCutarea(LefDefParser *this, double *a2, double *a3, int a4, int a5, int a6)
{
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
double *v10; // rax
int i; // [rsp+4h] [rbp-14h]
int j; // [rsp+4h] [rbp-14h]
if ( *(_QWORD *)&LefDefParser::lefwFile )
{
i... | lefwLayerDCCutarea:
SUB RSP,0x18
MOV dword ptr [RSP + 0x10],EDI
MOV qword ptr [RSP + 0x8],RSI
LEA RAX,[0x132e00]
CMP qword ptr [RAX],0x0
JNZ 0x001144d7
MOV dword ptr [RSP + 0x14],0x1
JMP 0x0011466e
LAB_001144d7:
LEA RAX,[0x133050]
CMP dword ptr [RAX],0x1e
JZ 0x001144f0
MOV dword ptr [RSP + 0x14],0x2
JMP 0x0011466e
LAB_... |
/* LefDefParser::lefwLayerDCCutarea(int, double*) */
int4 LefDefParser::lefwLayerDCCutarea(int param_1,double *param_2)
{
int local_14;
double *local_10;
int4 local_4;
if (lefwFile == (_IO_FILE *)0x0) {
local_4 = 1;
}
else if (lefwState == 0x1e) {
if ((((lefwOldState == 6) || (lefwOldState == ... | |
27,696 | minja::Parser::parseDictionary() | monkey531[P]llama/common/minja.hpp | std::shared_ptr<Expression> parseDictionary() {
if (consumeToken("{").empty()) return nullptr;
std::vector<std::pair<std::shared_ptr<Expression>, std::shared_ptr<Expression>>> elements;
if (!consumeToken("}").empty()) {
return std::make_shared<DictExpr>(get_location(), std::move(ele... | O3 | cpp | minja::Parser::parseDictionary():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x78, %rsp
movq %rsi, %r14
movq %rdi, %r12
leaq 0x10(%rsp), %rax
movq %rax, -0x10(%rax)
leaq 0x64d27(%rip), %rsi # 0xf49e1
leaq 0x64d21(%rip), %rdx # 0xf49e2
movq %rsp, %rdi
callq 0x2695a
leaq 0x20(%rsp), %... | _ZN5minja6Parser15parseDictionaryEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov r14, rsi
mov r12, rdi
lea rax, [rsp+0A8h+var_98]
mov [rax-10h], rax
lea rsi, asc_F49E1; "{"
lea rdx, asc_F49E1+1; ""
mov rdi, rsp
call _ZNSt7__cxx1112basic_str... | minja::Parser * minja::Parser::parseDictionary(minja::Parser *this, _QWORD *a2)
{
minja::Parser *v2; // r12
long long v3; // rbx
long long v4; // rbx
long long v5; // r12
volatile signed __int32 *v6; // r15
long long v7; // r15
long long v8; // rbx
long long v9; // r12
long long v10; // rbx
long lon... | parseDictionary:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV R14,RSI
MOV R12,RDI
LEA RAX,[RSP + 0x10]
MOV qword ptr [RAX + -0x10],RAX
LAB_0018fcb3:
LEA RSI,[0x1f49e1]
LEA RDX,[0x1f49e2]
MOV RDI,RSP
CALL 0x0012695a
LAB_0018fcc9:
LEA RDI,[RSP + 0x20]
MOV RDX,RSP
MOV RSI,R14
MOV ECX,0x1
CALL 0x0... |
/* minja::Parser::parseDictionary() */
int8 * minja::Parser::parseDictionary(void)
{
int8 uVar1;
int8 *puVar2;
runtime_error *this;
int8 *puVar3;
long lVar4;
int8 *in_RSI;
int8 *in_RDI;
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *this_00;
long *local_a8 [2];
long local_98 [2];
long *local_88;... | |
27,697 | translog_set_file_size | eloqsql/storage/maria/ma_loghandler.c | void translog_set_file_size(uint32 size)
{
struct st_translog_buffer *old_buffer= NULL;
DBUG_ENTER("translog_set_file_size");
translog_lock();
DBUG_PRINT("enter", ("Size: %lu", (ulong) size));
DBUG_ASSERT(size % TRANSLOG_PAGE_SIZE == 0);
DBUG_ASSERT(size >= TRANSLOG_MIN_FILE_SIZE);
log_descriptor.log_file... | O3 | c | translog_set_file_size:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movl %edi, %ebx
callq 0x442bb
movl %ebx, 0x3b3e7c(%rip) # 0x3fd170
cmpl %ebx, 0xbb4aae(%rip) # 0xbfdda8
jae 0x49300
xorl %ebx, %ebx
jmp 0x4933b
movq 0xbb4ad1(%rip), %rbx # 0xbfddd8
leaq 0xbb4a9a(%rip), %rdi # 0xbfdda8
leaq 0xbb4a9b(%ri... | translog_set_file_size:
push rbp
mov rbp, rsp
push r14
push rbx
mov ebx, edi
call translog_lock
mov cs:dword_3FD170, ebx
cmp dword ptr cs:qword_BFDDA8, ebx
jnb short loc_49300
xor ebx, ebx
jmp short loc_4933B
loc_49300:
mov rbx, qword ptr cs:xmmword_BFDDD0+8
lea rdi, qwor... | long long translog_set_file_size(unsigned int a1)
{
long long v1; // rbx
long long v2; // r14
long long result; // rax
translog_lock();
dword_3FD170 = a1;
if ( (unsigned int)qword_BFDDA8 >= a1 )
{
v1 = *((_QWORD *)&xmmword_BFDDD0 + 1);
translog_buffer_next(&qword_BFDDA8, &xmmword_BFDDB0, 1LL);
... | translog_set_file_size:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV EBX,EDI
CALL 0x001442bb
MOV dword ptr [0x004fd170],EBX
CMP dword ptr [0x00cfdda8],EBX
JNC 0x00149300
XOR EBX,EBX
JMP 0x0014933b
LAB_00149300:
MOV RBX,qword ptr [0x00cfddd8]
LEA RDI,[0xcfdda8]
LEA RSI,[0xcfddb0]
MOV EDX,0x1
CALL 0x001493cf
MOV RDI,qword ... |
void translog_set_file_size(uint param_1)
{
long lVar1;
long lVar2;
translog_lock();
lVar2 = DAT_00cfddd8;
DAT_004fd170 = param_1;
if ((uint)DAT_00cfdda8 < param_1) {
lVar2 = 0;
}
else {
translog_buffer_next(&DAT_00cfdda8,&DAT_00cfddb0,1);
if (*(long *)((long)&Elf64_Phdr_ARRAY_00100040[... | |
27,698 | get_dynamic | eloqsql/mysys/array.c | void get_dynamic(DYNAMIC_ARRAY *array, void *element, uint idx)
{
if (idx >= array->elements)
{
DBUG_PRINT("warning",("To big array idx: %d, array size is %d",
idx,array->elements));
bzero(element,array->size_of_element);
return;
}
memcpy(element,array->buffer+idx*array->si... | O0 | c | get_dynamic:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movl -0x14(%rbp), %eax
movq -0x8(%rbp), %rcx
cmpl 0x8(%rcx), %eax
jb 0xdc149
jmp 0xdc131
jmp 0xdc133
movq -0x10(%rbp), %rdi
movq -0x8(%rbp), %rax
movl 0x14(%rax), %eax
movl %eax, %edx
xorl %esi, ... | get_dynamic:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov eax, [rbp+var_14]
mov rcx, [rbp+var_8]
cmp eax, [rcx+8]
jb short loc_DC149
jmp short $+2
loc_DC131:
jmp short $+2
loc_DC133:
mov rdi, [rbp+var_10]
mov ... | long long get_dynamic(long long a1, long long a2, unsigned int a3)
{
if ( a3 < *(_DWORD *)(a1 + 8) )
return memcpy(a2, *(_DWORD *)(a1 + 20) * a3 + *(_QWORD *)a1, *(unsigned int *)(a1 + 20));
else
return memset(a2, 0LL, *(unsigned int *)(a1 + 20));
}
| get_dynamic:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV EAX,dword ptr [RBP + -0x14]
MOV RCX,qword ptr [RBP + -0x8]
CMP EAX,dword ptr [RCX + 0x8]
JC 0x001dc149
JMP 0x001dc131
LAB_001dc131:
JMP 0x001dc133
LAB_001dc133:
MOV RDI,qword... |
void get_dynamic(long *param_1,void *param_2,uint param_3)
{
if (param_3 < *(uint *)(param_1 + 1)) {
memcpy(param_2,(void *)(*param_1 + (ulong)(param_3 * *(int *)((long)param_1 + 0x14))),
(ulong)*(uint *)((long)param_1 + 0x14));
}
else {
memset(param_2,0,(ulong)*(uint *)((long)param_1 + 0x14)... | |
27,699 | ftxui::separatorVSelector(float, float, ftxui::Color, ftxui::Color)::Impl::Render(ftxui::Screen&) | Andrewchistyakov[P]flashcards_lyc/build_O3/_deps/ftxui-src/src/ftxui/dom/separator.cpp | void Render(Screen& screen) override {
if (box_.x_max < box_.x_min) {
return;
}
// This are the two location with an empty demi-cell.
const int demi_cell_up = int(up_ * 2 - 1);
const int demi_cell_down = int(down_ * 2 + 2);
const int x = box_.x_min;
for (int y = box_.... | O3 | cpp | ftxui::separatorVSelector(float, float, ftxui::Color, ftxui::Color)::Impl::Render(ftxui::Screen&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rsi, 0x18(%rsp)
movl 0x4c(%rdi), %eax
movl %eax, 0x14(%rsp)
cmpl %eax, 0x50(%rdi)
jl 0x24f56
movq %rdi, %r14
movl 0x54(%rdi), %r15d
... | _ZZN5ftxui18separatorVSelectorEffNS_5ColorES0_EN4Impl6RenderERNS_6ScreenE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov [rsp+68h+var_50], rsi
mov eax, [rdi+4Ch]
mov [rsp+68h+var_54], eax
cmp [rdi+50h], eax
jl loc_24F56
mov r14, rdi
mov r15d, [... | long long ftxui::separatorVSelector(float,float,ftxui::Color,ftxui::Color)::Impl::Render(
long long a1,
ftxui::Screen *a2)
{
long long result; // rax
int v3; // r15d
__m128i v4; // xmm0
int v5; // r12d
long long v6; // r13
int v7; // ebp
void *v8; // rcx
char v9; // al
int v11; // [rs... | Screen&):
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RSP + 0x18],RSI
MOV EAX,dword ptr [RDI + 0x4c]
MOV dword ptr [RSP + 0x14],EAX
CMP dword ptr [RDI + 0x50],EAX
JL 0x00124f56
MOV R14,RDI
MOV R15D,dword ptr [RDI + 0x54]
CMP R15D,dword ptr [RDI + 0x58]
JG 0x00124f56
MOVSD XMM0,qwor... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* ftxui::separatorVSelector(float, float, ftxui::Color, ftxui::Color)::Impl::Render(ftxui::Screen&)
*/
void ftxui::separatorVSelector(float,float,ftxui::Color,ftxui::Color)::Impl::Render(ftxui::Screen__
(long 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.