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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
34,900 | alaya::SQ4SpaceTest_InsertAndRemove_Test::TestBody() | AlayaLite/tests/space/sq4_space_test.cpp | TEST_F(SQ4SpaceTest, InsertAndRemove) {
float vec[4] = {1.0, 2.0, 3.0, 4.0};
uint32_t id = space_->insert(vec);
EXPECT_GE(id, 0);
EXPECT_EQ(space_->get_data_num(), 1);
space_->remove(id);
EXPECT_EQ(space_->get_data_num(), 1); // remove 只是标记删除
} | O0 | cpp | alaya::SQ4SpaceTest_InsertAndRemove_Test::TestBody():
subq $0x108, %rsp # imm = 0x108
movq %rdi, 0x100(%rsp)
movq 0x100(%rsp), %rdi
movq %rdi, 0x48(%rsp)
movaps 0xeadbd(%rip), %xmm0 # 0x116370
movaps %xmm0, 0xf0(%rsp)
addq $0x10, %rdi
callq 0x2cb70
movq %rax, %rdi
leaq 0xf0(%rsp), %rsi
callq 0x2cd90
movl ... | _ZN5alaya33SQ4SpaceTest_InsertAndRemove_Test8TestBodyEv:
sub rsp, 108h
mov [rsp+108h+var_8], rdi
mov rdi, [rsp+108h+var_8]
mov [rsp+108h+var_C0], rdi; __int64
movaps xmm0, cs:xmmword_116370
movaps [rsp+108h+var_18], xmm0
add rdi, 10h
call _ZNKSt19__shared_ptr_accessIN5alaya8SQ4SpaceIffjNS0_17Se... | void alaya::SQ4SpaceTest_InsertAndRemove_Test::TestBody(alaya::SQ4SpaceTest_InsertAndRemove_Test *this)
{
long long v1; // rax
int v2; // r9d
long long v3; // rax
int v4; // r9d
long long v5; // rax
long long v6; // rax
int v7; // r9d
void *v8; // [rsp+0h] [rbp-108h]
int v9; // [rsp+0h] [rbp-108h]
... | TestBody:
SUB RSP,0x108
MOV qword ptr [RSP + 0x100],RDI
MOV RDI,qword ptr [RSP + 0x100]
MOV qword ptr [RSP + 0x48],RDI
MOVAPS XMM0,xmmword ptr [0x00216370]
MOVAPS xmmword ptr [RSP + 0xf0],XMM0
ADD RDI,0x10
CALL 0x0012cb70
MOV RDI,RAX
LEA RSI,[RSP + 0xf0]
CALL 0x0012cd90
MOV dword ptr [RSP + 0xec],EAX
MOV dword ptr [RSP... |
/* alaya::SQ4SpaceTest_InsertAndRemove_Test::TestBody() */
void __thiscall
alaya::SQ4SpaceTest_InsertAndRemove_Test::TestBody(SQ4SpaceTest_InsertAndRemove_Test *this)
{
SQ4Space<float,float,unsigned_int,alaya::SequentialStorage<unsigned_char,unsigned_int>> *pSVar1;
int8 uVar2;
bool bVar3;
AssertHelper local_... | |
34,901 | my_multi_malloc_large | eloqsql/mysys/mulalloc.c | void *my_multi_malloc_large(PSI_memory_key key, myf myFlags, ...)
{
va_list args;
char **ptr,*start,*res;
ulonglong tot_length,length;
DBUG_ENTER("my_multi_malloc");
va_start(args,myFlags);
tot_length=0;
while ((ptr=va_arg(args, char **)))
{
length=va_arg(args,ulonglong);
tot_length+=ALIGN_SIZE... | O0 | c | my_multi_malloc_large:
pushq %rbp
movq %rsp, %rbp
subq $0x170, %rsp # imm = 0x170
testb %al, %al
je 0xeef11
movaps %xmm0, -0xe0(%rbp)
movaps %xmm1, -0xd0(%rbp)
movaps %xmm2, -0xc0(%rbp)
movaps %xmm3, -0xb0(%rbp)
movaps %xmm4, -0xa0(%rbp)
movaps %xmm5, -0x90(%rbp)
movaps %xmm6, -0x80(%rbp)
movaps %xmm7, -0x70... | my_multi_malloc_large:
push rbp
mov rbp, rsp
sub rsp, 170h
test al, al
jz short loc_EEF11
movaps [rbp+var_E0], xmm0
movaps [rbp+var_D0], xmm1
movaps [rbp+var_C0], xmm2
movaps [rbp+var_B0], xmm3
movaps [rbp+var_A0], xmm4
movaps [rbp+var_90], xmm5
movaps [rbp+var_80], xmm6
movaps [rbp+var_70], ... | long long my_multi_malloc_large(unsigned int a1, long long a2, ...)
{
_QWORD *overflow_arg_area; // rax
_QWORD *v3; // rax
_QWORD *v4; // rax
_QWORD *v5; // rax
long long i; // [rsp+120h] [rbp-50h]
long long j; // [rsp+128h] [rbp-48h]
long long v9; // [rsp+130h] [rbp-40h]
va_list va; // [rsp+140h] [rbp-... | my_multi_malloc_large:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x170
TEST AL,AL
JZ 0x001eef11
MOVAPS xmmword ptr [RBP + -0xe0],XMM0
MOVAPS xmmword ptr [RBP + -0xd0],XMM1
MOVAPS xmmword ptr [RBP + -0xc0],XMM2
MOVAPS xmmword ptr [RBP + -0xb0],XMM3
MOVAPS xmmword ptr [RBP + -0xa0],XMM4
MOVAPS xmmword ptr [RBP + -0x90],XMM5
MOVAPS xm... |
/* WARNING: Restarted to delay deadcode elimination for space: stack */
long my_multi_malloc_large
(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int4 param_9,int8 param_10,int8 param_11,int8 param_12,
... | |
34,902 | pow5mult | eloqsql/libmariadb/libmariadb/ma_dtoa.c | static Bigint *pow5mult(Bigint *b, int k, Stack_alloc *alloc)
{
Bigint *b1, *p5, *p51=NULL;
int i;
static int p05[3]= { 5, 25, 125 };
my_bool overflow= FALSE;
if ((i= k & 3))
b= multadd(b, p05[i-1], 0, alloc);
if (!(k>>= 2))
return b;
p5= p5_a;
for (;;)
{
if (k & 1)
{
b1= mult(... | O0 | c | pow5mult:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq $0x0, -0x38(%rbp)
movb $0x0, -0x3d(%rbp)
movl -0x14(%rbp), %eax
andl $0x3, %eax
movl %eax, -0x3c(%rbp)
cmpl $0x0, %eax
je 0x58603
movq -0x10(%rbp), %rdi
movl -0x3c(%rbp), %eax
subl $0x1, %eax
... | pow5mult:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_38], 0
mov [rbp+var_3D], 0
mov eax, [rbp+var_14]
and eax, 3
mov [rbp+var_3C], eax
cmp eax, 0
jz short loc_58603
mov rdi, [rbp+var_10]
mov ... | long long pow5mult(long long a1, int a2, long long a3)
{
char v4; // [rsp+3h] [rbp-3Dh]
_BYTE v5[12]; // [rsp+4h] [rbp-3Ch]
_UNKNOWN **v6; // [rsp+10h] [rbp-30h]
long long v7; // [rsp+18h] [rbp-28h]
int v9; // [rsp+2Ch] [rbp-14h]
long long v10; // [rsp+30h] [rbp-10h]
v10 = a1;
*(_DWORD *)&v5[8] = 0;
... | pow5mult:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x38],0x0
MOV byte ptr [RBP + -0x3d],0x0
MOV EAX,dword ptr [RBP + -0x14]
AND EAX,0x3
MOV dword ptr [RBP + -0x3c],EAX
CMP EAX,0x0
JZ 0x00158603
MOV RDI,qword p... |
int8 pow5mult(int8 param_1,uint param_2,int8 param_3)
{
bool bVar1;
int8 uVar2;
int1 *local_40;
int1 *local_38;
uint local_1c;
int8 local_18;
int8 local_10;
local_40 = (int1 *)0x0;
bVar1 = false;
local_18 = param_1;
if ((param_2 & 3) != 0) {
local_18 = multadd(param_1,*(int4 *)(pow5mult_p... | |
34,903 | my_wc_mb_euc_jp | eloqsql/strings/ctype-ujis.c | static int
my_wc_mb_euc_jp(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t wc, uchar *s, uchar *e)
{
int jp;
if ((int) wc < 0x80) /* ASCII [00-7F] */
{
if (s >= e)
return MY_CS_TOOSMALL;
*s= (uchar) wc;
return 1;
}
if (wc > 0xFFFF)
return MY_CS_ILUNI;
if ((jp= uni... | O3 | c | my_wc_mb_euc_jp:
cmpl $0x7f, %esi
jg 0xd075e
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rcx, %rdx
jae 0xd0793
movb %sil, (%rdx)
movl $0x1, %eax
retq
xorl %eax, %eax
cmpq $0xffff, %rsi # imm = 0xFFFF
ja 0xd0793
leaq 0x24e8e0(%rip), %rdi # 0x31f050
movzwl (%rdi,%rsi,2), %edi
testw %di, %di
je 0xd0... | my_wc_mb_euc_jp:
cmp esi, 7Fh
jg short loc_D075E
mov eax, 0FFFFFF9Bh
cmp rdx, rcx
jnb short locret_D0793
mov [rdx], sil
mov eax, 1
retn
loc_D075E:
xor eax, eax
cmp rsi, 0FFFFh
ja short locret_D0793
lea rdi, unicode_to_jisx0208_eucjp
movzx edi, word ptr [rdi+rsi*2]
test ... | long long my_wc_mb_euc_jp(long long a1, unsigned long long a2, unsigned long long a3, unsigned long long a4)
{
long long result; // rax
__int16 v5; // di
__int16 v6; // bx
if ( (int)a2 > 127 )
{
result = 0LL;
if ( a2 <= 0xFFFF )
{
v5 = unicode_to_jisx0208_eucjp[a2];
if ( v5 )
{... | my_wc_mb_euc_jp:
CMP ESI,0x7f
JG 0x001d075e
MOV EAX,0xffffff9b
CMP RDX,RCX
JNC 0x001d0793
MOV byte ptr [RDX],SIL
MOV EAX,0x1
RET
LAB_001d075e:
XOR EAX,EAX
CMP RSI,0xffff
JA 0x001d0793
LEA RDI,[0x41f050]
MOVZX EDI,word ptr [RDI + RSI*0x2]
TEST DI,DI
JZ 0x001d0794
LEA RSI,[RDX + 0x2]
MOV EAX,0xffffff9a
CMP RSI,RCX
JA 0x0... |
int8 my_wc_mb_euc_jp(int8 param_1,ulong param_2,ushort *param_3,ushort *param_4)
{
ushort uVar1;
short sVar2;
int8 uVar3;
if ((int)param_2 < 0x80) {
uVar3 = 0xffffff9b;
if (param_3 < param_4) {
*(char *)param_3 = (char)param_2;
return 1;
}
}
else {
uVar3 = 0;
if (param_2... | |
34,904 | string_repeat(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long) | llama.cpp/common/common.cpp | std::string string_repeat(const std::string & str, size_t n) {
if (n == 0) {
return "";
}
std::string result;
result.reserve(str.length() * n);
for (size_t i = 0; i < n; ++i) {
result += str;
}
return result;
} | O3 | cpp | string_repeat(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x10(%rdi), %r12
movq %r12, (%rdi)
testq %rdx, %rdx
je 0x54114
movq %rdx, %r14
movq %rsi, %r15
movq $0x0, 0x8(%rbx)
movb $0x0, ... | _Z13string_repeatRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEm:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rdi
lea r12, [rdi+10h]
mov [rdi], r12
test rdx, rdx
jz short loc_54114
mov r14, rdx
mov r15, rsi
mov qword ptr [rbx+8], 0
mov byte ptr [rbx+1... | long long string_repeat(long long a1, _QWORD *a2, long long a3)
{
long long v3; // r14
*(_QWORD *)a1 = a1 + 16;
if ( a3 )
{
v3 = a3;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
std::string::reserve(a1, a3 * a2[1]);
do
{
std::string::append(a1, *a2, a2[1]);
--v3;
... | string_repeat:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA R12,[RDI + 0x10]
MOV qword ptr [RDI],R12
TEST RDX,RDX
JZ 0x00154114
MOV R14,RDX
MOV R15,RSI
MOV qword ptr [RBX + 0x8],0x0
MOV byte ptr [RBX + 0x10],0x0
MOV RSI,qword ptr [RSI + 0x8]
IMUL RSI,RDX
LAB_001540f6:
MOV RDI,RBX
CALL 0x00117920
LAB_001... |
/* string_repeat(std::__cxx11::string const&, unsigned long) */
string * string_repeat(string *param_1,ulong param_2)
{
long in_RDX;
*(string **)param_1 = param_1 + 0x10;
if (in_RDX == 0) {
std::__cxx11::string::_M_construct<char_const*>(param_1,"");
}
else {
*(int8 *)(param_1 + 8) = 0;
para... | |
34,905 | fill_uchar | eloqsql/strings/ctype.c | static int fill_uchar(uchar *a,uint size,const char *str, size_t len)
{
uint i= 0;
const char *s, *b, *e=str+len;
for (s=str ; s < e ; i++)
{
for ( ; (s < e) && strchr(" \t\r\n",s[0]); s++) ;
b=s;
for ( ; (s < e) && !strchr(" \t\r\n",s[0]); s++) ;
if (s == b || i > size)
break;
a[i... | O3 | c | fill_uchar:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, -0x38(%rbp)
testq %rcx, %rcx
jle 0xdceb4
movq %rcx, %rbx
movq %rdx, %r12
addq %rdx, %rbx
movl %esi, %eax
movq %rax, -0x30(%rbp)
xorl %r14d, %r14d
leaq 0xf74d(%rip), %r15 # 0xec58e
movq %r12, %r... | fill_uchar:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_38], rdi
test rcx, rcx
jle loc_DCEB4
mov rbx, rcx
mov r12, rdx
add rbx, rdx
mov eax, esi
mov [rbp+var_30], rax
xor r14d, r14d
lea r15, asc_EC58E; " \t... | void fill_uchar(long long a1, unsigned int a2, char *a3, long long a4)
{
char *v4; // r12
unsigned long long v5; // rbx
unsigned long long v6; // r14
char *v7; // r13
if ( a4 > 0 )
{
v4 = a3;
v5 = (unsigned long long)&a3[a4];
v6 = 0LL;
do
{
v7 = v4;
do
{
if ( ... | fill_uchar:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x38],RDI
TEST RCX,RCX
JLE 0x001dceb4
MOV RBX,RCX
MOV R12,RDX
ADD RBX,RDX
MOV EAX,ESI
MOV qword ptr [RBP + -0x30],RAX
XOR R14D,R14D
LEA R15,[0x1ec58e]
LAB_001dce41:
MOV R13,R12
LAB_001dce44:
MOVSX ESI,byte p... |
void fill_uchar(long param_1,ulong param_2,char *param_3,long param_4)
{
int1 uVar1;
void *pvVar2;
char *pcVar3;
char *pcVar4;
ulong uVar5;
if (param_4 < 1) {
return;
}
pcVar3 = param_3 + param_4;
uVar5 = 0;
LAB_001dce44:
do {
pvVar2 = memchr(&DAT_001ec58e,(int)*param_3,5);
pcVar4 =... | |
34,906 | stbi__gif_parse_colortable | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256][4], int num_entries, int transp)
{
int i;
for (i=0; i < num_entries; ++i) {
pal[i][2] = stbi__get8(s);
pal[i][1] = stbi__get8(s);
pal[i][0] = stbi__get8(s);
pal[i][3] = transp == i ? 0 : 255;
}
} | O3 | c | stbi__gif_parse_colortable:
testl %edx, %edx
jle 0x36b6f
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
movl %ecx, %r15d
movl %edx, %r12d
xorl %r13d, %r13d
movq %r14, %rdi
callq 0x35752
movb %al, 0x2(%rbx,%r13,4)
movq %r14, %rdi
callq 0x35752
movb %al, 0x1(%rbx,%r13,4)
movq %r14,... | stbi__gif_parse_colortable:
test edx, edx
jle short locret_36B6F
push r15
push r14
push r13
push r12
push rbx
mov rbx, rsi
mov r14, rdi
mov r15d, ecx
mov r12d, edx
xor r13d, r13d
loc_36B2B:
mov rdi, r14
call stbi__get8
mov [rbx+r13*4+2], al
mov rdi, r14
call s... | void stbi__gif_parse_colortable(long long a1, long long a2, int a3, unsigned int a4)
{
long long v4; // r15
long long v5; // r12
long long i; // r13
if ( a3 > 0 )
{
v4 = a4;
v5 = (unsigned int)a3;
for ( i = 0LL; i != v5; ++i )
{
*(_BYTE *)(a2 + 4 * i + 2) = stbi__get8(a1);
*(_BYT... | stbi__gif_parse_colortable:
TEST EDX,EDX
JLE 0x00136b6f
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
MOV R15D,ECX
MOV R12D,EDX
XOR R13D,R13D
LAB_00136b2b:
MOV RDI,R14
CALL 0x00135752
MOV byte ptr [RBX + R13*0x4 + 0x2],AL
MOV RDI,R14
CALL 0x00135752
MOV byte ptr [RBX + R13*0x4 + 0x1],AL
MOV RDI,R... |
void stbi__gif_parse_colortable(int8 param_1,long param_2,uint param_3,uint param_4)
{
int1 uVar1;
ulong uVar2;
if (0 < (int)param_3) {
uVar2 = 0;
do {
uVar1 = stbi__get8(param_1);
*(int1 *)(param_2 + 2 + uVar2 * 4) = uVar1;
uVar1 = stbi__get8(param_1);
*(int1 *)(param_2 + 1 +... | |
34,907 | my_hash_sort_utf8mb4 | eloqsql/strings/ctype-utf8.c | static void
my_hash_sort_utf8mb4(CHARSET_INFO *cs, const uchar *s, size_t slen,
ulong *nr1, ulong *nr2)
{
/*
Remove end space. We do this to be able to compare
'A ' and 'A' as identical
*/
const uchar *e= skip_trailing_space(s, slen);
my_hash_sort_utf8mb4_nopad(cs, s, e - s, nr1, nr... | O3 | c | my_hash_sort_utf8mb4:
pushq %rbp
movq %rsp, %rbp
leaq (%rsi,%rdx), %r10
cmpq $0x15, %rdx
jb 0xcf96b
movq %r10, %r9
andq $-0x4, %r9
cmpq %rsi, %r9
jbe 0xcf96b
leaq 0x3(%rsi), %rdx
andq $-0x4, %rdx
movq %r10, %rax
movb -0x1(%r10), %r11b
cmpq %r9, %r10
jbe 0xcf990
leaq -0x1(%rax), %r10
cmpb $0x20, %r11b
je 0xcf953
jmp 0xc... | my_hash_sort_utf8mb4:
push rbp
mov rbp, rsp
lea r10, [rsi+rdx]
cmp rdx, 15h
jb short loc_CF96B
mov r9, r10
and r9, 0FFFFFFFFFFFFFFFCh
cmp r9, rsi
jbe short loc_CF96B
lea rdx, [rsi+3]
and rdx, 0FFFFFFFFFFFFFFFCh
loc_CF953:
mov rax, r10
mov r11b, [r10-1]
cmp r10, r9... | long long my_hash_sort_utf8mb4(long long a1, unsigned long long a2, unsigned long long a3, long long a4, long long a5)
{
unsigned long long v5; // r10
unsigned long long v6; // r9
unsigned long long v7; // rdx
unsigned long long v8; // rax
char v9; // r11
unsigned long long v10; // r9
unsigned long long ... | my_hash_sort_utf8mb4:
PUSH RBP
MOV RBP,RSP
LEA R10,[RSI + RDX*0x1]
CMP RDX,0x15
JC 0x001cf96b
MOV R9,R10
AND R9,-0x4
CMP R9,RSI
JBE 0x001cf96b
LEA RDX,[RSI + 0x3]
AND RDX,-0x4
LAB_001cf953:
MOV RAX,R10
MOV R11B,byte ptr [R10 + -0x1]
CMP R10,R9
JBE 0x001cf990
LEA R10,[RAX + -0x1]
CMP R11B,0x20
JZ 0x001cf953
JMP 0x001cf9... |
void my_hash_sort_utf8mb4(int8 param_1,ulong param_2,ulong param_3)
{
char *pcVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
ulong uVar5;
uVar3 = param_2 + param_3;
if ((0x14 < param_3) && (uVar5 = uVar3 & 0xfffffffffffffffc, param_2 < uVar5)) {
uVar4 = param_2 + 3 & 0xfffffffffffffffc;
uVar2 =... | |
34,908 | minja::Value::get(minja::Value const&) | llama.cpp/common/minja/minja.hpp | Value get(const Value& key) {
if (array_) {
if (!key.is_number_integer()) {
return Value();
}
auto index = key.get<int>();
return array_->at(index < 0 ? array_->size() + index : index);
} else if (object_) {
if (!key.is_hashable()) throw std::runtime_error("Unashable type: ... | O3 | cpp | minja::Value::get(minja::Value const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
cmpq $0x0, 0x10(%rsi)
je 0xca9e8
movb 0x40(%r15), %al
addb $-0x5, %al
cmpb $0x2, %al
jae 0xcaa96
movq %r15, %rdi
callq 0xbfd7a
movq 0x10(%r14), %rcx
... | _ZN5minja5Value3getERKS0_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r15, rdx
mov r14, rsi
mov rbx, rdi
cmp qword ptr [rsi+10h], 0
jz short loc_CA9E8
mov al, [r15+40h]
add al, 0FBh
cmp al, 2
jnb loc_CAA96
mov rdi, r15
call _Z... | minja::Value * minja::Value::get(minja::Value *this, const minja::Value *a2, long long a3, __m128d a4)
{
unsigned long long v5; // rax
long long *v6; // rcx
long long v7; // rsi
unsigned long long v8; // rdx
unsigned __int8 **v9; // r13
unsigned __int8 *v10; // r12
unsigned __int8 *v11; // rsi
unsigned ... | get:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
CMP qword ptr [RSI + 0x10],0x0
JZ 0x001ca9e8
MOV AL,byte ptr [R15 + 0x40]
ADD AL,0xfb
CMP AL,0x2
JNC 0x001caa96
MOV RDI,R15
CALL 0x001bfd7a
MOV RCX,qword ptr [R14 + 0x10]
TEST EAX,EAX
JS 0x001caa45
MOV EAX,EAX
MO... |
/* minja::Value::get(minja::Value const&) */
Value * minja::Value::get(Value *param_1)
{
long *plVar1;
char cVar2;
uint uVar3;
ulong uVar4;
runtime_error *this;
Value *in_RDX;
ulong uVar5;
long in_RSI;
long lVar6;
Value *pVVar7;
basic_json *pbVar8;
bool bVar9;
basic_json *pbVar10;
int1 lo... | |
34,909 | my_hash_sort_8bit_bin | eloqsql/strings/ctype-bin.c | void my_hash_sort_8bit_bin(CHARSET_INFO *cs __attribute__((unused)),
const uchar *key, size_t len,
ulong *nr1, ulong *nr2)
{
/*
Remove trailing spaces. We have to do this to be able to compare
'A ' and 'A' as identical
*/
const uchar *end= skip_traili... | O3 | c | my_hash_sort_8bit_bin:
pushq %rbp
movq %rsp, %rbp
leaq (%rsi,%rdx), %r9
cmpq $0x15, %rdx
jb 0xcc150
movq %r9, %rdi
andq $-0x4, %rdi
cmpq %rsi, %rdi
jbe 0xcc150
leaq 0x3(%rsi), %rdx
andq $-0x4, %rdx
movq %r9, %rax
movb -0x1(%r9), %r10b
cmpq %rdi, %r9
jbe 0xcc1b0
leaq -0x1(%rax), %r9
cmpb $0x20, %r10b
je 0xcc138
jmp 0xcc... | my_hash_sort_8bit_bin:
push rbp
mov rbp, rsp
lea r9, [rsi+rdx]
cmp rdx, 15h
jb short loc_CC150
mov rdi, r9
and rdi, 0FFFFFFFFFFFFFFFCh
cmp rdi, rsi
jbe short loc_CC150
lea rdx, [rsi+3]
and rdx, 0FFFFFFFFFFFFFFFCh
loc_CC138:
mov rax, r9
mov r10b, [r9-1]
cmp r9, rdi... | long long my_hash_sort_8bit_bin(
long long a1,
unsigned __int8 *a2,
unsigned long long a3,
long long *a4,
long long *a5)
{
unsigned long long v5; // r9
unsigned long long v6; // rdi
unsigned long long v7; // rdx
unsigned __int8 *v8; // rax
char v9; // r10
long long v... | my_hash_sort_8bit_bin:
PUSH RBP
MOV RBP,RSP
LEA R9,[RSI + RDX*0x1]
CMP RDX,0x15
JC 0x001cc150
MOV RDI,R9
AND RDI,-0x4
CMP RDI,RSI
JBE 0x001cc150
LEA RDX,[RSI + 0x3]
AND RDX,-0x4
LAB_001cc138:
MOV RAX,R9
MOV R10B,byte ptr [R9 + -0x1]
CMP R9,RDI
JBE 0x001cc1b0
LEA R9,[RAX + -0x1]
CMP R10B,0x20
JZ 0x001cc138
JMP 0x001cc15... |
void my_hash_sort_8bit_bin
(int8 param_1,byte *param_2,ulong param_3,ulong *param_4,long *param_5)
{
byte *pbVar1;
byte *pbVar2;
ulong uVar3;
byte *pbVar4;
long lVar5;
long lVar6;
pbVar2 = param_2 + param_3;
if ((0x14 < param_3) && (pbVar4 = (byte *)((ulong)pbVar2 & 0xfffffffffffffff... | |
34,910 | my_charset_get_by_name | eloqsql/mysys/charset.c | CHARSET_INFO *
my_charset_get_by_name(MY_CHARSET_LOADER *loader,
const char *cs_name, uint cs_flags, myf flags)
{
uint cs_number;
CHARSET_INFO *cs;
DBUG_ENTER("get_charset_by_csname");
DBUG_PRINT("enter",("name: '%s'", cs_name));
my_pthread_once(&charsets_initialized, init_available_ch... | O3 | c | my_charset_get_by_name:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x220, %rsp # imm = 0x220
movq %rcx, %r15
movl %edx, %r12d
movq %rsi, %rbx
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
leaq 0xba8d16(%rip), %rdi # 0xc5af30
leaq -0x9ae(%rip), %rsi # 0xb... | my_charset_get_by_name:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 220h
mov r15, rcx
mov r12d, edx
mov rbx, rsi
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_28], rax
lea rdi, charsets_initialized
lea rsi, init_available_charsets
call _pthrea... | long long my_charset_get_by_name(long long a1, long long a2, unsigned int a3, long long a4)
{
unsigned int charset_number; // eax
long long internal_charset; // r14
int v8; // r8d
int v9; // r9d
_BYTE v11[536]; // [rsp+0h] [rbp-240h] BYREF
unsigned long long v12; // [rsp+218h] [rbp-28h]
v12 = __readfsqw... | my_charset_get_by_name:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x220
MOV R15,RCX
MOV R12D,EDX
MOV RBX,RSI
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
LEA RDI,[0xd5af30]
LEA RSI,[0x1b1873]
CALL 0x0012b250
MOV RDI,RBX
MOV ESI,R12D
MOV RDX,R15
CALL 0x001b1a5e
TEST EAX,... |
long my_charset_get_by_name(int8 param_1,int8 param_2,int4 param_3,ulong param_4)
{
int iVar1;
long lVar2;
int8 *puVar3;
long in_FS_OFFSET;
int1 local_248 [536];
long local_30;
local_30 = *(long *)(in_FS_OFFSET + 0x28);
pthread_once(&charsets_initialized,init_available_charsets);
iVar1 = get_char... | |
34,911 | maria_page_crc_check_data | eloqsql/storage/maria/ma_pagecrc.c | my_bool maria_page_crc_check_data(int res, PAGECACHE_IO_HOOK_ARGS *args)
{
uchar *page= args->page;
pgcache_page_no_t page_no= args->pageno;
MARIA_SHARE *share= (MARIA_SHARE *)args->data;
if (res)
{
return 1;
}
return (maria_page_crc_check(page, (uint32) page_no, share,
... | O3 | c | maria_page_crc_check_data:
pushq %rbp
movq %rsp, %rbp
testl %edi, %edi
je 0x8d91f
movb $0x1, %al
popq %rbp
retq
movq 0x10(%rsi), %rdx
movl 0x8(%rsi), %eax
movq (%rsi), %rdi
movl 0x7bc(%rdx), %r8d
addl $-0x4, %r8d
movq %rax, %rsi
movl $0xffffffff, %ecx # imm = 0xFFFFFFFF
popq %rbp
jmp 0x8d80c
| maria_page_crc_check_data:
push rbp
mov rbp, rsp
test edi, edi
jz short loc_8D91F
mov al, 1
pop rbp
retn
loc_8D91F:
mov rdx, [rsi+10h]
mov eax, [rsi+8]
mov rdi, [rsi]
mov r8d, [rdx+7BCh]
add r8d, 0FFFFFFFCh
mov rsi, rax
mov ecx, 0FFFFFFFFh
pop rbp
jmp maria_pag... | char maria_page_crc_check_data(int a1, long long a2)
{
if ( a1 )
return 1;
else
return maria_page_crc_check(
*(_QWORD *)a2,
*(_DWORD *)(a2 + 8),
*(_QWORD *)(a2 + 16),
-1,
*(_DWORD *)(*(_QWORD *)(a2 + 16) + 1980LL) - 4);
}
| maria_page_crc_check_data:
PUSH RBP
MOV RBP,RSP
TEST EDI,EDI
JZ 0x0018d91f
MOV AL,0x1
POP RBP
RET
LAB_0018d91f:
MOV RDX,qword ptr [RSI + 0x10]
MOV EAX,dword ptr [RSI + 0x8]
MOV RDI,qword ptr [RSI]
MOV R8D,dword ptr [RDX + 0x7bc]
ADD R8D,-0x4
MOV RSI,RAX
MOV ECX,0xffffffff
POP RBP
JMP 0x0018d80c
|
int8 maria_page_crc_check_data(int param_1,int8 *param_2)
{
int8 uVar1;
if (param_1 != 0) {
return 1;
}
uVar1 = maria_page_crc_check
(*param_2,*(int4 *)(param_2 + 1),param_2[2],0xffffffff,
*(int *)(param_2[2] + 0x7bc) + -4);
return uVar1;
}
| |
34,912 | my_chsize | eloqsql/mysys/my_chsize.c | int my_chsize(File fd, my_off_t newlength, int filler, myf MyFlags)
{
my_off_t oldsize;
uchar buff[IO_SIZE];
DBUG_ENTER("my_chsize");
DBUG_PRINT("my",("fd: %d length: %lu MyFlags: %lu",fd,(ulong) newlength,
MyFlags));
if ((oldsize= my_seek(fd, 0L, MY_SEEK_END, MYF(MY_WME+MY_FAE))) == newlength)
DB... | O0 | c | my_chsize:
pushq %rbp
movq %rsp, %rbp
subq $0x1040, %rsp # imm = 0x1040
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movl %edi, -0x1018(%rbp)
movq %rsi, -0x1020(%rbp)
movl %edx, -0x1024(%rbp)
movq %rcx, -0x1030(%rbp)
jmp 0xc11a54
movl -0x1018(%rbp), %edi
xorl %eax, %eax
movl %eax, %esi
movl $0x2, %edx
movl $0x18... | my_chsize:
push rbp
mov rbp, rsp
sub rsp, 1040h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_1018], edi
mov [rbp+var_1020], rsi
mov [rbp+var_1024], edx
mov [rbp+var_1030], rcx
jmp short $+2
loc_C11A54:
mov edi, [rbp+var_1018]
xor eax, eax
mov esi, eax
mov edx,... | long long my_chsize(long long a1, const char *a2, unsigned __int8 a3, char a4)
{
_DWORD *v4; // rax
int v5; // ecx
int v6; // r8d
int v7; // r9d
int v9; // [rsp+4h] [rbp-103Ch]
unsigned long long v10; // [rsp+8h] [rbp-1038h]
const char *v13; // [rsp+20h] [rbp-1020h]
unsigned int v14; // [rsp+28h] [rbp-... | inline_mysql_cond_wait:
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 dword ptr [RBP + -0x24],ECX
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x30],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
SETNZ AL
AND AL,0x1
MOVZX ... |
int inline_mysql_cond_wait
(pthread_cond_t *param_1,pthread_mutex_t *param_2,int8 param_3,
int4 param_4)
{
int local_c;
if (param_1[1].__align == 0) {
local_c = pthread_cond_wait(param_1,param_2);
}
else {
local_c = psi_cond_wait(param_1,param_2,param_3,param_4);
}
r... | |
34,913 | Warning_info::remove_marked_sql_conditions() | eloqsql/sql/sql_error.cc | void Warning_info::remove_marked_sql_conditions()
{
List_iterator_fast<Sql_condition> it(m_marked_sql_conditions);
Sql_condition *cond;
while ((cond= it++))
{
m_warn_list.remove(cond);
m_warn_count[cond->get_level()]--;
m_current_statement_warn_count--;
if (cond == m_error_condition)
m_er... | O0 | cpp | Warning_info::remove_marked_sql_conditions():
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rsi
movq %rsi, -0x38(%rbp)
addq $0x98, %rsi
leaq -0x28(%rbp), %rdi
callq 0x56cee0
leaq -0x28(%rbp), %rdi
xorl %esi, %esi
callq 0x56cf10
movq %rax, -0x30(%rbp)
cmpq $0x0, %rax
je 0x56be45
mov... | _ZN12Warning_info28remove_marked_sql_conditionsEv:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov rsi, [rbp+var_8]
mov [rbp+var_38], rsi
add rsi, 98h
lea rdi, [rbp+var_28]
call _ZN18List_iterator_fastI13Sql_conditionEC2ER4ListIS0_E; List_iterator_fast<Sql_condition>::List_... | base_list * Warning_info::remove_marked_sql_conditions(Warning_info *this)
{
unsigned int level; // eax
Sql_state_errno_level *v3; // [rsp+10h] [rbp-30h]
_BYTE v4[32]; // [rsp+18h] [rbp-28h] BYREF
Warning_info *v5; // [rsp+38h] [rbp-8h]
v5 = this;
List_iterator_fast<Sql_condition>::List_iterator_fast(v4, (... | __cxx_global_var_init.8:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x16efc58]
MOV ESI,0x1800000
CALL 0x0058cc10
POP RBP
RET
|
void __cxx_global_var_init_8(void)
{
date_conv_mode_t::date_conv_mode_t((date_conv_mode_t *)&TIME_NO_ZEROS,0x1800000);
return;
}
| |
34,914 | ACT_conf_recover | xtate/src/xcmd.c | static ActRes ACT_conf_recover(void *conf) {
XConf *xconf = conf;
int err = xconf_read_conf(xconf, XCONF_DFT_RECOVER_FILENAME);
if (err) {
LOG(LEVEL_ERROR, "failed to read configuration from %s.\n",
XCONF_DFT_RECOVER_FILENAME);
} else {
LOG(LEVEL_HINT, "read and load configu... | O3 | c | ACT_conf_recover:
pushq %rax
leaq 0x1e961(%rip), %rsi # 0x75de9
callq 0x5b99e
testl %eax, %eax
je 0x574ad
leaq 0x1f141(%rip), %rsi # 0x765d9
leaq 0x1e94a(%rip), %rdx # 0x75de9
movl $0xffffffff, %edi # imm = 0xFFFFFFFF
xorl %eax, %eax
callq 0x536da
jmp 0x574c0
leaq 0x1f14c(%rip), %rsi # 0x76600
mov... | ACT_conf_recover:
push rax
lea rsi, aRecoverConf; "recover.conf"
call xconf_read_conf
test eax, eax
jz short loc_574AD
lea rsi, aFailedToReadCo; "failed to read configuration from %s.\n"
lea rdx, aRecoverConf; "recover.conf"
mov edi, 0FFFFFFFFh
xor eax, eax
call LOG
jmp short lo... | long long ACT_conf_recover(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
double a6,
double a7,
__m128 a8,
__m128 a9)
{
char v9; // al
long long v10; // rdx
long long v11; // rcx
long long v12; // r8
long long v13; // r9
__... | ACT_conf_recover:
PUSH RAX
LEA RSI,[0x175de9]
CALL 0x0015b99e
TEST EAX,EAX
JZ 0x001574ad
LEA RSI,[0x1765d9]
LEA RDX,[0x175de9]
MOV EDI,0xffffffff
XOR EAX,EAX
CALL 0x001536da
JMP 0x001574c0
LAB_001574ad:
LEA RSI,[0x176600]
MOV EDI,0xfffffffe
XOR EAX,EAX
CALL 0x001536da
LAB_001574c0:
XOR EAX,EAX
POP RCX
RET
|
int8 ACT_conf_recover(int8 param_1)
{
int iVar1;
iVar1 = xconf_read_conf(param_1,"recover.conf");
if (iVar1 == 0) {
LOG(0xfffffffe,"read and load configuration successfully!\n");
}
else {
LOG(0xffffffff,"failed to read configuration from %s.\n","recover.conf");
}
return 0;
}
| |
34,915 | js_string_memcmp | bluesky950520[P]quickjs/quickjs.c | static int js_string_memcmp(const JSString *p1, const JSString *p2, int len)
{
int res;
if (likely(!p1->is_wide_char)) {
if (likely(!p2->is_wide_char))
res = memcmp(p1->u.str8, p2->u.str8, len);
else
res = -memcmp16_8(p2->u.str16, p1->u.str8, len);
} else {
i... | O1 | c | js_string_memcmp:
testb $-0x80, 0x7(%rdi)
movq 0x4(%rsi), %rax
jne 0x3af9d
testl %eax, %eax
js 0x3afc3
addq $0x18, %rdi
addq $0x18, %rsi
movslq %edx, %rdx
jmp 0xe470
testl %eax, %eax
js 0x3afe8
testl %edx, %edx
jle 0x3b008
movl %edx, %ecx
xorl %edx, %edx
movzwl 0x18(%rdi,%rdx,2), %eax
movzbl 0x18(%rsi,%rdx), %r8d
subl ... | js_string_memcmp:
test byte ptr [rdi+7], 80h
mov rax, [rsi+4]
jnz short loc_3AF9D
test eax, eax
js short loc_3AFC3
add rdi, 18h
add rsi, 18h
movsxd rdx, edx
jmp _memcmp
loc_3AF9D:
test eax, eax
js short loc_3AFE8
test edx, edx
jle short loc_3B008
mov ecx, edx
xor e... | long long js_string_memcmp(long long a1, long long a2, int a3)
{
long long v3; // rax
long long result; // rax
long long v5; // rcx
long long v6; // rdx
long long v7; // rcx
long long v8; // rdx
int v9; // eax
long long v10; // rcx
long long v11; // rdx
v3 = *(_QWORD *)(a2 + 4);
if ( *(char *)(a... | js_string_memcmp:
TEST byte ptr [RDI + 0x7],0x80
MOV RAX,qword ptr [RSI + 0x4]
JNZ 0x0013af9d
TEST EAX,EAX
JS 0x0013afc3
ADD RDI,0x18
ADD RSI,0x18
MOVSXD RDX,EDX
JMP 0x0010e470
LAB_0013af9d:
TEST EAX,EAX
JS 0x0013afe8
TEST EDX,EDX
JLE 0x0013b008
MOV ECX,EDX
XOR EDX,EDX
LAB_0013afa9:
MOVZX EAX,word ptr [RDI + RDX*0x2 + ... |
int js_string_memcmp(long param_1,long param_2,uint param_3)
{
int iVar1;
ulong uVar2;
iVar1 = (int)*(int8 *)(param_2 + 4);
if ((*(byte *)(param_1 + 7) & 0x80) != 0) {
if (iVar1 < 0) {
if (0 < (int)param_3) {
uVar2 = 0;
do {
iVar1 = (uint)*(ushort *)(param_1 + 0x18 + uVa... | |
34,916 | js_string_memcmp | bluesky950520[P]quickjs/quickjs.c | static int js_string_memcmp(const JSString *p1, const JSString *p2, int len)
{
int res;
if (likely(!p1->is_wide_char)) {
if (likely(!p2->is_wide_char))
res = memcmp(p1->u.str8, p2->u.str8, len);
else
res = -memcmp16_8(p2->u.str16, p1->u.str8, len);
} else {
i... | O2 | c | js_string_memcmp:
movq %rdi, %rcx
testb $-0x80, 0x7(%rdi)
movq 0x4(%rsi), %rax
jne 0x33e40
testl %eax, %eax
js 0x33e51
addq $0x18, %rcx
addq $0x18, %rsi
movslq %edx, %rdx
movq %rcx, %rdi
jmp 0xe480
addq $0x18, %rcx
addq $0x18, %rsi
testl %eax, %eax
js 0x33e6c
movq %rcx, %rdi
jmp 0x33e8d
pushq %rax
addq $0x18, %rsi
addq... | js_string_memcmp:
mov rcx, rdi
test byte ptr [rdi+7], 80h
mov rax, [rsi+4]
jnz short loc_33E40
test eax, eax
js short loc_33E51
add rcx, 18h
add rsi, 18h
movsxd rdx, edx
mov rdi, rcx
jmp _memcmp
loc_33E40:
add rcx, 18h
add rsi, 18h
test eax, eax
js short loc_33E6C... | long long js_string_memcmp(long long a1, long long a2, long long a3)
{
long long v3; // rax
long long result; // rax
long long v5; // rcx
long long v6; // rsi
long long v7; // rdi
int v8; // eax
int v9; // r8d
v3 = *(_QWORD *)(a2 + 4);
if ( *(char *)(a1 + 7) < 0 )
{
v5 = a1 + 24;
v6 = a2 +... | js_string_memcmp:
MOV RCX,RDI
TEST byte ptr [RDI + 0x7],0x80
MOV RAX,qword ptr [RSI + 0x4]
JNZ 0x00133e40
TEST EAX,EAX
JS 0x00133e51
ADD RCX,0x18
ADD RSI,0x18
MOVSXD RDX,EDX
MOV RDI,RCX
JMP 0x0010e480
LAB_00133e40:
ADD RCX,0x18
ADD RSI,0x18
TEST EAX,EAX
JS 0x00133e6c
MOV RDI,RCX
JMP 0x00133e8d
LAB_00133e51:
PUSH RAX
AD... |
int js_string_memcmp(long param_1,long param_2,uint param_3)
{
long lVar1;
long lVar2;
int iVar3;
ulong uVar4;
ulong uVar5;
iVar3 = (int)*(int8 *)(param_2 + 4);
if ((*(byte *)(param_1 + 7) & 0x80) != 0) {
if (-1 < iVar3) {
iVar3 = memcmp16_8(param_1 + 0x18);
return iVar3;
}
uV... | |
34,917 | js_string_memcmp | bluesky950520[P]quickjs/quickjs.c | static int js_string_memcmp(const JSString *p1, const JSString *p2, int len)
{
int res;
if (likely(!p1->is_wide_char)) {
if (likely(!p2->is_wide_char))
res = memcmp(p1->u.str8, p2->u.str8, len);
else
res = -memcmp16_8(p2->u.str16, p1->u.str8, len);
} else {
i... | O3 | c | js_string_memcmp:
testb $-0x80, 0x7(%rdi)
movq 0x4(%rsi), %rax
jne 0x3c632
testl %eax, %eax
js 0x3c658
addq $0x18, %rdi
addq $0x18, %rsi
movslq %edx, %rdx
jmp 0xe470
testl %eax, %eax
js 0x3c67d
testl %edx, %edx
jle 0x3c69d
movl %edx, %ecx
xorl %edx, %edx
movzwl 0x18(%rdi,%rdx,2), %eax
movzbl 0x18(%rsi,%rdx), %r8d
subl ... | js_string_memcmp:
test byte ptr [rdi+7], 80h
mov rax, [rsi+4]
jnz short loc_3C632
test eax, eax
js short loc_3C658
add rdi, 18h
add rsi, 18h
movsxd rdx, edx
jmp _memcmp
loc_3C632:
test eax, eax
js short loc_3C67D
test edx, edx
jle short loc_3C69D
mov ecx, edx
xor e... | long long js_string_memcmp(long long a1, long long a2, int a3)
{
long long v3; // rax
long long result; // rax
long long v5; // rcx
long long v6; // rdx
long long v7; // rcx
long long v8; // rdx
int v9; // eax
long long v10; // rcx
long long v11; // rdx
v3 = *(_QWORD *)(a2 + 4);
if ( *(char *)(a... | js_string_memcmp:
TEST byte ptr [RDI + 0x7],0x80
MOV RAX,qword ptr [RSI + 0x4]
JNZ 0x0013c632
TEST EAX,EAX
JS 0x0013c658
ADD RDI,0x18
ADD RSI,0x18
MOVSXD RDX,EDX
JMP 0x0010e470
LAB_0013c632:
TEST EAX,EAX
JS 0x0013c67d
TEST EDX,EDX
JLE 0x0013c69d
MOV ECX,EDX
XOR EDX,EDX
LAB_0013c63e:
MOVZX EAX,word ptr [RDI + RDX*0x2 + ... |
int js_string_memcmp(long param_1,long param_2,uint param_3)
{
int iVar1;
ulong uVar2;
iVar1 = (int)*(int8 *)(param_2 + 4);
if ((*(byte *)(param_1 + 7) & 0x80) != 0) {
if (iVar1 < 0) {
if (0 < (int)param_3) {
uVar2 = 0;
do {
iVar1 = (uint)*(ushort *)(param_1 + 0x18 + uVa... | |
34,918 | stbi__refill_buffer(stbi__context*) | llama.cpp/examples/llava/../../common/stb_image.h | static void stbi__refill_buffer(stbi__context *s)
{
int n = (s->io.read)(s->io_user_data,(char*)s->buffer_start,s->buflen);
s->callback_already_read += (int) (s->img_buffer - s->img_buffer_original);
if (n == 0) {
// at end of file, treat same as if from memory, but need to handle case
// where s->... | O3 | c | stbi__refill_buffer(stbi__context*):
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x28(%rdi), %rdi
leaq 0x38(%rbx), %r14
movl 0x34(%rbx), %edx
movq %r14, %rsi
callq *0x10(%rbx)
movl 0xc0(%rbx), %ecx
subl 0xd0(%rbx), %ecx
addl %ecx, 0xb8(%rbx)
testl %eax, %eax
je 0x2f0de
cltq
addq %r14, %rax
jmp 0x2f0ed
movl $0... | _ZL19stbi__refill_bufferP13stbi__context:
push r14
push rbx
push rax
mov rbx, rdi
mov rdi, [rdi+28h]
lea r14, [rbx+38h]
mov edx, [rbx+34h]
mov rsi, r14
call qword ptr [rbx+10h]
mov ecx, [rbx+0C0h]
sub ecx, [rbx+0D0h]
add [rbx+0B8h], ecx
test eax, eax
jz short loc_2F0D... | long long stbi__refill_buffer(long long a1)
{
long long v1; // r14
int v2; // eax
long long result; // rax
v1 = a1 + 56;
v2 = (*(long long ( **)(_QWORD, long long, _QWORD))(a1 + 16))(
*(_QWORD *)(a1 + 40),
a1 + 56,
*(unsigned int *)(a1 + 52));
*(_DWORD *)(a1 + 184) += *(_DWORD *... | stbi__refill_buffer:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x28]
LEA R14,[RBX + 0x38]
MOV EDX,dword ptr [RBX + 0x34]
MOV RSI,R14
CALL qword ptr [RBX + 0x10]
MOV ECX,dword ptr [RBX + 0xc0]
SUB ECX,dword ptr [RBX + 0xd0]
ADD dword ptr [RBX + 0xb8],ECX
TEST EAX,EAX
JZ 0x0012f0de
CDQE
ADD RAX,R14
... |
/* stbi__refill_buffer(stbi__context*) */
void stbi__refill_buffer(stbi__context *param_1)
{
stbi__context *psVar1;
int iVar2;
stbi__context *psVar3;
psVar1 = param_1 + 0x38;
iVar2 = (**(code **)(param_1 + 0x10))
(*(int8 *)(param_1 + 0x28),psVar1,*(int4 *)(param_1 + 0x34));
*(int *... | |
34,919 | my_thread_init | eloqsql/mysys/my_thr_init.c | my_bool my_thread_init(void)
{
struct st_my_thread_var *tmp;
my_bool error=0;
if (!my_thread_global_init_done)
return 1; /* cannot proceed with uninitialized library */
#ifdef EXTRA_DEBUG_THREADS
fprintf(stderr,"my_thread_init(): pthread_self: %p\n", pthread_self());
#endif
if (my_thread_var)
{
#if... | O0 | c | my_thread_init:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb $0x0, -0x11(%rbp)
cmpb $0x0, 0x3769dd(%rip) # 0x3f8e90
jne 0x824be
movb $0x1, -0x1(%rbp)
jmp 0x825a7
callq 0x82360
cmpq $0x0, %rax
je 0x824ce
jmp 0x825a1
movl $0x1, %edi
movl $0xf0, %esi
callq 0x28240
movq %rax, -0x10(%rbp)
cmpq $0x0, %rax
jne 0x824f0
... | my_thread_init:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_11], 0
cmp cs:my_thread_global_init_done, 0
jnz short loc_824BE
mov [rbp+var_1], 1
jmp loc_825A7
loc_824BE:
call _my_thread_var
cmp rax, 0
jz short loc_824CE
jmp loc_825A1
loc_824CE:
mov edi, 1
mov esi... | char my_thread_init(long long a1, const char *a2)
{
long long v2; // rcx
char v4; // [rsp+Fh] [rbp-11h]
long long v5; // [rsp+10h] [rbp-10h] BYREF
v4 = 0;
if ( !my_thread_global_init_done )
return 1;
if ( !my_thread_var(a1, a2) )
{
v5 = calloc(1LL, 240LL);
if ( v5 )
{
set_mysys_var... | my_thread_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV byte ptr [RBP + -0x11],0x0
CMP byte ptr [0x004f8e90],0x0
JNZ 0x001824be
MOV byte ptr [RBP + -0x1],0x1
JMP 0x001825a7
LAB_001824be:
CALL 0x00182360
CMP RAX,0x0
JZ 0x001824ce
JMP 0x001825a1
LAB_001824ce:
MOV EDI,0x1
MOV ESI,0xf0
CALL 0x00128240
MOV qword ptr [RBP + -0... |
int1 my_thread_init(void)
{
long lVar1;
pthread_t pVar2;
int1 local_19;
void *local_18;
int1 local_9;
local_19 = 0;
if (my_thread_global_init_done == '\0') {
local_9 = 1;
}
else {
lVar1 = _my_thread_var();
if (lVar1 == 0) {
local_18 = calloc(1,0xf0);
if (local_18 == (void ... | |
34,920 | GL_MeshingTask::process() | untodesu[P]voxelius/game/client/chunk_mesher.cc | void GL_MeshingTask::process(void)
{
m_quads_b.resize(voxel_atlas::plane_count());
m_quads_s.resize(voxel_atlas::plane_count());
const auto &voxels = m_cache.at(CPOS_ITSELF);
for(std::size_t i = 0; i < CHUNK_VOLUME; ++i) {
if(m_status == task_status::CANCELLED) {
m_quads_b.clear();... | O3 | cpp | GL_MeshingTask::process():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rdi, %r14
leaq 0xe020(%rdi), %rbx
callq 0x714e8
movq %rbx, 0x50(%rsp)
movq %rbx, %rdi
movq %rax, %rsi
callq 0x3af96
movq %r14, %rbp
leaq 0xe038(%r14), %rbx
callq 0x714e8
movq %rbx, 0x48(%rsp)
movq %rbx, %... | _ZN14GL_MeshingTask7processEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r14, rdi
lea rbx, [rdi+0E020h]
call _ZN11voxel_atlas11plane_countEv; voxel_atlas::plane_count(void)
mov [rsp+98h+var_48], rbx
mov rdi, rbx; this
mov rsi, rax
call _ZNSt6v... | long long GL_MeshingTask::process(GL_MeshingTask *this)
{
long long v2; // rax
voxel_atlas *v3; // rdi
GL_MeshingTask *v4; // rbp
long long v5; // rsi
long long v6; // r15
unsigned __int16 v7; // ax
__int16 v8; // r13
unsigned int v9; // r12d
unsigned int v10; // ebx
long long result; // rax
unsi... | process:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RDI
LEA RBX,[RDI + 0xe020]
CALL 0x001714e8
MOV qword ptr [RSP + 0x50],RBX
MOV RDI,RBX
MOV RSI,RAX
CALL 0x0013af96
MOV RBP,R14
LEA RBX,[R14 + 0xe038]
CALL 0x001714e8
MOV qword ptr [RSP + 0x48],RBX
MOV RDI,RBX
MOV RSI,RAX
CALL 0x0013af96
... |
/* GL_MeshingTask::process() */
void __thiscall GL_MeshingTask::process(GL_MeshingTask *this)
{
ushort uVar1;
int1 uVar2;
char cVar3;
ulong uVar4;
VoxelInfo *pVVar5;
ulong uVar6;
ushort uVar7;
ushort uVar8;
uint uVar9;
short sVar10;
uint uVar11;
uint uVar12;
int8 local_90;
uint local_84;
... | |
34,921 | my_fill_mb2 | eloqsql/strings/ctype-ucs2.c | static void
my_fill_mb2(CHARSET_INFO *cs, char *s, size_t slen, int fill)
{
char buf[10], *last;
size_t buflen, remainder;
DBUG_ASSERT((slen % 2) == 0);
buflen= my_ci_wc_mb(cs, (my_wc_t) fill, (uchar*) buf,
(uchar*) buf + sizeof(buf));
DBUG_ASSERT(buflen > 0);
/*
"last" in ... | O0 | c | my_fill_mb2:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x20(%rbp)
movq %rsi, -0x28(%rbp)
movq %rdx, -0x30(%rbp)
movl %ecx, -0x34(%rbp)
jmp 0x90476
movq -0x20(%rbp), %rax
movq 0xb8(%rax), %rax
movq 0x30(%rax), %rax
movq -0x20(%rbp), %rdi
movslq -0x34(%rbp), %rsi
le... | my_fill_mb2:
push rbp
mov rbp, rsp
sub rsp, 50h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_20], rdi
mov [rbp+var_28], rsi
mov [rbp+var_30], rdx
mov [rbp+var_34], ecx
jmp short $+2
loc_90476:
mov rax, [rbp+var_20]
mov rax, [rax+0B8h]
mov rax, [rax+30h]
mov rd... | unsigned long long my_fill_mb2(long long a1, unsigned long long a2, long long a3, int a4)
{
long long i; // [rsp+8h] [rbp-48h]
unsigned long long v7; // [rsp+28h] [rbp-28h]
_BYTE v8[10]; // [rsp+3Eh] [rbp-12h] BYREF
unsigned long long v9; // [rsp+48h] [rbp-8h] BYREF
v9 = __readfsqword(0x28u);
v7 = a2;
f... | my_fill_mb2:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x20],RDI
MOV qword ptr [RBP + -0x28],RSI
MOV qword ptr [RBP + -0x30],RDX
MOV dword ptr [RBP + -0x34],ECX
JMP 0x00190476
LAB_00190476:
MOV RAX,qword ptr [RBP + -0x20]
MOV RAX,qword ptr [RAX + ... |
void my_fill_mb2(long param_1,void *param_2,long param_3,int param_4)
{
int iVar1;
size_t sVar2;
void *pvVar3;
long in_FS_OFFSET;
void *local_30;
int1 local_1a [10];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
iVar1 = (**(code **)(*(long *)(param_1 + 0xb8) + 0x30))(param_1,(long)par... | |
34,922 | my_strnxfrm_czech | eloqsql/strings/ctype-czech.c | static size_t
my_strnxfrm_czech(CHARSET_INFO *cs __attribute__((unused)),
uchar *dest, size_t len,
uint nweights_arg __attribute__((unused)),
const uchar *src, size_t srclen, uint flags)
{
int value;
const uchar *p, * store;
int pass = 0;
size_t totlen = 0;... | O0 | c | my_strnxfrm_czech:
pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movl 0x10(%rbp), %eax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movl $0x0, -0x4c(%rbp)
movq $0x0, -0x58(%rbp)
movq -0x28(%rbp), %rax
movq %rax, -0x40(%rbp)
movq -0x... | my_strnxfrm_czech:
push rbp
mov rbp, rsp
sub rsp, 0A0h
mov eax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov [rbp+var_4C], 0
mov [rbp+var_58], 0
mov rax, [rbp+var_28]
mo... | unsigned long long my_strnxfrm_czech(
long long a1,
long long a2,
unsigned long long a3,
long long a4,
char *a5,
int a6,
int a7)
{
long long v8; // rcx
long long v9; // rcx
bool v11; // [rsp+7h] [rbp-99h]
char *v12; // [rsp+8h] [rbp-98h]
int k; // [rsp+... | my_strnxfrm_czech:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV EAX,dword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV dword ptr [RBP + -0x4c],0x0
MOV qword ptr [... |
ulong my_strnxfrm_czech(int8 param_1,long param_2,ulong param_3,int8 param_4,
byte *param_5,int param_6,uint param_7)
{
char cVar1;
long lVar2;
byte *pbVar3;
byte bVar4;
bool bVar5;
byte *local_a0;
int local_94;
byte *local_90;
int local_7c;
byte *local_78;
ulong local_60;... | |
34,923 | my_uca_copy_page | eloqsql/strings/ctype-uca.c | static my_bool
my_uca_copy_page(MY_CHARSET_LOADER *loader,
const MY_UCA_WEIGHT_LEVEL *src,
MY_UCA_WEIGHT_LEVEL *dst,
size_t page)
{
uint chc, size= 256 * dst->lengths[page] * sizeof(uint16);
if (!(dst->weights[page]= (uint16 *) (loader->once_alloc)(size)))
retu... | O0 | c | my_uca_copy_page:
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
movq 0x8(%rax), %rax
movq -0x28(%rbp), %rcx
movzbl (%rax,%rcx), %eax
shll $0x8, %eax
cltq
shlq %rax
movl %eax, -0x30(%rbp)
movq -0x10(%rbp), %r... | my_uca_copy_page:
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]
mov rax, [rax+8]
mov rcx, [rbp+var_28]
movzx eax, byte ptr [rax+rcx]
shl eax, 8
cdqe
shl rax, 1
mov [rbp... | char my_uca_copy_page(long long a1, long long a2, long long a3, long long a4)
{
long long v4; // rax
unsigned int v6; // [rsp+0h] [rbp-30h]
unsigned int i; // [rsp+4h] [rbp-2Ch]
v6 = *(unsigned __int8 *)(*(_QWORD *)(a3 + 8) + a4) << 9;
v4 = (*(long long ( **)(_QWORD))(a1 + 128))(v6);
*(_QWORD *)(*(_QWORD ... | my_uca_copy_page:
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]
MOV RAX,qword ptr [RAX + 0x8]
MOV RCX,qword ptr [RBP + -0x28]
MOVZX EAX,byte ptr [RAX + RCX*0x1]
SHL EAX,0x8... |
int1 my_uca_copy_page(long param_1,long param_2,long param_3,long param_4)
{
size_t __n;
long lVar1;
int4 local_34;
int1 local_9;
__n = (long)(int)((uint)*(byte *)(*(long *)(param_3 + 8) + param_4) << 8) << 1;
lVar1 = (**(code **)(param_1 + 0x80))(__n);
*(long *)(*(long *)(param_3 + 0x10) + param_4 *... | |
34,924 | stbi__hdr_info(stbi__context*, int*, int*, int*) | 7CodeWizard[P]stablediffusion/thirdparty/stb_image.h | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp)
{
char buffer[STBI__HDR_BUFLEN];
char *token;
int valid = 0;
int dummy;
if (!x) x = &dummy;
if (!y) y = &dummy;
if (!comp) comp = &dummy;
if (stbi__hdr_test(s) == 0) {
stbi__rewind( s );
return 0;
}
for... | O0 | c | stbi__hdr_info(stbi__context*, int*, int*, int*):
subq $0x438, %rsp # imm = 0x438
movq %rdi, 0x428(%rsp)
movq %rsi, 0x420(%rsp)
movq %rdx, 0x418(%rsp)
movq %rcx, 0x410(%rsp)
movl $0x0, 0x4(%rsp)
cmpq $0x0, 0x420(%rsp)
jne 0x2d4a5
movq %rsp, %rax
movq %rax, 0x420(%rsp)
cmpq $0x0, 0x418(%rsp)
jne 0x2d4bb
movq ... | _ZL14stbi__hdr_infoP13stbi__contextPiS1_S1_:
sub rsp, 438h
mov [rsp+438h+var_10], rdi
mov [rsp+438h+var_18], rsi
mov [rsp+438h+var_20], rdx
mov [rsp+438h+var_28], rcx
mov [rsp+438h+var_434], 0
cmp [rsp+438h+var_18], 0
jnz short loc_2D4A5
mov rax, rsp
mov [rsp+438h+var_18], rax
lo... | long long stbi__hdr_info(_QWORD *a1, _DWORD *a2, _DWORD *a3, _DWORD *a4)
{
int v4; // eax
int v5; // eax
_BYTE v7[4]; // [rsp+0h] [rbp-438h] BYREF
int v8; // [rsp+4h] [rbp-434h]
_BYTE *v9; // [rsp+8h] [rbp-430h] BYREF
_BYTE v10[1024]; // [rsp+10h] [rbp-428h] BYREF
_DWORD *v11; // [rsp+410h] [rbp-28h]
_... | stbi__hdr_info:
SUB RSP,0x438
MOV qword ptr [RSP + 0x428],RDI
MOV qword ptr [RSP + 0x420],RSI
MOV qword ptr [RSP + 0x418],RDX
MOV qword ptr [RSP + 0x410],RCX
MOV dword ptr [RSP + 0x4],0x0
CMP qword ptr [RSP + 0x420],0x0
JNZ 0x0012d4a5
MOV RAX,RSP
MOV qword ptr [RSP + 0x420],RAX
LAB_0012d4a5:
CMP qword ptr [RSP + 0x418]... |
/* stbi__hdr_info(stbi__context*, int*, int*, int*) */
int4 stbi__hdr_info(stbi__context *param_1,int *param_2,int *param_3,int *param_4)
{
int iVar1;
long lVar2;
int local_438;
int local_434;
char *local_430;
char local_428 [1024];
int *local_28;
int *local_20;
int *local_18;
stbi__context *loca... | |
34,925 | stbi__hdr_info(stbi__context*, int*, int*, int*) | 7CodeWizard[P]stablediffusion/thirdparty/stb_image.h | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp)
{
char buffer[STBI__HDR_BUFLEN];
char *token;
int valid = 0;
int dummy;
if (!x) x = &dummy;
if (!y) y = &dummy;
if (!comp) comp = &dummy;
if (stbi__hdr_test(s) == 0) {
stbi__rewind( s );
return 0;
}
for... | O1 | c | stbi__hdr_info(stbi__context*, int*, int*, int*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x418, %rsp # imm = 0x418
movq %rcx, %rbx
movq %rdx, %r12
movq %rsi, %r14
movq %rdi, %r15
callq 0x1ad6c
testl %eax, %eax
je 0x2e826
leaq 0x10(%rsp), %r13
movq %r15, %rdi
movq %r13, %rsi
c... | _ZL14stbi__hdr_infoP13stbi__contextPiS1_S1_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 418h
mov rbx, rcx
mov r12, rdx
mov r14, rsi
mov r15, rdi
call _ZL14stbi__hdr_testP13stbi__context; stbi__hdr_test(stbi__context *)
test eax, eax
jz loc_2E826
lea ... | long long stbi__hdr_info(__m128i *a1, _DWORD *a2, _DWORD *a3, _DWORD *a4)
{
int v6; // ebp
int v7; // eax
__int8 *v8; // r12
_DWORD *v9; // rbx
int v11; // eax
long long result; // rax
__m128i *v13; // [rsp+0h] [rbp-448h] BYREF
_DWORD *v14; // [rsp+8h] [rbp-440h]
__m128i v15[67]; // [rsp+10h] [rbp-43... | |||
34,926 | stbi__hdr_info(stbi__context*, int*, int*, int*) | 7CodeWizard[P]stablediffusion/thirdparty/stb_image.h | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp)
{
char buffer[STBI__HDR_BUFLEN];
char *token;
int valid = 0;
int dummy;
if (!x) x = &dummy;
if (!y) y = &dummy;
if (!comp) comp = &dummy;
if (stbi__hdr_test(s) == 0) {
stbi__rewind( s );
return 0;
}
for... | O3 | c | stbi__hdr_info(stbi__context*, int*, int*, int*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x418, %rsp # imm = 0x418
movq %rcx, %rbx
movq %rdx, %r12
movq %rsi, %r14
movq %rdi, %r15
callq 0x1a809
testl %eax, %eax
je 0x2da69
movq %r14, 0x8(%rsp)
movq %rbx, %r14
leaq 0x10(%rsp), %... | _ZL14stbi__hdr_infoP13stbi__contextPiS1_S1_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 418h
mov rbx, rcx
mov r12, rdx
mov r14, rsi
mov r15, rdi
call _ZL14stbi__hdr_testP13stbi__context; stbi__hdr_test(stbi__context *)
test eax, eax
jz loc_2DA69
mov ... | long long stbi__hdr_info(__m128i *a1, _DWORD *a2, _DWORD *a3, _DWORD *a4)
{
int v7; // ebp
int v8; // eax
char *v9; // rdi
int v10; // eax
int v11; // eax
long long result; // rax
__int8 *v13; // [rsp+0h] [rbp-448h] BYREF
_DWORD *v14; // [rsp+8h] [rbp-440h]
__m128i v15[67]; // [rsp+10h] [rbp-438h] BY... | |||
34,927 | lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char>>, bool, float) | dmazzella[P]pylunasvg/lunasvg/source/svglayoutstate.cpp | static float parseNumberOrPercentage(std::string_view input, bool allowPercentage, float defaultValue)
{
float value;
if(!parseNumber(input, value))
return defaultValue;
if(allowPercentage) {
if(skipDelimiter(input, '%'))
value /= 100.f;
value = std::clamp(value, 0.f, 1.f... | O0 | cpp | lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char>>, bool, float):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb %dl, %al
movq %rdi, -0x18(%rbp)
movq %rsi, -0x10(%rbp)
andb $0x1, %al
movb %al, -0x19(%rbp)
movss %xmm0, -0x20(%rbp)
leaq -0x18(%rbp), %rdi
leaq -0x24(%rbp), %rsi
callq 0... | _ZN7lunasvgL23parseNumberOrPercentageESt17basic_string_viewIcSt11char_traitsIcEEbf:
push rbp
mov rbp, rsp
sub rsp, 30h
mov al, dl
mov [rbp+var_18], rdi
mov [rbp+var_10], rsi
and al, 1
mov [rbp+var_19], al
movss [rbp+var_20], xmm0
lea rdi, [rbp+var_18]
lea rsi, [rbp+var_24]
call ... | float lunasvg::parseNumberOrPercentage(long long a1, long long a2, char a3, float a4)
{
int v5; // [rsp+4h] [rbp-2Ch] BYREF
int v6; // [rsp+8h] [rbp-28h] BYREF
float v7; // [rsp+Ch] [rbp-24h] BYREF
float v8; // [rsp+10h] [rbp-20h]
char v9; // [rsp+17h] [rbp-19h]
_QWORD v10[2]; // [rsp+18h] [rbp-18h] BYREF
... | parseNumberOrPercentage:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV AL,DL
MOV qword ptr [RBP + -0x18],RDI
MOV qword ptr [RBP + -0x10],RSI
AND AL,0x1
MOV byte ptr [RBP + -0x19],AL
MOVSS dword ptr [RBP + -0x20],XMM0
LEA RDI,[RBP + -0x18]
LEA RSI,[RBP + -0x24]
CALL 0x001339b0
TEST AL,0x1
JNZ 0x001314ac
MOVSS XMM0,dword ptr [RB... |
/* lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char> >, bool,
float) */
float __thiscall
lunasvg::parseNumberOrPercentage(float param_1,lunasvg *this,int8 param_3,byte param_4)
{
bool bVar1;
ulong uVar2;
float *pfVar3;
float local_34;
float local_30;
float local_2c;
... | |
34,928 | lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char>>, bool, float) | dmazzella[P]pylunasvg/lunasvg/source/svglayoutstate.cpp | static float parseNumberOrPercentage(std::string_view input, bool allowPercentage, float defaultValue)
{
float value;
if(!parseNumber(input, value))
return defaultValue;
if(allowPercentage) {
if(skipDelimiter(input, '%'))
value /= 100.f;
value = std::clamp(value, 0.f, 1.f... | O1 | cpp | lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char>>, bool, float):
pushq %rbx
subq $0x20, %rsp
movss %xmm0, 0xc(%rsp)
movl %edx, %ebx
leaq 0x10(%rsp), %rax
movq %rdi, (%rax)
movq %rsi, 0x8(%rax)
leaq 0x8(%rsp), %rsi
movq %rax, %rdi
callq 0x172e2
testb %al, %al
je 0x16b4f
testb %bl, %bl... | _ZN7lunasvgL23parseNumberOrPercentageESt17basic_string_viewIcSt11char_traitsIcEEbf:
push rbx
sub rsp, 20h
movss [rsp+28h+var_1C], xmm0
mov ebx, edx
lea rax, [rsp+28h+var_18]
mov [rax], rdi
mov [rax+8], rsi
lea rsi, [rsp+28h+var_20]
mov rdi, rax
call _ZN7lunasvg11parseNumberIfEEbRSt17... | float lunasvg::parseNumberOrPercentage(long long a1, _BYTE *a2, char a3, float a4)
{
float result; // xmm0_4
__m128 v6; // xmm1
float v7; // [rsp+8h] [rbp-20h] BYREF
float v8; // [rsp+Ch] [rbp-1Ch]
long long v9; // [rsp+10h] [rbp-18h] BYREF
_BYTE *v10; // [rsp+18h] [rbp-10h]
v8 = a4;
v9 = a1;
v10 = ... | parseNumberOrPercentage:
PUSH RBX
SUB RSP,0x20
MOVSS dword ptr [RSP + 0xc],XMM0
MOV EBX,EDX
LEA RAX,[RSP + 0x10]
MOV qword ptr [RAX],RDI
MOV qword ptr [RAX + 0x8],RSI
LEA RSI,[RSP + 0x8]
MOV RDI,RAX
CALL 0x001172e2
TEST AL,AL
JZ 0x00116b4f
TEST BL,BL
MOVSS XMM0,dword ptr [RSP + 0xc]
JZ 0x00116b3f
MOV RAX,qword ptr [RSP... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char> >, bool,
float) */
float __thiscall
lunasvg::parseNumberOrPercentage(float param_1,lunasvg *this,char *param_3,char param_4)
{
bool bVar1;
... | |
34,929 | lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char>>, bool, float) | dmazzella[P]pylunasvg/lunasvg/source/svglayoutstate.cpp | static float parseNumberOrPercentage(std::string_view input, bool allowPercentage, float defaultValue)
{
float value;
if(!parseNumber(input, value))
return defaultValue;
if(allowPercentage) {
if(skipDelimiter(input, '%'))
value /= 100.f;
value = std::clamp(value, 0.f, 1.f... | O3 | cpp | lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char>>, bool, float):
pushq %rbx
subq $0x20, %rsp
movss %xmm0, 0xc(%rsp)
movl %edx, %ebx
leaq 0x10(%rsp), %rax
movq %rdi, (%rax)
movq %rsi, 0x8(%rax)
leaq 0x8(%rsp), %rsi
movq %rax, %rdi
callq 0x16bbd
testb %al, %al
je 0x1640b
movq 0x10(%rsp... | _ZN7lunasvgL23parseNumberOrPercentageESt17basic_string_viewIcSt11char_traitsIcEEbf:
push rbx
sub rsp, 20h
movss [rsp+28h+var_1C], xmm0
mov ebx, edx
lea rax, [rsp+28h+var_18]
mov [rax], rdi
mov [rax+8], rsi
lea rsi, [rsp+28h+var_20]
mov rdi, rax
call _ZN7lunasvg11parseNumberIfEEbRSt17... | float lunasvg::parseNumberOrPercentage(long long a1, _BYTE *a2, char a3, float a4)
{
long long v5; // rax
__m128 v6; // xmm0
float result; // xmm0_4
__m128 v8; // xmm1
float v9; // [rsp+8h] [rbp-20h] BYREF
float v10; // [rsp+Ch] [rbp-1Ch]
long long v11; // [rsp+10h] [rbp-18h] BYREF
_BYTE *v12; // [rsp+... | parseNumberOrPercentage:
PUSH RBX
SUB RSP,0x20
MOVSS dword ptr [RSP + 0xc],XMM0
MOV EBX,EDX
LEA RAX,[RSP + 0x10]
MOV qword ptr [RAX],RDI
MOV qword ptr [RAX + 0x8],RSI
LEA RSI,[RSP + 0x8]
MOV RDI,RAX
CALL 0x00116bbd
TEST AL,AL
JZ 0x0011640b
MOV RAX,qword ptr [RSP + 0x10]
TEST BL,BL
JZ 0x00116438
TEST RAX,RAX
JZ 0x001164... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* lunasvg::parseNumberOrPercentage(std::basic_string_view<char, std::char_traits<char> >, bool,
float) */
float __thiscall
lunasvg::parseNumberOrPercentage(float param_1,lunasvg *this,char *param_3,char param_4)
{
bool bVar1;
... | |
34,930 | transid_get_packed | eloqsql/storage/maria/ma_key.c | ulonglong transid_get_packed(MARIA_SHARE *share, const uchar *from)
{
ulonglong value;
uint length;
if (from[0] < MARIA_MIN_TRANSID_PACK_OFFSET)
value= (ulonglong) from[0];
else
{
value= 0;
for (length= (uint) (from[0] - MARIA_TRANSID_PACK_OFFSET),
value= (ulonglong) from[1], from+=2;
... | O3 | c | transid_get_packed:
pushq %rbp
movq %rsp, %rbp
movzbl (%rsi), %ecx
cmpq $0xf2, %rcx
ja 0x36742
movq %rcx, %rax
jmp 0x3676b
movzbl 0x1(%rsi), %eax
cmpl $0xfa, %ecx
je 0x3676b
addq $-0xfa, %rcx
xorl %edx, %edx
shlq $0x8, %rax
movzbl 0x2(%rsi,%rdx), %r8d
orq %r8, %rax
incq %rdx
cmpl %edx, %ecx
jne 0x36757
shrq %rax
addq 0... | transid_get_packed:
push rbp
mov rbp, rsp
movzx ecx, byte ptr [rsi]
cmp rcx, 0F2h
ja short loc_36742
mov rax, rcx
jmp short loc_3676B
loc_36742:
movzx eax, byte ptr [rsi+1]
cmp ecx, 0FAh
jz short loc_3676B
add rcx, 0FFFFFFFFFFFFFF06h
xor edx, edx
loc_36757:
shl rax, 8
mo... | unsigned long long transid_get_packed(long long a1, unsigned __int8 *a2)
{
unsigned long long v2; // rcx
unsigned long long v3; // rax
int v4; // ecx
long long v5; // rdx
v2 = *a2;
if ( v2 > 0xF2 )
{
v3 = a2[1];
if ( (_DWORD)v2 != 250 )
{
v4 = v2 - 250;
v5 = 0LL;
do
... | transid_get_packed:
PUSH RBP
MOV RBP,RSP
MOVZX ECX,byte ptr [RSI]
CMP RCX,0xf2
JA 0x00136742
MOV RAX,RCX
JMP 0x0013676b
LAB_00136742:
MOVZX EAX,byte ptr [RSI + 0x1]
CMP ECX,0xfa
JZ 0x0013676b
ADD RCX,-0xfa
XOR EDX,EDX
LAB_00136757:
SHL RAX,0x8
MOVZX R8D,byte ptr [RSI + RDX*0x1 + 0x2]
OR RAX,R8
INC RDX
CMP ECX,EDX
JNZ 0... |
long transid_get_packed(long param_1,byte *param_2)
{
byte bVar1;
ulong uVar2;
long lVar3;
bVar1 = *param_2;
uVar2 = (ulong)bVar1;
if ((0xf2 < uVar2) && (uVar2 = (ulong)param_2[1], bVar1 != 0xfa)) {
lVar3 = 0;
do {
uVar2 = uVar2 << 8 | (ulong)param_2[lVar3 + 2];
lVar3 = lVar3 + 1;
... | |
34,931 | POINTonE2_times_minus_z | corpus-core[P]colibri-stateless/build_O2/_deps/blst-src/src/map_to_g2.c | static void POINTonE2_times_minus_z(POINTonE2 *out, const POINTonE2 *in)
{
POINTonE2_double(out, in); /* 1: 0x2 */
POINTonE2_add_n_dbl(out, in, 2); /* 2..4: 0x3..0xc */
POINTonE2_add_n_dbl(out, in, 3); /* 5..8: 0xd..0x68 */
POINTonE2_add_n_... | O2 | c | POINTonE2_times_minus_z:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
callq 0x548e8
pushq $0x2
popq %rdx
movq %r14, %rdi
movq %rbx, %rsi
callq 0x5cbca
pushq $0x3
popq %rdx
movq %r14, %rdi
movq %rbx, %rsi
callq 0x5cbca
pushq $0x9
popq %rdx
movq %r14, %rdi
movq %rbx, %rsi
callq 0x5cbca... | POINTonE2_times_minus_z:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rsi
mov r14, rdi
call POINTonE2_double
push 2
pop rdx
mov rdi, r14
mov rsi, rbx
call POINTonE2_add_n_dbl
push 3
pop rdx
mov rdi, r14
mov rsi, rbx
call POINTonE2_add_n_dbl
push 9
pop ... | long long POINTonE2_times_minus_z(long long a1, long long a2)
{
POINTonE2_double(a1, a2);
POINTonE2_add_n_dbl(a1, a2, 2LL);
POINTonE2_add_n_dbl(a1, a2, 3LL);
POINTonE2_add_n_dbl(a1, a2, 9LL);
POINTonE2_add_n_dbl(a1, a2, 32LL);
return POINTonE2_add_n_dbl(a1, a2, 16LL);
}
| POINTonE2_times_minus_z:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
CALL 0x001548e8
PUSH 0x2
POP RDX
MOV RDI,R14
MOV RSI,RBX
CALL 0x0015cbca
PUSH 0x3
POP RDX
MOV RDI,R14
MOV RSI,RBX
CALL 0x0015cbca
PUSH 0x9
POP RDX
MOV RDI,R14
MOV RSI,RBX
CALL 0x0015cbca
PUSH 0x20
POP RDX
MOV RDI,R14
MOV RSI,RBX
CAL... |
void POINTonE2_times_minus_z(int8 param_1,int8 param_2)
{
POINTonE2_double();
POINTonE2_add_n_dbl(param_1,param_2,2);
POINTonE2_add_n_dbl(param_1,param_2,3);
POINTonE2_add_n_dbl(param_1,param_2,9);
POINTonE2_add_n_dbl(param_1,param_2,0x20);
POINTonE2_add_n_dbl(param_1,param_2,0x10);
return;
}
| |
34,932 | lzr_siemens_handle_reponse | xtate/src/probe-modules/lzr-probes/lzr-siemens.c | static unsigned lzr_siemens_handle_reponse(unsigned th_idx, ProbeTarget *target,
const unsigned char *px,
unsigned sizeof_px, OutItem *item) {
if (sizeof_px >= 6 && px[4] + 1 == sizeof_px - 4 && px[5] == 0xd0) {
item->leve... | O3 | c | lzr_siemens_handle_reponse:
pushq %r14
pushq %rbx
pushq %rax
movq %r8, %rbx
cmpl $0x6, %ecx
jb 0x2cd96
movzbl 0x4(%rdx), %eax
addl $-0x5, %ecx
cmpl %eax, %ecx
jne 0x2cd96
cmpb $-0x30, 0x5(%rdx)
jne 0x2cd96
leaq 0x3d3d8(%rip), %r14 # 0x6a160
leaq 0x3c213(%rip), %rdx # 0x68fa2
movl $0x2, %eax
jmp 0x2cda9
leaq 0x3... | lzr_siemens_handle_reponse:
push r14
push rbx
push rax
mov rbx, r8
cmp ecx, 6
jb short loc_2CD96
movzx eax, byte ptr [rdx+4]
add ecx, 0FFFFFFFBh
cmp ecx, eax
jnz short loc_2CD96
cmp byte ptr [rdx+5], 0D0h
jnz short loc_2CD96
lea r14, aProtocolMatche_0+9; "matched"
lea ... | long long lzr_siemens_handle_reponse(long long a1, long long a2, long long a3, unsigned int a4, long long a5)
{
int v6; // eax
if ( a4 >= 6 && a4 - 5 == *(unsigned __int8 *)(a3 + 4) && *(_BYTE *)(a3 + 5) == 0xD0 )
v6 = 2;
else
v6 = 1;
*(_DWORD *)(a5 + 8) = v6;
safe_strcpy(a5 + 80, 30LL);
safe_strc... | lzr_siemens_handle_reponse:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,R8
CMP ECX,0x6
JC 0x0012cd96
MOVZX EAX,byte ptr [RDX + 0x4]
ADD ECX,-0x5
CMP ECX,EAX
JNZ 0x0012cd96
CMP byte ptr [RDX + 0x5],0xd0
JNZ 0x0012cd96
LEA R14,[0x16a160]
LEA RDX,[0x168fa2]
MOV EAX,0x2
JMP 0x0012cda9
LAB_0012cd96:
LEA R14,[0x16a10a]
LEA RDX,[0x168... |
int8
lzr_siemens_handle_reponse
(int8 param_1,int8 param_2,long param_3,uint param_4,long param_5)
{
char *pcVar1;
int4 uVar2;
char *pcVar3;
if (((param_4 < 6) || (param_4 - 5 != (uint)*(byte *)(param_3 + 4))) ||
(*(char *)(param_3 + 5) != -0x30)) {
pcVar1 = "protocol not matched";
p... | |
34,933 | EndMode3D | csit-sgu[P]mit-game-2025-team-tyler/Libraries/raylib/src/rcore.c | void EndMode3D(void)
{
rlDrawRenderBatchActive(); // Update and draw internal render batch
rlMatrixMode(RL_PROJECTION); // Switch to projection matrix
rlPopMatrix(); // Restore previous matrix (projection) from matrix stack
rlMatrixMode(RL_MODELVIEW); // Switch back to mod... | O3 | c | EndMode3D:
pushq %rbx
subq $0x50, %rsp
movq 0xc76a7(%rip), %rdi # 0x13b118
callq 0x611ec
leaq 0xc772b(%rip), %rax # 0x13b1a8
movq %rax, 0xc76dc(%rip) # 0x13b160
movl $0x1701, 0xc76ce(%rip) # imm = 0x1701
callq 0x603d3
leaq 0xc76ce(%rip), %rax # 0x13b168
movq %rax, 0xc76bf(%rip) # 0x13b160
movl $0x1... | EndMode3D:
push rbx
sub rsp, 50h
mov rdi, cs:RLGL
call rlDrawRenderBatch
lea rax, xmmword_13B1A8
mov cs:qword_13B160, rax
mov cs:dword_13B15C, 1701h
call rlPopMatrix
lea rax, xmmword_13B168
mov cs:qword_13B160, rax
mov cs:dword_13B15C, 1700h
mov eax, 3F800000h
mov dword ... | long long EndMode3D(
double a1,
__m128 a2,
__m128 a3,
__m128 a4,
double a5,
double a6,
__m128 a7,
__m128 a8,
long long a9,
long long a10)
{
long long v10; // rdx
long long v11; // rcx
long long v12; // r8
long long v13; // r9
int... | EndMode3D:
PUSH RBX
SUB RSP,0x50
MOV RDI,qword ptr [0x0023b118]
CALL 0x001611ec
LEA RAX,[0x23b1a8]
MOV qword ptr [0x0023b160],RAX
MOV dword ptr [0x0023b15c],0x1701
CALL 0x001603d3
LEA RAX,[0x23b168]
MOV qword ptr [0x0023b160],RAX
MOV dword ptr [0x0023b15c],0x1700
MOV EAX,0x3f800000
MOV dword ptr [0x0023b168],EAX
XORPS ... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void EndMode3D(void)
{
int local_4c;
int4 local_48;
int4 local_44;
int4 local_40;
int4 local_3c;
int4 local_38;
int4 local_34;
int4 local_30;
int4 local_2c;
int4 local_28;
int4 local_24;
int4 local_20;
int4... | |
34,934 | ggml_compute_forward_clamp | monkey531[P]llama/ggml/src/ggml-cpu/ggml-cpu.c | static void ggml_compute_forward_clamp(
const struct ggml_compute_params * params,
struct ggml_tensor * dst) {
const struct ggml_tensor * src0 = dst->src[0];
switch (src0->type) {
case GGML_TYPE_F32:
{
ggml_compute_forward_clamp_f32(params, dst);
... | O0 | c | ggml_compute_forward_clamp:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movq %rsi, 0x18(%rsp)
movq 0x18(%rsp), %rax
movq 0x98(%rax), %rax
movq %rax, 0x10(%rsp)
movq 0x10(%rsp), %rax
movl (%rax), %eax
movl %eax, 0xc(%rsp)
testl %eax, %eax
je 0x16754
jmp 0x16720
movl 0xc(%rsp), %eax
decl %eax
subl $0x3, %eax
jb 0x16765
jmp 0x... | ggml_compute_forward_clamp:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_10], rsi
mov rax, [rsp+28h+var_10]
mov rax, [rax+98h]
mov [rsp+28h+var_18], rax
mov rax, [rsp+28h+var_18]
mov eax, [rax]
mov [rsp+28h+var_1C], eax
test eax, eax
jz short loc_16754
jmp short... | double ggml_compute_forward_clamp(long long a1, long long a2)
{
double result; // xmm0_8
int v3; // [rsp+Ch] [rbp-1Ch]
v3 = **(_DWORD **)(a2 + 152);
if ( v3 )
{
if ( (unsigned int)(v3 - 1) < 3 || (unsigned int)(v3 - 6) < 0x19 || (unsigned int)(v3 - 34) < 2 || v3 == 39 )
return ggml_abort(
... | ggml_compute_forward_clamp:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV RAX,qword ptr [RSP + 0x18]
MOV RAX,qword ptr [RAX + 0x98]
MOV qword ptr [RSP + 0x10],RAX
MOV RAX,qword ptr [RSP + 0x10]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RSP + 0xc],EAX
TEST EAX,EAX
JZ 0x00116754
JMP 0x001167... |
void ggml_compute_forward_clamp(int8 param_1,long param_2)
{
int iVar1;
iVar1 = **(int **)(param_2 + 0x98);
if (iVar1 == 0) {
ggml_compute_forward_clamp_f32(param_1,param_2);
}
else if ((((iVar1 - 1U < 3) || (iVar1 - 6U < 0x19)) || (iVar1 - 0x22U < 2)) || (iVar1 == 0x27)) {
/* WAR... | |
34,935 | stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int) | llama.cpp/examples/llava/../../common/stb_image.h | static unsigned char *stbi__convert_format(unsigned char *data, int img_n, int req_comp, unsigned int x, unsigned int y)
{
int i,j;
unsigned char *good;
if (req_comp == img_n) return data;
STBI_ASSERT(req_comp >= 1 && req_comp <= 4);
good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0);
if ... | O3 | c | stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdi, %r14
movq %rsi, 0x8(%rsp)
cmpl %esi, %edx
jne 0x3def7
movq %r14, %r13
jmp 0x3e2cf
movl %r8d, %ebp
movl %ecx, %r15d
movl %edx, %ebx
movl %edx, %edi
mov... | _ZL20stbi__convert_formatPhiijj:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r14, rdi
mov [rsp+78h+var_70], rsi
cmp edx, esi
jnz short loc_3DEF7
mov r13, r14
jmp loc_3E2CF
loc_3DEF7:
mov ebp, r8d
mov r15d, ecx
mov ebx, edx
mov edi,... | unsigned __int8 * stbi__convert_format(unsigned __int8 *a1, int a2, int a3, int a4, int a5)
{
unsigned __int8 *v5; // r14
long long v6; // r13
long long v10; // rax
unsigned long long v11; // rax
long long v12; // rcx
int v13; // r11d
int v14; // eax
unsigned int v15; // r10d
long long v16; // r8
un... | stbi__convert_format:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R14,RDI
MOV qword ptr [RSP + 0x8],RSI
CMP EDX,ESI
JNZ 0x0013def7
MOV R13,R14
JMP 0x0013e2cf
LAB_0013def7:
MOV EBP,R8D
MOV R15D,ECX
MOV EBX,EDX
MOV EDI,EDX
MOV ESI,ECX
MOV EDX,R8D
XOR ECX,ECX
CALL 0x0013f1ae
TEST RAX,RAX
JZ 0x00... |
/* stbi__convert_format(unsigned char*, int, int, unsigned int, unsigned int) */
uchar * stbi__convert_format(uchar *param_1,int param_2,int param_3,uint param_4,uint param_5)
{
int iVar1;
uchar uVar2;
byte bVar3;
uint uVar4;
uchar *__ptr;
long lVar5;
char *pcVar6;
ulong uVar7;
byte *pbVar8;
ulon... | |
34,936 | my_coll_parser_scan_reset_sequence | eloqsql/strings/ctype-uca.c | static int
my_coll_parser_scan_reset_sequence(MY_COLL_RULE_PARSER *p)
{
my_coll_rule_reset(&p->rule);
/* Scan "[before x]" option, if exists */
if (my_coll_parser_curr(p)->term == MY_COLL_LEXEM_OPTION)
my_coll_parser_scan_reset_before(p);
/* Try logical reset position */
if (my_coll_parser_curr(p)->term... | O0 | c | my_coll_parser_scan_reset_sequence:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
addq $0x50, %rdi
callq 0x863e0
movq -0x10(%rbp), %rdi
callq 0x858e0
cmpl $0x7, (%rax)
jne 0x86140
movq -0x10(%rbp), %rdi
callq 0x86410
movq -0x10(%rbp), %rdi
callq 0x858e0
cmpl $0x7, (%rax)
jne ... | my_coll_parser_scan_reset_sequence:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_10], rdi
mov rdi, [rbp+var_10]
add rdi, 50h ; 'P'
call my_coll_rule_reset
mov rdi, [rbp+var_10]
call my_coll_parser_curr
cmp dword ptr [rax], 7
jnz short loc_86140
mov rdi, [rbp+var_10]
call ... | _BOOL8 my_coll_parser_scan_reset_sequence(long long a1)
{
my_coll_rule_reset(a1 + 80);
if ( *(_DWORD *)my_coll_parser_curr(a1) == 7 )
my_coll_parser_scan_reset_before(a1);
if ( *(_DWORD *)my_coll_parser_curr(a1) != 7 )
return (unsigned int)my_coll_parser_scan_character_list(a1, a1 + 80, 10LL, "Expansion"... | my_coll_parser_scan_reset_sequence:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,qword ptr [RBP + -0x10]
ADD RDI,0x50
CALL 0x001863e0
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x001858e0
CMP dword ptr [RAX],0x7
JNZ 0x00186140
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00186410
LAB_00186140:
MOV RDI,... |
int4 my_coll_parser_scan_reset_sequence(long param_1)
{
int iVar1;
int *piVar2;
my_coll_rule_reset(param_1 + 0x50);
piVar2 = (int *)my_coll_parser_curr(param_1);
if (*piVar2 == 7) {
my_coll_parser_scan_reset_before(param_1);
}
piVar2 = (int *)my_coll_parser_curr(param_1);
if (*piVar2 == 7) {
... | |
34,937 | JS_GetArrayBuffer | bluesky950520[P]quickjs/quickjs.c | uint8_t *JS_GetArrayBuffer(JSContext *ctx, size_t *psize, JSValue obj)
{
JSArrayBuffer *abuf = js_get_array_buffer(ctx, obj);
if (!abuf)
goto fail;
if (abuf->detached) {
JS_ThrowTypeErrorDetachedArrayBuffer(ctx);
goto fail;
}
*psize = abuf->byte_length;
return abuf->data;... | O0 | c | JS_GetArrayBuffer:
subq $0x48, %rsp
movq %rdx, 0x30(%rsp)
movq %rcx, 0x38(%rsp)
movq %rdi, 0x28(%rsp)
movq %rsi, 0x20(%rsp)
movq 0x28(%rsp), %rdi
movq 0x30(%rsp), %rsi
movq 0x38(%rsp), %rdx
callq 0x56df0
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x18(%rsp)
jne 0x56d8b
jmp 0x56dcc
movq 0x18(%rsp), %rax
cmpb $0x0, 0x8(%rax)
je 0x... | JS_GetArrayBuffer:
sub rsp, 48h
mov [rsp+48h+var_18], rdx
mov [rsp+48h+var_10], rcx
mov [rsp+48h+var_20], rdi
mov [rsp+48h+var_28], rsi
mov rdi, [rsp+48h+var_20]
mov rsi, [rsp+48h+var_18]
mov rdx, [rsp+48h+var_10]
call js_get_array_buffer
mov [rsp+48h+var_30], rax
cmp [rsp+48h... | long long JS_GetArrayBuffer(long long a1, _QWORD *a2, long long a3, long long a4)
{
int *array_buffer; // [rsp+18h] [rbp-30h]
array_buffer = (int *)js_get_array_buffer(a1, a3, a4);
if ( !array_buffer )
goto LABEL_5;
if ( *((_BYTE *)array_buffer + 8) )
{
JS_ThrowTypeErrorDetachedArrayBuffer(a1);
LABE... | JS_GetArrayBuffer:
SUB RSP,0x48
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x38],RCX
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP + 0x20],RSI
MOV RDI,qword ptr [RSP + 0x28]
MOV RSI,qword ptr [RSP + 0x30]
MOV RDX,qword ptr [RSP + 0x38]
CALL 0x00156df0
MOV qword ptr [RSP + 0x18],RAX
CMP qword ptr [RSP + 0x1... |
int8 JS_GetArrayBuffer(int8 param_1,long *param_2,int8 param_3,int8 param_4)
{
int *piVar1;
piVar1 = (int *)js_get_array_buffer(param_1,param_3,param_4);
if (piVar1 != (int *)0x0) {
if ((char)piVar1[2] == '\0') {
*param_2 = (long)*piVar1;
return *(int8 *)(piVar1 + 4);
}
JS_ThrowTypeEr... | |
34,938 | JS_GetArrayBuffer | bluesky950520[P]quickjs/quickjs.c | uint8_t *JS_GetArrayBuffer(JSContext *ctx, size_t *psize, JSValue obj)
{
JSArrayBuffer *abuf = js_get_array_buffer(ctx, obj);
if (!abuf)
goto fail;
if (abuf->detached) {
JS_ThrowTypeErrorDetachedArrayBuffer(ctx);
goto fail;
}
*psize = abuf->byte_length;
return abuf->data;... | O1 | c | JS_GetArrayBuffer:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq %rdx, %rsi
movq %rcx, %rdx
callq 0x383bb
testq %rax, %rax
je 0x3839e
cmpb $0x0, 0x8(%rax)
je 0x383a9
leaq 0x6895d(%rip), %rsi # 0xa0cf1
movq %r14, %rdi
xorl %eax, %eax
callq 0x21953
movq $0x0, (%rbx)
xorl %eax, %eax
jmp 0x383b3... | JS_GetArrayBuffer:
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rsi, rdx
mov rdx, rcx
call js_get_array_buffer
test rax, rax
jz short loc_3839E
cmp byte ptr [rax+8], 0
jz short loc_383A9
lea rsi, aArraybufferIsD; "ArrayBuffer is detached"
mov rdi, r14
xor... | long long JS_GetArrayBuffer(
long long a1,
_QWORD *a2,
long long a3,
long long a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
double a9,
double a10,
__m128 a11,
__m128 a12)
{
char v12; // al
int *array_buffer; // rax
... | JS_GetArrayBuffer:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RSI,RDX
MOV RDX,RCX
CALL 0x001383bb
TEST RAX,RAX
JZ 0x0013839e
CMP byte ptr [RAX + 0x8],0x0
JZ 0x001383a9
LEA RSI,[0x1a0cf1]
MOV RDI,R14
XOR EAX,EAX
CALL 0x00121953
LAB_0013839e:
MOV qword ptr [RBX],0x0
XOR EAX,EAX
JMP 0x001383b3
LAB_001383a9:
MO... |
int8 JS_GetArrayBuffer(int8 param_1,long *param_2,int8 param_3,int8 param_4)
{
int *piVar1;
piVar1 = (int *)js_get_array_buffer(param_1,param_3,param_4);
if (piVar1 != (int *)0x0) {
if ((char)piVar1[2] == '\0') {
*param_2 = (long)*piVar1;
return *(int8 *)(piVar1 + 4);
}
JS_ThrowTypeEr... | |
34,939 | my_strntod_mb2_or_mb4 | eloqsql/strings/ctype-ucs2.c | static double
my_strntod_mb2_or_mb4(CHARSET_INFO *cs,
char *nptr, size_t length,
char **endptr, int *err)
{
char buf[256];
double res;
register char *b= buf;
register const uchar *s= (const uchar*) nptr;
const uchar *end;
my_wc_t wc;
my_charset_conv_mb_w... | O0 | c | my_strntod_mb2_or_mb4:
pushq %rbp
movq %rsp, %rbp
subq $0x180, %rsp # imm = 0x180
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x118(%rbp)
movq %rsi, -0x120(%rbp)
movq %rdx, -0x128(%rbp)
movq %rcx, -0x130(%rbp)
movq %r8, -0x138(%rbp)
leaq -0x110(%rbp), %rax
movq %rax, -0x148(%rbp)
movq -0x120(%rbp),... | my_strntod_mb2_or_mb4:
push rbp
mov rbp, rsp
sub rsp, 180h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_118], rdi
mov [rbp+var_120], rsi
mov [rbp+var_128], rdx
mov [rbp+var_130], rcx
mov [rbp+var_138], r8
lea rax, [rbp+var_110]
mov [rbp+var_148], rax
mov rax, [rbp... | double my_strntod_mb2_or_mb4(long long a1, long long a2, unsigned long long a3, _QWORD *a4, _DWORD *a5)
{
_BYTE *v5; // rax
int v7; // [rsp+14h] [rbp-16Ch]
long long ( *v8)(long long, unsigned long long *, long long, long long); // [rsp+18h] [rbp-168h]
unsigned long long v9; // [rsp+20h] [rbp-160h] BYREF
lon... | my_strntod_mb2_or_mb4:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x180
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x118],RDI
MOV qword ptr [RBP + -0x120],RSI
MOV qword ptr [RBP + -0x128],RDX
MOV qword ptr [RBP + -0x130],RCX
MOV qword ptr [RBP + -0x138],R8
LEA RAX,[RBP + -0x110]
MOV qword ptr [R... |
int8
my_strntod_mb2_or_mb4(long param_1,long param_2,ulong param_3,long *param_4,int4 *param_5)
{
code *pcVar1;
int iVar2;
long in_FS_OFFSET;
ulong local_168;
long local_160;
long local_158;
int1 *local_150;
int8 local_148;
int4 *local_140;
long *local_138;
ulong local_130;
long local_128;
l... | |
34,940 | close_var_refs | bluesky950520[P]quickjs/quickjs.c | static void close_var_refs(JSRuntime *rt, JSStackFrame *sf)
{
struct list_head *el, *el1;
JSVarRef *var_ref;
int var_idx;
list_for_each_safe(el, el1, &sf->var_ref_list) {
var_ref = list_entry(el, JSVarRef, header.link);
var_idx = var_ref->var_idx;
if (var_ref->is_arg)
... | O1 | c | close_var_refs:
leaq 0x28(%rsi), %rax
movq 0x30(%rsi), %rcx
cmpq %rax, %rcx
je 0x3b5d0
addq $0x98, %rdi
movq 0x8(%rcx), %rdx
movzwl -0x2(%rcx), %r9d
testb $0x2, -0x3(%rcx)
jne 0x3b57b
movq 0x20(%rsi), %r10
jmp 0x3b57f
movq 0x18(%rsi), %r10
shll $0x4, %r9d
movq (%r10,%r9), %r8
movq 0x8(%r10,%r9), %r9
movq %r8, -0x8(%rsp... | close_var_refs:
lea rax, [rsi+28h]
mov rcx, [rsi+30h]
cmp rcx, rax
jz short locret_3B5D0
add rdi, 98h
loc_3B566:
mov rdx, [rcx+8]
movzx r9d, word ptr [rcx-2]
test byte ptr [rcx-3], 2
jnz short loc_3B57B
mov r10, [rsi+20h]
jmp short loc_3B57F
loc_3B57B:
mov r10, [rsi+18h]
lo... | _QWORD * close_var_refs(long long a1, _QWORD *a2)
{
_QWORD *result; // rax
_QWORD *v3; // rcx
long long *v4; // rdi
_QWORD *v5; // rdx
long long v6; // r10
long long v7; // r9
_DWORD *v8; // r8
long long v9; // r9
long long v10; // r8
result = a2 + 5;
v3 = (_QWORD *)a2[6];
if ( v3 != a2 + 5 )
... | |||
34,941 | close_var_refs | bluesky950520[P]quickjs/quickjs.c | static void close_var_refs(JSRuntime *rt, JSStackFrame *sf)
{
struct list_head *el, *el1;
JSVarRef *var_ref;
int var_idx;
list_for_each_safe(el, el1, &sf->var_ref_list) {
var_ref = list_entry(el, JSVarRef, header.link);
var_idx = var_ref->var_idx;
if (var_ref->is_arg)
... | O2 | c | close_var_refs:
leaq 0x28(%rsi), %rax
movq 0x30(%rsi), %rcx
addq $0x98, %rdi
cmpq %rax, %rcx
je 0x3435d
movq 0x8(%rcx), %rdx
movzwl -0x2(%rcx), %r9d
testb $0x2, -0x3(%rcx)
jne 0x34315
movq 0x20(%rsi), %r10
shll $0x4, %r9d
movq (%r10,%r9), %r8
movq 0x8(%r10,%r9), %r9
cmpl $-0x9, %r9d
jae 0x3432c
jmp 0x3432f
movq 0x18(%r... | close_var_refs:
lea rax, [rsi+28h]
mov rcx, [rsi+30h]
add rdi, 98h
loc_342E8:
cmp rcx, rax
jz short locret_3435D
mov rdx, [rcx+8]
movzx r9d, word ptr [rcx-2]
test byte ptr [rcx-3], 2
jnz short loc_34315
mov r10, [rsi+20h]
shl r9d, 4
mov r8, [r10+r9]
mov r9, [r10+r9+8]
c... | _QWORD * close_var_refs(long long a1, _QWORD *a2)
{
_QWORD *result; // rax
_QWORD *v3; // rcx
long long *v4; // rdi
_QWORD *v5; // rdx
int v6; // r9d
long long v7; // r10
long long v8; // r9
_DWORD *v9; // r8
long long v10; // r9
long long v11; // r10
long long v12; // r9
long long v13; // r8
... | close_var_refs:
LEA RAX,[RSI + 0x28]
MOV RCX,qword ptr [RSI + 0x30]
ADD RDI,0x98
LAB_001342e8:
CMP RCX,RAX
JZ 0x0013435d
MOV RDX,qword ptr [RCX + 0x8]
MOVZX R9D,word ptr [RCX + -0x2]
TEST byte ptr [RCX + -0x3],0x2
JNZ 0x00134315
MOV R10,qword ptr [RSI + 0x20]
SHL R9D,0x4
MOV R8,qword ptr [R10 + R9*0x1]
MOV R9,qword ptr... |
void close_var_refs(long param_1,long param_2)
{
long *plVar1;
int *piVar2;
long *plVar3;
long *plVar4;
uint uVar5;
long lVar6;
plVar4 = (long *)(param_1 + 0x98);
plVar3 = *(long **)(param_2 + 0x30);
while (plVar3 != (long *)(param_2 + 0x28)) {
plVar1 = (long *)plVar3[1];
if ((*plVar3 & 0... | |
34,942 | console_get_line | qoraal-tictactoe/build_O0/_deps/qoraal-src/src/example/console.c | int32_t
console_get_line (char * buffer, uint32_t len)
{
uint32_t i = 0 ;
for (i=0; i<len; i++) {
int c = getc(stdin);
if (_shell_exit) break;
if (c == EOF) {
// If EOF is due to `/dev/null`, prevent infinite loop
os_thread_sleep (1000);
... | O0 | c | console_get_line:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl $0x0, -0x10(%rbp)
movl $0x0, -0x10(%rbp)
movl -0x10(%rbp), %eax
cmpl -0xc(%rbp), %eax
jae 0x26e86
movq 0x251a4(%rip), %rax # 0x4bfe0
movq (%rax), %rdi
callq 0x6580
movl %eax, -0x14(%rbp)
testb $0x1, 0x28ce... | console_get_line:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], 0
mov [rbp+var_10], 0
loc_26E2D:
mov eax, [rbp+var_10]
cmp eax, [rbp+var_C]
jnb short loc_26E86
mov rax, cs:stdin_ptr
mov rdi, [rax]
call _getc
mov [rbp+... | long long console_get_line(long long a1, unsigned int a2)
{
int v3; // [rsp+Ch] [rbp-14h]
unsigned int i; // [rsp+10h] [rbp-10h]
for ( i = 0; i < a2; ++i )
{
v3 = getc(stdin);
if ( (shell_exit & 1) != 0 )
break;
if ( v3 == -1 )
{
os_thread_sleep(1000);
}
else
{
if... | console_get_line:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],0x0
MOV dword ptr [RBP + -0x10],0x0
LAB_00126e2d:
MOV EAX,dword ptr [RBP + -0x10]
CMP EAX,dword ptr [RBP + -0xc]
JNC 0x00126e86
MOV RAX,qword ptr [0x0014bfe0]
MOV RDI,qword ptr [... |
uint console_get_line(long param_1,uint param_2)
{
int iVar1;
uint local_18;
local_18 = 0;
while ((local_18 < param_2 && (iVar1 = getc(*(FILE **)PTR_stdin_0014bfe0), (_shell_exit & 1) == 0)
)) {
if (iVar1 == -1) {
os_thread_sleep(1000);
}
else {
if (iVar1 == 10) {
r... | |
34,943 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/minja.hpp | inline json Value::get<json>() const {
if (is_primitive()) return primitive_;
if (is_null()) return json();
if (array_) {
std::vector<json> res;
for (const auto& item : *array_) {
res.push_back(item.get<json>());
}
return res;
}
if (object_) {
json res = json::object();
for (cons... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK5minja5Value3getIN8nlohmann16json_abi_v3_11_310basic_jsonINS3_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS3_14adl_serializerES6_IhSaIhEEvEEEET_v:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C8h
mov r14, rsi
mov r13, rdi
mov ... | long long minja::Value::get<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>(
long long a1,
minja::Value *a2)
{
long long *v... | get<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH ... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>
minja::Value::get<nlohmann::... | |
34,944 | Proc_purge_account::operator()(PFS_account*) | eloqsql/storage/perfschema/pfs_account.cc | virtual void operator()(PFS_account *pfs)
{
PFS_user *user= sanitize_user(pfs->m_user);
PFS_host *host= sanitize_host(pfs->m_host);
pfs->aggregate(true, user, host);
if (pfs->get_refcount() == 0)
purge_account(m_thread, pfs);
} | O3 | cpp | Proc_purge_account::operator()(PFS_account*):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq 0xa90(%rsi), %rdi
callq 0x3ad51
movq %rax, %r15
movq 0xa98(%rbx), %rdi
callq 0x443bf
movq %rbx, %rdi
movl $0x1, %esi
movq %r15, %rdx
movq %rax, %rcx
callq 0x3eeb2
mov... | _ZN18Proc_purge_accountclEP11PFS_account:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rdi, [rsi+0A90h]; PFS_user *
call _Z13sanitize_userP8PFS_user; sanitize_user(PFS_user *)
mov r15, rax
mov rdi, [rbx+0A98h]; PFS_host *
call _Z13s... | void Proc_purge_account::operator()(long long a1, long long a2)
{
PFS_user *v2; // r15
PFS_host *v3; // rax
v2 = sanitize_user(*(PFS_user **)(a2 + 2704));
v3 = (PFS_host *)sanitize_host(*(PFS_host **)(a2 + 2712));
PFS_account::aggregate((PFS_account *)a2, 1, v2, v3);
if ( !*(_DWORD *)(a2 + 2728) )
pur... | operator():
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RDI,qword ptr [RSI + 0xa90]
CALL 0x0013ad51
MOV R15,RAX
MOV RDI,qword ptr [RBX + 0xa98]
CALL 0x001443bf
MOV RDI,RBX
MOV ESI,0x1
MOV RDX,R15
MOV RCX,RAX
CALL 0x0013eeb2
MOV EAX,dword ptr [RBX + 0xaa8]
TEST EAX,EAX
JZ 0x0013f... |
/* Proc_purge_account::TEMPNAMEPLACEHOLDERVALUE(PFS_account*) */
void __thiscall Proc_purge_account::operator()(Proc_purge_account *this,PFS_account *param_1)
{
PFS_user *pPVar1;
PFS_host *pPVar2;
pPVar1 = (PFS_user *)sanitize_user(*(PFS_user **)(param_1 + 0xa90));
pPVar2 = (PFS_host *)sanitize_host(*(PFS... | |
34,945 | transid_get_packed | eloqsql/storage/maria/ma_key.c | ulonglong transid_get_packed(MARIA_SHARE *share, const uchar *from)
{
ulonglong value;
uint length;
if (from[0] < MARIA_MIN_TRANSID_PACK_OFFSET)
value= (ulonglong) from[0];
else
{
value= 0;
for (length= (uint) (from[0] - MARIA_TRANSID_PACK_OFFSET),
value= (ulonglong) from[1], from+=2;
... | O0 | c | transid_get_packed:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movzbl (%rax), %eax
cmpl $0xf3, %eax
jge 0x33b17
movq -0x10(%rbp), %rax
movzbl (%rax), %eax
movq %rax, -0x18(%rbp)
jmp 0x33b7a
movq $0x0, -0x18(%rbp)
movq -0x10(%rbp), %rax
movzbl (%rax), %eax
subl $0xf9, ... | transid_get_packed:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
movzx eax, byte ptr [rax]
cmp eax, 0F3h
jge short loc_33B17
mov rax, [rbp+var_10]
movzx eax, byte ptr [rax]
mov [rbp+var_18], rax
jmp short loc_33B7A
loc_33B17:
mov [... | unsigned long long transid_get_packed(long long a1, unsigned __int8 *a2)
{
int v3; // [rsp+0h] [rbp-1Ch]
unsigned long long v4; // [rsp+4h] [rbp-18h]
unsigned __int8 *i; // [rsp+Ch] [rbp-10h]
if ( *a2 >= 0xF3u )
{
v3 = *a2 - 249;
v4 = a2[1];
for ( i = a2 + 2; --v3; ++i )
v4 = *i + (v4 << 8... | transid_get_packed:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOVZX EAX,byte ptr [RAX]
CMP EAX,0xf3
JGE 0x00133b17
MOV RAX,qword ptr [RBP + -0x10]
MOVZX EAX,byte ptr [RAX]
MOV qword ptr [RBP + -0x18],RAX
JMP 0x00133b7a
LAB_00133b17:
MOV qword ptr... |
long transid_get_packed(long param_1,byte *param_2)
{
int local_24;
ulong local_20;
byte *local_18;
if (*param_2 < 0xf3) {
local_20 = (ulong)*param_2;
}
else {
local_24 = *param_2 - 0xf9;
local_20 = (ulong)param_2[1];
local_18 = param_2 + 2;
while (local_24 = local_24 + -1, local_24... | |
34,946 | dequantize_row_q6_K | monkey531[P]llama/ggml/src/ggml-quants.c | void dequantize_row_q6_K(const block_q6_K * restrict x, float * restrict y, int64_t k) {
assert(k % QK_K == 0);
const int64_t nb = k / QK_K;
for (int i = 0; i < nb; i++) {
const float d = GGML_FP16_TO_FP32(x[i].d);
const uint8_t * restrict ql = x[i].ql;
const uint8_t * restrict qh ... | O3 | c | dequantize_row_q6_K:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
leaq 0xff(%rdx), %rax
testq %rdx, %rdx
cmovnsq %rdx, %rax
movq %rax, -0x8(%rsp)
cmpq $0x100, %rdx # imm = 0x100
jl 0x307b3
sarq $0x8, -0x8(%rsp)
xorl %ecx, %ecx
imulq $0xd2, %rcx, %rdx
leaq (%rdi,%rdx), %r8
leaq (%rdi,%rdx... | dequantize_row_q6_K:
push rbp
push r15
push r14
push r13
push r12
push rbx
lea rax, [rdx+0FFh]
test rdx, rdx
cmovns rax, rdx
mov [rsp+30h+var_38], rax
cmp rdx, 100h
jl loc_307B3
sar [rsp+30h+var_38], 8
xor ecx, ecx
loc_30638:
imul rdx, rcx, 0D2h
lea r8, [rdi+rdx]
le... | long long dequantize_row_q6_K(long long a1, long long a2, long long a3)
{
long long result; // rax
long long v4; // rcx
long long v5; // r8
long long v6; // r9
float v7; // xmm0_4
long long v8; // r10
char v9; // r11
long long i; // rbx
long long v11; // r14
unsigned __int8 v12; // r15
char v13; ... | dequantize_row_q6_K:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
LEA RAX,[RDX + 0xff]
TEST RDX,RDX
CMOVNS RAX,RDX
MOV qword ptr [RSP + -0x8],RAX
CMP RDX,0x100
JL 0x001307b3
SAR qword ptr [RSP + -0x8],0x8
XOR ECX,ECX
LAB_00130638:
IMUL RDX,RCX,0xd2
LEA R8,[RDI + RDX*0x1]
LEA R9,[RDI + RDX*0x1]
ADD R9,0x80
MOVZ... |
void dequantize_row_q6_K(long param_1,long param_2,long param_3)
{
float fVar1;
byte bVar2;
byte bVar3;
byte bVar4;
bool bVar5;
long lVar6;
long lVar7;
long lVar8;
ulong uVar9;
long lVar10;
long lVar11;
bool bVar12;
ulong uVar13;
lVar6 = param_3 + 0xff;
if (-1 < param_3) {
lVar6 =... | |
34,947 | ftxui::(anonymous namespace)::compose(std::function<std::shared_ptr<ftxui::Node> (std::shared_ptr<ftxui::Node>)>, std::function<std::shared_ptr<ftxui::Node> (std::shared_ptr<ftxui::Node>)>)::$_0::~$_0() | Andrewchistyakov[P]flashcards_lyc/build_O3/_deps/ftxui-src/src/ftxui/dom/util.cpp | Decorator compose(Decorator a, Decorator b) {
return [a = std::move(a), b = std::move(b)](Element element) {
return b(a(std::move(element)));
};
} | O3 | cpp | ftxui::(anonymous namespace)::compose(std::function<std::shared_ptr<ftxui::Node> (std::shared_ptr<ftxui::Node>)>, std::function<std::shared_ptr<ftxui::Node> (std::shared_ptr<ftxui::Node>)>)::$_0::~$_0():
pushq %rbx
movq %rdi, %rbx
movq 0x30(%rdi), %rax
testq %rax, %rax
je 0x25ddd
leaq 0x20(%rbx), %rdi
movq %rdi, %rsi
m... | _ZZN5ftxui12_GLOBAL__N_17composeESt8functionIFSt10shared_ptrINS_4NodeEES4_EES6_EN3$_0D2Ev:
push rbx
mov rbx, rdi
mov rax, [rdi+30h]
test rax, rax
jz short loc_25DDD
lea rdi, [rbx+20h]
mov rsi, rdi
mov edx, 3
call rax
loc_25DDD:
mov rax, [rbx+10h]
test rax, rax
jz short loc_... | long long ( * ftxui::`anonymous namespace'::compose(std::function<std::shared_ptr<ftxui::Node> ()(std::shared_ptr<ftxui::Node>)>,std::function<std::shared_ptr<ftxui::Node> ()(std::shared_ptr<ftxui::Node>)>)::$_0::~$_0(
long long a1))(long long, long long, long long)
{
void ( *v1)(long long, long long, long lo... | ~$_0:
PUSH RBX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x30]
TEST RAX,RAX
JZ 0x00125ddd
LEA RDI,[RBX + 0x20]
LAB_00125dd3:
MOV RSI,RDI
MOV EDX,0x3
CALL RAX
LAB_00125ddd:
MOV RAX,qword ptr [RBX + 0x10]
TEST RAX,RAX
JZ 0x00125df3
LAB_00125de6:
MOV RDI,RBX
MOV RSI,RBX
MOV EDX,0x3
CALL RAX
LAB_00125df3:
POP RBX
RET
|
/* ~$_0() */
void __thiscall
ftxui::(anonymous_namespace)::
compose(std::function<std::shared_ptr<ftxui::Node>(std::shared_ptr<ftxui::Node>)>,std::function<std::shared_ptr<ftxui::Node>(std::shared_ptr<ftxui::Node>)>)
::$_0::~__0(__0 *this)
{
if (*(code **)(this + 0x30) != (code *)0x0) {
/* try ... | |
34,948 | ma_store_length | eloqsql/storage/maria/ma_blockrec.c | uchar *ma_store_length(uchar *to, ulong nr)
{
if (nr < 251)
{
*to=(uchar) nr;
return to+1;
}
if (nr < 65536)
{
if (nr <= 255)
{
to[0]= (uchar) 251;
to[1]= (uchar) nr;
return to+2;
}
to[0]= (uchar) 252;
int2store(to+1, nr);
return to+3;
}
if (nr < 16777216)... | O0 | c | ma_store_length:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
cmpq $0xfb, -0x18(%rbp)
jae 0x59d33
movq -0x18(%rbp), %rax
movb %al, %cl
movq -0x10(%rbp), %rax
movb %cl, (%rax)
movq -0x10(%rbp), %rax
addq $0x1, %rax
movq %rax, -0x8(%rbp)
jmp 0x59e27
cmpq $0x10000, -0x18(%rbp) # imm = 0x10000... | ma_store_length:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
cmp [rbp+var_18], 0FBh
jnb short loc_59D33
mov rax, [rbp+var_18]
mov cl, al
mov rax, [rbp+var_10]
mov [rax], cl
mov rax, [rbp+var_10]
add rax, 1
mov [rbp+var_8], rax
jmp loc_59E27
lo... | long long ma_store_length(long long a1, unsigned long long a2)
{
if ( a2 >= 0xFB )
{
if ( a2 >= 0x10000 )
{
if ( a2 >= 0x1000000 )
{
*(_BYTE *)a1 = -2;
*(_DWORD *)(a1 + 1) = a2;
return a1 + 5;
}
else
{
*(_BYTE *)a1 = -3;
*(_WORD *)(a1 + ... | ma_store_length:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
CMP qword ptr [RBP + -0x18],0xfb
JNC 0x00159d33
MOV RAX,qword ptr [RBP + -0x18]
MOV CL,AL
MOV RAX,qword ptr [RBP + -0x10]
MOV byte ptr [RAX],CL
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,0x1
MOV qword ptr [RBP + -0x8],RAX... |
int1 * ma_store_length(int1 *param_1,ulong param_2)
{
int1 uVar1;
int1 *local_10;
uVar1 = (int1)param_2;
if (param_2 < 0xfb) {
*param_1 = uVar1;
local_10 = param_1 + 1;
}
else if (param_2 < 0x10000) {
if (param_2 < 0x100) {
*param_1 = 0xfb;
param_1[1] = uVar1;
local_10 = p... | |
34,949 | my_strnncoll_binary | eloqsql/strings/ctype-bin.c | static int my_strnncoll_binary(CHARSET_INFO * cs __attribute__((unused)),
const uchar *s, size_t slen,
const uchar *t, size_t tlen,
my_bool t_is_prefix)
{
size_t len=MY_MIN(slen,tlen);
int cmp= memcmp(s,t,len);
return cmp... | O0 | c | my_strnncoll_binary:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movb %r9b, %al
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movb %al, -0x29(%rbp)
movq -0x18(%rbp), %rax
cmpq -0x28(%rbp), %rax
jae 0x95726
movq -0x18(%rbp), %rax
movq %rax, -0x48(%rbp)
j... | my_strnncoll_binary:
push rbp
mov rbp, rsp
sub rsp, 60h
mov al, r9b
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_29], al
mov rax, [rbp+var_18]
cmp rax, [rbp+var_28]
jnb short loc_95726
mov ... | long long my_strnncoll_binary(
long long a1,
long long a2,
unsigned long long a3,
long long a4,
unsigned long long a5,
char a6)
{
int v7; // [rsp+8h] [rbp-58h]
unsigned long long v9; // [rsp+18h] [rbp-48h]
unsigned int v10; // [rsp+24h] [rbp-3Ch]
int v12; // [rsp... | my_strnncoll_binary:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV AL,R9B
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 byte ptr [RBP + -0x29],AL
MOV RAX,qword ptr [RBP + -0x18]
CMP RAX,qword ptr [RBP + -0x28]
JN... |
int my_strnncoll_binary(int8 param_1,void *param_2,ulong param_3,void *param_4,ulong param_5,
char param_6)
{
ulong local_60;
int local_54;
size_t local_50;
local_50 = param_5;
if (param_3 < param_5) {
local_50 = param_3;
}
local_54 = memcmp(param_2,param_4,local_50);
if ... | |
34,950 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | llama.cpp/common/json.hpp | int get_codepoint()
{
// this function only makes sense after reading `\u`
JSON_ASSERT(current == 'u');
int codepoint = 0;
const auto factors = { 12u, 8u, 4u, 0u };
for (const auto factor : factors)
{
get();
if (current >= '0' && current <= '... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE13get_codepointEv:
push rbx
sub rsp, 10h
cmp dword ptr [r... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | get_codepoint:
PUSH RBX
SUB RSP,0x10
CMP dword ptr [RDI + 0x14],0x75
JNZ 0x0018497c
LEA RSI,[RDI + 0x14]
LEA RBX,[RSP + 0xc]
MOV RDX,RBX
CALL 0x00121ab8
MOV EAX,dword ptr [RBX]
ADD RSP,0x10
POP RBX
RET
LAB_0018497c:
LEA RDI,[0x218508]
LEA RDX,[0x218543]
LEA RCX,[0x219228]
MOV ESI,0x1d79
XOR EAX,EAX
CALL 0x00120e00
|
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char... | |
34,951 | my_dirend | eloqsql/mysys/my_lib.c | void my_dirend(MY_DIR *dir)
{
MY_DIR_HANDLE *dirh= (MY_DIR_HANDLE*) dir;
DBUG_ENTER("my_dirend");
if (dirh)
{
delete_dynamic(&dirh->array);
free_root(&dirh->root, MYF(0));
my_free(dirh);
}
DBUG_VOID_RETURN;
} | O3 | c | my_dirend:
testq %rdi, %rdi
je 0xa5df8
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
addq $0x10, %rdi
callq 0x94b7c
leaq 0x38(%rbx), %rdi
xorl %esi, %esi
callq 0xa09d7
movq %rbx, %rdi
addq $0x8, %rsp
popq %rbx
popq %rbp
jmp 0xa6612
retq
| my_dirend:
test rdi, rdi
jz short locret_A5DF8
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
add rdi, 10h
call delete_dynamic
lea rdi, [rbx+38h]
xor esi, esi
call free_root
mov rdi, rbx
add rsp, 8
pop rbx
pop rbp
jmp my_free
locret_A5DF8:
retn
| long long my_dirend(long long a1)
{
long long result; // rax
if ( a1 )
{
delete_dynamic((long long *)(a1 + 16));
free_root((_QWORD *)(a1 + 56), 0);
return my_free(a1);
}
return result;
}
| my_dirend:
TEST RDI,RDI
JZ 0x001a5df8
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
ADD RDI,0x10
CALL 0x00194b7c
LEA RDI,[RBX + 0x38]
XOR ESI,ESI
CALL 0x001a09d7
MOV RDI,RBX
ADD RSP,0x8
POP RBX
POP RBP
JMP 0x001a6612
LAB_001a5df8:
RET
|
void my_dirend(long param_1)
{
if (param_1 != 0) {
delete_dynamic(param_1 + 0x10);
free_root(param_1 + 0x38,0);
my_free(param_1);
return;
}
return;
}
| |
34,952 | rlSetBlendMode | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rlgl.h | void rlSetBlendMode(int mode)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
if ((RLGL.State.currentBlendMode != mode) || ((mode == RL_BLEND_CUSTOM || mode == RL_BLEND_CUSTOM_SEPARATE) && RLGL.State.glCustomBlendModeModified))
{
rlDrawRenderBatch(RLGL.currentBatch);
s... | O0 | c | rlSetBlendMode:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movl %edi, -0x4(%rbp)
movl 0x167a6b(%rip), %eax # 0x21ac2c
cmpl -0x4(%rbp), %eax
jne 0xb31e3
cmpl $0x6, -0x4(%rbp)
je 0xb31d6
cmpl $0x7, -0x4(%rbp)
jne 0xb3338
testb $0x1, 0x167a77(%rip) # 0x21ac54
je 0xb3338
movq 0x166fee(%rip), %rdi # 0x21a1d8
callq... | rlSetBlendMode:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_4], edi
mov eax, cs:dword_21AC2C
cmp eax, [rbp+var_4]
jnz short loc_B31E3
cmp [rbp+var_4], 6
jz short loc_B31D6
cmp [rbp+var_4], 7
jnz loc_B3338
loc_B31D6:
test cs:byte_21AC54, 1
jz loc_B3338
loc_B31E3:
m... | long long rlSetBlendMode(
unsigned int a1,
double a2,
double a3,
double a4,
double a5,
double a6,
double a7,
double a8,
double a9)
{
long long result; // rax
result = (unsigned int)dword_21AC2C;
if ( dword_21AC2C != a1 || (a1 == 6 || a1 == ... | rlSetBlendMode:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV dword ptr [RBP + -0x4],EDI
MOV EAX,dword ptr [0x0031ac2c]
CMP EAX,dword ptr [RBP + -0x4]
JNZ 0x001b31e3
CMP dword ptr [RBP + -0x4],0x6
JZ 0x001b31d6
CMP dword ptr [RBP + -0x4],0x7
JNZ 0x001b3338
LAB_001b31d6:
TEST byte ptr [0x0031ac54],0x1
JZ 0x001b3338
LAB_001b31e3... |
void rlSetBlendMode(int param_1)
{
if ((DAT_0031ac2c != param_1) || (((param_1 == 6 || (param_1 == 7)) && ((DAT_0031ac54 & 1) != 0)))
) {
rlDrawRenderBatch(RLGL);
switch(param_1) {
case 0:
(*glad_glBlendFunc)(0x302,0x303);
(*glad_glBlendEquation)(0x8006);
break;
case 1:
... | |
34,953 | rlSetBlendMode | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rlgl.h | void rlSetBlendMode(int mode)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
if ((RLGL.State.currentBlendMode != mode) || ((mode == RL_BLEND_CUSTOM || mode == RL_BLEND_CUSTOM_SEPARATE) && RLGL.State.glCustomBlendModeModified))
{
rlDrawRenderBatch(RLGL.currentBatch);
s... | O2 | c | rlSetBlendMode:
pushq %rbx
movl %edi, %ebx
cmpl %edi, 0xd48e7(%rip) # 0x127b8c
jne 0x532c2
movl %ebx, %eax
andl $-0x2, %eax
cmpl $0x6, %eax
jne 0x53372
cmpb $0x1, 0xd48f8(%rip) # 0x127bb4
jne 0x53372
movq 0xd3e6f(%rip), %rdi # 0x127138
callq 0x51407
cmpl $0x7, %ebx
ja 0x53365
movl %ebx, %eax
leaq 0x7040c(%r... | rlSetBlendMode:
push rbx
mov ebx, edi
cmp cs:dword_127B8C, edi
jnz short loc_532C2
mov eax, ebx
and eax, 0FFFFFFFEh
cmp eax, 6
jnz loc_53372
cmp cs:byte_127BB4, 1
jnz loc_53372
loc_532C2:
mov rdi, cs:RLGL
call rlDrawRenderBatch
cmp ebx, 7; switch 8 cases
ja def_532... | long long rlSetBlendMode(
unsigned int a1,
long long a2,
double a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
long long result; // rax
long long v12; // rdi
long long v13; // rdi
long long v14;... | rlSetBlendMode:
PUSH RBX
MOV EBX,EDI
CMP dword ptr [0x00227b8c],EDI
JNZ 0x001532c2
MOV EAX,EBX
AND EAX,0xfffffffe
CMP EAX,0x6
JNZ 0x00153372
CMP byte ptr [0x00227bb4],0x1
JNZ 0x00153372
LAB_001532c2:
MOV RDI,qword ptr [0x00227138]
CALL 0x00151407
CMP EBX,0x7
JA 0x00153365
MOV EAX,EBX
LEA RCX,[0x1c36ec]
MOVSXD RAX,dword... |
void rlSetBlendMode(uint param_1)
{
int8 uVar1;
int4 uVar2;
int8 uVar3;
if (DAT_00227b8c == param_1) {
if ((param_1 & 0xfffffffe) != 6) {
return;
}
if (DAT_00227bb4 != '\x01') {
return;
}
}
rlDrawRenderBatch(RLGL);
switch(param_1) {
case 0:
uVar3 = 0x302;
break;
... | |
34,954 | testing::internal::ThreadLocal<std::vector<testing::internal::TraceInfo, std::allocator<testing::internal::TraceInfo>>>::GetOrCreateValue() const | AlayaLite/build_O0/_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h | T* GetOrCreateValue() const {
ThreadLocalValueHolderBase* const holder =
static_cast<ThreadLocalValueHolderBase*>(pthread_getspecific(key_));
if (holder != nullptr) {
return CheckedDowncastToActualType<ValueHolder>(holder)->pointer();
}
ValueHolder* const new_holder = default_factory_->Ma... | O0 | c | testing::internal::ThreadLocal<std::vector<testing::internal::TraceInfo, std::allocator<testing::internal::TraceInfo>>>::GetOrCreateValue() const:
subq $0x68, %rsp
movq %rdi, 0x58(%rsp)
movq 0x58(%rsp), %rax
movq %rax, 0x20(%rsp)
movl (%rax), %edi
callq 0xb810
movq %rax, 0x50(%rsp)
cmpq $0x0, 0x50(%rsp)
je 0x5a7a3
movq... | _ZNK7testing8internal11ThreadLocalISt6vectorINS0_9TraceInfoESaIS3_EEE16GetOrCreateValueEv:
sub rsp, 68h
mov qword ptr [rsp+68h+var_10], rdi
mov rax, qword ptr [rsp+68h+var_10]
mov qword ptr [rsp+68h+var_48], rax; int
mov edi, [rax]
call _pthread_getspecific
mov qword ptr [rsp+68h+var_18], rax... | long long testing::internal::ThreadLocal<std::vector<testing::internal::TraceInfo>>::GetOrCreateValue(
unsigned int *a1)
{
long long v1; // rax
long long v2; // rax
void *Stream; // rax
int v5; // [rsp+0h] [rbp-68h]
int v6; // [rsp+8h] [rbp-60h]
long long v7; // [rsp+8h] [rbp-60h]
int v8; // [rsp... | GetOrCreateValue:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RDI
MOV RAX,qword ptr [RSP + 0x58]
MOV qword ptr [RSP + 0x20],RAX
MOV EDI,dword ptr [RAX]
CALL 0x0010b810
MOV qword ptr [RSP + 0x50],RAX
CMP qword ptr [RSP + 0x50],0x0
JZ 0x0015a7a3
MOV RDI,qword ptr [RSP + 0x50]
CALL 0x0015a8a0
MOV RDI,RAX
CALL 0x0015a990
MOV q... |
/* testing::internal::ThreadLocal<std::vector<testing::internal::TraceInfo,
std::allocator<testing::internal::TraceInfo> > >::GetOrCreateValue() const */
int8 __thiscall
testing::internal::
ThreadLocal<std::vector<testing::internal::TraceInfo,std::allocator<testing::internal::TraceInfo>>>
::GetOrCreateValue(Thread... | |
34,955 | ma_bitmap_delete_all | eloqsql/storage/maria/ma_bitmap.c | void _ma_bitmap_delete_all(MARIA_SHARE *share)
{
MARIA_FILE_BITMAP *bitmap= &share->bitmap;
DBUG_ENTER("_ma_bitmap_delete_all");
if (bitmap->map) /* Not in create */
{
bzero(bitmap->map, bitmap->block_size);
bitmap->changed= 1;
bitmap->page= 0;
bitmap->used_size= bit... | O3 | c | ma_bitmap_delete_all:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq 0xa18(%rdi), %rdi
testq %rdi, %rdi
je 0x3c325
movl 0xb44(%rbx), %edx
xorl %r14d, %r14d
xorl %esi, %esi
callq 0x292b0
movb $0x1, 0xa30(%rbx)
movq %r14, 0xa20(%rbx)
movl $0x0, 0xa3c(%rbx)
movq %r14, 0xa34(%rbx)
movl 0xb3c(%rbx), %... | _ma_bitmap_delete_all:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
mov rdi, [rdi+0A18h]
test rdi, rdi
jz short loc_3C325
mov edx, [rbx+0B44h]
xor r14d, r14d
xor esi, esi
call _memset
mov byte ptr [rbx+0A30h], 1
mov [rbx+0A20h], r14
mov dword ptr [rbx+0A3C... | long long ma_bitmap_delete_all(long long a1)
{
long long v2; // rdi
long long result; // rax
v2 = *(_QWORD *)(a1 + 2584);
if ( v2 )
{
memset(v2, 0LL, *(unsigned int *)(a1 + 2884));
*(_BYTE *)(a1 + 2608) = 1;
*(_QWORD *)(a1 + 2592) = 0LL;
*(_DWORD *)(a1 + 2620) = 0;
*(_QWORD *)(a1 + 2612)... | _ma_bitmap_delete_all:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0xa18]
TEST RDI,RDI
JZ 0x0013c325
MOV EDX,dword ptr [RBX + 0xb44]
XOR R14D,R14D
XOR ESI,ESI
CALL 0x001292b0
MOV byte ptr [RBX + 0xa30],0x1
MOV qword ptr [RBX + 0xa20],R14
MOV dword ptr [RBX + 0xa3c],0x0
MOV qword ptr [RBX... |
void _ma_bitmap_delete_all(long param_1)
{
if (*(void **)(param_1 + 0xa18) != (void *)0x0) {
memset(*(void **)(param_1 + 0xa18),0,(ulong)*(uint *)(param_1 + 0xb44));
*(int1 *)(param_1 + 0xa30) = 1;
*(int8 *)(param_1 + 0xa20) = 0;
*(int4 *)(param_1 + 0xa3c) = 0;
*(int8 *)(param_1 + 0xa34) = 0;
... | |
34,956 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::boundaries nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(double) | monkey531[P]llama/common/json.hpp | boundaries compute_boundaries(FloatType value)
{
JSON_ASSERT(std::isfinite(value));
JSON_ASSERT(value > 0);
// Convert the IEEE representation into a diyfp.
//
// If v is denormal:
// value = 0.F * 2^(1 - bias) = ( F) * 2^(1 - bias - (p-1))
// If v is normalized:
// v... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::boundaries nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(double):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %xmm0, %rax
movq %rax, %rcx
btrq $0x3f, %rcx
movabsq $0x7ff0000000000000, %rdx # imm = 0x7F... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl18compute_boundariesIdEENS2_10boundariesET_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
movq rax, xmm0
mov rcx, rax
btr rcx, 3Fh ; '?'
mov rdx, 7FF0000000000000h
cmp rcx, rdx
jge loc_7AB9E
xorpd xmm1, x... | long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(
long long a1,
double a2,
long long a3,
long long a4,
long long a5,
long long a6,
long long a7,
long long a8,
long long a9,
long long a10,
long lon... | compute_boundaries<double>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOVQ RAX,XMM0
MOV RCX,RAX
BTR RCX,0x3f
MOV RDX,0x7ff0000000000000
CMP RCX,RDX
JGE 0x0017ab9e
XORPD XMM1,XMM1
UCOMISD XMM0,XMM1
JBE 0x0017abba
MOV RBX,RDI
MOV R14,0x10000000000000
LEA RDX,[R14 + -0x1]
AND RDX,RAX
MOV RCX,RAX
S... |
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::boundaries
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>(double) */
dtoa_impl * __thiscall
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::compute_boundaries<double>
(dtoa_impl *this,double param_1)
{
uint uVar1;
char *pcVa... | |
34,957 | stbi_load_from_file | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp, int req_comp)
{
unsigned char *result;
stbi__context s;
stbi__start_file(&s,f);
result = stbi__load_and_postprocess_8bit(&s,x,y,comp,req_comp);
if (result) {
// need to 'unget' all the characters in the IO buffer
fseek(f... | O0 | c | stbi_load_from_file:
pushq %rbp
movq %rsp, %rbp
subq $0x110, %rsp # imm = 0x110
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movl %r8d, -0x24(%rbp)
movq -0x8(%rbp), %rsi
leaq -0x110(%rbp), %rdi
callq 0x66100
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rdx
movq -0x2... | stbi_load_from_file:
push rbp
mov rbp, rsp
sub rsp, 110h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_24], r8d
mov rsi, [rbp+var_8]
lea rdi, [rbp+var_110]
call stbi__start_file
mov rsi, [rbp+var_10]
mov rdx, [rbp+va... | long long stbi_load_from_file(long long a1, long long a2, long long a3, long long a4, unsigned int a5)
{
_BYTE v6[192]; // [rsp+0h] [rbp-110h] BYREF
long long v7; // [rsp+C0h] [rbp-50h]
long long v8; // [rsp+C8h] [rbp-48h]
long long v9; // [rsp+E0h] [rbp-30h]
unsigned int v10; // [rsp+ECh] [rbp-24h]
long l... | stbi_load_from_file:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x110
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 dword ptr [RBP + -0x24],R8D
MOV RSI,qword ptr [RBP + -0x8]
LEA RDI,[RBP + -0x110]
CALL 0x00166100
MOV RSI,qword ptr [RBP + -0x10]
MOV... |
long stbi_load_from_file(FILE *param_1,int8 param_2,int8 param_3,int8 param_4,
int4 param_5)
{
int1 local_118 [192];
int local_58;
int local_50;
long local_38;
int4 local_2c;
int8 local_28;
int8 local_20;
int8 local_18;
FILE *local_10;
local_2c = param_5;
local_28 = pa... | |
34,958 | 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
... | O2 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixEm:
push rbp; char
push r14; int
push rbx; int
sub rsp, 30h
mov r14, rsi
mov rbx, rdi
mov al, [rdi]
test al, al
jnz short lo... | 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 R14,RSI
MOV RBX,RDI
MOV AL,byte ptr [RDI]
TEST AL,AL
JNZ 0x0017e1f9
MOV byte ptr [RBX],0x2
CALL 0x0013e4fe
MOV qword ptr [RBX + 0x8],RAX
PUSH 0x1
POP RSI
MOV RDI,RBX
CALL 0x0013e3c4
MOV AL,byte ptr [RBX]
LAB_0017e1f9:
CMP AL,0x2
JNZ 0x0017e242
MOV RDI,qword ptr [R... |
/* 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) */
... | |
34,959 | 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 0x001aafa2
MOV byte ptr [R14],0x2
MOV EDI,0x18
CALL 0x0011b8a0
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 0x001590... |
/* 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) */
... | |
34,960 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | bool empty() const noexcept
{
switch (m_data.m_type)
{
case value_t::null:
{
// null values are empty
return true;
}
case value_t::array:
{
// delegate call to array_t::empty()
... | 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... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE5emptyEv:
movzx eax, byte ptr [rdi]
test eax, eax
jz short loc_A0222
cmp eax, 1
jz short loc_A0213
cmp eax, 2
jnz short loc_A0225
... | bool nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::empty(
unsigned __int8 *a1)
{
int v1; // eax
v1 = *a1;
if ( !*a1 )
re... | empty:
MOVZX EAX,byte ptr [RDI]
TEST EAX,EAX
JZ 0x001a0222
CMP EAX,0x1
JZ 0x001a0213
CMP EAX,0x2
JNZ 0x001a0225
LAB_001a0213:
MOV RAX,qword ptr [RDI + 0x8]
MOV RCX,qword ptr [RAX]
CMP RCX,qword ptr [RAX + 0x8]
SETZ AL
RET
LAB_001a0222:
MOV AL,0x1
RET
LAB_001a0225:
XOR EAX,EAX
RET
|
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::empty() const */
int8 __thisc... | |
34,961 | my_like_range_czech | eloqsql/strings/ctype-czech.c | static my_bool my_like_range_czech(CHARSET_INFO *cs __attribute__((unused)),
const char *ptr,size_t ptr_length,
pbool escape, pbool w_one, pbool w_many,
size_t res_length, char *min_str,
char *max_str,
size_t *min_length,size_t *max_length)
{
#ifdef EXAMPLE
uchar value;
const char... | O0 | c | my_like_range_czech:
pushq %rbp
movq %rsp, %rbp
movl %r8d, -0x50(%rbp)
movl %ecx, %eax
movl -0x50(%rbp), %ecx
movl %eax, -0x4c(%rbp)
movq %rdx, %rax
movl -0x4c(%rbp), %edx
movq %rax, -0x48(%rbp)
movq %rsi, %rax
movq -0x48(%rbp), %rsi
movq %rax, -0x40(%rbp)
movq %rdi, %r8
movq -0x40(%rbp), %rdi
movb %r9b, %al
movq 0x30(... | my_like_range_czech:
push rbp
mov rbp, rsp
mov [rbp+var_50], r8d
mov eax, ecx
mov ecx, [rbp+var_50]
mov [rbp+var_4C], eax
mov rax, rdx
mov edx, [rbp+var_4C]
mov [rbp+var_48], rax
mov rax, rsi
mov rsi, [rbp+var_48]
mov [rbp+var_40], rax
mov r8, rdi
mov rdi, [rbp+var... | long long my_like_range_czech(
long long a1,
unsigned __int8 *a2,
long long a3,
char a4,
char a5,
char a6,
long long a7,
unsigned __int8 *a8,
unsigned __int8 *a9,
_QWORD *a10,
_QWORD *a11)
{
unsigned __int8 v11; // cl
unsigned ... | my_like_range_czech:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x50],R8D
MOV EAX,ECX
MOV ECX,dword ptr [RBP + -0x50]
MOV dword ptr [RBP + -0x4c],EAX
MOV RAX,RDX
MOV EDX,dword ptr [RBP + -0x4c]
MOV qword ptr [RBP + -0x48],RAX
MOV RAX,RSI
MOV RSI,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x40],RAX
MOV R8,RDI
MOV RDI... |
int8
my_like_range_czech(long param_1,byte *param_2,long param_3,byte param_4,byte param_5,byte param_6,
long param_7,byte *param_8,byte *param_9,long *param_10,long *param_11)
{
byte bVar1;
byte *pbVar2;
byte *pbVar3;
byte *local_18;
pbVar2 = param_8;
pbVar3 = param_8 + param_7;
f... | |
34,962 | my_scan_utf32 | eloqsql/strings/ctype-ucs2.c | static size_t
my_scan_utf32(CHARSET_INFO *cs,
const char *str, const char *end, int sequence_type)
{
const char *str0= str;
switch (sequence_type)
{
case MY_SEQ_SPACES:
for ( ; str < end; )
{
my_wc_t wc;
int res= my_utf32_uni(cs, &wc, (uchar*) str, (uchar*) end);
if (r... | O0 | c | my_scan_utf32:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x30(%rbp)
movl -0x24(%rbp), %eax
movl %eax, -0x40(%rbp)
subl $0x2, %eax
je 0x6dd36
jmp 0x6dd2c
movl -0x40(%rbp), %eax
subl $0x3, %eax... | my_scan_utf32:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov rax, [rbp+var_18]
mov [rbp+var_30], rax
mov eax, [rbp+var_24]
mov [rbp+var_40], eax
sub eax, 2
jz short loc_6DD36
jmp shor... | unsigned long long my_scan_utf32(
long long a1,
unsigned long long a2,
unsigned long long a3,
int a4,
long long a5,
long long a6)
{
int v7; // [rsp+4h] [rbp-3Ch]
long long v8; // [rsp+8h] [rbp-38h] BYREF
unsigned long long v9; // [rsp+10h] [rbp-30h]
int v10; // [... | my_scan_utf32:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],ECX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x30],RAX
MOV EAX,dword ptr [RBP + -0x24]
MOV dword ptr [RBP + -0x40],EAX
SUB EAX,0x2
JZ ... |
long my_scan_utf32(int8 param_1,ulong param_2,ulong param_3,int param_4)
{
int iVar1;
long local_40;
ulong local_38;
int4 local_2c;
ulong local_28;
ulong local_20;
int8 local_18;
long local_10;
if (param_4 == 2) {
local_2c = 2;
local_38 = param_2;
local_28 = param_3;
local_20 = pa... | |
34,963 | exchange_int128s | bluesky950520[P]quickjs/cutils.c | static void exchange_int128s(void *a, void *b, size_t size) {
uint64_t *ap = (uint64_t *)a;
uint64_t *bp = (uint64_t *)b;
for (size /= sizeof(uint64_t) * 2; size-- != 0; ap += 2, bp += 2) {
uint64_t t = ap[0];
uint64_t u = ap[1];
ap[0] = bp[0];
ap[1] = bp[1];
bp[0] =... | O2 | c | exchange_int128s:
shrq $0x4, %rdx
xorl %eax, %eax
subq $0x1, %rdx
jb 0x1aa98
movq (%rsi,%rax), %rcx
movups (%rdi,%rax), %xmm0
movq %rcx, (%rdi,%rax)
movq 0x8(%rsi,%rax), %rcx
movq %rcx, 0x8(%rdi,%rax)
movups %xmm0, (%rsi,%rax)
addq $0x10, %rax
jmp 0x1aa72
retq
| exchange_int128s:
shr rdx, 4
xor eax, eax
loc_1AA72:
sub rdx, 1
jb short locret_1AA98
mov rcx, [rsi+rax]
movups xmm0, xmmword ptr [rdi+rax]
mov [rdi+rax], rcx
mov rcx, [rsi+rax+8]
mov [rdi+rax+8], rcx
movups xmmword ptr [rsi+rax], xmm0
add rax, 10h
jmp short loc_1AA72
locret_1... | long long exchange_int128s(long long a1, long long a2, unsigned long long a3)
{
unsigned long long v3; // rdx
long long result; // rax
__int128 v6; // xmm0
v3 = a3 >> 4;
for ( result = 0LL; v3-- != 0; result += 16LL )
{
v6 = *(_OWORD *)(a1 + result);
*(_QWORD *)(a1 + result) = *(_QWORD *)(a2 + res... | exchange_int128s:
SHR RDX,0x4
XOR EAX,EAX
LAB_0011aa72:
SUB RDX,0x1
JC 0x0011aa98
MOV RCX,qword ptr [RSI + RAX*0x1]
MOVUPS XMM0,xmmword ptr [RDI + RAX*0x1]
MOV qword ptr [RDI + RAX*0x1],RCX
MOV RCX,qword ptr [RSI + RAX*0x1 + 0x8]
MOV qword ptr [RDI + RAX*0x1 + 0x8],RCX
MOVUPS xmmword ptr [RSI + RAX*0x1],XMM0
ADD RAX,0x... |
void exchange_int128s(long param_1,long param_2,ulong param_3)
{
int8 uVar1;
int8 uVar2;
long lVar3;
bool bVar4;
param_3 = param_3 >> 4;
lVar3 = 0;
while (bVar4 = param_3 != 0, param_3 = param_3 - 1, bVar4) {
uVar1 = *(int8 *)(param_1 + lVar3);
uVar2 = ((int8 *)(param_1 + lVar3))[1];
*(in... | |
34,964 | my_like_range_czech | eloqsql/strings/ctype-czech.c | static my_bool my_like_range_czech(CHARSET_INFO *cs __attribute__((unused)),
const char *ptr,size_t ptr_length,
pbool escape, pbool w_one, pbool w_many,
size_t res_length, char *min_str,
char *max_str,
size_t *min_length,size_t *max_length)
{
#ifdef EXAMPLE
uchar value;
const char... | O0 | c | my_like_range_czech:
pushq %rbp
movq %rsp, %rbp
movl %r8d, -0x50(%rbp)
movl %ecx, %eax
movl -0x50(%rbp), %ecx
movl %eax, -0x4c(%rbp)
movq %rdx, %rax
movl -0x4c(%rbp), %edx
movq %rax, -0x48(%rbp)
movq %rsi, %rax
movq -0x48(%rbp), %rsi
movq %rax, -0x40(%rbp)
movq %rdi, %r8
movq -0x40(%rbp), %rdi
movb %r9b, %al
movq 0x30(... | my_like_range_czech:
push rbp
mov rbp, rsp
mov [rbp+var_50], r8d
mov eax, ecx
mov ecx, [rbp+var_50]
mov [rbp+var_4C], eax
mov rax, rdx
mov edx, [rbp+var_4C]
mov [rbp+var_48], rax
mov rax, rsi
mov rsi, [rbp+var_48]
mov [rbp+var_40], rax
mov r8, rdi
mov rdi, [rbp+var... | long long my_like_range_czech(
long long a1,
unsigned __int8 *a2,
long long a3,
char a4,
char a5,
char a6,
long long a7,
unsigned __int8 *a8,
unsigned __int8 *a9,
_QWORD *a10,
_QWORD *a11)
{
unsigned __int8 v11; // cl
unsigned ... | my_like_range_czech:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x50],R8D
MOV EAX,ECX
MOV ECX,dword ptr [RBP + -0x50]
MOV dword ptr [RBP + -0x4c],EAX
MOV RAX,RDX
MOV EDX,dword ptr [RBP + -0x4c]
MOV qword ptr [RBP + -0x48],RAX
MOV RAX,RSI
MOV RSI,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x40],RAX
MOV R8,RDI
MOV RDI... |
int8
my_like_range_czech(long param_1,byte *param_2,long param_3,byte param_4,byte param_5,byte param_6,
long param_7,byte *param_8,byte *param_9,long *param_10,long *param_11)
{
byte bVar1;
byte *pbVar2;
byte *pbVar3;
byte *local_18;
pbVar2 = param_8;
pbVar3 = param_8 + param_7;
f... | |
34,965 | ma_write_blob_record | eloqsql/storage/maria/ma_dynrec.c | my_bool _ma_write_blob_record(MARIA_HA *info, const uchar *record)
{
uchar *rec_buff;
int error;
ulong reclength,reclength2,extra;
my_bool buff_alloced;
extra= (ALIGN_SIZE(MARIA_MAX_DYN_BLOCK_HEADER)+MARIA_SPLIT_LENGTH+
MARIA_DYN_DELETE_BLOCK_HEADER+1);
reclength= (info->s->base.pack_reclength +
... | O0 | c | ma_write_blob_record:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x18(%rbp)
movq %rsi, -0x20(%rbp)
movq $0x5d, -0x48(%rbp)
movq -0x18(%rbp), %rax
movq (%rax), %rax
movq 0x3a0(%rax), %rax
movq %rax, -0x68(%rbp)
movq -0x18(%rbp), %rdi
movq -0x20(%rbp), %rsi
callq 0x3... | _ma_write_blob_record:
push rbp
mov rbp, rsp
sub rsp, 70h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_18], rdi
mov [rbp+var_20], rsi
mov [rbp+var_48], 5Dh ; ']'
mov rax, [rbp+var_18]
mov rax, [rax]
mov rax, [rax+3A0h]
mov [rbp+var_68], rax
mov rdi, [rbp+var_18]
m... | bool ma_write_blob_record(long long a1, _BYTE *a2)
{
unsigned int v2; // eax
long long v4; // [rsp+0h] [rbp-70h] BYREF
long long v5; // [rsp+8h] [rbp-68h]
unsigned long long v6; // [rsp+10h] [rbp-60h]
unsigned long long v7; // [rsp+18h] [rbp-58h] BYREF
char v8; // [rsp+27h] [rbp-49h]
long long v9; // [rs... | _ma_write_blob_record:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
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 qword ptr [RBP + -0x48],0x5d
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x3a0]
MOV qword ptr [RBP ... |
int8 _ma_write_blob_record(long *param_1,int8 param_2)
{
int8 uVar1;
long *plVar2;
char cVar3;
uint uVar4;
long lVar5;
int4 *puVar6;
ulong uVar7;
int1 *puVar8;
int iVar9;
int1 *puVar10;
long in_FS_OFFSET;
int1 auStack_78 [7];
bool local_71;
long local_70;
ulong local_68;
ulong local_60... | |
34,966 | my_readlink | eloqsql/mysys/my_symlink.c | int my_readlink(char *to, const char *filename, myf MyFlags)
{
#ifndef HAVE_READLINK
strmov(to,filename);
return 1;
#else
int result=0;
int length;
DBUG_ENTER("my_readlink");
if ((length=readlink(filename, to, FN_REFLEN-1)) < 0)
{
/* Don't give an error if this wasn't a symlink */
if ((my_errno=e... | O0 | c | my_readlink:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl $0x0, -0x1c(%rbp)
movq -0x10(%rbp), %rdi
movq -0x8(%rbp), %rsi
movl $0x1ff, %edx # imm = 0x1FF
callq 0x26340
movl %eax, -0x20(%rbp)
cmpl $0x0, %eax
jge 0x59761
callq 0x26050
movl ... | my_readlink:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], 0
mov rdi, [rbp+var_10]
mov rsi, [rbp+var_8]
mov edx, 1FFh
call _readlink
mov [rbp+var_20], eax
cmp eax, 0
jge short loc_59761
call ... | long long my_readlink(long long a1, long long a2, char a3)
{
_DWORD *v3; // rax
int v4; // r8d
int v5; // r9d
int v7; // [rsp+1Ch] [rbp-24h]
int v8; // [rsp+20h] [rbp-20h]
unsigned int v9; // [rsp+24h] [rbp-1Ch]
v9 = 0;
v8 = readlink(a2, a1, 511LL);
if ( v8 >= 0 )
{
*(_BYTE *)(a1 + v8) = 0;
... | my_readlink:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],0x0
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x8]
MOV EDX,0x1ff
CALL 0x00126340
MOV dword ptr [RBP + -0x20],EAX
CMP EAX,0x0
JGE 0x001... |
int4 my_readlink(char *param_1,char *param_2,ulong param_3)
{
int iVar1;
ssize_t sVar2;
int *piVar3;
int4 local_24;
local_24 = 0;
sVar2 = readlink(param_2,param_1,0x1ff);
if ((int)sVar2 < 0) {
piVar3 = __errno_location();
iVar1 = *piVar3;
piVar3 = (int *)_my_thread_var();
*piVar3 = iV... | |
34,967 | ma_tls_read_async | eloqsql/libmariadb/libmariadb/secure/openssl.c | ssize_t ma_tls_read_async(MARIADB_PVIO *pvio,
const unsigned char *buffer,
size_t length)
{
int res;
struct mysql_async_context *b= pvio->mysql->options.extension->async_context;
MARIADB_TLS *ctls= pvio->ctls;
for (;;)
{
res= SSL_read((SSL *)ctls->ssl, ... | O3 | c | ma_tls_read_async:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movq 0x38(%rdi), %r13
movq 0x40(%rdi), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %r15
movq 0x10(%r13), %rdi
movq %r14, %rsi
movl %ebx, %edx
callq 0x13070
movl %eax, %r12d
mo... | ma_tls_read_async:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov r14, rsi
mov r13, [rdi+38h]
mov rax, [rdi+40h]
mov rax, [rax+480h]
mov r15, [rax+28h]
loc_29F41:
mov rdi, [r13+10h]
mov rsi, r14
mov edx, ebx
call ... | long long ma_tls_read_async(long long a1, long long a2, unsigned int a3)
{
long long v4; // r13
long long v5; // r15
long long v6; // r12
v4 = *(_QWORD *)(a1 + 56);
v5 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)(a1 + 64) + 1152LL) + 40LL);
do
v6 = (unsigned int)SSL_read(*(_QWORD *)(v4 + 16), a2, a3);
whil... | ma_tls_read_async:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R14,RSI
MOV R13,qword ptr [RDI + 0x38]
MOV RAX,qword ptr [RDI + 0x40]
MOV RAX,qword ptr [RAX + 0x480]
MOV R15,qword ptr [RAX + 0x28]
LAB_00129f41:
MOV RDI,qword ptr [R13 + 0x10]
MOV RSI,R14
MOV EDX,EBX
CALL 0x0... |
long ma_tls_read_async(long param_1,void *param_2,int param_3)
{
long lVar1;
int8 uVar2;
char cVar3;
int iVar4;
lVar1 = *(long *)(param_1 + 0x38);
uVar2 = *(int8 *)(*(long *)(*(long *)(param_1 + 0x40) + 0x480) + 0x28);
do {
iVar4 = SSL_read(*(SSL **)(lVar1 + 0x10),param_2,param_3);
cVar3 = ma... | |
34,968 | js_os_rename | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_rename(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *oldpath, *newpath;
int ret;
oldpath = JS_ToCString(ctx, argv[0]);
if (!oldpath)
return JS_EXCEPTION;
newpath = JS_ToCString(ctx, argv[1]);
if (!newpath) {
... | O0 | c | js_os_rename:
subq $0x78, %rsp
movq %rsi, 0x38(%rsp)
movq %rdx, 0x40(%rsp)
movq %rdi, 0x30(%rsp)
movl %ecx, 0x2c(%rsp)
movq %r8, 0x20(%rsp)
movq 0x30(%rsp), %rdi
movq 0x20(%rsp), %rax
movq (%rax), %rsi
movq 0x8(%rax), %rdx
callq 0x13520
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x18(%rsp)
jne 0x174b5
movl $0x0, 0x48(%rsp)
movq ... | js_os_rename:
sub rsp, 78h
mov [rsp+78h+var_40], rsi
mov [rsp+78h+var_38], rdx
mov [rsp+78h+var_48], rdi
mov [rsp+78h+var_4C], ecx
mov [rsp+78h+var_58], r8
mov rdi, [rsp+78h+var_48]
mov rax, [rsp+78h+var_58]
mov rsi, [rax]
mov rdx, [rax+8]
call JS_ToCString
mov [rsp+78h+va... | long long js_os_rename(long long a1, long long a2, long long a3, long long a4, long long *a5)
{
int v5; // eax
int errno; // [rsp+Ch] [rbp-6Ch]
long long v8; // [rsp+10h] [rbp-68h]
long long v9; // [rsp+18h] [rbp-60h]
long long v11; // [rsp+48h] [rbp-30h]
long long v12; // [rsp+68h] [rbp-10h]
v9 = JS_To... | js_os_rename:
SUB RSP,0x78
MOV qword ptr [RSP + 0x38],RSI
MOV qword ptr [RSP + 0x40],RDX
MOV qword ptr [RSP + 0x30],RDI
MOV dword ptr [RSP + 0x2c],ECX
MOV qword ptr [RSP + 0x20],R8
MOV RDI,qword ptr [RSP + 0x30]
MOV RAX,qword ptr [RSP + 0x20]
MOV RSI,qword ptr [RAX]
MOV RDX,qword ptr [RAX + 0x8]
CALL 0x00113520
MOV qwo... |
int1 [16] js_os_rename(int8 param_1)
{
int1 auVar1 [16];
int iVar2;
char *__old;
char *__new;
int8 *in_R8;
int4 local_30;
int4 uStack_2c;
int8 local_28;
int4 uStack_c;
__old = (char *)JS_ToCString(param_1,*in_R8,in_R8[1]);
if (__old == (char *)0x0) {
local_30 = 0;
local_28 = 6;
}
... | |
34,969 | js_os_rename | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_os_rename(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
const char *oldpath, *newpath;
int ret;
oldpath = JS_ToCString(ctx, argv[0]);
if (!oldpath)
return JS_EXCEPTION;
newpath = JS_ToCString(ctx, argv[1]);
if (!newpath) {
... | O1 | c | js_os_rename:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r13
movq %rdi, %rbx
movq (%r8), %rdx
movq 0x8(%r8), %rcx
xorl %r12d, %r12d
xorl %esi, %esi
xorl %r8d, %r8d
callq 0x1ffe3
movl $0x6, %r15d
testq %rax, %rax
je 0x1818a
movq %rax, %r14
movq 0x10(%r13), %rdx
movq 0x18(%r13... | js_os_rename:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r13, r8
mov rbx, rdi
mov rdx, [r8]
mov rcx, [r8+8]
xor r12d, r12d
xor esi, esi
xor r8d, r8d
call JS_ToCStringLen2
mov r15d, 6
test rax, rax
jz short loc_1818A
mov r14, rax... | long long js_os_rename(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
long long v6; // r12
long long v7; // rax
long long v8; // r14
long long v9; // rax
long long v10; // r12
unsigned int v11; // ebp
v6 = 0LL;
v7 = JS_ToCStringLen2(a1, 0LL, *a5, a5[1], 0LL);
if ( v7 )
{
... | js_os_rename:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R13,R8
MOV RBX,RDI
MOV RDX,qword ptr [R8]
MOV RCX,qword ptr [R8 + 0x8]
XOR R12D,R12D
XOR ESI,ESI
XOR R8D,R8D
CALL 0x0011ffe3
MOV R15D,0x6
TEST RAX,RAX
JZ 0x0011818a
MOV R14,RAX
MOV RDX,qword ptr [R13 + 0x10]
MOV RCX,qword ptr [R13 + 0x18]
... |
int js_os_rename(int8 param_1)
{
int iVar1;
char *__old;
char *__new;
int *piVar2;
int8 *in_R8;
iVar1 = 0;
__old = (char *)JS_ToCStringLen2(param_1,0,*in_R8,in_R8[1],0);
if (__old != (char *)0x0) {
__new = (char *)JS_ToCStringLen2(param_1,0,in_R8[2],in_R8[3],0);
if (__new == (char *)0x0) {
... | |
34,970 | google::protobuf::UninterpretedOption::Clear() | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc | void UninterpretedOption::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.UninterpretedOption)
uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.name_.Clear();
cached_has_bits = _impl_._has_bits_[0];
if (ca... | O0 | cpp | google::protobuf::UninterpretedOption::Clear():
subq $0x58, %rsp
movq %rdi, 0x20(%rsp)
movq 0x20(%rsp), %rdi
movq %rdi, 0x10(%rsp)
movl $0x0, 0x1c(%rsp)
addq $0x10, %rdi
addq $0x8, %rdi
callq 0xdbd80
movq 0x10(%rsp), %rax
addq $0x10, %rax
movq %rax, 0x40(%rsp)
movl $0x0, 0x3c(%rsp)
movq 0x40(%rsp), %rax
movslq 0x3c(%rs... | _ZN6google8protobuf19UninterpretedOption5ClearEv:
sub rsp, 58h
mov [rsp+58h+var_38], rdi
mov rdi, [rsp+58h+var_38]
mov [rsp+58h+var_48], rdi
mov [rsp+58h+var_3C], 0
add rdi, 10h
add rdi, 8
call _ZN6google8protobuf16RepeatedPtrFieldINS0_28UninterpretedOption_NamePartEE5ClearEv; google::pro... | long long google::protobuf::UninterpretedOption::Clear(google::protobuf::UninterpretedOption *this)
{
long long result; // rax
int v2; // [rsp+1Ch] [rbp-3Ch]
google::protobuf::RepeatedPtrField<google::protobuf::UninterpretedOption_NamePart>::Clear((char *)this + 24);
v2 = *((_DWORD *)this + 4);
if ( (v2 & 7... | Clear:
SUB RSP,0x58
MOV qword ptr [RSP + 0x20],RDI
MOV RDI,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x10],RDI
MOV dword ptr [RSP + 0x1c],0x0
ADD RDI,0x10
ADD RDI,0x8
CALL 0x001dbd80
MOV RAX,qword ptr [RSP + 0x10]
ADD RAX,0x10
MOV qword ptr [RSP + 0x40],RAX
MOV dword ptr [RSP + 0x3c],0x0
MOV RAX,qword ptr [RSP + 0x40... |
/* google::protobuf::UninterpretedOption::Clear() */
void __thiscall google::protobuf::UninterpretedOption::Clear(UninterpretedOption *this)
{
uint uVar1;
RepeatedPtrField<google::protobuf::UninterpretedOption_NamePart>::Clear
((RepeatedPtrField<google::protobuf::UninterpretedOption_NamePart> *)(t... | |
34,971 | postprocess_cpu_params(cpu_params&, cpu_params const*) | monkey531[P]llama/common/common.cpp | void postprocess_cpu_params(cpu_params& cpuparams, const cpu_params* role_model) {
int32_t n_set = 0;
if (cpuparams.n_threads < 0) {
// Assuming everything about cpuparams is invalid
if (role_model != nullptr) {
cpuparams = *role_model;
} else {
cpuparams.n_threa... | O3 | cpp | postprocess_cpu_params(cpu_params&, cpu_params const*):
pushq %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
cmpl $0x0, (%rdi)
jns 0x71f9e
testq %rsi, %rsi
je 0x71f97
movl $0x214, %edx # imm = 0x214
movq %rbx, %rdi
callq 0x1a730
jmp 0x71f9e
callq 0x71d8a
movl %eax, (%rbx)
pxor %xmm1, %xmm1
movl $0x4, %eax
pxor %... | _Z22postprocess_cpu_paramsR10cpu_paramsPKS_:
push rbp
push rbx
push rax
mov rbx, rdi
cmp dword ptr [rdi], 0
jns short loc_71F9E
test rsi, rsi
jz short loc_71F97
mov edx, 214h
mov rdi, rbx
call _memcpy
jmp short loc_71F9E
loc_71F97:
call _Z16cpu_get_num_mathv; cpu_get_num_m... | int * postprocess_cpu_params(int *a1, long long a2)
{
int *result; // rax
__m128i v3; // xmm0
__m128i v4; // xmm1
int v5; // ebp
int v6; // eax
int v7; // r9d
if ( *a1 < 0 )
{
if ( a2 )
memcpy(a1, a2, 532LL);
else
*a1 = cpu_get_num_math();
}
result = (_DWORD *)&byte_4;
v3 = 0L... | postprocess_cpu_params:
PUSH RBP
PUSH RBX
PUSH RAX
MOV RBX,RDI
CMP dword ptr [RDI],0x0
JNS 0x00171f9e
TEST RSI,RSI
JZ 0x00171f97
MOV EDX,0x214
MOV RDI,RBX
CALL 0x0011a730
JMP 0x00171f9e
LAB_00171f97:
CALL 0x00171d8a
MOV dword ptr [RBX],EAX
LAB_00171f9e:
PXOR XMM1,XMM1
MOV EAX,0x4
PXOR XMM0,XMM0
LAB_00171fab:
MOVD XMM2,... |
/* postprocess_cpu_params(cpu_params&, cpu_params const*) */
void postprocess_cpu_params(cpu_params *param_1,cpu_params *param_2)
{
int1 auVar1 [13];
int1 auVar2 [13];
int1 auVar3 [13];
ulong uVar4;
int1 auVar5 [13];
int4 uVar6;
long lVar7;
int8 uVar8;
int iVar9;
int iVar10;
int iVar11;
int i... | |
34,972 | httplib::ClientImpl::create_client_socket(httplib::Error&) const | nickolajgrishuk[P]metricz-cpp/build_O0/_deps/httplib-src/httplib.h | inline socket_t ClientImpl::create_client_socket(Error &error) const {
if (!proxy_host_.empty() && proxy_port_ != -1) {
return detail::create_client_socket(
proxy_host_, std::string(), proxy_port_, address_family_, tcp_nodelay_,
socket_options_, connection_timeout_sec_, connection_timeout_usec_,
... | O0 | c | httplib::ClientImpl::create_client_socket(httplib::Error&) const:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x160, %rsp # imm = 0x160
movq %rdi, -0x30(%rbp)
movq %rsi, -0x38(%rbp)
movq -0x30(%rbp), %rdi
movq %rdi, -0xe0(%rbp)
addq $0x290, %rdi # imm = 0x290
callq... | _ZNK7httplib10ClientImpl20create_client_socketERNS_5ErrorE:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 160h
mov [rbp+var_30], rdi
mov [rbp+var_38], rsi
mov rdi, [rbp+var_30]
mov [rbp+var_E0], rdi
add rdi, 290h
call __ZNKSt7__cxx1112basic_stringIcSt11... | long long httplib::ClientImpl::create_client_socket(long long a1, long long a2)
{
long long v2; // r8
long long v3; // r9
long long v4; // r10
long long v5; // r11
long long v6; // rbx
long long v7; // r14
long long v8; // rax
long long v9; // r8
long long v10; // r9
long long v11; // r10
long lo... | create_client_socket:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x160
MOV qword ptr [RBP + -0x30],RDI
MOV qword ptr [RBP + -0x38],RSI
MOV RDI,qword ptr [RBP + -0x30]
MOV qword ptr [RBP + -0xe0],RDI
ADD RDI,0x290
CALL 0x0010a380
TEST AL,0x1
JNZ 0x001684c9
MOV RAX,qword ptr [RBP + -0xe0]
CMP dword ... |
/* httplib::ClientImpl::create_client_socket(httplib::Error&) const */
int4 __thiscall httplib::ClientImpl::create_client_socket(ClientImpl *this,Error *param_1)
{
ulong uVar1;
long lVar2;
int8 local_188;
int8 local_180;
int8 local_178;
int8 local_170;
int8 local_168;
int8 local_160;
ClientImpl *lo... | |
34,973 | my_numchars_utf16 | eloqsql/strings/ctype-ucs2.c | static size_t
my_numchars_utf16(CHARSET_INFO *cs,
const char *b, const char *e)
{
size_t nchars= 0;
for ( ; ; nchars++)
{
size_t charlen= my_ismbchar(cs, b, e);
if (!charlen)
break;
b+= charlen;
}
return nchars;
} | O0 | c | my_numchars_utf16:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq $0x0, -0x20(%rbp)
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rdx
callq 0x6b520
movl %eax, %eax
movq %rax, -0x28(%rbp)
cmpq $0x0, -0x28(%rbp)
jne 0x67dec
jmp 0x67e0... | my_numchars_utf16:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], 0
loc_67DCC:
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
mov rdx, [rbp+var_18]
call my_ismbchar_1
mov eax, eax
mov [rbp+var_28], rax
c... | long long my_numchars_utf16(long long a1, long long a2, long long a3)
{
unsigned int v3; // eax
long long i; // [rsp+10h] [rbp-20h]
for ( i = 0LL; ; ++i )
{
v3 = my_ismbchar_1(a1, a2, a3);
if ( !v3 )
break;
a2 += v3;
}
return i;
}
| my_numchars_utf16:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],0x0
LAB_00167dcc:
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RBP + -0x18]
CALL 0x0016b520
MOV EAX,EAX
MOV... |
long my_numchars_utf16(int8 param_1,long param_2,int8 param_3)
{
uint uVar1;
int8 local_28;
int8 local_18;
local_28 = 0;
local_18 = param_2;
while( true ) {
uVar1 = my_ismbchar(param_1,local_18,param_3);
if ((ulong)uVar1 == 0) break;
local_18 = (ulong)uVar1 + local_18;
local_28 = local_... | |
34,974 | my_hash_sort_utf8mb4 | eloqsql/strings/ctype-utf8.c | static void
my_hash_sort_utf8mb4(CHARSET_INFO *cs, const uchar *s, size_t slen,
ulong *nr1, ulong *nr2)
{
/*
Remove end space. We do this to be able to compare
'A ' and 'A' as identical
*/
const uchar *e= skip_trailing_space(s, slen);
my_hash_sort_utf8mb4_nopad(cs, s, e - s, nr1, nr... | O3 | c | my_hash_sort_utf8mb4:
pushq %rbp
movq %rsp, %rbp
leaq (%rsi,%rdx), %r10
cmpq $0x15, %rdx
jb 0xcf4e3
movq %r10, %r9
andq $-0x4, %r9
cmpq %rsi, %r9
jbe 0xcf4e3
leaq 0x3(%rsi), %rdx
andq $-0x4, %rdx
movq %r10, %rax
movb -0x1(%r10), %r11b
cmpq %r9, %r10
jbe 0xcf508
leaq -0x1(%rax), %r10
cmpb $0x20, %r11b
je 0xcf4cb
jmp 0xc... | my_hash_sort_utf8mb4:
push rbp
mov rbp, rsp
lea r10, [rsi+rdx]
cmp rdx, 15h
jb short loc_CF4E3
mov r9, r10
and r9, 0FFFFFFFFFFFFFFFCh
cmp r9, rsi
jbe short loc_CF4E3
lea rdx, [rsi+3]
and rdx, 0FFFFFFFFFFFFFFFCh
loc_CF4CB:
mov rax, r10
mov r11b, [r10-1]
cmp r10, r9... | long long my_hash_sort_utf8mb4(long long a1, unsigned long long a2, unsigned long long a3, long long a4, long long a5)
{
unsigned long long v5; // r10
unsigned long long v6; // r9
unsigned long long v7; // rdx
unsigned long long v8; // rax
char v9; // r11
unsigned long long v10; // r9
unsigned long long ... | my_hash_sort_utf8mb4:
PUSH RBP
MOV RBP,RSP
LEA R10,[RSI + RDX*0x1]
CMP RDX,0x15
JC 0x001cf4e3
MOV R9,R10
AND R9,-0x4
CMP R9,RSI
JBE 0x001cf4e3
LEA RDX,[RSI + 0x3]
AND RDX,-0x4
LAB_001cf4cb:
MOV RAX,R10
MOV R11B,byte ptr [R10 + -0x1]
CMP R10,R9
JBE 0x001cf508
LEA R10,[RAX + -0x1]
CMP R11B,0x20
JZ 0x001cf4cb
JMP 0x001cf4... |
void my_hash_sort_utf8mb4(int8 param_1,ulong param_2,ulong param_3)
{
char *pcVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
ulong uVar5;
uVar3 = param_2 + param_3;
if ((0x14 < param_3) && (uVar5 = uVar3 & 0xfffffffffffffffc, param_2 < uVar5)) {
uVar4 = param_2 + 3 & 0xfffffffffffffffc;
uVar2 =... | |
34,975 | minja::Parser::Parser(std::shared_ptr<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&, minja::Options const&) | monkey531[P]llama/common/minja.hpp | Parser(const std::shared_ptr<std::string>& template_str, const Options & options) : template_str(template_str), options(options) {
if (!template_str) throw std::runtime_error("Template string is null");
start = it = this->template_str->begin();
end = this->template_str->end();
} | O3 | cpp | minja::Parser::Parser(std::shared_ptr<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&, minja::Options const&):
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq (%rsi), %rax
movq %rax, (%rdi)
movq 0x8(%rsi), %rax
movq %rax, 0x8(%rdi)
testq %rax, %rax
je 0x836c0
movq 0xac8c6(%r... | _ZN5minja6ParserC2ERKSt10shared_ptrINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEERKNS_7OptionsE:
push r15
push r14
push rbx
mov rbx, rdi
mov rax, [rsi]
mov [rdi], rax
mov rax, [rsi+8]
mov [rdi+8], rax
test rax, rax
jz short loc_836C0
mov rcx, cs:__libc_single_threaded_pt... | long long * minja::Parser::Parser(long long **a1, long long **a2, long long a3)
{
long long *v3; // rax
long long *result; // rax
long long *v5; // rcx
std::runtime_error *exception; // r15
*a1 = *a2;
v3 = a2[1];
a1[1] = v3;
if ( v3 )
{
if ( _libc_single_threaded )
++*((_DWORD *)v3 + 2);
... | Parser:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV RAX,qword ptr [RSI]
MOV qword ptr [RDI],RAX
MOV RAX,qword ptr [RSI + 0x8]
MOV qword ptr [RDI + 0x8],RAX
TEST RAX,RAX
JZ 0x001836c0
MOV RCX,qword ptr [0x0022ff78]
CMP byte ptr [RCX],0x0
JZ 0x001836bc
INC dword ptr [RAX + 0x8]
JMP 0x001836c0
LAB_001836bc:
INC.LOCK dword ... |
/* minja::Parser::Parser(std::shared_ptr<std::__cxx11::string > const&, minja::Options const&) */
void __thiscall minja::Parser::Parser(Parser *this,shared_ptr *param_1,Options *param_2)
{
long lVar1;
long *plVar2;
runtime_error *this_00;
*(int8 *)this = *(int8 *)param_1;
lVar1 = *(long *)(param_1 + 8);... | |
34,976 | get_charset_number_internal | eloqsql/mysys/charset.c | static uint
get_charset_number_internal(const char *charset_name, uint cs_flags)
{
CHARSET_INFO **cs;
for (cs= all_charsets;
cs < all_charsets + array_elements(all_charsets);
cs++)
{
if ( cs[0] && cs[0]->cs_name.str && (cs[0]->state & cs_flags) &&
!my_strcasecmp(&my_charset_latin1, c... | O0 | c | get_charset_number_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
leaq 0x35c71a(%rip), %rax # 0x386670
movq %rax, -0x20(%rbp)
leaq 0x35c70f(%rip), %rax # 0x386670
addq $0x4000, %rax # imm = 0x4000
cmpq %rax, -0x20(%rbp)
jae 0x29fe7
movq -0x20(%rbp), %... | get_charset_number_internal:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
lea rax, all_charsets
mov [rbp+var_20], rax
loc_29F5A:
lea rax, all_charsets
add rax, 4000h
cmp [rbp+var_20], rax
jnb short loc_29FE7
mov rax, [rbp+var_20]
cmp q... | long long get_charset_number_internal(long long a1, int a2)
{
unsigned int **i; // [rsp+0h] [rbp-20h]
for ( i = (unsigned int **)all_charsets; i < &all_charsets[2048]; ++i )
{
if ( *i
&& *((_QWORD *)*i + 2)
&& (a2 & (*i)[3]) != 0
&& !(*(unsigned int ( **)(void *, _QWORD, long long))(*((_QW... | get_charset_number_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
LEA RAX,[0x486670]
MOV qword ptr [RBP + -0x20],RAX
LAB_00129f5a:
LEA RAX,[0x486670]
ADD RAX,0x4000
CMP qword ptr [RBP + -0x20],RAX
JNC 0x00129fe7
MOV RAX,qword ptr [RBP + -0x20]
CMP qword ptr [... |
int4 get_charset_number_internal(int8 param_1,uint param_2)
{
int iVar1;
long *local_28;
local_28 = &all_charsets;
while( true ) {
if ((long *)0x48a66f < local_28) {
return 0;
}
if ((((*local_28 != 0) && (*(long *)(*local_28 + 0x10) != 0)) &&
((*(uint *)(*local_28 + 0xc) & param_2... | |
34,977 | my_read_charset_file | eloqsql/mysys/charset.c | static my_bool
my_read_charset_file(MY_CHARSET_LOADER *loader,
const char *filename,
myf myflags)
{
uchar *buf;
int fd;
size_t len, tmp_len;
MY_STAT stat_info;
if (!my_stat(filename, &stat_info, MYF(myflags)) ||
((len= (uint)stat_info.st_size) > MY_MAX_ALLO... | O3 | c | my_read_charset_file:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xf8, %rsp
movq %rdx, %r12
movq %rsi, %r14
movq %rdi, %rbx
leaq -0x120(%rbp), %rsi
movq %r14, %rdi
callq 0x9f5e3
testq %rax, %rax
je 0x9356c
movl -0xf0(%rbp), %r13d
cmpq $0x100000, %r13 # imm = 0x100000... | my_read_charset_file:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0F8h
mov r12, rdx
mov r14, rsi
mov rbx, rdi
lea rsi, [rbp+var_120]
mov rdi, r14
call my_stat
test rax, rax
jz loc_9356C
mov r13d, [rbp+var_F0]
cmp r13, offse... | long long my_read_charset_file(long long a1, long long a2, long long a3)
{
int v4; // r14d
long long result; // rax
long long v6; // r13
long long v7; // r15
long long v8; // rax
long long v9; // rbx
long long v10; // rax
long long v11; // rax
int v12; // r9d
long long v13; // rax
long long v14; ... | my_read_charset_file:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xf8
MOV R12,RDX
MOV R14,RSI
MOV RBX,RDI
LEA RSI,[RBP + -0x120]
MOV RDI,R14
CALL 0x0019f5e3
TEST RAX,RAX
JZ 0x0019356c
MOV R13D,dword ptr [RBP + -0xf0]
CMP R13,0x100000
JA 0x0019356c
LEA RAX,[0xd086e4]
MOV EDI,dword ptr [RAX... |
void my_read_charset_file(int8 param_1,int8 param_2,ulong param_3)
{
char cVar1;
int iVar2;
long lVar3;
long lVar4;
ulong uVar5;
ulong uVar6;
ulong uVar7;
int1 local_128 [48];
uint local_f8;
int1 local_98 [72];
long local_50;
long local_48;
int8 local_40;
ulong local_38;
lVar3 = my_st... | |
34,978 | my_uni_ucs2 | eloqsql/strings/ctype-ucs2.c | static int my_uni_ucs2(CHARSET_INFO *cs __attribute__((unused)) ,
my_wc_t wc, uchar *r, uchar *e)
{
if ( r+2 > e )
return MY_CS_TOOSMALL2;
if (wc > 0xFFFF) /* UCS2 does not support characters outside BMP */
return MY_CS_ILUNI;
r[0]= (uchar) (wc >> 8);
r[1]= (uchar) (wc & 0xFF);
return 2;
} | O3 | c | my_uni_ucs2:
pushq %rbp
movq %rsp, %rbp
leaq 0x2(%rdx), %rdi
movl $0xffffff9a, %eax # imm = 0xFFFFFF9A
cmpq %rcx, %rdi
ja 0x51258
xorl %eax, %eax
cmpq $0xffff, %rsi # imm = 0xFFFF
ja 0x51258
rolw $0x8, %si
movw %si, (%rdx)
movl $0x2, %eax
popq %rbp
retq
| my_uni_ucs2:
push rbp
mov rbp, rsp
lea rdi, [rdx+2]
mov eax, 0FFFFFF9Ah
cmp rdi, rcx
ja short loc_51258
xor eax, eax
cmp rsi, 0FFFFh
ja short loc_51258
rol si, 8
mov [rdx], si
mov eax, 2
loc_51258:
pop rbp
retn
| long long my_uni_ucs2(long long a1, unsigned long long a2, _WORD *a3, unsigned long long a4)
{
long long result; // rax
result = 4294967194LL;
if ( (unsigned long long)(a3 + 1) <= a4 )
{
result = 0LL;
if ( a2 <= 0xFFFF )
{
*a3 = __ROL2__(a2, 8);
return 2LL;
}
}
return result;
}... | my_uni_ucs2:
PUSH RBP
MOV RBP,RSP
LEA RDI,[RDX + 0x2]
MOV EAX,0xffffff9a
CMP RDI,RCX
JA 0x00151258
XOR EAX,EAX
CMP RSI,0xffff
JA 0x00151258
ROL SI,0x8
MOV word ptr [RDX],SI
MOV EAX,0x2
LAB_00151258:
POP RBP
RET
|
int8 my_uni_ucs2(int8 param_1,ulong param_2,ushort *param_3,ushort *param_4)
{
int8 uVar1;
uVar1 = 0xffffff9a;
if ((param_3 + 1 <= param_4) && (uVar1 = 0, param_2 < 0x10000)) {
*param_3 = (ushort)param_2 << 8 | (ushort)param_2 >> 8;
uVar1 = 2;
}
return uVar1;
}
| |
34,979 | my_mb_wc_utf8mb3_quick | eloqsql/strings/ctype-utf8.h | static inline int
my_mb_wc_utf8mb3_quick(my_wc_t * pwc, const uchar *s, const uchar *e)
{
uchar c;
if (s >= e)
return MY_CS_TOOSMALL;
c= s[0];
if (c < 0x80)
{
*pwc = c;
return 1;
}
else if (c < 0xc2)
return MY_CS_ILSEQ;
else if (c < 0xe0)
{
if (s+2 > e) /* We need 2 characters */... | O0 | c | my_mb_wc_utf8mb3_quick:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x18(%rbp), %rax
cmpq -0x20(%rbp), %rax
jb 0xa69c6
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0xa6b43
movq -0x18(%rbp), %rax
movb (%rax), %al
movb %al, -0x21(%rbp)
movzbl -0x21(%rbp), %... | my_mb_wc_utf8mb3_quick:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_18]
cmp rax, [rbp+var_20]
jb short loc_A69C6
mov [rbp+var_4], 0FFFFFF9Bh
jmp loc_A6B43
loc_A69C6:
mov rax, [rbp+var_18]
mov al, [rax]
mov ... | long long my_mb_wc_utf8mb3_quick(unsigned long long *a1, unsigned __int8 *a2, unsigned long long a3)
{
unsigned __int8 v4; // [rsp+1h] [rbp-21h]
if ( (unsigned long long)a2 < a3 )
{
v4 = *a2;
if ( *a2 >= 0x80u )
{
if ( v4 >= 0xC2u )
{
if ( v4 >= 0xE0u )
{
if ( v... | my_mb_wc_utf8mb3_quick:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x18]
CMP RAX,qword ptr [RBP + -0x20]
JC 0x001a69c6
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x001a6b43
LAB_001a69c6:
MOV RAX,qword ptr [RBP + -0x18]
MO... |
int4 my_mb_wc_utf8mb3_quick(ulong *param_1,byte *param_2,byte *param_3)
{
byte bVar1;
int4 local_c;
if (param_2 < param_3) {
bVar1 = *param_2;
if (bVar1 < 0x80) {
*param_1 = (ulong)bVar1;
local_c = 1;
}
else if (bVar1 < 0xc2) {
local_c = 0;
}
else if (bVar1 < 0xe0) {... | |
34,980 | ma_crypt_post_write_hook | eloqsql/storage/maria/ma_crypt.c | static void ma_crypt_post_write_hook(int res,
PAGECACHE_IO_HOOK_ARGS *args)
{
if (args->crypt_buf != NULL)
{
uchar *tmp= args->page;
args->page= args->crypt_buf;
args->crypt_buf= NULL;
my_free(tmp);
}
maria_page_write_failure(res, args);
} | O0 | c | ma_crypt_post_write_hook:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
cmpq $0x0, 0x18(%rax)
je 0x5e809
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq 0x18(%rax), %rcx
movq -0x10(%rbp), %rax
movq %rcx, (%rax)... | ma_crypt_post_write_hook:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
cmp qword ptr [rax+18h], 0
jz short loc_5E809
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_18], rax
mov rax, [rbp+var_10]
mov rcx, [rax+1... | long long ma_crypt_post_write_hook(int a1, long long *a2)
{
long long v3; // [rsp+8h] [rbp-18h]
if ( a2[3] )
{
v3 = *a2;
*a2 = a2[3];
a2[3] = 0LL;
my_free(v3);
}
return maria_page_write_failure(a1, (long long)a2);
}
| ma_crypt_post_write_hook:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
CMP qword ptr [RAX + 0x18],0x0
JZ 0x0015e809
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x10]
... |
void ma_crypt_post_write_hook(int4 param_1,int8 *param_2)
{
int8 uVar1;
if (param_2[3] != 0) {
uVar1 = *param_2;
*param_2 = param_2[3];
param_2[3] = 0;
my_free(uVar1);
}
maria_page_write_failure(param_1,param_2);
return;
}
| |
34,981 | resize_key_cache | eloqsql/mysys/mf_keycache.c | int resize_key_cache(KEY_CACHE *keycache, uint key_cache_block_size,
size_t use_mem, uint division_limit, uint age_threshold,
uint changed_blocks_hash_size)
{
int blocks= -1;
if (keycache->key_cache_inited)
{
pthread_mutex_lock(&keycache->op_lock);
if ((uint) keycache->param_pa... | O3 | c | resize_key_cache:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
cmpb $0x0, 0x48(%rdi)
je 0x9fb85
movl %r8d, %r12d
movl %ecx, %r13d
movq %rdx, %r14
movl %esi, %r15d
movq %rdi, %rbx
movl %r9d, -0x2c(%rbp)
addq $0x58, %rdi
movq %rdi, -0x38(%rbp)
callq 0x2a200
testq %r14... | resize_key_cache:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
cmp byte ptr [rdi+48h], 0
jz short loc_9FB85
mov r12d, r8d
mov r13d, ecx
mov r14, rdx
mov r15d, esi
mov rbx, rdi
mov [rbp+var_2C], r9d
add rdi, 58h ; 'X'
mov ... | long long resize_key_cache(
long long a1,
unsigned int a2,
long long a3,
unsigned int a4,
unsigned int a5,
unsigned int a6)
{
int v9; // eax
unsigned int v10; // r15d
int v11; // eax
long long v12; // rax
if ( *(_BYTE *)(a1 + 72) )
{
pthread_mutex_lock(a... | resize_key_cache:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
CMP byte ptr [RDI + 0x48],0x0
JZ 0x0019fb85
MOV R12D,R8D
MOV R13D,ECX
MOV R14,RDX
MOV R15D,ESI
MOV RBX,RDI
MOV dword ptr [RBP + -0x2c],R9D
ADD RDI,0x58
MOV qword ptr [RBP + -0x38],RDI
CALL 0x0012a200
TEST R14,R14
JZ 0x0019f... |
int resize_key_cache(long param_1,int4 param_2,long param_3,int4 param_4,
int4 param_5,int4 param_6)
{
int iVar1;
int iVar2;
long lVar3;
if (*(char *)(param_1 + 0x48) == '\0') {
return -1;
}
pthread_mutex_lock((pthread_mutex_t *)(param_1 + 0x58));
if ((param_3 == 0) || (*(int ... | |
34,982 | ma_keyseg_write | eloqsql/storage/maria/ma_open.c | my_bool _ma_keyseg_write(File file, const HA_KEYSEG *keyseg)
{
uchar buff[HA_KEYSEG_SIZE];
uchar *ptr=buff;
ulong pos;
*ptr++= keyseg->type;
*ptr++= keyseg->language & 0xFF; /* Collation ID, low byte */
*ptr++= keyseg->null_bit;
*ptr++= keyseg->bit_start;
*ptr++= keyseg->language >> 8; /* Collation ID,... | O3 | c | ma_keyseg_write:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x70, %rsp
movl %edi, %ebx
movq %fs:0x28, %rax
movq %rax, -0x18(%rbp)
movb 0x18(%rsi), %al
movb %al, -0x30(%rbp)
movzwl 0x16(%rsi), %eax
movb %al, -0x2f(%rbp)
movb 0x19(%rsi), %cl
movb %cl, -0x2e(%rbp)
movb 0x1a(%rsi), %dl
movb %dl, -0x2d(%rbp)
mov... | _ma_keyseg_write:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 70h
mov ebx, edi
mov rax, fs:28h
mov [rbp+var_18], rax
mov al, [rsi+18h]
mov [rbp+var_30], al
movzx eax, word ptr [rsi+16h]
mov [rbp+var_2F], al
mov cl, [rsi+19h]
mov [rbp+var_2E], cl
mov dl, [rsi+1... | bool ma_keyseg_write(unsigned int a1, long long a2)
{
__int16 v2; // ax
unsigned int v3; // eax
long long v4; // rax
long long v5; // rax
_BYTE v7[72]; // [rsp+0h] [rbp-80h] BYREF
long long v8; // [rsp+48h] [rbp-38h] BYREF
_BYTE v9[2]; // [rsp+50h] [rbp-30h] BYREF
char v10; // [rsp+52h] [rbp-2Eh]
cha... | _ma_keyseg_write:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x70
MOV EBX,EDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
MOV AL,byte ptr [RSI + 0x18]
MOV byte ptr [RBP + -0x30],AL
MOVZX EAX,word ptr [RSI + 0x16]
MOV byte ptr [RBP + -0x2f],AL
MOV CL,byte ptr [RSI + 0x19]
MOV byte ptr [RBP + -0x2e],C... |
bool _ma_keyseg_write(int4 param_1,long param_2)
{
uint uVar1;
long lVar2;
long in_FS_OFFSET;
int1 local_88 [72];
long local_40;
int1 local_38;
int1 local_37;
char local_36;
int1 local_35;
int1 local_34;
int1 local_33;
ushort local_32;
ushort local_30;
uint local_2e;
uint local_2a;
lon... | |
34,983 | rw_pr_unlock | eloqsql/mysys/thr_rwlock.c | int rw_pr_unlock(rw_pr_lock_t *rwlock)
{
if (rwlock->active_writer)
{
/* We are unlocking wr-lock. */
#ifdef SAFE_MUTEX
rwlock->writer_thread= 0;
#endif
rwlock->active_writer= FALSE;
if (rwlock->writers_waiting_readers)
{
/*
Avoid expensive cond signal in case when there is no cont... | O3 | c | rw_pr_unlock:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
cmpb $0x0, 0x60(%rdi)
je 0x6064c
movb $0x0, 0x60(%rbx)
cmpl $0x0, 0x5c(%rbx)
je 0x60659
leaq 0x28(%rbx), %rdi
callq 0x28040
jmp 0x60659
movq %rbx, %rdi
callq 0x285c0
decl 0x58(%rbx)
je 0x6063b
movq %rbx, %rdi
callq 0x28290
xorl %eax, %eax
ad... | rw_pr_unlock:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
cmp byte ptr [rdi+60h], 0
jz short loc_6064C
mov byte ptr [rbx+60h], 0
loc_6063B:
cmp dword ptr [rbx+5Ch], 0
jz short loc_60659
lea rdi, [rbx+28h]
call _pthread_cond_signal
jmp short loc_60659
loc_6064C:... | long long rw_pr_unlock(long long a1)
{
if ( *(_BYTE *)(a1 + 96) )
{
*(_BYTE *)(a1 + 96) = 0;
}
else
{
pthread_mutex_lock(a1);
if ( (*(_DWORD *)(a1 + 88))-- != 1 )
goto LABEL_6;
}
if ( *(_DWORD *)(a1 + 92) )
pthread_cond_signal(a1 + 40);
LABEL_6:
pthread_mutex_unlock(a1);
return ... | rw_pr_unlock:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
CMP byte ptr [RDI + 0x60],0x0
JZ 0x0016064c
MOV byte ptr [RBX + 0x60],0x0
LAB_0016063b:
CMP dword ptr [RBX + 0x5c],0x0
JZ 0x00160659
LEA RDI,[RBX + 0x28]
CALL 0x00128040
JMP 0x00160659
LAB_0016064c:
MOV RDI,RBX
CALL 0x001285c0
DEC dword ptr [RBX + 0x58]
J... |
int8 rw_pr_unlock(pthread_mutex_t *param_1)
{
int *piVar1;
if (*(char *)((long)param_1 + 0x60) == '\0') {
pthread_mutex_lock(param_1);
piVar1 = (int *)((long)param_1 + 0x58);
*piVar1 = *piVar1 + -1;
if (*piVar1 != 0) goto LAB_00160659;
}
else {
*(int1 *)((long)param_1 + 0x60) = 0;
}
... | |
34,984 | fn_format | eloqsql/mysys/mf_format.c | char * fn_format(char * to, const char *name, const char *dir,
const char *extension, uint flag)
{
char dev[FN_REFLEN], buff[FN_REFLEN], *pos, *startpos;
const char *ext;
reg1 size_t length;
size_t dev_length;
DBUG_ENTER("fn_format");
DBUG_ASSERT(name != NULL);
DBUG_ASSERT(extension != NULL);
DBUG... | O0 | c | fn_format:
pushq %rbp
movq %rsp, %rbp
subq $0x6a0, %rsp # imm = 0x6A0
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x620(%rbp)
movq %rsi, -0x628(%rbp)
movq %rdx, -0x630(%rbp)
movq %rcx, -0x638(%rbp)
movl %r8d, -0x63c(%rbp)
jmp 0xdf7cd
jmp 0xdf7cf
jmp 0xdf7d1
jmp 0xdf7d3
jmp 0xdf7d5
leaq -0x210(%rbp)... | fn_format:
push rbp
mov rbp, rsp
sub rsp, 6A0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_620], rdi
mov [rbp+var_628], rsi
mov [rbp+var_630], rdx
mov [rbp+var_638], rcx
mov [rbp+var_63C], r8d
jmp short $+2
loc_DF7CD:
jmp short $+2
loc_DF7CF:
jmp short $+2
loc_DF... | _BYTE * fn_format(_BYTE *a1, _BYTE *a2, long long a3, char *a4, int a5)
{
long long v5; // rax
long long v6; // rax
unsigned long long v8; // [rsp+20h] [rbp-680h]
unsigned long long v9; // [rsp+28h] [rbp-678h]
long long v10; // [rsp+38h] [rbp-668h] BYREF
unsigned long long v11; // [rsp+40h] [rbp-660h]
cha... | fn_format:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x6a0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x620],RDI
MOV qword ptr [RBP + -0x628],RSI
MOV qword ptr [RBP + -0x630],RDX
MOV qword ptr [RBP + -0x638],RCX
MOV dword ptr [RBP + -0x63c],R8D
JMP 0x001df7cd
LAB_001df7cd:
JMP 0x001df7cf
LAB_00... |
char * fn_format(char *param_1,char *param_2,int8 param_3,char *param_4,uint param_5)
{
int iVar1;
size_t sVar2;
long lVar3;
char *pcVar4;
long in_FS_OFFSET;
ulong local_6a0;
int1 local_670 [8];
ulong local_668;
char *local_660;
char *local_658;
char *local_650;
uint local_644;
char *local_6... | |
34,985 | my_strnncollsp_nchars_generic | eloqsql/strings/ctype.c | int my_strnncollsp_nchars_generic(CHARSET_INFO *cs,
const uchar *str1, size_t len1,
const uchar *str2, size_t len2,
size_t nchars)
{
int error;
len1= my_well_formed_length(cs, (const char *) str1,
... | O3 | c | my_strnncollsp_nchars_generic:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r9, -0x30(%rbp)
movq %r8, %r13
movq %rcx, %rbx
movq %rsi, %r14
movq %rdi, %r15
addq %rsi, %rdx
movq 0xb8(%rdi), %rax
leaq -0x40(%rbp), %r12
movq %r9, %rcx
movq %r12, %r8
callq *0xc8(%r... | my_strnncollsp_nchars_generic:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_30], r9
mov r13, r8
mov rbx, rcx
mov r14, rsi
mov r15, rdi
add rdx, rsi
mov rax, [rdi+0B8h]
lea r12, [rbp+var_40]
mov rcx, r9
mov ... | long long my_strnncollsp_nchars_generic(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6)
{
long long v8; // r12
long long v10; // [rsp+0h] [rbp-40h] BYREF
long long v11; // [rsp+10h] [rbp-30h]
v11 = a6;
(*(void ( **)(long lo... | my_strnncollsp_nchars_generic:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x30],R9
MOV R13,R8
MOV RBX,RCX
MOV R14,RSI
MOV R15,RDI
ADD RDX,RSI
MOV RAX,qword ptr [RDI + 0xb8]
LEA R12,[RBP + -0x40]
MOV RCX,R9
MOV R8,R12
CALL qword ptr [RAX + 0xc8]
MOV R12,qword ptr... |
void my_strnncollsp_nchars_generic
(long param_1,long param_2,long param_3,long param_4,long param_5,int8 param_6)
{
long lVar1;
long local_48 [2];
int8 local_38;
local_38 = param_6;
(**(code **)(*(long *)(param_1 + 0xb8) + 200))(param_1,param_2,param_3 + param_2,param_6,local_48)
;
lV... | |
34,986 | httplib::detail::SocketStream::write(char const*, unsigned long) | hkr04[P]cpp-mcp/common/httplib.h | inline ssize_t SocketStream::write(const char *ptr, size_t size) {
if (!is_writable()) { return -1; }
#if defined(_WIN32) && !defined(_WIN64)
size =
(std::min)(size, static_cast<size_t>((std::numeric_limits<int>::max)()));
#endif
return send_socket(sock_, ptr, size, CPPHTTPLIB_SEND_FLAGS);
} | O1 | c | httplib::detail::SocketStream::write(char const*, unsigned long):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
callq 0x16806
movq $-0x1, %r13
testb %al, %al
je 0x16b79
movl 0x8(%r15), %ebp
movl %ebp, %edi
movq %r14, %rsi
movq %rbx, %r... | _ZN7httplib6detail12SocketStream5writeEPKcm:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
call _ZNK7httplib6detail12SocketStream11is_writableEv; httplib::detail::SocketStream::is_writable(void)
mov r13, 0FFFFFFFFFFFFFF... | long long httplib::detail::SocketStream::write(
httplib::detail::SocketStream *this,
const char *a2,
long long a3)
{
long long v4; // r13
unsigned int v5; // ebp
_DWORD *v6; // rax
_DWORD *v7; // r15
_QWORD v9[8]; // [rsp+8h] [rbp-40h] BYREF
v4 = -1LL;
if ( (unsigned __int8)httpl... | write:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
CALL 0x00116806
MOV R13,-0x1
TEST AL,AL
JZ 0x00116b79
MOV EBP,dword ptr [R15 + 0x8]
MOV EDI,EBP
MOV RSI,R14
MOV RDX,RBX
XOR ECX,ECX
CALL 0x00108290
MOV R13,RAX
TEST RAX,RAX
JNS 0x00116b79
CALL 0x00108060
CMP dw... |
/* httplib::detail::SocketStream::write(char const*, unsigned long) */
ssize_t __thiscall
httplib::detail::SocketStream::write(SocketStream *this,char *param_1,ulong param_2)
{
int __fd;
char cVar1;
int iVar2;
int *piVar3;
ssize_t sVar4;
timespec local_40;
cVar1 = is_writable(this);
sVar4 = -1;
... | |
34,987 | httplib::detail::SocketStream::write(char const*, unsigned long) | hkr04[P]cpp-mcp/common/httplib.h | inline ssize_t SocketStream::write(const char *ptr, size_t size) {
if (!is_writable()) { return -1; }
#if defined(_WIN32) && !defined(_WIN64)
size =
(std::min)(size, static_cast<size_t>((std::numeric_limits<int>::max)()));
#endif
return send_socket(sock_, ptr, size, CPPHTTPLIB_SEND_FLAGS);
} | O2 | c | httplib::detail::SocketStream::write(char const*, unsigned long):
pushq %r15
pushq %r14
pushq %rbx
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
callq 0x13526
testb %al, %al
je 0x13651
movl 0x8(%r15), %edi
movq %r14, %rsi
movq %rbx, %rdx
xorl %ecx, %ecx
popq %rbx
popq %r14
popq %r15
jmp 0x2a594
pushq $-0x1
popq %rax
... | _ZN7httplib6detail12SocketStream5writeEPKcm:
push r15
push r14
push rbx
mov rbx, rdx
mov r14, rsi
mov r15, rdi
call _ZNK7httplib6detail12SocketStream11is_writableEv; httplib::detail::SocketStream::is_writable(void)
test al, al
jz short loc_13651
mov edi, [r15+8]; this
mov rsi, r1... | long long httplib::detail::SocketStream::write(
httplib::detail::SocketStream *this,
const char *a2,
const void *a3)
{
int v4; // r8d
if ( (unsigned __int8)httplib::detail::SocketStream::is_writable(this) )
return httplib::detail::send_socket((httplib::detail *)*((unsigned int *)this +... | write:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
CALL 0x00113526
TEST AL,AL
JZ 0x00113651
MOV EDI,dword ptr [R15 + 0x8]
MOV RSI,R14
MOV RDX,RBX
XOR ECX,ECX
POP RBX
POP R14
POP R15
JMP 0x0012a594
LAB_00113651:
PUSH -0x1
POP RAX
POP RBX
POP R14
POP R15
RET
|
/* httplib::detail::SocketStream::write(char const*, unsigned long) */
int8 __thiscall
httplib::detail::SocketStream::write(SocketStream *this,char *param_1,ulong param_2)
{
char cVar1;
int8 uVar2;
cVar1 = is_writable(this);
if (cVar1 != '\0') {
uVar2 = send_socket(*(int *)(this + 8),param_1,param_2,0... | |
34,988 | stbi__YCbCr_to_RGB_row | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int step)
{
int i;
for (i=0; i < count; ++i) {
int y_fixed = (y[i] << 20) + (1<<19); // rounding
int r,g,b;
int cr = pcr[i] - 128;
int cb = pcb[i] - 128;
r = y_fixed ... | O1 | c | stbi__YCbCr_to_RGB_row:
testl %r8d, %r8d
jle 0x37343
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movslq %r9d, %rax
movl %r8d, %r8d
addq $0x3, %rdi
xorl %r9d, %r9d
xorl %r10d, %r10d
movl $0xff, %ebp
movzbl (%rsi,%r10), %ebx
shll $0x14, %ebx
movzbl (%rcx,%r10), %r14d
addl $-0x80, %r14d
imull $0x166f00, %r14d, ... | stbi__YCbCr_to_RGB_row:
test r8d, r8d
jle locret_37343
push rbp
push r15
push r14
push r12
push rbx
movsxd rax, r9d
mov r8d, r8d
add rdi, 3
xor r9d, r9d
xor r10d, r10d
mov ebp, 0FFh
loc_37281:
movzx ebx, byte ptr [rsi+r10]
shl ebx, 14h
movzx r14d, byte ptr [rcx+r10]
ad... | void stbi__YCbCr_to_RGB_row(long long a1, long long a2, long long a3, long long a4, int a5, int a6)
{
_BYTE *v6; // rdi
long long i; // r10
int v8; // ebx
int v9; // r14d
int v10; // r11d
int v11; // r15d
int v12; // r14d
int v13; // ebx
if ( a5 > 0 )
{
v6 = (_BYTE *)(a1 + 3);
for ( i = 0L... | stbi__YCbCr_to_RGB_row:
TEST R8D,R8D
JLE 0x00137343
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOVSXD RAX,R9D
MOV R8D,R8D
ADD RDI,0x3
XOR R9D,R9D
XOR R10D,R10D
MOV EBP,0xff
LAB_00137281:
MOVZX EBX,byte ptr [RSI + R10*0x1]
SHL EBX,0x14
MOVZX R14D,byte ptr [RCX + R10*0x1]
ADD R14D,-0x80
IMUL R11D,R14D,0x166f00
ADD R11D... |
void stbi__YCbCr_to_RGB_row
(long param_1,long param_2,long param_3,long param_4,uint param_5,int param_6)
{
int iVar1;
int1 *puVar2;
ulong uVar3;
int iVar4;
int iVar5;
int iVar6;
if (0 < (int)param_5) {
puVar2 = (int1 *)(param_1 + 3);
uVar3 = 0;
do {
iVar1 = (uint)*(... | |
34,989 | httplib::detail::MultipartFormDataParser::MultipartFormDataParser() | monkey531[P]llama/examples/server/httplib.h | MultipartFormDataParser() = default; | O3 | c | httplib::detail::MultipartFormDataParser::MultipartFormDataParser():
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
leaq 0x10(%rdi), %r15
movq %r15, (%rdi)
leaq 0xdb0fa(%rip), %rsi # 0x1470b0
leaq 0xdb0f5(%rip), %rdx # 0x1470b2
callq 0x4b514
leaq 0x20(%rbx), %rdi
leaq 0x30(%rbx), %rax
movq %rax, 0x20(%rbx)
le... | _ZN7httplib6detail23MultipartFormDataParserC2Ev:
push r15
push r14
push rbx
mov rbx, rdi
lea r15, [rdi+10h]
mov [rdi], r15
lea rsi, asc_1470B0; "--"
lea rdx, asc_1470B0+2; ""
call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag; std... | long long httplib::detail::MultipartFormDataParser::MultipartFormDataParser(
httplib::detail::MultipartFormDataParser *this)
{
long long result; // rax
*(_QWORD *)this = (char *)this + 16;
std::string::_M_construct<char const*>((long long)this, "--", (long long)"");
*((_QWORD *)this + 4) = (char *)thi... | MultipartFormDataParser:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
LEA R15,[RDI + 0x10]
MOV qword ptr [RDI],R15
LEA RSI,[0x2470b0]
LEA RDX,[0x2470b2]
CALL 0x0014b514
LEA RDI,[RBX + 0x20]
LEA RAX,[RBX + 0x30]
MOV qword ptr [RBX + 0x20],RAX
LAB_0016bfce:
LEA RSI,[0x2470e4]
LEA RDX,[0x2470e6]
CALL 0x0014b514
LAB_0016bfe1:
LE... |
/* httplib::detail::MultipartFormDataParser::MultipartFormDataParser() */
void __thiscall
httplib::detail::MultipartFormDataParser::MultipartFormDataParser(MultipartFormDataParser *this)
{
*(MultipartFormDataParser **)this = this + 0x10;
std::__cxx11::string::_M_construct<char_const*>(this,&DAT_002470b0,&DAT_002... | |
34,990 | 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 | const_reference at(KeyType && key) const
{
// 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... | O0 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
sub rsp, 0C8h
mov [rsp+0C8h+var_8], rdi... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA9_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
long lo... | |||
34,991 | 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 | const_reference at(KeyType && key) const
{
// 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... | 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... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14;... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
_BYTE *... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SU... |
char * _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::j... | |
34,992 | 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 | const_reference at(KeyType && key) const
{
// 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... | 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... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
push rbp; char
push r15; int
push r14;... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_(
long long a1,
_BYTE *... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SU... |
char * _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE2atIRA8_KcTnNSt9enable_ifIXsr6detail32is_usable_as_basic_json_key_typeISD_T_EE5valueEiE4typeELi0EEERKSD_OSJ_
(basic_json<nlohmann::j... | |
34,993 | OpenSubdiv::v3_6_0::Bfr::Surface<float>::EvaluateStencil(float const*, float*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/../bfr/surface.h | inline int
Surface<REAL>::EvaluateStencil(REAL const uv[2], REAL sP[]) const {
REAL * derivativeStencils[6] = { sP, 0, 0, 0, 0, 0 };
return evaluateStencils(uv, derivativeStencils);
} | O1 | c | OpenSubdiv::v3_6_0::Bfr::Surface<float>::EvaluateStencil(float const*, float*) const:
subq $0x38, %rsp
xorps %xmm0, %xmm0
movaps %xmm0, (%rsp)
movaps %xmm0, 0x20(%rsp)
movaps %xmm0, 0x10(%rsp)
movq %rdx, (%rsp)
movb 0x6c(%rdi), %al
movq %rsp, %rdx
testb $0x4, %al
jne 0x96a0e
testb $0x8, %al
jne 0x96a15
callq 0x39050
jm... | _ZNK10OpenSubdiv6v3_6_03Bfr7SurfaceIfE15EvaluateStencilEPKfPf:
sub rsp, 38h
xorps xmm0, xmm0
movaps [rsp+38h+var_38], xmm0
movaps [rsp+38h+var_18], xmm0
movaps [rsp+38h+var_28], xmm0
mov qword ptr [rsp+38h+var_38], rdx
mov al, [rdi+6Ch]
mov rdx, rsp
test al, 4
jnz short loc_96A0E
test al,... | long long OpenSubdiv::v3_6_0::Bfr::Surface<float>::EvaluateStencil(
long long a1,
long long a2,
unsigned long long a3,
long long a4,
long long a5,
long long a6)
{
char v6; // al
__int128 v8; // [rsp+0h] [rbp-38h] BYREF
__int128 v9; // [rsp+10h] [rbp-28h]
__int128... | EvaluateStencil:
SUB RSP,0x38
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP],XMM0
MOVAPS xmmword ptr [RSP + 0x20],XMM0
MOVAPS xmmword ptr [RSP + 0x10],XMM0
MOV qword ptr [RSP],RDX
MOV AL,byte ptr [RDI + 0x6c]
MOV RDX,RSP
TEST AL,0x4
JNZ 0x00196a0e
TEST AL,0x8
JNZ 0x00196a15
CALL 0x00139050
JMP 0x00196a1a
LAB_00196a0e:
CALL 0... |
/* OpenSubdiv::v3_6_0::Bfr::Surface<float>::EvaluateStencil(float const*, float*) const */
void __thiscall
OpenSubdiv::v3_6_0::Bfr::Surface<float>::EvaluateStencil
(Surface<float> *this,float *param_1,float *param_2)
{
float *local_38;
int8 uStack_30;
int8 local_28;
int8 uStack_20;
int8 local_18;... | |
34,994 | OpenSubdiv::v3_6_0::Bfr::Surface<float>::EvaluateStencil(float const*, float*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/../bfr/surface.h | inline int
Surface<REAL>::EvaluateStencil(REAL const uv[2], REAL sP[]) const {
REAL * derivativeStencils[6] = { sP, 0, 0, 0, 0, 0 };
return evaluateStencils(uv, derivativeStencils);
} | O3 | c | OpenSubdiv::v3_6_0::Bfr::Surface<float>::EvaluateStencil(float const*, float*) const:
subq $0x38, %rsp
xorps %xmm0, %xmm0
movaps %xmm0, (%rsp)
movaps %xmm0, 0x20(%rsp)
movaps %xmm0, 0x10(%rsp)
movq %rdx, (%rsp)
movb 0x6c(%rdi), %al
movq %rsp, %rdx
testb $0x4, %al
jne 0x9a7d2
testb $0x8, %al
jne 0x9a7d9
callq 0x3a690
jm... | _ZNK10OpenSubdiv6v3_6_03Bfr7SurfaceIdE15EvaluateStencilEPKdPd:
sub rsp, 38h
xorps xmm0, xmm0
movaps [rsp+38h+var_38], xmm0
movaps [rsp+38h+var_18], xmm0
movaps [rsp+38h+var_28], xmm0
mov qword ptr [rsp+38h+var_38], rdx
mov al, [rdi+6Ch]
mov rdx, rsp
test al, 4
jnz short loc_9A7D2
test al,... | long long OpenSubdiv::v3_6_0::Bfr::Surface<double>::EvaluateStencil(
long long a1,
long long a2,
unsigned long long a3,
long long a4,
long long a5,
long long a6)
{
char v6; // al
__int128 v8; // [rsp+0h] [rbp-38h] BYREF
__int128 v9; // [rsp+10h] [rbp-28h]
__int12... | EvaluateStencil:
SUB RSP,0x38
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP],XMM0
MOVAPS xmmword ptr [RSP + 0x20],XMM0
MOVAPS xmmword ptr [RSP + 0x10],XMM0
MOV qword ptr [RSP],RDX
MOV AL,byte ptr [RDI + 0x6c]
MOV RDX,RSP
TEST AL,0x4
JNZ 0x0019a7d2
TEST AL,0x8
JNZ 0x0019a7d9
CALL 0x0013a690
JMP 0x0019a7de
LAB_0019a7d2:
CALL 0... |
/* OpenSubdiv::v3_6_0::Bfr::Surface<double>::EvaluateStencil(double const*, double*) const */
void __thiscall
OpenSubdiv::v3_6_0::Bfr::Surface<double>::EvaluateStencil
(Surface<double> *this,double *param_1,double *param_2)
{
double *local_38;
int8 uStack_30;
int8 local_28;
int8 uStack_20;
int8 l... | |
34,995 | testing::internal::StreamingListener::SocketWriter::CloseConnection() | seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/src/gtest-internal-inl.h | void CloseConnection() override {
GTEST_CHECK_(sockfd_ != -1)
<< "CloseConnection() can be called only when there is a connection.";
close(sockfd_);
sockfd_ = -1;
} | O1 | c | testing::internal::StreamingListener::SocketWriter::CloseConnection():
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
cmpl $-0x1, 0x8(%rdi)
jne 0x3c783
leaq 0x7ce1(%rip), %rdx # 0x44416
leaq 0xc(%rsp), %rdi
movl $0x3, %esi
movl $0x44f, %ecx # imm = 0x44F
callq 0x1b13e
movq 0x1d898(%rip), %rdi # 0x59fe8... | _ZN7testing8internal17StreamingListener12SocketWriter15CloseConnectionEv:
push rbx
sub rsp, 10h
mov rbx, rdi
cmp dword ptr [rdi+8], 0FFFFFFFFh
jnz short loc_3C783
lea rdx, aWorkspaceLlm4b_6; "/workspace/llm4binary/github/2025_star3"...
lea rdi, [rsp+18h+var_C]
mov esi, 3
mov ecx, 44Fh... | long long testing::internal::StreamingListener::SocketWriter::CloseConnection(
testing::internal::StreamingListener::SocketWriter *this)
{
long long result; // rax
_DWORD v2[3]; // [rsp+Ch] [rbp-Ch] BYREF
if ( *((_DWORD *)this + 2) == -1 )
{
testing::internal::GTestLog::GTestLog(
v2,
3... | CloseConnection:
PUSH RBX
SUB RSP,0x10
MOV RBX,RDI
CMP dword ptr [RDI + 0x8],-0x1
JNZ 0x0013c783
LEA RDX,[0x144416]
LEA RDI,[RSP + 0xc]
MOV ESI,0x3
MOV ECX,0x44f
CALL 0x0011b13e
LAB_0013c749:
MOV RDI,qword ptr [0x00159fe8]
LEA RSI,[0x144609]
MOV EDX,0x20
CALL 0x001095a0
MOV RDI,qword ptr [0x00159fe8]
LEA RSI,[0x144687]... |
/* testing::internal::StreamingListener::SocketWriter::CloseConnection() */
void __thiscall
testing::internal::StreamingListener::SocketWriter::CloseConnection(SocketWriter *this)
{
GTestLog local_c [4];
if (*(int *)(this + 8) == -1) {
GTestLog::GTestLog(local_c,3,
"/workspace/llm4b... | |
34,996 | inline_mysql_file_chsize | eloqsql/include/mysql/psi/mysql_file.h | static inline int
inline_mysql_file_chsize(
#ifdef HAVE_PSI_FILE_INTERFACE
const char *src_file, uint src_line,
#endif
File file, my_off_t newlength, int filler, myf flags)
{
int result;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
locker= PSI_FILE_CALL(get_thr... | O0 | c | inline_mysql_file_chsize:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl %edx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movl %r8d, -0x24(%rbp)
movq %r9, -0x30(%rbp)
leaq 0x2b4ca8(%rip), %rax # 0x2f5a60
movq (%rax), %rax
movq 0x158(%rax), %rax
movl -0x18(%rbp), %esi
leaq -0x8... | inline_mysql_file_chsize_0:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_20], rcx
mov [rbp+var_24], r8d
mov [rbp+var_30], r9
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+158h]
mov esi, [rbp+var_18... | long long inline_mysql_file_chsize_0(
long long a1,
unsigned int a2,
unsigned int a3,
long long a4,
unsigned int a5,
long long a6)
{
_BYTE v7[72]; // [rsp+8h] [rbp-88h] BYREF
long long v8; // [rsp+50h] [rbp-40h]
unsigned int v9; // [rsp+5Ch] [rbp-34h]
long long v... | inline_mysql_file_chsize:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV dword ptr [RBP + -0x18],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV dword ptr [RBP + -0x24],R8D
MOV qword ptr [RBP + -0x30],R9
LEA RAX,[0x3f5a60]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0... |
int4
inline_mysql_file_chsize
(int8 param_1,int4 param_2,int4 param_3,int8 param_4,
int4 param_5,int8 param_6)
{
int1 local_90 [72];
long local_48;
int4 local_3c;
int8 local_38;
int4 local_2c;
int8 local_28;
int4 local_20;
int4 local_1c;
int8 local_18;
int4 local_c;
local_... | |
34,997 | inline_mysql_file_chsize | eloqsql/include/mysql/psi/mysql_file.h | static inline int
inline_mysql_file_chsize(
#ifdef HAVE_PSI_FILE_INTERFACE
const char *src_file, uint src_line,
#endif
File file, my_off_t newlength, int filler, myf flags)
{
int result;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
locker= PSI_FILE_CALL(get_thr... | O3 | c | inline_mysql_file_chsize:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x58, %rsp
movq %rsi, %rbx
movl %edi, %r14d
leaq 0x35996b(%rip), %rax # 0x3aea18
movq (%rax), %rax
leaq -0x68(%rbp), %rdi
movl %r14d, %esi
movl $0xd, %edx
callq *0x158(%rax)
testq %rax, %rax
jne 0x550e4
movl $0x10, %ecx
movl ... | inline_mysql_file_chsize_0:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 58h
mov rbx, rsi
mov r14d, edi
lea rax, PSI_server
mov rax, [rax]
lea rdi, [rbp+var_68]
mov esi, r14d
mov edx, 0Dh
call qword ptr [rax+158h]
test rax, rax
jnz short loc_550E4
m... | long long inline_mysql_file_chsize_0(unsigned int a1, long long a2)
{
long long v2; // rax
_BYTE v4[76]; // [rsp+8h] [rbp-68h] BYREF
_DWORD v5[7]; // [rsp+54h] [rbp-1Ch] BYREF
v2 = ((long long ( *)(_BYTE *, _QWORD, long long))PSI_server[43])(v4, a1, 13LL);
if ( !v2 )
return my_chsize(a1, a2, 0LL, 16LL);... | inline_mysql_file_chsize:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x58
MOV RBX,RSI
MOV R14D,EDI
LEA RAX,[0x4aea18]
MOV RAX,qword ptr [RAX]
LEA RDI,[RBP + -0x68]
MOV ESI,R14D
MOV EDX,0xd
CALL qword ptr [RAX + 0x158]
TEST RAX,RAX
JNZ 0x001550e4
MOV ECX,0x10
MOV EDI,R14D
MOV RSI,RBX
XOR EDX,EDX
CALL 0x001b... |
ulong inline_mysql_file_chsize(int4 param_1,int8 param_2)
{
long lVar1;
ulong uVar2;
int1 local_70 [76];
uint local_24;
lVar1 = (**(code **)(PSI_server + 0x158))(local_70,param_1,0xd);
if (lVar1 == 0) {
uVar2 = my_chsize(param_1,param_2,0,0x10);
}
else {
inline_mysql_file_chsize_cold_1(lVar... | |
34,998 | my_load_path | eloqsql/mysys/mf_loadpath.c | char * my_load_path(char * to, const char *path,
const char *own_path_prefix)
{
char buff[FN_REFLEN+1];
const char *from= buff;
int is_cur;
DBUG_ENTER("my_load_path");
DBUG_PRINT("enter",("path: %s prefix: %s",path,
own_path_prefix ? own_path_prefix : ""));
if ((path[0] == FN_HOMELIB && p... | O3 | c | my_load_path:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x218, %rsp # imm = 0x218
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
cmpb $0x7e, (%rsi)
jne 0x64292
cmpb $0x2f, 0x1(%r14)
je 0x6429e
movq %r14, %rdi
callq 0x5a... | my_load_path:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 218h
mov r15, rdx
mov r14, rsi
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
cmp byte ptr [rsi], 7Eh ; '~'
jnz short loc_64292
cmp byte ptr [r14+1], 2Fh ; '/'
jz ... | long long my_load_path(long long a1, char *a2, long long a3)
{
char *v4; // r12
long long v6; // r13
int v7; // eax
int v8; // r9d
int v9; // eax
long long v10; // rax
char v11[528]; // [rsp+0h] [rbp-240h] BYREF
unsigned long long v12; // [rsp+210h] [rbp-30h]
v12 = __readfsqword(0x28u);
if ( (*a2 ... | my_load_path:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x218
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
CMP byte ptr [RSI],0x7e
JNZ 0x00164292
CMP byte ptr [R14 + 0x1],0x2f
JZ 0x0016429e
LAB_00164292:
MOV RDI,R14
CALL 0x0015a892
TEST ... |
int8 my_load_path(int8 param_1,char *param_2,long param_3)
{
int iVar1;
size_t sVar2;
long lVar3;
long in_FS_OFFSET;
char local_248 [528];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
if (((*param_2 != '~') || (param_2[1] != '/')) && (iVar1 = test_if_hard_path(param_2), iVar1 == 0)
... | |
34,999 | PFS_buffer_scalable_container<PFS_program, 1024, 1024, PFS_buffer_default_array<PFS_program>, PFS_buffer_default_allocator<PFS_program>>::apply(PFS_buffer_processor<PFS_program>&) | eloqsql/storage/perfschema/pfs_buffer_container.h | void apply(processor_type & proc)
{
uint i;
array_type *page;
value_type *pfs;
value_type *pfs_last;
for (i=0 ; i < PFS_PAGE_COUNT; i++)
{
page= m_pages[i];
if (page != NULL)
{
pfs= page->get_first();
pfs_last= page->get_last();
while (pfs < pfs_last... | O0 | c | PFS_buffer_scalable_container<PFS_program, 1024, 1024, PFS_buffer_default_array<PFS_program>, PFS_buffer_default_allocator<PFS_program>>::apply(PFS_buffer_processor<PFS_program>&):
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x38(%rbp)
movl ... | _ZN29PFS_buffer_scalable_containerI8PFS_userLi128ELi128E14PFS_user_array18PFS_user_allocatorE5applyER20PFS_buffer_processorIS0_E:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov [rbp+var_38], rax
mov [rbp+var_14], 0
loc_477DF:
cmp ... | long long PFS_buffer_scalable_container<PFS_user,128,128,PFS_user_array,PFS_user_allocator>::apply(
long long a1,
unsigned int *a2)
{
long long result; // rax
unsigned long long last; // [rsp+10h] [rbp-30h]
unsigned long long first; // [rsp+18h] [rbp-28h]
long long v5; // [rsp+20h] [rbp-20h]
... | apply:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x38],RAX
MOV dword ptr [RBP + -0x14],0x0
LAB_001477df:
CMP dword ptr [RBP + -0x14],0x80
JNC 0x00147870
MOV RAX,qword ptr [RBP + -0x38]
MOV ECX,dword ptr [RBP + -0... |
/* PFS_buffer_scalable_container<PFS_user, 128, 128, PFS_user_array,
PFS_user_allocator>::apply(PFS_buffer_processor<PFS_user>&) */
void __thiscall
PFS_buffer_scalable_container<PFS_user,128,128,PFS_user_array,PFS_user_allocator>::apply
(PFS_buffer_scalable_container<PFS_user,128,128,PFS_user_array,PFS_u... |
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.