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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
7,000 | release_whole_queue | eloqsql/mysys/mf_keycache.c | static void release_whole_queue(KEYCACHE_WQUEUE *wqueue)
{
struct st_my_thread_var *last;
struct st_my_thread_var *next;
struct st_my_thread_var *thread;
/* Queue may be empty. */
if (!(last= wqueue->last_thread))
return;
next= last->next; /* First (oldest) element */
do
... | O0 | c | release_whole_queue:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x10(%rbp)
cmpq $0x0, %rax
jne 0xe545f
jmp 0xe54bc
movq -0x10(%rbp), %rax
movq 0x88(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x20(%rbp)
jmp 0xe5478
jmp ... | release_whole_queue:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rax, [rax]
mov [rbp+var_10], rax
cmp rax, 0
jnz short loc_E545F
jmp short loc_E54BC
loc_E545F:
mov rax, [rbp+var_10]
mov rax, [rax+88h]
mov [rbp+var_18], rax
loc_E546E... | _QWORD * release_whole_queue(_QWORD *a1)
{
_QWORD *result; // rax
_QWORD *v2; // [rsp+0h] [rbp-20h]
_QWORD *v3; // [rsp+8h] [rbp-18h]
_QWORD *v4; // [rsp+10h] [rbp-10h]
result = (_QWORD *)*a1;
v4 = (_QWORD *)*a1;
if ( *a1 )
{
v3 = (_QWORD *)v4[17];
do
{
v2 = v3;
v3 = (_QWORD *)v... | release_whole_queue:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x10],RAX
CMP RAX,0x0
JNZ 0x001e545f
JMP 0x001e54bc
LAB_001e545f:
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x88]
MOV qword ptr [RBP + -0x18],... |
void release_whole_queue(long *param_1)
{
long lVar1;
long lVar2;
bool bVar3;
int8 local_20;
lVar1 = *param_1;
if (lVar1 != 0) {
local_20 = *(long *)(lVar1 + 0x88);
do {
lVar2 = *(long *)(local_20 + 0x88);
*(int8 *)(local_20 + 0x88) = 0;
inline_mysql_cond_signal(local_20 + 8);... | |
7,001 | cleanup_dirname | eloqsql/mysys/mf_pack.c | size_t cleanup_dirname(register char *to, const char *from)
{
reg5 size_t length;
reg2 char * pos;
reg3 char * from_ptr;
reg4 char * start;
char parent[5], /* for "FN_PARENTDIR" */
buff[FN_REFLEN + 1],*end_parentdir;
#ifdef BACKSLASH_MBTAIL
CHARSET_INFO *fs= fs_character_set();
#endif
DBUG_ENTER... | O0 | c | cleanup_dirname:
pushq %rbp
movq %rsp, %rbp
subq $0x260, %rsp # imm = 0x260
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x218(%rbp)
movq %rsi, -0x220(%rbp)
jmp 0x76238
leaq -0x210(%rbp), %rax
movq %rax, -0x240(%rbp)
movq -0x220(%rbp), %rax
movq %rax, -0x238(%rbp)
movb $0x2f, -0xd(%rbp)
leaq -0xd(%r... | cleanup_dirname:
push rbp
mov rbp, rsp
sub rsp, 260h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_218], rdi
mov [rbp+var_220], rsi
jmp short $+2
loc_76238:
lea rax, [rbp+var_210]
mov [rbp+var_240], rax
mov rax, [rbp+var_220]
mov [rbp+var_238], rax
mov [rbp+var_D],... | long long cleanup_dirname(long long a1, _BYTE *a2)
{
_BYTE *v2; // rax
bool v4; // [rsp+17h] [rbp-249h]
_BYTE *v5; // [rsp+18h] [rbp-248h]
_BYTE *v6; // [rsp+20h] [rbp-240h]
_BYTE *i; // [rsp+30h] [rbp-230h]
unsigned long long v9; // [rsp+38h] [rbp-228h]
long long v10; // [rsp+48h] [rbp-218h]
_BYTE v11... | cleanup_dirname:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x260
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x218],RDI
MOV qword ptr [RBP + -0x220],RSI
JMP 0x00176238
LAB_00176238:
LEA RAX,[RBP + -0x210]
MOV qword ptr [RBP + -0x240],RAX
MOV RAX,qword ptr [RBP + -0x220]
MOV qword ptr [RBP + -0x2... |
long cleanup_dirname(char *param_1,char *param_2)
{
char cVar1;
int iVar2;
char *pcVar3;
ulong __n;
char *pcVar4;
long in_FS_OFFSET;
bool bVar5;
char *local_248;
char *local_240;
char *local_238;
char local_218 [515];
char local_15;
char acStack_14 [4];
long local_10;
local_10 = *(lon... | |
7,002 | get_hash_link | eloqsql/storage/maria/ma_pagecache.c | static PAGECACHE_HASH_LINK *get_hash_link(PAGECACHE *pagecache,
PAGECACHE_FILE *file,
pgcache_page_no_t pageno)
{
reg1 PAGECACHE_HASH_LINK *hash_link;
PAGECACHE_HASH_LINK **start;
DBUG_ENTER("get_hash_link");
restart:
/* try to... | O0 | c | get_hash_link:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rdx
leaq -0x28(%rbp), %rcx
callq 0x40580
movq %rax, -0x20(%rbp)
cmpq $0x0, -0x20(%rbp)
jne 0x41f1d
movq -0x8(%rbp), %rax
cmpq $0x... | get_hash_link:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
loc_41DB7:
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
mov rdx, [rbp+var_18]
lea rcx, [rbp+var_28]
call get_present_hash_link
mov [rbp+var_20], rax
cmp [rbp... | long long * get_hash_link(_QWORD *a1, long long a2, long long a3)
{
long long v3; // rax
long long v4; // rcx
_BYTE v6[72]; // [rsp+10h] [rbp-80h] BYREF
long long v7; // [rsp+58h] [rbp-38h]
long long v8; // [rsp+60h] [rbp-30h]
long long v9; // [rsp+68h] [rbp-28h] BYREF
long long *present_hash_link; // [rs... | get_hash_link:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
LAB_00141db7:
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RBP + -0x18]
LEA RCX,[RBP + -0x28]
CALL 0x00140580
MOV qword ptr [RBP + -0x20],R... |
int8 * get_hash_link(long param_1,void *param_2,int8 param_3)
{
long lVar1;
int1 local_88 [72];
int8 local_40;
long local_38;
int8 local_30;
int8 *local_28;
int8 local_20;
void *local_18;
long local_10;
local_20 = param_3;
local_18 = param_2;
local_10 = param_1;
while( true ) {
local_... | |
7,003 | nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*) | ng-log[P]ng-log/src/logging.cc | CheckOpMessageBuilder::CheckOpMessageBuilder(const char* exprtext)
: stream_(new ostringstream) {
*stream_ << exprtext << " (";
} | O1 | cpp | nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*):
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r14
movq %rdi, %r15
movl $0x178, %edi # imm = 0x178
callq 0x7520
movq %rax, %rbx
movq %rax, %rdi
callq 0x7750
movq %rbx, (%r15)
testq %r14, %r14
je 0xddd6
movq %r14, %rdi
callq 0x71f0
movq... | _ZN5nglog8internal21CheckOpMessageBuilderC2EPKc:
push r15; Alternative name is 'nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*)'
push r14
push rbx
mov r14, rsi
mov r15, rdi
mov edi, 178h; unsigned __int64
call __Znwm; operator new(ulong)
mov rbx, rax
mov rdi, r... | long long nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(
nglog::internal::CheckOpMessageBuilder *this,
const char *a2)
{
_QWORD *v2; // rbx
long long v3; // rax
v2 = (_QWORD *)operator new(0x178uLL);
std::ostringstream::basic_ostringstream(v2);
*(_QWORD *)this = v2;
if ( a2... | CheckOpMessageBuilder:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RSI
MOV R15,RDI
MOV EDI,0x178
CALL 0x00107520
MOV RBX,RAX
LAB_0010ddae:
MOV RDI,RAX
CALL 0x00107750
LAB_0010ddb6:
MOV qword ptr [R15],RBX
TEST R14,R14
JZ 0x0010ddd6
MOV RDI,R14
CALL 0x001071f0
MOV RDI,RBX
MOV RSI,R14
MOV RDX,RAX
CALL 0x00107600
JMP 0x0010ddef
LA... |
/* nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*) */
void __thiscall
nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder
(CheckOpMessageBuilder *this,char *param_1)
{
ostringstream *this_00;
size_t sVar1;
this_00 = (ostringstream *)operator_new(0x178);
... | |
7,004 | nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*) | ng-log[P]ng-log/src/logging.cc | CheckOpMessageBuilder::CheckOpMessageBuilder(const char* exprtext)
: stream_(new ostringstream) {
*stream_ << exprtext << " (";
} | O3 | cpp | nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*):
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r14
movq %rdi, %r15
movl $0x178, %edi # imm = 0x178
callq 0x7520
movq %rax, %rbx
movq %rax, %rdi
callq 0x7750
movq %rbx, (%r15)
testq %r14, %r14
je 0xdc44
movq %r14, %rdi
callq 0x71f0
movq... | _ZN5nglog8internal21CheckOpMessageBuilderC2EPKc:
push r15; Alternative name is 'nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*)'
push r14
push rbx
mov r14, rsi
mov r15, rdi
mov edi, 178h; unsigned __int64
call __Znwm; operator new(ulong)
mov rbx, rax
mov rdi, r... | long long nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(
nglog::internal::CheckOpMessageBuilder *this,
const char *a2)
{
_QWORD *v2; // rbx
long long v3; // rax
v2 = (_QWORD *)operator new(0x178uLL);
std::ostringstream::basic_ostringstream(v2);
*(_QWORD *)this = v2;
if ( a2... | CheckOpMessageBuilder:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RSI
MOV R15,RDI
MOV EDI,0x178
CALL 0x00107520
MOV RBX,RAX
LAB_0010dc1c:
MOV RDI,RAX
CALL 0x00107750
LAB_0010dc24:
MOV qword ptr [R15],RBX
TEST R14,R14
JZ 0x0010dc44
MOV RDI,R14
CALL 0x001071f0
MOV RDI,RBX
MOV RSI,R14
MOV RDX,RAX
CALL 0x00107600
JMP 0x0010dc5d
LA... |
/* nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder(char const*) */
void __thiscall
nglog::internal::CheckOpMessageBuilder::CheckOpMessageBuilder
(CheckOpMessageBuilder *this,char *param_1)
{
ostringstream *this_00;
size_t sVar1;
this_00 = (ostringstream *)operator_new(0x178);
... | |
7,005 | ma_invalidate_stmts | eloqsql/libmariadb/libmariadb/mariadb_lib.c | void ma_invalidate_stmts(MYSQL *mysql, const char *function_name)
{
if (mysql->stmts)
{
LIST *li_stmt= mysql->stmts;
for (; li_stmt; li_stmt= li_stmt->next)
{
MYSQL_STMT *stmt= (MYSQL_STMT *)li_stmt->data;
stmt->mysql= NULL;
SET_CLIENT_STMT_ERROR(stmt, CR_STMT_CLOSED, SQLSTATE_UNKNOWN... | O0 | c | ma_invalidate_stmts:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x4c8(%rax)
je 0x1e13c
movq -0x8(%rbp), %rax
movq 0x4c8(%rax), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x18(%rbp)
je 0x1e12d
movq -0x18(%rbp), %rax
movq 0x10(%rax), %rax
movq %r... | ma_invalidate_stmts:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
cmp qword ptr [rax+4C8h], 0
jz loc_1E13C
mov rax, [rbp+var_8]
mov rax, [rax+4C8h]
mov [rbp+var_18], rax
loc_1E071:
cmp [rbp+var_18], 0
jz loc_1E12D... | long long ma_invalidate_stmts(long long a1, long long a2)
{
long long result; // rax
long long v3; // [rsp+8h] [rbp-28h]
long long v4; // [rsp+10h] [rbp-20h]
long long i; // [rsp+18h] [rbp-18h]
result = a1;
if ( *(_QWORD *)(a1 + 1224) )
{
for ( i = *(_QWORD *)(a1 + 1224); i; i = *(_QWORD *)(i + 8) )... | ma_invalidate_stmts:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x4c8],0x0
JZ 0x0011e13c
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x4c8]
MOV qword ptr [RBP + -0x18],RAX
LAB_0011e071:
CMP qword ptr [R... |
void ma_invalidate_stmts(long param_1,char *param_2)
{
long lVar1;
int8 local_38;
int8 local_20;
if (*(long *)(param_1 + 0x4c8) != 0) {
for (local_20 = *(long *)(param_1 + 0x4c8); local_20 != 0; local_20 = *(long *)(local_20 + 8)) {
lVar1 = *(long *)(local_20 + 0x10);
*(int8 *)(lVar1 + 0x38... | |
7,006 | my_coll_lexem_next | eloqsql/strings/ctype-uca.c | static my_coll_lexem_num my_coll_lexem_next(MY_COLL_LEXEM *lexem)
{
const char *beg;
my_coll_lexem_num rc;
for (beg= lexem->beg ; beg < lexem->end ; beg++)
{
switch (*beg)
{
case ' ':
case '\t':
case '\r':
case '\n':
continue;
case '[': /* Bracket expression, e.g. "[optimize... | O3 | c | my_coll_lexem_next:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x8(%rdi), %r14
movq 0x10(%rdi), %rcx
xorl %r15d, %r15d
cmpq %rcx, %r14
jae 0xbc8dd
movzbl (%r14), %edx
cmpl $0xc, %edx
jle 0xbc6e5
cmpl $0x1f, %edx
jle 0xbc6f2
cmpl $0x25, %edx
jg 0xbc70b
cmpl $0x20, %edx
je... | my_coll_lexem_next:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
mov r14, [rdi+8]
mov rcx, [rdi+10h]
xor r15d, r15d
cmp r14, rcx
jnb loc_BC8DD
loc_BC6C8:
movzx edx, byte ptr [r14]
cmp edx, 0Ch
jle short loc_BC6E5
cmp edx, 1Fh
jle sho... | unsigned __int8 * my_coll_lexem_next(long long a1)
{
long long v1; // rax
unsigned __int8 *v3; // r14
unsigned long long v4; // rcx
int v5; // r15d
unsigned int v6; // edx
unsigned __int8 *result; // rax
long long v8; // rax
int v9; // edx
int v10; // eax
int v11; // edx
int v12; // esi
int v13;... | my_coll_lexem_next:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV R14,qword ptr [RDI + 0x8]
MOV RCX,qword ptr [RDI + 0x10]
XOR R15D,R15D
CMP R14,RCX
JNC 0x001bc8dd
LAB_001bc6c8:
MOVZX EDX,byte ptr [R14]
CMP EDX,0xc
JLE 0x001bc6e5
CMP EDX,0x1f
JLE 0x001bc6f2
CMP EDX,0x25
JG 0x001bc70b
CMP EDX,... |
void my_coll_lexem_next(int4 *param_1)
{
byte bVar1;
byte *pbVar2;
int4 in_EAX;
uint uVar3;
long lVar4;
int iVar5;
int iVar6;
byte *pbVar7;
byte *pbVar8;
int4 uVar9;
int4 local_28 [2];
pbVar7 = *(byte **)(param_1 + 2);
pbVar2 = *(byte **)(param_1 + 4);
uVar9 = 0;
pbVar8 = pbVar7;
if... | |
7,007 | nglog::(anonymous namespace)::GetPC(void*) | ng-log[P]ng-log/src/signalhandler.cc | void* GetPC(void* ucontext_in_void) {
# if (defined(HAVE_UCONTEXT_H) || defined(HAVE_SYS_UCONTEXT_H)) && \
defined(PC_FROM_UCONTEXT)
if (ucontext_in_void != nullptr) {
ucontext_t* context = reinterpret_cast<ucontext_t*>(ucontext_in_void);
return (void*)context->PC_FROM_UCONTEXT;
}
# else
(void)uco... | O0 | cpp | nglog::(anonymous namespace)::GetPC(void*):
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x4a6c8
movq -0x10(%rbp), %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
movq 0xa8(%rax), %rax
movq %rax, -0x8(%rbp)
jmp 0x4a6d0
movq $0x0, -0x8(%rbp)
movq -0x8(%rbp), %rax
popq %rbp
retq
nopw %cs... | _ZN5nglog12_GLOBAL__N_15GetPCEPv:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
cmp [rbp+var_10], 0
jz short loc_4A6C8
mov rax, [rbp+var_10]
mov [rbp+var_18], rax
mov rax, [rbp+var_18]
mov rax, [rax+0A8h]
mov [rbp+var_8], rax
jmp short loc_4A6D0
loc_4A6C8:
mov [rbp+var_8], ... | long long nglog::`anonymous namespace'::GetPC(nglog::_anonymous_namespace_ *this, void *a2)
{
if ( this )
return *((_QWORD *)this + 21);
else
return 0LL;
}
| GetPC:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0014a6c8
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0xa8]
MOV qword ptr [RBP + -0x8],RAX
JMP 0x0014a6d0
LAB_0014a6c8:
MOV qword ptr [RBP + -0x8],... |
/* nglog::(anonymous namespace)::GetPC(void*) */
int8 nglog::(anonymous_namespace)::GetPC(void *param_1)
{
int8 local_10;
if (param_1 == (void *)0x0) {
local_10 = 0;
}
else {
local_10 = *(int8 *)((long)param_1 + 0xa8);
}
return local_10;
}
| |
7,008 | bother::ping(unsigned int, char const*, unsigned short) | untodesu[P]voxelius/game/client/bother.cc | void bother::ping(unsigned int identity, const char *host, std::uint16_t port)
{
if(bother_set.count(identity)) {
// Already in the process
return;
}
for(const auto &item : bother_queue) {
if(item.identity == identity) {
// Already in the queue
return;
... | O2 | cpp | bother::ping(unsigned int, char const*, unsigned short):
pushq %r15
pushq %r14
pushq %rbx
subq $0x60, %rsp
movl %edx, %ebx
movq %rsi, %r14
leaq 0xc(%rsp), %rsi
movl %edi, (%rsi)
leaq 0x22a4dd(%rip), %rdi # 0x254580
callq 0x2c32c
testq %rax, %rax
jne 0x2a154
movq 0x22a510(%rip), %rcx # 0x2545c8
movq 0x22a519(%rip)... | _ZN6bother4pingEjPKct:
push r15
push r14
push rbx
sub rsp, 60h
mov ebx, edx
mov r14, rsi
lea rsi, [rsp+78h+var_6C]
mov [rsi], edi
lea rdi, _ZL10bother_set; bother_set
call _ZNKSt10_HashtableIjjSaIjENSt8__detail9_IdentityESt8equal_toIjESt4hashIjENS1_18_Mod_range_hashingENS1_20_Default... | void bother::ping(bother *this, long long a2, const char *a3)
{
__int16 v3; // bx
_DWORD *v4; // rcx
long long v5; // rdi
long long v6; // rdx
char v7; // [rsp+Bh] [rbp-6Dh] BYREF
int v8; // [rsp+Ch] [rbp-6Ch]
_BYTE v9[32]; // [rsp+10h] [rbp-68h] BYREF
int v10; // [rsp+30h] [rbp-48h]
_QWORD v11[2]; /... | ping:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV EBX,EDX
MOV R14,RSI
LEA RSI,[RSP + 0xc]
MOV dword ptr [RSI],EDI
LEA RDI,[0x354580]
CALL 0x0012c32c
TEST RAX,RAX
JNZ 0x0012a154
MOV RCX,qword ptr [0x003545c8]
MOV RDI,qword ptr [0x003545d8]
MOV RDX,qword ptr [0x003545e0]
MOV RSI,qword ptr [0x003545e8]
MOV EAX,dword ptr [... |
/* bother::ping(unsigned int, char const*, unsigned short) */
void bother::ping(uint param_1,char *param_2,ushort param_3)
{
int8 *puVar1;
long lVar2;
uint *puVar3;
long lVar4;
uint *puVar5;
allocator local_6d;
uint local_6c;
string local_68 [32];
uint local_48 [2];
int1 *local_40;
int8 local_3... | |
7,009 | nlohmann::json_abi_v3_11_3::detail::serializer<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::... | monkey531[P]llama/common/./json.hpp | static std::string hex_bytes(std::uint8_t byte)
{
std::string result = "FF";
constexpr const char* nibble_to_hex = "0123456789ABCDEF";
result[0] = nibble_to_hex[byte / 16];
result[1] = nibble_to_hex[byte % 16];
return result;
} | O1 | cpp | nlohmann::json_abi_v3_11_3::detail::serializer<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::... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE9hex_bytesEh:
push r14
push rbx
push rax
mov ebx, esi
mov r14, rdi
lea rax, [rdi+10h]
mov [rdi], rax
lea ... | _QWORD * nlohmann::json_abi_v3_11_3::detail::serializer<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>>::hex_bytes(
_QWORD *a1,
... | hex_bytes:
PUSH R14
PUSH RBX
PUSH RAX
MOV EBX,ESI
MOV R14,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RDI],RAX
LEA RSI,[0x1bbe85]
LEA RDX,[0x1bbe87]
CALL 0x0015abde
MOV EAX,EBX
SHR EAX,0x4
LEA RCX,[0x1bff74]
MOV AL,byte ptr [RAX + RCX*0x1]
MOV RDX,qword ptr [R14]
MOV byte ptr [RDX],AL
AND EBX,0xf
MOV AL,byte ptr [RBX + RCX... |
/* nlohmann::json_abi_v3_11_3::detail::serializer<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
... | |
7,010 | ft_init_stopwords | eloqsql/storage/myisam/ft_stopwords.c | int ft_init_stopwords()
{
DBUG_ENTER("ft_init_stopwords");
if (!stopwords3)
{
if (!(stopwords3=(TREE *)my_malloc(mi_key_memory_ft_stopwords,
sizeof(TREE), MYF(0))))
DBUG_RETURN(-1);
init_tree(stopwords3,0,0,sizeof(FT_STOPWORD),(qsort_cmp2)&FT_STOPWORD_cmp,
... | O3 | c | ft_init_stopwords:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
cmpq $0x0, 0xb8f6f7(%rip) # 0xc01bf0
jne 0x72578
leaq 0xb8f73a(%rip), %rax # 0xc01c3c
movl (%rax), %edi
movl $0x298, %esi # imm = 0x298
xorl %edx, %edx
callq 0xa0cdd
movq %rax, 0xb8f6d9... | ft_init_stopwords:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
cmp cs:stopwords3, 0
jnz short loc_72578
lea rax, mi_key_memory_ft_stopwords
mov edi, [rax]
mov esi, 298h
xor edx, edx
call my_malloc
mov cs:stopwords3, rax
test ... | long long ft_init_stopwords()
{
long long v0; // rax
long long ( *v1)(); // r9
void *v2; // rax
unsigned int v3; // eax
unsigned int v4; // r12d
long long v5; // rbx
long long v6; // rax
long long v7; // r12
unsigned int v8; // r14d
long long v9; // rax
char **v10; // r14
_QWORD v13[3]; // [rsp+... | ft_init_stopwords:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
CMP qword ptr [0x00d01bf0],0x0
JNZ 0x00172578
LEA RAX,[0xd01c3c]
MOV EDI,dword ptr [RAX]
MOV ESI,0x298
XOR EDX,EDX
CALL 0x001a0cdd
MOV qword ptr [0x00d01bf0],RAX
TEST RAX,RAX
JZ 0x001726aa
LEA RCX,[0xd01be8]
MOV RCX,qword ... |
int8 ft_init_stopwords(void)
{
int *puVar1;
char cVar2;
int iVar3;
long lVar4;
long lVar5;
int8 uVar6;
code *pcVar7;
int8 uVar8;
int **ppuVar9;
int8 local_60 [2];
int8 local_50;
long local_48;
long local_40;
int local_34;
if (stopwords3 == 0) {
stopwords3 = my_malloc(mi_key_memory... | |
7,011 | recursivelyAssertProperNodeOwnership(YGNode*) | yoga-mod/tests/YGCloneNodeTest.cpp | static void recursivelyAssertProperNodeOwnership(YGNodeRef node) {
for (size_t i = 0; i < YGNodeGetChildCount(node); ++i) {
const auto child = YGNodeGetChild(node, i);
ASSERT_EQ(node, YGNodeGetOwner(child));
recursivelyAssertProperNodeOwnership(child);
}
} | O0 | cpp | recursivelyAssertProperNodeOwnership(YGNode*):
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x8(%rbp)
movq $0x0, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x60(%rbp)
movq -0x8(%rbp), %rdi
callq 0x6d7140
movq %rax, %rcx
movq -0x60(%rbp), %rax
cmpq %rcx, %rax
jae 0xe2eb8
movq -0x8(%rbp), %rdi
movq -0x10(%... | _ZL36recursivelyAssertProperNodeOwnershipP6YGNode:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_8], rdi
mov [rbp+var_10], 0
loc_E2D57:
mov rax, [rbp+var_10]
mov [rbp+var_60], rax
mov rdi, [rbp+var_8]
call YGNodeGetChildCount
mov rcx, rax
mov rax, [rbp+var_60]
cmp rax, rc... | unsigned long long recursivelyAssertProperNodeOwnership(long long a1)
{
unsigned long long ChildCount; // rcx
unsigned long long result; // rax
long long v3; // [rsp+8h] [rbp-78h]
unsigned long long v4; // [rsp+20h] [rbp-60h]
unsigned int v5; // [rsp+2Ch] [rbp-54h]
char v6[8]; // [rsp+30h] [rbp-50h] BYREF
... | recursivelyAssertProperNodeOwnership:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],0x0
LAB_001e2d57:
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x60],RAX
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x007d7140
MOV RCX,RAX
MOV RAX,qword ptr [RBP + -0x60]
CMP RAX,RCX
JNC ... |
/* recursivelyAssertProperNodeOwnership(YGNode*) */
void recursivelyAssertProperNodeOwnership(YGNode *param_1)
{
ulong uVar1;
bool bVar2;
ulong uVar3;
int8 uVar4;
AssertHelper local_58 [8];
Message local_50 [24];
int8 local_38;
AssertionResult local_30 [16];
YGNode *local_20;
ulong local_18;
YG... | |
7,012 | recursivelyAssertProperNodeOwnership(YGNode*) | yoga-mod/tests/YGCloneNodeTest.cpp | static void recursivelyAssertProperNodeOwnership(YGNodeRef node) {
for (size_t i = 0; i < YGNodeGetChildCount(node); ++i) {
const auto child = YGNodeGetChild(node, i);
ASSERT_EQ(node, YGNodeGetOwner(child));
recursivelyAssertProperNodeOwnership(child);
}
} | O3 | cpp | recursivelyAssertProperNodeOwnership(YGNode*):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, -0x50(%rbp)
callq 0x3677cc
testq %rax, %rax
je 0x8ef49
xorl %r14d, %r14d
leaq -0x40(%rbp), %r13
leaq -0x50(%rbp), %rbx
leaq -0x30(%rbp), %r15
movq -0x50(%rbp), %rd... | _ZL36recursivelyAssertProperNodeOwnershipP6YGNode:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov [rbp+var_50], rdi
call YGNodeGetChildCount
test rax, rax
jz loc_8EF49
xor r14d, r14d
lea r13, [rbp+var_40]
lea rbx, [rbp+var_50]
lea... | void recursivelyAssertProperNodeOwnership(long long a1)
{
long long v1; // r14
long long Child; // r12
char *v3; // r8
double v4; // xmm0_8
_BYTE v5[8]; // [rsp+8h] [rbp-48h] BYREF
_BYTE v6[8]; // [rsp+10h] [rbp-40h] BYREF
char **v7; // [rsp+18h] [rbp-38h] BYREF
_QWORD v8[6]; // [rsp+20h] [rbp-30h] BYR... | recursivelyAssertProperNodeOwnership:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV qword ptr [RBP + -0x50],RDI
CALL 0x004677cc
TEST RAX,RAX
JZ 0x0018ef49
XOR R14D,R14D
LEA R13,[RBP + -0x40]
LEA RBX,[RBP + -0x50]
LEA R15,[RBP + -0x30]
LAB_0018ee70:
MOV RDI,qword ptr [RBP + -0x50]
MO... |
/* recursivelyAssertProperNodeOwnership(YGNode*) */
void recursivelyAssertProperNodeOwnership(YGNode *param_1)
{
long lVar1;
YGNode *pYVar2;
ulong uVar3;
char *pcVar4;
ulong uVar5;
YGNode *local_58;
AssertHelper local_50 [8];
internal local_48 [8];
string *local_40;
YGNode *local_38;
local_5... | |
7,013 | my_charlen_utf8mb3 | eloqsql/strings/ctype-utf8.c | static
int my_charlen_utf8mb3(CHARSET_INFO *cs __attribute__((unused)),
const uchar *s, const uchar *e)
{
uchar c;
if (s >= e)
return MY_CS_TOOSMALL;
c= s[0];
if (c < 0xf0)
return my_valid_mbcharlen_utf8mb3(s, e);
return MY_CS_ILSEQ;
} | O3 | c | my_charlen_utf8mb3:
pushq %rbp
movq %rsp, %rbp
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rdx, %rsi
jae 0x4dffb
movb (%rsi), %cl
cmpb $-0x11, %cl
ja 0x4dff9
movl $0x1, %eax
testb %cl, %cl
jns 0x4dffb
cmpb $-0x3e, %cl
jae 0x4dffd
xorl %eax, %eax
popq %rbp
retq
cmpb $-0x21, %cl
ja 0x4e01d
leaq 0x2(%rsi), %rcx
... | my_charlen_utf8mb3:
push rbp
mov rbp, rsp
mov eax, 0FFFFFF9Bh
cmp rsi, rdx
jnb short loc_4DFFB
mov cl, [rsi]
cmp cl, 0EFh
ja short loc_4DFF9
mov eax, 1
test cl, cl
jns short loc_4DFFB
cmp cl, 0C2h
jnb short loc_4DFFD
loc_4DFF9:
xor eax, eax
loc_4DFFB:
pop rbp
r... | long long my_charlen_utf8mb3(long long a1, char *a2, unsigned long long a3)
{
long long result; // rax
char v4; // cl
char v5; // dl
result = 4294967195LL;
if ( (unsigned long long)a2 < a3 )
{
v4 = *a2;
if ( (unsigned __int8)*a2 > 0xEFu )
return 0LL;
result = 1LL;
if ( v4 >= 0 )
... | my_charlen_utf8mb3:
PUSH RBP
MOV RBP,RSP
MOV EAX,0xffffff9b
CMP RSI,RDX
JNC 0x0014dffb
MOV CL,byte ptr [RSI]
CMP CL,0xef
JA 0x0014dff9
MOV EAX,0x1
TEST CL,CL
JNS 0x0014dffb
CMP CL,0xc2
JNC 0x0014dffd
LAB_0014dff9:
XOR EAX,EAX
LAB_0014dffb:
POP RBP
RET
LAB_0014dffd:
CMP CL,0xdf
JA 0x0014e01d
LEA RCX,[RSI + 0x2]
MOV EAX,... |
int my_charlen_utf8mb3(int8 param_1,byte *param_2,byte *param_3)
{
byte bVar1;
if (param_3 <= param_2) {
return -0x65;
}
bVar1 = *param_2;
if (bVar1 < 0xf0) {
if (-1 < (char)bVar1) {
return 1;
}
if (0xc1 < bVar1) {
if (bVar1 < 0xe0) {
if (param_3 < param_2 + 2) {
... | |
7,014 | blst_expand_message_xmd | corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/hash_to_field.c | void blst_expand_message_xmd(unsigned char *bytes, size_t len_in_bytes,
const unsigned char *msg, size_t msg_len,
const unsigned char *DST, size_t DST_len)
{
size_t buf_len = (len_in_bytes+31) & ((size_t)0-32);
unsigned char *buf_ptr = bytes;
if (bu... | O1 | c | blst_expand_message_xmd:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
leaq 0x1f(%rsi), %r12
andq $-0x20, %r12
cmpq $0x1fe0, %r12 # imm = 0x1FE0
ja 0x18fa7
movq %r9, %r10
movq %r8, %rax
movq %rcx, %r9
movq %rdx, %r8
movq %rsi, %r14
movq %rdi, %r15
movq %rdi, %rbx
cmpq %rsi, %r12
je 0x... | blst_expand_message_xmd:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
lea r12, [rsi+1Fh]
and r12, 0FFFFFFFFFFFFFFE0h
cmp r12, 1FE0h
ja short loc_18FA7
mov r10, r9
mov rax, r8
mov r9, rcx
mov r8, rdx
mov r14, rsi
mov r15, rdi
mov rbx, rdi
cmp ... | void blst_expand_message_xmd(char *a1, long long a2, int a3, int a4, long long a5, long long a6)
{
unsigned long long v6; // r12
char *v7; // rbx
long long i; // rax
unsigned long long v9; // r12
long long v10; // rax
long long v11; // [rsp+0h] [rbp-20h] BYREF
v6 = (a2 + 31) & 0xFFFFFFFFFFFFFFE0LL;
if... | blst_expand_message_xmd:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
LEA R12,[RSI + 0x1f]
AND R12,-0x20
CMP R12,0x1fe0
JA 0x00118fa7
MOV R10,R9
MOV RAX,R8
MOV R9,RCX
MOV R8,RDX
MOV R14,RSI
MOV R15,RDI
MOV RBX,RDI
CMP R12,RSI
JZ 0x00118f5b
MOV RBX,RSP
LEA RCX,[R12 + 0xf]
AND RCX,-0x10
SUB RBX,RCX
MOV RSP,RB... |
void blst_expand_message_xmd
(int1 *param_1,ulong param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
ulong uVar1;
int1 *puVar2;
int1 *puVar3;
ulong uVar4;
uVar4 = param_2 + 0x1f & 0xffffffffffffffe0;
if (uVar4 < 0x1fe1) {
puVar2 = param_1;
puVar3 = &st... | |
7,015 | 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;
} | O0 | c | my_dirend:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0xf7a82
movq -0x10(%rbp), %rdi
addq $0x10, %rdi
callq 0xdc0d0
movq -0x10(%rbp), %rdi
addq $0x38, %rdi
xorl %eax, %eax
movl %eax, %esi
callq 0xeece0
movq -0x10(%rbp), %rdi
c... | my_dirend:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
cmp [rbp+var_10], 0
jz short loc_F7A82
mov rdi, [rbp+var_10]
add rdi, 10h
call delete_dynamic
mov rdi, [rbp+var_10]
add rdi, 38h ; '8'
xor eax, eax
mov ... | long long my_dirend(long long a1)
{
long long result; // rax
result = a1;
if ( a1 )
{
delete_dynamic(a1 + 16);
free_root(a1 + 56, 0);
return my_free(a1);
}
return result;
}
| my_dirend:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
CMP qword ptr [RBP + -0x10],0x0
JZ 0x001f7a82
MOV RDI,qword ptr [RBP + -0x10]
ADD RDI,0x10
CALL 0x001dc0d0
MOV RDI,qword ptr [RBP + -0x10]
ADD RDI,0x38
XOR EAX,EAX
MOV ESI,EAX
CALL ... |
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;
}
| |
7,016 | google::protobuf::DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(google::protobuf::DescriptorProto_ExtensionRange const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc | DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(const DescriptorProto_ExtensionRange& from)
: ::PROTOBUF_NAMESPACE_ID::Message() {
DescriptorProto_ExtensionRange* const _this = this; (void)_this;
new (&_impl_) Impl_{
decltype(_impl_._has_bits_){from._impl_._has_bits_}
, /*decltype(_impl_.... | O3 | cpp | google::protobuf::DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(google::protobuf::DescriptorProto_ExtensionRange const&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x8(%rdi), %r14
movq $0x0, 0x8(%rdi)
leaq 0x121044(%rip), %rax # 0x20c890
movq %rax, (... | _ZN6google8protobuf30DescriptorProto_ExtensionRangeC2ERKS1_:
push r15
push r14
push r13
push r12
push rbx
mov r15, rsi
mov rbx, rdi
lea r14, [rdi+8]
mov qword ptr [rdi+8], 0
lea rax, off_20C890
mov [rdi], rax
mov eax, [rsi+10h]
mov [rdi+10h], eax
xorps xmm0, xmm0
movups ... | long long google::protobuf::DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(
google::protobuf::DescriptorProto_ExtensionRange *this,
const google::protobuf::DescriptorProto_ExtensionRange *a2)
{
long long v3; // rsi
const google::protobuf::ExtensionRangeOptions *v4; // r13
google::... | DescriptorProto_ExtensionRange:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R15,RSI
MOV RBX,RDI
LEA R14,[RDI + 0x8]
MOV qword ptr [RDI + 0x8],0x0
LEA RAX,[0x30c890]
MOV qword ptr [RDI],RAX
MOV EAX,dword ptr [RSI + 0x10]
MOV dword ptr [RDI + 0x10],EAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x14],XMM0
MOV dword p... |
/* google::protobuf::DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange(google::protobuf::DescriptorProto_ExtensionRange
const&) */
void __thiscall
google::protobuf::DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange
(DescriptorProto_ExtensionRange *this,DescriptorProto_ExtensionR... | |
7,017 | stbi__pnm_test(stbi__context*) | monkey531[P]llama/examples/llava/../../common/stb_image.h | static int stbi__pnm_test(stbi__context *s)
{
char p, t;
p = (char) stbi__get8(s);
t = (char) stbi__get8(s);
if (p != 'P' || (t != '5' && t != '6')) {
stbi__rewind( s );
return 0;
}
return 1;
} | O0 | c | stbi__pnm_test(stbi__context*):
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
movq 0x8(%rsp), %rdi
callq 0x9f080
movb %al, 0x7(%rsp)
movq 0x8(%rsp), %rdi
callq 0x9f080
movb %al, 0x6(%rsp)
movsbl 0x7(%rsp), %eax
cmpl $0x50, %eax
jne 0x9d793
movsbl 0x6(%rsp), %eax
cmpl $0x35, %eax
je 0x9d7a7
movsbl 0x6(%rsp), %eax
cmpl $0x36, %e... | _ZL14stbi__pnm_testP13stbi__context:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
mov rdi, [rsp+18h+var_10]
call _ZL10stbi__get8P13stbi__context; stbi__get8(stbi__context *)
mov [rsp+18h+var_11], al
mov rdi, [rsp+18h+var_10]
call _ZL10stbi__get8P13stbi__context; stbi__get8(stbi__context *)
mov [... | long long stbi__pnm_test(long long a1)
{
char v2; // [rsp+6h] [rbp-12h]
char v3; // [rsp+7h] [rbp-11h]
v3 = stbi__get8(a1);
v2 = stbi__get8(a1);
if ( v3 == 80 && (v2 == 53 || v2 == 54) )
{
return 1;
}
else
{
stbi__rewind(a1);
return 0;
}
}
| stbi__pnm_test:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x0019f080
MOV byte ptr [RSP + 0x7],AL
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x0019f080
MOV byte ptr [RSP + 0x6],AL
MOVSX EAX,byte ptr [RSP + 0x7]
CMP EAX,0x50
JNZ 0x0019d793
MOVSX EAX,byte ptr [RSP + 0x6]
CMP EAX,0x35
JZ 0x0019d... |
/* stbi__pnm_test(stbi__context*) */
int4 stbi__pnm_test(stbi__context *param_1)
{
char cVar1;
char cVar2;
int4 local_4;
cVar1 = stbi__get8(param_1);
cVar2 = stbi__get8(param_1);
if ((cVar1 == 'P') && ((cVar2 == '5' || (cVar2 == '6')))) {
local_4 = 1;
}
else {
stbi__rewind(param_1);
lo... | |
7,018 | mysql_next_result_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_next_result_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_next_result,
(parms->mysql),
parms->mysql,
int,
r_int)
} | O0 | c | mysql_next_result_start_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rdi
callq 0xa58f0
movl %eax, ... | mysql_next_result_start_internal:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
mov rax, [rbp+var_10]
mov rax, [rax]
mov rax, [rax+480h]
mov rax, [rax+28h]
mov [rbp+var_20], rax
mov rax, [rbp+var_10]
mov rdi, [rax]
c... | _DWORD * mysql_next_result_start_internal(long long *a1)
{
_DWORD *result; // rax
_DWORD *v2; // [rsp+0h] [rbp-20h]
v2 = *(_DWORD **)(*(_QWORD *)(*a1 + 1152) + 40LL);
v2[2] = mysql_next_result(*a1);
result = v2;
*v2 = 0;
return result;
}
| mysql_next_result_start_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x480]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX... |
void mysql_next_result_start_internal(long *param_1)
{
int4 *puVar1;
int4 uVar2;
puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28);
uVar2 = mysql_next_result(*param_1);
puVar1[2] = uVar2;
*puVar1 = 0;
return;
}
| |
7,019 | translog_put_sector_protection | eloqsql/storage/maria/ma_loghandler.c | static void translog_put_sector_protection(uchar *page,
struct st_buffer_cursor *cursor)
{
uchar *table= page + log_descriptor.page_overhead -
TRANSLOG_PAGE_SIZE / DISK_DRIVE_SECTOR_SIZE;
uint i, offset;
uint16 last_protected_sector= ((cursor->previous_offset - 1) /
... | O3 | c | translog_put_sector_protection:
movzwl 0x3af794(%rip), %eax # 0x3fe7e4
movl $0xffff, %r9d # imm = 0xFFFF
andl %r9d, %edx
leal 0x1ffffff(%rdx), %ecx
shrl $0x9, %ecx
movl %edx, %r10d
shrl $0x9, %r10d
addb -0x10(%rdi,%rax), %sil
cmpl $0x200, %edx # imm = 0x200
movl $0x1, %r8d
cmovael %r10d, %r8d
cm... | translog_put_sector_protection:
movzx eax, cs:word_3FE7E4
mov r9d, 0FFFFh
and edx, r9d
lea ecx, [rdx+1FFFFFFh]
shr ecx, 9
mov r10d, edx
shr r10d, 9
add sil, [rdi+rax-10h]
cmp edx, 200h
mov r8d, 1
cmovnb r8d, r10d
cmp r8w, cx
jnz short loc_4F0A2
and ecx, r9d
mov r9d... | long long translog_put_sector_protection(long long a1, char a2, unsigned __int16 a3)
{
long long result; // rax
char v4; // si
unsigned __int16 v5; // r8
long long v6; // rcx
long long v7; // r9
long long v8; // rcx
_BYTE *v9; // rdx
result = (unsigned __int16)word_3FE7E4;
v4 = *(_BYTE *)(a1 + (unsi... | translog_put_sector_protection:
MOVZX EAX,word ptr [0x004fe7e4]
MOV R9D,0xffff
AND EDX,R9D
LEA ECX,[RDX + 0x1ffffff]
SHR ECX,0x9
MOV R10D,EDX
SHR R10D,0x9
ADD SIL,byte ptr [RDI + RAX*0x1 + -0x10]
CMP EDX,0x200
MOV R8D,0x1
CMOVNC R8D,R10D
CMP R8W,CX
JNZ 0x0014f0a2
AND ECX,R9D
MOV R9D,ECX
SHL R9D,0x9
CMP R9D,EDX
JNC 0x00... |
void translog_put_sector_protection(long param_1,char param_2,uint param_3)
{
char cVar1;
ulong uVar2;
uint uVar3;
long lVar4;
char *pcVar5;
uint uVar6;
uint uVar7;
uVar2 = (ulong)DAT_004fe7e4;
param_3 = param_3 & 0xffff;
uVar3 = param_3 + 0x1ffffff >> 9;
cVar1 = *(char *)(param_1 + -0x10 + u... | |
7,020 | LefDefParser::lefwLayerACTableEntries(int, double*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwLayerACTableEntries(int numEntries,
double *entries)
{
int i;
int j = 0;
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState != LEFW_LAYERACCURRENT)
return LEFW_BAD_ORDER;
if (numEntries <= 0)
return LEFW_BAD_DATA; // tableEntries a... | O0 | cpp | LefDefParser::lefwLayerACTableEntries(int, double*):
subq $0x18, %rsp
movl %edi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movl $0x0, (%rsp)
leaq 0x1ef15(%rip), %rax # 0x32e00
cmpq $0x0, (%rax)
jne 0x13efe
movl $0x1, 0x14(%rsp)
jmp 0x140ca
leaq 0x1f14b(%rip), %rax # 0x33050
cmpl $0x1d, (%rax)
je 0x13f17
movl $0x2, 0x14(%... | _ZN12LefDefParser23lefwLayerACTableEntriesEiPd:
sub rsp, 18h
mov [rsp+18h+var_8], edi
mov [rsp+18h+var_10], rsi
mov [rsp+18h+var_18], 0
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jnz short loc_13EFE
mov [rsp+18h+var_4], 1
jmp loc_140CA
loc_13E... | long long LefDefParser::lefwLayerACTableEntries(
LefDefParser *this,
double *a2,
double *a3,
int a4,
int a5,
int a6)
{
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
double *v10; // rax
int v12; // [rsp+0h] [rbp-18h]
int i; // [rsp+4h] [rbp-14h... | lefwLayerACTableEntries:
SUB RSP,0x18
MOV dword ptr [RSP + 0x10],EDI
MOV qword ptr [RSP + 0x8],RSI
MOV dword ptr [RSP],0x0
LEA RAX,[0x132e00]
CMP qword ptr [RAX],0x0
JNZ 0x00113efe
MOV dword ptr [RSP + 0x14],0x1
JMP 0x001140ca
LAB_00113efe:
LEA RAX,[0x133050]
CMP dword ptr [RAX],0x1d
JZ 0x00113f17
MOV dword ptr [RSP + ... |
/* LefDefParser::lefwLayerACTableEntries(int, double*) */
int4 LefDefParser::lefwLayerACTableEntries(int param_1,double *param_2)
{
int local_18;
int local_14;
double *local_10;
int4 local_4;
local_18 = 0;
if (lefwFile == (_IO_FILE *)0x0) {
local_4 = 1;
}
else if (lefwState == 0x1d) {
if (... | |
7,021 | LefDefParser::lefwLayerACTableEntries(int, double*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwLayerACTableEntries(int numEntries,
double *entries)
{
int i;
int j = 0;
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState != LEFW_LAYERACCURRENT)
return LEFW_BAD_ORDER;
if (numEntries <= 0)
return LEFW_BAD_DATA; // tableEntries a... | O3 | cpp | LefDefParser::lefwLayerACTableEntries(int, double*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
leaq 0x19057(%rip), %r13 # 0x24e00
movq (%r13), %rcx
testq %rcx, %rcx
je 0xbe5e
leaq 0x19293(%rip), %rdx # 0x25050
movl $0x2, %eax
cmpl $0x1d, (%rdx)
jne 0xbf1b
movl %edi, %ebp
testl... | _ZN12LefDefParser23lefwLayerACTableEntriesEiPd:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
lea r13, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
mov rcx, [r13+0]
test rcx, rcx
jz loc_BE5E
lea rdx, _ZN12LefDefParser9lefwStateE; LefDefParser::lefwState
m... | long long LefDefParser::lefwLayerACTableEntries(
LefDefParser *this,
long long a2,
double *a3,
long long a4,
int a5,
int a6)
{
long long result; // rax
int v7; // edx
int v8; // ecx
int v9; // r8d
int v10; // r9d
long long v11; // r15
int v12; // ebp
long... | lefwLayerACTableEntries:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
LEA R13,[0x124e00]
MOV RCX,qword ptr [R13]
TEST RCX,RCX
JZ 0x0010be5e
LEA RDX,[0x125050]
MOV EAX,0x2
CMP dword ptr [RDX],0x1d
JNZ 0x0010bf1b
MOV EBP,EDI
TEST EDI,EDI
JLE 0x0010be68
MOV RBX,RSI
CMP byte ptr [0x001250ec],0x1
JNZ 0x001... |
/* LefDefParser::lefwLayerACTableEntries(int, double*) */
int8 LefDefParser::lefwLayerACTableEntries(int param_1,double *param_2)
{
int8 uVar1;
int iVar2;
long lVar3;
if (lefwFile == (_IO_FILE *)0x0) {
uVar1 = 1;
}
else {
uVar1 = 2;
if (lefwState == 0x1d) {
if (param_1 < 1) {
... | |
7,022 | my_once_free | eloqsql/mysys/my_once.c | void my_once_free(void)
{
reg1 USED_MEM *next,*old;
DBUG_ENTER("my_once_free");
for (next=my_once_root_block ; next ; )
{
old=next; next= next->next ;
free((uchar*) old);
}
my_once_root_block=0;
DBUG_VOID_RETURN;
} | O0 | c | my_once_free:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
leaq 0x35b471(%rip), %rax # 0x38d340
movq (%rax), %rax
movq %rax, -0x8(%rbp)
cmpq $0x0, -0x8(%rbp)
je 0x31efb
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x8(%rbp)
movq -0x10(%rbp), %rdi
callq 0x24370
jmp 0... | my_once_free:
push rbp
mov rbp, rsp
sub rsp, 10h
lea rax, my_once_root_block
mov rax, [rax]
mov [rbp+var_8], rax
loc_31ED6:
cmp [rbp+var_8], 0
jz short loc_31EFB
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
mov rax, [rbp+var_8]
mov rax, [rax]
mov [rbp+var_8], rax
mov ... | _QWORD *my_once_free()
{
_QWORD *result; // rax
_QWORD *v1; // [rsp+0h] [rbp-10h]
_QWORD *v2; // [rsp+8h] [rbp-8h]
v2 = (_QWORD *)my_once_root_block;
while ( v2 )
{
v1 = v2;
v2 = (_QWORD *)*v2;
free(v1);
}
result = &my_once_root_block;
my_once_root_block = 0LL;
return result;
}
| my_once_free:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
LEA RAX,[0x48d340]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x8],RAX
LAB_00131ed6:
CMP qword ptr [RBP + -0x8],0x0
JZ 0x00131efb
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + ... |
void my_once_free(void)
{
int8 *puVar1;
int8 local_10;
local_10 = my_once_root_block;
while (local_10 != (int8 *)0x0) {
puVar1 = (int8 *)*local_10;
free(local_10);
local_10 = puVar1;
}
my_once_root_block = (int8 *)0x0;
return;
}
| |
7,023 | SchemaConverter::_not_strings(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&) | monkey531[P]llama/common/json-schema-to-grammar.cpp | std::string _not_strings(const std::vector<std::string> & strings) {
struct TrieNode {
std::map<char, TrieNode> children;
bool is_end_of_string;
TrieNode() : is_end_of_string(false) {}
void insert(const std::string & string) {
auto node = this;
... | O1 | cpp | SchemaConverter::_not_strings(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1f8, %rsp ... | _ZN15SchemaConverter12_not_stringsERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1F8h
mov r12, rsi
mov rbx, rdi
lea rax, [rsp+228h+var_1D8]
mov dword ptr [rax], 0
xor ecx, ecx
mov [ra... | long long SchemaConverter::_not_strings(long long a1, long long a2, long long *a3)
{
long long v3; // r14
long long v4; // r13
long long v5; // rax
void ***v6; // rax
void *v8[2]; // [rsp+0h] [rbp-228h] BYREF
__int128 v9; // [rsp+10h] [rbp-218h] BYREF
int v10[4]; // [rsp+28h] [rbp-200h] BYREF
long long... | _not_strings:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1f8
MOV R12,RSI
MOV RBX,RDI
LEA RAX,[RSP + 0x50]
MOV dword ptr [RAX],0x0
XOR ECX,ECX
MOV qword ptr [RAX + 0x8],RCX
MOV qword ptr [RAX + 0x10],RAX
MOV qword ptr [RAX + 0x18],RAX
MOV qword ptr [RAX + 0x20],RCX
MOV byte ptr [RAX + 0x28],0x0
MOV ... |
/* SchemaConverter::_not_strings(std::vector<std::__cxx11::string,
std::allocator<std::__cxx11::string > > const&) */
vector * SchemaConverter::_not_strings(vector *param_1)
{
long lVar1;
int8 uVar2;
long *in_RDX;
BuiltinRule *in_RSI;
long lVar3;
_lambda_SchemaConverter___not_strings_std__vector<std::... | |
7,024 | Catch::cleanupSingletons() | AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp | static auto getSingletons() -> std::vector<ISingleton*>*& {
static std::vector<ISingleton*>* g_singletons = nullptr;
if( !g_singletons )
g_singletons = new std::vector<ISingleton*>();
return g_singletons;
} | O3 | cpp | Catch::cleanupSingletons():
pushq %r15
pushq %r14
pushq %rbx
movq 0xe7975(%rip), %rbx # 0x134448
testq %rbx, %rbx
je 0x4cadd
movq (%rbx), %r14
jmp 0x4cb02
movl $0x18, %edi
callq 0x171f0
movq %rax, %rbx
xorps %xmm0, %xmm0
movups %xmm0, (%rax)
movq $0x0, 0x10(%rax)
movq %rax, 0xe7949(%rip) # 0x134448
xorl %r14d, ... | _ZN5Catch17cleanupSingletonsEv:
push r15
push r14
push rbx
mov rbx, cs:_ZZN5Catch12_GLOBAL__N_113getSingletonsEvE12g_singletons; Catch::`anonymous namespace'::getSingletons(void)::g_singletons
test rbx, rbx
jz short loc_4CADD
mov r14, [rbx]
jmp short loc_4CB02
loc_4CADD:
mov edi, 18h; u... | void Catch::cleanupSingletons(Catch *this)
{
_QWORD *v1; // rbx
_QWORD *v2; // r14
_QWORD *v3; // r15
v1 = Catch::`anonymous namespace'::getSingletons(void)::g_singletons;
if ( Catch::`anonymous namespace'::getSingletons(void)::g_singletons )
{
v2 = *(_QWORD **)Catch::`anonymous namespace'::getSinglet... | cleanupSingletons:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,qword ptr [0x00234448]
TEST RBX,RBX
JZ 0x0014cadd
MOV R14,qword ptr [RBX]
JMP 0x0014cb02
LAB_0014cadd:
MOV EDI,0x18
CALL 0x001171f0
MOV RBX,RAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RAX],XMM0
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [0x00234448],RAX
XOR R14D,R14D
... |
/* Catch::cleanupSingletons() */
void Catch::cleanupSingletons(void)
{
long *plVar1;
void *pvVar2;
int8 *puVar3;
long *plVar4;
if ((anonymous_namespace)::getSingletons()::g_singletons == (int8 *)0x0) {
(anonymous_namespace)::getSingletons()::g_singletons = (int8 *)operator_new(0x18);
*(anonymous... | |
7,025 | google::protobuf::util::converter::ProtoWriter::BeginNamed(google::protobuf::stringpiece_internal::StringPiece, bool) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/util/internal/proto_writer.cc | const google::protobuf::Field* ProtoWriter::BeginNamed(StringPiece name,
bool is_list) {
if (invalid_depth_ > 0) {
++invalid_depth_;
return nullptr;
}
const google::protobuf::Field* field = Lookup(name);
if (field == nullptr) {
++invalid_depth_;... | O0 | cpp | google::protobuf::util::converter::ProtoWriter::BeginNamed(google::protobuf::stringpiece_internal::StringPiece, bool):
subq $0x68, %rsp
movb %cl, %al
movq %rsi, 0x50(%rsp)
movq %rdx, 0x58(%rsp)
movq %rdi, 0x48(%rsp)
andb $0x1, %al
movb %al, 0x47(%rsp)
movq 0x48(%rsp), %rax
movq %rax, (%rsp)
cmpl $0x0, 0xc8(%rax)
jle 0x... | _ZN6google8protobuf4util9converter11ProtoWriter10BeginNamedENS0_20stringpiece_internal11StringPieceEb:
sub rsp, 68h
mov al, cl
mov [rsp+68h+var_18], rsi
mov [rsp+68h+var_10], rdx
mov [rsp+68h+var_20], rdi
and al, 1
mov [rsp+68h+var_21], al
mov rax, [rsp+68h+var_20]
mov [rsp+68h+var_6... | google::protobuf::Field * google::protobuf::util::converter::ProtoWriter::BeginNamed(
google::protobuf::util::converter::ProtoWriter *a1,
long long a2,
long long a3,
char a4)
{
long long v5[2]; // [rsp+8h] [rbp-60h] BYREF
long long v6; // [rsp+18h] [rbp-50h]
long long v7; // [rsp+2... | deallocate:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV qword ptr [RSP],RDX
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x002961a0
ADD RSP,0x18
RET
|
/* __gnu_cxx::new_allocator<google::protobuf::DescriptorBuilder::SuggestFieldNumbers(google::protobuf::FileDescriptor*,
google::protobuf::FileDescriptorProto
const&)::Range>::deallocate(google::protobuf::DescriptorBuilder::SuggestFieldNumbers(google::protobuf::FileDescriptor*,
google::protobuf::FileDescriptor... | |
7,026 | my_coll_rules_realloc | eloqsql/strings/ctype-uca.c | static int
my_coll_rules_realloc(MY_COLL_RULES *rules, size_t n)
{
if (rules->nrules < rules->mrules ||
(rules->rule= rules->loader->realloc(rules->rule,
sizeof(MY_COLL_RULE) *
(rules->mrules= n + 128))))
return 0;
retur... | O0 | c | my_coll_rules_realloc:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq 0x10(%rax), %rax
movq -0x10(%rbp), %rcx
cmpq 0x18(%rcx), %rax
jb 0x50163
movq -0x10(%rbp), %rax
movq 0x28(%rax), %rax
movq 0x90(%rax), %rax
movq -0x10(%rbp), %rcx
movq 0x20(%rcx),... | my_coll_rules_realloc:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_10]
mov rax, [rax+10h]
mov rcx, [rbp+var_10]
cmp rax, [rcx+18h]
jb short loc_50163
mov rax, [rbp+var_10]
mov rax, [rax+28h]
mov rax, [rax+90h]
mov ... | long long my_coll_rules_realloc(_QWORD *a1, long long a2)
{
long long ( *v2)(long long, long long); // rax
long long v3; // rdi
long long v4; // rax
if ( a1[2] < a1[3] )
return 0;
v2 = *(long long ( **)(long long, long long))(a1[5] + 144LL);
v3 = a1[4];
a1[3] = a2 + 128;
v4 = v2(v3, 160 * (a2 + 12... | my_coll_rules_realloc:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x10]
MOV RCX,qword ptr [RBP + -0x10]
CMP RAX,qword ptr [RCX + 0x18]
JC 0x00150163
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x... |
int4 my_coll_rules_realloc(long param_1,long param_2)
{
code *pcVar1;
long lVar2;
if (*(ulong *)(param_1 + 0x18) <= *(ulong *)(param_1 + 0x10)) {
pcVar1 = *(code **)(*(long *)(param_1 + 0x28) + 0x90);
*(long *)(param_1 + 0x18) = param_2 + 0x80;
lVar2 = (*pcVar1)(*(int8 *)(param_1 + 0x20),(param_2... | |
7,027 | stbtt__csctx_v | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-truetype.h | static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int32 x, stbtt_int32 y, stbtt_int32 cx, stbtt_int32 cy, stbtt_int32 cx1, stbtt_int32 cy1)
{
if (c->bounds) {
stbtt__track_vertex(c, x, y);
if (type == STBTT_vcubic) {
stbtt__track_vertex(c, cx, cy);
stbtt__track_vertex(... | O1 | c | stbtt__csctx_v:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %r9d, %r14d
movl %r8d, %r12d
movl %esi, %r13d
movq %rdi, %rbx
movl 0x48(%rsp), %ebp
movl 0x40(%rsp), %r15d
cmpl $0x0, (%rdi)
je 0x7c6f
movq %rbx, %rdi
movl %edx, %esi
movl %ecx, %edx
callq 0x7cb9
cmpb $0x4, %r13b
jne 0x7ca... | stbtt__csctx_v:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14d, r9d
mov r12d, r8d
mov r13d, esi
mov rbx, rdi
mov ebp, [rsp+38h+arg_8]
mov r15d, [rsp+38h+arg_0]
cmp dword ptr [rdi], 0
jz short loc_7C6F
mov rdi, rbx
mov esi, edx
mov ... | long long stbtt__csctx_v(
long long a1,
char a2,
unsigned int a3,
unsigned int a4,
unsigned int a5,
unsigned int a6,
unsigned int a7,
unsigned int a8)
{
long long result; // rax
long long v12; // rsi
if ( *(_DWORD *)a1 )
{
result = stbtt__tra... | stbtt__csctx_v:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14D,R9D
MOV R12D,R8D
MOV R13D,ESI
MOV RBX,RDI
MOV EBP,dword ptr [RSP + 0x48]
MOV R15D,dword ptr [RSP + 0x40]
CMP dword ptr [RDI],0x0
JZ 0x00107c6f
MOV RDI,RBX
MOV ESI,EDX
MOV EDX,ECX
CALL 0x00107cb9
CMP R13B,0x4
JNZ 0x00107ca7
MOV RDI,R... |
void stbtt__csctx_v(int *param_1,char param_2,int4 param_3,int4 param_4,
int4 param_5,int4 param_6,int4 param_7,int4 param_8)
{
long lVar1;
long lVar2;
if (*param_1 == 0) {
lVar1 = *(long *)(param_1 + 10);
lVar2 = (long)param_1[0xc] * 0xe;
*(char *)(lVar1 + 0xc + lVar2) = param... | |
7,028 | testing::internal::JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(char const*) | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc | JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(const char* output_file)
: output_file_(output_file) {
if (output_file_.empty()) {
GTEST_LOG_(FATAL) << "JSON output file may not be null";
}
} | O0 | cpp | testing::internal::JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(char const*):
subq $0x58, %rsp
movq %rdi, 0x50(%rsp)
movq %rsi, 0x48(%rsp)
movq 0x50(%rsp), %rdi
movq %rdi, 0x10(%rsp)
callq 0x4c8b0
movq 0x10(%rsp), %rax
leaq 0x6694f(%rip), %rcx # 0x9ad88
addq $0x10, %rcx
movq %rcx, (%rax)
addq $0x8, %rax
mov... | _ZN7testing8internal25JsonUnitTestResultPrinterC2EPKc:
sub rsp, 58h
mov [rsp+58h+var_8], rdi
mov qword ptr [rsp+58h+var_11+1], rsi; char
mov rdi, [rsp+58h+var_8]; this
mov qword ptr [rsp+58h+var_48], rdi; int
call _ZN7testing22EmptyTestEventListenerC2Ev; testing::EmptyTestEventListener::EmptyTest... | void testing::internal::JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(
testing::internal::JsonUnitTestResultPrinter *this,
const char *a2)
{
long long v2; // rdx
void *Stream; // [rsp+8h] [rbp-50h]
long long v4; // [rsp+20h] [rbp-38h]
int v5[5]; // [rsp+30h] [rbp-28h] BYREF
_BYTE v6[9]... | JsonUnitTestResultPrinter:
SUB RSP,0x58
MOV qword ptr [RSP + 0x50],RDI
MOV qword ptr [RSP + 0x48],RSI
MOV RDI,qword ptr [RSP + 0x50]
MOV qword ptr [RSP + 0x10],RDI
CALL 0x0014c8b0
MOV RAX,qword ptr [RSP + 0x10]
LEA RCX,[0x19ad88]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
ADD RAX,0x8
MOV qword ptr [RSP + 0x18],RAX
MOV RAX,qw... |
/* testing::internal::JsonUnitTestResultPrinter::JsonUnitTestResultPrinter(char const*) */
void __thiscall
testing::internal::JsonUnitTestResultPrinter::JsonUnitTestResultPrinter
(JsonUnitTestResultPrinter *this,char *param_1)
{
char *pcVar1;
ulong uVar2;
ostream *poVar3;
GTestLog local_28 [23];
... | |
7,029 | minja::SetNode::SetNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>... | llama.cpp/common/minja/minja.hpp | SetNode(const Location & loc, const std::string & ns, const std::vector<std::string> & vns, std::shared_ptr<Expression> && v)
: TemplateNode(loc), ns(ns), var_names(vns), value(std::move(v)) {} | O3 | cpp | minja::SetNode::SetNode(minja::Location const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>... | _ZN5minja7SetNodeC2ERKNS_8LocationERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS9_SaIS9_EEOSt10shared_ptrINS_10ExpressionEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r8
mov r15, rcx
mov rbx, rdi
lea r13, _ZTVN5minja12TemplateNodeE... | long long minja::SetNode::SetNode(long long a1, _QWORD *a2, long long a3, _QWORD *a4, __int128 *a5)
{
long long v7; // rax
long long result; // rax
__int128 v9; // xmm0
*(_QWORD *)a1 = &`vtable for'minja::TemplateNode + 2;
*(_QWORD *)(a1 + 8) = *a2;
v7 = a2[1];
*(_QWORD *)(a1 + 16) = v7;
if ( v7 )
{... | SetNode:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R8
MOV R15,RCX
MOV RBX,RDI
LEA R13,[0x261510]
ADD R13,0x10
MOV qword ptr [RDI],R13
MOV RAX,qword ptr [RSI]
MOV qword ptr [RDI + 0x8],RAX
MOV RAX,qword ptr [RSI + 0x8]
MOV qword ptr [RDI + 0x10],RAX
TEST RAX,RAX
JZ 0x001f27d9
MOV RCX,qword p... |
/* minja::SetNode::SetNode(minja::Location const&, std::__cxx11::string const&,
std::vector<std::__cxx11::string, std::allocator<std::__cxx11::string > > const&,
std::shared_ptr<minja::Expression>&&) */
void __thiscall
minja::SetNode::SetNode
(SetNode *this,Location *param_1,string *param_2,vector *pa... | |
7,030 | LefDefParser::defiSite::setName(char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiSite.cpp | void defiSite::setName(const char* name) {
int len = 1;
char* from = (char*)name;
clear();
while (*from++) len++;
if (nameSize_ < len) bumpName(len);
strcpy(siteName_, defData->DEFCASE(name));
} | O3 | cpp | LefDefParser::defiSite::setName(char const*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq (%rdi), %rax
testq %rax, %rax
je 0x2a0cf
movb $0x0, (%rax)
xorps %xmm0, %xmm0
movups %xmm0, 0x30(%r14)
movups %xmm0, 0x20(%r14)
movl $0x0, 0x40(%r14)
cmpb $0x0, (%rbx)
je 0x2a0fd
mov... | _ZN12LefDefParser8defiSite7setNameEPKc:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rax, [rdi]
test rax, rax
jz short loc_2A0CF
mov byte ptr [rax], 0
loc_2A0CF:
xorps xmm0, xmm0
movups xmmword ptr [r14+30h], xmm0
movups xmmword ptr [r14+20h], xmm... | long long LefDefParser::defiSite::setName(LefDefParser::defiSite *this, const char *a2)
{
long long v2; // r12
_BYTE *v4; // r15
const char *v5; // rax
if ( *(_QWORD *)this )
**(_BYTE **)this = 0;
*((_OWORD *)this + 3) = 0LL;
*((_OWORD *)this + 2) = 0LL;
*((_DWORD *)this + 16) = 0;
if ( *a2 )
{
... | setName:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
JZ 0x0012a0cf
MOV byte ptr [RAX],0x0
LAB_0012a0cf:
XORPS XMM0,XMM0
MOVUPS xmmword ptr [R14 + 0x30],XMM0
MOVUPS xmmword ptr [R14 + 0x20],XMM0
MOV dword ptr [R14 + 0x40],0x0
CMP byte ptr [RBX],0x0
JZ 0x0012a... |
/* LefDefParser::defiSite::setName(char const*) */
void __thiscall LefDefParser::defiSite::setName(defiSite *this,char *param_1)
{
char *pcVar1;
char *__src;
ulong uVar2;
if (*(int1 **)this != (int1 *)0x0) {
**(int1 **)this = 0;
}
*(int8 *)(this + 0x30) = 0;
*(int8 *)(this + 0x38) = 0;
*(int8 ... | |
7,031 | mysql_client_plugin_init | eloqsql/build_O0/libmariadb/libmariadb/ma_client_plugin.c | int mysql_client_plugin_init()
{
MYSQL mysql;
struct st_mysql_client_plugin **builtin;
va_list unused;
LINT_INIT_STRUCT(unused);
if (initialized)
return 0;
memset(&mysql, 0, sizeof(mysql)); /* dummy mysql for set_mysql_extended_error */
pthread_mutex_init(&LOCK_load_client_plugin, NULL);
ma_init_... | O0 | c | mysql_client_plugin_init:
pushq %rbp
movq %rsp, %rbp
subq $0x540, %rsp # imm = 0x540
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
leaq -0x530(%rbp), %rdi
xorl %esi, %esi
movl $0x18, %edx
callq 0x14260
cmpb $0x0, 0x32d2e(%rip) # 0x82c20
je 0x4ff03
movl $0x0, -0x504(%rbp)
jmp 0x4ffd4
leaq -0x500(%rbp), %rdi
x... | mysql_client_plugin_init:
push rbp
mov rbp, rsp
sub rsp, 540h
mov rax, fs:28h
mov [rbp+var_8], rax
lea rdi, [rbp+var_530]
xor esi, esi
mov edx, 18h
call _memset
cmp cs:initialized, 0
jz short loc_4FF03
mov [rbp+var_504], 0
jmp loc_4FFD4
loc_4FF03:
lea rdi, [rbp+var... | long long mysql_client_plugin_init()
{
_BYTE v1[32]; // [rsp+10h] [rbp-530h] BYREF
_QWORD *i; // [rsp+30h] [rbp-510h]
_BYTE v4[1272]; // [rsp+40h] [rbp-500h] BYREF
unsigned long long v5; // [rsp+538h] [rbp-8h]
v5 = __readfsqword(0x28u);
memset(v1, 0LL, 24LL);
if ( initialized )
{
return 0;
}
el... | mysql_client_plugin_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x540
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
LEA RDI,[RBP + -0x530]
XOR ESI,ESI
MOV EDX,0x18
CALL 0x00114260
CMP byte ptr [0x00182c20],0x0
JZ 0x0014ff03
MOV dword ptr [RBP + -0x504],0x0
JMP 0x0014ffd4
LAB_0014ff03:
LEA RDI,[RBP + -0x500]
XOR ESI... |
int4 mysql_client_plugin_init(void)
{
long in_FS_OFFSET;
int1 local_538 [32];
int **local_518;
int4 local_50c;
int1 local_508 [1272];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
memset(local_538,0,0x18);
if (initialized == '\0') {
memset(local_508,0,0x4f8);
pthread_mutex_ini... | |
7,032 | pcmp | eloqsql/strings/ctype-simple.c | static int pcmp(const void * f, const void * s)
{
const uni_idx *F= (const uni_idx*) f;
const uni_idx *S= (const uni_idx*) s;
int res;
if (!(res=((S->nchars)-(F->nchars))))
res=((F->uidx.from)-(S->uidx.to));
return res;
} | O3 | c | pcmp:
pushq %rbp
movq %rsp, %rbp
movl (%rsi), %eax
subl (%rdi), %eax
jne 0xb78e1
movzwl 0x8(%rdi), %eax
movzwl 0xa(%rsi), %ecx
subl %ecx, %eax
popq %rbp
retq
nop
| pcmp:
push rbp
mov rbp, rsp
mov eax, [rsi]
sub eax, [rdi]
jnz short loc_B78E1
movzx eax, word ptr [rdi+8]
movzx ecx, word ptr [rsi+0Ah]
sub eax, ecx
loc_B78E1:
pop rbp
retn
| long long pcmp(long long a1, long long a2)
{
long long result; // rax
result = (unsigned int)(*(_DWORD *)a2 - *(_DWORD *)a1);
if ( *(_DWORD *)a2 == *(_DWORD *)a1 )
return *(unsigned __int16 *)(a1 + 8) - (unsigned int)*(unsigned __int16 *)(a2 + 10);
return result;
}
| pcmp:
PUSH RBP
MOV RBP,RSP
MOV EAX,dword ptr [RSI]
SUB EAX,dword ptr [RDI]
JNZ 0x001b78e1
MOVZX EAX,word ptr [RDI + 0x8]
MOVZX ECX,word ptr [RSI + 0xa]
SUB EAX,ECX
LAB_001b78e1:
POP RBP
RET
|
int pcmp(int *param_1,int *param_2)
{
int iVar1;
iVar1 = *param_2 - *param_1;
if (iVar1 == 0) {
iVar1 = (uint)*(ushort *)(param_1 + 2) - (uint)*(ushort *)((long)param_2 + 10);
}
return iVar1;
}
| |
7,033 | ma_init_block_record_data | eloqsql/storage/maria/ma_blockrec.c | void _ma_init_block_record_data(void)
{
uint i;
bzero(total_header_size, sizeof(total_header_size));
total_header_size[0]= FLAG_SIZE; /* Flag uchar */
for (i= 1; i < array_elements(total_header_size); i++)
{
uint size= FLAG_SIZE, j, bit;
for (j= 0; (bit= (1 << j)) <= i; j++)
{
i... | O3 | c | ma_init_block_record_data:
pushq %rbp
movq %rsp, %rbp
xorps %xmm0, %xmm0
movaps %xmm0, 0x3c0236(%rip) # 0x408b70
movb $0x1, 0x3c022f(%rip) # 0x408b70
movl $0x1, %eax
leaq 0x3c0223(%rip), %rdx # 0x408b70
leaq 0xa1bb8(%rip), %rsi # 0xea50c
movb $0x1, %dil
xorl %ecx, %ecx
movl $0x1, %r8d
testl %eax, %r8d
je 0x... | _ma_init_block_record_data:
push rbp
mov rbp, rsp
xorps xmm0, xmm0
movaps cs:total_header_size, xmm0
mov byte ptr cs:total_header_size, 1
mov eax, 1
lea rdx, total_header_size
lea rsi, header_sizes
loc_48954:
mov dil, 1
xor ecx, ecx
mov r8d, 1
loc_4895F:
test r8d, eax
jz sh... | unsigned long long ma_init_block_record_data()
{
unsigned long long result; // rax
char v1; // di
int v2; // ecx
unsigned long long v3; // r8
total_header_size = 0LL;
LOBYTE(total_header_size) = 1;
for ( result = 1LL; result != 16; ++result )
{
v1 = 1;
v2 = 0;
LODWORD(v3) = 1;
do
{
... | _ma_init_block_record_data:
PUSH RBP
MOV RBP,RSP
XORPS XMM0,XMM0
MOVAPS xmmword ptr [0x00508b70],XMM0
MOV byte ptr [0x00508b70],0x1
MOV EAX,0x1
LEA RDX,[0x508b70]
LEA RSI,[0x1ea50c]
LAB_00148954:
MOV DIL,0x1
XOR ECX,ECX
MOV R8D,0x1
LAB_0014895f:
TEST R8D,EAX
JZ 0x0014896b
MOV R8D,ECX
ADD DIL,byte ptr [R8 + RSI*0x1]
LAB... |
void _ma_init_block_record_data(void)
{
ulong uVar1;
uint uVar2;
ulong uVar3;
char cVar4;
ulong uVar5;
total_header_size._8_8_ = 0;
total_header_size._0_8_ = 1;
uVar1 = 1;
do {
cVar4 = '\x01';
uVar3 = 0;
uVar5 = 1;
do {
if (((uint)uVar5 & (uint)uVar1) != 0) {
cVar4 =... | |
7,034 | ft_stroker_outside | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-ft-stroker.c | static PVG_FT_Error
ft_stroker_outside( PVG_FT_Stroker stroker,
PVG_FT_Int side,
PVG_FT_Fixed line_length )
{
PVG_FT_StrokeBorder border = stroker->borders + side;
PVG_FT_Error error;
PVG_FT_Angle rotate;
if ( stroker->line_join == PVG_... | O0 | c | ft_stroker_outside:
pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
addq $0x70, %rax
movslq -0xc(%rbp), %rcx
imulq $0x28, %rcx, %rcx
addq %rcx, %rax
movq %rax, -0x20(%rbp)
movq -0x8(%rbp), %rax
cmpl $0x0, 0x58(%rax)
jne 0x85d1b
movq -0... | ft_stroker_outside:
push rbp
mov rbp, rsp
sub rsp, 0B0h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
add rax, 70h ; 'p'
movsxd rcx, [rbp+var_C]
imul rcx, 28h ; '('
add rax, rcx
mov [rbp+var_20], rax
mov rax, [rbp+var_8]
cmp dword... | long long ft_stroker_outside(long long a1, unsigned int a2, long long a3)
{
long long v3; // rax
long long v5; // [rsp+0h] [rbp-B0h] BYREF
long long v6; // [rsp+8h] [rbp-A8h]
long long v7; // [rsp+10h] [rbp-A0h]
long long v8; // [rsp+18h] [rbp-98h]
long long v9; // [rsp+20h] [rbp-90h] BYREF
long long v10... | ft_stroker_outside:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xb0
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
ADD RAX,0x70
MOVSXD RCX,dword ptr [RBP + -0xc]
IMUL RCX,RCX,0x28
ADD RAX,RCX
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP + -0x8]
C... |
int ft_stroker_outside(long *param_1,int param_2,long param_3)
{
long lVar1;
int8 uVar2;
long local_b8;
long local_b0;
int8 local_a8;
int8 local_a0;
long local_98;
long local_90;
long local_88;
long local_80;
long local_78;
long local_70;
char local_62;
char local_61;
long local_60;
lo... | |
7,035 | native_password_auth_client | eloqsql/libmariadb/plugins/auth/my_auth.c | static int native_password_auth_client(MYSQL_PLUGIN_VIO *vio, MYSQL *mysql)
{
int pkt_len;
uchar *pkt;
if (((MCPVIO_EXT *)vio)->mysql_change_user)
{
/*
in mysql_change_user() the client sends the first packet.
we use the old scramble.
*/
pkt= (uchar*)mysql->scramble_buff;
pkt_len= S... | O3 | c | native_password_auth_client:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x38, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x20(%rbp)
cmpb $0x0, 0x48(%rdi)
je 0x2da58
leaq 0x48e(%r14), %rax
movq %rax, -0x48(%rbp)
testq %r14, %r14
jne 0x2da91
jmp 0x2dad3
leaq -0x48(%rbp), %... | native_password_auth_client:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 38h
mov r14, rsi
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_20], rax
cmp byte ptr [rdi+48h], 0
jz short loc_2DA58
lea rax, [r14+48Eh]
mov [rbp+var_48], rax
test r14, r14
jnz ... | long long native_password_auth_client(long long a1, long long a2)
{
int v2; // eax
unsigned int v3; // r15d
__int128 v4; // xmm0
__int128 *v6; // [rsp+8h] [rbp-48h] BYREF
_BYTE v7[32]; // [rsp+10h] [rbp-40h] BYREF
unsigned long long v8; // [rsp+30h] [rbp-20h]
v8 = __readfsqword(0x28u);
if ( !*(_BYTE *... | native_password_auth_client:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x20],RAX
CMP byte ptr [RDI + 0x48],0x0
JZ 0x0012da58
LEA RAX,[R14 + 0x48e]
MOV qword ptr [RBP + -0x48],RAX
TEST R14,R14
JNZ 0x0012da91
JMP 0x0012dad3
LAB_0... |
int8 native_password_auth_client(int8 *param_1,long param_2)
{
int4 uVar1;
int4 uVar2;
int4 uVar3;
int4 uVar4;
int iVar5;
int8 uVar6;
long in_FS_OFFSET;
int4 *local_50;
int8 local_48;
int5 uStack_40;
int3 uStack_3b;
int5 uStack_38;
long local_28;
local_28 = *(long *)(in_FS_OFFSET + 0x28... | |
7,036 | ma_write_abort_block_record | eloqsql/storage/maria/ma_blockrec.c | my_bool _ma_write_abort_block_record(MARIA_HA *info)
{
my_bool res= 0;
MARIA_BITMAP_BLOCKS *blocks= &info->cur_row.insert_blocks;
MARIA_BITMAP_BLOCK *block, *end;
LSN lsn= LSN_IMPOSSIBLE;
MARIA_SHARE *share= info->s;
DBUG_ENTER("_ma_write_abort_block_record");
_ma_bitmap_lock(share); /* Lock bitmap from... | O3 | c | ma_write_abort_block_record:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdi, %r15
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movq $0x0, -0x70(%rbp)
movq (%rdi), %rdi
movq %rdi, -0x60(%rbp)
callq 0x55a07
movq 0x98(%r15), %rsi
movzbl %sil, %edx
shrq $0x8, %rsi... | _ma_write_abort_block_record:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov r15, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
mov [rbp+var_70], 0
mov rdi, [rdi]
mov [rbp+var_60], rdi
call _ma_bitmap_lock
mov rsi, [r15+98h]
movzx... | long long ma_write_abort_block_record(long long a1)
{
unsigned int v1; // r14d
long long *v2; // r15
unsigned long long v3; // rax
long long v4; // rbx
unsigned long long v5; // rcx
_QWORD *v6; // rbx
char v7; // al
long long v8; // r12
long long v9; // r13
long long v10; // r14
int v11; // eax
... | _ma_write_abort_block_record:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R15,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV qword ptr [RBP + -0x70],0x0
MOV RDI,qword ptr [RDI]
MOV qword ptr [RBP + -0x60],RDI
CALL 0x00155a07
MOV RSI,qword ptr [R15 + 0x98]
MOVZ... |
ulong _ma_write_abort_block_record(long *param_1)
{
pthread_mutex_t *__mutex;
uint uVar1;
long lVar2;
long lVar3;
char cVar4;
int8 uVar5;
int iVar6;
long *plVar7;
long *plVar8;
int8 unaff_R14;
ulong uVar9;
ulong uVar10;
long in_FS_OFFSET;
int1 local_b8 [32];
int1 *local_98;
int8 local_... | |
7,037 | js_not_slow | bluesky950520[P]quickjs/quickjs.c | static no_inline int js_not_slow(JSContext *ctx, JSValue *sp)
{
JSValue op1;
op1 = JS_ToNumericFree(ctx, sp[-1]);
if (JS_IsException(op1))
goto exception;
if (JS_VALUE_GET_TAG(op1) == JS_TAG_BIG_INT) {
if (js_unary_arith_bigint(ctx, sp - 1, OP_not, op1))
goto exception;
... | O0 | c | js_not_slow:
subq $0x68, %rsp
movq %rdi, 0x58(%rsp)
movq %rsi, 0x50(%rsp)
movq 0x58(%rsp), %rdi
movq 0x50(%rsp), %rax
movq -0x10(%rax), %rsi
movq -0x8(%rax), %rdx
callq 0x6f770
movq %rax, 0x30(%rsp)
movq %rdx, 0x38(%rsp)
movq 0x30(%rsp), %rax
movq %rax, 0x40(%rsp)
movq 0x38(%rsp), %rax
movq %rax, 0x48(%rsp)
movq 0x40(%... | js_not_slow:
sub rsp, 68h
mov [rsp+68h+var_10], rdi
mov [rsp+68h+var_18], rsi
mov rdi, [rsp+68h+var_10]
mov rax, [rsp+68h+var_18]
mov rsi, [rax-10h]
mov rdx, [rax-8]
call JS_ToNumericFree
mov [rsp+68h+var_38], rax
mov [rsp+68h+var_30], rdx
mov rax, [rsp+68h+var_38]
mov [rs... | long long js_not_slow(long long a1, long long a2)
{
long long v2; // rdx
long long v3; // rdx
long long v4; // rax
long long v6; // [rsp+0h] [rbp-68h]
long long v7; // [rsp+8h] [rbp-60h]
int v8; // [rsp+2Ch] [rbp-3Ch] BYREF
long long v9; // [rsp+30h] [rbp-38h]
long long v10; // [rsp+38h] [rbp-30h]
un... | js_not_slow:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RDI
MOV qword ptr [RSP + 0x50],RSI
MOV RDI,qword ptr [RSP + 0x58]
MOV RAX,qword ptr [RSP + 0x50]
MOV RSI,qword ptr [RAX + -0x10]
MOV RDX,qword ptr [RAX + -0x8]
CALL 0x0016f770
MOV qword ptr [RSP + 0x30],RAX
MOV qword ptr [RSP + 0x38],RDX
MOV RAX,qword ptr [RSP + 0x30... |
int4 js_not_slow(int8 param_1,long param_2)
{
long lVar1;
int iVar2;
int1 auVar3 [16];
uint uStack_5c;
uint local_3c;
int1 local_38 [16];
int1 local_28 [16];
long local_18;
int8 local_10;
local_18 = param_2;
local_10 = param_1;
local_38 = JS_ToNumericFree(param_1,*(int8 *)(param_2 + -0x10),... | |
7,038 | mi_recinfo_write | eloqsql/storage/myisam/mi_open.c | uint mi_recinfo_write(File file, MI_COLUMNDEF *recinfo)
{
uchar buff[MI_COLUMNDEF_SIZE];
uchar *ptr=buff;
mi_int2store(ptr,recinfo->type); ptr +=2;
mi_int2store(ptr,recinfo->length); ptr +=2;
*ptr++ = recinfo->null_bit;
mi_int2store(ptr,recinfo->null_pos); ptr+= 2;
return mysql_file_write(file, buff, (si... | O3 | c | mi_recinfo_write:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x60, %rsp
movq %fs:0x28, %rax
movq %rax, -0x18(%rbp)
movzwl (%rsi), %eax
rolw $0x8, %ax
movw %ax, -0x1f(%rbp)
movzwl 0x4(%rsi), %eax
rolw $0x8, %ax
movw %ax, -0x1d(%rbp)
movb 0xc(%rsi), %al
movb %al, -0x1b(%rbp)
movzwl 0xe(%rsi), %eax
rolw $0x8, ... | mi_recinfo_write:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 60h
mov rax, fs:28h
mov [rbp+var_18], rax
movzx eax, word ptr [rsi]
rol ax, 8
mov [rbp+var_1F], ax
movzx eax, word ptr [rsi+4]
rol ax, 8
mov [rbp+var_1D], ax
mov al, [rsi+0Ch]
mov [rbp+var_1B], al
mov... | bool mi_recinfo_write(unsigned int a1, long long a2)
{
long long v2; // rax
long long v3; // rcx
_BYTE v6[72]; // [rsp+0h] [rbp-70h] BYREF
long long v7; // [rsp+48h] [rbp-28h] BYREF
_WORD v8[2]; // [rsp+51h] [rbp-1Fh] BYREF
char v9; // [rsp+55h] [rbp-1Bh]
__int16 v10; // [rsp+56h] [rbp-1Ah]
unsigned lo... | mi_recinfo_write:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
MOVZX EAX,word ptr [RSI]
ROL AX,0x8
MOV word ptr [RBP + -0x1f],AX
MOVZX EAX,word ptr [RSI + 0x4]
ROL AX,0x8
MOV word ptr [RBP + -0x1d],AX
MOV AL,byte ptr [RSI + 0xc]
MOV byte ptr [RBP + -0x1... |
bool mi_recinfo_write(int4 param_1,ushort *param_2)
{
long lVar1;
long in_FS_OFFSET;
int1 local_78 [72];
long local_30;
ushort local_27;
ushort local_25;
int1 local_23;
ushort local_22;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
local_27 = *param_2 << 8 | *param_2 >> 8;
local... | |
7,039 | my_context_yield | eloqsql/libmariadb/libmariadb/ma_context.c | int
my_context_yield(struct my_context *c)
{
uint64_t *save= &c->save[0];
__asm__ __volatile__
(
"movl (%[save]), %%eax\n\t"
"movl %%esp, (%[save])\n\t"
"movl %%eax, %%esp\n\t"
"movl 4(%[save]), %%eax\n\t"
"movl %%ebp, 4(%[save])\n\t"
"movl %%eax, %%ebp\n\t"
"movl 8(%[save]), ... | O0 | c | my_context_yield:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rdi
movq (%rdi), %rax
movq %rsp, (%rdi)
movq %rax, %rsp
movq 0x8(%rdi), %rax
movq %rbp, 0x8(%rdi)
movq %rax, %rbp
movq 0x10(%rdi), %rax
movq %rbx, 0x10(%rdi)
movq %rax, %rbx
movq 0x18(%rdi)... | my_context_yield:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
mov rdi, [rbp+var_10]
mov rax, [rdi]
mov [rdi], rsp
mov rsp, rax
mov rax, [rdi+8]
mov [rdi+8], rbp
mov rbp, rax
mov rax, [rdi+10h]
mov [rdi+10h], rbx
mov rbx... | long long my_context_yield(_QWORD *a1)
{
long long v1; // rbx
long long v2; // r12
long long v3; // r13
long long v4; // r14
long long v5; // r15
long long (*v6)(void); // rax
long long savedregs; // [rsp+10h] [rbp+0h] BYREF
*a1 = &savedregs;
a1[1] = &savedregs;
a1[2] = v1;
a1[3] = v2;
a1[4] =... | my_context_yield:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV RDI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RDI]
MOV qword ptr [RDI],RSP
MOV RSP,RAX
MOV RAX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI + 0x8],RBP
MOV RBP,RAX
MOV RAX,qword ptr [RDI ... |
void my_context_yield(long param_1)
{
code *UNRECOVERED_JUMPTABLE;
int8 unaff_RBX;
int8 unaff_R12;
int8 unaff_R13;
int8 unaff_R14;
int8 unaff_R15;
*(int1 **)param_1 = &stack0xfffffffffffffff8;
*(int1 **)(param_1 + 8) = &stack0xfffffffffffffff8;
*(int8 *)(param_1 + 0x10) = unaff_RBX;
*(int8 *)(p... | |
7,040 | 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 | void destroy(value_t t)
{
if (
(t == value_t::object && object == nullptr) ||
(t == value_t::array && array == nullptr) ||
(t == value_t::string && string == nullptr) ||
(t == value_t::binary && binary == nullptr)
)
... | 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_IhSaIhEEvE10json_value7destroyENS0_6detail7value_tE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
cmp esi, 1
setz cl
... | void 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>::json_value::destroy(
void ***a1,
int a2)
{
void **v2; // rax
char v3... | destroy:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
CMP ESI,0x1
SETZ CL
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
SETZ DL
TEST CL,DL
JNZ 0x0013e31c
MOV R14D,ESI
TEST RAX,RAX
SETZ CL
MOV EDX,R14D
AND DL,0xfe
CMP DL,0x2
SETZ DL
CMP R14B,0x8
SETZ SIL
OR SIL,DL
TEST SIL,CL
JNZ 0x0013e31c
MOV RBX,RDI
LEA ... |
/* 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>::json_value::destroy(nlohmann::... | |
7,041 | testing::internal::PrintTo(char16_t const*, std::ostream*) | seiftnesse[P]memoryallocator/build_O3/_deps/googletest-src/googletest/src/gtest-printers.cc | void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } | O3 | cpp | testing::internal::PrintTo(char16_t const*, std::ostream*):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
testq %rdi, %rdi
je 0x1bd68
movq %rdi, %r14
movq %rbx, %rdi
movq %r14, %rsi
callq 0x93a0
leaq 0x28ca3(%rip), %rsi # 0x449d8
movl $0xd, %edx
movq %rax, %rdi
callq 0x95a0
movq $-0x1, %rsi
cmpw $0x0, 0x2(%r14,%... | _ZN7testing8internal7PrintToEPKDsPSo:
push r14
push rbx
push rax
mov rbx, rsi
test rdi, rdi
jz short loc_1BD68
mov r14, rdi
mov rdi, rbx
mov rsi, r14
call __ZNSo9_M_insertIPKvEERSoT_; std::ostream::_M_insert<void const*>(void const*)
lea rsi, aPointingTo; " pointing to "
mov ... | long long testing::internal::PrintTo(long long a1, long long a2)
{
long long v3; // rax
long long v4; // rsi
if ( !a1 )
return std::__ostream_insert<char,std::char_traits<char>>(a2, "NULL", 4LL);
v3 = std::ostream::_M_insert<void const*>(a2, a1);
std::__ostream_insert<char,std::char_traits<char>>(v3, " ... | PrintTo:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
TEST RDI,RDI
JZ 0x0011bd68
MOV R14,RDI
MOV RDI,RBX
MOV RSI,R14
CALL 0x001093a0
LEA RSI,[0x1449d8]
MOV EDX,0xd
MOV RDI,RAX
CALL 0x001095a0
MOV RSI,-0x1
LAB_0011bd49:
CMP word ptr [R14 + RSI*0x2 + 0x2],0x0
LEA RSI,[RSI + 0x1]
JNZ 0x0011bd49
MOV RDI,R14
MOV RDX,RBX
ADD RSP,0... |
/* testing::internal::PrintTo(char16_t const*, std::ostream*) */
void testing::internal::PrintTo(wchar16 *param_1,ostream *param_2)
{
long lVar1;
ostream *poVar2;
ulong uVar3;
if (param_1 != (wchar16 *)0x0) {
poVar2 = std::ostream::_M_insert<void_const*>(param_2);
std::__ostream_insert<char,std::c... | |
7,042 | PAIRING_Aggregate_PK_in_G1 | corpus-core[P]colibri-stateless/build_O1/_deps/blst-src/src/aggregate.c | static BLST_ERROR PAIRING_Aggregate_PK_in_G1(PAIRING *ctx,
const POINTonE1_affine *PK,
size_t pk_groupcheck,
const POINTonE2_affine *sig,
si... | O1 | c | PAIRING_Aggregate_PK_in_G1:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x3f8, %rsp # imm = 0x3F8
movq %r9, -0x30(%rbp)
movq %rcx, %r12
movl (%rdi), %ecx
movl $0x4, %eax
testb $0x1, %cl
jne 0x21895
movq %rdx, %r13
movq %rsi, %r14
movq %rdi, %rbx
orl $0x2, %ecx
movl... | PAIRING_Aggregate_PK_in_G1:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 3F8h
mov [rbp+var_30], r9
mov r12, rcx
mov ecx, [rdi]
mov eax, 4
test cl, 1
jnz loc_21895
mov r13, rdx
mov r14, rsi
mov rbx, rdi
or ecx, 2
mov [rd... | long long PAIRING_Aggregate_PK_in_G1(
long long a1,
_BYTE *a2,
long long a3,
long long a4,
long long a5,
unsigned __int8 *a6,
unsigned long long a7,
long long a8,
long long a9,
long long a10,
long long a11)
{
long long result; //... | PAIRING_Aggregate_PK_in_G1:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x3f8
MOV qword ptr [RBP + -0x30],R9
MOV R12,RCX
MOV ECX,dword ptr [RDI]
MOV EAX,0x4
TEST CL,0x1
JNZ 0x00121895
MOV R13,RDX
MOV R14,RSI
MOV RBX,RDI
OR ECX,0x2
MOV dword ptr [RDI],ECX
TEST R12,R12
JZ 0x00121548
MOV R15,... |
int8
PAIRING_Aggregate_PK_in_G1
(uint *param_1,int8 *param_2,long param_3,void *param_4,long param_5,long param_6,
long param_7,int8 param_8,int8 param_9,int8 param_10,int8 param_11
)
{
bool bVar1;
uint uVar2;
long lVar3;
int8 uVar4;
long lVar5;
int1 *puVar6;
int8 *puVar7;
... | |
7,043 | void nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std:... | llama.cpp/common/json.hpp | void dump_integer(NumberType x)
{
static constexpr std::array<std::array<char, 2>, 100> digits_to_99
{
{
{{'0', '0'}}, {{'0', '1'}}, {{'0', '2'}}, {{'0', '3'}}, {{'0', '4'}}, {{'0', '5'}}, {{'0', '6'}}, {{'0', '7'}}, {{'0', '8'}}, {{'0', '9'}},
{{'1', '0'}... | O3 | cpp | void nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std:... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is_sameISJ_hEE... | long long ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is_s... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is_sameISJ_hEE... |
void _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is_sameI... | |
7,044 | aimrt::Pb2CompactJson[abi:cxx11](google::protobuf::Message const&) | aimrt_mujoco_sim/_deps/aimrt-src/src/interface/aimrt_module_cpp_interface/../aimrt_module_protobuf_interface/util/protobuf_tools.h | inline std::string Pb2CompactJson(const ::google::protobuf::Message& st) {
static ::google::protobuf::util::JsonPrintOptions op = []() {
#if GOOGLE_PROTOBUF_VERSION >= 5026000
op.always_print_fields_with_no_presence = true;
#else
op.always_print_primitive_fields = true;
#endif
op.always_print_enums_as_int... | O3 | c | aimrt::Pb2CompactJson[abi:cxx11](google::protobuf::Message const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x30, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movb 0x1b563e(%rip), %al # 0x213510
testb %al, %al
je 0x5df28
leaq 0x10(%rbx), %r15
movq %r15, (%rbx)
movq $0x0, 0x8(%rbx)
movb $0x0, 0x10(%rbx)
leaq 0x1b5619(%rip), ... | _ZN5aimrt14Pb2CompactJsonB5cxx11ERKN6google8protobuf7MessageE:
push r15
push r14
push rbx
sub rsp, 30h
mov r14, rsi
mov rbx, rdi
mov al, cs:_ZGVZN5aimrt14Pb2CompactJsonB5cxx11ERKN6google8protobuf7MessageEE2op; `guard variable for'aimrt::Pb2CompactJson(google::protobuf::Message const&)::op
test ... | long long aimrt::Pb2CompactJson[abi:cxx11](long long a1, long long a2)
{
_BYTE v3[8]; // [rsp+8h] [rbp-40h] BYREF
long long *v4; // [rsp+10h] [rbp-38h]
long long v5; // [rsp+20h] [rbp-28h] BYREF
if ( !(_BYTE)`guard variable for'aimrt::Pb2CompactJson[abi:cxx11](google::protobuf::Message const&)::op )
aimrt... | Pb2CompactJson[abi:cxx11]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RSI
MOV RBX,RDI
MOV AL,byte ptr [0x00313510]
TEST AL,AL
JZ 0x0015df28
LAB_0015ded6:
LEA R15,[RBX + 0x10]
MOV qword ptr [RBX],R15
MOV qword ptr [RBX + 0x8],0x0
MOV byte ptr [RBX + 0x10],0x0
LAB_0015dee9:
LEA RCX,[0x313509]
LEA RDI,[RSP + 0x8]
MOV... |
/* aimrt::Pb2CompactJson[abi:cxx11](google::protobuf::Message const&) */
aimrt * __thiscall aimrt::Pb2CompactJson_abi_cxx11_(aimrt *this,Message *param_1)
{
util local_40 [8];
long *local_38;
long local_28 [2];
if (Pb2CompactJson[abi:cxx11](google::protobuf::Message_const&)::op == '\0') {
Pb2CompactJs... | |
7,045 | lf_hash_init | eloqsql/mysys/lf_hash.cc | void lf_hash_init(LF_HASH *hash, uint element_size, uint flags,
uint key_offset, uint key_length, my_hash_get_key get_key,
CHARSET_INFO *charset)
{
lf_alloc_init(&hash->alloc, sizeof(LF_SLIST)+element_size,
offsetof(LF_SLIST, key));
lf_dynarray_init(&hash->array, ... | O0 | cpp | lf_hash_init:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movl %ecx, -0x14(%rbp)
movl %r8d, -0x18(%rbp)
movq %r9, -0x20(%rbp)
movq -0x8(%rbp), %rdi
addq $0x28, %rdi
movl -0xc(%rbp), %eax
addq $0x20, %rax
movl %eax, %esi
movl $0x8, ... | lf_hash_init:
push rbp
mov rbp, rsp
sub rsp, 30h
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov [rbp+var_14], ecx
mov [rbp+var_18], r8d
mov [rbp+var_20], r9
mov rdi, [rbp+var_8]
add rdi, 28h ; '('
mov eax, [rbp+var_C]
add r... | long long lf_hash_init(long long a1, int a2, int a3, int a4, int a5, long long a6, void *a7)
{
long long result; // rax
void *v8; // [rsp+8h] [rbp-28h]
lf_alloc_init(a1 + 40, a2 + 32, 8);
lf_dynarray_init(a1, 8);
*(_DWORD *)(a1 + 192) = 1;
*(_DWORD *)(a1 + 196) = 0;
*(_DWORD *)(a1 + 184) = a2;
*(_DWOR... | lf_hash_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV dword ptr [RBP + -0x14],ECX
MOV dword ptr [RBP + -0x18],R8D
MOV qword ptr [RBP + -0x20],R9
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,0x28
MOV EAX,... |
void lf_hash_init(long param_1,int param_2,int4 param_3,int4 param_4,int4 param_5,
int8 param_6,int1 *param_7)
{
int1 *local_30;
lf_alloc_init(param_1 + 0x28,param_2 + 0x20,8);
lf_dynarray_init(param_1,8);
*(int4 *)(param_1 + 0xc0) = 1;
*(int4 *)(param_1 + 0xc4) = 0;
*(int *)(param_1 +... | |
7,046 | mi_ck_write_btree | eloqsql/storage/myisam/mi_write.c | int _mi_ck_write_btree(register MI_INFO *info, uint keynr, uchar *key,
uint key_length)
{
int error;
uint comp_flag;
MI_KEYDEF *keyinfo=info->s->keyinfo+keynr;
my_off_t *root=&info->s->state.key_root[keynr];
DBUG_ENTER("_mi_ck_write_btree");
if (keyinfo->flag & HA_SORT_ALLOWS_SAME)
comp_flag=... | O3 | c | mi_ck_write_btree:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdx, %r14
movl %esi, %r15d
movq %rdi, %rbx
movq (%rdi), %rdx
movq 0x218(%rdx), %rax
movl %esi, %r8d
imulq $0x70, %r8, %rdi
leaq (%rax,%rdi), %rsi
shlq $0x3, %r8
movzwl 0xa(%rax,%rdi), %eax
movl $0x8, %r9d
addq 0x98(%rdx), %r... | _mi_ck_write_btree:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r14, rdx
mov r15d, esi
mov rbx, rdi
mov rdx, [rdi]
mov rax, [rdx+218h]
mov r8d, esi
imul rdi, r8, 70h ; 'p'
lea rsi, [rax+rdi]
shl r8, 3
movzx eax, word ptr [rax+rdi+0Ah]
mov r9d... | long long mi_ck_write_btree(long long *a1, unsigned int a2, unsigned __int8 *a3, long long a4)
{
long long v7; // r8
long long v8; // rsi
__int16 v9; // ax
long long v10; // r9
long long v11; // r8
unsigned int v12; // r12d
long long v13; // rdi
v7 = a2;
v8 = *(_QWORD *)(*a1 + 536) + 112LL * a2;
v... | _mi_ck_write_btree:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R14,RDX
MOV R15D,ESI
MOV RBX,RDI
MOV RDX,qword ptr [RDI]
MOV RAX,qword ptr [RDX + 0x218]
MOV R8D,ESI
IMUL RDI,R8,0x70
LEA RSI,[RAX + RDI*0x1]
SHL R8,0x3
MOVZX EAX,word ptr [RAX + RDI*0x1 + 0xa]
MOV R9D,0x8
ADD R8,qword ptr [RDX + 0x98]
BT ... |
int _mi_ck_write_btree(long *param_1,uint param_2,int8 param_3,int8 param_4)
{
ushort uVar1;
uint uVar2;
int iVar3;
long lVar4;
long lVar5;
lVar5 = *(long *)(*param_1 + 0x218);
lVar4 = (ulong)param_2 * 0x70;
uVar1 = *(ushort *)(lVar5 + 10 + lVar4);
uVar2 = 8;
if ((uVar1 >> 9 & 1) == 0) {
if... | |
7,047 | bitmap_copy | eloqsql/mysys/my_bitmap.c | void bitmap_copy(MY_BITMAP *map, const MY_BITMAP *map2)
{
my_bitmap_map *to= map->bitmap, *from= map2->bitmap, *end;
DBUG_ASSERT(map->bitmap);
DBUG_ASSERT(map2->bitmap);
DBUG_ASSERT(map->n_bits == map2->n_bits);
end= map->last_word_ptr;
while (to <= end)
*to++ = *from++;
} | O3 | c | bitmap_copy:
movq (%rdi), %rax
movq 0x8(%rdi), %rcx
cmpq %rcx, %rax
ja 0x9da40
pushq %rbp
movq %rsp, %rbp
movq (%rsi), %rdx
movl (%rdx), %esi
addq $0x4, %rdx
movl %esi, (%rax)
addq $0x4, %rax
cmpq %rcx, %rax
jbe 0x9da2e
popq %rbp
retq
| bitmap_copy:
mov rax, [rdi]
mov rcx, [rdi+8]
cmp rax, rcx
ja short locret_9DA40
push rbp
mov rbp, rsp
mov rdx, [rsi]
loc_9DA2E:
mov esi, [rdx]
add rdx, 4
mov [rax], esi
add rax, 4
cmp rax, rcx
jbe short loc_9DA2E
pop rbp
locret_9DA40:
retn
| _DWORD * bitmap_copy(long long a1, int **a2)
{
_DWORD *result; // rax
unsigned long long v3; // rcx
int *v4; // rdx
int v5; // esi
result = *(_DWORD **)a1;
v3 = *(_QWORD *)(a1 + 8);
if ( *(_QWORD *)a1 <= v3 )
{
v4 = *a2;
do
{
v5 = *v4++;
*result++ = v5;
}
while ( (unsign... | bitmap_copy:
MOV RAX,qword ptr [RDI]
MOV RCX,qword ptr [RDI + 0x8]
CMP RAX,RCX
JA 0x0019da40
PUSH RBP
MOV RBP,RSP
MOV RDX,qword ptr [RSI]
LAB_0019da2e:
MOV ESI,dword ptr [RDX]
ADD RDX,0x4
MOV dword ptr [RAX],ESI
ADD RAX,0x4
CMP RAX,RCX
JBE 0x0019da2e
POP RBP
LAB_0019da40:
RET
|
void bitmap_copy(int8 *param_1,int8 *param_2)
{
int4 uVar1;
int4 *puVar2;
int4 *puVar3;
int4 *puVar4;
puVar3 = (int4 *)*param_1;
puVar2 = (int4 *)param_1[1];
if (puVar3 <= puVar2) {
puVar4 = (int4 *)*param_2;
do {
uVar1 = *puVar4;
puVar4 = puVar4 + 1;
*puVar3 = uVar1;
... | |
7,048 | tailoring_append | eloqsql/strings/ctype.c | static int
tailoring_append(MY_XML_PARSER *st,
const char *fmt, size_t len, const char *attr)
{
struct my_cs_file_info *i= (struct my_cs_file_info *) st->user_data;
size_t newlen= i->tailoring_length + len + 64; /* 64 for format */
if (MY_XML_OK == my_charset_file_tailoring_realloc(i, newlen))
... | O0 | c | tailoring_append:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq 0x140(%rax), %rax
movq %rax, -0x30(%rbp)
movq -0x30(%rbp), %rax
movq 0x690(%rax), %rax
addq -0x20(%rbp), %rax
addq $0x40, %rax
movq %rax, ... | tailoring_append:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_10]
mov rax, [rax+140h]
mov [rbp+var_30], rax
mov rax, [rbp+var_30]
mov rax, [rax+690h]
add rax, [rbp+var_20]
... | long long tailoring_append(long long a1, const char *a2, long long a3, long long a4)
{
long long v5; // [rsp+0h] [rbp-40h]
long long v6; // [rsp+10h] [rbp-30h]
unsigned int v8; // [rsp+20h] [rbp-20h]
v8 = a3;
v6 = *(_QWORD *)(a1 + 320);
if ( (unsigned int)my_charset_file_tailoring_realloc(v6, a3 + *(_QWOR... | tailoring_append:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x140]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RBP + -0x30]
MOV RAX,qwor... |
bool tailoring_append(long param_1,char *param_2,ulong param_3,int8 param_4)
{
long lVar1;
int iVar2;
char *__s;
size_t sVar3;
lVar1 = *(long *)(param_1 + 0x140);
iVar2 = my_charset_file_tailoring_realloc(lVar1,*(long *)(lVar1 + 0x690) + param_3 + 0x40);
if (iVar2 == 0) {
__s = (char *)(*(long *)... | |
7,049 | js_iterator_helper_finalizer | bluesky950520[P]quickjs/quickjs.c | static void js_iterator_helper_finalizer(JSRuntime *rt, JSValue val)
{
JSObject *p = JS_VALUE_GET_OBJ(val);
JSIteratorHelperData *it = p->u.iterator_helper_data;
if (it) {
JS_FreeValueRT(rt, it->obj);
JS_FreeValueRT(rt, it->func);
JS_FreeValueRT(rt, it->next);
JS_FreeValueRT(... | O1 | c | js_iterator_helper_finalizer:
pushq %r14
pushq %rbx
pushq %rax
movq 0x30(%rsi), %rbx
testq %rbx, %rbx
je 0x3aff5
movq %rdi, %r14
movq (%rbx), %rsi
movq 0x8(%rbx), %rdx
callq 0x1d8c6
movq 0x20(%rbx), %rsi
movq 0x28(%rbx), %rdx
movq %r14, %rdi
callq 0x1d8c6
movq 0x10(%rbx), %rsi
movq 0x18(%rbx), %rdx
movq %r14, %rdi
call... | js_iterator_helper_finalizer:
push r14
push rbx
push rax
mov rbx, [rsi+30h]
test rbx, rbx
jz short loc_3AFF5
mov r14, rdi
mov rsi, [rbx]
mov rdx, [rbx+8]
call JS_FreeValueRT
mov rsi, [rbx+20h]
mov rdx, [rbx+28h]
mov rdi, r14
call JS_FreeValueRT
mov rsi, [rbx+10h]
m... | long long js_iterator_helper_finalizer(long long a1, long long a2)
{
long long v2; // rbx
long long v3; // rax
long long ( *v4)(_QWORD, long long); // rcx
long long result; // rax
v2 = *(_QWORD *)(a2 + 48);
if ( v2 )
{
JS_FreeValueRT(a1, *(_DWORD **)v2, *(_QWORD *)(v2 + 8));
JS_FreeValueRT(a1, *... | |||
7,050 | js_iterator_helper_finalizer | bluesky950520[P]quickjs/quickjs.c | static void js_iterator_helper_finalizer(JSRuntime *rt, JSValue val)
{
JSObject *p = JS_VALUE_GET_OBJ(val);
JSIteratorHelperData *it = p->u.iterator_helper_data;
if (it) {
JS_FreeValueRT(rt, it->obj);
JS_FreeValueRT(rt, it->func);
JS_FreeValueRT(rt, it->next);
JS_FreeValueRT(... | O2 | c | js_iterator_helper_finalizer:
pushq %r14
pushq %rbx
pushq %rax
movq 0x30(%rsi), %rbx
testq %rbx, %rbx
je 0x33ec8
movq %rdi, %r14
movq (%rbx), %rsi
movq 0x8(%rbx), %rdx
callq 0x18031
movq 0x20(%rbx), %rsi
movq 0x28(%rbx), %rdx
movq %r14, %rdi
callq 0x18031
movq 0x10(%rbx), %rsi
movq 0x18(%rbx), %rdx
movq %r14, %rdi
call... | js_iterator_helper_finalizer:
push r14
push rbx
push rax
mov rbx, [rsi+30h]
test rbx, rbx
jz short loc_33EC8
mov r14, rdi
mov rsi, [rbx]
mov rdx, [rbx+8]
call JS_FreeValueRT
mov rsi, [rbx+20h]
mov rdx, [rbx+28h]
mov rdi, r14
call JS_FreeValueRT
mov rsi, [rbx+10h]
m... | long long js_iterator_helper_finalizer(long long a1, long long a2)
{
long long v2; // rbx
long long result; // rax
v2 = *(_QWORD *)(a2 + 48);
if ( v2 )
{
JS_FreeValueRT(a1, *(unsigned int **)v2, *(_QWORD *)(v2 + 8));
JS_FreeValueRT(a1, *(unsigned int **)(v2 + 32), *(_QWORD *)(v2 + 40));
JS_FreeV... | js_iterator_helper_finalizer:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,qword ptr [RSI + 0x30]
TEST RBX,RBX
JZ 0x00133ec8
MOV R14,RDI
MOV RSI,qword ptr [RBX]
MOV RDX,qword ptr [RBX + 0x8]
CALL 0x00118031
MOV RSI,qword ptr [RBX + 0x20]
MOV RDX,qword ptr [RBX + 0x28]
MOV RDI,R14
CALL 0x00118031
MOV RSI,qword ptr [RBX + 0x10]
MO... |
void js_iterator_helper_finalizer(int8 param_1,long param_2)
{
int8 *puVar1;
puVar1 = *(int8 **)(param_2 + 0x30);
if (puVar1 != (int8 *)0x0) {
JS_FreeValueRT(param_1,*puVar1,puVar1[1]);
JS_FreeValueRT(param_1,puVar1[4],puVar1[5]);
JS_FreeValueRT(param_1,puVar1[2],puVar1[3]);
JS_FreeValueRT(pa... | |
7,051 | my_snprintf | eloqsql/strings/my_vsnprintf.c | size_t my_snprintf(char* to, size_t n, const char* fmt, ...)
{
size_t result;
va_list args;
va_start(args,fmt);
result= my_vsnprintf(to, n, fmt, args);
va_end(args);
return result;
} | O0 | c | my_snprintf:
pushq %rbp
movq %rsp, %rbp
subq $0xf0, %rsp
testb %al, %al
je 0x7690b
movaps %xmm0, -0xc0(%rbp)
movaps %xmm1, -0xb0(%rbp)
movaps %xmm2, -0xa0(%rbp)
movaps %xmm3, -0x90(%rbp)
movaps %xmm4, -0x80(%rbp)
movaps %xmm5, -0x70(%rbp)
movaps %xmm6, -0x60(%rbp)
movaps %xmm7, -0x50(%rbp)
movq %r9, -0xc8(%rbp)
movq %r... | my_snprintf:
push rbp
mov rbp, rsp
sub rsp, 0F0h
test al, al
jz short loc_7690B
movaps [rbp+var_C0], xmm0
movaps [rbp+var_B0], xmm1
movaps [rbp+var_A0], xmm2
movaps [rbp+var_90], xmm3
movaps [rbp+var_80], xmm4
movaps [rbp+var_70], xmm5
movaps [rbp+var_60], xmm6
movaps [rbp+var_50], xmm7
loc_7... | _BYTE * my_snprintf(
_BYTE *a1,
long long a2,
char *a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,
char a15)... | my_snprintf:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xf0
TEST AL,AL
JZ 0x0017690b
MOVAPS xmmword ptr [RBP + -0xc0],XMM0
MOVAPS xmmword ptr [RBP + -0xb0],XMM1
MOVAPS xmmword ptr [RBP + -0xa0],XMM2
MOVAPS xmmword ptr [RBP + -0x90],XMM3
MOVAPS xmmword ptr [RBP + -0x80],XMM4
MOVAPS xmmword ptr [RBP + -0x70],XMM5
MOVAPS xmmword ptr [... |
int8
my_snprintf(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 param_9,int8 param_10,int8 param_11,int8 param_12,
int8 param_13,int8 param_14)
{
char in_AL;
int8 uVar1;
int1 local_f8 [24];
int8 local_e0;
int8 l... | |
7,052 | ftxui::Loop::RunOnce() | Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/component/loop.cpp | void Loop::RunOnce() {
screen_->RunOnce(component_);
} | O1 | cpp | ftxui::Loop::RunOnce():
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rax
movq (%rdi), %rdi
movq 0x8(%rax), %rcx
movq %rcx, (%rsp)
movq 0x10(%rax), %rax
movq %rax, 0x8(%rsp)
testq %rax, %rax
je 0x37418
movq 0x22ba6(%rip), %rcx # 0x59fb0
cmpb $0x0, (%rcx)
je 0x37414
incl 0x8(%rax)
jmp 0x37418
lock
incl 0x8(%rax)
movq %rsp... | _ZN5ftxui4Loop7RunOnceEv:
push rbx; int
sub rsp, 10h
mov rax, rdi
mov rdi, [rdi]; this
mov rcx, [rax+8]
mov [rsp+18h+var_18], rcx; __int64
mov rax, [rax+10h]
mov qword ptr [rsp+18h+var_10], rax; int
test rax, rax
jz short loc_37418
mov rcx, cs:__libc_single_threaded_ptr
cmp ... | RunOnce:
PUSH RBX
SUB RSP,0x10
MOV RAX,RDI
MOV RDI,qword ptr [RDI]
MOV RCX,qword ptr [RAX + 0x8]
MOV qword ptr [RSP],RCX
MOV RAX,qword ptr [RAX + 0x10]
MOV qword ptr [RSP + 0x8],RAX
TEST RAX,RAX
JZ 0x00137418
MOV RCX,qword ptr [0x00159fb0]
CMP byte ptr [RCX],0x0
JZ 0x00137414
INC dword ptr [RAX + 0x8]
JMP 0x00137418
LA... |
/* ftxui::Loop::RunOnce() */
void __thiscall ftxui::Loop::RunOnce(Loop *this)
{
ScreenInteractive *pSVar1;
int8 local_18;
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *local_10;
pSVar1 = *(ScreenInteractive **)this;
local_18 = *(int8 *)(this + 8);
local_10 = *(_Sp_counted_base<(__gnu_cxx::_Lock_policy... | ||
7,053 | string_getc | bluesky950520[P]quickjs/quickjs.c | static int string_getc(const JSString *p, int *pidx)
{
int idx, c, c1;
idx = *pidx;
if (p->is_wide_char) {
c = p->u.str16[idx++];
if (is_hi_surrogate(c) && idx < p->len) {
c1 = p->u.str16[idx];
if (is_lo_surrogate(c1)) {
c = from_surrogate(c, c1);
... | O1 | c | string_getc:
movslq (%rsi), %rdx
movq 0x4(%rdi), %r8
leal 0x1(%rdx), %ecx
testl %r8d, %r8d
js 0x4c5c3
movzbl 0x18(%rdi,%rdx), %eax
jmp 0x4c624
movzwl 0x18(%rdi,%rdx,2), %eax
movl %eax, %r9d
andl $0xfc00, %r9d # imm = 0xFC00
cmpl $0xd800, %r9d # imm = 0xD800
sete %r9b
andl $0x7fffffff, %r8d # i... | string_getc:
movsxd rdx, dword ptr [rsi]
mov r8, [rdi+4]
lea ecx, [rdx+1]
test r8d, r8d
js short loc_4C5C3
movzx eax, byte ptr [rdi+rdx+18h]
jmp short loc_4C624
loc_4C5C3:
movzx eax, word ptr [rdi+rdx*2+18h]
mov r9d, eax
and r9d, 0FC00h
cmp r9d, 0D800h
setz r9b
and r8d, 7FFFF... | long long string_getc(long long a1, int *a2)
{
long long v2; // rdx
long long v3; // r8
int v4; // ecx
long long result; // rax
__int16 v6; // di
v2 = *a2;
v3 = *(_QWORD *)(a1 + 4);
v4 = v2 + 1;
if ( (int)v3 < 0 )
{
result = *(unsigned __int16 *)(a1 + 2 * v2 + 24);
if ( (*(_WORD *)(a1 + 2 ... | |||
7,054 | string_getc | bluesky950520[P]quickjs/quickjs.c | static int string_getc(const JSString *p, int *pidx)
{
int idx, c, c1;
idx = *pidx;
if (p->is_wide_char) {
c = p->u.str16[idx++];
if (is_hi_surrogate(c) && idx < p->len) {
c1 = p->u.str16[idx];
if (is_lo_surrogate(c1)) {
c = from_surrogate(c, c1);
... | O2 | c | string_getc:
movslq (%rsi), %rdx
movq 0x4(%rdi), %r8
leal 0x1(%rdx), %ecx
testl %r8d, %r8d
js 0x41a3e
movzbl 0x18(%rdi,%rdx), %eax
jmp 0x41a9f
movzwl 0x18(%rdi,%rdx,2), %eax
movl %eax, %r9d
andl $0xfc00, %r9d # imm = 0xFC00
cmpl $0xd800, %r9d # imm = 0xD800
sete %r9b
andl $0x7fffffff, %r8d # i... | string_getc:
movsxd rdx, dword ptr [rsi]
mov r8, [rdi+4]
lea ecx, [rdx+1]
test r8d, r8d
js short loc_41A3E
movzx eax, byte ptr [rdi+rdx+18h]
jmp short loc_41A9F
loc_41A3E:
movzx eax, word ptr [rdi+rdx*2+18h]
mov r9d, eax
and r9d, 0FC00h
cmp r9d, 0D800h
setz r9b
and r8d, 7FFFF... | long long string_getc(long long a1, int *a2)
{
long long v2; // rdx
long long v3; // r8
int v4; // ecx
long long result; // rax
__int16 v6; // di
v2 = *a2;
v3 = *(_QWORD *)(a1 + 4);
v4 = v2 + 1;
if ( (int)v3 < 0 )
{
result = *(unsigned __int16 *)(a1 + 2 * v2 + 24);
if ( (*(_WORD *)(a1 + 2 ... | string_getc:
MOVSXD RDX,dword ptr [RSI]
MOV R8,qword ptr [RDI + 0x4]
LEA ECX,[RDX + 0x1]
TEST R8D,R8D
JS 0x00141a3e
MOVZX EAX,byte ptr [RDI + RDX*0x1 + 0x18]
JMP 0x00141a9f
LAB_00141a3e:
MOVZX EAX,word ptr [RDI + RDX*0x2 + 0x18]
MOV R9D,EAX
AND R9D,0xfc00
CMP R9D,0xd800
SETZ R9B
AND R8D,0x7fffffff
CMP ECX,R8D
SETL R8B
... |
uint string_getc(long param_1,int *param_2)
{
ushort uVar1;
int iVar2;
uint uVar3;
int iVar4;
long lVar5;
uint uVar6;
iVar2 = *param_2;
lVar5 = (long)iVar2;
iVar4 = iVar2 + 1;
uVar6 = (uint)*(int8 *)(param_1 + 4);
if ((int)uVar6 < 0) {
uVar1 = *(ushort *)(param_1 + 0x18 + lVar5 * 2);
... | |
7,055 | string_getc | bluesky950520[P]quickjs/quickjs.c | static int string_getc(const JSString *p, int *pidx)
{
int idx, c, c1;
idx = *pidx;
if (p->is_wide_char) {
c = p->u.str16[idx++];
if (is_hi_surrogate(c) && idx < p->len) {
c1 = p->u.str16[idx];
if (is_lo_surrogate(c1)) {
c = from_surrogate(c, c1);
... | O3 | c | string_getc:
movslq (%rsi), %rdx
movq 0x4(%rdi), %r8
leal 0x1(%rdx), %ecx
testl %r8d, %r8d
js 0x4e450
movzbl 0x18(%rdi,%rdx), %eax
jmp 0x4e4b1
movzwl 0x18(%rdi,%rdx,2), %eax
movl %eax, %r9d
andl $0xfc00, %r9d # imm = 0xFC00
cmpl $0xd800, %r9d # imm = 0xD800
sete %r9b
andl $0x7fffffff, %r8d # i... | string_getc:
movsxd rdx, dword ptr [rsi]
mov r8, [rdi+4]
lea ecx, [rdx+1]
test r8d, r8d
js short loc_4E450
movzx eax, byte ptr [rdi+rdx+18h]
jmp short loc_4E4B1
loc_4E450:
movzx eax, word ptr [rdi+rdx*2+18h]
mov r9d, eax
and r9d, 0FC00h
cmp r9d, 0D800h
setz r9b
and r8d, 7FFFF... | long long string_getc(long long a1, int *a2)
{
long long v2; // rdx
long long v3; // r8
int v4; // ecx
long long result; // rax
__int16 v6; // di
v2 = *a2;
v3 = *(_QWORD *)(a1 + 4);
v4 = v2 + 1;
if ( (int)v3 < 0 )
{
result = *(unsigned __int16 *)(a1 + 2 * v2 + 24);
if ( (*(_WORD *)(a1 + 2 ... | string_getc:
MOVSXD RDX,dword ptr [RSI]
MOV R8,qword ptr [RDI + 0x4]
LEA ECX,[RDX + 0x1]
TEST R8D,R8D
JS 0x0014e450
MOVZX EAX,byte ptr [RDI + RDX*0x1 + 0x18]
JMP 0x0014e4b1
LAB_0014e450:
MOVZX EAX,word ptr [RDI + RDX*0x2 + 0x18]
MOV R9D,EAX
AND R9D,0xfc00
CMP R9D,0xd800
SETZ R9B
AND R8D,0x7fffffff
CMP ECX,R8D
SETL R8B
... |
uint string_getc(long param_1,int *param_2)
{
ushort uVar1;
int iVar2;
uint uVar3;
int iVar4;
long lVar5;
uint uVar6;
iVar2 = *param_2;
lVar5 = (long)iVar2;
iVar4 = iVar2 + 1;
uVar6 = (uint)*(int8 *)(param_1 + 4);
if ((int)uVar6 < 0) {
uVar1 = *(ushort *)(param_1 + 0x18 + lVar5 * 2);
... | |
7,056 | ast_create_if | tsotchke[P]eshkol/src/frontend/ast/create/ast_create.c | AstNode* ast_create_if(Arena* arena, AstNode* condition, AstNode* then_branch, AstNode* else_branch, size_t line, size_t column) {
AstNode* node = ast_create_node(arena, AST_IF, line, column);
if (!node) {
return NULL;
}
node->as.if_expr.condition = condition;
node->as.if_expr.then_bran... | O0 | c | ast_create_if:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movq %r9, -0x38(%rbp)
movq -0x10(%rbp), %rdi
movq -0x30(%rbp), %rdx
movq -0x38(%rbp), %rcx
movl $0x9, %esi
callq 0x5160
movq %rax, -0x40(%rbp)
cmpq... | ast_create_if:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_38], r9
mov rdi, [rbp+var_10]
mov rdx, [rbp+var_30]
mov rcx, [rbp+var_38]
mov esi, 9
call ast_... | _QWORD * ast_create_if(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6)
{
_QWORD *node; // [rsp+0h] [rbp-40h]
node = (_QWORD *)ast_create_node(a1, 9, a5, a6);
if ( !node )
return 0LL;
node[9] = a2;
node[10] = a3;
node[11] = a4;
return node;
}
| ast_create_if:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV RDI,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RBP + -0x30]
MOV RCX,qword ptr... |
long ast_create_if(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
int8 local_10;
local_10 = ast_create_node(param_1,9,param_5,param_6);
if (local_10 == 0) {
local_10 = 0;
}
else {
*(int8 *)(local_10 + 0x48) = param_2;
*(int8 *)(local_10 + 0... | |
7,057 | ast_create_if | tsotchke[P]eshkol/src/frontend/ast/create/ast_create.c | AstNode* ast_create_if(Arena* arena, AstNode* condition, AstNode* then_branch, AstNode* else_branch, size_t line, size_t column) {
AstNode* node = ast_create_node(arena, AST_IF, line, column);
if (!node) {
return NULL;
}
node->as.if_expr.condition = condition;
node->as.if_expr.then_bran... | O2 | c | ast_create_if:
pushq %r15
pushq %r14
pushq %rbx
movq %rcx, %rbx
movq %rdx, %r14
movq %rsi, %r15
pushq $0x9
popq %rsi
movq %r8, %rdx
movq %r9, %rcx
callq 0x4488
testq %rax, %rax
je 0x465e
movq %r15, 0x48(%rax)
movq %r14, 0x50(%rax)
movq %rbx, 0x58(%rax)
popq %rbx
popq %r14
popq %r15
retq
| ast_create_if:
push r15
push r14
push rbx
mov rbx, rcx
mov r14, rdx
mov r15, rsi
push 9
pop rsi
mov rdx, r8
mov rcx, r9
call ast_create_node
test rax, rax
jz short loc_465E
mov [rax+48h], r15
mov [rax+50h], r14
mov [rax+58h], rbx
loc_465E:
pop rbx
pop r... | _QWORD * ast_create_if(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6)
{
_QWORD *result; // rax
result = (_QWORD *)ast_create_node(a1, 9, a5, a6);
if ( result )
{
result[9] = a2;
result[10] = a3;
result[11] = a4;
}
return result;
}
| ast_create_if:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RCX
MOV R14,RDX
MOV R15,RSI
PUSH 0x9
POP RSI
MOV RDX,R8
MOV RCX,R9
CALL 0x00104488
TEST RAX,RAX
JZ 0x0010465e
MOV qword ptr [RAX + 0x48],R15
MOV qword ptr [RAX + 0x50],R14
MOV qword ptr [RAX + 0x58],RBX
LAB_0010465e:
POP RBX
POP R14
POP R15
RET
|
void ast_create_if(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
long lVar1;
lVar1 = ast_create_node(param_1,9,param_5,param_6);
if (lVar1 != 0) {
*(int8 *)(lVar1 + 0x48) = param_2;
*(int8 *)(lVar1 + 0x50) = param_3;
*(int8 *)(lVar1 + 0x58) = ... | |
7,058 | TraceLog | csit-sgu[P]mit-game-2025-team-tyler/Libraries/raylib/src/utils.c | void TraceLog(int logType, const char *text, ...)
{
#if defined(SUPPORT_TRACELOG)
// Message has level below current threshold, don't emit
if (logType < logTypeLevel) return;
va_list args;
va_start(args, text);
if (traceLog)
{
traceLog(logType, text, args);
va_end(args);
... | O2 | c | TraceLog:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x1d8, %rsp # imm = 0x1D8
testb %al, %al
je 0xa13a5
movaps %xmm0, 0x150(%rsp)
movaps %xmm1, 0x160(%rsp)
movaps %xmm2, 0x170(%rsp)
movaps %xmm3, 0x180(%rsp)
movaps %xmm4, 0x190(%rsp)
movaps %xmm5, 0x1a0(%rsp)
movaps %xmm6, 0x1b0(%rsp)
movaps %xmm7, 0... | TraceLog:
push r15
push r14
push r12
push rbx
sub rsp, 1D8h
test al, al
jz short loc_A13A5
movaps [rsp+1F8h+var_A8], xmm0
movaps [rsp+1F8h+var_98], xmm1
movaps [rsp+1F8h+var_88], xmm2
movaps [rsp+1F8h+var_78], xmm3
movaps [rsp+1F8h+var_68], xmm4
movaps [rsp+1F8h+var_58], xmm5
movaps [rsp+... | void TraceLog(int a1, long long a2, ...)
{
long long v3; // rax
unsigned int v4; // r15d
char *v5; // rdi
long long v6; // rdx
va_list va; // [rsp+0h] [rbp-1F8h] BYREF
char v8[256]; // [rsp+20h] [rbp-1D8h] BYREF
if ( logTypeLevel <= a1 )
{
va_start(va, a2);
if ( traceLog )
{
((void ( ... | TraceLog:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x1d8
TEST AL,AL
JZ 0x001a13a5
MOVAPS xmmword ptr [RSP + 0x150],XMM0
MOVAPS xmmword ptr [RSP + 0x160],XMM1
MOVAPS xmmword ptr [RSP + 0x170],XMM2
MOVAPS xmmword ptr [RSP + 0x180],XMM3
MOVAPS xmmword ptr [RSP + 0x190],XMM4
MOVAPS xmmword ptr [RSP + 0x1a0],XMM5
MOVAPS ... |
void TraceLog(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,int param_9
,char *param_10,int8 param_11,int8 param_12,int8 param_13,
int8 param_14)
{
char in_AL;
size_t sVar1;
size_t sVar2;
size_t __n;
int8 local... | |
7,059 | ftxui::Event::Special(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>) | Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/component/event.cpp | Event Event::Special(std::string input) {
Event event;
event.input_ = std::move(input);
return event;
} | O1 | cpp | ftxui::Event::Special(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>):
pushq %rbx
movq %rdi, %rbx
xorl %eax, %eax
movq %rax, (%rdi)
movabsq $0x300000000, %rcx # imm = 0x300000000
movq %rcx, 0x8(%rdi)
movl $0x1, 0x10(%rdi)
movw $0x0, 0x14(%rdi)
movb %al, 0x16(%rdi)
movq %rax, 0x18(%r... | _ZN5ftxui5Event7SpecialENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbx
mov rbx, rdi
xor eax, eax
mov [rdi], rax
mov rcx, 300000000h
mov [rdi+8], rcx
mov dword ptr [rdi+10h], 1
mov word ptr [rdi+14h], 0
mov [rdi+16h], al
mov [rdi+18h], rax
add rdi, 20h ; ' '
lea... | long long ftxui::Event::Special(long long a1, long long a2)
{
*(_QWORD *)a1 = 0LL;
*(_QWORD *)(a1 + 8) = 0x300000000LL;
*(_DWORD *)(a1 + 16) = 1;
*(_WORD *)(a1 + 20) = 0;
*(_BYTE *)(a1 + 22) = 0;
*(_QWORD *)(a1 + 24) = 0LL;
*(_QWORD *)(a1 + 32) = a1 + 48;
*(_QWORD *)(a1 + 40) = 0LL;
*(_BYTE *)(a1 + 4... | Special:
PUSH RBX
MOV RBX,RDI
XOR EAX,EAX
MOV qword ptr [RDI],RAX
MOV RCX,0x300000000
MOV qword ptr [RDI + 0x8],RCX
MOV dword ptr [RDI + 0x10],0x1
MOV word ptr [RDI + 0x14],0x0
MOV byte ptr [RDI + 0x16],AL
MOV qword ptr [RDI + 0x18],RAX
ADD RDI,0x20
LEA RCX,[RBX + 0x30]
MOV qword ptr [RBX + 0x20],RCX
MOV qword ptr [RBX... |
/* ftxui::Event::Special(std::__cxx11::string) */
Event * __thiscall ftxui::Event::Special(Event *this,string *param_2)
{
*(int8 *)this = 0;
*(int8 *)(this + 8) = 0x300000000;
*(int4 *)(this + 0x10) = 1;
*(int2 *)(this + 0x14) = 0;
this[0x16] = (Event)0x0;
*(int8 *)(this + 0x18) = 0;
*(Event **)(this +... | |
7,060 | check_func_exist | xtate/src/probe-modules/lua-tcp-probe.c | static bool check_func_exist(const char *func) {
lua_getglobal(luatcp_conf.Ltx, func);
if (lua_isfunction(luatcp_conf.Ltx, -1) == 0) {
LOG(LEVEL_ERROR, "" LUA_PROBE_NAME ": no `%s` func in script %s.\n",
func, luatcp_conf.script);
return false;
}
lua_pop(luatcp_conf.Ltx, 1);
... | O3 | c | check_func_exist:
pushq %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x179e20(%rip), %rax # 0x1a3fb8
movq 0x179b89(%rip), %rdi # 0x1a3d28
movq %rbx, %rsi
callq *(%rax)
leaq 0x179ed5(%rip), %rax # 0x1a4080
movq 0x179b76(%rip), %rdi # 0x1a3d28
movl $0xffffffff, %esi # imm = 0xFFFFFFFF
callq *(%rax)
m... | check_func_exist:
push rbp
push rbx
push rax
mov rbx, rdi
lea rax, lua_getglobal
mov rdi, cs:luatcp_conf_1
mov rsi, rbx
call qword ptr [rax]
lea rax, lua_type
mov rdi, cs:luatcp_conf_1
mov esi, 0FFFFFFFFh
call qword ptr [rax]
mov ebp, eax
cmp eax, 6
jnz short loc_2... | bool check_func_exist(long long a1)
{
int v1; // ebp
int v2; // r8d
int v3; // r9d
lua_getglobal(luatcp_conf_1, a1);
v1 = lua_type(luatcp_conf_1, 0xFFFFFFFFLL);
if ( v1 == 6 )
lua_settop(luatcp_conf_1, 4294967294LL);
else
LOG(-1, (unsigned int)"LuaTcpProbe: no `%s` func in script %s.\n", a1, lua... | check_func_exist:
PUSH RBP
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[0x2a3fb8]
MOV RDI,qword ptr [0x002a3d28]
MOV RSI,RBX
CALL qword ptr [RAX]
LEA RAX,[0x2a4080]
MOV RDI,qword ptr [0x002a3d28]
MOV ESI,0xffffffff
CALL qword ptr [RAX]
MOV EBP,EAX
CMP EAX,0x6
JNZ 0x0012a1d7
LEA RAX,[0x2a4058]
MOV RDI,qword ptr [0x002a3d28]
M... |
bool check_func_exist(int8 param_1)
{
int iVar1;
(*lua_getglobal)(luatcp_conf_1,param_1);
iVar1 = (*lua_type)(luatcp_conf_1,0xffffffff);
if (iVar1 == 6) {
(*lua_settop)(luatcp_conf_1,0xfffffffe);
}
else {
LOG(0xffffffff,"LuaTcpProbe: no `%s` func in script %s.\n",param_1,luatcp_conf_0);
}
r... | |
7,061 | my_hash_sort_simple | eloqsql/strings/ctype-simple.c | void my_hash_sort_simple(CHARSET_INFO *cs,
const uchar *key, size_t len,
ulong *nr1, ulong *nr2)
{
register const uchar *sort_order=cs->sort_order;
const uchar *end;
uint16 space_weight= sort_order[' '];
/*
Remove all trailing characters that are equal to s... | O0 | c | my_hash_sort_simple:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq -0x8(%rbp), %rax
movq 0x58(%rax), %rax
movq %rax, -0x30(%rbp)
movq -0x30(%rbp), %rax
movzbl 0x20(%rax), %eax
movw %ax, -0x3a(%rbp)
cmpq $... | my_hash_sort_simple:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov rax, [rbp+var_8]
mov rax, [rax+58h]
mov [rbp+var_30], rax
mov rax, [rbp+var_30]
movzx eax, byte ptr [ra... | _QWORD * my_hash_sort_simple(long long a1, unsigned __int8 *a2, unsigned long long a3, long long *a4, _QWORD *a5)
{
unsigned long long v5; // rcx
long long v7; // [rsp+8h] [rbp-48h]
__int16 v8; // [rsp+16h] [rbp-3Ah]
unsigned long long v9; // [rsp+18h] [rbp-38h]
long long v10; // [rsp+20h] [rbp-30h]
v10 = ... | my_hash_sort_simple:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x58]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword... |
void my_hash_sort_simple(long param_1,ulong param_2,ulong param_3,int8 param_4,
int8 param_5)
{
char cVar1;
long lVar2;
ulong uVar3;
ulong local_50;
ulong local_40;
lVar2 = *(long *)(param_1 + 0x58);
cVar1 = *(char *)(lVar2 + 0x20);
if (param_3 < 0x11) {
local_50 = param... | |
7,062 | trnman_destroy | eloqsql/storage/maria/trnman.c | void trnman_destroy()
{
DBUG_ENTER("trnman_destroy");
if (short_trid_to_active_trn == NULL) /* trnman already destroyed */
DBUG_VOID_RETURN;
DBUG_ASSERT(trid_to_trn.count == 0);
DBUG_ASSERT(trnman_active_transactions == 0);
DBUG_ASSERT(trnman_committed_transactions == 0);
DBUG_ASSERT(active_list_max.pr... | O0 | c | trnman_destroy:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
cmpq $0x0, 0xc09fb0(%rip) # 0xc80e00
jne 0x76e59
jmp 0x76e54
jmp 0x76eef
jmp 0x76e5b
jmp 0x76e5d
jmp 0x76e5f
jmp 0x76e61
jmp 0x76e63
jmp 0x76e65
jmp 0x76e67
jmp 0x76e69
jmp 0x76e6b
jmp 0x76e6d
jmp 0x76e6f
jmp 0x76e71
jmp 0x76e73
jmp 0x76e75
jmp 0x76e77
cmpq... | trnman_destroy:
push rbp
mov rbp, rsp
sub rsp, 10h
cmp cs:short_trid_to_active_trn, 0
jnz short loc_76E59
jmp short $+2
loc_76E54:
jmp loc_76EEF
loc_76E59:
jmp short $+2
loc_76E5B:
jmp short $+2
loc_76E5D:
jmp short $+2
loc_76E5F:
jmp short $+2
loc_76E61:
jmp short $+2
loc... | long long trnman_destroy()
{
long long result; // rax
long long v1; // [rsp+8h] [rbp-8h]
if ( short_trid_to_active_trn )
{
while ( pool )
{
v1 = pool;
pool = *(_QWORD *)(pool + 104);
inline_mysql_mutex_destroy_4(v1 + 16);
my_free(v1);
}
lf_hash_destroy(&trid_to_trn);
... | trnman_destroy:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
CMP qword ptr [0x00d80e00],0x0
JNZ 0x00176e59
JMP 0x00176e54
LAB_00176e54:
JMP 0x00176eef
LAB_00176e59:
JMP 0x00176e5b
LAB_00176e5b:
JMP 0x00176e5d
LAB_00176e5d:
JMP 0x00176e5f
LAB_00176e5f:
JMP 0x00176e61
LAB_00176e61:
JMP 0x00176e63
LAB_00176e63:
JMP 0x00176e65
LAB_00... |
void trnman_destroy(void)
{
long lVar1;
long lVar2;
if (short_trid_to_active_trn != 0) {
while (lVar1 = pool, pool != 0) {
lVar2 = pool + 0x10;
pool = *(long *)(pool + 0x68);
inline_mysql_mutex_destroy(lVar2);
my_free(lVar1);
}
lf_hash_destroy(trid_to_trn);
inline_mysq... | |
7,063 | std::shared_ptr<TextureGUI const> resource::load<TextureGUI>(char const*, unsigned int) | untodesu[P]voxelius/game/client/texture_gui.cc | resource_ptr<TextureGUI> resource::load<TextureGUI>(const char *name, unsigned int flags)
{
auto it = resource_map.find(name);
if(it != resource_map.cend()) {
// Return an existing resource
return it->second;
}
unsigned int image_load_flags = 0U;
if(flags & TEXTURE_GUI_LOAD_VFLIP)... | O1 | cpp | std::shared_ptr<TextureGUI const> resource::load<TextureGUI>(char const*, unsigned int):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x50, %rsp
movl %edx, %ebp
movq %rdi, %rbx
leaq 0x18(%rsp), %rax
movq %rsi, (%rax)
leaq 0x1f0a90(%rip), %rdi # 0x25fbc8
movq %rax, %rsi
callq 0x6fb16
cmpl 0x1f0aa2(%ri... | _ZN8resource4loadI10TextureGUIEESt10shared_ptrIKT_EPKcj:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 50h
mov ebp, edx
mov rbx, rdi
lea rax, [rsp+78h+var_60]
mov [rax], rsi
lea rdi, _ZL12resource_mapB5cxx11_0; resource_map
mov rsi, rax
call _ZNK7emhash87HashMapINSt... | _QWORD * resource::load<TextureGUI>(_QWORD *a1, long long a2, unsigned int a3)
{
int filled; // eax
unsigned int v5; // r14d
long long v6; // rdx
long long v7; // r14
long long v8; // rax
long long v9; // rcx
long long v10; // rax
long long v11; // rax
long long v12; // rax
long long v13; // rax
u... | load<TextureGUI>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x50
MOV EBP,EDX
MOV RBX,RDI
LEA RAX,[RSP + 0x18]
MOV qword ptr [RAX],RSI
LEA RDI,[0x35fbc8]
MOV RSI,RAX
CALL 0x0016fb16
CMP EAX,dword ptr [0x0035fbe8]
JNZ 0x0016f2de
MOV EAX,EBP
SHR EAX,0x3
AND EAX,0x2
MOV EDX,EBP
SHR EDX,0x5
AND EDX,0x1
OR EDX,EAX... |
/* std::shared_ptr<TextureGUI const> resource::load<TextureGUI>(char const*, unsigned int) */
resource * __thiscall resource::load<TextureGUI>(resource *this,char *param_1,uint param_2)
{
int *puVar1;
uint uVar2;
_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *this_00;
long lVar3;
int8 uVar4;
int4 uVar5;
... | |
7,064 | fmt::v10::appender fmt::v10::detail::write_escaped_char<char, fmt::v10::appender>(fmt::v10::appender, char) | aimrt_mujoco_sim/_deps/fmt-src/include/fmt/format.h | auto write_escaped_char(OutputIt out, Char v) -> OutputIt {
Char v_array[1] = {v};
*out++ = static_cast<Char>('\'');
if ((needs_escape(static_cast<uint32_t>(v)) && v != static_cast<Char>('"')) ||
v == static_cast<Char>('\'')) {
out = write_escaped_cp(out,
find_escape_result<Ch... | O3 | c | fmt::v10::appender fmt::v10::detail::write_escaped_char<char, fmt::v10::appender>(fmt::v10::appender, char):
pushq %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
movl %esi, %ebp
movq %rdi, %rbx
movb %bpl, 0x7(%rsp)
movq 0x10(%rdi), %rax
leaq 0x1(%rax), %rsi
cmpq %rsi, 0x18(%rdi)
jae 0x27dbd
movq (%rbx), %rax
movq %rbx, %r... | _ZN3fmt3v106detail18write_escaped_charIcNS0_8appenderEEET0_S4_T_:
push rbp
push r14
push rbx
sub rsp, 20h
mov ebp, esi
mov rbx, rdi
mov [rsp+38h+var_31], bpl
mov rax, [rdi+10h]
lea rsi, [rax+1]
cmp [rdi+18h], rsi
jnb short loc_27DBD
mov rax, [rbx]
mov rdi, rbx
call qw... | long long fmt::v10::detail::write_escaped_char<char,fmt::v10::appender>(
long long a1,
unsigned __int8 a2,
long long a3)
{
long long v4; // rbx
long long v5; // rax
long long v6; // rsi
long long v7; // rcx
char v8; // al
long long v9; // rax
long long v10; // rsi
long long v11;... | write_escaped_char<char,fmt::v10::appender>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV EBP,ESI
MOV RBX,RDI
MOV byte ptr [RSP + 0x7],BPL
MOV RAX,qword ptr [RDI + 0x10]
LEA RSI,[RAX + 0x1]
CMP qword ptr [RDI + 0x18],RSI
JNC 0x00127dbd
MOV RAX,qword ptr [RBX]
MOV RDI,RBX
CALL qword ptr [RAX]
MOV RAX,qword ptr [RBX + 0x1... |
/* fmt::v10::appender fmt::v10::detail::write_escaped_char<char,
fmt::v10::appender>(fmt::v10::appender, char) */
int8 *
fmt::v10::detail::write_escaped_char<char,fmt::v10::appender>(int8 *param_1,byte param_2)
{
byte bVar1;
long lVar2;
ulong uVar3;
uint uVar4;
byte local_31;
byte *local_30;
int1 **... | |
7,065 | js_parse_from_clause | bluesky950520[P]quickjs/quickjs.c | static __exception JSAtom js_parse_from_clause(JSParseState *s)
{
JSAtom module_name;
if (!token_is_pseudo_keyword(s, JS_ATOM_from)) {
js_parse_error(s, "from clause expected");
return JS_ATOM_NULL;
}
if (next_token(s))
return JS_ATOM_NULL;
if (s->token.val != TOK_STRING) {
... | O0 | c | js_parse_from_clause:
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
movq 0x8(%rsp), %rdi
movl $0x7b, %esi
callq 0x9e640
cmpl $0x0, %eax
jne 0xb00bd
movq 0x8(%rsp), %rdi
leaq 0x5eb29(%rip), %rsi # 0x10ebd2
movb $0x0, %al
callq 0x473d0
movl $0x0, 0x14(%rsp)
jmp 0xb0162
movq 0x8(%rsp), %rdi
callq 0x9bd00
cmpl $0x0, %eax
je 0x... | js_parse_from_clause:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
mov rdi, [rsp+18h+var_10]
mov esi, 7Bh ; '{'
call token_is_pseudo_keyword
cmp eax, 0
jnz short loc_B00BD
mov rdi, [rsp+18h+var_10]
lea rsi, aFromClauseExpe; "from clause expected"
mov al, 0
call js_parse_error
mov ... | long long js_parse_from_clause(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
double a6,
double a7,
__m128 a8,
__m128 a9)
{
long long v9; // rdx
long long v10; // rcx
long long v11; // r8
long long v12; // r9
__m128 v13; // x... | js_parse_from_clause:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
MOV RDI,qword ptr [RSP + 0x8]
MOV ESI,0x7b
CALL 0x0019e640
CMP EAX,0x0
JNZ 0x001b00bd
MOV RDI,qword ptr [RSP + 0x8]
LEA RSI,[0x20ebd2]
MOV AL,0x0
CALL 0x001473d0
MOV dword ptr [RSP + 0x14],0x0
JMP 0x001b0162
LAB_001b00bd:
MOV RDI,qword ptr [RSP + 0x8]
CAL... |
int js_parse_from_clause(int8 *param_1)
{
int iVar1;
int local_4;
iVar1 = token_is_pseudo_keyword(param_1,0x7b);
if (iVar1 == 0) {
js_parse_error(param_1,"from clause expected");
local_4 = 0;
}
else {
iVar1 = next_token(param_1);
if (iVar1 == 0) {
if (*(int *)(param_1 + 4) == -0x7... | |
7,066 | js_parse_from_clause | bluesky950520[P]quickjs/quickjs.c | static __exception JSAtom js_parse_from_clause(JSParseState *s)
{
JSAtom module_name;
if (!token_is_pseudo_keyword(s, JS_ATOM_from)) {
js_parse_error(s, "from clause expected");
return JS_ATOM_NULL;
}
if (next_token(s))
return JS_ATOM_NULL;
if (s->token.val != TOK_STRING) {
... | O1 | c | js_parse_from_clause:
pushq %rbp
pushq %r14
pushq %rbx
movq %rdi, %r14
cmpl $-0x7d, 0x20(%rdi)
jne 0x6bc37
cmpl $0x7b, 0x38(%r14)
jne 0x6bc37
cmpl $0x0, 0x3c(%r14)
je 0x6bc51
leaq 0x33f98(%rip), %rsi # 0x9fbd6
xorl %ebx, %ebx
movq %r14, %rdi
xorl %eax, %eax
callq 0x2f0d5
movl %ebx, %eax
popq %rbx
popq %r14
popq %rb... | js_parse_from_clause:
push rbp
push r14
push rbx
mov r14, rdi
cmp dword ptr [rdi+20h], 0FFFFFF83h
jnz short loc_6BC37
cmp dword ptr [r14+38h], 7Bh ; '{'
jnz short loc_6BC37
cmp dword ptr [r14+3Ch], 0
jz short loc_6BC51
loc_6BC37:
lea rsi, aFromClauseExpe; "from clause expected"... | long long js_parse_from_clause(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14... | js_parse_from_clause:
PUSH RBP
PUSH R14
PUSH RBX
MOV R14,RDI
CMP dword ptr [RDI + 0x20],-0x7d
JNZ 0x0016bc37
CMP dword ptr [R14 + 0x38],0x7b
JNZ 0x0016bc37
CMP dword ptr [R14 + 0x3c],0x0
JZ 0x0016bc51
LAB_0016bc37:
LEA RSI,[0x19fbd6]
LAB_0016bc3e:
XOR EBX,EBX
MOV RDI,R14
XOR EAX,EAX
CALL 0x0012f0d5
LAB_0016bc4a:
MOV EA... |
int js_parse_from_clause(int8 *param_1)
{
int iVar1;
int iVar2;
char *pcVar3;
if (((*(int *)(param_1 + 4) == -0x7d) && (*(int *)(param_1 + 7) == 0x7b)) &&
(*(int *)((long)param_1 + 0x3c) == 0)) {
iVar1 = next_token(param_1);
if (iVar1 != 0) {
return 0;
}
if (*(int *)(param_1 + 4)... | |
7,067 | js_parse_from_clause | bluesky950520[P]quickjs/quickjs.c | static __exception JSAtom js_parse_from_clause(JSParseState *s)
{
JSAtom module_name;
if (!token_is_pseudo_keyword(s, JS_ATOM_from)) {
js_parse_error(s, "from clause expected");
return JS_ATOM_NULL;
}
if (next_token(s))
return JS_ATOM_NULL;
if (s->token.val != TOK_STRING) {
... | O3 | c | js_parse_from_clause:
pushq %rbp
pushq %r14
pushq %rbx
movq %rdi, %r14
cmpl $-0x7d, 0x20(%rdi)
jne 0x6ddd2
cmpl $0x7b, 0x38(%r14)
jne 0x6ddd2
cmpl $0x0, 0x3c(%r14)
je 0x6ddec
leaq 0x34db7(%rip), %rsi # 0xa2b90
xorl %ebx, %ebx
movq %r14, %rdi
xorl %eax, %eax
callq 0x2fed1
movl %ebx, %eax
popq %rbx
popq %r14
popq %rb... | js_parse_from_clause:
push rbp
push r14
push rbx
mov r14, rdi
cmp dword ptr [rdi+20h], 0FFFFFF83h
jnz short loc_6DDD2
cmp dword ptr [r14+38h], 7Bh ; '{'
jnz short loc_6DDD2
cmp dword ptr [r14+3Ch], 0
jz short loc_6DDEC
loc_6DDD2:
lea rsi, aFromClauseExpe; "from clause expected"... | long long js_parse_from_clause(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14... | js_parse_from_clause:
PUSH RBP
PUSH R14
PUSH RBX
MOV R14,RDI
CMP dword ptr [RDI + 0x20],-0x7d
JNZ 0x0016ddd2
CMP dword ptr [R14 + 0x38],0x7b
JNZ 0x0016ddd2
CMP dword ptr [R14 + 0x3c],0x0
JZ 0x0016ddec
LAB_0016ddd2:
LEA RSI,[0x1a2b90]
LAB_0016ddd9:
XOR EBX,EBX
MOV RDI,R14
XOR EAX,EAX
CALL 0x0012fed1
LAB_0016dde5:
MOV EA... |
int js_parse_from_clause(int8 *param_1)
{
int iVar1;
int iVar2;
char *pcVar3;
if (((*(int *)(param_1 + 4) == -0x7d) && (*(int *)(param_1 + 7) == 0x7b)) &&
(*(int *)((long)param_1 + 0x3c) == 0)) {
iVar1 = next_token(param_1);
if (iVar1 != 0) {
return 0;
}
if (*(int *)(param_1 + 4)... | |
7,068 | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(int, int*, int, int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | int
Level::gatherQuadRegularInteriorPatchPoints(
Index thisFace, Index patchPoints[], int rotation, int fvarChannel) const {
Level const& level = *this;
assert((0 <= rotation) && (rotation < 4));
static int const rotationSequence[7] = { 0, 1, 2, 3, 0, 1, 2 };
int const * rotatedVerts = &rotation... | O0 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(int, int*, int, int) const:
pushq %rbp
movq %rsp, %rbp
subq $0x110, %rsp # imm = 0x110
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movl %r8d, -0x20(%rbp)
movq -0x8(%rbp), %rax
movq %ra... | _ZNK10OpenSubdiv6v3_6_03Vtr8internal5Level36gatherQuadRegularInteriorPatchPointsEiPiii:
push rbp
mov rbp, rsp
sub rsp, 110h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov [rbp+var_20], r8d
mov rax, [rbp+var_8]
mov [rbp+var_28], rax
xor ... | long long OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(
OpenSubdiv::v3_6_0::Vtr::internal::Level *this,
int a2,
int *a3,
int a4,
int a5)
{
long long FaceVertices; // rax
int v6; // edx
long long FaceFVarValues; // rax
int v8; // edx
in... | gatherQuadRegularInteriorPatchPoints:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x110
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV dword ptr [RBP + -0x20],R8D
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x28],RAX
XOR EAX,EAX
XOR ECX,ECX
CM... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(int, int*, int,
int) const */
int8 __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints
(Level *this,int param_1,int *param_2,int param_3,int param_4)
{
int iVar1;
int iVar2;
uint... | |
7,069 | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(int, int*, int, int) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/vtr/level.cpp | int
Level::gatherQuadRegularInteriorPatchPoints(
Index thisFace, Index patchPoints[], int rotation, int fvarChannel) const {
Level const& level = *this;
assert((0 <= rotation) && (rotation < 4));
static int const rotationSequence[7] = { 0, 1, 2, 3, 0, 1, 2 };
int const * rotatedVerts = &rotation... | O3 | cpp | OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(int, int*, int, int) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
cmpl $0x4, %ecx
jae 0x44e21
movq %rdx, %r14
movq %rdi, %r12
movl %ecx, %eax
leaq 0x71ce4(%rip), %rcx # 0xb6960
leaq (%rcx,%rax... | _ZNK10OpenSubdiv6v3_6_03Vtr8internal5Level36gatherQuadRegularInteriorPatchPointsEiPiii:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
cmp ecx, 4
jnb loc_44E21
mov r14, rdx
mov r12, rdi
mov eax, ecx
lea rcx, _ZZNK10OpenSubdiv6v3_6_03Vtr8internal5Level36g... | long long OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(
OpenSubdiv::v3_6_0::Vtr::internal::Level *this,
long long a2,
int *a3,
unsigned int a4,
int a5)
{
long long v5; // rax
long long v6; // r13
_QWORD *v7; // rcx
long long v8; // rax
... | gatherQuadRegularInteriorPatchPoints:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
CMP ECX,0x4
JNC 0x00144e21
MOV R14,RDX
MOV R12,RDI
MOV EAX,ECX
LEA RCX,[0x1b6960]
LEA RAX,[RCX + RAX*0x4]
MOV qword ptr [RSP + 0x18],RAX
LEA EAX,[RSI + RSI*0x1 + 0x1]
CDQE
MOV RCX,qword ptr [RDI + 0x18]
MOVSXD R13,d... |
/* OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints(int, int*, int,
int) const */
int8 __thiscall
OpenSubdiv::v3_6_0::Vtr::internal::Level::gatherQuadRegularInteriorPatchPoints
(Level *this,int param_1,int *param_2,int param_3,int param_4)
{
long lVar1;
ushort uVar2;
... | |
7,070 | my_hash_sort_ucs2_bin | eloqsql/strings/ctype-ucs2.c | static void
my_hash_sort_ucs2_bin(CHARSET_INFO *cs,
const uchar *key, size_t len, ulong *nr1, ulong *nr2)
{
size_t lengthsp= my_lengthsp_mb2(cs, (const char *) key, len);
my_hash_sort_ucs2_nopad_bin(cs, key, lengthsp, nr1, nr2);
} | O3 | c | my_hash_sort_ucs2_bin:
movq %rdx, %rax
cmpq $0x2, %rdx
jl 0x4ce41
cmpb $0x20, -0x1(%rsi,%rax)
jne 0x4ce39
leaq -0x2(%rax), %rdx
cmpb $0x0, -0x2(%rsi,%rax)
je 0x4ce1e
movq (%rcx), %rdx
movq (%r8), %rdi
jmp 0x4ce4d
movq (%rcx), %rdx
movq (%r8), %rdi
cmpq $0x1, %rax
jne 0x4ce80
pushq %rbp
movq %rsp, %rbp
addq %rsi, %rax
m... | my_hash_sort_ucs2_bin:
mov rax, rdx
cmp rdx, 2
jl short loc_4CE41
cmp byte ptr [rsi+rax-1], 20h ; ' '
jnz short loc_4CE39
lea rdx, [rax-2]
cmp byte ptr [rsi+rax-2], 0
jz short my_hash_sort_ucs2_bin
loc_4CE39:
mov rdx, [rcx]
mov rdi, [r8]
jmp short loc_4CE4D
loc_4CE41:
mov ... | unsigned long long my_hash_sort_ucs2_bin(
long long a1,
unsigned long long a2,
long long a3,
long long *a4,
long long *a5)
{
unsigned long long result; // rax
long long v6; // rdx
long long v7; // rdi
while ( 1 )
{
result = a3;
if ( a3 < 2 )
break;
i... | my_hash_sort_ucs2_bin:
MOV RAX,RDX
CMP RDX,0x2
JL 0x0014ce41
CMP byte ptr [RSI + RAX*0x1 + -0x1],0x20
JNZ 0x0014ce39
LEA RDX,[RAX + -0x2]
CMP byte ptr [RSI + RAX*0x1 + -0x2],0x0
JZ 0x0014ce1e
LAB_0014ce39:
MOV RDX,qword ptr [RCX]
MOV RDI,qword ptr [R8]
JMP 0x0014ce4d
LAB_0014ce41:
MOV RDX,qword ptr [RCX]
MOV RDI,qword ... |
void my_hash_sort_ucs2_bin
(int8 param_1,byte *param_2,long param_3,ulong *param_4,long *param_5)
{
byte *pbVar1;
long lVar2;
ulong uVar3;
long lVar4;
do {
lVar2 = param_3;
if (lVar2 < 2) {
uVar3 = *param_4;
lVar4 = *param_5;
if (lVar2 != 1) goto LAB_0014ce80;
... | |
7,071 | google::protobuf::internal::ExtensionSet::MaybeNewRepeatedExtension(google::protobuf::FieldDescriptor const*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set_heavy.cc | ExtensionSet::Extension* ExtensionSet::MaybeNewRepeatedExtension(
const FieldDescriptor* descriptor) {
Extension* extension;
if (MaybeNewExtension(descriptor->number(), descriptor, &extension)) {
extension->type = descriptor->type();
GOOGLE_DCHECK_EQ(cpp_type(extension->type), FieldDescriptor::CPPTYPE_M... | O3 | cpp | google::protobuf::internal::ExtensionSet::MaybeNewRepeatedExtension(google::protobuf::FieldDescriptor const*):
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movl 0x4(%rsi), %esi
movq %rsp, %rcx
movq %r14, %rdx
callq 0x94258
testb %al, %al
je 0x6225e
movq 0x18(%r14), %rdi
testq %rdi, %rdi
je 0x6... | _ZN6google8protobuf8internal12ExtensionSet25MaybeNewRepeatedExtensionEPKNS0_15FieldDescriptorE:
push r14
push rbx
sub rsp, 18h
mov r14, rsi
mov rbx, rdi
mov esi, [rsi+4]; int
mov rcx, rsp; google::protobuf::internal::ExtensionSet::Extension **
mov rdx, r14; google::protobuf::FieldDescripto... | google::protobuf::internal::ExtensionSet::Extension * google::protobuf::internal::ExtensionSet::MaybeNewRepeatedExtension(
google::protobuf::Arena **this,
const google::protobuf::FieldDescriptor *a2)
{
long long v3; // rcx
long long v4; // r8
long long v5; // r9
long long v6; // rdi
google::pr... | MaybeNewRepeatedExtension:
PUSH R14
PUSH RBX
SUB RSP,0x18
MOV R14,RSI
MOV RBX,RDI
MOV ESI,dword ptr [RSI + 0x4]
MOV RCX,RSP
MOV RDX,R14
CALL 0x00194258
TEST AL,AL
JZ 0x0016225e
MOV RDI,qword ptr [R14 + 0x18]
TEST RDI,RDI
JZ 0x001621f8
LEA RAX,[0x13ac20]
LEA RSI,[RSP + 0x10]
MOV qword ptr [RSI],RAX
LEA RDX,[RSP + 0x8]
M... |
/* google::protobuf::internal::ExtensionSet::MaybeNewRepeatedExtension(google::protobuf::FieldDescriptor
const*) */
Extension * __thiscall
google::protobuf::internal::ExtensionSet::MaybeNewRepeatedExtension
(ExtensionSet *this,FieldDescriptor *param_1)
{
ulong uVar1;
char cVar2;
ulong *puVar3;
E... | |
7,072 | testing::internal::PrintTo(char const*, std::ostream*) | giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/src/gtest-printers.cc | void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } | O3 | cpp | testing::internal::PrintTo(char const*, std::ostream*):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
testq %rdi, %rdi
je 0x179c5
movq %rdi, %r14
movq %rbx, %rdi
movq %r14, %rsi
callq 0x83b0
leaq 0x2cdc9(%rip), %rsi # 0x44764
movl $0xd, %edx
movq %rax, %rdi
callq 0x85b0
movq %r14, %rdi
callq 0x8200
movq %r14, %r... | _ZN7testing8internal7PrintToEPKcPSo:
push r14
push rbx
push rax
mov rbx, rsi
test rdi, rdi
jz short loc_179C5
mov r14, rdi
mov rdi, rbx
mov rsi, r14
call __ZNSo9_M_insertIPKvEERSoT_; std::ostream::_M_insert<void const*>(void const*)
lea rsi, aPointingTo; " pointing to "
mov e... | long long testing::internal::PrintTo(testing::internal *this, const char *a2, std::ostream *a3)
{
long long v3; // rax
long long v4; // rax
long long v5; // rcx
if ( !this )
return std::__ostream_insert<char,std::char_traits<char>>(a2, "NULL", 4LL);
v3 = std::ostream::_M_insert<void const*>(a2, this, a3... | PrintTo:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
TEST RDI,RDI
JZ 0x001179c5
MOV R14,RDI
MOV RDI,RBX
MOV RSI,R14
CALL 0x001083b0
LEA RSI,[0x144764]
MOV EDX,0xd
MOV RDI,RAX
CALL 0x001085b0
MOV RDI,R14
CALL 0x00108200
MOV RDI,R14
MOV RSI,RAX
MOV RDX,RBX
ADD RSP,0x8
POP RBX
POP R14
JMP 0x00117d45
LAB_001179c5:
LEA RSI,[0x14... |
/* testing::internal::PrintTo(char const*, std::ostream*) */
void testing::internal::PrintTo(char *param_1,ostream *param_2)
{
ostream *poVar1;
size_t sVar2;
if (param_1 != (char *)0x0) {
poVar1 = std::ostream::_M_insert<void_const*>(param_2);
std::__ostream_insert<char,std::char_traits<char>>(poVar... | |
7,073 | CLI::CallForHelp::CallForHelp() | MikePodsytnik[P]TCRtrie/build_O1/_deps/cli11-src/include/CLI/Error.hpp | CallForHelp() : CallForHelp("This should be caught in your main function, see examples", ExitCodes::Success) {} | O1 | cpp | CLI::CallForHelp::CallForHelp():
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movl %edx, %ebp
movq %rsi, %r15
movq %rdi, %r14
leaq 0x30(%rsp), %rbx
movq %rbx, -0x10(%rbx)
leaq 0x1296c(%rip), %rsi # 0x379e0
leaq 0x12970(%rip), %rdx # 0x379eb
leaq 0x20(%rsp), %rdi
callq 0x12040
leaq 0x1... | _ZN3CLI11CallForHelpC2ENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_9ExitCodesE:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 40h
mov ebp, edx
mov r15, rsi
mov r14, rdi
lea rbx, [rsp+68h+var_38]
mov [rbx-10h], rbx
lea rsi, aCallforhelp; "CallForHelp"
lea ... | void ( ** CLI::CallForHelp::CallForHelp(_QWORD *a1, long long a2, int a3))(CLI::Error *__hidden this)
{
int v4; // r8d
int v5; // r9d
__int128 *v6; // rax
void ( **result)(CLI::Error *__hidden); // rax
void *v8[2]; // [rsp+0h] [rbp-68h] BYREF
__int128 v9; // [rsp+10h] [rbp-58h] BYREF
void *v10[2]; // [rsp... | CallForHelp:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV EBP,EDX
MOV R15,RSI
MOV R14,RDI
LEA RBX,[RSP + 0x30]
MOV qword ptr [RBX + -0x10],RBX
LEA RSI,[0x1379e0]
LEA RDX,[0x1379eb]
LEA RDI,[RSP + 0x20]
CALL 0x00112040
LEA R12,[RSP + 0x10]
MOV qword ptr [R12 + -0x10],R12
MOV RCX,qword ptr [R15]
LEA RAX,... |
/* CLI::CallForHelp::CallForHelp(std::__cxx11::string, CLI::ExitCodes) */
void __thiscall CLI::CallForHelp::CallForHelp(CallForHelp *this,long *param_2,int4 param_3)
{
long *plVar1;
long *local_68;
long local_60;
long local_58;
int4 uStack_50;
int4 uStack_4c;
long *local_48 [2];
long local_38 [2];
... | |
7,074 | num_keys_cmp | bluesky950520[P]quickjs/quickjs.c | static int num_keys_cmp(const void *p1, const void *p2, void *opaque)
{
JSContext *ctx = opaque;
JSAtom atom1 = ((const JSPropertyEnum *)p1)->atom;
JSAtom atom2 = ((const JSPropertyEnum *)p2)->atom;
uint32_t v1, v2;
BOOL atom1_is_integer, atom2_is_integer;
atom1_is_integer = JS_AtomIsArrayIndex... | O1 | c | num_keys_cmp:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdx, %rbx
movl 0x4(%rdi), %edx
movl 0x4(%rsi), %ebp
leaq 0x4(%rsp), %r14
movq %rbx, %rdi
movq %r14, %rsi
callq 0x41849
movq %rsp, %r15
movq %rbx, %rdi
movq %r15, %rsi
movl %ebp, %edx
callq 0x41849
movl (%r14), %eax
xorl %ecx, %ecx
cmpl (%r15), %... | num_keys_cmp:
push rbp
push r15
push r14
push rbx
push rax
mov rbx, rdx
mov edx, [rdi+4]
mov ebp, [rsi+4]
lea r14, [rsp+28h+var_24]
mov rdi, rbx
mov rsi, r14
call JS_AtomIsArrayIndex
mov r15, rsp
mov rdi, rbx
mov rsi, r15
mov edx, ebp
call JS_AtomIsArrayIndex... | long long num_keys_cmp(long long a1, long long a2, long long a3)
{
long long v3; // rax
int v5; // ebp
long long result; // rax
_QWORD v7[5]; // [rsp-4h] [rbp-28h] BYREF
v7[0] = v3;
v5 = *(_DWORD *)(a2 + 4);
JS_AtomIsArrayIndex(a3, (_DWORD *)v7 + 1, *(_DWORD *)(a1 + 4));
JS_AtomIsArrayIndex(a3, v7, v5... | num_keys_cmp:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV EDX,dword ptr [RDI + 0x4]
MOV EBP,dword ptr [RSI + 0x4]
LEA R14,[RSP + 0x4]
MOV RDI,RBX
MOV RSI,R14
CALL 0x00141849
MOV R15,RSP
MOV RDI,RBX
MOV RSI,R15
MOV EDX,EBP
CALL 0x00141849
MOV EAX,dword ptr [R14]
XOR ECX,ECX
CMP EAX,dword ptr [R15]
SETNZ... |
ulong num_keys_cmp(long param_1,long param_2,int8 param_3)
{
int4 uVar1;
int8 in_RAX;
ulong uVar2;
int8 local_28;
uVar1 = *(int4 *)(param_2 + 4);
local_28 = in_RAX;
JS_AtomIsArrayIndex(param_3,(long)&local_28 + 4,*(int4 *)(param_1 + 4));
JS_AtomIsArrayIndex(param_3,&local_28,uVar1);
uVar2 = 0xfff... | |
7,075 | minja::chat_template::add_system(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<unsigne... | monkey531[P]llama/common/chat-template.hpp | static nlohmann::ordered_json add_system(const nlohmann::ordered_json & messages, const std::string & system_prompt) {
json messages_with_system = messages;
if (messages_with_system.size() > 0 && messages_with_system[0].at("role") == "system") {
std::string existing_system = messages_with_s... | O2 | cpp | minja::chat_template::add_system(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<unsigne... | _ZN5minja13chat_template10add_systemERKN8nlohmann16json_abi_v3_11_310basic_jsonINS2_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS2_14adl_serializerES5_IhSaIhEEvEERKSB_:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 120h
mov r14, rdx
mov rbx, rdi
c... | unsigned __int8 * minja::chat_template::add_system(unsigned __int8 *a1, unsigned __int8 *a2, long long a3)
{
long long v4; // rax
long long v5; // rax
long long v6; // rax
long long v7; // rax
long long v8; // rax
long long i; // r14
long long j; // r14
long long k; // r14
long long m; // r14
long l... | add_system:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x120
MOV R14,RDX
MOV RBX,RDI
CALL 0x0014228c
MOV RDI,RBX
CALL 0x00142134
TEST RAX,RAX
JZ 0x0017a184
LAB_00179fcd:
MOV RDI,RBX
XOR ESI,ESI
CALL 0x0017d954
LEA RSI,[0x1b50ff]
MOV RDI,RAX
CALL 0x0017a4fa
LEA RSI,[0x1b517a]
MOV RDI,RAX
CALL 0x0017a936
TEST A... |
/* minja::chat_template::add_system(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... | |
7,076 | ps_fetch_float | eloqsql/libmariadb/libmariadb/ma_stmt_codec.c | static
void ps_fetch_float(MYSQL_BIND *r_param, const MYSQL_FIELD * field, unsigned char **row)
{
switch(r_param->buffer_type)
{
case MYSQL_TYPE_FLOAT:
{
float *value= (float *)r_param->buffer;
float4get(*value, *row);
r_param->buffer_length= 4;
*r_param->error= 0;
}
break;
... | O3 | c | ps_fetch_float:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x150, %rsp # imm = 0x150
movq %rdx, %rbx
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
movl 0x60(%rdi), %r12d
cmpl $0x4, %r12d
jne 0x2c69e
movq 0x10(%r14), %rax
movq (%rbx), %rcx
movl (%rcx), %ecx
movl ... | ps_fetch_float:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 150h
mov rbx, rdx
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_28], rax
mov r12d, [rdi+60h]
cmp r12d, 4
jnz short loc_2C69E
mov rax, [r14+10h]
mov rcx, [rbx]
mov ecx, [rcx]
mov ... | unsigned long long ps_fetch_float(long long a1, long long a2, _DWORD **a3)
{
int v5; // r12d
double v7; // xmm1_8
double v8; // xmm0_8
_BYTE *v9; // rax
int v10; // ecx
int v11; // edx
__m128d v12; // xmm2
double v13; // xmm1_8
int v14; // ecx
int v15; // eax
long long v16; // rdi
long long v17... | ps_fetch_float:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x150
MOV RBX,RDX
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
MOV R12D,dword ptr [RDI + 0x60]
CMP R12D,0x4
JNZ 0x0012c69e
MOV RAX,qword ptr [R14 + 0x10]
MOV RCX,qword ptr [RBX]
MOV ECX,dword ptr [RCX]
MOV dword ... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void ps_fetch_float(long param_1,long param_2,long *param_3)
{
double *pdVar1;
ulong uVar2;
ulong uVar3;
char cVar4;
short sVar5;
int iVar6;
uint uVar7;
double dVar8;
long lVar9;
long in_FS_OFFSET;
float fVar10... | |
7,077 | my_collation_get_by_name | eloqsql/mysys/charset.c | CHARSET_INFO *
my_collation_get_by_name(MY_CHARSET_LOADER *loader,
const char *name, myf flags)
{
uint cs_number;
CHARSET_INFO *cs;
my_pthread_once(&charsets_initialized, init_available_charsets);
cs_number= get_collation_number(name,flags);
my_charset_loader_init_mysys(loader);
cs... | O0 | c | my_collation_get_by_name:
pushq %rbp
movq %rsp, %rbp
subq $0x260, %rsp # imm = 0x260
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x228(%rbp)
movq %rsi, -0x230(%rbp)
movq %rdx, -0x238(%rbp)
leaq 0xbad7f0(%rip), %rdi # 0xc89494
leaq -0x90b(%rip), %rsi # 0xdb3a0
callq 0x2a220
movq -0x230(%rbp)... | my_collation_get_by_name:
push rbp
mov rbp, rsp
sub rsp, 260h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_228], rdi
mov [rbp+var_230], rsi
mov [rbp+var_238], rdx
lea rdi, charsets_initialized
lea rsi, init_available_charsets
call _pthread_once
mov rdi, [rbp+var_230]
m... | long long my_collation_get_by_name(long long a1, long long a2, long long a3)
{
long long charsets_dir; // rax
int v4; // r8d
int v5; // r9d
long long internal_charset; // [rsp+10h] [rbp-250h]
unsigned int collation_number; // [rsp+24h] [rbp-23Ch]
_BYTE v10[536]; // [rsp+40h] [rbp-220h] BYREF
unsigned lon... | my_collation_get_by_name:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x260
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x228],RDI
MOV qword ptr [RBP + -0x230],RSI
MOV qword ptr [RBP + -0x238],RDX
LEA RDI,[0xd89494]
LEA RSI,[0x1db3a0]
CALL 0x0012a220
MOV RDI,qword ptr [RBP + -0x230]
MOV RSI,qword ... |
long my_collation_get_by_name(int8 param_1,int8 param_2,ulong param_3)
{
int iVar1;
char *__dest;
long in_FS_OFFSET;
long local_258;
int1 local_228 [536];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
pthread_once(&charsets_initialized,init_available_charsets);
iVar1 = get_collation_n... | |
7,078 | mi_mempack_get_block_info | eloqsql/storage/myisam/mi_packrec.c | static uchar *_mi_mempack_get_block_info(MI_INFO *myisam,
MI_BIT_BUFF *bit_buff,
MI_BLOCK_INFO *info,
uchar **rec_buff_p,
uchar *header)
{
header+= read_p... | O3 | c | mi_mempack_get_block_info:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %rbx
movq %rcx, %r12
movq %rdx, %r15
movq %rsi, %r14
movzbl (%r8), %eax
cmpq $0xfd, %rax
ja 0x9eaab
movl $0x1, %ecx
jmp 0x9eae6
cmpl $0xfe, %eax
jne 0x9eabd
movzwl 0x1(%rbx), %eax
movl $0x3,... | _mi_mempack_get_block_info:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, r8
mov r12, rcx
mov r15, rdx
mov r14, rsi
movzx eax, byte ptr [r8]
cmp rax, 0FDh
ja short loc_9EAAB
mov ecx, 1
jmp short loc_9EAE6
loc_9EAAB:
cmp ... | unsigned __int8 * mi_mempack_get_block_info(
long long *a1,
long long a2,
long long a3,
long long *a4,
unsigned __int8 *a5)
{
unsigned long long v8; // rax
long long v9; // rcx
unsigned __int8 *v10; // rbx
unsigned long long v11; // rsi
long long v12; // r13
long long... | _mi_mempack_get_block_info:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,R8
MOV R12,RCX
MOV R15,RDX
MOV R14,RSI
MOVZX EAX,byte ptr [R8]
CMP RAX,0xfd
JA 0x0019eaab
MOV ECX,0x1
JMP 0x0019eae6
LAB_0019eaab:
CMP EAX,0xfe
JNZ 0x0019eabd
MOVZX EAX,word ptr [RBX + 0x1]
MOV ECX,0x3
JMP 0x0... |
byte * _mi_mempack_get_block_info
(long *param_1,long param_2,long param_3,long *param_4,byte *param_5)
{
long lVar1;
long lVar2;
ulong uVar3;
uVar3 = (ulong)*param_5;
if (uVar3 < 0xfe) {
lVar2 = 1;
}
else if (*param_5 == 0xfe) {
uVar3 = (ulong)*(ushort *)(param_5 + 1);
l... | |
7,079 | chess::PieceType::PieceType(std::basic_string_view<char, std::char_traits<char>>) | Razamindset[P]pawnstar-chess-engine/src/engine/../chess-library/include/chess.hpp | constexpr explicit PieceType(std::string_view type) : pt(underlying::NONE) {
assert(type.size() > 0);
switch (type.data()[0]) {
case 'P':
pt = underlying::PAWN;
break;
case 'N':
pt = underlying::KNIGHT;
break;
... | O1 | cpp | chess::PieceType::PieceType(std::basic_string_view<char, std::char_traits<char>>):
movb $0x6, (%rdi)
testq %rsi, %rsi
je 0x808b
movzbl (%rdx), %ecx
xorl %eax, %eax
cmpl $0x61, %ecx
jg 0x8050
leal -0x4b(%rcx), %edx
cmpl $0x7, %edx
ja 0x8078
leaq 0x8b3d(%rip), %rcx # 0x10b84
movslq (%rcx,%rdx,4), %rdx
addq %rcx, %rd... | _ZN5chess9PieceTypeC2ESt17basic_string_viewIcSt11char_traitsIcEE:
mov byte ptr [rdi], 6
test rsi, rsi
jz short loc_808B
movzx ecx, byte ptr [rdx]
xor eax, eax
cmp ecx, 61h ; 'a'
jg short loc_8050
lea edx, [rcx-4Bh]; switch 8 cases
cmp edx, 7
ja short def_804E; jumptable 000000000... | char chess::PieceType::PieceType(char *a1, long long a2, _BYTE *a3)
{
unsigned int v3; // ecx
char result; // al
*a1 = 6;
if ( !a2 )
__assert_fail(
"type.size() > 0",
"/workspace/llm4binary/github/2025_star3/Razamindset[P]pawnstar-chess-engine/src/engine/../chess-library/include/chess.hpp",
... | PieceType:
MOV byte ptr [RDI],0x6
TEST RSI,RSI
JZ 0x0010808b
MOVZX ECX,byte ptr [RDX]
XOR EAX,EAX
CMP ECX,0x61
JG 0x00108050
LEA EDX,[RCX + -0x4b]
CMP EDX,0x7
JA 0x00108078
LEA RCX,[0x110b84]
MOVSXD RDX,dword ptr [RCX + RDX*0x4]
ADD RDX,RCX
switchD:
JMP RDX
LAB_00108050:
LEA EDX,[RCX + -0x6b]
CMP EDX,0x7
JA 0x00108081
... |
/* chess::PieceType::PieceType(std::basic_string_view<char, std::char_traits<char> >) */
void __thiscall chess::PieceType::PieceType(PieceType *this,long param_2,byte *param_3)
{
byte bVar1;
PieceType PVar2;
*this = (PieceType)0x6;
if (param_2 == 0) {
/* WARNING: Subroutine does not re... | |
7,080 | chess::PieceType::PieceType(std::basic_string_view<char, std::char_traits<char>>) | Razamindset[P]pawnstar-chess-engine/src/engine/../chess-library/include/chess.hpp | constexpr explicit PieceType(std::string_view type) : pt(underlying::NONE) {
assert(type.size() > 0);
switch (type.data()[0]) {
case 'P':
pt = underlying::PAWN;
break;
case 'N':
pt = underlying::KNIGHT;
break;
... | O3 | cpp | chess::PieceType::PieceType(std::basic_string_view<char, std::char_traits<char>>):
movb $0x6, (%rdi)
testq %rsi, %rsi
je 0x6f44
movzbl (%rdx), %ecx
xorl %eax, %eax
cmpl $0x61, %ecx
jg 0x6f0c
leal -0x4b(%rcx), %edx
cmpl $0x7, %edx
ja 0x6f34
leaq 0x7c51(%rip), %rcx # 0xeb54
movslq (%rcx,%rdx,4), %rdx
addq %rcx, %rdx... | _ZN5chess9PieceTypeC2ESt17basic_string_viewIcSt11char_traitsIcEE:
mov byte ptr [rdi], 6
test rsi, rsi
jz short loc_6F44
movzx ecx, byte ptr [rdx]
xor eax, eax
cmp ecx, 61h ; 'a'
jg short loc_6F0C
lea edx, [rcx-4Bh]; switch 8 cases
cmp edx, 7
ja short def_6F0A; jumptable 000000000... | char chess::PieceType::PieceType(char *a1, long long a2, _BYTE *a3)
{
unsigned int v3; // ecx
char result; // al
*a1 = 6;
if ( !a2 )
__assert_fail(
"type.size() > 0",
"/workspace/llm4binary/github/2025_star3/Razamindset[P]pawnstar-chess-engine/src/engine/../chess-library/include/chess.hpp",
... | PieceType:
MOV byte ptr [RDI],0x6
TEST RSI,RSI
JZ 0x00106f44
MOVZX ECX,byte ptr [RDX]
XOR EAX,EAX
CMP ECX,0x61
JG 0x00106f0c
LEA EDX,[RCX + -0x4b]
CMP EDX,0x7
JA 0x00106f34
LEA RCX,[0x10eb54]
MOVSXD RDX,dword ptr [RCX + RDX*0x4]
ADD RDX,RCX
switchD:
JMP RDX
LAB_00106f0c:
LEA EDX,[RCX + -0x6b]
CMP EDX,0x7
JA 0x00106f3a
... |
/* chess::PieceType::PieceType(std::basic_string_view<char, std::char_traits<char> >) */
void __thiscall chess::PieceType::PieceType(PieceType *this,long param_2,byte *param_3)
{
byte bVar1;
PieceType PVar2;
*this = (PieceType)0x6;
if (param_2 == 0) {
/* WARNING: Subroutine does not re... | |
7,081 | UCIAdapter::handleSetOption(std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char>>&) | Razamindset[P]pawnstar-chess-engine/src/main.cpp | void handleSetOption(std::istringstream& iss) {
std::string token, name, value;
iss >> token; // "name"
if (token != "name") return;
// Get option name (might contain spaces)
std::string nameStr;
while (iss >> token && token != "value") {
if (!nameStr.empty()) nameStr += " ";
name... | O1 | cpp | UCIAdapter::handleSetOption(std::__cxx11::basic_istringstream<char, std::char_traits<char>, std::allocator<char>>&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movq %rsi, %rbx
leaq 0x18(%rsp), %r14
movq %r14, -0x10(%r14)
xorl %eax, %eax
movq %rax, -0x8(%r14)
movb %al, (%r14)
leaq... | _ZN10UCIAdapter15handleSetOptionERNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov rbx, rsi
lea r14, [rsp+0D8h+var_C0]
mov [r14-10h], r14
xor eax, eax
mov [r14-8], rax
mov [r14], al
lea ... | void UCIAdapter::handleSetOption(int a1, long long a2)
{
_QWORD *v2; // rax
_QWORD *v3; // rax
void *v4; // [rsp+8h] [rbp-D0h] BYREF
long long v5; // [rsp+10h] [rbp-C8h]
_QWORD v6[2]; // [rsp+18h] [rbp-C0h] BYREF
void *v7; // [rsp+28h] [rbp-B0h] BYREF
long long v8; // [rsp+30h] [rbp-A8h]
_QWORD v9[2]; ... | handleSetOption:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV RBX,RSI
LEA R14,[RSP + 0x18]
MOV qword ptr [R14 + -0x10],R14
XOR EAX,EAX
MOV qword ptr [R14 + -0x8],RAX
MOV byte ptr [R14],AL
LEA R15,[RSP + 0x78]
MOV qword ptr [R15 + -0x10],R15
MOV qword ptr [R15 + -0x8],RAX
MOV byte ptr [R15],AL
... |
/* UCIAdapter::handleSetOption(std::__cxx11::istringstream&) */
void __thiscall UCIAdapter::handleSetOption(UCIAdapter *this,istringstream *param_1)
{
int iVar1;
istream *piVar2;
int1 *local_d0;
int8 local_c8;
int1 local_c0;
int7 uStack_bf;
int1 *local_b0;
long local_a8;
int1 local_a0;
int7 uStac... | |
7,082 | inline_mysql_mutex_init | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_mutex_init(
#ifdef HAVE_PSI_MUTEX_INTERFACE
PSI_mutex_key key,
#endif
mysql_mutex_t *that,
const pthread_mutexattr_t *attr
#ifdef SAFE_MUTEX
, const char *src_name, const char *src_file, uint src_line
#endif
)
{
#ifdef HAVE_PSI_MUTEX_INTERFACE
that->m_psi= PSI_MUTEX_CALL(init_... | O0 | c | inline_mysql_mutex_init:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
leaq 0x1d204e(%rip), %rax # 0x2c00b8
movq (%rax), %rax
movq 0x40(%rax), %rax
movl -0x4(%rbp), %edi
movq -0x10(%rbp), %rsi
callq *%rax
movq %rax, %rcx
movq -0x10(%rbp), %rax
movq %r... | inline_mysql_mutex_init_9:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+40h]
mov edi, [rbp+var_4]
mov rsi, [rbp+var_10]
call rax
mov rcx, rax
mov rax, [rbp+var_10... | long long inline_mysql_mutex_init_9(unsigned int a1, _QWORD *a2, long long a3)
{
a2[8] = ((long long ( *)(_QWORD, _QWORD *))PSI_server[8])(a1, a2);
a2[7] = a2;
a2[6] = 0LL;
a2[5] = 0LL;
return pthread_mutex_init(a2, a3);
}
| inline_mysql_mutex_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
LEA RAX,[0x3c00b8]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x40]
MOV EDI,dword ptr [RBP + -0x4]
MOV RSI,qword ptr [RBP + -0x10]
CALL RAX
MOV RCX,RAX
MOV RAX,... |
void inline_mysql_mutex_init
(int4 param_1,pthread_mutex_t *param_2,pthread_mutexattr_t *param_3)
{
int8 uVar1;
uVar1 = (**(code **)(PSI_server + 0x40))(param_1,param_2);
*(int8 *)((long)param_2 + 0x40) = uVar1;
*(pthread_mutex_t **)((long)param_2 + 0x38) = param_2;
*(int8 *)((long)param_2... | |
7,083 | testing::internal::OsStackTraceGetter::CurrentStackTrace[abi:cxx11](int, int) | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc | GTEST_LOCK_EXCLUDED_(mutex_) {
#ifdef GTEST_HAS_ABSL
std::string result;
if (max_depth <= 0) {
return result;
}
max_depth = std::min(max_depth, kMaxStackTraceDepth);
std::vector<void*> raw_stack(max_depth);
// Skips the frames requested by the caller, plus this function.
const int raw_stack_size =
... | O0 | cpp | testing::internal::OsStackTraceGetter::CurrentStackTrace[abi:cxx11](int, int):
subq $0x48, %rsp
movq %rdi, 0x8(%rsp)
movq %rdi, %rax
movq %rax, (%rsp)
movq %rdi, 0x40(%rsp)
movq %rsi, 0x38(%rsp)
movl %edx, 0x34(%rsp)
movl %ecx, 0x30(%rsp)
leaq 0x2f(%rsp), %rdi
movq %rdi, 0x10(%rsp)
callq 0xb920
movq 0x8(%rsp), %rdi
mov... | _ZN7testing8internal18OsStackTraceGetter17CurrentStackTraceB5cxx11Eii:
sub rsp, 48h
mov [rsp+48h+var_40], rdi
mov rax, rdi
mov [rsp+48h+var_48], rax
mov [rsp+48h+var_8], rdi
mov [rsp+48h+var_10], rsi
mov [rsp+48h+var_14], edx
mov [rsp+48h+var_18], ecx
lea rdi, [rsp+48h+var_19]
mov ... | long long testing::internal::OsStackTraceGetter::CurrentStackTrace[abi:cxx11](
long long a1,
long long a2,
long long a3,
int a4)
{
char v5; // [rsp+2Fh] [rbp-19h] BYREF
int v6; // [rsp+30h] [rbp-18h]
int v7; // [rsp+34h] [rbp-14h]
long long v8; // [rsp+38h] [rbp-10h]
long long... | CurrentStackTrace[abi:cxx11]:
SUB RSP,0x48
MOV qword ptr [RSP + 0x8],RDI
MOV RAX,RDI
MOV qword ptr [RSP],RAX
MOV qword ptr [RSP + 0x40],RDI
MOV qword ptr [RSP + 0x38],RSI
MOV dword ptr [RSP + 0x34],EDX
MOV dword ptr [RSP + 0x30],ECX
LEA RDI,[RSP + 0x2f]
MOV qword ptr [RSP + 0x10],RDI
CALL 0x0010b920
MOV RDI,qword ptr [... |
/* testing::internal::OsStackTraceGetter::CurrentStackTrace[abi:cxx11](int, int) */
string * testing::internal::OsStackTraceGetter::CurrentStackTrace_abi_cxx11_
(int param_1,int param_2)
{
int4 in_register_00000034;
int4 in_register_0000003c;
string *this;
allocator local_19 [9];
int8 lo... | |
7,084 | exit_status | eloqsql/unittest/mytap/tap.c | int exit_status()
{
char buff[60];
/*
If there were no plan, we write one last instead.
*/
if (g_test.plan == NO_PLAN)
plan(g_test.last);
if (g_test.plan != g_test.last)
{
diag("%d tests planned but%s %d executed",
g_test.plan, (g_test.plan > g_test.last ? " only" : ""), g_test.last);... | O0 | c | exit_status:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
cmpl $0x0, 0x15f7c(%rip) # 0x17c98
jne 0x1d29
movl 0x15f78(%rip), %edi # 0x17c9c
callq 0x1670
movl 0x15f69(%rip), %eax # 0x17c98
cmpl 0x15f67(%rip), %eax # 0x17c9c
je 0x1d7a
movl 0x15f5b(%rip), %esi # ... | exit_status:
push rbp
mov rbp, rsp
sub rsp, 60h
mov rax, fs:28h
mov [rbp+var_8], rax
cmp cs:g_test, 0
jnz short loc_1D29
mov edi, cs:dword_17C9C
call plan
loc_1D29:
mov eax, cs:g_test
cmp eax, cs:dword_17C9C
jz short loc_1D7A
mov esi, cs:g_test
mov ecx, cs:g_test
m... | long long exit_status(
__m128 a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
long long a9,
long long a10,
long long a11,
long long a12,
long long a13,
long long a14)
{
cha... | exit_status:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
CMP dword ptr [0x00117c98],0x0
JNZ 0x00101d29
MOV EDI,dword ptr [0x00117c9c]
CALL 0x00101670
LAB_00101d29:
MOV EAX,dword ptr [0x00117c98]
CMP EAX,dword ptr [0x00117c9c]
JZ 0x00101d7a
MOV ESI,dword ptr [0x00117c98]
... |
int4 exit_status(void)
{
char *pcVar1;
long in_FS_OFFSET;
int4 local_5c;
int1 local_58 [72];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
if (g_test == 0) {
plan(DAT_00117c9c);
}
if (g_test == DAT_00117c9c) {
if (DAT_00117ca0 < 1) {
if (start_time != 0) {
end_ti... | |
7,085 | mysql_send_query_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_send_query_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_send_query,
(parms->mysql, parms->q, parms->length),
parms->mysql,
int,
r_int)
} | O0 | c | mysql_send_query_start_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rdi
movq -0x10(%rbp), %rax
mov... | mysql_send_query_start_internal:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
mov rax, [rbp+var_10]
mov rax, [rax]
mov rax, [rax+480h]
mov rax, [rax+28h]
mov [rbp+var_20], rax
mov rax, [rbp+var_10]
mov rdi, [rax]
mo... | _DWORD * mysql_send_query_start_internal(long long *a1)
{
_DWORD *result; // rax
_DWORD *v2; // [rsp+0h] [rbp-20h]
v2 = *(_DWORD **)(*(_QWORD *)(*a1 + 1152) + 40LL);
v2[2] = mysql_send_query(*a1, a1[1], a1[2]);
result = v2;
*v2 = 0;
return result;
}
| mysql_send_query_start_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x480]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,... |
void mysql_send_query_start_internal(long *param_1)
{
int4 *puVar1;
int4 uVar2;
puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28);
uVar2 = mysql_send_query(*param_1,param_1[1],param_1[2]);
puVar1[2] = uVar2;
*puVar1 = 0;
return;
}
| |
7,086 | js_symbol_constructor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_symbol_constructor(JSContext *ctx, JSValue new_target,
int argc, JSValue *argv)
{
JSValue str;
JSString *p;
if (!JS_IsUndefined(new_target))
return JS_ThrowTypeError(ctx, "not a constructor");
if (argc == 0 || JS_IsUndefined(argv[0])) {
... | O1 | c | js_symbol_constructor:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
cmpl $0x3, %edx
jne 0x37f5c
testl %ecx, %ecx
je 0x37f3b
movq 0x8(%r8), %rdx
cmpl $0x3, %edx
jne 0x37f85
xorl %esi, %esi
movq %rbx, %rdi
movl $0x3, %edx
callq 0x3b00b
movabsq $-0x100000000, %rcx # imm = 0xFFFFFFFF00000000
andq %rax, %rcx
movl %e... | js_symbol_constructor:
push r14
push rbx
push rax
mov rbx, rdi
cmp edx, 3
jnz short loc_37F5C
test ecx, ecx
jz short loc_37F3B
mov rdx, [r8+8]
cmp edx, 3
jnz short loc_37F85
loc_37F3B:
xor esi, esi
loc_37F3D:
mov rdi, rbx
mov edx, 3
call JS_NewSymbolInternal
mov ... | unsigned long long js_symbol_constructor(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long *a13,
lo... | js_symbol_constructor:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CMP EDX,0x3
JNZ 0x00137f5c
TEST ECX,ECX
JZ 0x00137f3b
MOV RDX,qword ptr [R8 + 0x8]
CMP EDX,0x3
JNZ 0x00137f85
LAB_00137f3b:
XOR ESI,ESI
LAB_00137f3d:
MOV RDI,RBX
MOV EDX,0x3
CALL 0x0013b00b
MOV RCX,-0x100000000
AND RCX,RAX
MOV R14D,EAX
JMP 0x00137f77
LAB_001... |
ulong js_symbol_constructor
(int8 param_1,int8 param_2,int param_3,int param_4,int8 *param_5)
{
ulong uVar1;
ulong uVar2;
int8 uVar3;
int1 auVar4 [12];
if (param_3 == 3) {
if ((param_4 == 0) || ((int)param_5[1] == 3)) {
uVar3 = 0;
}
else {
auVar4 = JS_ToStringInter... | |
7,087 | js_symbol_constructor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_symbol_constructor(JSContext *ctx, JSValue new_target,
int argc, JSValue *argv)
{
JSValue str;
JSString *p;
if (!JS_IsUndefined(new_target))
return JS_ThrowTypeError(ctx, "not a constructor");
if (argc == 0 || JS_IsUndefined(argv[0])) {
... | O3 | c | js_symbol_constructor:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
cmpl $0x3, %edx
jne 0x3920f
testl %ecx, %ecx
je 0x391ee
movq 0x8(%r8), %rdx
cmpl $0x3, %edx
jne 0x39238
xorl %esi, %esi
movq %rbx, %rdi
movl $0x3, %edx
callq 0x3c6a0
movabsq $-0x100000000, %rcx # imm = 0xFFFFFFFF00000000
andq %rax, %rcx
movl %e... | js_symbol_constructor:
push r14
push rbx
push rax
mov rbx, rdi
cmp edx, 3
jnz short loc_3920F
test ecx, ecx
jz short loc_391EE
mov rdx, [r8+8]
cmp edx, 3
jnz short loc_39238
loc_391EE:
xor esi, esi
loc_391F0:
mov rdi, rbx
mov edx, 3
call JS_NewSymbolInternal
mov ... | unsigned long long js_symbol_constructor(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long a13,
lon... | js_symbol_constructor:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CMP EDX,0x3
JNZ 0x0013920f
TEST ECX,ECX
JZ 0x001391ee
MOV RDX,qword ptr [R8 + 0x8]
CMP EDX,0x3
JNZ 0x00139238
LAB_001391ee:
XOR ESI,ESI
LAB_001391f0:
MOV RDI,RBX
MOV EDX,0x3
CALL 0x0013c6a0
MOV RCX,-0x100000000
AND RCX,RAX
MOV R14D,EAX
JMP 0x0013922a
LAB_001... |
ulong js_symbol_constructor
(int8 param_1,int8 param_2,int param_3,int param_4,int8 *param_5)
{
ulong uVar1;
ulong uVar2;
int8 uVar3;
int1 auVar4 [12];
if (param_3 == 3) {
if ((param_4 == 0) || ((int)param_5[1] == 3)) {
uVar3 = 0;
}
else {
auVar4 = JS_ToStringInter... | |
7,088 | wait_for_free_space | eloqsql/mysys/errors.c | void wait_for_free_space(const char *filename, int errors)
{
if (errors == 0)
my_error(EE_DISK_FULL,MYF(ME_BELL | ME_ERROR_LOG | ME_WARNING),
filename,my_errno,MY_WAIT_FOR_USER_TO_FIX_PANIC);
if (!(errors % MY_WAIT_GIVE_USER_A_MESSAGE))
my_printf_error(EE_DISK_FULL,
"Retry i... | O0 | c | wait_for_free_space:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
cmpl $0x0, -0xc(%rbp)
jne 0x3961f
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
callq 0x33e30
movq -0x18(%rbp), %rdx
movl (%rax), %ecx
movl $0x14, %edi
movl $0x844, %esi # imm = 0x844
movl $0x3c, %r8d
... | wait_for_free_space:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
cmp [rbp+var_C], 0
jnz short loc_3961F
mov rax, [rbp+var_8]
mov [rbp+var_18], rax
call _my_thread_var
mov rdx, [rbp+var_18]
mov ecx, [rax]
mov edi, 14h
mov esi, 844h
mo... | long long wait_for_free_space(long long a1, int a2)
{
unsigned int *v2; // rax
if ( !a2 )
{
v2 = (unsigned int *)my_thread_var();
my_error(0x14u, 2116LL, a1, *v2, 60LL);
}
if ( !(a2 % 10) )
my_printf_error(20, (long long)"Retry in %d secs. Message reprinted in %d secs", 2116LL, 60LL, 600LL);
r... | wait_for_free_space:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
CMP dword ptr [RBP + -0xc],0x0
JNZ 0x0013961f
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x18],RAX
CALL 0x00133e30
MOV RDX,qword ptr [RBP + -0x18]
MOV ECX,dword ptr [RAX]
MOV EDI,0x14
MOV ESI,0... |
void wait_for_free_space(int8 param_1,int param_2)
{
int4 *puVar1;
if (param_2 == 0) {
puVar1 = (int4 *)_my_thread_var();
my_error(0x14,0x844,param_1,*puVar1,0x3c);
}
if (param_2 % 10 == 0) {
my_printf_error(0x14,"Retry in %d secs. Message reprinted in %d secs",0x844,0x3c,600);
}
sleep(0x3c... | |
7,089 | wait_for_free_space | eloqsql/mysys/errors.c | void wait_for_free_space(const char *filename, int errors)
{
if (errors == 0)
my_error(EE_DISK_FULL,MYF(ME_BELL | ME_ERROR_LOG | ME_WARNING),
filename,my_errno,MY_WAIT_FOR_USER_TO_FIX_PANIC);
if (!(errors % MY_WAIT_GIVE_USER_A_MESSAGE))
my_printf_error(EE_DISK_FULL,
"Retry i... | O3 | c | wait_for_free_space:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
testl %esi, %esi
je 0x315d5
imull $0xcccccccd, %esi, %eax # imm = 0xCCCCCCCD
movl $0x19999998, %ecx # imm = 0x19999998
addl %ecx, %eax
rorl %eax
cmpl %ecx, %eax
ja 0x3161c
jmp 0x315f9
movq %rdi, %rbx
callq 0x2ec32
movl (%rax), %ecx
movl $0x844,... | wait_for_free_space:
push rbp
mov rbp, rsp
push rbx
push rax
test esi, esi
jz short loc_315D5
imul eax, esi, 0CCCCCCCDh
mov ecx, 19999998h
add eax, ecx
ror eax, 1
cmp eax, ecx
ja short loc_3161C
jmp short loc_315F9
loc_315D5:
mov rbx, rdi
call _my_thread_var
mov ... | long long wait_for_free_space(
long long a1,
int a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
long long a11,
long long a12,
long long a13,
long long a14)
{
c... | wait_for_free_space:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
TEST ESI,ESI
JZ 0x001315d5
IMUL EAX,ESI,-0x33333333
MOV ECX,0x19999998
ADD EAX,ECX
ROR EAX,0x1
CMP EAX,ECX
JA 0x0013161c
JMP 0x001315f9
LAB_001315d5:
MOV RBX,RDI
CALL 0x0012ec32
MOV ECX,dword ptr [RAX]
MOV ESI,0x844
MOV EDI,0x14
MOV RDX,RBX
MOV R8D,0x3c
XOR EA... |
void wait_for_free_space(int8 param_1,int param_2)
{
uint uVar1;
int4 *puVar2;
if (param_2 == 0) {
puVar2 = (int4 *)_my_thread_var();
my_error(0x14,0x844,param_1,*puVar2,0x3c);
}
else {
uVar1 = param_2 * -0x33333333 + 0x19999998;
if (0x19999998 < (uVar1 >> 1 | (uint)((uVar1 & 1) != 0) << ... | |
7,090 | my_casedn_8bit | eloqsql/strings/ctype-simple.c | size_t my_casedn_8bit(CHARSET_INFO * cs, const char *src, size_t srclen,
char *dst, size_t dstlen __attribute__((unused)))
{
const char *end= src + srclen;
register const uchar *map=cs->to_lower;
DBUG_ASSERT(srclen <= dstlen);
for ( ; src != end ; src++)
*dst++= (char) map[(uchar) *src... | O3 | c | my_casedn_8bit:
movq %rdx, %rax
testq %rdx, %rdx
je 0xb486c
pushq %rbp
movq %rsp, %rbp
movq 0x48(%rdi), %rdx
xorl %edi, %edi
movzbl (%rsi,%rdi), %r8d
movb (%rdx,%r8), %r8b
movb %r8b, (%rcx,%rdi)
incq %rdi
cmpq %rdi, %rax
jne 0xb4856
popq %rbp
retq
| my_casedn_8bit:
mov rax, rdx
test rdx, rdx
jz short locret_B486C
push rbp
mov rbp, rsp
mov rdx, [rdi+48h]
xor edi, edi
loc_B4856:
movzx r8d, byte ptr [rsi+rdi]
mov r8b, [rdx+r8]
mov [rcx+rdi], r8b
inc rdi
cmp rax, rdi
jnz short loc_B4856
pop rbp
locret_B486C:
retn
| long long my_casedn_8bit(long long a1, long long a2, long long a3, long long a4)
{
long long result; // rax
long long v5; // rdx
long long v6; // rdi
result = a3;
if ( a3 )
{
v5 = *(_QWORD *)(a1 + 72);
v6 = 0LL;
do
{
*(_BYTE *)(a4 + v6) = *(_BYTE *)(v5 + *(unsigned __int8 *)(a2 + v6)... | my_casedn_8bit:
MOV RAX,RDX
TEST RDX,RDX
JZ 0x001b486c
PUSH RBP
MOV RBP,RSP
MOV RDX,qword ptr [RDI + 0x48]
XOR EDI,EDI
LAB_001b4856:
MOVZX R8D,byte ptr [RSI + RDI*0x1]
MOV R8B,byte ptr [RDX + R8*0x1]
MOV byte ptr [RCX + RDI*0x1],R8B
INC RDI
CMP RAX,RDI
JNZ 0x001b4856
POP RBP
LAB_001b486c:
RET
|
void my_casedn_8bit(long param_1,long param_2,long param_3,long param_4)
{
long lVar1;
long lVar2;
if (param_3 != 0) {
lVar1 = *(long *)(param_1 + 0x48);
lVar2 = 0;
do {
*(int1 *)(param_4 + lVar2) = *(int1 *)(lVar1 + (ulong)*(byte *)(param_2 + lVar2));
lVar2 = lVar2 + 1;
} while (... | |
7,091 | ma_kpointer | eloqsql/storage/maria/ma_search.c | void _ma_kpointer(register MARIA_HA *info, register uchar *buff, my_off_t pos)
{
pos/=maria_block_size;
switch (info->s->base.key_reflength) {
#if SIZEOF_OFF_T > 4
case 7: mi_int7store(buff,pos); break;
case 6: mi_int6store(buff,pos); break;
case 5: mi_int5store(buff,pos); break;
#else
case 7: *buff++=0;
... | O0 | c | ma_kpointer:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
leaq 0x251a65(%rip), %rax # 0x2bc200
movq (%rax), %rcx
movq -0x18(%rbp), %rax
xorl %edx, %edx
divq %rcx
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movl 0x3e4(%rax), %eax
de... | _ma_kpointer:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
lea rax, maria_block_size
mov rcx, [rax]
mov rax, [rbp+var_18]
xor edx, edx
div rcx
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
mov rax, [rax]
mov e... | _BYTE * ma_kpointer(long long a1, _BYTE *a2, unsigned long long a3)
{
unsigned long long v3; // rdx
_BYTE *result; // rax
unsigned long long v6; // [rsp+58h] [rbp-18h]
v3 = a3 % *(_QWORD *)&maria_block_size;
v6 = a3 / *(_QWORD *)&maria_block_size;
switch ( *(_DWORD *)(*(_QWORD *)a1 + 996LL) )
{
case ... | _ma_kpointer:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
LEA RAX,[0x3bc200]
MOV RCX,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x18]
XOR EDX,EDX
DIV RCX
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [... |
void _ma_kpointer(long *param_1,int1 *param_2,ulong param_3)
{
int1 uVar1;
int1 uVar2;
int1 uVar3;
int1 uVar4;
int1 uVar5;
int1 uVar6;
param_3 = param_3 / maria_block_size;
uVar1 = (int1)param_3;
uVar2 = (int1)(param_3 >> 8);
uVar3 = (int1)(param_3 >> 0x10);
uVar4 = (int1)(param_3 >> 0x18);
... | |
7,092 | init_shape_hash | bluesky950520[P]quickjs/quickjs.c | static int init_shape_hash(JSRuntime *rt)
{
rt->shape_hash_bits = 4; /* 16 shapes */
rt->shape_hash_size = 1 << rt->shape_hash_bits;
rt->shape_hash_count = 0;
rt->shape_hash = js_mallocz_rt(rt, sizeof(rt->shape_hash[0]) *
rt->shape_hash_size);
if (!rt->shape_hash... | O0 | c | init_shape_hash:
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
movq 0x8(%rsp), %rax
movl $0x4, 0x184(%rax)
movq 0x8(%rsp), %rax
movl 0x184(%rax), %ecx
movl $0x1, %eax
shll %cl, %eax
movl %eax, %ecx
movq 0x8(%rsp), %rax
movl %ecx, 0x188(%rax)
movq 0x8(%rsp), %rax
movl $0x0, 0x18c(%rax)
movq 0x8(%rsp), %rdi
movq 0x8(%rsp), %rax
... | init_shape_hash:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
mov rax, [rsp+18h+var_10]
mov dword ptr [rax+184h], 4
mov rax, [rsp+18h+var_10]
mov ecx, [rax+184h]
mov eax, 1
shl eax, cl
mov ecx, eax
mov rax, [rsp+18h+var_10]
mov [rax+188h], ecx
mov rax, [rsp+18h+var_10]
mov ... | long long init_shape_hash(long long a1)
{
*(_DWORD *)(a1 + 388) = 4;
*(_QWORD *)(a1 + 392) = (unsigned int)(1 << *(_DWORD *)(a1 + 388));
*(_QWORD *)(a1 + 400) = js_mallocz_rt(a1, 8LL * *(int *)(a1 + 392));
if ( *(_QWORD *)(a1 + 400) )
return 0;
else
return (unsigned int)-1;
}
| init_shape_hash:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
MOV RAX,qword ptr [RSP + 0x8]
MOV dword ptr [RAX + 0x184],0x4
MOV RAX,qword ptr [RSP + 0x8]
MOV ECX,dword ptr [RAX + 0x184]
MOV EAX,0x1
SHL EAX,CL
MOV ECX,EAX
MOV RAX,qword ptr [RSP + 0x8]
MOV dword ptr [RAX + 0x188],ECX
MOV RAX,qword ptr [RSP + 0x8]
MOV dword... |
int4 init_shape_hash(long param_1)
{
int8 uVar1;
int4 local_4;
*(int4 *)(param_1 + 0x184) = 4;
*(int *)(param_1 + 0x188) = 1 << ((byte)*(int4 *)(param_1 + 0x184) & 0x1f);
*(int4 *)(param_1 + 0x18c) = 0;
uVar1 = js_mallocz_rt(param_1,(long)*(int *)(param_1 + 0x188) << 3);
*(int8 *)(param_1 + 400) = uV... | |
7,093 | js_atomics_store | bluesky950520[P]quickjs/quickjs.c | static JSValue js_atomics_store(JSContext *ctx,
JSValue this_obj,
int argc, JSValue *argv)
{
int size_log2;
void *ptr;
JSValue ret;
JSArrayBuffer *abuf;
ptr = js_atomics_get_ptr(ctx, &abuf, &size_log2, NULL,
... | O3 | c | js_atomics_store:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r8, %r12
movq %rdi, %rbx
movabsq $-0x100000000, %r13 # imm = 0xFFFFFFFF00000000
movq (%r8), %r8
movq 0x8(%r12), %r9
movups 0x10(%r12), %xmm0
movups %xmm0, (%rsp)
movl $0x0, 0x10(%rsp)
xorl %r15d, %r15d
leaq 0x... | js_atomics_store:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r12, r8
mov rbx, rdi
mov r13, 0FFFFFFFF00000000h
mov r8, [r8]
mov r9, [r12+8]
movups xmm0, xmmword ptr [r12+10h]
movups [rsp+98h+var_98], xmm0
mov [rsp+98h+var_88], 0
xor r15d, r1... | unsigned long long js_atomics_store(
long long a1,
double a2,
__m128 a3,
__m128 a4,
__m128 a5,
double a6,
double a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
__m128 *a13)
{
__m128 v15; //... | js_atomics_store:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R12,R8
MOV RBX,RDI
MOV R13,-0x100000000
MOV R8,qword ptr [R8]
MOV R9,qword ptr [R12 + 0x8]
MOVUPS XMM0,xmmword ptr [R12 + 0x10]
MOVUPS xmmword ptr [RSP],XMM0
MOV dword ptr [RSP + 0x10],0x0
XOR R15D,R15D
LEA RSI,[RSP + 0x38]
LEA RDX... |
/* WARNING: Removing unreachable block (ram,0x001812f6) */
/* WARNING: Removing unreachable block (ram,0x001812fc) */
int1 [16] js_atomics_store(long param_1)
{
int8 uVar1;
int1 auVar2 [16];
int iVar3;
int8 *puVar4;
long lVar5;
int *piVar6;
int8 *in_R8;
uint uVar7;
int *piVar8;
int8 uVar9;
int... | |
7,094 | my_8bit_collation_flags_from_data | eloqsql/strings/ctype-simple.c | uint my_8bit_collation_flags_from_data(CHARSET_INFO *cs)
{
uint flags= 0;
if (cs->sort_order && cs->sort_order['A'] < cs->sort_order['a'] &&
cs->sort_order['a'] < cs->sort_order['B'])
flags|= MY_CS_CSSORT;
return flags;
} | O0 | c | my_8bit_collation_flags_from_data:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl $0x0, -0xc(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x58(%rax)
je 0x94ffd
movq -0x8(%rbp), %rax
movq 0x58(%rax), %rax
movzbl 0x41(%rax), %eax
movq -0x8(%rbp), %rcx
movq 0x58(%rcx), %rcx
movzbl 0x61(%rcx), %ecx
cmpl %ecx, %eax
jge 0x9... | my_8bit_collation_flags_from_data:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], 0
mov rax, [rbp+var_8]
cmp qword ptr [rax+58h], 0
jz short loc_94FFD
mov rax, [rbp+var_8]
mov rax, [rax+58h]
movzx eax, byte ptr [rax+41h]
mov rcx, [rbp+var_8]
mov rcx, [rcx+58h]
... | long long my_8bit_collation_flags_from_data(long long a1)
{
unsigned int v2; // [rsp+0h] [rbp-Ch]
v2 = 0;
if ( *(_QWORD *)(a1 + 88)
&& *(unsigned __int8 *)(*(_QWORD *)(a1 + 88) + 65LL) < (int)*(unsigned __int8 *)(*(_QWORD *)(a1 + 88) + 97LL)
&& *(unsigned __int8 *)(*(_QWORD *)(a1 + 88) + 97LL) < (int)*(... | my_8bit_collation_flags_from_data:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],0x0
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x58],0x0
JZ 0x00194ffd
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x58]
MOVZX EAX,byte ptr [RAX + 0x41]
MOV RCX,qword ptr [RBP + -0x8]
M... |
int4 my_8bit_collation_flags_from_data(long param_1)
{
int4 local_14;
local_14 = 0;
if (((*(long *)(param_1 + 0x58) != 0) &&
(*(byte *)(*(long *)(param_1 + 0x58) + 0x41) < *(byte *)(*(long *)(param_1 + 0x58) + 0x61)))
&& (*(byte *)(*(long *)(param_1 + 0x58) + 0x61) < *(byte *)(*(long *)(param_1 + ... | |
7,095 | change_pagecache_param | eloqsql/storage/maria/ma_pagecache.c | void change_pagecache_param(PAGECACHE *pagecache, uint division_limit,
uint age_threshold)
{
DBUG_ENTER("change_pagecache_param");
pagecache_pthread_mutex_lock(&pagecache->cache_lock);
if (division_limit)
pagecache->min_warm_blocks= (pagecache->disk_blocks *
division_limit / 100 + 1);
if (age_th... | O3 | c | change_pagecache_param:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movl %edx, %r15d
movl %esi, %r12d
movq %rdi, %r14
leaq 0xc8(%rdi), %rbx
cmpq $0x0, 0x108(%rdi)
jne 0x6d8f8
movq %rbx, %rdi
callq 0x291e0
movabsq $-0x5c28f5c28f5c28f5, %rsi # imm = 0xA3D70A3D70A3D70B
testl %r12d, %r12d
je 0x6d... | change_pagecache_param:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov r15d, edx
mov r12d, esi
mov r14, rdi
lea rbx, [rdi+0C8h]
cmp qword ptr [rdi+108h], 0
jnz loc_6D8F8
mov rdi, rbx
call _pthread_mutex_lock
loc_6D87F:
mov rsi, 0A3D70A3D70A3D70Bh
test... | long long change_pagecache_param(_QWORD *a1, unsigned int a2, unsigned int a3)
{
_QWORD *v4; // rbx
long long v5; // rdi
v4 = a1 + 25;
if ( a1[33] )
psi_mutex_lock(
(long long)(a1 + 25),
(long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_pagecache.c",
0x46Du);
else
... | change_pagecache_param:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R15D,EDX
MOV R12D,ESI
MOV R14,RDI
LEA RBX,[RDI + 0xc8]
CMP qword ptr [RDI + 0x108],0x0
JNZ 0x0016d8f8
MOV RDI,RBX
CALL 0x001291e0
LAB_0016d87f:
MOV RSI,-0x5c28f5c28f5c28f5
TEST R12D,R12D
JZ 0x0016d8b4
MOV ECX,R12D
IMUL RCX,qword ptr [R... |
void change_pagecache_param(long param_1,uint param_2,uint param_3)
{
pthread_mutex_t *__mutex;
__mutex = (pthread_mutex_t *)(param_1 + 200);
if (*(long *)(param_1 + 0x108) == 0) {
pthread_mutex_lock(__mutex);
}
else {
psi_mutex_lock(__mutex,"/workspace/llm4binary/github2025/eloqsql/storage/maria... | |
7,096 | string_process_escapes(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) | monkey531[P]llama/common/common.cpp | void string_process_escapes(std::string & input) {
std::size_t input_len = input.length();
std::size_t output_idx = 0;
for (std::size_t input_idx = 0; input_idx < input_len; ++input_idx) {
if (input[input_idx] == '\\' && input_idx + 1 < input_len) {
switch (input[++input_idx]) {
... | O3 | cpp | string_process_escapes(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
movq 0x8(%rdi), %r13
testq %r13, %r13
je 0x1eeeb
leaq 0xf(%rsp), %r12
xorl %r14d, %r14d
leaq 0xd(%rsp), %rdi
leaq 0x... | _Z22string_process_escapesRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rdi
mov r13, [rdi+8]
test r13, r13
jz loc_1EEEB
lea r12, [rsp+48h+var_39]
xor r14d, r14d
lea rdi, [rsp+48h+var_3B... | long long string_process_escapes(long long *a1, long long a2, long long a3, long long a4)
{
unsigned long long v4; // r13
long long v5; // r14
long long v6; // rax
char v7; // dl
long long v8; // rbp
unsigned int v9; // edx
long long v10; // r15
char v11; // al
_BYTE v13[2]; // [rsp+Dh] [rbp-3Bh] BYR... | string_process_escapes:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
MOV R13,qword ptr [RDI + 0x8]
TEST R13,R13
JZ 0x0011eeeb
LEA R12,[RSP + 0xf]
XOR R14D,R14D
LEA RDI,[RSP + 0xd]
LEA RSI,[RSP + 0x10]
XOR ECX,ECX
LAB_0011edcc:
MOV RAX,qword ptr [RBX]
MOV DL,byte ptr [RAX + RCX*0x1]
CMP... |
/* string_process_escapes(std::__cxx11::string&) */
void string_process_escapes(string *param_1)
{
ulong uVar1;
byte bVar2;
ulong uVar3;
long lVar4;
ulong uVar5;
long lVar6;
char local_3b;
int1 local_3a;
char local_39;
char *local_38;
uVar3 = *(ulong *)(param_1 + 8);
if (uVar3 == 0) {
... | |
7,097 | mi_open_keyfile | eloqsql/storage/myisam/mi_open.c | int mi_open_keyfile(MYISAM_SHARE *share)
{
if ((share->kfile= mysql_file_open(mi_key_file_kfile,
share->unique_file_name,
share->mode | O_SHARE | O_NOFOLLOW | O_CLOEXEC,
MYF(MY_NOSYMLINKS | MY_WME))) < 0)
... | O0 | c | mi_open_keyfile:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x10(%rbp)
leaq 0xbc06b9(%rip), %rax # 0xc7b87c
movl (%rax), %edi
movq -0x10(%rbp), %rax
movq 0x258(%rax), %rcx
movq -0x10(%rbp), %rax
movl 0x358(%rax), %r8d
orl $0x0, %r8d
orl $0x20000, %r8d # imm = 0x20000
orl $0x80000, %r8d ... | mi_open_keyfile:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_10], rdi
lea rax, mi_key_file_kfile
mov edi, [rax]
mov rax, [rbp+var_10]
mov rcx, [rax+258h]
mov rax, [rbp+var_10]
mov r8d, [rax+358h]
or r8d, 0
or r8d, 20000h
or r8d, 80000h
lea rsi, aWorkspaceLlm... | _BOOL8 mi_open_keyfile(long long a1)
{
int v1; // eax
v1 = inline_mysql_file_open_2(
mi_key_file_kfile,
(long long)"/workspace/llm4binary/github2025/eloqsql/storage/myisam/mi_open.c",
0x504u,
*(_QWORD *)(a1 + 600),
*(_DWORD *)(a1 + 856) | 0xA0000u,
528LL);
*... | mi_open_keyfile:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x10],RDI
LEA RAX,[0xd7b87c]
MOV EDI,dword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x10]
MOV RCX,qword ptr [RAX + 0x258]
MOV RAX,qword ptr [RBP + -0x10]
MOV R8D,dword ptr [RAX + 0x358]
OR R8D,0x0
OR R8D,0x20000
OR R8D,0x80000
LEA RSI,[0x254e66]
MOV ED... |
bool mi_open_keyfile(long param_1)
{
int iVar1;
iVar1 = inline_mysql_file_open
(mi_key_file_kfile,
"/workspace/llm4binary/github2025/eloqsql/storage/myisam/mi_open.c",0x504,
*(int8 *)(param_1 + 600),*(uint *)(param_1 + 0x358) | 0xa0000,0x210);
*(i... | |
7,098 | minja::Expression::evaluate(std::shared_ptr<minja::Context> const&) const | llama.cpp/common/minja/minja.hpp | Value evaluate(const std::shared_ptr<Context> & context) const {
try {
return do_evaluate(context);
} catch (const std::exception & e) {
std::ostringstream out;
out << e.what();
if (location.source) out << error_location_suffix(*location.source, location.p... | O3 | cpp | minja::Expression::evaluate(std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x1a0, %rsp # imm = 0x1A0
movq %rsi, %r14
movq %rdi, %rbx
movq (%rsi), %rax
callq *(%rax)
movq %rbx, %rax
addq $0x1a0, %rsp # imm = 0x1A0
popq %rbx
popq %r14
popq %rbp
retq
movq %rax, ... | _ZNK5minja10Expression8evaluateERKSt10shared_ptrINS_7ContextEE:
push rbp
push r14
push rbx
sub rsp, 1A0h
mov r14, rsi
mov rbx, rdi
mov rax, [rsi]
call qword ptr [rax]
mov rax, rbx
add rsp, 1A0h
pop rbx
pop r14
pop rbp
retn
mov rbx, rax
cmp edx, 1
jnz loc_E0B42... | long long minja::Expression::evaluate(long long a1, void (***a2)(void))
{
(**a2)();
return a1;
}
| evaluate:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x1a0
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RSI]
LAB_001e09ec:
CALL qword ptr [RAX]
LAB_001e09ee:
MOV RAX,RBX
ADD RSP,0x1a0
POP RBX
POP R14
POP RBP
RET
|
/* minja::Expression::evaluate(std::shared_ptr<minja::Context> const&) const */
Expression * __thiscall minja::Expression::evaluate(Expression *this,shared_ptr *param_1)
{
/* try { // try from 001e09ec to 001e09ed has its CatchHandler @ 001e09fd */
(*(code *)**(int8 **)param_1)();
return this... | |
7,099 | lf_dynarray_lvalue | eloqsql/mysys/lf_dynarray.c | void *lf_dynarray_lvalue(LF_DYNARRAY *array, uint idx)
{
void * ptr, * volatile * ptr_ptr= 0;
int i;
for (i= LF_DYNARRAY_LEVELS-1; idx < dynarray_idxes_in_prev_levels[i]; i--)
/* no-op */;
ptr_ptr= &array->level[i];
idx-= dynarray_idxes_in_prev_levels[i];
for (; i > 0; i--)
{
if (!(ptr= *ptr_ptr)... | O0 | c | lf_dynarray_lvalue:
pushq %rbp
movq %rsp, %rbp
subq $0xb0, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq $0x0, -0x28(%rbp)
movl $0x3, -0x2c(%rbp)
movl -0x14(%rbp), %eax
movslq -0x2c(%rbp), %rdx
leaq 0x5c2f1(%rip), %rcx # 0x158610
cmpq (%rcx,%rdx,8), %rax
jae 0xfc332
jmp 0xfc327
movl -0x2c(%rbp), %eax
addl... | lf_dynarray_lvalue:
push rbp
mov rbp, rsp
sub rsp, 0B0h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_28], 0
mov [rbp+var_2C], 3
loc_FC311:
mov eax, [rbp+var_14]
movsxd rdx, [rbp+var_2C]
lea rcx, dynarray_idxes_in_prev_levels
cmp rax, [rcx+rdx*8]
jnb short loc_FC33... | signed long long lf_dynarray_lvalue(long long a1, unsigned int a2, double a3)
{
signed long long v3; // rcx
signed long long v4; // rcx
long long v6; // [rsp+10h] [rbp-A0h]
unsigned long long v7; // [rsp+50h] [rbp-60h]
signed long long v8; // [rsp+58h] [rbp-58h]
long long v9; // [rsp+60h] [rbp-50h]
signe... | lf_dynarray_lvalue:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xb0
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x28],0x0
MOV dword ptr [RBP + -0x2c],0x3
LAB_001fc311:
MOV EAX,dword ptr [RBP + -0x14]
MOVSXD RDX,dword ptr [RBP + -0x2c]
LEA RCX,[0x258610]
CMP RAX,qword ptr [RCX + RDX*0x8]
JNC ... |
long lf_dynarray_lvalue(long param_1,uint param_2)
{
ulong uVar1;
long lVar2;
ulong uVar3;
bool bVar4;
ulong local_a8;
ulong local_60;
int local_34;
ulong *local_30;
ulong local_28;
uint local_1c;
local_34 = 3;
while ((ulong)param_2 < *(ulong *)(dynarray_idxes_in_prev_levels + (long)local_3... |
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.