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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
16,400 | _JS_FindAtom | bluesky950520[P]quickjs/quickjs.c | static JSAtom __JS_FindAtom(JSRuntime *rt, const char *str, size_t len,
int atom_type)
{
uint32_t h, h1, i;
JSAtomStruct *p;
h = hash_string8((const uint8_t *)str, len, JS_ATOM_TYPE_STRING);
h &= JS_ATOM_HASH_MASK;
h1 = h & (rt->atom_hash_size - 1);
i = rt->atom_hash... | O1 | c | _JS_FindAtom:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movl $0x1, %r15d
testq %rdx, %rdx
je 0x1fe6c
xorl %eax, %eax
imull $0x107, %r15d, %ecx # imm = 0x107
movzbl (%r14,%rax), %r15d
addl %ecx, %r15d
incq %rax
cmpq %rax, %rbx
jne 0x1fe4e
andl $0x3ff... | __JS_FindAtom:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov r14, rsi
mov r15d, 1
test rdx, rdx
jz short loc_1FE6C
xor eax, eax
loc_1FE4E:
imul ecx, r15d, 107h
movzx r15d, byte ptr [r14+rax]
add r15d, ecx
inc rax
cmp rbx, ra... | long long _JS_FindAtom(long long a1, long long a2, long long a3)
{
int v4; // r15d
long long i; // rax
int v6; // ebp
long long v7; // r12
long long v8; // r13
long long v9; // rax
v4 = 1;
if ( a3 )
{
for ( i = 0LL; i != a3; ++i )
v4 = 263 * v4 + *(unsigned __int8 *)(a2 + i);
v4 &= 0x3... | |||
16,401 | _JS_FindAtom | bluesky950520[P]quickjs/quickjs.c | static JSAtom __JS_FindAtom(JSRuntime *rt, const char *str, size_t len,
int atom_type)
{
uint32_t h, h1, i;
JSAtomStruct *p;
h = hash_string8((const uint8_t *)str, len, JS_ATOM_TYPE_STRING);
h &= JS_ATOM_HASH_MASK;
h1 = h & (rt->atom_hash_size - 1);
i = rt->atom_hash... | O2 | c | _JS_FindAtom:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
pushq $0x1
popq %rdx
movq %rsi, %rdi
movq %rbx, %rsi
callq 0x34631
movl %eax, %ebp
movl 0x50(%r15), %r13d
decl %r13d
andl %eax, %r13d
andl $0x3fffffff, %ebp # imm = 0x3FFFFFFF... | __JS_FindAtom:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov r14, rsi
mov r15, rdi
push 1
pop rdx
mov rdi, rsi
mov rsi, rbx
call hash_string8
mov ebp, eax
mov r13d, [r15+50h]
dec r13d
and r13d, eax
and ebp, 3FFFFFFF... | long long _JS_FindAtom(long long a1, long long a2, long long a3)
{
int v4; // eax
int v5; // ebp
_DWORD *i; // r13
long long v7; // r12
long long v8; // r13
long long v9; // rax
v4 = hash_string8(a2, a3, 1LL);
v5 = v4 & 0x3FFFFFFF;
for ( i = (_DWORD *)(*(_QWORD *)(a1 + 96) + 4 * (v4 & (unsigned int)... | __JS_FindAtom:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
PUSH 0x1
POP RDX
MOV RDI,RSI
MOV RSI,RBX
CALL 0x00134631
MOV EBP,EAX
MOV R13D,dword ptr [R15 + 0x50]
DEC R13D
AND R13D,EAX
AND EBP,0x3fffffff
SHL R13D,0x2
ADD R13,qword ptr [R15 + 0x60]
LAB_0011a260:
MOV R1... |
ulong __JS_FindAtom(long param_1,void *param_2,size_t param_3)
{
uint uVar1;
int *piVar2;
ulong uVar3;
uint uVar4;
int iVar5;
ulong uVar6;
uint *puVar7;
uVar4 = hash_string8(param_2,param_3,1);
puVar7 = (uint *)((ulong)((*(int *)(param_1 + 0x50) - 1U & uVar4) << 2) +
*(long *)(... | |
16,402 | create_table_share_lock_stat() | eloqsql/storage/perfschema/pfs_instr_class.cc | PFS_table_share_lock*
create_table_share_lock_stat()
{
PFS_table_share_lock *pfs= NULL;
pfs_dirty_state dirty_state;
/* Create a new record in table stat array. */
pfs= global_table_share_lock_container.allocate(& dirty_state);
if (pfs != NULL)
{
/* Reset the stats. */
pfs->m_stat.reset();
/* ... | O0 | cpp | create_table_share_lock_stat():
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq $0x0, -0x8(%rbp)
leaq 0x3cce21(%rip), %rdi # 0x3fa738
leaq -0xc(%rbp), %rsi
callq 0x30a60
movq %rax, -0x8(%rbp)
cmpq $0x0, -0x8(%rbp)
je 0x2d945
movq -0x8(%rbp), %rdi
addq $0x8, %rdi
callq 0x30e10
movq -0x8(%rbp), %rdi
leaq -0xc(%rbp), ... | _Z28create_table_share_lock_statv:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], 0
lea rdi, global_table_share_lock_container
lea rsi, [rbp+var_C]
call _ZN29PFS_buffer_scalable_containerI20PFS_table_share_lockLi4096ELi4096E24PFS_buffer_default_arrayIS0_E28PFS_buffer_default_allocatorIS0_... | long long create_table_share_lock_stat(void)
{
_BYTE v1[4]; // [rsp+4h] [rbp-Ch] BYREF
long long v2; // [rsp+8h] [rbp-8h]
v2 = 0LL;
v2 = PFS_buffer_scalable_container<PFS_table_share_lock,4096,4096,PFS_buffer_default_array<PFS_table_share_lock>,PFS_buffer_default_allocator<PFS_table_share_lock>>::allocate(
... | create_table_share_lock_stat:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],0x0
LEA RDI,[0x4fa738]
LEA RSI,[RBP + -0xc]
CALL 0x00130a60
MOV qword ptr [RBP + -0x8],RAX
CMP qword ptr [RBP + -0x8],0x0
JZ 0x0012d945
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,0x8
CALL 0x00130e10
MOV RDI,qword ptr [RBP + -0x8]
LEA... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* create_table_share_lock_stat() */
pfs_lock * create_table_share_lock_stat(void)
{
pfs_dirty_state local_14 [4];
pfs_lock *local_10;
local_10 = (pfs_lock *)0x0;
local_10 = (pfs_lock *)
PFS_buffer_scalable_container... | |
16,403 | ma_bitmap_find_place | eloqsql/storage/maria/ma_bitmap.c | my_bool _ma_bitmap_find_place(MARIA_HA *info, MARIA_ROW *row,
MARIA_BITMAP_BLOCKS *blocks)
{
MARIA_SHARE *share= info->s;
my_bool res= 1;
uint full_page_size, position, max_page_size;
uint head_length, row_length, rest_length, extents_length;
DBUG_ENTER("_ma_bitmap_find_place");
... | O3 | c | ma_bitmap_find_place:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rsi, %r13
movq %rdi, %r15
movq (%rdi), %r14
xorl %eax, %eax
movl %eax, 0x8(%rdx)
movq %rdx, -0x48(%rbp)
movw $0x0, 0xc(%rdx)
movl %eax, 0xac(%rsi)
movl $0x4, 0x2c8(%rdi)
movl 0x7bc(%r14), %ebx
... | _ma_bitmap_find_place:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r13, rsi
mov r15, rdi
mov r14, [rdi]
xor eax, eax
mov [rdx+8], eax
mov [rbp+var_48], rdx
mov word ptr [rdx+0Ch], 0
mov [rsi+0ACh], eax
mov dword ptr [r... | long long ma_bitmap_find_place(long long *a1, long long a2, long long a3)
{
long long *v4; // r15
long long v5; // r14
unsigned int v6; // ebx
long long v7; // rdi
unsigned long long v8; // rsi
int v9; // edx
unsigned int v10; // r12d
int v11; // r15d
unsigned int where_to_split_row; // eax
unsigne... | _ma_bitmap_find_place:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R13,RSI
MOV R15,RDI
MOV R14,qword ptr [RDI]
XOR EAX,EAX
MOV dword ptr [RDX + 0x8],EAX
MOV qword ptr [RBP + -0x48],RDX
MOV word ptr [RDX + 0xc],0x0
MOV dword ptr [RSI + 0xac],EAX
MOV dword ptr [RDI + 0x2c8],0x4
MOV ... |
ulong _ma_bitmap_find_place(long *param_1,long param_2,long *param_3)
{
pthread_mutex_t *__mutex;
long lVar1;
int iVar2;
long lVar3;
int iVar4;
char cVar5;
int iVar6;
uint uVar7;
uint uVar8;
int7 uVar10;
ulong uVar9;
lVar3 = *param_1;
*(int4 *)(param_3 + 1) = 0;
*(int2 *)((long)param_3 ... | |
16,404 | ImPool<ImPlot3DPlot>::Add() | zkingston[P]unknot/build_O1/_deps/imgui-src/imgui_internal.h | T* Add() { int idx = FreeIdx; if (idx == Buf.Size) { Buf.resize(Buf.Size + 1); FreeIdx++; } else { FreeIdx = *(int*)&Buf[idx]; } IM_PLACEMENT_NEW(&Buf[idx]) T(); AliveCount++; return &Buf[idx]; } | O1 | c | ImPool<ImPlot3DPlot>::Add():
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %rbx
movslq 0x20(%rdi), %r15
movl (%rdi), %ecx
cmpl %ecx, %r15d
jne 0x561dc
leal 0x1(%rcx), %ebp
movl 0x4(%rbx), %eax
cmpl %ecx, %eax
jg 0x5623c
testl %eax, %eax
je 0x561ec
movl %eax, %r12d
shrl $0x1f, %r12d
addl %eax, %r12d
... | _ZN6ImPoolI12ImPlot3DPlotE3AddEv:
push rbp
push r15
push r14
push r12
push rbx
mov rbx, rdi
movsxd r15, dword ptr [rdi+20h]
mov ecx, [rdi]
cmp r15d, ecx
jnz short loc_561DC
lea ebp, [rcx+1]
mov eax, [rbx+4]
cmp eax, ecx
jg short loc_5623C
test eax, eax
jz short l... | long long ImPool<ImPlot3DPlot>::Add(int *a1, unsigned long long a2)
{
long long v2; // r15
int v3; // ecx
int v4; // ebp
int v5; // eax
int v6; // r12d
int v7; // eax
long long v8; // r14
void *v9; // rsi
v2 = a1[8];
v3 = *a1;
if ( (_DWORD)v2 == *a1 )
{
v4 = v3 + 1;
v5 = a1[1];
if ... | Add:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDI
MOVSXD R15,dword ptr [RDI + 0x20]
MOV ECX,dword ptr [RDI]
CMP R15D,ECX
JNZ 0x001561dc
LEA EBP,[RCX + 0x1]
MOV EAX,dword ptr [RBX + 0x4]
CMP EAX,ECX
JG 0x0015623c
TEST EAX,EAX
JZ 0x001561ec
MOV R12D,EAX
SHR R12D,0x1f
ADD R12D,EAX
SAR R12D,0x1
ADD R12D,EAX
JMP... |
/* ImPool<ImPlot3DPlot>::Add() */
long __thiscall ImPool<ImPlot3DPlot>::Add(ImPool<ImPlot3DPlot> *this)
{
int iVar1;
int iVar2;
int iVar3;
void *__dest;
int iVar4;
long lVar5;
iVar2 = *(int *)(this + 0x20);
iVar4 = *(int *)this;
if (iVar2 == iVar4) {
iVar1 = iVar4 + 1;
iVar3 = *(int *)(t... | |
16,405 | LefDefParser::lefiLayer::parseAntennaCumRouting(int) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiLayer.cpp | void
lefiLayer::parseAntennaCumRouting(int index)
{
char *wrkingStr = strdup(values_[index]);
char *value;
char msg[1024];
value = strtok(wrkingStr, " ");
if (strcmp(value, "ANTENNACUMROUTINGPLUSCUT") != 0) {
/*
sprintf(msg, "ERROR (LEFPARS-1316): Incorrect syntax def... | O3 | cpp | LefDefParser::lefiLayer::parseAntennaCumRouting(int):
pushq %r15
pushq %r14
pushq %rbx
subq $0x400, %rsp # imm = 0x400
movq %rdi, %r14
movq 0x360(%rdi), %rax
movslq %esi, %r15
movq (%rax,%r15,8), %rdi
callq 0x23a0
movq %rax, %rbx
leaq 0x31faa(%rip), %rsi # 0x5c390
movq %rax, %rdi
callq 0x2320
leaq 0x33f5... | _ZN12LefDefParser9lefiLayer22parseAntennaCumRoutingEi:
push r15
push r14
push rbx
sub rsp, 400h
mov r14, rdi
mov rax, [rdi+360h]
movsxd r15, esi
mov rdi, [rax+r15*8]
call _strdup
mov rbx, rax
lea rsi, asc_5C38E+2; " "
mov rdi, rax
call _strtok
lea rsi, aLef57Antennacu+6; ... | long long LefDefParser::lefiLayer::parseAntennaCumRouting(
LefDefParser::lefiLayer *this,
long long a2,
long long a3)
{
void *v3; // rbx
long long v4; // rax
long long v5; // rdx
const char *v6; // rdx
_BYTE v8[1048]; // [rsp+0h] [rbp-418h] BYREF
v3 = (void *)strdup(*(_QWORD *)(*((... | parseAntennaCumRouting:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x400
MOV R14,RDI
MOV RAX,qword ptr [RDI + 0x360]
MOVSXD R15,ESI
MOV RDI,qword ptr [RAX + R15*0x8]
CALL 0x001023a0
MOV RBX,RAX
LEA RSI,[0x15c390]
MOV RDI,RAX
CALL 0x00102320
LEA RSI,[0x15e34f]
MOV RDI,RAX
CALL 0x001022d0
TEST EAX,EAX
JZ 0x0012a442
MOV RAX,qword... |
/* LefDefParser::lefiLayer::parseAntennaCumRouting(int) */
void __thiscall LefDefParser::lefiLayer::parseAntennaCumRouting(lefiLayer *this,int param_1)
{
int iVar1;
char *__s;
char *__s1;
char acStack_418 [1024];
__s = strdup(*(char **)(*(long *)(this + 0x360) + (long)param_1 * 8));
__s1 = strtok(__s,... | |
16,406 | get_collation_number_internal | eloqsql/mysys/charset.c | static uint
get_collation_number_internal(const char *name)
{
CHARSET_INFO **cs;
for (cs= all_charsets;
cs < all_charsets + array_elements(all_charsets);
cs++)
{
if (cs[0] && cs[0]->coll_name.str &&
!my_strcasecmp(&my_charset_latin1, cs[0]->coll_name.str, name))
return cs[0]->numb... | O0 | c | get_collation_number_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
leaq 0xb9ea5d(%rip), %rax # 0xc7b960
movq %rax, -0x18(%rbp)
leaq 0xb9ea52(%rip), %rax # 0xc7b960
addq $0x4000, %rax # imm = 0x4000
cmpq %rax, -0x18(%rbp)
jae 0xdcf7f
movq -0x18(%rbp), %rax
cmpq $0x0, (%rax)... | get_collation_number_internal:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
lea rax, all_charsets
mov [rbp+var_18], rax
loc_DCF07:
lea rax, all_charsets
add rax, 4000h
cmp [rbp+var_18], rax
jnb short loc_DCF7F
mov rax, [rbp+var_18]
cmp qword ptr [rax], 0
jz ... | long long get_collation_number_internal(long long a1)
{
unsigned int **i; // [rsp+8h] [rbp-18h]
for ( i = (unsigned int **)all_charsets; i < &all_charsets[2048]; ++i )
{
if ( *i
&& *((_QWORD *)*i + 4)
&& !(*(unsigned int ( **)(void *, _QWORD, long long))(*((_QWORD *)&my_charset_latin1 + 24) + 64... | get_collation_number_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
LEA RAX,[0xd7b960]
MOV qword ptr [RBP + -0x18],RAX
LAB_001dcf07:
LEA RAX,[0xd7b960]
ADD RAX,0x4000
CMP qword ptr [RBP + -0x18],RAX
JNC 0x001dcf7f
MOV RAX,qword ptr [RBP + -0x18]
CMP qword ptr [RAX],0x0
JZ 0x001dcf6f
MOV RAX... |
int4 get_collation_number_internal(int8 param_1)
{
int iVar1;
long *local_20;
local_20 = &all_charsets;
while( true ) {
if ((long *)0xd7f95f < local_20) {
return 0;
}
if (((*local_20 != 0) && (*(long *)(*local_20 + 0x20) != 0)) &&
(iVar1 = (**(code **)(PTR_my_collation_8bit_simple_... | |
16,407 | get_collation_number_internal | eloqsql/mysys/charset.c | static uint
get_collation_number_internal(const char *name)
{
CHARSET_INFO **cs;
for (cs= all_charsets;
cs < all_charsets + array_elements(all_charsets);
cs++)
{
if (cs[0] && cs[0]->coll_name.str &&
!my_strcasecmp(&my_charset_latin1, cs[0]->coll_name.str, name))
return cs[0]->numb... | O3 | c | get_collation_number_internal:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %rbx
movq $-0x8, %r15
leaq 0xb6e55d(%rip), %r12 # 0xc01d70
leaq 0x31a7b6(%rip), %r14 # 0x3adfd0
movq 0x8(%r12,%r15), %rax
testq %rax, %rax
je 0x93841
movq 0x20(%rax), %rsi
testq %rsi, %rsi
je 0x93841
m... | get_collation_number_internal:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rdi
mov r15, 0FFFFFFFFFFFFFFF8h
lea r12, all_charsets
lea r14, my_charset_latin1
loc_9381A:
mov rax, [r12+r15+8]
test rax, rax
jz short loc_93841
mov rsi, [rax+20h]
test ... | long long get_collation_number_internal(long long a1)
{
long long v1; // r15
long long v2; // rax
long long v3; // rsi
v1 = 0x1FFFFFFFFFFFFFFFLL;
while ( 1 )
{
v2 = all_charsets[v1 + 1];
if ( v2 )
{
v3 = *(_QWORD *)(v2 + 32);
if ( v3 )
{
if ( !(*(unsigned int ( **)(vo... | get_collation_number_internal:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDI
MOV R15,-0x8
LEA R12,[0xd01d70]
LEA R14,[0x4adfd0]
LAB_0019381a:
MOV RAX,qword ptr [R12 + R15*0x1 + 0x8]
TEST RAX,RAX
JZ 0x00193841
MOV RSI,qword ptr [RAX + 0x20]
TEST RSI,RSI
JZ 0x00193841
MOV RAX,qword ptr [R14 + 0xc0]... |
int4 get_collation_number_internal(int8 param_1)
{
long lVar1;
int iVar2;
ulong uVar3;
uVar3 = 0xfffffffffffffff8;
while (((*(long *)((long)&DAT_00d01d78 + uVar3) == 0 ||
(lVar1 = *(long *)(*(long *)((long)&DAT_00d01d78 + uVar3) + 0x20), lVar1 == 0)) ||
(iVar2 = (**(code **)(PTR_my_col... | |
16,408 | serial_cpp::Serial::SerialImpl::readLock() | ami-iit[P]serial_cpp/src/impl/unix.cc | void
Serial::SerialImpl::readLock ()
{
int result = pthread_mutex_lock(&this->read_mutex);
if (result) {
THROW (IOException, result);
}
} | O2 | cpp | serial_cpp::Serial::SerialImpl::readLock():
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
addq $0x68, %rdi
callq 0x3400
testl %eax, %eax
jne 0x6f4a
addq $0x28, %rsp
popq %rbx
popq %r14
popq %r15
popq %rbp
retq
movl %eax, %ebp
pushq $0x58
popq %rdi
callq 0x3170
movq %rax, %rbx
leaq 0x23c9(%rip), %rsi ... | _ZN10serial_cpp6Serial10SerialImpl8readLockEv:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
add rdi, 68h ; 'h'
call _pthread_mutex_lock
test eax, eax
jnz short loc_6F4A
add rsp, 28h
pop rbx
pop r14
pop r15
pop rbp
retn
loc_6F4A:
mov ebp, eax
push 58h ; 'X'
po... | long long serial_cpp::Serial::SerialImpl::readLock(serial_cpp::Serial::SerialImpl *this)
{
long long result; // rax
int v2; // ebp
void *exception; // rbx
int v4; // r8d
int v5; // r9d
_QWORD v6[8]; // [rsp+8h] [rbp-40h] BYREF
result = pthread_mutex_lock((char *)this + 104);
if ( (_DWORD)result )
{
... | readLock:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
ADD RDI,0x68
CALL 0x00103400
TEST EAX,EAX
JNZ 0x00106f4a
ADD RSP,0x28
POP RBX
POP R14
POP R15
POP RBP
RET
LAB_00106f4a:
MOV EBP,EAX
PUSH 0x58
POP RDI
CALL 0x00103170
MOV RBX,RAX
LAB_00106f57:
LEA RSI,[0x109327]
LEA RDI,[RSP + 0x8]
LEA RDX,[RSP + 0x7]
CALL 0x001... |
/* serial_cpp::Serial::SerialImpl::readLock() */
void __thiscall serial_cpp::Serial::SerialImpl::readLock(SerialImpl *this)
{
IOException *pIVar1;
int iVar2;
allocator local_41;
string local_40 [32];
iVar2 = pthread_mutex_lock((pthread_mutex_t *)(this + 0x68));
if (iVar2 == 0) {
return;
}
pIVa... | |
16,409 | serial_cpp::Serial::SerialImpl::readLock() | ami-iit[P]serial_cpp/src/impl/unix.cc | void
Serial::SerialImpl::readLock ()
{
int result = pthread_mutex_lock(&this->read_mutex);
if (result) {
THROW (IOException, result);
}
} | O3 | cpp | serial_cpp::Serial::SerialImpl::readLock():
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x20, %rsp
addq $0x68, %rdi
callq 0x3410
testl %eax, %eax
jne 0x7bbe
addq $0x20, %rsp
popq %rbx
popq %r12
popq %r14
popq %r15
popq %rbp
retq
movl %eax, %ebp
movl $0x58, %edi
callq 0x3150
movq %rax, %rbx
leaq 0x10(%r... | _ZN10serial_cpp6Serial10SerialImpl8readLockEv:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 20h
add rdi, 68h ; 'h'
call _pthread_mutex_lock
test eax, eax
jnz short loc_7BBE
add rsp, 20h
pop rbx
pop r12
pop r14
pop r15
pop rbp
retn
loc_7BBE:
mov ebp, ... | long long serial_cpp::Serial::SerialImpl::readLock(serial_cpp::Serial::SerialImpl *this)
{
long long result; // rax
int v2; // ebp
void *exception; // rbx
int v4; // r8d
int v5; // r9d
void *v6[2]; // [rsp+0h] [rbp-48h] BYREF
long long v7; // [rsp+10h] [rbp-38h] BYREF
result = pthread_mutex_lock((char... | readLock:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x20
ADD RDI,0x68
CALL 0x00103410
TEST EAX,EAX
JNZ 0x00107bbe
ADD RSP,0x20
POP RBX
POP R12
POP R14
POP R15
POP RBP
RET
LAB_00107bbe:
MOV EBP,EAX
MOV EDI,0x58
CALL 0x00103150
MOV RBX,RAX
LEA R15,[RSP + 0x10]
MOV qword ptr [R15 + -0x10],R15
LAB_00107bd6:
LEA ... |
/* serial_cpp::Serial::SerialImpl::readLock() */
void __thiscall serial_cpp::Serial::SerialImpl::readLock(SerialImpl *this)
{
IOException *pIVar1;
int iVar2;
int1 *local_48 [2];
int1 local_38 [16];
iVar2 = pthread_mutex_lock((pthread_mutex_t *)(this + 0x68));
if (iVar2 == 0) {
return;
}
pIVar1... | |
16,410 | test_bulk_delete | eloqsql/tests/mysql_client_test.c | static void test_bulk_delete()
{
int rc;
MYSQL_STMT *stmt;
MYSQL_BIND bind[1];
MYSQL_ROW row;
char indicator[]= {0, 0, 0};
my_bool error[1];
int i, id[]= {1, 2, 4}, count= sizeof(id)/sizeof(id[0]);
MYSQL_RES *result;
myheader("test_bulk_delete");
rc= mysql_query(mysql, "DROP TABLE I... | O0 | c | test_bulk_delete:
pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
leaq -0x8b(%rbp), %rdi
xorl %esi, %esi
movl $0x3, %edx
callq 0x3a2e0
movq 0x935f3(%rip), %rax # 0x12d7a8
movq %rax, -0x9c(%rbp)
movl 0x935ee(%rip), %eax # 0x12d7b0
movl %eax, -0x94(%rbp)
movl $0x3, -0xa0(%rbp)
jmp 0x9a1d4
movsbl 0x3d02f6(%rip), %eax ... | test_bulk_delete:
push rbp
mov rbp, rsp
sub rsp, 0C0h
lea rdi, [rbp+var_8B]
xor esi, esi
mov edx, 3
call _memset
mov rax, cs:qword_12D7A8
mov [rbp+var_9C], rax
mov eax, cs:dword_12D7B0
mov [rbp+var_94], eax
mov [rbp+var_A0], 3
jmp short $+2
loc_9A1D4:
movsx eax, cs:op... | void test_bulk_delete()
{
int v0; // edx
char v1; // al
int v2; // [rsp+4h] [rbp-BCh]
int v3; // [rsp+8h] [rbp-B8h]
int v4; // [rsp+Ch] [rbp-B4h]
int v5; // [rsp+10h] [rbp-B0h]
int v6; // [rsp+14h] [rbp-ACh]
long long v7; // [rsp+18h] [rbp-A8h]
int v8; // [rsp+20h] [rbp-A0h] BYREF
long long v9; // [... | test_bulk_delete:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
LEA RDI,[RBP + -0x8b]
XOR ESI,ESI
MOV EDX,0x3
CALL 0x0013a2e0
MOV RAX,qword ptr [0x0022d7a8]
MOV qword ptr [RBP + -0x9c],RAX
MOV EAX,dword ptr [0x0022d7b0]
MOV dword ptr [RBP + -0x94],EAX
MOV dword ptr [RBP + -0xa0],0x3
JMP 0x0019a1d4
LAB_0019a1d4:
MOVSX EAX,byte ptr ... |
void test_bulk_delete(void)
{
char cVar1;
int iVar2;
long lVar3;
ulong uVar4;
int4 local_a8;
int8 local_a4;
int4 local_9c;
int local_98;
int1 local_94;
int1 local_93 [3];
int8 *local_90;
int8 local_88;
int8 local_80;
int8 *local_78;
int1 *local_70;
int1 *local_68;
int8 local_48;
in... | |
16,411 | protect_against_repair_crash | eloqsql/storage/maria/ma_check.c | static my_bool protect_against_repair_crash(MARIA_HA *info,
const HA_CHECK *param,
my_bool discard_index)
{
MARIA_SHARE *share= info->s;
/*
There are other than recovery-related reasons to do the writes below:
- the phy... | O3 | c | protect_against_repair_crash:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rsi, %r12
movq %rdi, %r14
movq (%rdi), %r15
xorl %ecx, %ecx
cmpb $0x1, %dl
adcl $0x2, %ecx
movl $0x3, %esi
movl $0x3, %edx
callq 0x5c2c4
movb $0x1, %bl
testl %eax, %eax
je 0x7c707
movl %ebx, %eax
popq %rbx
popq %r... | protect_against_repair_crash:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r12, rsi
mov r14, rdi
mov r15, [rdi]
xor ecx, ecx
cmp dl, 1
adc ecx, 2
mov esi, 3
mov edx, 3
call _ma_flush_table_files
mov bl, 1
test eax, eax
jz short loc_7C707... | long long protect_against_repair_crash(long long a1, long long a2, char a3)
{
unsigned int v3; // ebx
long long v4; // r15
long long horizon; // rax
v4 = *(_QWORD *)a1;
LOBYTE(v3) = 1;
if ( !(unsigned int)ma_flush_table_files(a1, 3, 3u, (unsigned int)(a3 == 0) + 2)
&& (!*(_BYTE *)(v4 + 2014) || !(unsi... | protect_against_repair_crash:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R12,RSI
MOV R14,RDI
MOV R15,qword ptr [RDI]
XOR ECX,ECX
CMP DL,0x1
ADC ECX,0x2
MOV ESI,0x3
MOV EDX,0x3
CALL 0x0015c2c4
MOV BL,0x1
TEST EAX,EAX
JZ 0x0017c707
LAB_0017c6fc:
MOV EAX,EBX
POP RBX
POP R12
POP R14
POP R15
POP RBP
RET
LA... |
ulong protect_against_repair_crash(long *param_1,long param_2,char param_3)
{
long lVar1;
int iVar2;
int8 uVar3;
int8 unaff_RBX;
ulong uVar4;
lVar1 = *param_1;
iVar2 = _ma_flush_table_files(param_1,3,3,(param_3 == '\0') + '\x02');
uVar4 = CONCAT71((int7)((ulong)unaff_RBX >> 8),1);
if (iVar2 == 0)... | |
16,412 | mysql_stmt_internal_reset | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | static my_bool mysql_stmt_internal_reset(MYSQL_STMT *stmt, my_bool is_close)
{
MYSQL *mysql= stmt->mysql;
my_bool ret= 1;
unsigned int flags= MADB_RESET_LONGDATA | MADB_RESET_BUFFER | MADB_RESET_ERROR;
if (!mysql)
{
/* connection could be invalid, e.g. after mysql_stmt_close or failed reconnect
at... | O0 | c | mysql_stmt_internal_reset:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb %sil, %al
movq %rdi, -0x10(%rbp)
movb %al, -0x11(%rbp)
movq -0x10(%rbp), %rax
movq 0x38(%rax), %rax
movq %rax, -0x20(%rbp)
movb $0x1, -0x21(%rbp)
movl $0xb, -0x28(%rbp)
cmpq $0x0, -0x20(%rbp)
jne 0x42e7e
jmp 0x42e12
movq -0x10(%rbp), %rax
movl ... | mysql_stmt_internal_reset:
push rbp
mov rbp, rsp
sub rsp, 30h
mov al, sil
mov [rbp+var_10], rdi
mov [rbp+var_11], al
mov rax, [rbp+var_10]
mov rax, [rax+38h]
mov [rbp+var_20], rax
mov [rbp+var_21], 1
mov [rbp+var_28], 0Bh
cmp [rbp+var_20], 0
jnz short loc_42E7E
jmp ... | char mysql_stmt_internal_reset(long long a1, char a2)
{
char v3; // [rsp+Fh] [rbp-21h]
long long v4; // [rsp+10h] [rbp-20h]
v4 = *(_QWORD *)(a1 + 56);
if ( v4 )
{
v3 = madb_reset_stmt(a1, 11LL);
if ( *(_QWORD *)(a1 + 64) )
{
if ( *(_DWORD *)(a1 + 80) > 2u && *(_DWORD *)(*(_QWORD *)(a1 + 56... | mysql_stmt_internal_reset:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV AL,SIL
MOV qword ptr [RBP + -0x10],RDI
MOV byte ptr [RBP + -0x11],AL
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x38]
MOV qword ptr [RBP + -0x20],RAX
MOV byte ptr [RBP + -0x21],0x1
MOV dword ptr [RBP + -0x28],0xb
CMP qword ptr [RBP + -0x20],... |
int1 mysql_stmt_internal_reset(long param_1,char param_2)
{
long lVar1;
int iVar2;
int1 local_29;
int1 local_9;
lVar1 = *(long *)(param_1 + 0x38);
if (lVar1 == 0) {
*(int4 *)(param_1 + 0x108) = 0x7dd;
strncpy((char *)(param_1 + 0x30d),SQLSTATE_UNKNOWN,5);
*(int1 *)(param_1 + 0x312) = 0;
... | |
16,413 | my_rmtree | eloqsql/mysys/my_delete.c | int my_rmtree(const char *dir, myf MyFlags)
{
char path[FN_REFLEN];
char sep[] = { FN_LIBCHAR, 0 };
int err = 0;
uint i;
MY_DIR *dir_info = my_dir(dir, MYF(MY_DONT_SORT | MY_WANT_STAT));
if (!dir_info)
return 1;
for (i = 0; i < dir_info->number_of_files; i++)
{
FILEINFO *file = dir_info->dir_e... | O3 | c | my_rmtree:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x228, %rsp # imm = 0x228
movq %rsi, -0x240(%rbp)
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movw $0x2f, -0x232(%rbp)
movl $0x4000, %esi # imm = 0x4000
movq %rdi, -0x248(%rbp)
callq 0x6ac79
testq %rax... | my_rmtree:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 228h
mov [rbp+var_240], rsi
mov rax, fs:28h
mov [rbp+var_30], rax
mov [rbp+var_232], 2Fh ; '/'
mov esi, 4000h
mov [rbp+var_248], rdi
call my_dir
test rax, rax
jz loc_67779
... | long long my_rmtree(long long a1, long long a2)
{
long long v2; // rax
long long v3; // r15
unsigned int v4; // eax
long long v5; // r14
unsigned long long i; // r12
long long v7; // r13
_BYTE *v8; // r8
unsigned int v9; // eax
unsigned int v10; // r13d
char v12; // [rsp+0h] [rbp-250h]
__int16 v1... | my_rmtree:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x228
MOV qword ptr [RBP + -0x240],RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV word ptr [RBP + -0x232],0x2f
MOV ESI,0x4000
MOV qword ptr [RBP + -0x248],RDI
CALL 0x0016ac79
TEST RAX,RAX
JZ 0x00167779
MOV R15,RAX
... |
int my_rmtree(char *param_1,int8 param_2)
{
long lVar1;
char *pcVar2;
uint uVar3;
int iVar4;
long *plVar5;
ulong uVar6;
long lVar7;
long in_FS_OFFSET;
int2 local_23a;
int1 local_238 [512];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
local_23a = 0x2f;
plVar5 = (long *)my_di... | |
16,414 | my_load_defaults | eloqsql/mysys/my_default.c | int my_load_defaults(const char *conf_file, const char **groups, int *argc,
char ***argv, const char ***default_directories)
{
DYNAMIC_ARRAY args;
int args_used= 0;
int error= 0;
MEM_ROOT alloc;
char *ptr,**res;
const char **dirs;
DBUG_ENTER("my_load_defaults");
init_alloc_root(key... | O3 | c | my_load_defaults:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xd8, %rsp
movq %r8, -0xa8(%rbp)
movq %rcx, %r12
movq %rdx, -0x30(%rbp)
movq %rsi, %r13
movq %rdi, -0xb0(%rbp)
leaq 0xb82807(%rip), %rbx # 0xc31018
movl (%rbx), %edi
leaq -0xf0(%rbp), %r15
movl $0x200, %edx ... | my_load_defaults:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0D8h
mov [rbp+var_A8], r8
mov r12, rcx
mov [rbp+var_30], rdx
mov r13, rsi
mov [rbp+var_B0], rdi
lea rbx, key_memory_defaults
mov edi, [rbx]
lea r15, [rbp+var_F0]
mov ... | long long my_load_defaults(long long a1, _QWORD *a2, int *a3, long long *a4, _QWORD *a5)
{
int defaults_options; // r14d
unsigned int v7; // r14d
_DWORD *v9; // rcx
long long v10; // rax
_OWORD *v11; // r15
const char **v12; // r12
long long v13; // rbx
long long v14; // rax
int *v15; // r13
const ... | my_load_defaults:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xd8
MOV qword ptr [RBP + -0xa8],R8
MOV R12,RCX
MOV qword ptr [RBP + -0x30],RDX
MOV R13,RSI
MOV qword ptr [RBP + -0xb0],RDI
LEA RBX,[0xd31018]
MOV EDI,dword ptr [RBX]
LEA R15,[RBP + -0xf0]
MOV EDX,0x200
MOV RSI,R15
XOR ECX,ECX
X... |
int8
my_load_defaults(int8 param_1,long *param_2,int *param_3,long *param_4,int8 *param_5)
{
int4 *__dest;
long lVar1;
int *piVar2;
char cVar3;
int iVar4;
uint uVar5;
int4 *puVar6;
size_t sVar7;
long *plVar8;
size_t __n;
void *__dest_00;
int8 *puVar9;
char *pcVar10;
ulong uVar11;
long lV... | |
16,415 | js_std_cmd | bluesky950520[P]quickjs/quickjs.c | uintptr_t js_std_cmd(int cmd, ...) {
JSRuntime *rt;
uintptr_t rv;
va_list ap;
rv = 0;
va_start(ap, cmd);
switch (cmd) {
case 0: // GetOpaque
rt = va_arg(ap, JSRuntime *);
rv = (uintptr_t)rt->libc_opaque;
break;
case 1: // SetOpaque
rt = va_arg(ap, JSRunti... | O2 | c | js_std_cmd:
subq $0x58, %rsp
leaq -0x60(%rsp), %r10
movq %rsi, 0x8(%r10)
movq %rdx, 0x10(%r10)
movq %rcx, 0x18(%r10)
movq %r8, 0x20(%r10)
movq %r9, 0x28(%r10)
testb %al, %al
je 0x3377c
movaps %xmm0, -0x30(%rsp)
movaps %xmm1, -0x20(%rsp)
movaps %xmm2, -0x10(%rsp)
movaps %xmm3, (%rsp)
movaps %xmm4, 0x10(%rsp)
movaps %xmm... | js_std_cmd:
sub rsp, 58h
lea r10, [rsp+58h+var_B8]
mov [r10+8], rsi
mov [r10+10h], rdx
mov [r10+18h], rcx
mov [r10+20h], r8
mov [r10+28h], r9
test al, al
jz short loc_3377C
movaps [rsp+58h+var_88], xmm0
movaps [rsp+58h+var_78], xmm1
movaps [rsp+58h+var_68], xmm2
movaps [rsp+58h+v... | long long js_std_cmd(
int a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
double a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14)
{
long long ... | js_std_cmd:
SUB RSP,0x58
LEA R10,[RSP + -0x60]
MOV qword ptr [R10 + 0x8],RSI
MOV qword ptr [R10 + 0x10],RDX
MOV qword ptr [R10 + 0x18],RCX
MOV qword ptr [R10 + 0x20],R8
MOV qword ptr [R10 + 0x28],R9
TEST AL,AL
JZ 0x0013377c
MOVAPS xmmword ptr [RSP + -0x30],XMM0
MOVAPS xmmword ptr [RSP + -0x20],XMM1
MOVAPS xmmword ptr [... |
/* WARNING: Removing unreachable block (ram,0x001337fb) */
/* WARNING: Removing unreachable block (ram,0x00133815) */
/* WARNING: Removing unreachable block (ram,0x00133826) */
/* WARNING: Heritage AFTER dead removal. Example location: s0xffffffffffffff50 : 0x00133809 */
/* WARNING: Restarted to delay deadcode elimina... | |
16,416 | ma_row_pos_from_key | eloqsql/storage/maria/ma_search.c | MARIA_RECORD_POS _ma_row_pos_from_key(const MARIA_KEY *key)
{
my_off_t pos;
const uchar *after_key= key->data + key->data_length;
MARIA_SHARE *share= key->keyinfo->share;
switch (share->rec_reflength) {
#if SIZEOF_OFF_T > 4
case 8: pos= (my_off_t) mi_uint8korr(after_key); break;
case 7: pos= (my_off_t) m... | O0 | c | ma_row_pos_from_key:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rcx
movq (%rcx), %rax
movl 0x10(%rcx), %ecx
addq %rcx, %rax
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq 0x8(%rax), %rax
movq (%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rax
movl 0x740(%rax), %eax
mo... | _ma_row_pos_from_key:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov rcx, [rbp+var_8]
mov rax, [rcx]
mov ecx, [rcx+10h]
add rax, rcx
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
mov rax, [rax+8]
mov rax, [rax]
mov [rbp+var_20], rax
mov rax, [rbp+var_20]
... | long long ma_row_pos_from_key(long long a1)
{
long long result; // rax
long long v2; // [rsp+10h] [rbp-20h]
unsigned int *v3; // [rsp+18h] [rbp-18h]
unsigned long long v4; // [rsp+20h] [rbp-10h]
unsigned long long v5; // [rsp+20h] [rbp-10h]
unsigned long long v6; // [rsp+20h] [rbp-10h]
v3 = (unsigned in... | _ma_row_pos_from_key:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV RCX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RCX]
MOV ECX,dword ptr [RCX + 0x10]
ADD RAX,RCX
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP... |
void _ma_row_pos_from_key(long *param_1)
{
long lVar1;
int1 *puVar2;
ulong local_18;
puVar2 = (int1 *)(*param_1 + (ulong)*(uint *)(param_1 + 2));
lVar1 = *(long *)param_1[1];
switch(*(int4 *)(lVar1 + 0x740)) {
case 0:
default:
local_18 = 0;
break;
case 2:
local_18 = (ulong)CONCAT11(*p... | |
16,417 | zip_entry_noallocread | 7CodeWizard[P]stablediffusion/thirdparty/zip.c | ssize_t zip_entry_noallocread(struct zip_t *zip, void *buf, size_t bufsize) {
mz_zip_archive *pzip = NULL;
if (!zip) {
// zip_t handler is not initialized
return (ssize_t)ZIP_ENOINIT;
}
pzip = &(zip->archive);
if (pzip->m_zip_mode != MZ_ZIP_MODE_READING ||
zip->entry.index < (ssize_t)0) {
... | O1 | c | zip_entry_noallocread:
testq %rdi, %rdi
je 0x8b496
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
movq $-0x3, %rax
cmpl $0x1, 0x14(%rdi)
jne 0x8b4a5
movq %rdx, %rcx
movq %rsi, %rdx
movq 0x78(%rbx), %rsi
testq %rsi, %rsi
js 0x8b4a5
xorps %xmm0, %xmm0
movups %xmm0, (%rsp)
movq %rbx, %rdi
xorl %r8d, %r8d
xorl %r9d, %r9d
call... | zip_entry_noallocread:
test rdi, rdi
jz short loc_8B496
push rbx
sub rsp, 10h
mov rbx, rdi
mov rax, 0FFFFFFFFFFFFFFFDh
cmp dword ptr [rdi+14h], 1
jnz short loc_8B4A5
mov rcx, rdx
mov rdx, rsi
mov rsi, [rbx+78h]
test rsi, rsi
js short loc_8B4A5
xorps xmm0, xmm0
movups... | long long zip_entry_noallocread(long long a1, _BYTE *a2, unsigned long long a3)
{
long long result; // rax
long long v6; // rsi
if ( !a1 )
return -1LL;
result = -3LL;
if ( *(_DWORD *)(a1 + 20) == 1 )
{
v6 = *(_QWORD *)(a1 + 120);
if ( v6 >= 0 )
{
if ( (unsigned int)mz_zip_reader_extr... | |||
16,418 | zip_entry_noallocread | 7CodeWizard[P]stablediffusion/thirdparty/zip.c | ssize_t zip_entry_noallocread(struct zip_t *zip, void *buf, size_t bufsize) {
mz_zip_archive *pzip = NULL;
if (!zip) {
// zip_t handler is not initialized
return (ssize_t)ZIP_ENOINIT;
}
pzip = &(zip->archive);
if (pzip->m_zip_mode != MZ_ZIP_MODE_READING ||
zip->entry.index < (ssize_t)0) {
... | O2 | c | zip_entry_noallocread:
testq %rdi, %rdi
je 0x65541
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
pushq $-0x3
popq %rax
cmpl $0x1, 0x14(%rdi)
jne 0x65548
movq %rdx, %rcx
movq %rsi, %rdx
movq 0x78(%rbx), %rsi
testq %rsi, %rsi
js 0x65548
andq $0x0, (%rsp)
movq %rbx, %rdi
xorl %r8d, %r8d
xorl %r9d, %r9d
callq 0x5eee3
testl %... | zip_entry_noallocread:
test rdi, rdi
jz short loc_65541
push rbx
sub rsp, 10h
mov rbx, rdi
push 0FFFFFFFFFFFFFFFDh
pop rax
cmp dword ptr [rdi+14h], 1
jnz short loc_65548
mov rcx, rdx
mov rdx, rsi
mov rsi, [rbx+78h]
test rsi, rsi
js short loc_65548
and [rsp+18h+v... | long long zip_entry_noallocread(long long a1, int a2, int a3)
{
long long result; // rax
long long v6; // rsi
if ( !a1 )
return -1LL;
result = -3LL;
if ( *(_DWORD *)(a1 + 20) == 1 )
{
v6 = *(_QWORD *)(a1 + 120);
if ( v6 >= 0 )
{
if ( (unsigned int)mz_zip_reader_extract_to_mem_no_allo... | zip_entry_noallocread:
TEST RDI,RDI
JZ 0x00165541
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
PUSH -0x3
POP RAX
CMP dword ptr [RDI + 0x14],0x1
JNZ 0x00165548
MOV RCX,RDX
MOV RDX,RSI
MOV RSI,qword ptr [RBX + 0x78]
TEST RSI,RSI
JS 0x00165548
AND qword ptr [RSP],0x0
MOV RDI,RBX
XOR R8D,R8D
XOR R9D,R9D
CALL 0x0015eee3
TEST EAX,EAX
J... |
int8 zip_entry_noallocread(long param_1,int8 param_2,int8 param_3)
{
int iVar1;
int8 uVar2;
if (param_1 != 0) {
uVar2 = 0xfffffffffffffffd;
if ((*(int *)(param_1 + 0x14) == 1) && (-1 < *(long *)(param_1 + 0x78))) {
iVar1 = mz_zip_reader_extract_to_mem_no_alloc
(param_1,*... | |
16,419 | zip_entry_noallocread | 7CodeWizard[P]stablediffusion/thirdparty/zip.c | ssize_t zip_entry_noallocread(struct zip_t *zip, void *buf, size_t bufsize) {
mz_zip_archive *pzip = NULL;
if (!zip) {
// zip_t handler is not initialized
return (ssize_t)ZIP_ENOINIT;
}
pzip = &(zip->archive);
if (pzip->m_zip_mode != MZ_ZIP_MODE_READING ||
zip->entry.index < (ssize_t)0) {
... | O3 | c | zip_entry_noallocread:
testq %rdi, %rdi
je 0x8a1d6
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
movq $-0x3, %rax
cmpl $0x1, 0x14(%rdi)
jne 0x8a1e5
movq %rdx, %rcx
movq %rsi, %rdx
movq 0x78(%rbx), %rsi
testq %rsi, %rsi
js 0x8a1e5
xorps %xmm0, %xmm0
movups %xmm0, (%rsp)
movq %rbx, %rdi
xorl %r8d, %r8d
xorl %r9d, %r9d
call... | zip_entry_noallocread:
test rdi, rdi
jz short loc_8A1D6
push rbx
sub rsp, 10h
mov rbx, rdi
mov rax, 0FFFFFFFFFFFFFFFDh
cmp dword ptr [rdi+14h], 1
jnz short loc_8A1E5
mov rcx, rdx
mov rdx, rsi
mov rsi, [rbx+78h]
test rsi, rsi
js short loc_8A1E5
xorps xmm0, xmm0
movups... | long long zip_entry_noallocread(long long a1, _BYTE *a2, unsigned long long a3)
{
long long result; // rax
long long v6; // rsi
if ( !a1 )
return -1LL;
result = -3LL;
if ( *(_DWORD *)(a1 + 20) == 1 )
{
v6 = *(_QWORD *)(a1 + 120);
if ( v6 >= 0 )
{
if ( (unsigned int)mz_zip_reader_extr... | |||
16,420 | js_math_imul | bluesky950520[P]quickjs/quickjs.c | static JSValue js_math_imul(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
uint32_t a, b, c;
int32_t d;
if (JS_ToUint32(ctx, &a, argv[0]))
return JS_EXCEPTION;
if (JS_ToUint32(ctx, &b, argv[1]))
return JS_EXCEPTION;
c = a * b;
memcpy(&d,... | O0 | c | js_math_imul:
subq $0x48, %rsp
movq %rsi, 0x28(%rsp)
movq %rdx, 0x30(%rsp)
movq %rdi, 0x20(%rsp)
movl %ecx, 0x1c(%rsp)
movq %r8, 0x10(%rsp)
movq 0x20(%rsp), %rdi
movq 0x10(%rsp), %rax
movq (%rax), %rdx
movq 0x8(%rax), %rcx
leaq 0xc(%rsp), %rsi
callq 0x4d940
cmpl $0x0, %eax
je 0xd8abf
movl $0x0, 0x38(%rsp)
movq $0x6, 0x... | js_math_imul:
sub rsp, 48h
mov [rsp+48h+var_20], rsi
mov [rsp+48h+var_18], rdx
mov [rsp+48h+var_28], rdi
mov [rsp+48h+var_2C], ecx
mov [rsp+48h+var_38], r8
mov rdi, [rsp+48h+var_28]
mov rax, [rsp+48h+var_38]
mov rdx, [rax]
mov rcx, [rax+8]
lea rsi, [rsp+48h+var_3C]
call JS... | long long js_math_imul(long long a1, long long a2, long long a3, int a4, long long a5)
{
long long v5; // rdx
int v7; // [rsp+8h] [rbp-40h] BYREF
int v8; // [rsp+Ch] [rbp-3Ch] BYREF
long long v9; // [rsp+10h] [rbp-38h]
int v10; // [rsp+1Ch] [rbp-2Ch]
long long v11; // [rsp+20h] [rbp-28h]
long long v12; /... | js_math_imul:
SUB RSP,0x48
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x20],RDI
MOV dword ptr [RSP + 0x1c],ECX
MOV qword ptr [RSP + 0x10],R8
MOV RDI,qword ptr [RSP + 0x20]
MOV RAX,qword ptr [RSP + 0x10]
MOV RDX,qword ptr [RAX]
MOV RCX,qword ptr [RAX + 0x8]
LEA RSI,[RSP + 0xc]
CAL... |
int1 [16]
js_math_imul(int8 param_1,int8 param_2,int8 param_3,int4 param_4,
int8 *param_5)
{
int iVar1;
int1 auVar2 [16];
int local_40;
int local_3c;
int8 *local_38;
int4 local_2c;
int8 local_28;
int8 local_20;
int8 local_18;
int4 local_10;
int4 uStack_c;
int8 local_8;
local_... | |
16,421 | js_math_imul | bluesky950520[P]quickjs/quickjs.c | static JSValue js_math_imul(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
uint32_t a, b, c;
int32_t d;
if (JS_ToUint32(ctx, &a, argv[0]))
return JS_EXCEPTION;
if (JS_ToUint32(ctx, &b, argv[1]))
return JS_EXCEPTION;
c = a * b;
memcpy(&d,... | O1 | c | js_math_imul:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %r8, %r15
movq %rdi, %r14
movq (%r8), %rdx
movq 0x8(%r8), %rcx
movq %rdx, (%rsp)
cmpl $-0x9, %ecx
jb 0x7e1d0
movq (%rsp), %rax
incl (%rax)
leaq 0xc(%rsp), %rsi
movq %r14, %rdi
callq 0x279c3
movl $0x6, %ebx
testl %eax, %eax
jne 0x7e20c
movq 0x10(%r15),... | js_math_imul:
push r15
push r14
push rbx
sub rsp, 10h
mov r15, r8
mov r14, rdi
mov rdx, [r8]
mov rcx, [r8+8]
mov [rsp+28h+var_28], rdx
cmp ecx, 0FFFFFFF7h
jb short loc_7E1D0
mov rax, [rsp+28h+var_28]
inc dword ptr [rax]
loc_7E1D0:
lea rsi, [rsp+28h+var_1C]
mov r... | long long js_math_imul(long long a1, long long a2, long long a3, long long a4, unsigned long long *a5)
{
unsigned long long v6; // rdx
long long v7; // rcx
unsigned long long v8; // rdx
long long v9; // rcx
int v11[3]; // [rsp+0h] [rbp-28h] BYREF
int v12[7]; // [rsp+Ch] [rbp-1Ch] BYREF
v6 = *a5;
v7 = ... | |||
16,422 | js_math_imul | bluesky950520[P]quickjs/quickjs.c | static JSValue js_math_imul(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
uint32_t a, b, c;
int32_t d;
if (JS_ToUint32(ctx, &a, argv[0]))
return JS_EXCEPTION;
if (JS_ToUint32(ctx, &b, argv[1]))
return JS_EXCEPTION;
c = a * b;
memcpy(&d,... | O2 | c | js_math_imul:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %r8, %r15
movq %rdi, %r14
movq (%r8), %rdx
movq 0x8(%r8), %rcx
leaq 0xc(%rsp), %rsi
callq 0x215d7
pushq $0x6
popq %rbx
testl %eax, %eax
jne 0x69dba
movq 0x10(%r15), %rdx
movq 0x18(%r15), %rcx
leaq 0x8(%rsp), %rsi
movq %r14, %rdi
callq 0x215d7
testl %e... | js_math_imul:
push r15
push r14
push rbx
sub rsp, 10h
mov r15, r8
mov r14, rdi
mov rdx, [r8]
mov rcx, [r8+8]
lea rsi, [rsp+28h+var_1C]
call JS_ToInt32
push 6
pop rbx
test eax, eax
jnz short loc_69DBA
mov rdx, [r15+10h]
mov rcx, [r15+18h]
lea rsi, [rsp+28h+va... | long long js_math_imul(long long a1, long long a2, long long a3, long long a4, long long a5)
{
int v7; // [rsp+8h] [rbp-20h] BYREF
_DWORD v8[7]; // [rsp+Ch] [rbp-1Ch] BYREF
if ( (unsigned int)JS_ToInt32(a1, (long long)v8, *(_DWORD **)a5, *(_QWORD *)(a5 + 8))
|| (unsigned int)JS_ToInt32(a1, (long long)&v7, *... | js_math_imul:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R15,R8
MOV R14,RDI
MOV RDX,qword ptr [R8]
MOV RCX,qword ptr [R8 + 0x8]
LEA RSI,[RSP + 0xc]
CALL 0x001215d7
PUSH 0x6
POP RBX
TEST EAX,EAX
JNZ 0x00169dba
MOV RDX,qword ptr [R15 + 0x10]
MOV RCX,qword ptr [R15 + 0x18]
LEA RSI,[RSP + 0x8]
MOV RDI,R14
CALL 0x001215d7
... |
int js_math_imul(int8 param_1)
{
int iVar1;
int8 *in_R8;
int local_20;
int local_1c;
iVar1 = JS_ToInt32(param_1,&local_1c,*in_R8,in_R8[1]);
if ((iVar1 == 0) && (iVar1 = JS_ToInt32(param_1,&local_20,in_R8[2],in_R8[3]), iVar1 == 0)) {
return local_20 * local_1c;
}
return 0;
}
| |
16,423 | ma_rec_pos | eloqsql/storage/maria/ma_search.c | MARIA_RECORD_POS _ma_rec_pos(MARIA_SHARE *share, uchar *ptr)
{
my_off_t pos;
switch (share->rec_reflength) {
#if SIZEOF_OFF_T > 4
case 8:
pos= (my_off_t) mi_uint8korr(ptr);
if (pos == HA_OFFSET_ERROR)
return HA_OFFSET_ERROR; /* end of list */
break;
case 7:
pos= (my_off_t... | O0 | c | ma_rec_pos:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movl 0x740(%rax), %eax
addl $-0x2, %eax
movl %eax, %ecx
movq %rcx, -0x28(%rbp)
subl $0x6, %eax
ja 0x95d74
movq -0x28(%rbp), %rax
leaq 0xc34fd(%rip), %rcx # 0x159094
movslq (%rcx,%rax,4), %rax... | _ma_rec_pos:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_10]
mov eax, [rax+740h]
add eax, 0FFFFFFFEh; switch 7 cases
mov ecx, eax
mov [rbp+var_28], rcx
sub eax, 6
ja def_95B9E; jumptable 0000000000095B9E default case
mo... | long long ma_rec_pos(long long a1, unsigned int *a2, long long a3)
{
unsigned long long v4; // [rsp+10h] [rbp-20h]
long long v5; // [rsp+28h] [rbp-8h]
switch ( *(_DWORD *)(a1 + 1856) )
{
case 2:
v4 = _byteswap_ushort(*(_WORD *)a2);
if ( v4 != 0xFFFF )
goto LABEL_24;
v5 = -1LL;
... | _ma_rec_pos:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x740]
ADD EAX,-0x2
MOV ECX,EAX
MOV qword ptr [RBP + -0x28],RCX
SUB EAX,0x6
JA 0x00195d74
MOV RAX,qword ptr [RBP + -0x28]
LEA RCX,[0x259094]
MOVSXD RAX,... |
int8 _ma_rec_pos(long param_1,int1 *param_2)
{
int8 uVar1;
ulong local_28;
switch(*(int4 *)(param_1 + 0x740)) {
case 2:
local_28 = (ulong)CONCAT11(*param_2,param_2[1]);
if (local_28 == 0xffff) {
return 0xffffffffffffffff;
}
break;
case 3:
local_28 = (ulong)CONCAT12(*param_2,CONC... | |
16,424 | normalize_dirname | eloqsql/mysys/mf_pack.c | size_t normalize_dirname(char *to, const char *from)
{
size_t length;
char buff[FN_REFLEN + 1];
DBUG_ENTER("normalize_dirname");
/*
Despite the name, this actually converts the name to the system's
format (TODO: name this properly).
*/
(void) intern_filename(buff, from);
length= strlen(buff); /... | O3 | c | normalize_dirname:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x210, %rsp # imm = 0x210
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x18(%rbp)
leaq -0x220(%rbp), %r14
movq %r14, %rdi
callq 0x5da65
movq %r14, %rdi
callq 0x36410
testq %rax, %rax
je 0x5ddbb
cmpb $0x2f, -0x1(%rax,%r14)
je 0x5ddbb... | normalize_dirname:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 210h
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_18], rax
lea r14, [rbp+var_220]
mov rdi, r14
call intern_filename
mov rdi, r14
call _strlen
test rax, rax
jz short loc_5DDBB
cmp byte ptr [rax+r14... | long long normalize_dirname(long long a1, _BYTE *a2)
{
unsigned long long v2; // rax
long long v3; // rcx
unsigned __int8 v5[520]; // [rsp+0h] [rbp-220h] BYREF
unsigned long long v6; // [rsp+208h] [rbp-18h]
v6 = __readfsqword(0x28u);
intern_filename((long long)v5, a2);
v2 = strlen(v5);
if ( v2 && v5[v... | normalize_dirname:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x210
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
LEA R14,[RBP + -0x220]
MOV RDI,R14
CALL 0x0015da65
MOV RDI,R14
CALL 0x00136410
TEST RAX,RAX
JZ 0x0015ddbb
CMP byte ptr [RAX + R14*0x1 + -0x1],0x2f
JZ 0x0015ddbb
MOV ECX,0x1ff
C... |
void normalize_dirname(int8 param_1)
{
size_t sVar1;
size_t sVar2;
long in_FS_OFFSET;
int8 uStack_230;
char local_228 [520];
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
uStack_230 = (code *)0x15dd90;
intern_filename(local_228);
uStack_230 = (code *)0x15dd98;
sVar1 = strlen(local... | |
16,425 | sd_image_to_tensor(unsigned char const*, ggml_tensor*) | 7CodeWizard[P]stablediffusion/ggml_extend.hpp | __STATIC_INLINE__ void sd_image_to_tensor(const uint8_t* image_data,
struct ggml_tensor* output) {
int64_t width = output->ne[0];
int64_t height = output->ne[1];
int64_t channels = output->ne[2];
GGML_ASSERT(channels == 3 && output->type == GGML_TYPE_F32);
... | O0 | cpp | sd_image_to_tensor(unsigned char const*, ggml_tensor*):
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movq %rsi, 0x28(%rsp)
movq 0x28(%rsp), %rax
movq 0x10(%rax), %rax
movq %rax, 0x20(%rsp)
movq 0x28(%rsp), %rax
movq 0x18(%rax), %rax
movq %rax, 0x18(%rsp)
movq 0x28(%rsp), %rax
movq 0x20(%rax), %rax
movq %rax, 0x10(%rsp)
cmpq ... | _ZL18sd_image_to_tensorPKhP11ggml_tensor:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_10], rsi
mov rax, [rsp+38h+var_10]
mov rax, [rax+10h]
mov [rsp+38h+var_18], rax
mov rax, [rsp+38h+var_10]
mov rax, [rax+18h]
mov [rsp+38h+var_20], rax
mov rax, [rsp+38h+var_10]
mov ... | long long sd_image_to_tensor(long long a1, long long a2)
{
long long result; // rax
unsigned int k; // [rsp+4h] [rbp-34h]
unsigned int j; // [rsp+8h] [rbp-30h]
unsigned int i; // [rsp+Ch] [rbp-2Ch]
long long v6; // [rsp+18h] [rbp-20h]
long long v7; // [rsp+20h] [rbp-18h]
v7 = *(_QWORD *)(a2 + 16);
v6 ... | sd_image_to_tensor:
SUB RSP,0x38
MOV qword ptr [RSP + 0x30],RDI
MOV qword ptr [RSP + 0x28],RSI
MOV RAX,qword ptr [RSP + 0x28]
MOV RAX,qword ptr [RAX + 0x10]
MOV qword ptr [RSP + 0x20],RAX
MOV RAX,qword ptr [RSP + 0x28]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RSP + 0x18],RAX
MOV RAX,qword ptr [RSP + 0x28]
MOV RAX,... |
/* sd_image_to_tensor(unsigned char const*, ggml_tensor*) */
void sd_image_to_tensor(uchar *param_1,ggml_tensor *param_2)
{
long lVar1;
long lVar2;
int local_34;
int local_30;
int local_2c;
lVar1 = *(long *)(param_2 + 0x10);
lVar2 = *(long *)(param_2 + 0x18);
if ((*(long *)(param_2 + 0x20) == 3) &... | |
16,426 | 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[](size_type idx)
{
// implicitly convert null value to an empty array
if (is_null())
{
m_data.m_type = value_t::array;
m_data.m_value.array = create<array_t>();
assert_invariant();
}
// operator[] only works for arrays
... | O1 | 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_IhSaIhEEvEixEm:
push rbp; char
push r14; int
push rbx; __int64
sub rsp, 30h
mov rbx, rsi
mov r14, rdi
cmp byte ptr [rdi], 0
jnz short loc_C... | 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[](
long long a1,
unsigned long long a2)
{
long long v3; ... | operator[]:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV RBX,RSI
MOV R14,RDI
CMP byte ptr [RDI],0x0
JNZ 0x001cfb92
MOV byte ptr [R14],0x2
MOV EDI,0x18
CALL 0x0011dc10
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RAX],XMM0
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [R14 + 0x8],RAX
MOV RDI,R14
MOV ESI,0x1
CALL 0x0018974c
LAB_001... |
/* 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>::operator[](unsigned long) */
... | |
16,427 | 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[](size_type idx)
{
// implicitly convert null value to an empty array
if (is_null())
{
m_data.m_type = value_t::array;
m_data.m_value.array = create<array_t>();
assert_invariant();
}
// operator[] only works for arrays
... | 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_IhSaIhEEvEixEm:
push rbp; char
push r14; int
push rbx; __int64
sub rsp, 30h
mov rbx, rsi
mov r14, rdi
mov al, [rdi]
test al, al
jnz shor... | 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[](
long long a1,
unsigned long long a2)
{
char v3; // al... | operator[]:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV RBX,RSI
MOV R14,RDI
MOV AL,byte ptr [RDI]
TEST AL,AL
JNZ 0x001ce8ea
MOV byte ptr [R14],0x2
MOV EDI,0x18
CALL 0x0011dc20
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RAX],XMM0
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [R14 + 0x8],RAX
MOV RDI,R14
MOV ESI,0x1
CALL 0x001898... |
/* 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>::operator[](unsigned long) */
... | |
16,428 | find_set_from_flags | eloqsql/mysys/typelib.c | my_ulonglong find_set_from_flags(const TYPELIB *lib, uint default_name,
my_ulonglong cur_set, my_ulonglong default_set,
const char *str, uint length,
char **err_pos, uint *err_len)
{
const char *end= str + length;
my_ulonglong... | O0 | c | find_set_from_flags:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq 0x18(%rbp), %rax
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl %r9d, -0x2c(%rbp)
movq -0x28(%rbp), %rax
movl -0x2c(%rbp), %ecx
addq %rcx, %rax
movq %rax, -0x... | find_set_from_flags:
push rbp
mov rbp, rsp
sub rsp, 80h
mov rax, [rbp+arg_8]
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_2C], r9d
mov rax, [rbp+var_28]
mov ecx, [rbp+var_2C... | long long find_set_from_flags(
long long a1,
int a2,
long long a3,
long long a4,
_BYTE *a5,
unsigned int a6,
_QWORD *a7,
_DWORD *a8)
{
_BYTE *v8; // rax
_BYTE *v9; // rax
long long v11; // [rsp+0h] [rbp-80h]
long long v12; // [rsp+8h] [rbp-78h]
... | |||
16,429 | find_set_from_flags | eloqsql/mysys/typelib.c | my_ulonglong find_set_from_flags(const TYPELIB *lib, uint default_name,
my_ulonglong cur_set, my_ulonglong default_set,
const char *str, uint length,
char **err_pos, uint *err_len)
{
const char *end= str + length;
my_ulonglong... | O3 | c | find_set_from_flags:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rcx, -0x50(%rbp)
movq %rdx, %rax
movl %esi, -0x44(%rbp)
movq 0x10(%rbp), %rcx
movq $0x0, (%rcx)
testl %r9d, %r9d
je 0xacd55
movq %r8, %r14
movq %rdi, %rbx
movq %rax, -0x58(%rbp)
movl %r9d, %r15d... | find_set_from_flags:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov [rbp+var_50], rcx
mov rax, rdx
mov [rbp+var_44], esi
mov rcx, [rbp+arg_0]
mov qword ptr [rcx], 0
test r9d, r9d
jz loc_ACD55
mov r14, r8
mov rbx, rdi
mov ... | long long find_set_from_flags(
long long a1,
int a2,
long long a3,
long long a4,
long long a5,
unsigned int a6,
_QWORD *a7,
_DWORD *a8)
{
long long v8; // rax
long long v9; // r14
int v10; // ebx
unsigned __int8 *v11; // r15
int type_eol; // eax... | find_set_from_flags:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RBP + -0x50],RCX
MOV RAX,RDX
MOV dword ptr [RBP + -0x44],ESI
MOV RCX,qword ptr [RBP + 0x10]
MOV qword ptr [RCX],0x0
TEST R9D,R9D
JZ 0x001acd55
MOV R14,R8
MOV RBX,RDI
MOV qword ptr [RBP + -0x58],RAX
MOV R15... |
ulong find_set_from_flags(int8 param_1,int param_2,ulong param_3,ulong param_4,char *param_5,
uint param_6,int8 *param_7,int *param_8)
{
bool bVar1;
byte bVar2;
int iVar3;
bool bVar4;
bool bVar5;
ulong uVar6;
char *pcVar7;
ulong local_48;
ulong local_40;
char *local_38;
... | |
16,430 | google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc | MessageOptions::MessageOptions(const MessageOptions& from)
: ::PROTOBUF_NAMESPACE_ID::Message() {
MessageOptions* const _this = this; (void)_this;
new (&_impl_) Impl_{
/*decltype(_impl_._extensions_)*/{}
, decltype(_impl_._has_bits_){from._impl_._has_bits_}
, /*decltype(_impl_._cached_size_)*/{}
... | O0 | cpp | google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&):
subq $0xc8, %rsp
movq %rdi, 0x78(%rsp)
movq %rsi, 0x70(%rsp)
movq 0x78(%rsp), %rdi
movq %rdi, 0x40(%rsp)
callq 0xd3f60
movq 0x40(%rsp), %rdi
leaq 0x1b7cb4(%rip), %rax # 0x2785e0
movq %rax, (%rdi)
movq %rdi, 0x68(%rsp)
addq $0x... | _ZN6google8protobuf14MessageOptionsC2ERKS1_:
sub rsp, 0C8h
mov [rsp+0C8h+var_50], rdi
mov [rsp+0C8h+var_58], rsi
mov rdi, [rsp+0C8h+var_50]; this
mov [rsp+0C8h+var_88], rdi
call _ZN6google8protobuf7MessageC2Ev; google::protobuf::Message::Message(void)
mov rdi, [rsp+0C8h+var_88]
lea rax, o... | long long google::protobuf::MessageOptions::MessageOptions(
google::protobuf::MessageOptions *this,
const google::protobuf::MessageOptions *a2)
{
google::protobuf::MessageOptions *v2; // rdi
int v3; // edx
int v4; // ecx
int v5; // r8d
int v6; // r9d
google::protobuf::MessageLite *v8; // [r... | MessageOptions:
SUB RSP,0xc8
MOV qword ptr [RSP + 0x78],RDI
MOV qword ptr [RSP + 0x70],RSI
MOV RDI,qword ptr [RSP + 0x78]
MOV qword ptr [RSP + 0x40],RDI
CALL 0x001d3f60
MOV RDI,qword ptr [RSP + 0x40]
LEA RAX,[0x3785e0]
MOV qword ptr [RDI],RAX
MOV qword ptr [RSP + 0x68],RDI
ADD RDI,0x10
MOV qword ptr [RSP + 0x48],RDI
MO... |
/* google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&) */
void __thiscall
google::protobuf::MessageOptions::MessageOptions(MessageOptions *this,MessageOptions *param_1)
{
InternalMetadata *this_00;
MessageLite *pMVar1;
UnknownFieldSet *local_20;
Message::Message((Mess... | |
16,431 | google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc | MessageOptions::MessageOptions(const MessageOptions& from)
: ::PROTOBUF_NAMESPACE_ID::Message() {
MessageOptions* const _this = this; (void)_this;
new (&_impl_) Impl_{
/*decltype(_impl_._extensions_)*/{}
, decltype(_impl_._has_bits_){from._impl_._has_bits_}
, /*decltype(_impl_._cached_size_)*/{}
... | O3 | cpp | google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x8(%rdi), %r14
xorps %xmm0, %xmm0
movups %xmm0, 0x8(%rdi)
leaq 0xace02(%rip), %rax # 0xfed80
movq %rax, (%rdi)
leaq 0x10(%rdi), %r12... | _ZN6google8protobuf14MessageOptionsC2ERKS1_:
push r15; Alternative name is 'google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&)'
push r14
push r12
push rbx
push rax
mov r15, rsi
mov rbx, rdi
lea r14, [rdi+8]
xorps xmm0, xmm0
movups xmmword ptr [rdi+8],... | long long google::protobuf::MessageOptions::MessageOptions(
google::protobuf::MessageOptions *this,
const google::protobuf::MessageOptions *a2,
long long a3,
int a4,
int a5,
int a6)
{
long long v7; // rsi
long long result; // rax
*(_OWORD *)((char *)this + 8) = 0L... | MessageOptions:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RSI
MOV RBX,RDI
LEA R14,[RDI + 0x8]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x8],XMM0
LEA RAX,[0x1fed80]
MOV qword ptr [RDI],RAX
LEA R12,[RDI + 0x10]
MOV dword ptr [RDI + 0x18],0x0
MOV qword ptr [RDI + 0x20],0x0
MOV EAX,dword ptr [RSI + 0x28]
MOV dw... |
/* google::protobuf::MessageOptions::MessageOptions(google::protobuf::MessageOptions const&) */
void __thiscall
google::protobuf::MessageOptions::MessageOptions(MessageOptions *this,MessageOptions *param_1)
{
*(int8 *)(this + 8) = 0;
*(int8 *)(this + 0x10) = 0;
*(int ***)this = &PTR__MessageOptions_001fed80;
... | |
16,432 | psi_rwlock_trywrlock | eloqsql/mysys/my_thr_init.c | ATTRIBUTE_COLD
int psi_rwlock_trywrlock(mysql_rwlock_t *that, const char *file, uint line)
{
PSI_rwlock_locker_state state;
PSI_rwlock_locker *locker= PSI_RWLOCK_CALL(start_rwlock_wrwait)
(&state, that->m_psi, PSI_RWLOCK_TRYWRITELOCK, file, line);
int result= rw_trywrlock(&that->m_rwlock);
if (locker)
P... | O3 | c | psi_rwlock_trywrlock:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x38, %rsp
movl %edx, %r8d
movq %rsi, %rcx
movq %rdi, %r14
leaq 0x2f1790(%rip), %r15 # 0x31ced8
movq (%r15), %rax
movq 0x90(%rdi), %rsi
leaq -0x48(%rbp), %rdi
pushq $0x3
popq %rdx
callq *0x1b0(%rax)
movq %rax, %rbx
movq %r14, %rd... | psi_rwlock_trywrlock:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 38h
mov r8d, edx
mov rcx, rsi
mov r14, rdi
lea r15, PSI_server
mov rax, [r15]
mov rsi, [rdi+90h]
lea rdi, [rbp+var_48]
push 3
pop rdx
call qword ptr [rax+1B0h]
mov rbx, rax
mov ... | long long psi_rwlock_trywrlock(long long a1, long long a2, unsigned int a3)
{
long long v3; // rbx
unsigned int v4; // r14d
_BYTE v6[72]; // [rsp+8h] [rbp-48h] BYREF
v3 = ((long long ( *)(_BYTE *, _QWORD, long long, long long, _QWORD))PSI_server[54])(
v6,
*(_QWORD *)(a1 + 144),
3LL,... | psi_rwlock_trywrlock:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV R8D,EDX
MOV RCX,RSI
MOV R14,RDI
LEA R15,[0x41ced8]
MOV RAX,qword ptr [R15]
MOV RSI,qword ptr [RDI + 0x90]
LEA RDI,[RBP + -0x48]
PUSH 0x3
POP RDX
CALL qword ptr [RAX + 0x1b0]
MOV RBX,RAX
MOV RDI,R14
CALL 0x00149d73
MOV R14D,EAX
TEST R... |
int4 psi_rwlock_trywrlock(long param_1,int8 param_2,int4 param_3)
{
int4 uVar1;
long lVar2;
int1 local_50 [48];
lVar2 = (**(code **)(PSI_server + 0x1b0))
(local_50,*(int8 *)(param_1 + 0x90),3,param_2,param_3);
uVar1 = my_rw_trywrlock(param_1);
if (lVar2 != 0) {
(**(code **)(PSI_... | |
16,433 | ftxui::Color::Print[abi:cxx11](bool) const | Andrewchistyakov[P]flashcards_lyc/build_O0/_deps/ftxui-src/src/ftxui/screen/color.cpp | std::string Color::Print(bool is_background_color) const {
switch (type_) {
case ColorType::Palette1:
return is_background_color ? "49"s : "39"s;
case ColorType::Palette16:
return palette16code[2 * red_ + is_background_color]; // NOLINT;
case ColorType::Palette256:
return (is_backgrou... | O0 | cpp | ftxui::Color::Print[abi:cxx11](bool) const:
pushq %rbp
movq %rsp, %rbp
subq $0x1a0, %rsp # imm = 0x1A0
movq %rdi, -0x188(%rbp)
movb %dl, %al
movq %rdi, %rcx
movq %rcx, -0x180(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
andb $0x1, %al
movb %al, -0x11(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x178(%rbp)... | _ZNK5ftxui5Color5PrintB5cxx11Eb:
push rbp
mov rbp, rsp
sub rsp, 1A0h
mov [rbp+var_188], rdi
mov al, dl
mov rcx, rdi
mov [rbp+var_180], rcx
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
and al, 1
mov [rbp+var_11], al
mov rax, [rbp+var_10]
mov [rbp+var_178], rax
movzx eax... | long long ftxui::Color::Print[abi:cxx11](long long a1, _BYTE *a2, char a3)
{
long long v4; // [rsp+8h] [rbp-198h]
_BYTE v5[32]; // [rsp+38h] [rbp-168h] BYREF
_BYTE v6[32]; // [rsp+58h] [rbp-148h] BYREF
_BYTE v7[32]; // [rsp+78h] [rbp-128h] BYREF
_BYTE v8[32]; // [rsp+98h] [rbp-108h] BYREF
_BYTE v9[32]; // ... | Print[abi:cxx11]:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x1a0
MOV qword ptr [RBP + -0x188],RDI
MOV AL,DL
MOV RCX,RDI
MOV qword ptr [RBP + -0x180],RCX
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
AND AL,0x1
MOV byte ptr [RBP + -0x11],AL
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x178],RAX
MOVZX EAX,... |
/* ftxui::Color::Print[abi:cxx11](bool) const */
string * ftxui::Color::Print_abi_cxx11_(bool param_1)
{
char *pcVar1;
int8 *puVar2;
byte in_DL;
int1 *in_RSI;
int7 in_register_00000039;
string *this;
__cxx11 local_170 [32];
__cxx11 local_150 [32];
__cxx11 local_130 [32];
string local_110 [32];
... | |
16,434 | rtree_find_first | eloqsql/storage/myisam/rt_index.c | int rtree_find_first(MI_INFO *info, uint keynr, uchar *key, uint key_length,
uint search_flag)
{
my_off_t root;
uint nod_cmp_flag;
MI_KEYDEF *keyinfo = info->s->keyinfo + keynr;
/*
At the moment index can only properly handle the
MBR_INTERSECT, so we use it for all sorts of queries... | O3 | c | rtree_find_first:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movl %ecx, %r14d
movq (%rdi), %rax
movl %esi, %ecx
movq 0x98(%rax), %rsi
movq (%rsi,%rcx,8), %r15
cmpq $-0x1, %r15
je 0x89b26
movq %rdi, %rbx
movq 0x218(%rax), %rax
imulq $0x70, %rcx, %rcx
leaq (%rax,%rcx), %r12
movq 0x118(%rdi), %... | rtree_find_first:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r14d, ecx
mov rax, [rdi]
mov ecx, esi
mov rsi, [rax+98h]
mov r15, [rsi+rcx*8]
cmp r15, 0FFFFFFFFFFFFFFFFh
jz short loc_89B26
mov rbx, rdi
mov rax, [rax+218h]
imul rcx, 70h ; 'p'
lea... | long long rtree_find_first(long long a1, unsigned int a2, long long a3, int a4)
{
long long v5; // rcx
const char *v6; // rsi
long long v7; // r15
long long v8; // r12
v5 = a2;
v6 = *(const char **)(*(_QWORD *)a1 + 152LL);
v7 = *(_QWORD *)&v6[8 * v5];
if ( v7 == -1 )
{
*(_DWORD *)my_thread_var(a... | rtree_find_first:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14D,ECX
MOV RAX,qword ptr [RDI]
MOV ECX,ESI
MOV RSI,qword ptr [RAX + 0x98]
MOV R15,qword ptr [RSI + RCX*0x8]
CMP R15,-0x1
JZ 0x00189b26
MOV RBX,RDI
MOV RAX,qword ptr [RAX + 0x218]
IMUL RCX,RCX,0x70
LEA R12,[RAX + RCX*0x1]
MOV RDI,qword ptr ... |
int8 rtree_find_first(long *param_1,ulong param_2,void *param_3,int4 param_4)
{
long lVar1;
long lVar2;
int8 uVar3;
int4 *puVar4;
long lVar5;
lVar1 = *(long *)(*(long *)(*param_1 + 0x98) + (param_2 & 0xffffffff) * 8);
if (lVar1 != -1) {
lVar2 = *(long *)(*param_1 + 0x218);
lVar5 = (param_2 & ... | |
16,435 | 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(... | O3 | 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 0x1bbd0
leaq 0x7d2e1(%rip), %rsi # 0xfcd42
movl $0x19, %edx
movq %r15, %rdi
callq 0x1ba10
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 0x0011bbd0
LAB_0017fa5a:
LEA RSI,[0x1fcd42]
MOV EDX,0x19
MOV RDI,R15
CALL 0x0011ba10
MOV ESI,dword ptr [R14 + 0x274]
LEA RDI,[RSP + 0x8]
CALL 0x0011bfb0
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... | |
16,436 | string_buffer_putc | bluesky950520[P]quickjs/quickjs.c | static int string_buffer_putc(StringBuffer *s, uint32_t c)
{
if (unlikely(c >= 0x10000)) {
/* surrogate pair */
if (string_buffer_putc16(s, get_hi_surrogate(c)))
return -1;
c = get_lo_surrogate(c);
}
return string_buffer_putc16(s, c);
} | O0 | c | string_buffer_putc:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movl %esi, 0x14(%rsp)
cmpl $0x10000, 0x14(%rsp) # imm = 0x10000
setae %al
xorb $-0x1, %al
xorb $-0x1, %al
andb $0x1, %al
movzbl %al, %eax
cltq
cmpq $0x0, %rax
je 0x4c824
movq 0x18(%rsp), %rax
movq %rax, 0x8(%rsp)
movl 0x14(%rsp), %edi
callq 0x7d4a0
movq 0x8(... | string_buffer_putc:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_14], esi
cmp [rsp+28h+var_14], 10000h
setnb al
xor al, 0FFh
xor al, 0FFh
and al, 1
movzx eax, al
cdqe
cmp rax, 0
jz short loc_4C824
mov rax, [rsp+28h+var_10]
mov [rsp+28h+var_20], rax
mov edi... | long long string_buffer_putc(long long a1, unsigned int a2)
{
unsigned int hi_surrogate_0; // eax
unsigned int lo_surrogate_0; // [rsp+14h] [rbp-14h]
lo_surrogate_0 = a2;
if ( a2 < 0x10000 )
return (unsigned int)string_buffer_putc16(a1, lo_surrogate_0);
hi_surrogate_0 = get_hi_surrogate_0(a2);
if ( !(... | string_buffer_putc:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV dword ptr [RSP + 0x14],ESI
CMP dword ptr [RSP + 0x14],0x10000
SETNC AL
XOR AL,0xff
XOR AL,0xff
AND AL,0x1
MOVZX EAX,AL
CDQE
CMP RAX,0x0
JZ 0x0014c824
MOV RAX,qword ptr [RSP + 0x18]
MOV qword ptr [RSP + 0x8],RAX
MOV EDI,dword ptr [RSP + 0x14]
CALL 0x001... |
int4 string_buffer_putc(int8 param_1,uint param_2)
{
int4 uVar1;
int iVar2;
uint local_14;
local_14 = param_2;
if (0xffff < param_2) {
uVar1 = get_hi_surrogate(param_2);
iVar2 = string_buffer_putc16(param_1,uVar1);
if (iVar2 != 0) {
return 0xffffffff;
}
local_14 = get_lo_surroga... | |
16,437 | string_buffer_putc | bluesky950520[P]quickjs/quickjs.c | static int string_buffer_putc(StringBuffer *s, uint32_t c)
{
if (unlikely(c >= 0x10000)) {
/* surrogate pair */
if (string_buffer_putc16(s, get_hi_surrogate(c)))
return -1;
c = get_lo_surrogate(c);
}
return string_buffer_putc16(s, c);
} | O3 | c | string_buffer_putc:
pushq %r14
pushq %rbx
pushq %rax
movl %esi, %ebx
movq %rdi, %r14
cmpl $0x10000, %esi # imm = 0x10000
jae 0x33643
movq %r14, %rdi
movl %ebx, %esi
addq $0x8, %rsp
popq %rbx
popq %r14
jmp 0x4886d
movl %ebx, %esi
shrl $0xa, %esi
addl $0xd7c0, %esi # imm = 0xD7C0
movq %r14, %rdi
callq ... | string_buffer_putc:
push r14
push rbx
push rax
mov ebx, esi
mov r14, rdi
cmp esi, offset loc_10000
jnb short loc_33643
loc_33632:
mov rdi, r14
mov esi, ebx
add rsp, 8
pop rbx
pop r14
jmp string_buffer_putc16
loc_33643:
mov esi, ebx
shr esi, 0Ah
add esi, 0D7C0... | long long string_buffer_putc(long long a1, unsigned int a2)
{
unsigned int v2; // ebx
v2 = a2;
if ( a2 < (unsigned int)&loc_10000 )
return string_buffer_putc16(a1, v2);
if ( !(unsigned int)string_buffer_putc16(a1, (a2 >> 10) + 55232) )
{
v2 = a2 & 0x3FF | 0xDC00;
return string_buffer_putc16(a1, ... | string_buffer_putc:
PUSH R14
PUSH RBX
PUSH RAX
MOV EBX,ESI
MOV R14,RDI
CMP ESI,0x10000
JNC 0x00133643
LAB_00133632:
MOV RDI,R14
MOV ESI,EBX
ADD RSP,0x8
POP RBX
POP R14
JMP 0x0014886d
LAB_00133643:
MOV ESI,EBX
SHR ESI,0xa
ADD ESI,0xd7c0
MOV RDI,R14
CALL 0x0014886d
TEST EAX,EAX
JZ 0x00133667
MOV EAX,0xffffffff
ADD RSP,0x... |
int8 string_buffer_putc(int8 param_1,uint param_2)
{
int iVar1;
int8 uVar2;
if (0xffff < param_2) {
iVar1 = string_buffer_putc16(param_1,(param_2 >> 10) + 0xd7c0);
if (iVar1 != 0) {
return 0xffffffff;
}
param_2 = param_2 & 0x3ff | 0xdc00;
}
uVar2 = string_buffer_putc16(param_1,param... | |
16,438 | update_backward_delete_link | eloqsql/storage/myisam/mi_dynrec.c | static int update_backward_delete_link(MI_INFO *info, my_off_t delete_block,
my_off_t filepos)
{
MI_BLOCK_INFO block_info;
DBUG_ENTER("update_backward_delete_link");
if (delete_block != HA_OFFSET_ERROR)
{
block_info.second_read=0;
if (_mi_get_block_info(&block_info,info->dfile,delete_block)
... | O3 | c | update_backward_delete_link:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x68, %rsp
movq %fs:0x28, %rax
movq %rax, -0x20(%rbp)
cmpq $-0x1, %rsi
je 0x78574
movq %rdx, %r15
movq %rsi, %rbx
movq %rdi, %r14
leaq -0x78(%rbp), %rdi
movl $0x0, 0x50(%rdi)
movl 0x1c0(%r14), %esi
movq %rbx, %rdx
callq 0x77f... | update_backward_delete_link_0:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 68h
mov rax, fs:28h
mov [rbp+var_20], rax
cmp rsi, 0FFFFFFFFFFFFFFFFh
jz short loc_78574
mov r15, rdx
mov rbx, rsi
mov r14, rdi
lea rdi, [rbp+var_78]
mov dword ptr [rdi+50h],... | long long update_backward_delete_link_0(unsigned int *a1, long long a2, unsigned long long a3)
{
unsigned long long v5; // rsi
long long result; // rax
long long v7; // rcx
unsigned long long v8; // [rsp+0h] [rbp-80h] BYREF
_BYTE v9[80]; // [rsp+8h] [rbp-78h] BYREF
int v10; // [rsp+58h] [rbp-28h]
unsigne... | update_backward_delete_link:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x68
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x20],RAX
CMP RSI,-0x1
JZ 0x00178574
MOV R15,RDX
MOV RBX,RSI
MOV R14,RDI
LEA RDI,[RBP + -0x78]
MOV dword ptr [RDI + 0x50],0x0
MOV ESI,dword ptr [R14 + 0x1c0]
MOV RDX,RBX
CALL 0x001... |
int8 update_backward_delete_link(long *param_1,long param_2,ulong param_3)
{
ulong uVar1;
int4 *puVar2;
int8 uVar3;
long lVar4;
long in_FS_OFFSET;
ulong local_88;
int1 local_80 [80];
int4 local_30;
long local_28;
local_28 = *(long *)(in_FS_OFFSET + 0x28);
if (param_2 != -1) {
local_30 = 0... | |
16,439 | reset_events_waits_by_class() | eloqsql/storage/perfschema/pfs_instr_class.cc | void reset_events_waits_by_class()
{
reset_file_class_io();
reset_socket_class_io();
global_idle_stat.reset();
global_table_io_stat.reset();
global_table_lock_stat.reset();
global_metadata_stat.reset();
} | O0 | cpp | reset_events_waits_by_class():
pushq %rbp
movq %rsp, %rbp
callq 0x4fea0
callq 0x4ff00
leaq 0x3bc1cb(%rip), %rdi # 0x40c040
callq 0x2b3a0
leaq 0x3bc1ff(%rip), %rdi # 0x40c080
callq 0x50f30
leaq 0x3bc2b3(%rip), %rdi # 0x40c140
callq 0x50890
leaq 0x3bc427(%rip), %rdi # 0x40c2c0
callq 0x2b3a0
popq %rbp
retq
| _Z27reset_events_waits_by_classv:
push rbp
mov rbp, rsp
call _Z19reset_file_class_iov; reset_file_class_io(void)
call _Z21reset_socket_class_iov; reset_socket_class_io(void)
lea rdi, global_idle_stat; this
call _ZN15PFS_single_stat5resetEv; PFS_single_stat::reset(void)
lea rdi, global_table_io_s... | PFS_single_stat *reset_events_waits_by_class(void)
{
reset_file_class_io();
reset_socket_class_io();
PFS_single_stat::reset((PFS_single_stat *)&global_idle_stat);
PFS_table_io_stat::reset((PFS_table_io_stat *)&global_table_io_stat);
PFS_table_lock_stat::reset((PFS_table_lock_stat *)&global_table_lock_stat);
... | reset_events_waits_by_class:
PUSH RBP
MOV RBP,RSP
CALL 0x0014fea0
CALL 0x0014ff00
LEA RDI,[0x50c040]
CALL 0x0012b3a0
LEA RDI,[0x50c080]
CALL 0x00150f30
LEA RDI,[0x50c140]
CALL 0x00150890
LEA RDI,[0x50c2c0]
CALL 0x0012b3a0
POP RBP
RET
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* reset_events_waits_by_class() */
void reset_events_waits_by_class(void)
{
reset_file_class_io();
reset_socket_class_io();
PFS_single_stat::reset((PFS_single_stat *)global_idle_stat);
PFS_table_io_stat::reset((PFS_table_io_stat *)... | |
16,440 | hp_search_next | eloqsql/storage/heap/hp_hash.c | uchar *hp_search_next(HP_INFO *info, HP_KEYDEF *keyinfo, const uchar *key,
HASH_INFO *pos)
{
DBUG_ENTER("hp_search_next");
while ((pos= pos->next_key))
{
if (! hp_key_cmp(keyinfo, pos->ptr_to_rec, key))
{
info->current_hash_ptr=pos;
DBUG_RETURN (info->current_ptr= pos->ptr_to_rec);
... | O3 | c | hp_search_next:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
movq (%r14), %r14
testq %r14, %r14
je 0x2715a
movq 0x8(%r14), %rsi
movq %r12, %rdi
movq %r15, %rdx
callq 0x26e94
testl %eax, %eax
jne 0x27131
movq %r14, 0x10(%rbx)
movq ... | hp_search_next:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
loc_27131:
mov r14, [r14]
test r14, r14
jz short loc_2715A
mov rsi, [r14+8]
mov rdi, r12
mov rdx, r15
call hp_key_cmp
test eax, e... | long long hp_search_next(long long a1, long long a2, _BYTE *a3, _QWORD *a4)
{
long long v6; // r12
long long v7; // rbx
long long result; // rax
v6 = a2;
v7 = a1;
while ( 1 )
{
a4 = (_QWORD *)*a4;
if ( !a4 )
break;
a2 = a4[1];
a1 = v6;
if ( !(unsigned int)hp_key_cmp(v6, a2, a3)... | hp_search_next:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
LAB_00127131:
MOV R14,qword ptr [R14]
TEST R14,R14
JZ 0x0012715a
MOV RSI,qword ptr [R14 + 0x8]
MOV RDI,R12
MOV RDX,R15
CALL 0x00126e94
TEST EAX,EAX
JNZ 0x00127131
MOV qword ptr [RBX + 0x10],R14
MOV R... |
int8 hp_search_next(long param_1,int8 param_2,int8 param_3,long *param_4)
{
int8 uVar1;
int iVar2;
int4 *puVar3;
do {
param_4 = (long *)*param_4;
if (param_4 == (long *)0x0) {
puVar3 = (int4 *)_my_thread_var();
*puVar3 = 0x78;
*(int8 *)(param_1 + 8) = 0;
*(int8 *)(param_1 + ... | |
16,441 | get_first_set | eloqsql/mysys/my_bitmap.c | static inline uint get_first_set(my_bitmap_map value, uint word_pos)
{
uchar *byte_ptr= (uchar*)&value;
uchar byte_value;
uint byte_pos, bit_pos;
DBUG_ASSERT(value);
for (byte_pos=0; ; byte_pos++, byte_ptr++)
{
if ((byte_value= *byte_ptr))
{
for (bit_pos=0; ; bit_pos++)
if (byte_value... | O0 | c | get_first_set:
pushq %rbp
movq %rsp, %rbp
movl %edi, -0x4(%rbp)
movl %esi, -0x8(%rbp)
leaq -0x4(%rbp), %rax
movq %rax, -0x10(%rbp)
jmp 0xeead4
movl $0x0, -0x18(%rbp)
movq -0x10(%rbp), %rax
movb (%rax), %al
movb %al, -0x11(%rbp)
cmpb $0x0, %al
je 0xeeb26
movl $0x0, -0x1c(%rbp)
movzbl -0x11(%rbp), %eax
movl -0x1c(%rbp), ... | get_first_set:
push rbp
mov rbp, rsp
mov [rbp+var_4], edi
mov [rbp+var_8], esi
lea rax, [rbp+var_4]
mov [rbp+var_10], rax
jmp short $+2
loc_EEAD4:
mov [rbp+var_18], 0
loc_EEADB:
mov rax, [rbp+var_10]
mov al, [rax]
mov [rbp+var_11], al
cmp al, 0
jz short loc_EEB26
mov ... | long long get_first_set(int a1, int a2)
{
int i; // [rsp+0h] [rbp-1Ch]
int v4; // [rsp+4h] [rbp-18h]
int *v5; // [rsp+Ch] [rbp-10h]
int v6; // [rsp+18h] [rbp-4h] BYREF
v6 = a1;
v5 = &v6;
v4 = 0;
while ( !*(_BYTE *)v5 )
{
++v4;
v5 = (int *)((char *)v5 + 1);
}
for ( i = 0; ((1 << i) & *(un... | get_first_set:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x4],EDI
MOV dword ptr [RBP + -0x8],ESI
LEA RAX,[RBP + -0x4]
MOV qword ptr [RBP + -0x10],RAX
JMP 0x001eead4
LAB_001eead4:
MOV dword ptr [RBP + -0x18],0x0
LAB_001eeadb:
MOV RAX,qword ptr [RBP + -0x10]
MOV AL,byte ptr [RAX]
MOV byte ptr [RBP + -0x11],AL
CMP AL,0x0... |
int get_first_set(int8 param_1,int param_2)
{
int local_24;
int local_20;
byte *local_18;
byte local_c [4];
local_20 = 0;
for (local_18 = local_c; *local_18 == 0; local_18 = local_18 + 1) {
local_20 = local_20 + 1;
}
local_24 = 0;
while (((uint)*local_18 & 1 << ((byte)local_24 & 0x1f)) == 0) ... | |
16,442 | OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints(int, int*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchBuilder.cpp | int
SourcePatch::GetCornerRingPoints(int corner, int ringPoints[]) const {
bool isQuad = (_numCorners == 4);
int cNext = fastModN(corner + 1, _numCorners);
int cOpp = fastModN(corner + 1 + isQuad, _numCorners);
int cPrev = fastModN(corner + 2 + isQuad, _numCorners);
//
// Assemble ... | O0 | cpp | OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints(int, int*) const:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x40(%rbp)
cmpl $0x4, 0x18(%rax)
sete %cl
andb $0x1, %cl
movb %cl, -0x19(%rbp)
movl -0xc(%rbp), %ed... | _ZNK10OpenSubdiv6v3_6_03Far11SourcePatch19GetCornerRingPointsEiPi:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov [rbp+var_40], rax
cmp dword ptr [rax+18h], 4
setz cl
and cl, 1
mov [rbp+var_19], cl... | long long OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints(
OpenSubdiv::v3_6_0::Far::SourcePatch *this,
int a2,
int *a3)
{
int v3; // edx
unsigned int v4; // ecx
unsigned int v5; // ecx
unsigned int v6; // ecx
unsigned int v7; // ecx
unsigned int v8; // ecx
unsigned int v... | |||
16,443 | OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints(int, int*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchBuilder.cpp | int
SourcePatch::GetCornerRingPoints(int corner, int ringPoints[]) const {
bool isQuad = (_numCorners == 4);
int cNext = fastModN(corner + 1, _numCorners);
int cOpp = fastModN(corner + 1 + isQuad, _numCorners);
int cPrev = fastModN(corner + 2 + isQuad, _numCorners);
//
// Assemble ... | O2 | cpp | OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints(int, int*) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl 0x18(%rdi), %r9d
xorl %ecx, %ecx
cmpl $0x4, %r9d
sete %cl
leal 0x1(%rsi), %eax
xorl %r11d, %r11d
cmpl %r9d, %eax
movl %r9d, %eax
cmovll %r11d, %eax
negl %eax
leal... | _ZNK10OpenSubdiv6v3_6_03Far11SourcePatch19GetCornerRingPointsEiPi:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r9d, [rdi+18h]
xor ecx, ecx
cmp r9d, 4
setz cl
lea eax, [rsi+1]
xor r11d, r11d
cmp eax, r9d
mov eax, r9d
cmovl eax, r11d
neg eax... | long long OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints(
OpenSubdiv::v3_6_0::Far::SourcePatch *this,
int a2,
int *a3)
{
int v3; // r9d
int v4; // ecx
int v5; // r11d
int v6; // eax
int v7; // eax
int v8; // r8d
int v9; // r10d
int v10; // r8d
int v11; // r10d
int... | GetCornerRingPoints:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R9D,dword ptr [RDI + 0x18]
XOR ECX,ECX
CMP R9D,0x4
SETZ CL
LEA EAX,[RSI + 0x1]
XOR R11D,R11D
CMP EAX,R9D
MOV EAX,R9D
CMOVL EAX,R11D
NEG EAX
LEA R8D,[RSI + RCX*0x1]
INC R8D
CMP R8D,R9D
MOV R10D,R9D
CMOVL R10D,R11D
SUB R8D,R10D
LEA R1... |
/* OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints(int, int*) const */
ulong __thiscall
OpenSubdiv::v3_6_0::Far::SourcePatch::GetCornerRingPoints
(SourcePatch *this,int param_1,int *param_2)
{
int4 uVar1;
uint uVar2;
uint uVar3;
long lVar4;
int iVar5;
ulong uVar6;
int iVar7;
long ... | |
16,444 | testing::AssertionResult::AssertionResult(testing::AssertionResult const&) | seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/src/gtest-assertion-result.cc | AssertionResult::AssertionResult(const AssertionResult& other)
: success_(other.success_),
message_(other.message_.get() != nullptr
? new ::std::string(*other.message_)
: static_cast< ::std::string*>(nullptr)) {} | O1 | cpp | testing::AssertionResult::AssertionResult(testing::AssertionResult const&):
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
movb (%rsi), %al
movb %al, (%rdi)
movq 0x8(%rsi), %r15
testq %r15, %r15
je 0x12021
movl $0x20, %edi
callq 0x9490
movq %rax, %r14
addq $0x10, %rax
movq %rax, (%r14)
movq (%r15), %rsi
movq 0x8(%r15... | _ZN7testing15AssertionResultC2ERKS0_:
push r15; Alternative name is 'testing::AssertionResult::AssertionResult(testing::AssertionResult const&)'
push r14
push rbx
mov rbx, rdi
mov al, [rsi]
mov [rdi], al
mov r15, [rsi+8]
test r15, r15
jz short loc_12021
mov edi, 20h ; ' '; unsigned ... | char testing::AssertionResult::AssertionResult(
testing::AssertionResult *this,
const testing::AssertionResult *a2)
{
char result; // al
long long v3; // r15
_QWORD *v4; // r14
result = *(_BYTE *)a2;
*(_BYTE *)this = *(_BYTE *)a2;
v3 = *((_QWORD *)a2 + 1);
if ( v3 )
{
v4 = (_QWORD ... | AssertionResult:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV AL,byte ptr [RSI]
MOV byte ptr [RDI],AL
MOV R15,qword ptr [RSI + 0x8]
TEST R15,R15
JZ 0x00112021
MOV EDI,0x20
CALL 0x00109490
MOV R14,RAX
ADD RAX,0x10
MOV qword ptr [R14],RAX
MOV RSI,qword ptr [R15]
MOV RDX,qword ptr [R15 + 0x8]
ADD RDX,RSI
LAB_00112017:
MOV R... |
/* testing::AssertionResult::AssertionResult(testing::AssertionResult const&) */
void __thiscall
testing::AssertionResult::AssertionResult(AssertionResult *this,AssertionResult *param_1)
{
long *plVar1;
long *plVar2;
*this = *param_1;
plVar1 = *(long **)(param_1 + 8);
if (plVar1 == (long *)0x0) {
pl... | |
16,445 | fmt::v10::detail::bigint::divmod_assign(fmt::v10::detail::bigint const&) | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h | FMT_CONSTEXPR20 auto divmod_assign(const bigint& divisor) -> int {
FMT_ASSERT(this != &divisor, "");
if (compare(*this, divisor) < 0) return 0;
FMT_ASSERT(divisor.bigits_[divisor.bigits_.size() - 1u] != 0, "");
align(divisor);
int quotient = 0;
do {
subtract_aligned(divisor);
++quoti... | O0 | c | fmt::v10::detail::bigint::divmod_assign(fmt::v10::detail::bigint const&):
subq $0x38, %rsp
movq %rdi, 0x28(%rsp)
movq %rsi, 0x20(%rsp)
movq 0x28(%rsp), %rax
movq %rax, 0x10(%rsp)
cmpq 0x20(%rsp), %rax
setne %al
andb $0x1, %al
movb %al, 0x1f(%rsp)
leaq 0x1f(%rsp), %rdi
leaq 0x786f2(%rip), %rsi # 0x113a74
callq 0x461... | _ZN3fmt3v106detail6bigint13divmod_assignERKS2_:
sub rsp, 38h
mov [rsp+38h+var_10], rdi
mov [rsp+38h+var_18], rsi
mov rax, [rsp+38h+var_10]
mov [rsp+38h+var_28], rax
cmp rax, [rsp+38h+var_18]
setnz al
and al, 1
mov [rsp+38h+var_19], al
lea rdi, [rsp+38h+var_19]
lea rsi, aSFromSS... | long long fmt::v10::detail::bigint::divmod_assign(
fmt::v10::detail::bigint *this,
const fmt::v10::detail::bigint *a2)
{
const fmt::v10::detail::bigint *v2; // rdx
long long v3; // rax
const fmt::v10::detail::bigint *v4; // rdx
unsigned int v6; // [rsp+18h] [rbp-20h]
fmt::v10::detail::ignore... | divmod_assign:
SUB RSP,0x38
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP + 0x20],RSI
MOV RAX,qword ptr [RSP + 0x28]
MOV qword ptr [RSP + 0x10],RAX
CMP RAX,qword ptr [RSP + 0x20]
SETNZ AL
AND AL,0x1
MOV byte ptr [RSP + 0x1f],AL
LEA RDI,[RSP + 0x1f]
LEA RSI,[0x213a74]
CALL 0x00146120
MOV RDI,qword ptr [RSP + 0x10]
M... |
/* fmt::v10::detail::bigint::divmod_assign(fmt::v10::detail::bigint const&) */
int __thiscall fmt::v10::detail::bigint::divmod_assign(bigint *this,bigint *param_1)
{
bigint *this_00;
int iVar1;
long lVar2;
uint *puVar3;
int local_20;
bool local_1a;
bool local_19;
bigint *local_18;
bigint *local_10;... | |
16,446 | find_or_create_user(PFS_thread*, char const*, unsigned int) | eloqsql/storage/perfschema/pfs_user.cc | PFS_user *
find_or_create_user(PFS_thread *thread,
const char *username, uint username_length)
{
LF_PINS *pins= get_user_hash_pins(thread);
if (unlikely(pins == NULL))
{
global_user_container.m_lost++;
return NULL;
}
PFS_user_key key;
set_user_key(&key, username, username_length... | O0 | cpp | find_or_create_user(PFS_thread*, char const*, unsigned int):
pushq %rbp
movq %rsp, %rbp
subq $0x200, %rsp # imm = 0x200
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x1a0(%rbp)
movq %rsi, -0x1a8(%rbp)
movl %edx, -0x1ac(%rbp)
movq -0x1a0(%rbp), %rdi
callq 0xcd1830
movq %rax, -0x1b8(%rbp)
cmpq $0x0, -... | _Z19find_or_create_userP10PFS_threadPKcj:
push rbp
mov rbp, rsp
sub rsp, 200h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_1A0], rdi
mov [rbp+var_1A8], rsi
mov [rbp+var_1AC], edx
mov rdi, [rbp+var_1A0]; PFS_thread *
call _ZL18get_user_hash_pinsP10PFS_thread; get_user_hash_pins... | PFS_user * find_or_create_user(PFS_thread *a1, const char *a2, unsigned int a3)
{
unsigned int v3; // edx
int v5; // [rsp+14h] [rbp-1ECh]
_DWORD v6[2]; // [rsp+2Ch] [rbp-1D4h] BYREF
int v7; // [rsp+34h] [rbp-1CCh]
PFS_user *v8; // [rsp+38h] [rbp-1C8h] BYREF
PFS_user **v9; // [rsp+40h] [rbp-1C0h]
long long... | inline_mysql_mutex_lock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x40],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CDQE
CMP RAX,0x0
JZ 0x00... |
int inline_mysql_mutex_lock(pthread_mutex_t *param_1,int8 param_2,int4 param_3)
{
int4 local_c;
if (*(long *)((long)param_1 + 0x40) == 0) {
local_c = pthread_mutex_lock(param_1);
}
else {
local_c = psi_mutex_lock(param_1,param_2,param_3);
}
return local_c;
}
| |
16,447 | thai2sortable | eloqsql/strings/ctype-tis620.c | static size_t thai2sortable(uchar *tstr, size_t len)
{
uchar *p;
size_t tlen;
uchar l2bias;
tlen= len;
l2bias= 256 - 8;
for (p= tstr; tlen > 0; p++, tlen--)
{
uchar c= *p;
if (isthai(c))
{
const int *t_ctype0= t_ctype[c];
if (isconsnt(c))
l2bias -= 8;
if (isldvowel... | O0 | c | thai2sortable:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x20(%rbp)
movb $-0x8, -0x21(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x20(%rbp)
jbe 0x99b06
movq -0x18(%rbp), %rax
movb (%rax), %al
movb %al, -0x22(%rbp)
movz... | thai2sortable:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
mov [rbp+var_20], rax
mov [rbp+var_21], 0F8h
mov rax, [rbp+var_8]
mov [rbp+var_18], rax
loc_99994:
cmp [rbp+var_20], 0
jbe loc_99B06
mov rax, [rbp+var_18]... | long long thai2sortable(unsigned __int8 *a1, long long a2)
{
char *v3; // [rsp+0h] [rbp-30h]
unsigned __int8 v4; // [rsp+Eh] [rbp-22h]
char v5; // [rsp+Fh] [rbp-21h]
long long v6; // [rsp+10h] [rbp-20h]
unsigned __int8 *v7; // [rsp+18h] [rbp-18h]
v6 = a2;
v5 = -8;
v7 = a1;
while ( v6 )
{
v4 = ... | thai2sortable:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x20],RAX
MOV byte ptr [RBP + -0x21],0xf8
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x18],RAX
LAB_00199994:
CMP qword ptr [RBP + -0x20],0x0
JBE... |
long thai2sortable(byte *param_1,long param_2)
{
byte bVar1;
char local_29;
long local_28;
byte *local_20;
local_29 = -8;
local_20 = param_1;
for (local_28 = param_2; local_28 != 0; local_28 = local_28 + -1) {
bVar1 = *local_20;
if (bVar1 < 0x80) {
local_29 = local_29 + -8;
*local... | |
16,448 | js_map_read | bluesky950520[P]quickjs/quickjs.c | static JSValue js_map_read(BCReaderState *s, int magic)
{
JSContext *ctx = s->ctx;
JSValue obj, rv, argv[2];
uint32_t i, prop_count;
argv[0] = JS_UNDEFINED;
argv[1] = JS_UNDEFINED;
obj = js_map_constructor(ctx, JS_UNDEFINED, 0, NULL, magic);
if (JS_IsException(obj))
return JS_EXCEPT... | O2 | c | js_map_read:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %esi, %r9d
movq %rdi, %r13
movq (%rdi), %r14
andl $0x0, 0x20(%rsp)
andl $0x0, 0x30(%rsp)
movq $0x3, 0x38(%rsp)
xorl %r15d, %r15d
pushq $0x3
popq %rbp
movq %r14, %rdi
xorl %esi, %esi
movq %rbp, %rdx
xorl %ecx, %ecx
xorl ... | js_map_read:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r9d, esi
mov r13, rdi
mov r14, [rdi]
and dword ptr [rsp+78h+var_58], 0
and dword ptr [rsp+78h+var_48], 0
mov [rsp+78h+var_40], 3
xor r15d, r15d
push 3
pop rbp
mov rdi, r14
xor... | unsigned long long js_map_read(
long long *a1,
unsigned int a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
long long *v10; // r13
long long v11; // r14
long long v12; // r15
long long... | js_map_read:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R9D,ESI
MOV R13,RDI
MOV R14,qword ptr [RDI]
AND dword ptr [RSP + 0x20],0x0
AND dword ptr [RSP + 0x30],0x0
MOV qword ptr [RSP + 0x38],0x3
XOR R15D,R15D
PUSH 0x3
POP RBP
MOV RDI,R14
XOR ESI,ESI
MOV RDX,RBP
XOR ECX,ECX
XOR R8D,R8D
MOV dwor... |
int1 [16] js_map_read(int8 *param_1,uint param_2)
{
int8 uVar1;
int8 uVar2;
int iVar3;
int8 uVar4;
ulong uVar5;
int8 uVar6;
int8 uVar7;
int8 uVar8;
ulong uVar9;
bool bVar10;
int1 auVar11 [16];
int1 auVar12 [16];
int1 auVar13 [16];
int1 auVar14 [12];
int local_5c;
int1 local_58 [16];
... | |
16,449 | Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix() | serhmarch[P]ModbusBridge/modbus/src/unix/ModbusTcpServer_p_unix.h | ~ModbusTcpServerPrivateUnix()
{
delete this->socket;
} | O1 | c | Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix():
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
leaq 0xae51(%rip), %rax # 0x22d48
movq %rax, (%rdi)
movq 0xd8(%rdi), %rdi
testq %rdi, %rdi
je 0x17f10
movl $0x4, %esi
callq 0x5310
leaq 0xae81(%rip), %rax # 0x22d98
movq %rax, (%rbx)
leaq 0xc0(%... | _ZN6Modbus26ModbusTcpServerPrivateUnixD2Ev:
push r15
push r14
push rbx
mov rbx, rdi
lea rax, off_22D48
mov [rdi], rax
mov rdi, [rdi+0D8h]; void *
test rdi, rdi
jz short loc_17F10
mov esi, 4; unsigned __int64
call __ZdlPvm; operator delete(void *,ulong)
loc_17F10:
lea rax, off... | void Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix(
Modbus::ModbusTcpServerPrivateUnix *this)
{
void *v2; // rdi
Modbus::ModbusTcpServerPrivateUnix **v3; // rdi
Modbus::ModbusTcpServerPrivateUnix *v4; // r15
*(_QWORD *)this = off_22D48;
v2 = (void *)*((_QWORD *)this + 27);
if ( v... | ~ModbusTcpServerPrivateUnix:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x122d48]
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0xd8]
TEST RDI,RDI
JZ 0x00117f10
MOV ESI,0x4
CALL 0x00105310
LAB_00117f10:
LEA RAX,[0x122d98]
MOV qword ptr [RBX],RAX
LEA R14,[RBX + 0xc0]
MOV RDI,qword ptr [RBX + 0xc0]
CMP RDI,R14
JZ... |
/* Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix() */
void __thiscall
Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix(ModbusTcpServerPrivateUnix *this)
{
ModbusTcpServerPrivateUnix *pMVar1;
ModbusTcpServerPrivateUnix *pMVar2;
*(int ***)this = &PTR__ModbusTcpServerPrivateUni... | |
16,450 | Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix() | serhmarch[P]ModbusBridge/modbus/src/unix/ModbusTcpServer_p_unix.h | ~ModbusTcpServerPrivateUnix()
{
delete this->socket;
} | O3 | c | Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix():
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
leaq 0xa069(%rip), %rax # 0x21d48
movq %rax, (%rdi)
movq 0xd8(%rdi), %rdi
movl $0x4, %esi
callq 0x5310
leaq 0xa09e(%rip), %rax # 0x21d98
movq %rax, (%rbx)
leaq 0xc0(%rbx), %r14
movq 0xc0(%rbx), ... | _ZN6Modbus26ModbusTcpServerPrivateUnixD2Ev:
push r15
push r14
push rbx
mov rbx, rdi
lea rax, off_21D48
mov [rdi], rax
mov rdi, [rdi+0D8h]; void *
mov esi, 4; unsigned __int64
call __ZdlPvm; operator delete(void *,ulong)
lea rax, off_21D98
mov [rbx], rax
lea r14, [rbx+0C0h]
mo... | void Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix(void **this)
{
char *v2; // r14
char *v3; // rdi
char *v4; // r15
*this = off_21D48;
operator delete(this[27], 4uLL);
*this = &off_21D98;
v2 = (char *)(this + 24);
v3 = (char *)this[24];
if ( v3 != v2 )
{
do
{
v4 = ... | ~ModbusTcpServerPrivateUnix:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x121d48]
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0xd8]
MOV ESI,0x4
CALL 0x00105310
LEA RAX,[0x121d98]
MOV qword ptr [RBX],RAX
LEA R14,[RBX + 0xc0]
MOV RDI,qword ptr [RBX + 0xc0]
CMP RDI,R14
JZ 0x00117d25
LAB_00117d10:
MOV R15,qword p... |
/* Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix() */
void __thiscall
Modbus::ModbusTcpServerPrivateUnix::~ModbusTcpServerPrivateUnix(ModbusTcpServerPrivateUnix *this)
{
ModbusTcpServerPrivateUnix *pMVar1;
ModbusTcpServerPrivateUnix *pMVar2;
*(int ***)this = &PTR__ModbusTcpServerPrivateUni... | |
16,451 | my_coll_lexem_next | eloqsql/strings/ctype-uca.c | static my_coll_lexem_num my_coll_lexem_next(MY_COLL_LEXEM *lexem)
{
const char *beg;
my_coll_lexem_num rc;
for (beg= lexem->beg ; beg < lexem->end ; beg++)
{
switch (*beg)
{
case ' ':
case '\t':
case '\r':
case '\n':
continue;
case '[': /* Bracket expression, e.g. "[optimize... | O3 | c | my_coll_lexem_next:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x8(%rdi), %r14
movq 0x10(%rdi), %rcx
xorl %r15d, %r15d
cmpq %rcx, %r14
jae 0x7666d
movzbl (%r14), %edx
cmpl $0xc, %edx
jle 0x76475
cmpl $0x1f, %edx
jle 0x76482
cmpl $0x25, %edx
jg 0x7649b
cmpl $0x20, %edx
je... | my_coll_lexem_next:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
mov r14, [rdi+8]
mov rcx, [rdi+10h]
xor r15d, r15d
cmp r14, rcx
jnb loc_7666D
loc_76458:
movzx edx, byte ptr [r14]
cmp edx, 0Ch
jle short loc_76475
cmp edx, 1Fh
jle sho... | unsigned __int8 * my_coll_lexem_next(long long a1)
{
long long v1; // rax
unsigned __int8 *v3; // r14
unsigned long long v4; // rcx
int v5; // r15d
unsigned int v6; // edx
unsigned __int8 *result; // rax
long long v8; // rax
int v9; // edx
int v10; // eax
int v11; // edx
int v12; // esi
int v13;... | my_coll_lexem_next:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV R14,qword ptr [RDI + 0x8]
MOV RCX,qword ptr [RDI + 0x10]
XOR R15D,R15D
CMP R14,RCX
JNC 0x0017666d
LAB_00176458:
MOVZX EDX,byte ptr [R14]
CMP EDX,0xc
JLE 0x00176475
CMP EDX,0x1f
JLE 0x00176482
CMP EDX,0x25
JG 0x0017649b
CMP EDX,... |
void my_coll_lexem_next(int4 *param_1)
{
byte bVar1;
byte *pbVar2;
int4 in_EAX;
uint uVar3;
long lVar4;
int iVar5;
int iVar6;
byte *pbVar7;
byte *pbVar8;
int4 uVar9;
int4 local_28 [2];
pbVar7 = *(byte **)(param_1 + 2);
pbVar2 = *(byte **)(param_1 + 4);
uVar9 = 0;
pbVar8 = pbVar7;
if... | |
16,452 | minja::TemplateNode::render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | void render(std::ostringstream & out, const std::shared_ptr<Context> & context) const {
try {
do_render(out, context);
} catch (const LoopControlException & e) {
// TODO: make stack creation lazy. Only needed if it was thrown outside of a loop.
std::ostringstream err;... | O2 | cpp | minja::TemplateNode::render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x1a0, %rsp # imm = 0x1A0
movq %rdi, %r14
movq (%rdi), %rax
callq *(%rax)
addq $0x1a0, %rsp # im... | _ZNK5minja12TemplateNode6renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE:
push rbp
push r14
push rbx
sub rsp, 1A0h
mov r14, rdi
mov rax, [rdi]
call qword ptr [rax]
add rsp, 1A0h
pop rbx
pop r14
pop rbp
retn
mov rbx, rax
cmp ... | long long minja::TemplateNode::render(long long ( ***a1)(_QWORD))
{
return (**a1)(a1);
}
| render:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x1a0
MOV R14,RDI
MOV RAX,qword ptr [RDI]
LAB_001729ef:
CALL qword ptr [RAX]
LAB_001729f1:
ADD RSP,0x1a0
POP RBX
POP R14
POP RBP
RET
|
/* minja::TemplateNode::render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context> const&)
const */
void minja::TemplateNode::render(ostringstream *param_1,shared_ptr *param_2)
{
/* try { // try from 001729ef to 001729f0 has its CatchHandler @ 001729fd */
(*(code *)**(int8 **)param... | |
16,453 | minja::TemplateNode::render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | void render(std::ostringstream & out, const std::shared_ptr<Context> & context) const {
try {
do_render(out, context);
} catch (const LoopControlException & e) {
// TODO: make stack creation lazy. Only needed if it was thrown outside of a loop.
std::ostringstream err;... | O3 | cpp | minja::TemplateNode::render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x1a0, %rsp # imm = 0x1A0
movq %rdi, %r14
movq (%rdi), %rax
callq *(%rax)
addq $0x1a0, %rsp # im... | _ZNK5minja12TemplateNode6renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE:
push rbp
push r14
push rbx
sub rsp, 1A0h
mov r14, rdi
mov rax, [rdi]
call qword ptr [rax]
add rsp, 1A0h
pop rbx
pop r14
pop rbp
retn
mov rbx, rax
cmp ... | long long minja::TemplateNode::render(long long ( ***a1)(_QWORD))
{
return (**a1)(a1);
}
| render:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x1a0
MOV R14,RDI
MOV RAX,qword ptr [RDI]
LAB_001996e1:
CALL qword ptr [RAX]
LAB_001996e3:
ADD RSP,0x1a0
POP RBX
POP R14
POP RBP
RET
|
/* minja::TemplateNode::render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context> const&)
const */
void minja::TemplateNode::render(ostringstream *param_1,shared_ptr *param_2)
{
/* try { // try from 001996e1 to 001996e2 has its CatchHandler @ 001996ef */
(*(code *)**(int8 **)param... | |
16,454 | nglog::tools::InitializeLoggingUtilities(char const*) | ng-log[P]ng-log/src/utilities.cc | bool IsLoggingInitialized() {
return g_program_invocation_short_name != nullptr;
} | O1 | cpp | nglog::tools::InitializeLoggingUtilities(char const*):
pushq %rbx
subq $0x60, %rsp
cmpq $0x0, 0x1e685(%rip) # 0x3fa20
jne 0x213cd
movq %rdi, %rbx
movl $0x2f, %esi
callq 0x75d0
leaq 0x1(%rax), %rcx
testq %rax, %rax
cmoveq %rbx, %rcx
movq %rcx, 0x1e664(%rip) # 0x3fa20
leaq 0x6c(%rip), %rdi # 0x2142f
addq $... | _ZN5nglog5tools26InitializeLoggingUtilitiesEPKc:
push rbx
sub rsp, 60h
cmp cs:_ZN5nglogL31g_program_invocation_short_nameE, 0; nglog::g_program_invocation_short_name
jnz short loc_213CD
mov rbx, rdi
mov esi, (offset qword_28+7); void (*)(void)
call _strrchr
lea rcx, [rax+1]
test rax, ra... | long long ( * nglog::tools::InitializeLoggingUtilities(nglog::tools *this, const char *a2))(_QWORD)
{
long long v2; // rax
nglog::tools *v3; // rcx
long long v5; // rbx
_BYTE v6[104]; // [rsp+0h] [rbp-68h] BYREF
if ( nglog::g_program_invocation_short_name )
{
nglog::LogMessageFatal::LogMessageFatal(
... | InitializeLoggingUtilities:
PUSH RBX
SUB RSP,0x60
CMP qword ptr [0x0013fa20],0x0
JNZ 0x001213cd
MOV RBX,RDI
MOV ESI,0x2f
CALL 0x001075d0
LEA RCX,[RAX + 0x1]
TEST RAX,RAX
CMOVZ RCX,RBX
MOV qword ptr [0x0013fa20],RCX
LEA RDI,[0x12142f]
ADD RSP,0x60
POP RBX
JMP 0x0010b017
LAB_001213cd:
LEA RSI,[0x123f0c]
MOV RBX,RSP
MOV R... |
/* nglog::tools::InitializeLoggingUtilities(char const*) */
void nglog::tools::InitializeLoggingUtilities(char *param_1)
{
char *pcVar1;
ostream *poVar2;
int8 uVar3;
LogMessageFatal aLStack_68 [96];
if (g_program_invocation_short_name == (char *)0x0) {
pcVar1 = strrchr(param_1,0x2f);
g_program_i... | |
16,455 | nglog::tools::InitializeLoggingUtilities(char const*) | ng-log[P]ng-log/src/utilities.cc | bool IsLoggingInitialized() {
return g_program_invocation_short_name != nullptr;
} | O2 | cpp | nglog::tools::InitializeLoggingUtilities(char const*):
pushq %rbx
subq $0x60, %rsp
cmpq $0x0, 0x220ff(%rip) # 0x3ea80
jne 0x1c9a0
callq 0x1c8f9
movq %rax, 0x220f1(%rip) # 0x3ea80
leaq 0x5f(%rip), %rdi # 0x1c9f5
addq $0x60, %rsp
popq %rbx
jmp 0xa3df
leaq 0x3569(%rip), %rsi # 0x1ff10
movq %rsp, %rbx
m... | _ZN5nglog5tools26InitializeLoggingUtilitiesEPKc:
push rbx
sub rsp, 60h
cmp cs:_ZN5nglogL31g_program_invocation_short_nameE, 0; nglog::g_program_invocation_short_name
jnz short loc_1C9A0
call _ZN5nglog5tools14const_basenameEPKc; nglog::tools::const_basename(char const*)
mov cs:_ZN5nglogL31g_program... | long long ( * nglog::tools::InitializeLoggingUtilities(nglog::tools *this, char *a2))(_QWORD)
{
long long v3; // rax
long long v4; // rax
_BYTE v5[104]; // [rsp+0h] [rbp-68h] BYREF
if ( nglog::g_program_invocation_short_name )
{
nglog::LogMessageFatal::LogMessageFatal(
(nglog::LogMessageFatal *)v5,... | InitializeLoggingUtilities:
PUSH RBX
SUB RSP,0x60
CMP qword ptr [0x0013ea80],0x0
JNZ 0x0011c9a0
CALL 0x0011c8f9
MOV qword ptr [0x0013ea80],RAX
LEA RDI,[0x11c9f5]
ADD RSP,0x60
POP RBX
JMP 0x0010a3df
LAB_0011c9a0:
LEA RSI,[0x11ff10]
MOV RBX,RSP
MOV RDI,RBX
MOV EDX,0x12b
CALL 0x0010c22e
LAB_0011c9b7:
MOV RDI,RBX
CALL 0x00... |
/* nglog::tools::InitializeLoggingUtilities(char const*) */
void nglog::tools::InitializeLoggingUtilities(char *param_1)
{
ostream *poVar1;
int8 uVar2;
LogMessageFatal aLStack_68 [96];
if (g_program_invocation_short_name == 0) {
g_program_invocation_short_name = const_basename(param_1);
InstallFai... | |
16,456 | nglog::(anonymous namespace)::DumpTimeInfo() | ng-log[P]ng-log/src/signalhandler.cc | void DumpTimeInfo() {
time_t time_in_sec = time(nullptr);
char buf[256]; // Big enough for time info.
MinimalFormatter formatter(buf, sizeof(buf));
formatter.AppendString("*** Aborted at ");
formatter.AppendUint64(static_cast<uint64>(time_in_sec), 10);
formatter.AppendString(" (unix time)");
formatter.Ap... | O0 | cpp | nglog::(anonymous namespace)::DumpTimeInfo():
pushq %rbp
movq %rsp, %rbp
subq $0x140, %rsp # imm = 0x140
xorl %eax, %eax
movl %eax, %edi
callq 0xa760
movq %rax, -0x8(%rbp)
leaq -0x110(%rbp), %rsi
leaq -0x128(%rbp), %rdi
movl $0x100, %edx # imm = 0x100
callq 0x68800
leaq -0x128(%rbp), %rdi
leaq 0x9... | _ZN5nglog12_GLOBAL__N_112DumpTimeInfoEv:
push rbp
mov rbp, rsp
sub rsp, 140h
xor eax, eax
mov edi, eax
call _time
mov [rbp+var_8], rax
lea rsi, [rbp+var_110]; char *
lea rdi, [rbp+var_128]; this
mov edx, 100h; unsigned __int64
call _ZN5nglog12_GLOBAL__N_116MinimalFormatterC2EPcm... | long long nglog::`anonymous namespace'::DumpTimeInfo(nglog::_anonymous_namespace_ *this)
{
long long v1; // rax
long long ( *v3)(nglog::_anonymous_namespace_ *__hidden, const char *, unsigned long long); // [rsp+10h] [rbp-130h]
char v4[24]; // [rsp+18h] [rbp-128h] BYREF
char v5[264]; // [rsp+30h] [rbp-110h] BY... | DumpTimeInfo:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x140
XOR EAX,EAX
MOV EDI,EAX
CALL 0x0010a760
MOV qword ptr [RBP + -0x8],RAX
LEA RSI,[RBP + -0x110]
LEA RDI,[RBP + -0x128]
MOV EDX,0x100
CALL 0x00168800
LEA RDI,[RBP + -0x128]
LEA RSI,[0x1712c0]
CALL 0x00168840
MOV RSI,qword ptr [RBP + -0x8]
LEA RDI,[RBP + -0x128]
MOV EDX,0xa
... |
/* nglog::(anonymous namespace)::DumpTimeInfo() */
void nglog::(anonymous_namespace)::DumpTimeInfo(void)
{
int *puVar1;
int8 uVar2;
MinimalFormatter local_130 [24];
char local_118 [264];
ulong local_10;
local_10 = time((time_t *)0x0);
MinimalFormatter::MinimalFormatter(local_130,local_118,0x100);
... | |
16,457 | inherit_charset_data | eloqsql/mysys/charset.c | static void
inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs)
{
if (!cs->to_upper)
cs->to_upper= refcs->to_upper;
if (!cs->to_lower)
cs->to_lower= refcs->to_lower;
if (!cs->m_ctype)
cs->m_ctype= refcs->m_ctype;
if (!cs->tab_to_uni)
cs->tab_to_uni= refcs->tab_to_uni;
} | O0 | c | inherit_charset_data:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x50(%rax)
jne 0x7ece7
movq -0x10(%rbp), %rax
movq 0x50(%rax), %rcx
movq -0x8(%rbp), %rax
movq %rcx, 0x50(%rax)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x48(%rax)
jne 0x7ed02
movq -0x10(%rbp), %rax
mo... | mysql_thread_end:
push rbp
mov rbp, rsp
pop rbp
retn
| void mysql_thread_end()
{
;
}
| mysql_thread_end:
PUSH RBP
MOV RBP,RSP
POP RBP
RET
|
void mysql_thread_end(void)
{
return;
}
| |
16,458 | do_outer_field_null(Copy_field*) | eloqsql/sql/field_conv.cc | static void do_outer_field_null(Copy_field *copy)
{
if (*copy->null_row ||
(copy->from_null_ptr && (*copy->from_null_ptr & copy->from_bit)))
{
*copy->to_null_ptr|=copy->to_bit;
copy->to_field->reset();
}
else
{
*copy->to_null_ptr&= ~copy->to_bit;
(copy->do_copy2)(copy);
}
} | O0 | cpp | do_outer_field_null(Copy_field*):
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq 0x20(%rax), %rax
testb $0x1, (%rax)
jne 0x8d0b4b
movq -0x8(%rbp), %rax
cmpq $0x0, 0x10(%rax)
je 0x8d0b74
movq -0x8(%rbp), %rax
movq 0x10(%rax), %rax
movzbl (%rax), %eax
movq -0x8(%rbp), %rcx
an... | _ZL19do_outer_field_nullP10Copy_field:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rax, [rax+20h]
test byte ptr [rax], 1
jnz short loc_8D0B4B
mov rax, [rbp+var_8]
cmp qword ptr [rax+10h], 0
jz short loc_8D0B74
mov rax, [rbp+var_8]
mov ... | long long do_outer_field_null(Copy_field *a1)
{
if ( (**((_BYTE **)a1 + 4) & 1) != 0
|| *((_QWORD *)a1 + 2) && (*((_DWORD *)a1 + 10) & **((unsigned __int8 **)a1 + 2)) != 0 )
{
**((_BYTE **)a1 + 3) |= *((_DWORD *)a1 + 11);
return (*(long long ( **)(_QWORD))(**((_QWORD **)a1 + 8) + 352LL))(*((_QWORD *)a1... | ~Item_cache_year:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x008d11c0
ADD RSP,0x10
POP RBP
RET
|
/* Item_cache_year::~Item_cache_year() */
void __thiscall Item_cache_year::~Item_cache_year(Item_cache_year *this)
{
Item_cache_int::~Item_cache_int((Item_cache_int *)this);
return;
}
| |
16,459 | test_conc155 | eloqsql/libmariadb/unittest/libmariadb/ps_bugs.c | static int test_conc155(MYSQL *mysql)
{
MYSQL_STMT *stmt;
MYSQL_BIND bind;
char buffer[50];
int rc;
rc= mysql_query(mysql, "DROP TABLE IF EXISTS t1");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "CREATE TABLE t1 (a TEXT)");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "INSERT INTO t1 VALUE... | O0 | c | test_conc155:
pushq %rbp
movq %rsp, %rbp
subq $0x110, %rsp # imm = 0x110
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x50(%rbp)
movq -0x50(%rbp), %rdi
leaq 0x4aa1f(%rip), %rsi # 0x66636
callq 0x38a70
movl %eax, -0xcc(%rbp)
cmpl $0x0, -0xcc(%rbp)
je 0x1bc86
movl -0xcc(%rbp), %eax
movl %eax, -0xd... | test_conc155:
push rbp
mov rbp, rsp
sub rsp, 110h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_50], rdi
mov rdi, [rbp+var_50]
lea rsi, aDropTableIfExi_0; "DROP TABLE IF EXISTS t1"
call mysql_query
mov [rbp+var_CC], eax
cmp [rbp+var_CC], 0
jz short loc_1BC86
mov ea... | long long test_conc155(long long a1)
{
int v1; // eax
int v2; // eax
int v3; // eax
int v4; // eax
int v5; // r8d
int v6; // r9d
int v7; // eax
int v8; // r8d
int v9; // r9d
int v10; // eax
int v11; // r8d
int v12; // r9d
int v13; // eax
int v14; // r8d
int v15; // r9d
int v16; // edx
... | test_conc155:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x110
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x50],RDI
MOV RDI,qword ptr [RBP + -0x50]
LEA RSI,[0x166636]
CALL 0x00138a70
MOV dword ptr [RBP + -0xcc],EAX
CMP dword ptr [RBP + -0xcc],0x0
JZ 0x0011bc86
MOV EAX,dword ptr [RBP + -0xcc]
MOV... |
int4 test_conc155(int8 param_1)
{
char cVar1;
int iVar2;
int4 uVar3;
int8 uVar4;
size_t sVar5;
long in_FS_OFFSET;
int1 local_d0 [16];
char *local_c0;
int8 local_90;
int4 local_70;
int8 local_60;
int8 local_58;
int4 local_4c;
char local_48 [56];
long local_10;
local_10 = *(long *)(in... | |
16,460 | my_uca_context_weight_find | eloqsql/strings/ctype-uca.c | static inline const MY_CONTRACTION *
my_uca_context_weight_find(my_uca_scanner *scanner, my_wc_t *wc,
size_t max_char_length)
{
const MY_CONTRACTION *cnt;
DBUG_ASSERT(scanner->level->contractions.nitems);
/*
If we have scanned a character which can have previous context,
and the... | O0 | c | my_uca_context_weight_find:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
jmp 0x130226
movq -0x10(%rbp), %rax
movq 0x18(%rax), %rdi
addq $0x18, %rdi
movq -0x18(%rbp), %rax
movq (%rax), %rsi
callq 0x1303d0
movsbl %al, %eax
cmpl $0x0, %eax
je 0x1302d1
mov... | my_uca_context_weight_find:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
jmp short $+2
loc_130226:
mov rax, [rbp+var_10]
mov rdi, [rax+18h]
add rdi, 18h
mov rax, [rbp+var_18]
mov rsi, [rax]
call my_uca_can_be_previ... | long long my_uca_context_weight_find(long long a1, _QWORD *a2, long long a3)
{
long long v3; // rdi
long long v5; // [rsp+8h] [rbp-28h]
long long v6; // [rsp+8h] [rbp-28h]
if ( (unsigned __int8)my_uca_can_be_previous_context_tail(*(_QWORD *)(a1 + 24) + 24LL, *a2)
&& *(_UNKNOWN **)a1 != &nochar
&& (v3 ... | |||
16,461 | my_uca_context_weight_find | eloqsql/strings/ctype-uca.c | static inline const MY_CONTRACTION *
my_uca_context_weight_find(my_uca_scanner *scanner, my_wc_t *wc,
size_t max_char_length)
{
const MY_CONTRACTION *cnt;
DBUG_ASSERT(scanner->level->contractions.nitems);
/*
If we have scanned a character which can have previous context,
and the... | O3 | c | my_uca_context_weight_find:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rdx, -0x30(%rbp)
movq %rsi, %r14
movq 0x18(%rdi), %rcx
movq (%rsi), %rdx
movq 0x28(%rcx), %rsi
movl %edx, %eax
andl $0xfff, %eax # imm = 0xFFF
cmpb $0x0, (%rsi,%rax)
js 0xc4074... | my_uca_context_weight_find:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rbp+var_30], rdx
mov r14, rsi
mov rcx, [rdi+18h]
mov rdx, [rsi]
mov rsi, [rcx+28h]
mov eax, edx
and eax, 0FFFh
cmp byte ptr [rsi+rax], 0
js loc_... | unsigned long long my_uca_context_weight_find(
long long a1,
_QWORD *a2,
unsigned long long a3,
long long a4,
long long a5,
long long a6)
{
_QWORD *v6; // r14
_QWORD *v7; // rcx
long long v8; // rdx
long long v9; // rax
_QWORD *v10; // r13
long long v11; // r... | my_uca_context_weight_find:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x30],RDX
MOV R14,RSI
MOV RCX,qword ptr [RDI + 0x18]
MOV RDX,qword ptr [RSI]
MOV RSI,qword ptr [RCX + 0x28]
MOV EAX,EDX
AND EAX,0xfff
CMP byte ptr [RSI + RAX*0x1],0x0
JS 0x001c4074
LAB_001c3f... |
long * my_uca_context_weight_find(long *param_1,long *param_2,ulong param_3)
{
uint uVar1;
int iVar2;
long *plVar3;
long lVar4;
ulong uVar5;
ulong uVar6;
ulong uVar7;
long lVar8;
long lVar9;
long *plVar10;
byte bVar11;
long local_88 [7];
long local_50;
long *local_48;
ulong local_40;
l... | |
16,462 | rapidcsv::Document::ReplaceString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&, 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&) | Andrewchistyakov[P]flashcards_lyc/src/rapidcsv.h | static void ReplaceString(std::string& pStr, const std::string& pSearch, const std::string& pReplace)
{
size_t pos = 0;
while ((pos = pStr.find(pSearch, pos)) != std::string::npos)
{
pStr.replace(pos, pSearch.size(), pReplace);
pos += pReplace.size();
}
} | O1 | c | rapidcsv::Document::ReplaceString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&, 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&):
pushq %r15
pushq %r14
pushq %r... | _ZN8rapidcsv8Document13ReplaceStringERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKS6_S9_:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov rsi, [rsi]
mov rcx, [r14+8]
xor edx, edx
call __ZNKSt7__cxx1112basic_stringIcSt11char_trai... | long long rapidcsv::Document::ReplaceString(long long a1, _QWORD *a2, long long a3)
{
long long result; // rax
long long v5; // r12
result = std::string::find(a1, *a2, 0LL, a2[1]);
if ( result != -1 )
{
v5 = result;
do
{
std::string::replace(a1, v5, a2[1]);
result = std::string::find... | ReplaceString:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV RSI,qword ptr [RSI]
MOV RCX,qword ptr [R14 + 0x8]
XOR EDX,EDX
CALL 0x0010b770
CMP RAX,-0x1
JZ 0x0011e5df
MOV R12,RAX
LAB_0011e5aa:
MOV RDX,qword ptr [R14 + 0x8]
MOV RCX,qword ptr [RBX]
MOV R8,qword ptr [RBX + 0x8]
MOV RD... |
/* rapidcsv::Document::ReplaceString(std::__cxx11::string&, std::__cxx11::string const&,
std::__cxx11::string const&) */
void rapidcsv::Document::ReplaceString(string *param_1,string *param_2,string *param_3)
{
ulong uVar1;
for (uVar1 = std::__cxx11::string::find((char *)param_1,*(ulong *)param_2,0);
... | |
16,463 | my_string_repertoire_8bit | eloqsql/strings/ctype.c | uint
my_string_repertoire_8bit(CHARSET_INFO *cs, const char *str, size_t length)
{
const char *strend;
if ((cs->state & MY_CS_NONASCII) && length > 0)
return MY_REPERTOIRE_UNICODE30;
for (strend= str + length; str < strend; str++)
{
if (((uchar) *str) > 0x7F)
return MY_REPERTOIRE_UNICODE30;
}
... | O3 | c | my_string_repertoire_8bit:
movl $0x3, %eax
testq %rdx, %rdx
je 0xd1823
movl $0x2000, %ecx # imm = 0x2000
andl 0xc(%rdi), %ecx
je 0xd1823
retq
testq %rdx, %rdx
jle 0xd1843
pushq %rbp
movq %rsp, %rbp
addq %rsi, %rdx
cmpb $0x0, (%rsi)
js 0xd1841
incq %rsi
cmpq %rdx, %rsi
jb 0xd182f
movl $0x1, %eax
popq %rbp
retq... | my_string_repertoire_8bit:
mov eax, 3
test rdx, rdx
jz short loc_D1823
mov ecx, 2000h
and ecx, [rdi+0Ch]
jz short loc_D1823
retn
loc_D1823:
test rdx, rdx
jle short loc_D1843
push rbp
mov rbp, rsp
add rdx, rsi
loc_D182F:
cmp byte ptr [rsi], 0
js short loc_D1841
inc ... | long long my_string_repertoire_8bit(long long a1, char *a2, long long a3)
{
long long result; // rax
char *v4; // rdx
result = 3LL;
if ( !a3 || (*(_DWORD *)(a1 + 12) & 0x2000) == 0 )
{
if ( a3 <= 0 )
{
return 1LL;
}
else
{
v4 = &a2[a3];
while ( *a2 >= 0 )
{
... | my_string_repertoire_8bit:
MOV EAX,0x3
TEST RDX,RDX
JZ 0x001d1823
MOV ECX,0x2000
AND ECX,dword ptr [RDI + 0xc]
JZ 0x001d1823
RET
LAB_001d1823:
TEST RDX,RDX
JLE 0x001d1843
PUSH RBP
MOV RBP,RSP
ADD RDX,RSI
LAB_001d182f:
CMP byte ptr [RSI],0x0
JS 0x001d1841
INC RSI
CMP RSI,RDX
JC 0x001d182f
MOV EAX,0x1
LAB_001d1841:
POP R... |
int8 my_string_repertoire_8bit(long param_1,char *param_2,long param_3)
{
char *pcVar1;
if ((param_3 != 0) && ((*(uint *)(param_1 + 0xc) & 0x2000) != 0)) {
return 3;
}
if (param_3 < 1) {
return 1;
}
pcVar1 = param_2 + param_3;
do {
if (*param_2 < '\0') {
return 3;
}
param_2 ... | |
16,464 | 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>>>> string_split<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(std::__cxx11::basic_string<char, std::c... | llama.cpp/common/common.h | std::vector<std::string> string_split<std::string>(const std::string & input, char separator)
{
std::vector<std::string> parts;
size_t begin_pos = 0;
size_t separator_pos = input.find(separator);
while (separator_pos != std::string::npos) {
std::string part = input.substr(begin_pos, separator_po... | O3 | c | 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>>>> string_split<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(std::__cxx11::basic_string<char, std::c... | _ZL12string_splitINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt6vectorIT_SaIS7_EERKS5_c:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov ebp, edx
mov r14, rsi
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
mov qword ptr [rdi+10h], 0... | void string_split<std::string>(long long a1, long long a2, unsigned int a3)
{
char v3; // bp
long long v4; // r15
long long v5; // rax
long long v6; // r12
void *v7[2]; // [rsp+8h] [rbp-50h] BYREF
_QWORD v8[8]; // [rsp+18h] [rbp-40h] BYREF
v3 = a3;
*(_OWORD *)a1 = 0LL;
*(_QWORD *)(a1 + 16) = 0LL;
... | string_split<std::__cxx11::string>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV EBP,EDX
MOV R14,RSI
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
MOV qword ptr [RDI + 0x10],0x0
XOR R15D,R15D
MOV RDI,RSI
MOV ESI,EDX
XOR EDX,EDX
CALL 0x00121230
CMP RAX,-0x1
JZ 0x0015c79d
MOV R12,RAX... |
/* std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > >
string_split<std::__cxx11::string >(std::__cxx11::string const&, char) */
void string_split<std::__cxx11::string>(string *param_1,char param_2)
{
long lVar1;
uint in_EDX;
int7 in_register_00000031;
long *local_50 [2];
long loca... | |
16,465 | my_wc_mb_euc_kr | eloqsql/strings/ctype-euc_kr.c | static int
my_wc_mb_euc_kr(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t wc, uchar *s, uchar *e)
{
int code;
if (s >= e)
return MY_CS_TOOSMALL;
if ((uint) wc < 0x80)
{
s[0]= (uchar) wc;
return 1;
}
if (!(code=func_uni_ksc5601_onechar(wc)))
return MY_CS_ILUNI;
if (s+2>e)
... | O0 | c | my_wc_mb_euc_kr:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0x97c8b
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0x97d04
movq -0x18(%rbp), %rax
cmpl $0x80, %eax
jae 0x97ca... | my_wc_mb_euc_kr:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_97C8B
mov [rbp+var_4], 0FFFFFF9Bh
jmp short loc_97D04
loc_97C8B:
mov ra... | long long my_wc_mb_euc_kr(long long a1, unsigned int a2, _BYTE *a3, unsigned long long a4)
{
int v5; // [rsp+4h] [rbp-2Ch]
if ( (unsigned long long)a3 < a4 )
{
if ( a2 >= 0x80 )
{
v5 = func_uni_ksc5601_onechar(a2);
if ( v5 )
{
if ( (unsigned long long)(a3 + 2) <= a4 )
{... | my_wc_mb_euc_kr:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x20]
CMP RAX,qword ptr [RBP + -0x28]
JC 0x00197c8b
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x00197d04
LAB_00197c... |
int4 my_wc_mb_euc_kr(int8 param_1,uint param_2,int1 *param_3,int1 *param_4)
{
int iVar1;
int4 local_c;
if (param_3 < param_4) {
if (param_2 < 0x80) {
*param_3 = (char)param_2;
local_c = 1;
}
else {
iVar1 = func_uni_ksc5601_onechar(param_2);
if (iVar1 == 0) {
local_... | |
16,466 | minja::Parser::parseLogicalAnd() | monkey531[P]llama/common/minja.hpp | std::shared_ptr<Expression> parseLogicalAnd() {
auto left = parseLogicalNot();
if (!left) throw std::runtime_error("Expected left side of 'logical and' expression");
static std::regex and_tok(R"(and\b)");
auto location = get_location();
while (!consumeToken(and_tok).empty()) {
... | O3 | cpp | minja::Parser::parseLogicalAnd():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rsi, %r14
movq %rdi, %rbx
callq 0x85908
cmpq $0x0, (%rbx)
je 0x8580f
leaq 0xa793c(%rip), %rax # 0x12cfe0
movb (%rax), %al
testb %al, %al
je 0x85841
movq (%r14), %rax
movq %rax, 0x20(%rsp)
movq ... | _ZN5minja6Parser15parseLogicalAndEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r14, rsi
mov rbx, rdi
call _ZN5minja6Parser15parseLogicalNotEv; minja::Parser::parseLogicalNot(void)
cmp qword ptr [rbx], 0
jz loc_8580F
lea rax, _ZGVZN5minja6Parser1... | minja::Parser * minja::Parser::parseLogicalAnd(volatile signed __int32 **this, long long *a2)
{
volatile signed __int32 *v3; // rax
volatile signed __int32 *v4; // r15
volatile signed __int32 *v5; // rbp
volatile signed __int32 *v6; // rdi
std::runtime_error *v8; // r15
std::runtime_error *exception; // r15... | parseLogicalAnd:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R14,RSI
MOV RBX,RDI
CALL 0x00185908
CMP qword ptr [RBX],0x0
JZ 0x0018580f
LEA RAX,[0x22cfe0]
MOV AL,byte ptr [RAX]
TEST AL,AL
JZ 0x00185841
LAB_001856ae:
MOV RAX,qword ptr [R14]
MOV qword ptr [RSP + 0x20],RAX
MOV RAX,qword ptr [R14 ... |
/* minja::Parser::parseLogicalAnd() */
void minja::Parser::parseLogicalAnd(void)
{
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *p_Var1;
int iVar2;
int8 *puVar3;
runtime_error *prVar4;
int8 *in_RSI;
long *in_RDI;
long *local_68;
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_60;
long local_58 ... | |
16,467 | common_sampler_type_to_chr(common_sampler_type) | monkey531[P]llama/common/sampling.cpp | char common_sampler_type_to_chr(enum common_sampler_type cnstr) {
switch (cnstr) {
case COMMON_SAMPLER_TYPE_DRY: return 'd';
case COMMON_SAMPLER_TYPE_TOP_K: return 'k';
case COMMON_SAMPLER_TYPE_TYPICAL_P: return 'y';
case COMMON_SAMPLER_TYPE_TOP_P: return 'p';
... | O0 | cpp | common_sampler_type_to_chr(common_sampler_type):
movl %edi, -0x8(%rsp)
movl -0x8(%rsp), %eax
decl %eax
movl %eax, %ecx
movq %rcx, -0x10(%rsp)
subl $0x9, %eax
ja 0x1c3c6a
movq -0x10(%rsp), %rax
leaq 0x54e66(%rip), %rcx # 0x218a88
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
movb $0x64, -0x1(%rsp)
jmp 0x1c3c... | _Z26common_sampler_type_to_chr19common_sampler_type:
mov [rsp+var_8], edi
mov eax, [rsp+var_8]
dec eax; switch 10 cases
mov ecx, eax
mov [rsp+var_10], rcx
sub eax, 9
ja short def_1C3C29; jumptable 00000000001C3C29 default case, case 5
mov rax, [rsp+var_10]
lea rcx, jpt_1C3C29
movsxd... | char common_sampler_type_to_chr(int a1)
{
char v2; // [rsp+Fh] [rbp-1h]
switch ( a1 )
{
case 1:
v2 = 100;
break;
case 2:
v2 = 107;
break;
case 3:
v2 = 112;
break;
case 4:
v2 = 109;
break;
case 6:
v2 = 121;
break;
case 7:
v... | allocator:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV RDI,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RSP + 0x8]
CALL 0x001c3c30
ADD RSP,0x18
RET
|
/* std::allocator<std::pair<std::__cxx11::string const,
nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<un... | |
16,468 | nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::max_size() const | 7CodeWizard[P]stablediffusion/thirdparty/json.hpp | size_type max_size() const noexcept
{
switch (m_type)
{
case value_t::array:
{
// delegate call to array_t::max_size()
return m_value.array->max_size();
}
case value_t::object:
{
// delegate ... | O0 | cpp | nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::max_size() const:
subq ... | _ZNK8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEE8max_sizeEv:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov rax, [rsp+28h+var_10]
mov [rsp+28h+var_20], rax
movzx eax, byte ptr [rax]
mov [rsp+28h+var_1... | long long nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>::max_size(
long long a1)
{
long long v2; // [rsp+20h] [rbp-8h]
switch ( *(_BYTE *)a1 )
{
case 1:
... | max_size:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV RAX,qword ptr [RSP + 0x18]
MOV qword ptr [RSP + 0x8],RAX
MOVZX EAX,byte ptr [RAX]
MOV qword ptr [RSP + 0x10],RAX
SUB RAX,0x9
JA 0x001dc9b2
MOV RAX,qword ptr [RSP + 0x10]
LEA RCX,[0x282da4]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_2... |
/* nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::string, bool, long,
unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer,
std::vector<unsigned char, std::allocator<unsigned char> > >::max_size() const */
int8 __thiscall
nlohmann::json_abi_v3_11_2::
bas... | |
16,469 | nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::max_size() const | 7CodeWizard[P]stablediffusion/thirdparty/json.hpp | size_type max_size() const noexcept
{
switch (m_type)
{
case value_t::array:
{
// delegate call to array_t::max_size()
return m_value.array->max_size();
}
case value_t::object:
{
// delegate ... | O2 | cpp | nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>>::max_size() const:
movzb... | _ZNK8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEE8max_sizeEv:
movzx eax, byte ptr [rdi]
cmp eax, 2
jz short loc_51402
cmp eax, 1
jnz _ZNK8nlohmann16json_abi_v3_11_210basic_jsonISt3mapSt6vectorNSt7__cx... | long long nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>::max_size(
unsigned __int8 *a1)
{
int v1; // eax
v1 = *a1;
if ( v1 == 2 )
return 0x7FFFFFFFFFFFFFFLL;... | max_size:
MOVZX EAX,byte ptr [RDI]
CMP EAX,0x2
JZ 0x00151402
CMP EAX,0x1
JNZ 0x0014a9dc
MOV RAX,0x199999999999999
RET
LAB_00151402:
MOV RAX,0x7ffffffffffffff
RET
|
/* nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::string, bool, long,
unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer,
std::vector<unsigned char, std::allocator<unsigned char> > >::max_size() const */
ulong __thiscall
nlohmann::json_abi_v3_11_2::
ba... | |
16,470 | create_control_file | eloqsql/storage/maria/ma_control_file.c | static CONTROL_FILE_ERROR create_control_file(const char *name,
int open_flags)
{
uint32 sum;
uchar buffer[CF_CREATE_TIME_TOTAL_SIZE];
ulong rnd1,rnd2;
DBUG_ENTER("maria_create_control_file");
if ((control_file_fd= mysql_file_create(key_file_control, name, 0,
... | O0 | c | create_control_file:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x40(%rbp)
movl %esi, -0x44(%rbp)
leaq 0x429bba(%rip), %rax # 0x477d20
movl (%rax), %edi
movq -0x40(%rbp), %rcx
movl -0x44(%rbp), %r9d
leaq 0x103764(%rip), %rsi # 0x1518db
movl $0x9a, %edx
xorl %... | create_control_file:
push rbp
mov rbp, rsp
sub rsp, 90h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_40], rdi
mov [rbp+var_44], esi
lea rax, key_file_control
mov edi, [rax]
mov rcx, [rbp+var_40]
mov r9d, [rbp+var_44]
lea rsi, aWorkspaceLlm4b_10; "/workspace/llm4binary... | long long create_control_file(long long a1, int a2)
{
long long v3; // [rsp+38h] [rbp-58h] BYREF
long long v4; // [rsp+40h] [rbp-50h] BYREF
int v5; // [rsp+48h] [rbp-48h]
int v6; // [rsp+4Ch] [rbp-44h]
long long v7; // [rsp+50h] [rbp-40h]
__int16 v9; // [rsp+60h] [rbp-30h] BYREF
char v10; // [rsp+62h] [r... | create_control_file:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x40],RDI
MOV dword ptr [RBP + -0x44],ESI
LEA RAX,[0x577d20]
MOV EDI,dword ptr [RAX]
MOV RCX,qword ptr [RBP + -0x40]
MOV R9D,dword ptr [RBP + -0x44]
LEA RSI,[0x2518db]
MOV EDX,0x9a
XOR... |
int4 create_control_file(int8 param_1,int4 param_2)
{
long lVar1;
long in_FS_OFFSET;
int8 local_60;
int8 local_58;
int4 local_50;
int4 local_4c;
int8 local_48;
int4 local_3c;
int2 local_38;
int1 local_36;
int1 local_35;
int8 local_34;
int8 local_2c;
int2 local_24;
int2 local_22;
int2 l... | |
16,471 | google::protobuf::FloatValue::_InternalParse(char const*, google::protobuf::internal::ParseContext*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/wrappers.pb.cc | const char* FloatValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
while (!ctx->Done(&ptr)) {
uint32_t tag;
ptr = ::_pbi::ReadTag(ptr, &tag);
switch (tag >> 3) {
// float value = 1;
case 1:
if (PROTOBUF_PR... | O3 | cpp | google::protobuf::FloatValue::_InternalParse(char const*, google::protobuf::internal::ParseContext*):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10, %rsp
movq %rdx, %rbx
movq %rdi, %r14
leaq 0x8(%rsp), %rax
movq %rsi, (%rax)
movl 0x5c(%rdx), %edx
movq %rbx, %rdi
movq %rax, %rsi
callq 0x7347e
testb %... | _ZN6google8protobuf10FloatValue14_InternalParseEPKcPNS0_8internal12ParseContextE:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10h
mov rbx, rdx
mov r14, rdi
lea rax, [rsp+38h+var_30]
mov [rax], rsi
mov edx, [rdx+5Ch]; int
mov rdi, rbx; this
mov rsi, rax; char **
c... | google::protobuf::internal * google::protobuf::FloatValue::_InternalParse(
google::protobuf::FloatValue *this,
google::protobuf::internal *a2,
google::protobuf::internal::ParseContext *a3)
{
google::protobuf::internal::ParseContext *v4; // r8
_QWORD *v5; // r15
unsigned int v6; // r13d
g... | _InternalParse:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV RBX,RDX
MOV R14,RDI
LEA RAX,[RSP + 0x8]
MOV qword ptr [RAX],RSI
MOV EDX,dword ptr [RDX + 0x5c]
MOV RDI,RBX
MOV RSI,RAX
CALL 0x0017347e
TEST AL,AL
JNZ 0x001b0922
LEA R15,[R14 + 0x8]
LEA R12,[RSP + 0x8]
LAB_001b085a:
MOV RDI,qword ptr [RSP + 0x... |
/* google::protobuf::FloatValue::_InternalParse(char const*,
google::protobuf::internal::ParseContext*) */
byte * __thiscall
google::protobuf::FloatValue::_InternalParse(FloatValue *this,char *param_1,ParseContext *param_2)
{
byte bVar1;
byte bVar2;
ulong uVar3;
char cVar4;
UnknownFieldSet *pUVar5;
ui... | |
16,472 | rak_vm_new_range | fabiosvm[P]rak/include/rak/vm.h | static inline void rak_vm_new_range(RakVM *vm, RakError *err)
{
RakValue val1 = rak_vm_get(vm, 1);
RakValue val2 = rak_vm_get(vm, 0);
if (!rak_is_number(val1) || !rak_is_number(val2)
|| !rak_is_integer(val1) || !rak_is_integer(val2))
{
rak_error_set(err, "range must be of type integer numbers");
retu... | O0 | c | rak_vm_new_range:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movl $0x1, %esi
callq 0xb680
movq %rax, -0x20(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
xorl %esi, %esi
callq 0xb680
movq %rax, -0x30(%rbp)
movq %rdx, -0x28(%rbp)
cmpl $0x2, -0x20(%r... | rak_vm_new_range:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
mov esi, 1
call rak_vm_get
mov [rbp+var_20], rax
mov [rbp+var_18], rdx
mov rdi, [rbp+var_8]
xor esi, esi
call rak_vm_get
mov [rbp+var_30], rax
mov ... | long long rak_vm_new_range(
long long a1,
_BYTE *a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
double v10; // rdx
long long v11; // rdx
long long v12; // rcx
long long v13; // r8
l... | rak_vm_new_range:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x8]
MOV ESI,0x1
CALL 0x0010b680
MOV qword ptr [RBP + -0x20],RAX
MOV qword ptr [RBP + -0x18],RDX
MOV RDI,qword ptr [RBP + -0x8]
XOR ESI,ESI
CALL 0x0010b680
MOV qword ptr [RBP + -0... |
void rak_vm_new_range(long param_1,byte *param_2)
{
long lVar1;
int iVar2;
int iVar3;
int *piVar4;
double extraout_RDX;
double extraout_RDX_00;
iVar2 = rak_vm_get(param_1,1);
iVar3 = rak_vm_get(param_1,0);
if ((iVar2 == 2) && (iVar3 == 2)) {
if ((extraout_RDX == (double)(long)extraout_RDX) &&... | |
16,473 | ggml_thread_cpumask_next | ngxson[P]ggml-easy/ggml/src/ggml-cpu/ggml-cpu.c | static void ggml_thread_cpumask_next(const bool * global_mask, bool * local_mask, bool strict, int32_t* iter) {
if (!strict) {
memcpy(local_mask, global_mask, GGML_MAX_N_THREADS);
return;
} else {
memset(local_mask, 0, GGML_MAX_N_THREADS);
int32_t base_idx = *iter;
for (i... | O0 | c | ggml_thread_cpumask_next:
subq $0x38, %rsp
movb %dl, %al
movq %rdi, 0x30(%rsp)
movq %rsi, 0x28(%rsp)
andb $0x1, %al
movb %al, 0x27(%rsp)
movq %rcx, 0x18(%rsp)
testb $0x1, 0x27(%rsp)
jne 0x149fb
movq 0x28(%rsp), %rdi
movq 0x30(%rsp), %rsi
movl $0x200, %edx # imm = 0x200
callq 0xfa50
jmp 0x14a8b
movq 0x28(%rsp... | ggml_thread_cpumask_next:
sub rsp, 38h
mov al, dl
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_10], rsi
and al, 1
mov [rsp+38h+var_11], al
mov [rsp+38h+var_20], rcx
test [rsp+38h+var_11], 1
jnz short loc_149FB
mov rdi, [rsp+38h+var_10]
mov rsi, [rsp+38h+var_8]
mov edx, 200h
c... | long long ggml_thread_cpumask_next(long long a1, long long a2, char a3, unsigned int *a4)
{
long long result; // rax
int v5; // [rsp+Ch] [rbp-2Ch]
int i; // [rsp+10h] [rbp-28h]
int v7; // [rsp+14h] [rbp-24h]
if ( (a3 & 1) == 0 )
return memcpy(a2, a1, 512LL);
memset(a2, 0LL, 512LL);
result = *a4;
v... | ggml_thread_cpumask_next:
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 qword ptr [RSP + 0x18],RCX
TEST byte ptr [RSP + 0x27],0x1
JNZ 0x001149fb
MOV RDI,qword ptr [RSP + 0x28]
MOV RSI,qword ptr [RSP + 0x30]
MOV EDX,0x200
CALL 0x0010fa50
... |
void ggml_thread_cpumask_next(void *param_1,void *param_2,byte param_3,int *param_4)
{
int local_2c;
int local_28;
if ((param_3 & 1) == 0) {
memcpy(param_2,param_1,0x200);
}
else {
memset(param_2,0,0x200);
for (local_28 = 0; local_28 < 0x200; local_28 = local_28 + 1) {
local_2c = *param... | |
16,474 | init_tree | eloqsql/mysys/tree.c | void init_tree(TREE *tree, size_t default_alloc_size, size_t memory_limit,
int size, qsort_cmp2 compare,
tree_element_free free_element, void *custom_arg,
myf my_flags)
{
DBUG_ENTER("init_tree");
DBUG_PRINT("enter",("tree: %p size: %d", tree, size));
if (default_alloc_size ... | O3 | c | init_tree:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %r8, %rax
movq %rdi, %rbx
movq 0x18(%rbp), %r8
movq 0x10(%rbp), %rdi
cmpq $0x2001, %rsi # imm = 0x2001
movl $0x2000, %r10d # imm = 0x2000
cmovaeq %rsi, %r10
addq $0x1fff, %r10 # imm = 0x1FFF
andq $-0x2000, %r10 # imm ... | init_tree:
push rbp
mov rbp, rsp
push rbx
push rax
mov rax, r8
mov rbx, rdi
mov r8, [rbp+arg_8]
mov rdi, [rbp+arg_0]
cmp rsi, 2001h
mov r10d, 2000h
cmovnb r10, rsi
add r10, 1FFFh
and r10, 0FFFFFFFFFFFFE000h
lea rsi, null_element
mov [rbx], rsi
mov [rbx+228h], ra... | char init_tree(
long long a1,
unsigned long long a2,
long long a3,
int a4,
long long a5,
long long a6,
long long a7,
long long a8)
{
long long v8; // r10
unsigned long long v9; // r10
int v10; // eax
unsigned long long v11; // rcx
unsigned long ... | init_tree:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RAX,R8
MOV RBX,RDI
MOV R8,qword ptr [RBP + 0x18]
MOV RDI,qword ptr [RBP + 0x10]
CMP RSI,0x2001
MOV R10D,0x2000
CMOVNC R10,RSI
ADD R10,0x1fff
AND R10,-0x2000
LEA RSI,[0x485bc0]
MOV qword ptr [RBX],RSI
MOV qword ptr [RBX + 0x228],RAX
TEST R9,R9
SETNZ SIL
XOR R11D,R11D... |
void init_tree(int8 *param_1,ulong param_2,int8 param_3,uint param_4,int8 param_5,
long param_6,int8 param_7,ulong param_8)
{
uint uVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
uVar3 = 0x2000;
if (0x2000 < param_2) {
uVar3 = param_2;
}
uVar3 = uVar3 + 0x1fff & 0xffffffffffffe000;
... | |
16,475 | escape_quotes_for_mysql | eloqsql/mysys/charset.c | size_t escape_quotes_for_mysql(CHARSET_INFO *charset_info,
char *to, size_t to_length,
const char *from, size_t length,
my_bool *overflow)
{
const char *to_start= to;
const char *end, *to_end=to_start + (to_length ? to_leng... | O0 | c | escape_quotes_for_mysql:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x38(%rbp)
movq -0x38(%rbp), %rax
movq %rax, -0x58(%rbp)
cmpq $0x0, -0x18(%rbp)
j... | escape_quotes_for_mysql:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_10]
mov [rbp+var_38], rax
mov rax, [rbp+var_38]
mov [rbp+var_5... | _BYTE * escape_quotes_for_mysql(long long a1, char *a2, long long a3, char *a4, long long a5, _BYTE *a6)
{
char *v7; // rax
char v8; // cl
char *v9; // rax
_BYTE *v10; // rax
char *v11; // rax
long long v13; // [rsp+0h] [rbp-60h]
int v14; // [rsp+10h] [rbp-50h]
char v15; // [rsp+17h] [rbp-49h]
unsigne... | escape_quotes_for_mysql:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x38],RAX
MOV RAX,... |
long escape_quotes_for_mysql
(int8 param_1,char *param_2,long param_3,char *param_4,long param_5,
int1 *param_6)
{
char cVar1;
char *pcVar2;
long local_68;
int local_58;
char *local_28;
char *local_18;
if (param_3 == 0) {
local_68 = param_5 << 1;
}
else {
loc... | |
16,476 | LefDefParser::lefiTiming::addRiseFallSlew(double, double, double, double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiMacro.cpp | void
lefiTiming::addRiseFallSlew(double one,
double two,
double three,
double four)
{
if (nowRise_) {
hasRiseSlew_ = 1;
riseSlewOne_ = one;
riseSlewTwo_ = two;
riseSlewThree_ = three;
rise... | O0 | cpp | LefDefParser::lefiTiming::addRiseFallSlew(double, double, double, double):
movq %rdi, -0x8(%rsp)
movsd %xmm0, -0x10(%rsp)
movsd %xmm1, -0x18(%rsp)
movsd %xmm2, -0x20(%rsp)
movsd %xmm3, -0x28(%rsp)
movq -0x8(%rsp), %rax
movq %rax, -0x30(%rsp)
cmpl $0x0, 0x80(%rax)
je 0x62706
movq -0x30(%rsp), %rax
movl $0x1, 0x2c(%rax)
... | _ZN12LefDefParser10lefiTiming15addRiseFallSlewEdddd:
mov [rsp+var_8], rdi
movsd [rsp+var_10], xmm0
movsd [rsp+var_18], xmm1
movsd [rsp+var_20], xmm2
movsd [rsp+var_28], xmm3
mov rax, [rsp+var_8]
mov [rsp+var_30], rax
cmp dword ptr [rax+80h], 0
jz short loc_62706
mov rax, [rsp+var_30]
mo... | LefDefParser::lefiTiming * LefDefParser::lefiTiming::addRiseFallSlew(
LefDefParser::lefiTiming *this,
double a2,
double a3,
double a4,
double a5)
{
LefDefParser::lefiTiming *result; // rax
result = this;
if ( *((_DWORD *)this + 32) )
{
*((_DWORD *)this + 11) = 1;
... | addRiseFallSlew:
MOV qword ptr [RSP + -0x8],RDI
MOVSD qword ptr [RSP + -0x10],XMM0
MOVSD qword ptr [RSP + -0x18],XMM1
MOVSD qword ptr [RSP + -0x20],XMM2
MOVSD qword ptr [RSP + -0x28],XMM3
MOV RAX,qword ptr [RSP + -0x8]
MOV qword ptr [RSP + -0x30],RAX
CMP dword ptr [RAX + 0x80],0x0
JZ 0x00162706
MOV RAX,qword ptr [RSP +... |
/* LefDefParser::lefiTiming::addRiseFallSlew(double, double, double, double) */
void __thiscall
LefDefParser::lefiTiming::addRiseFallSlew
(lefiTiming *this,double param_1,double param_2,double param_3,double param_4)
{
if (*(int *)(this + 0x80) == 0) {
*(int4 *)(this + 0x34) = 1;
*(double *)(this... | |
16,477 | 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 0x5d844
leaq 0x50845(%rip), %rcx # 0xadb13
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, long long **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+8h] [rbp-A0h] B... | 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 0x0015d844
LAB_0015d2c7:
LEA RCX,[0x1adb13]
MOV R8D,0xb
MOV RDI,R12
XOR ESI,ESI
XOR EDX,EDX
CALL 0x00118750
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... | |
16,478 | 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 at(KeyType && key)
{
// at only works for objects
if (JSON_HEDLEY_UNLIKELY(!is_object()))
{
JSON_THROW(type_error::create(304, detail::concat("cannot use at() with ", type_name()), this));
}
auto it = m_data.m_value.object->find(std::forward<KeyType>(ke... | 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_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_:
push rbp; char
push r15; int
push r14; i... | long long ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_(
long long a1,
_BYTE *a2... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB ... |
char * _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERSD_OSJ_
(basic_json<nlohmann::jso... | |
16,479 | Json::Reader::pushError(Json::Value const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | aimrt_mujoco_sim/_deps/jsoncpp-src/src/lib_json/json_reader.cpp | bool Reader::pushError(const Value& value, const String& message) {
ptrdiff_t const length = end_ - begin_;
if (value.getOffsetStart() > length || value.getOffsetLimit() > length)
return false;
Token token;
token.type_ = tokenError;
token.start_ = begin_ + value.getOffsetStart();
token.end_ = begin_ + v... | O3 | cpp | Json::Reader::pushError(Json::Value const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movq 0xc8(%rdi), %r12
subq 0xc0(%rdi), %r12
movq %rsi, %rdi
callq 0x... | _ZN4Json6Reader9pushErrorERKNS_5ValueERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 40h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov r12, [rdi+0C8h]
sub r12, [rdi+0C0h]
mov rdi, rsi; this
call _ZNK4Json5Value14ge... | char Json::Reader::pushError(long long a1, Json::Value *a2, long long a3)
{
long long v4; // r12
long long v6; // r13
long long v7; // r12
long long v8; // r13
long long v9; // rdx
long long v10; // rcx
long long v11; // r8
long long v12; // r9
int v13; // [rsp+0h] [rbp-68h] BYREF
long long v14; //... | pushError:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV R12,qword ptr [RDI + 0xc8]
SUB R12,qword ptr [RDI + 0xc0]
MOV RDI,RSI
CALL 0x00179ac6
CMP RAX,R12
JG 0x0016f9fe
MOV RDI,R15
CALL 0x00179acc
CMP RAX,R12
JLE 0x0016fa05
LAB_0016f9fe:
XOR EAX,EAX
JMP 0x0016fa86
LAB... |
/* Json::Reader::pushError(Json::Value const&, std::__cxx11::string const&) */
int8 __thiscall Json::Reader::pushError(Reader *this,Value *param_1,string *param_2)
{
long lVar1;
long lVar2;
long lVar3;
int4 local_68 [2];
long local_60;
long local_58;
int1 *local_50;
int8 local_48;
int1 local_40 [16... | |
16,480 | std::vector<int, std::allocator<int>> string_split<int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, char) | llama.cpp/common/common.h | static std::vector<T> string_split(const std::string & str, char delim) {
static_assert(!std::is_same<T, std::string>::value, "Please use the specialized version for std::string");
std::vector<T> values;
std::istringstream str_stream(str);
std::string token;
while (std::getline(str_stream, token, de... | O3 | c | std::vector<int, std::allocator<int>> string_split<int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, char):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x328, %rsp # imm = 0x328
movq %rdi, %rbx
xorps %xmm0, %xmm0
movups %xmm0, (%rdi)
xorl ... | _ZL12string_splitIiESt6vectorIT_SaIS1_EERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEc:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 328h
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
xor r14d, r14d
mov [rdi+10h], r14
lea r15, [rsp+358h+... | void string_split<int>(long long a1, long long a2)
{
_QWORD *v2; // rax
_DWORD *v3; // rsi
int v4; // [rsp+4h] [rbp-354h] BYREF
void *v5[2]; // [rsp+8h] [rbp-350h] BYREF
_QWORD v6[2]; // [rsp+18h] [rbp-340h] BYREF
_BYTE v7[120]; // [rsp+28h] [rbp-330h] BYREF
_BYTE v8[264]; // [rsp+A0h] [rbp-2B8h] BYREF
... | string_split<int>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x328
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
XOR R14D,R14D
MOV qword ptr [RDI + 0x10],R14
LEA R15,[RSP + 0x28]
MOV RDI,R15
MOV EDX,0x8
CALL 0x00120780
LEA RAX,[RSP + 0x18]
MOV qword ptr [RAX + -0x10],RAX
MOV qword ptr [R... |
/* std::vector<int, std::allocator<int> > string_split<int>(std::__cxx11::string const&, char) */
void string_split<int>(string *param_1,char param_2)
{
int *piVar1;
istream *piVar2;
int7 in_register_00000031;
int local_354;
int1 *local_350;
int8 local_348;
int1 local_340;
int7 uStack_33f;
istream ... | |
16,481 | nglog::(anonymous namespace)::PrettyDuration[abi:cxx11](std::chrono::duration<int, std::ratio<1l, 1l>> const&) | ng-log[P]ng-log/src/logging.cc | string PrettyDuration(const std::chrono::duration<int>& secs) {
std::stringstream result;
int mins = secs.count() / 60;
int hours = mins / 60;
mins = mins % 60;
int s = secs.count() % 60;
result.fill('0');
result << hours << ':' << setw(2) << mins << ':' << setw(2) << s;
return result.str();
} | O0 | cpp | nglog::(anonymous namespace)::PrettyDuration[abi:cxx11](std::chrono::duration<int, std::ratio<1l, 1l>> const&):
pushq %rbp
movq %rsp, %rbp
subq $0x220, %rsp # imm = 0x220
movq %rdi, -0x1d0(%rbp)
movq %rdi, %rax
movq %rax, -0x1c8(%rbp)
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
leaq -0x198(%rbp), %rdi
callq... | _ZN5nglog12_GLOBAL__N_114PrettyDurationB5cxx11ERKNSt6chrono8durationIiSt5ratioILl1ELl1EEEE:
push rbp
mov rbp, rsp
sub rsp, 220h
mov [rbp+var_1D0], rdi
mov rax, rdi
mov [rbp+var_1C8], rax
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
lea rdi, [rbp+var_198]
call __ZNSt7__cxx1118basic_st... | long long nglog::`anonymous namespace'::PrettyDuration[abi:cxx11](long long a1, long long a2)
{
long long v3; // [rsp+8h] [rbp-218h]
long long v4; // [rsp+18h] [rbp-208h]
long long v5; // [rsp+20h] [rbp-200h]
long long v6; // [rsp+28h] [rbp-1F8h]
long long v7; // [rsp+38h] [rbp-1E8h]
long long v8; // [rsp+... | PrettyDuration[abi:cxx11]:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x220
MOV qword ptr [RBP + -0x1d0],RDI
MOV RAX,RDI
MOV qword ptr [RBP + -0x1c8],RAX
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
LEA RDI,[RBP + -0x198]
CALL 0x00109500
MOV RDI,qword ptr [RBP + -0x10]
LAB_00116a14:
CALL 0x0011b470
MOV dword ptr [R... |
/* nglog::(anonymous namespace)::PrettyDuration[abi:cxx11](std::chrono::duration<int, std::ratio<1l,
1l> > const&) */
_anonymous_namespace_ * __thiscall
nglog::(anonymous_namespace)::PrettyDuration_abi_cxx11_
(_anonymous_namespace_ *this,duration *param_1)
{
int iVar1;
int iVar2;
int4 uVar3;
ost... | |
16,482 | ggml_barrier | monkey531[P]llama/ggml/src/ggml-cpu/ggml-cpu.c | void ggml_barrier(struct ggml_threadpool * tp) {
int n_threads = atomic_load_explicit(&tp->n_threads_cur, memory_order_relaxed);
if (n_threads == 1) {
return;
}
#ifdef GGML_USE_OPENMP
#pragma omp barrier
#else
int n_passed = atomic_load_explicit(&tp->n_barrier_passed, memory_order_relaxed);... | O0 | c | ggml_barrier:
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movq 0x30(%rsp), %rax
movl 0xdc(%rax), %eax
movl %eax, 0x28(%rsp)
movl 0x28(%rsp), %eax
movl %eax, 0x2c(%rsp)
cmpl $0x1, 0x2c(%rsp)
jne 0xd63c
jmp 0xd6e2
movq 0x30(%rsp), %rax
movl 0xc0(%rax), %eax
movl %eax, 0x20(%rsp)
movl 0x20(%rsp), %eax
movl %eax, 0x24(%rsp)
mov... | ggml_barrier:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov rax, [rsp+38h+var_8]
mov eax, [rax+0DCh]
mov [rsp+38h+var_10], eax
mov eax, [rsp+38h+var_10]
mov [rsp+38h+var_C], eax
cmp [rsp+38h+var_C], 1
jnz short loc_D63C
jmp loc_D6E2
loc_D63C:
mov rax, [rsp+38h+var_8]
mov eax,... | long long ggml_barrier(long long a1)
{
long long result; // rax
unsigned int v2; // [rsp+4h] [rbp-34h]
int v3; // [rsp+24h] [rbp-14h]
unsigned int v4; // [rsp+28h] [rbp-10h]
int v5; // [rsp+2Ch] [rbp-Ch]
v4 = *(_DWORD *)(a1 + 220);
result = v4;
if ( v4 != 1 )
{
v3 = *(_DWORD *)(a1 + 192);
v5... | ggml_barrier:
SUB RSP,0x38
MOV qword ptr [RSP + 0x30],RDI
MOV RAX,qword ptr [RSP + 0x30]
MOV EAX,dword ptr [RAX + 0xdc]
MOV dword ptr [RSP + 0x28],EAX
MOV EAX,dword ptr [RSP + 0x28]
MOV dword ptr [RSP + 0x2c],EAX
CMP dword ptr [RSP + 0x2c],0x1
JNZ 0x0010d63c
JMP 0x0010d6e2
LAB_0010d63c:
MOV RAX,qword ptr [RSP + 0x30]
M... |
void ggml_barrier(long param_1)
{
int *piVar1;
int iVar2;
int iVar3;
if (*(int *)(param_1 + 0xdc) != 1) {
iVar3 = *(int *)(param_1 + 0xc0);
LOCK();
piVar1 = (int *)(param_1 + 0x80);
iVar2 = *piVar1;
*piVar1 = *piVar1 + 1;
UNLOCK();
if (iVar2 == *(int *)(param_1 + 0xdc) + -1) {
... | |
16,483 | ggml_barrier | monkey531[P]llama/ggml/src/ggml-cpu/ggml-cpu.c | void ggml_barrier(struct ggml_threadpool * tp) {
int n_threads = atomic_load_explicit(&tp->n_threads_cur, memory_order_relaxed);
if (n_threads == 1) {
return;
}
#ifdef GGML_USE_OPENMP
#pragma omp barrier
#else
int n_passed = atomic_load_explicit(&tp->n_barrier_passed, memory_order_relaxed);... | O3 | c | ggml_barrier:
movl 0xdc(%rdi), %ecx
cmpl $0x1, %ecx
je 0x8f24
movl 0xc0(%rdi), %eax
movl $0x1, %edx
lock
xaddl %edx, 0x80(%rdi)
decl %ecx
cmpl %ecx, %edx
jne 0x8f13
movl $0x0, 0x80(%rdi)
lock
incl 0xc0(%rdi)
retq
movl 0xc0(%rdi), %ecx
cmpl %eax, %ecx
jne 0x8f21
pause
jmp 0x8f13
mfence
retq
| ggml_barrier:
mov ecx, [rdi+0DCh]
cmp ecx, 1
jz short locret_8F24
mov eax, [rdi+0C0h]
mov edx, 1
lock xadd [rdi+80h], edx
dec ecx
cmp edx, ecx
jnz short loc_8F13
mov dword ptr [rdi+80h], 0
lock inc dword ptr [rdi+0C0h]
retn
loc_8F13:
mov ecx, [rdi+0C0h]
cmp ecx, eax
jnz ... | void ggml_barrier(long long a1)
{
int v1; // ecx
int v2; // eax
v1 = *(_DWORD *)(a1 + 220);
if ( v1 != 1 )
{
v2 = *(_DWORD *)(a1 + 192);
if ( _InterlockedExchangeAdd((volatile signed __int32 *)(a1 + 128), 1u) == v1 - 1 )
{
*(_DWORD *)(a1 + 128) = 0;
_InterlockedIncrement((volatile si... | ggml_barrier:
MOV ECX,dword ptr [RDI + 0xdc]
CMP ECX,0x1
JZ 0x00108f24
MOV EAX,dword ptr [RDI + 0xc0]
MOV EDX,0x1
XADD.LOCK dword ptr [RDI + 0x80],EDX
DEC ECX
CMP EDX,ECX
JNZ 0x00108f13
MOV dword ptr [RDI + 0x80],0x0
INC.LOCK dword ptr [RDI + 0xc0]
RET
LAB_00108f13:
MOV ECX,dword ptr [RDI + 0xc0]
CMP ECX,EAX
JNZ 0x0010... |
void ggml_barrier(long param_1)
{
int *piVar1;
int iVar2;
if (*(int *)(param_1 + 0xdc) != 1) {
LOCK();
piVar1 = (int *)(param_1 + 0x80);
iVar2 = *piVar1;
*piVar1 = *piVar1 + 1;
UNLOCK();
if (iVar2 == *(int *)(param_1 + 0xdc) + -1) {
*(int4 *)(param_1 + 0x80) = 0;
LOCK();
... | |
16,484 | translog_truncate_log | eloqsql/storage/maria/ma_loghandler.c | static my_bool translog_truncate_log(TRANSLOG_ADDRESS addr)
{
uchar *page;
TRANSLOG_ADDRESS current_page;
uint32 next_page_offset, page_rest;
uint32 i;
File fd;
int rc;
TRANSLOG_VALIDATOR_DATA data;
char path[FN_REFLEN];
uchar page_buff[TRANSLOG_PAGE_SIZE];
DBUG_ENTER("translog_truncate_log");
/* ... | O0 | c | translog_truncate_log:
pushq %rbp
movq %rsp, %rbp
subq $0x2260, %rsp # imm = 0x2260
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x2220(%rbp)
jmp 0x2f4b1
jmp 0x2f4b3
jmp 0x2f4b5
movq -0x2220(%rbp), %rax
sarq $0x20, %rax
addl $0x1, %eax
movl %eax, -0x223c(%rbp)
movl -0x223c(%rbp), %eax
movq 0xc51502(%... | translog_truncate_log:
push rbp
mov rbp, rsp
sub rsp, 2260h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_2220], rdi
jmp short $+2
loc_2F4B1:
jmp short $+2
loc_2F4B3:
jmp short $+2
loc_2F4B5:
mov rax, [rbp+var_2220]
sar rax, 20h
add eax, 1
mov [rbp+var_223C], eax
l... | char translog_truncate_log(long long a1, long long a2, long long a3, long long a4, int a5, int a6)
{
long long v6; // rax
long long v7; // rdx
long long v8; // rcx
int v9; // r8d
int v10; // r9d
bool v12; // [rsp+1h] [rbp-225Fh]
bool v13; // [rsp+2h] [rbp-225Eh]
char v14; // [rsp+3h] [rbp-225Dh]
unsi... | translog_truncate_log:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x2260
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x2220],RDI
JMP 0x0012f4b1
LAB_0012f4b1:
JMP 0x0012f4b3
LAB_0012f4b3:
JMP 0x0012f4b5
LAB_0012f4b5:
MOV RAX,qword ptr [RBP + -0x2220]
SAR RAX,0x20
ADD EAX,0x1
MOV dword ptr [RBP + -... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int8 translog_truncate_log(ulong param_1)
{
int4 uVar1;
int iVar2;
uint uVar3;
int8 uVar4;
long lVar5;
long in_FS_OFFSET;
bool local_2267;
bool local_2266;
bool local_2265;
ulong *local_2260 [2];
uint local_224... | |
16,485 | ma_nommap_pread | eloqsql/storage/maria/ma_dynrec.c | size_t _ma_nommap_pread(MARIA_HA *info, uchar *Buffer,
size_t Count, my_off_t offset, myf MyFlags)
{
return mysql_file_pread(info->dfile.file, Buffer, Count, offset, MyFlags);
} | O3 | c | ma_nommap_pread:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %r8, -0x30(%rbp)
movq %rcx, %r12
movq %rdx, %r14
movq %rsi, %r13
movl 0x480(%rdi), %ebx
leaq 0x349d86(%rip), %rax # 0x386010
movq (%rax), %rax
leaq -0x78(%rbp), %rdi
movl %ebx, %esi
movl $0x6, %ed... | _ma_nommap_pread:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rbp+var_30], r8
mov r12, rcx
mov r14, rdx
mov r13, rsi
mov ebx, [rdi+480h]
lea rax, PSI_server
mov rax, [rax]
lea rdi, [rbp+var_78]
mov esi, ebx
mov ed... | long long ma_nommap_pread(long long a1, long long a2, long long a3, long long a4, long long a5)
{
unsigned int v7; // ebx
long long v8; // rax
long long v9; // rbx
long long v11; // r15
_BYTE v12[72]; // [rsp+8h] [rbp-78h] BYREF
long long v13; // [rsp+50h] [rbp-30h]
v13 = a5;
v7 = *(_DWORD *)(a1 + 115... | _ma_nommap_pread:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x30],R8
MOV R12,RCX
MOV R14,RDX
MOV R13,RSI
MOV EBX,dword ptr [RDI + 0x480]
LEA RAX,[0x486010]
MOV RAX,qword ptr [RAX]
LEA RDI,[RBP + -0x78]
MOV ESI,EBX
MOV EDX,0x6
CALL qword ptr [RAX + 0x158]
TEST R... |
long _ma_nommap_pread(long param_1,int8 param_2,long param_3,int8 param_4,ulong param_5)
{
int4 uVar1;
ulong uVar2;
long lVar3;
long lVar4;
long lVar5;
int1 local_80 [72];
ulong local_38;
uVar1 = *(int4 *)(param_1 + 0x480);
local_38 = param_5;
lVar3 = (**(code **)(PSI_server + 0x158))(local_80,... | |
16,486 | common_log::set_colors(bool) | llama.cpp/common/log.cpp | void set_colors(bool colors) {
pause();
if (colors) {
g_col[COMMON_LOG_COL_DEFAULT] = LOG_COL_DEFAULT;
g_col[COMMON_LOG_COL_BOLD] = LOG_COL_BOLD;
g_col[COMMON_LOG_COL_RED] = LOG_COL_RED;
g_col[COMMON_LOG_COL_GREEN] = LOG_COL_GREEN;
g_... | O3 | cpp | common_log::set_colors(bool):
pushq %rbp
pushq %rbx
pushq %rax
movl %esi, %ebp
movq %rdi, %rbx
callq 0xc7f82
testl %ebp, %ebp
je 0xc8441
movq 0x44392(%rip), %rax # 0x10c768
leaq 0x1278(%rip), %rcx # 0xc9655
movq %rcx, (%rax)
movq 0x44381(%rip), %rax # 0x10c768
leaq 0x1243d(%rip), %rcx # 0xda82b
movq %r... | _ZN10common_log10set_colorsEb:
push rbp
push rbx
push rax
mov ebp, esi
mov rbx, rdi
call _ZN10common_log5pauseEv; common_log::pause(void)
test ebp, ebp
jz short loc_C8441
mov rax, cs:_ZL5g_col; g_col
lea rcx, a0m+1; "\x1B[0m"
mov [rax], rcx
mov rax, cs:_ZL5g_col; g_col
lea ... | long long common_log::set_colors(common_log *this, int a2)
{
_QWORD *v2; // rax
long long v3; // rax
unsigned long long v4; // rcx
common_log::pause(this);
if ( a2 )
{
*(_QWORD *)g_col = "\x1B[0m";
v2 = (_QWORD *)g_col;
*(_QWORD *)(g_col + 8) = "\x1B[1m";
v2[2] = "\x1B[31m";
v2[3] = "\... | set_colors:
PUSH RBP
PUSH RBX
PUSH RAX
MOV EBP,ESI
MOV RBX,RDI
CALL 0x001c7f82
TEST EBP,EBP
JZ 0x001c8441
MOV RAX,qword ptr [0x0020c768]
LEA RCX,[0x1c9655]
MOV qword ptr [RAX],RCX
MOV RAX,qword ptr [0x0020c768]
LEA RCX,[0x1da82b]
MOV qword ptr [RAX + 0x8],RCX
LEA RCX,[0x1da830]
MOV qword ptr [RAX + 0x10],RCX
LEA RCX,[0... |
/* common_log::set_colors(bool) */
void __thiscall common_log::set_colors(common_log *this,bool param_1)
{
int8 *puVar1;
ulong uVar2;
int7 in_register_00000031;
pause(this);
if ((int)CONCAT71(in_register_00000031,param_1) == 0) {
if (DAT_0020c770 != g_col) {
uVar2 = 0;
do {
g_col... | |
16,487 | parse_prefixed_json_tool_call_array(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&, unsigned long) | monkey531[P]llama/common/chat.cpp | static common_chat_msg parse_prefixed_json_tool_call_array(const std::string& input, const std::string & prefix, size_t rstrip_prefix = 0) {
auto content_end = input.find(prefix);
size_t tc_start = std::string::npos;
common_chat_msg result;
result.role = "assistant";
const auto process_tool_calls =... | O2 | cpp | parse_prefixed_json_tool_call_array(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&, unsigned long):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xf8, %rsp
movq %rcx, ... | _ZL35parse_prefixed_json_tool_call_arrayRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_m:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0F8h
mov r15, rcx
mov r12, rdx
mov rbx, rsi
mov r13, rdi
mov rdi, rsi
mov rsi, rdx
xor edx, edx
call __Z... | common_chat_msg * parse_prefixed_json_tool_call_array(
common_chat_msg *this,
long long a2,
long long a3,
long long a4)
{
long long v6; // r14
long long v7; // r12
long long v8; // r13
_BYTE *v9; // r14
long long v10; // rax
unsigned __int8 *v11; // rax
int v12; // eax
co... | parse_prefixed_json_tool_call_array:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xf8
MOV R15,RCX
MOV R12,RDX
MOV RBX,RSI
MOV R13,RDI
MOV RDI,RSI
MOV RSI,RDX
XOR EDX,EDX
CALL 0x001241b0
MOV R14,RAX
MOV RDI,R13
CALL 0x001a8e24
LAB_001a6b88:
LEA RSI,[0x1b3383]
MOV qword ptr [RSP + 0x8],R13
MOV RDI,R13
C... |
/* parse_prefixed_json_tool_call_array(std::__cxx11::string const&, std::__cxx11::string const&,
unsigned long) */
string * parse_prefixed_json_tool_call_array(string *param_1,string *param_2,ulong param_3)
{
char cVar1;
long lVar2;
basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11... | |
16,488 | _ac_compiler_find_rule_idx_by_name | alca/libalca/compiler.c | int __ac_compiler_find_rule_idx_by_name(ac_compiler *compiler, char *name)
{
for (int i = 0; i < compiler->nrules; i++)
{
if (!compiler->rule_table)
return -1;
ac_rule_entry entry = compiler->rule_table[i];
char *rname = ac_arena_get_string(compiler->data_arena, entry.name_of... | O0 | c | _ac_compiler_find_rule_idx_by_name:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl $0x0, -0x1c(%rbp)
movl -0x1c(%rbp), %eax
movq -0x10(%rbp), %rcx
cmpl 0x24(%rcx), %eax
jae 0x123da
movq -0x10(%rbp), %rax
cmpq $0x0, 0x48(%rax)
jne 0x1236b
movl $0xffffffff, -0x4(%rbp) # imm... | __ac_compiler_find_rule_idx_by_name:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], 0
loc_12347:
mov eax, [rbp+var_1C]
mov rcx, [rbp+var_10]
cmp eax, [rcx+24h]
jnb loc_123DA
mov rax, [rbp+var_10]
cmp qword ptr [rax+48h], 0
... | long long _ac_compiler_find_rule_idx_by_name(long long a1, long long a2)
{
long long string; // [rsp+8h] [rbp-38h]
unsigned int i; // [rsp+24h] [rbp-1Ch]
for ( i = 0; i < *(_DWORD *)(a1 + 36); ++i )
{
if ( !*(_QWORD *)(a1 + 72) )
return (unsigned int)-1;
string = ac_arena_get_string(*(_QWORD *)(... | __ac_compiler_find_rule_idx_by_name:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],0x0
LAB_00112347:
MOV EAX,dword ptr [RBP + -0x1c]
MOV RCX,qword ptr [RBP + -0x10]
CMP EAX,dword ptr [RCX + 0x24]
JNC 0x001123da
MOV RAX,qword ptr [RBP + -0x1... |
uint __ac_compiler_find_rule_idx_by_name(long param_1,char *param_2)
{
int iVar1;
char *__s1;
uint local_24;
local_24 = 0;
while( true ) {
if (*(uint *)(param_1 + 0x24) <= local_24) {
return 0xffffffff;
}
if (*(long *)(param_1 + 0x48) == 0) break;
__s1 = (char *)ac_arena_get_string(... | |
16,489 | atoi_octal | eloqsql/mysys/my_init.c | static ulong atoi_octal(const char *str)
{
long int tmp;
while (*str && my_isspace(&my_charset_latin1, *str))
str++;
str2int(str,
(*str == '0' ? 8 : 10), /* Octalt or decimalt */
0, INT_MAX, &tmp);
return (ulong) tmp;
} | O3 | c | atoi_octal:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movb (%rdi), %al
movl $0xa, %esi
testb %al, %al
je 0x26172
leaq 0x2ef636(%rip), %rcx # 0x315780
movq 0x40(%rcx), %rcx
movzbl %al, %edx
testb $0x8, 0x1(%rcx,%rdx)
je 0x26164
movb 0x1(%rdi), %al
incq %rdi
testb %al, %al
jne 0x2614e
jmp 0x26172
xorl %ecx, %ec... | atoi_octal:
push rbp
mov rbp, rsp
push rbx
push rax
mov al, [rdi]
mov esi, 0Ah
test al, al
jz short loc_26172
lea rcx, my_charset_latin1
mov rcx, [rcx+40h]
loc_2614E:
movzx edx, al
test byte ptr [rcx+rdx+1], 8
jz short loc_26164
mov al, [rdi+1]
inc rdi
test al, ... | void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> atoi_octal(unsigned __int8 *a1)
{
unsigned __int8 v1; // al
long long v2; // rsi
_BYTE v3[16]; // [rsp+0h] [rbp-10h] BYREF
v1 = *a1;
v2 = 10LL;
if ( *a1 )
{
while ( (*(_BYTE *)(*((_QWORD *)&my_charset_latin1 + 8) + v1 + 1LL) & 8) != 0 )
{
v1 =... | atoi_octal:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV AL,byte ptr [RDI]
MOV ESI,0xa
TEST AL,AL
JZ 0x00126172
LEA RCX,[0x415780]
MOV RCX,qword ptr [RCX + 0x40]
LAB_0012614e:
MOVZX EDX,AL
TEST byte ptr [RCX + RDX*0x1 + 0x1],0x8
JZ 0x00126164
MOV AL,byte ptr [RDI + 0x1]
INC RDI
TEST AL,AL
JNZ 0x0012614e
JMP 0x00126172
LA... |
int8 atoi_octal(byte *param_1)
{
byte bVar1;
int8 in_RAX;
char cVar2;
int8 local_18;
bVar1 = *param_1;
cVar2 = '\n';
do {
if (bVar1 == 0) {
LAB_00126172:
local_18 = in_RAX;
str2int(param_1,cVar2,0,0x7fffffff,&local_18);
return local_18;
}
if ((PTR_ctype_latin1_004157c0[(... | |
16,490 | mysql_client_register_plugin | eloqsql/build_O3/libmariadb/libmariadb/ma_client_plugin.c | struct st_mysql_client_plugin * STDCALL
mysql_client_register_plugin(MYSQL *mysql,
struct st_mysql_client_plugin *plugin)
{
struct st_mysql_client_plugin *found_plugin= NULL;
va_list unused;
LINT_INIT_STRUCT(unused);
if (is_not_initialized(mysql, plugin->name))
return NULL;
... | O3 | c | mysql_client_register_plugin:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rsi, %r14
movq %rdi, %rbx
xorps %xmm0, %xmm0
movaps %xmm0, -0x30(%rbp)
movq $0x0, -0x20(%rbp)
cmpb $0x0, 0x2483a(%rip) # 0x4c860
je 0x2806c
leaq 0x24839(%rip), %rdi # 0x4c868
callq 0x136a0
movq 0x8(%... | mysql_client_register_plugin:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 18h
mov r14, rsi
mov rbx, rdi
xorps xmm0, xmm0
movaps [rbp+var_30], xmm0
mov [rbp+var_20], 0
cmp cs:initialized, 0
jz short loc_2806C
lea rdi, LOCK_load_client_plugin
call _pthread_... | long long mysql_client_register_plugin(long long a1, unsigned int *a2)
{
long long v2; // rdx
long long v3; // rcx
long long v4; // r8
long long v5; // r9
long long plugin; // r15
__int128 v8; // [rsp+0h] [rbp-30h] BYREF
long long v9; // [rsp+10h] [rbp-20h]
v8 = 0LL;
v9 = 0LL;
if ( initialized )
... | mysql_client_register_plugin:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x18
MOV R14,RSI
MOV RBX,RDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RBP + -0x30],XMM0
MOV qword ptr [RBP + -0x20],0x0
CMP byte ptr [0x0014c860],0x0
JZ 0x0012806c
LEA RDI,[0x14c868]
CALL 0x001136a0
MOV RDI,qword ptr [R14 + 0x8]
MOV ESI,dw... |
long mysql_client_register_plugin(int8 param_1,int4 *param_2)
{
long lVar1;
int8 local_38;
int8 uStack_30;
int8 local_28;
local_38 = 0;
uStack_30 = 0;
local_28 = 0;
if (initialized == '\0') {
lVar1 = 0;
my_set_error(param_1,0x80b,SQLSTATE_UNKNOWN,PTR_s_Plugin__s_could_not_be_loaded____0014a... | |
16,491 | JS_NewBigInt64 | bluesky950520[P]quickjs/quickjs.c | JSValue JS_NewBigInt64(JSContext *ctx, int64_t v)
{
JSValue val;
bf_t *a;
val = JS_NewBigInt(ctx);
if (JS_IsException(val))
return val;
a = JS_GetBigInt(val);
if (bf_set_si(a, v)) {
JS_FreeValue(ctx, val);
return JS_ThrowOutOfMemory(ctx);
}
return val;
} | O0 | c | JS_NewBigInt64:
subq $0x48, %rsp
movq %rdi, 0x30(%rsp)
movq %rsi, 0x28(%rsp)
movq 0x30(%rsp), %rdi
callq 0x400c0
movq %rax, (%rsp)
movq %rdx, 0x8(%rsp)
movq (%rsp), %rax
movq %rax, 0x18(%rsp)
movq 0x8(%rsp), %rax
movq %rax, 0x20(%rsp)
movq 0x18(%rsp), %rdi
movq 0x20(%rsp), %rsi
callq 0x29fb0
cmpl $0x0, %eax
je 0x4003e
... | JS_NewBigInt64:
sub rsp, 48h
mov [rsp+48h+var_18], rdi
mov [rsp+48h+var_20], rsi
mov rdi, [rsp+48h+var_18]
call JS_NewBigInt
mov [rsp+48h+var_48], rax
mov [rsp+48h+var_40], rdx
mov rax, [rsp+48h+var_48]
mov [rsp+48h+var_30], rax
mov rax, [rsp+48h+var_40]
mov [rsp+48h+var_28], ... | long long JS_NewBigInt64(long long a1, long long a2)
{
long long v2; // rdx
long long BigInt; // rax
long long v4; // rdx
long long v5; // rcx
long long v6; // r8
long long v7; // r9
int v8; // edx
long long v9; // rcx
int v10; // r8d
int v11; // r9d
long long v13; // [rsp+0h] [rbp-48h]
long lo... | JS_NewBigInt64:
SUB RSP,0x48
MOV qword ptr [RSP + 0x30],RDI
MOV qword ptr [RSP + 0x28],RSI
MOV RDI,qword ptr [RSP + 0x30]
CALL 0x001400c0
MOV qword ptr [RSP],RAX
MOV qword ptr [RSP + 0x8],RDX
MOV RAX,qword ptr [RSP]
MOV qword ptr [RSP + 0x18],RAX
MOV RAX,qword ptr [RSP + 0x8]
MOV qword ptr [RSP + 0x20],RAX
MOV RDI,qwor... |
int1 [16] JS_NewBigInt64(int8 param_1,int8 param_2)
{
int iVar1;
int8 uVar2;
int8 uVar3;
int8 uVar4;
int1 auVar5 [16];
auVar5 = JS_NewBigInt(param_1);
uVar4 = auVar5._8_8_;
uVar2 = auVar5._0_8_;
iVar1 = JS_IsException(uVar2,uVar4);
if (iVar1 == 0) {
uVar3 = JS_GetBigInt(uVar2,uVar4);
i... | |
16,492 | JS_NewBigInt64 | bluesky950520[P]quickjs/quickjs.c | JSValue JS_NewBigInt64(JSContext *ctx, int64_t v)
{
JSValue val;
bf_t *a;
val = JS_NewBigInt(ctx);
if (JS_IsException(val))
return val;
a = JS_GetBigInt(val);
if (bf_set_si(a, v)) {
JS_FreeValue(ctx, val);
return JS_ThrowOutOfMemory(ctx);
}
return val;
} | O2 | c | JS_NewBigInt64:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r12
movq %rdi, %r15
callq 0x25965
movq %rax, %r14
movq %rdx, %rbx
cmpl $0x6, %ebx
je 0x25953
movq %r14, %rdi
addq $0x8, %rdi
movq %r12, %rsi
callq 0x7319c
testl %eax, %eax
je 0x25953
movq %r15, %rdi
movq %r14, %rsi
movq %rbx, %rdx
callq ... | JS_NewBigInt64:
push r15
push r14
push r12
push rbx
push rax
mov r12, rsi
mov r15, rdi
call JS_NewBigInt
mov r14, rax
mov rbx, rdx
cmp ebx, 6
jz short loc_25953
mov rdi, r14
add rdi, 8
mov rsi, r12
call bf_set_si
test eax, eax
jz short loc_25953
mov ... | long long JS_NewBigInt64(long long a1, long long a2)
{
long long v2; // rax
long long v3; // r14
long long v4; // rdx
long long v5; // rbx
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
v2 = JS_NewBigInt(a1);
v3 = v2;
v5 = v4;
if ( (_DWORD)v4 != 6 && (unsigned int)bf_set_si(v2 + 8... | JS_NewBigInt64:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R12,RSI
MOV R15,RDI
CALL 0x00125965
MOV R14,RAX
MOV RBX,RDX
CMP EBX,0x6
JZ 0x00125953
MOV RDI,R14
ADD RDI,0x8
MOV RSI,R12
CALL 0x0017319c
TEST EAX,EAX
JZ 0x00125953
MOV RDI,R15
MOV RSI,R14
MOV RDX,RBX
CALL 0x0011bbce
MOV RDI,R15
CALL 0x0011ad90
PUSH 0x6
P... |
int1 [16] JS_NewBigInt64(int8 param_1,int8 param_2)
{
int iVar1;
int1 auVar2 [16];
auVar2 = JS_NewBigInt();
if (auVar2._8_4_ != 6) {
iVar1 = bf_set_si(auVar2._0_8_ + 8,param_2);
if (iVar1 != 0) {
JS_FreeValue(param_1,auVar2._0_8_,auVar2._8_8_);
JS_ThrowOutOfMemory(param_1);
auVar... | |
16,493 | LefDefParser::lefwMacroSymmetry(char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwMacroSymmetry(const char *symmetry)
{
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (!lefwDidInit)
return LEFW_BAD_ORDER;
if (lefwState != LEFW_MACRO_START &&
lefwState != LEFW_MACRO)
return LEFW_BAD_ORDER;
if (!symmetry || symmetry == 0 || *symmetry == 0)
... | O0 | cpp | LefDefParser::lefwMacroSymmetry(char const*):
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
leaq 0x9a1e0(%rip), %rax # 0xc5250
cmpq $0x0, (%rax)
jne 0x2b083
movl $0x1, 0x14(%rsp)
jmp 0x2b157
leaq 0x9a41a(%rip), %rax # 0xc54a4
cmpl $0x0, (%rax)
jne 0x2b09c
movl $0x2, 0x14(%rsp)
jmp 0x2b157
leaq 0x9a3fd(%rip), %rax #... | _ZN12LefDefParser17lefwMacroSymmetryEPKc:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jnz short loc_2B083
mov [rsp+18h+var_4], 1
jmp loc_2B157
loc_2B083:
lea rax, _ZN12LefDefParser11lefwDidInitE; LefDefParser:... | long long LefDefParser::lefwMacroSymmetry(
LefDefParser *this,
const char *a2,
long long a3,
int a4,
int a5,
int a6)
{
if ( *(_QWORD *)&LefDefParser::lefwFile )
{
if ( LefDefParser::lefwDidInit )
{
if ( LefDefParser::lefwState == 9 || LefDefParser::lefw... | lefwMacroSymmetry:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
LEA RAX,[0x1c5250]
CMP qword ptr [RAX],0x0
JNZ 0x0012b083
MOV dword ptr [RSP + 0x14],0x1
JMP 0x0012b157
LAB_0012b083:
LEA RAX,[0x1c54a4]
CMP dword ptr [RAX],0x0
JNZ 0x0012b09c
MOV dword ptr [RSP + 0x14],0x2
JMP 0x0012b157
LAB_0012b09c:
LEA RAX,[0x1c54a0]
CMP... |
/* LefDefParser::lefwMacroSymmetry(char const*) */
int4 LefDefParser::lefwMacroSymmetry(char *param_1)
{
int4 local_4;
if (lefwFile == (_IO_FILE *)0x0) {
local_4 = 1;
}
else if (lefwDidInit == 0) {
local_4 = 2;
}
else if ((lefwState == 9) || (lefwState == 0x21)) {
if ((param_1 == (char *)0... | |
16,494 | ma_SHA1Final | eloqsql/libmariadb/libmariadb/ma_sha1.c | void ma_SHA1Final(unsigned char digest[20], _MA_SHA1_CTX * context)
{
unsigned char bits[8];
unsigned int index, padLen;
/* Save number of bits */
bits[7] = context->count[0] & 0xFF;
bits[6] = (context->count[0] >> 8) & 0xFF;
bits[5] = (context->count[0] >> 16) & 0xFF;
bits[4] = (context->count[0] >> 24)... | O0 | c | ma_SHA1Final:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x18(%rbp)
movq %rsi, -0x20(%rbp)
movq -0x20(%rbp), %rax
movl 0x14(%rax), %eax
andl $0xff, %eax
movb %al, -0x9(%rbp)
movq -0x20(%rbp), %rax
movl 0x14(%rax), %eax
shrl $0x8, %eax
andl $0xff, %eax
movb %al, -0x... | ma_SHA1Final:
push rbp
mov rbp, rsp
sub rsp, 30h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_18], rdi
mov [rbp+var_20], rsi
mov rax, [rbp+var_20]
mov eax, [rax+14h]
and eax, 0FFh
mov [rbp+var_9], al
mov rax, [rbp+var_20]
mov eax, [rax+14h]
shr eax, 8
and ... | unsigned long long ma_SHA1Final(long long a1, long long a2)
{
unsigned int v3; // [rsp+4h] [rbp-2Ch]
unsigned int v4; // [rsp+Ch] [rbp-24h]
_BYTE v5[8]; // [rsp+20h] [rbp-10h] BYREF
unsigned long long v6; // [rsp+28h] [rbp-8h]
v6 = __readfsqword(0x28u);
v5[7] = *(_DWORD *)(a2 + 20);
v5[6] = BYTE1(*(_DWO... | ma_SHA1Final:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x20],RSI
MOV RAX,qword ptr [RBP + -0x20]
MOV EAX,dword ptr [RAX + 0x14]
AND EAX,0xff
MOV byte ptr [RBP + -0x9],AL
MOV RAX,qword ptr [RBP + -0x20]
MOV EAX,dwor... |
void ma_SHA1Final(int8 param_1,int8 *param_2)
{
uint uVar1;
long in_FS_OFFSET;
int local_34;
int1 local_18;
int1 local_17;
int1 local_16;
int1 local_15;
int1 local_14;
int1 local_13;
int1 local_12;
int1 local_11;
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_11 = (int1... | |
16,495 | lf_hash_search_using_hash_value | eloqsql/mysys/lf_hash.cc | void *lf_hash_search_using_hash_value(LF_HASH *hash, LF_PINS *pins,
my_hash_value_type hashnr,
const void *key, uint keylen)
{
LF_SLIST **el, *found;
uint bucket;
/* hide OOM errors - if we cannot initialize a bucket, try the previous on... | O0 | cpp | lf_hash_search_using_hash_value:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movq %rcx, -0x28(%rbp)
movl %r8d, -0x2c(%rbp)
movl -0x1c(%rbp), %eax
movq -0x10(%rbp), %rcx
movl 0xc0(%rcx), %ecx
xorl %edx, %edx
divl %ecx
movl %edx, -0x44(%rbp)
movq -0x10(... | lf_hash_search_using_hash_value:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_28], rcx
mov [rbp+var_2C], r8d
mov eax, [rbp+var_1C]
mov rcx, [rbp+var_10]
mov ecx, [rcx+0C0h]
xor edx, edx
div ecx
mov ... | long long lf_hash_search_using_hash_value(
long long a1,
long long a2,
unsigned int a3,
long long a4,
unsigned int a5)
{
volatile signed long long *i; // rax
int v6; // eax
long long v7; // rax
long long v10; // [rsp+10h] [rbp-50h]
int v11; // [rsp+1Ch] [rbp-44h]
vol... | lf_hash_search_using_hash_value:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV qword ptr [RBP + -0x28],RCX
MOV dword ptr [RBP + -0x2c],R8D
MOV EAX,dword ptr [RBP + -0x1c]
MOV RCX,qword ptr [RBP + -0x10]
MOV ECX,dword ptr [RCX + 0xc0... |
long lf_hash_search_using_hash_value
(st_lf_hash *param_1,LF_PINS *param_2,uint param_3,uchar *param_4,uint param_5)
{
charset_info_st *pcVar1;
int iVar2;
uint uVar3;
LF_SLIST **ppLVar4;
long local_68;
uint local_4c;
local_4c = param_3 % *(uint *)(param_1 + 0xc0);
while ((ppLVar4 = (... | |
16,496 | my_coll_lexem_next | eloqsql/strings/ctype-uca.c | static my_coll_lexem_num my_coll_lexem_next(MY_COLL_LEXEM *lexem)
{
const char *beg;
my_coll_lexem_num rc;
for (beg= lexem->beg ; beg < lexem->end ; beg++)
{
switch (*beg)
{
case ' ':
case '\t':
case '\r':
case '\n':
continue;
case '[': /* Bracket expression, e.g. "[optimize... | O3 | c | my_coll_lexem_next:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x8(%rdi), %r14
movq 0x10(%rdi), %rcx
xorl %r15d, %r15d
cmpq %rcx, %r14
jae 0x47ab1
movzbl (%r14), %edx
cmpl $0xc, %edx
jle 0x478b9
cmpl $0x1f, %edx
jle 0x478c6
cmpl $0x25, %edx
jg 0x478df
cmpl $0x20, %edx
je... | my_coll_lexem_next:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
mov r14, [rdi+8]
mov rcx, [rdi+10h]
xor r15d, r15d
cmp r14, rcx
jnb loc_47AB1
loc_4789C:
movzx edx, byte ptr [r14]
cmp edx, 0Ch
jle short loc_478B9
cmp edx, 1Fh
jle sho... | unsigned __int8 * my_coll_lexem_next(long long a1)
{
long long v1; // rax
unsigned __int8 *v3; // r14
unsigned long long v4; // rcx
int v5; // r15d
unsigned int v6; // edx
unsigned __int8 *result; // rax
long long v8; // rax
int v9; // edx
int v10; // eax
int v11; // edx
int v12; // esi
int v13;... | my_coll_lexem_next:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV R14,qword ptr [RDI + 0x8]
MOV RCX,qword ptr [RDI + 0x10]
XOR R15D,R15D
CMP R14,RCX
JNC 0x00147ab1
LAB_0014789c:
MOVZX EDX,byte ptr [R14]
CMP EDX,0xc
JLE 0x001478b9
CMP EDX,0x1f
JLE 0x001478c6
CMP EDX,0x25
JG 0x001478df
CMP EDX,... |
void my_coll_lexem_next(int4 *param_1)
{
byte bVar1;
byte *pbVar2;
int4 in_EAX;
uint uVar3;
long lVar4;
int iVar5;
int iVar6;
byte *pbVar7;
byte *pbVar8;
int4 uVar9;
int4 local_28 [2];
pbVar7 = *(byte **)(param_1 + 2);
pbVar2 = *(byte **)(param_1 + 4);
uVar9 = 0;
pbVar8 = pbVar7;
if... | |
16,497 | translog_buffer_destroy | eloqsql/storage/maria/ma_loghandler.c | static void translog_buffer_destroy(struct st_translog_buffer *buffer)
{
DBUG_ENTER("translog_buffer_destroy");
DBUG_PRINT("enter",
("Buffer #%u: %p file: %d offset: " LSN_FMT " size: %lu",
(uint) buffer->buffer_no, buffer,
(buffer->file ? buffer->file->handler.file : -1)... | O0 | c | translog_buffer_destroy:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
jmp 0x5511e
movq -0x8(%rbp), %rax
cmpq $0x0, 0x100038(%rax)
je 0x55147
movq -0x8(%rbp), %rdi
callq 0x514f0
movq -0x8(%rbp), %rdi
callq 0x57720
movq -0x8(%rbp), %rdi
callq 0x51530
jmp 0x55149
jmp 0x5514b
movq -0x8(%rbp), %rdi
addq... | translog_buffer_destroy:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
jmp short $+2
loc_5511E:
mov rax, [rbp+var_8]
cmp qword ptr ds:loc_100038[rax], 0
jz short loc_55147
mov rdi, [rbp+var_8]
call translog_buffer_lock
mov rdi, [rbp+var_8]
call translog_buffer_flu... | long long translog_buffer_destroy(long long a1)
{
if ( *(_QWORD *)((char *)&loc_100038 + a1) )
{
translog_buffer_lock(a1);
translog_buffer_flush(a1);
translog_buffer_unlock(a1);
}
inline_mysql_mutex_destroy_3(a1 + 1048720);
return inline_mysql_cond_destroy_1(a1 + 1048640);
}
| translog_buffer_destroy:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
JMP 0x0015511e
LAB_0015511e:
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x100038],0x0
JZ 0x00155147
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x001514f0
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00157720
MOV RDI,qword ptr [RBP + -0... |
void translog_buffer_destroy(long param_1)
{
if (*(long *)(Elf64_Ehdr_00100000.e_ident_pad + param_1 + 0x2f) != 0) {
translog_buffer_lock(param_1);
translog_buffer_flush(param_1);
translog_buffer_unlock(param_1);
}
inline_mysql_mutex_destroy(param_1 + 0x100090);
inline_mysql_cond_destroy((long)&El... | |
16,498 | js_async_function_resolve_call | bluesky950520[P]quickjs/quickjs.c | static JSValue js_async_function_resolve_call(JSContext *ctx,
JSValue func_obj,
JSValue this_obj,
int argc, JSValue *argv,
int flags)
{
... | O0 | c | js_async_function_resolve_call:
subq $0xb8, %rsp
movl 0xc8(%rsp), %eax
movq 0xc0(%rsp), %rax
movq %rsi, 0x98(%rsp)
movq %rdx, 0xa0(%rsp)
movq %rcx, 0x88(%rsp)
movq %r8, 0x90(%rsp)
movq %rdi, 0x80(%rsp)
movl %r9d, 0x7c(%rsp)
movq 0x98(%rsp), %rax
movq %rax, 0x70(%rsp)
movq 0x70(%rsp), %rax
movq 0x30(%rax), %rax
movq %ra... | js_async_function_resolve_call:
sub rsp, 0B8h
mov eax, [rsp+0B8h+arg_8]
mov rax, [rsp+0B8h+arg_0]
mov [rsp+0B8h+var_20], rsi
mov [rsp+0B8h+var_18], rdx
mov [rsp+0B8h+var_30], rcx
mov [rsp+0B8h+var_28], r8
mov [rsp+0B8h+var_38], rdi
mov [rsp+0B8h+var_3C], r9d
mov rax, [rsp+0B8h+va... | long long js_async_function_resolve_call(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
int a6,
long long a7)
{
long long v7; // rdx
long long v8; // rdx
long long v10; // [rsp+0h] [rbp-B8h]
_DWORD *v11; // [rsp+30h] [rbp-88h]
_D... | js_async_function_resolve_call:
SUB RSP,0xb8
MOV EAX,dword ptr [RSP + 0xc8]
MOV RAX,qword ptr [RSP + 0xc0]
MOV qword ptr [RSP + 0x98],RSI
MOV qword ptr [RSP + 0xa0],RDX
MOV qword ptr [RSP + 0x88],RCX
MOV qword ptr [RSP + 0x90],R8
MOV qword ptr [RSP + 0x80],RDI
MOV dword ptr [RSP + 0x7c],R9D
MOV RAX,qword ptr [RSP + 0x9... |
int1 [16] js_async_function_resolve_call(int8 param_1,long param_2)
{
long lVar1;
long lVar2;
int iVar3;
int in_R9D;
int1 auVar4 [16];
long *in_stack_00000008;
uint uStack_74;
long local_68;
long local_60;
uint uStack_c;
lVar1 = *(long *)(param_2 + 0x30);
iVar3 = *(ushort *)(param_2 + 6) -... | |
16,499 | js_async_function_resolve_call | bluesky950520[P]quickjs/quickjs.c | static JSValue js_async_function_resolve_call(JSContext *ctx,
JSValue func_obj,
JSValue this_obj,
int argc, JSValue *argv,
int flags)
{
... | O1 | c | js_async_function_resolve_call:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %r14
movq 0x30(%rsi), %rbx
movzwl 0x6(%rsi), %eax
addl $-0x35, %eax
testl %r9d, %r9d
jle 0x36678
movq 0x40(%rsp), %rcx
movq (%rcx), %rdx
movq 0x8(%rcx), %r12
movabsq $-0x100000000, %r13 # imm = 0x... | js_async_function_resolve_call:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rdi
mov rbx, [rsi+30h]
movzx eax, word ptr [rsi+6]
add eax, 0FFFFFFCBh
test r9d, r9d
jle short loc_36678
mov rcx, [rsp+38h+arg_0]
mov rdx, [rcx]
mov r12, [rcx+8]
... | long long js_async_function_resolve_call(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
int a6,
long long *a7)
{
long long v7; // rbx
int v8; // eax
long long v9; // r12
unsigned long long v10; // r13
long long v11; // rcx
_DWO... | js_async_function_resolve_call:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDI
MOV RBX,qword ptr [RSI + 0x30]
MOVZX EAX,word ptr [RSI + 0x6]
ADD EAX,-0x35
TEST R9D,R9D
JLE 0x00136678
MOV RCX,qword ptr [RSP + 0x40]
MOV RDX,qword ptr [RCX]
MOV R12,qword ptr [RCX + 0x8]
MOV R13,-0x100000000
AND... |
int1 [16] js_async_function_resolve_call(long param_1,long param_2)
{
long lVar1;
long lVar2;
int iVar3;
ulong uVar4;
ulong *puVar5;
int in_R9D;
ulong uVar6;
ulong uVar7;
int *piVar8;
ulong *in_stack_00000008;
lVar1 = *(long *)(param_2 + 0x30);
iVar3 = *(ushort *)(param_2 + 6) - 0x35;
if... |
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.