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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
5,100 | handle_error(st_command*, unsigned int, char const*, char const*, st_dynamic_string*) | eloqsql/client/mysqltest.cc | void handle_error(struct st_command *command,
unsigned int err_errno, const char *err_error,
const char *err_sqlstate, DYNAMIC_STRING *ds)
{
int i;
DBUG_ENTER("handle_error");
var_set_int("$errno", err_errno);
command->used_replace= 1;
if (command->require_file)
{
/... | O0 | cpp | handle_error(st_command*, unsigned int, char const*, char const*, st_dynamic_string*):
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl -0xc(%rbp), %esi
leaq 0xe5ecb(%rip), %rdi # 0x14b860
callq 0x62d90
m... | _Z12handle_errorP10st_commandjPKcS2_P17st_dynamic_string:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov esi, [rbp+var_C]; int
lea rdi, aErrno; "$errno"
call _Z11var_set_intPKci; ... | unsigned long long handle_error(
const char *a1,
long long a2,
const char *a3,
const char *a4,
long long a5,
int a6)
{
char *errname_from_code; // rax
char *v7; // rax
long long v9; // rdx
long long v10; // rcx
int v11; // r8d
int v12; // r9d
char *v13; // ... | handle_error:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV ESI,dword ptr [RBP + -0xc]
LEA RDI,[0x24b860]
CALL 0x00162d90
MOV RAX,qword ptr [RBP + -0x8]
MOV byte ptr [RAX ... |
/* handle_error(st_command*, unsigned int, char const*, char const*, st_dynamic_string*) */
void handle_error(st_command *param_1,uint param_2,char *param_3,char *param_4,
st_dynamic_string *param_5)
{
int8 uVar1;
int iVar2;
int8 uVar3;
int8 uVar4;
var_set_int("$errno",param_2);
param... | |
5,101 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | reference operator[](size_type idx)
{
// implicitly convert null value to an empty array
if (is_null())
{
m_data.m_type = value_t::array;
m_data.m_value.array = create<array_t>();
assert_invariant();
}
// operator[] only works for arrays
... | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixEm:
push rbp; char
push r14; int
push rbx; __int64
sub rsp, 30h
mov rbx, rsi
mov r14, rdi
mov al, [rdi]
test al, al
jnz shor... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::operator[](
long long a1,
unsigned long long a2)
{
char v3; // al... | operator[]:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV RBX,RSI
MOV R14,RDI
MOV AL,byte ptr [RDI]
TEST AL,AL
JNZ 0x0017155e
MOV byte ptr [R14],0x2
MOV EDI,0x18
CALL 0x001186d0
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RAX],XMM0
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [R14 + 0x8],RAX
MOV RDI,R14
MOV ESI,0x1
CALL 0x00140b... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::operator[](unsigned long) */
... | |
5,102 | my_register_filename | eloqsql/mysys/my_open.c | File my_register_filename(File fd, const char *FileName, enum file_type
type_of_file, uint error_message_number, myf MyFlags)
{
DBUG_ENTER("my_register_filename");
if ((int) fd >= MY_FILE_MIN)
{
my_atomic_add32_explicit(&my_file_opened, 1, MY_MEMORY_ORDER_RELAXED);
if ((uint) fd >= my_file_limit || (... | O3 | c | my_register_filename:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r14
movq %rsi, %r15
testl %edi, %edi
js 0xa1401
movl %edi, %ebx
leaq 0xb690e1(%rip), %rax # 0xc0a484
lock
incl (%rax)
testl $0x2004, %r14d # imm = 0x2004
jne 0xa1450
leaq 0x2e6806(%r... | my_register_filename:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r8
mov r15, rsi
test edi, edi
js short loc_A1401
mov ebx, edi
lea rax, my_file_opened
lock inc dword ptr [rax]
test r14d, 2004h
jnz loc_A1450
lea rax, my... | long long my_register_filename(long long a1, const char *a2, int a3, unsigned int a4, __int16 a5)
{
unsigned int v6; // ebx
long long v8; // rax
long long v9; // rsi
int v11; // ebx
unsigned int *v12; // rax
if ( (int)a1 < 0 )
{
v11 = *(_DWORD *)__errno_location(a1);
*(_DWORD *)my_thread_var(a1,... | my_register_filename:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R8
MOV R15,RSI
TEST EDI,EDI
JS 0x001a1401
MOV EBX,EDI
LEA RAX,[0xd0a484]
INC.LOCK dword ptr [RAX]
TEST R14D,0x2004
JNZ 0x001a1450
LEA RAX,[0x487bc0]
CMP dword ptr [RAX],EBX
JBE 0x001a1450
MOV R13D,EDX
LEA RAX,[0xd0a... |
uint my_register_filename
(uint param_1,int8 param_2,int4 param_3,int4 param_4,ulong param_5)
{
int iVar1;
int8 uVar2;
int *piVar3;
int4 *puVar4;
if ((int)param_1 < 0) {
piVar3 = __errno_location();
iVar1 = *piVar3;
piVar3 = (int *)_my_thread_var();
*piVar3 = iVar1;
par... | |
5,103 | ma_crypt_set_data_pagecache_callbacks | eloqsql/storage/maria/ma_crypt.c | void ma_crypt_set_data_pagecache_callbacks(PAGECACHE_FILE *file,
MARIA_SHARE *share
__attribute__((unused)))
{
/* Only use encryption if we have defined it */
if (encryption_key_id_exists(get_encryption_key_id(share)))
{
fil... | O0 | c | ma_crypt_set_data_pagecache_callbacks:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
callq 0x5e480
movl %eax, %edi
callq 0x5e980
cmpl $0x0, %eax
je 0x5e971
movq -0x8(%rbp), %rax
leaq 0x70(%rip), %rcx # 0x5e9b0
movq %rcx, 0x18(%rax)
movq -0x8(%rbp)... | ma_crypt_set_data_pagecache_callbacks:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_10]
call get_encryption_key_id
mov edi, eax
call encryption_key_id_exists
cmp eax, 0
jz short loc_5E971
mov rax, [rbp+var_8]
lea rcx, m... | long long ma_crypt_set_data_pagecache_callbacks(_QWORD *a1, long long a2)
{
unsigned int encryption_key_id; // eax
long long result; // rax
encryption_key_id = get_encryption_key_id(a2);
result = encryption_key_id_exists(encryption_key_id);
if ( (_DWORD)result )
{
a1[3] = ma_crypt_pre_read_hook;
a... | ma_crypt_set_data_pagecache_callbacks:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0015e480
MOV EDI,EAX
CALL 0x0015e980
CMP EAX,0x0
JZ 0x0015e971
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[0x15e9b0]
MOV qword ptr [RAX + 0x18],RCX
M... |
void ma_crypt_set_data_pagecache_callbacks(long param_1,int8 param_2)
{
int4 uVar1;
int iVar2;
uVar1 = get_encryption_key_id(param_2);
iVar2 = encryption_key_id_exists(uVar1);
if (iVar2 != 0) {
*(code **)(param_1 + 0x18) = ma_crypt_pre_read_hook;
*(code **)(param_1 + 0x20) = ma_crypt_data_post_re... | |
5,104 | parse_ident | bluesky950520[P]quickjs/quickjs.c | static JSAtom parse_ident(JSParseState *s, const uint8_t **pp,
BOOL *pident_has_escape, int c, BOOL is_private)
{
const uint8_t *p, *p_next;
char ident_buf[128], *buf;
size_t ident_size, ident_pos;
JSAtom atom = JS_ATOM_NULL;
p = *pp;
buf = ident_buf;
ident_size = ... | O2 | c | parse_ident:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xb8, %rsp
movl %ecx, %ebx
movq %rdx, %r12
movq %rdi, 0x10(%rsp)
movq %rsi, 0x28(%rsp)
movq (%rsi), %r14
leaq 0x30(%rsp), %rax
movq %rax, 0x8(%rsp)
movq $0x80, 0x20(%rsp)
testl %r8d, %r8d
je 0x50d37
movb $0x23, 0x30(%rsp)
pushq $0x1
po... | parse_ident:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0B8h
mov ebx, ecx
mov r12, rdx
mov [rsp+0E8h+var_D8], rdi
mov [rsp+0E8h+var_C0], rsi
mov r14, [rsi]
lea rax, [rsp+0E8h+var_B8]
mov [rsp+0E8h+var_E0], rax
mov [rsp+0E8h+var_C8], 80h
test r... | long long parse_ident(long long *a1, char **a2, _DWORD *a3, signed int a4, int a5)
{
char *v7; // r14
unsigned long long v8; // rbp
unsigned __int8 *v9; // r15
unsigned int v10; // ebx
unsigned __int8 *v12; // [rsp+8h] [rbp-E0h] BYREF
long long *v13; // [rsp+10h] [rbp-D8h]
char *v14; // [rsp+18h] [rbp-D0... | parse_ident:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xb8
MOV EBX,ECX
MOV R12,RDX
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x28],RSI
MOV R14,qword ptr [RSI]
LEA RAX,[RSP + 0x30]
MOV qword ptr [RSP + 0x8],RAX
MOV qword ptr [RSP + 0x20],0x80
TEST R8D,R8D
JZ 0x00150d37
MOV byte ptr [RSP + ... |
int4
parse_ident(int8 *param_1,long *param_2,int4 *param_3,uint param_4,int param_5)
{
byte bVar1;
int iVar2;
int4 uVar3;
long lVar4;
ulong uVar5;
byte *pbVar6;
int1 *puVar7;
int1 *local_e0;
int8 *local_d8;
byte *local_d0;
long local_c8;
long *local_c0;
int1 local_b8 [136];
local_e0 = l... | |
5,105 | parse_ident | bluesky950520[P]quickjs/quickjs.c | static JSAtom parse_ident(JSParseState *s, const uint8_t **pp,
BOOL *pident_has_escape, int c, BOOL is_private)
{
const uint8_t *p, *p_next;
char ident_buf[128], *buf;
size_t ident_size, ident_pos;
JSAtom atom = JS_ATOM_NULL;
p = *pp;
buf = ident_buf;
ident_size = ... | O3 | c | parse_ident:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xb8, %rsp
movl %ecx, %r15d
movq %rdx, %r12
movq %rdi, 0x10(%rsp)
movq %rsi, 0x28(%rsp)
movq (%rsi), %r14
leaq 0x30(%rsp), %rax
movq %rax, 0x8(%rsp)
movq $0x80, 0x20(%rsp)
testl %r8d, %r8d
je 0x61822
movb $0x23, 0x30(%rsp)
movl $0x1, %... | parse_ident:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0B8h
mov r15d, ecx
mov r12, rdx
mov [rsp+0E8h+var_D8], rdi
mov [rsp+0E8h+var_C0], rsi
mov r14, [rsi]
lea rax, [rsp+0E8h+var_B8]
mov [rsp+0E8h+var_E0], rax
mov [rsp+0E8h+var_C8], 80h
test ... | long long parse_ident(long long *a1, char **a2, _DWORD *a3, unsigned int a4, int a5)
{
char *v7; // r14
unsigned long long v8; // rbp
unsigned __int8 *v9; // rbx
int v10; // ecx
int v11; // eax
unsigned int v12; // ebp
unsigned __int8 *v14; // [rsp+8h] [rbp-E0h] BYREF
long long *v15; // [rsp+10h] [rbp-... | parse_ident:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xb8
MOV R15D,ECX
MOV R12,RDX
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x28],RSI
MOV R14,qword ptr [RSI]
LEA RAX,[RSP + 0x30]
MOV qword ptr [RSP + 0x8],RAX
MOV qword ptr [RSP + 0x20],0x80
TEST R8D,R8D
JZ 0x00161822
MOV byte ptr [RSP +... |
int4
parse_ident(int8 *param_1,long *param_2,int4 *param_3,uint param_4,int param_5)
{
byte bVar1;
uint uVar2;
int iVar3;
int4 uVar4;
long lVar5;
int1 *puVar6;
ulong uVar7;
byte *pbVar8;
ulong uVar9;
bool bVar10;
int1 *local_e0;
int8 *local_d8;
byte *local_d0;
long local_c8;
long *local_... | |
5,106 | print_comment | eloqsql/mysys/my_getopt.c | static uint print_comment(const char *comment,
int curpos, int startpos, int width)
{
const char *end= strend(comment);
int endpos= startpos + width;
for (; curpos < startpos; curpos++)
putchar(' ');
if (*comment == '.' || *comment == ',')
{
putchar(*comment);
comment++... | O0 | c | print_comment:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movl %ecx, -0x14(%rbp)
movq -0x8(%rbp), %rdi
callq 0x878c0
movq %rax, -0x20(%rbp)
movl -0x10(%rbp), %eax
addl -0x14(%rbp), %eax
movl %eax, -0x24(%rbp)
movl -0xc(%rbp), %eax
cmpl -0x10(%rbp), %ea... | print_comment:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov [rbp+var_14], ecx
mov rdi, [rbp+var_8]
call strend
mov [rbp+var_20], rax
mov eax, [rbp+var_10]
add eax, [rbp+var_14]
mov [rbp+var_24], eax
loc_3039B:
mo... | long long print_comment(const char *a1, int j, int a3, int a4)
{
bool v5; // [rsp+Fh] [rbp-31h]
const char *i; // [rsp+10h] [rbp-30h]
int v7; // [rsp+1Ch] [rbp-24h]
long long v8; // [rsp+20h] [rbp-20h]
const char *v12; // [rsp+38h] [rbp-8h]
v12 = a1;
v8 = strend(a1);
v7 = a4 + a3;
while ( j < a3 )
... | print_comment:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV dword ptr [RBP + -0x14],ECX
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x001878c0
MOV qword ptr [RBP + -0x20],RAX
MOV EAX,dword ptr [RBP + -0x10]
ADD EAX,dword ptr [RBP + -0x14]
MO... |
int print_comment(char *param_1,int param_2,int param_3,int param_4)
{
long lVar1;
bool bVar2;
char *local_38;
int local_14;
char *local_10;
lVar1 = strend(param_1);
for (local_14 = param_2; local_14 < param_3; local_14 = local_14 + 1) {
putchar(0x20);
}
if ((*param_1 == '.') || (local_10 = p... | |
5,107 | print_comment | eloqsql/mysys/my_getopt.c | static uint print_comment(const char *comment,
int curpos, int startpos, int width)
{
const char *end= strend(comment);
int endpos= startpos + width;
for (; curpos < startpos; curpos++)
putchar(' ');
if (*comment == '.' || *comment == ',')
{
putchar(*comment);
comment++... | O3 | c | print_comment:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %esi, %r15d
movq %rdi, %rbx
callq 0x61044
movq %rax, %r14
cmpl $0x15, %r15d
jg 0x2c491
addl $-0x16, %r15d
movl $0x20, %edi
callq 0x24480
incl %r15d
jne 0x2c47c
movl $0x16, %r15d
movzbl (%rbx), %edi
movl %edi... | print_comment:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r15d, esi
mov rbx, rdi
call strend
mov r14, rax
cmp r15d, 15h
jg short loc_2C491
add r15d, 0FFFFFFEAh
loc_2C47C:
mov edi, 20h ; ' '
call _putchar
inc r15d
jnz ... | long long print_comment(const char *a1, int a2)
{
unsigned int v2; // r15d
const char *v3; // rbx
long long v4; // r14
int v5; // r15d
long long v6; // rdi
long long v7; // r12
long long v8; // rax
long long v9; // r14
const char *v10; // r15
long long v11; // r13
int v13; // r15d
v2 = a2;
v... | print_comment:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R15D,ESI
MOV RBX,RDI
CALL 0x00161044
MOV R14,RAX
CMP R15D,0x15
JG 0x0012c491
ADD R15D,-0x16
LAB_0012c47c:
MOV EDI,0x20
CALL 0x00124480
INC R15D
JNZ 0x0012c47c
MOV R15D,0x16
LAB_0012c491:
MOVZX EDI,byte ptr [RBX]
MOV EAX,EDI
OR... |
int print_comment(byte *param_1,uint param_2)
{
long lVar1;
long lVar2;
int iVar3;
ulong uVar4;
byte *pbVar5;
byte *pbVar6;
uVar4 = (ulong)param_2;
lVar1 = strend();
if ((int)param_2 < 0x16) {
iVar3 = param_2 - 0x16;
do {
putchar(0x20);
iVar3 = iVar3 + 1;
} while (iVar3 !=... | |
5,108 | ma_bitmap_flush | eloqsql/storage/maria/ma_bitmap.c | my_bool _ma_bitmap_flush(MARIA_SHARE *share)
{
my_bool res= 0;
DBUG_ENTER("_ma_bitmap_flush");
if (share->bitmap.changed)
{
mysql_mutex_lock(&share->bitmap.bitmap_lock);
if (share->bitmap.changed)
{
/*
We have to mark the file changed here, as otherwise the following
write to p... | O3 | c | ma_bitmap_flush:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
cmpb $0x0, 0xa30(%rdi)
je 0x53592
movq %rdi, %r14
leaq 0xa98(%rdi), %rbx
cmpq $0x0, 0xad8(%rdi)
jne 0x53621
movq %rbx, %rdi
callq 0x2a200
leaq 0xad8(%r14), %r15
cmpb $0x0, 0xa30(%r14)
je 0x53597
cmpb $0x0... | _ma_bitmap_flush:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
cmp byte ptr [rdi+0A30h], 0
jz loc_53592
mov r14, rdi
lea rbx, [rdi+0A98h]
cmp qword ptr [rdi+0AD8h], 0
jnz loc_53621
mov rdi, rbx
call _pthread_mutex_lock
loc_534E... | long long ma_bitmap_flush(long long a1)
{
long long v2; // rbx
_QWORD *v3; // r15
long long v4; // rdi
long long v5; // rdx
long long v6; // r8
int v7; // eax
unsigned int v8; // r12d
_BYTE v10[8]; // [rsp+48h] [rbp-48h] BYREF
int v11; // [rsp+50h] [rbp-40h]
char v12; // [rsp+58h] [rbp-38h]
_QWOR... | _ma_bitmap_flush:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
CMP byte ptr [RDI + 0xa30],0x0
JZ 0x00153592
MOV R14,RDI
LEA RBX,[RDI + 0xa98]
CMP qword ptr [RDI + 0xad8],0x0
JNZ 0x00153621
MOV RDI,RBX
CALL 0x0012a200
LAB_001534e3:
LEA R15,[R14 + 0xad8]
CMP byte ptr [R14 + 0xa30],0x0
JZ... |
int4 _ma_bitmap_flush(long param_1)
{
pthread_mutex_t *__mutex;
int4 uVar1;
long *plVar2;
ulong in_stack_ffffffffffffff68;
ulong in_stack_ffffffffffffff78;
ulong in_stack_ffffffffffffff90;
int1 local_50 [8];
int4 local_48;
int1 local_40;
long *local_38;
if (*(char *)(param_1 + 0xa30) == '\0')... | |
5,109 | ggml_tallocr_alloc_graph_impl | 7CodeWizard[P]stablediffusion/ggml/src/ggml-alloc.c | static void ggml_tallocr_alloc_graph_impl(ggml_gallocr_t galloc, struct ggml_cgraph * gf) {
const int * parse_seq = galloc->parse_seq;
int parse_seq_len = galloc->parse_seq_len;
// count number of children and views
for (int i = 0; i < gf->n_nodes; i++) {
struct ggml_tensor * node =... | O1 | c | ggml_tallocr_alloc_graph_impl:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rsi, %rbp
movq %rdi, %r14
movq 0x30(%rdi), %rax
movq %rax, 0x10(%rsp)
movl 0x38(%rdi), %eax
movl %eax, 0x8(%rsp)
movl 0x4(%rsi), %eax
testl %eax, %eax
jle 0xb339a
xorl %ebx, %ebx
movq 0x10(%rbp), %rax... | ggml_tallocr_alloc_graph_impl:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbp, rsi
mov r14, rdi
mov rax, [rdi+30h]
mov [rsp+68h+var_58], rax
mov eax, [rdi+38h]
mov [rsp+68h+var_60], eax
mov eax, [rsi+4]
test eax, eax
jle loc_B339A
xor ... | long long ggml_tallocr_alloc_graph_impl(long long a1, long long a2)
{
long long v2; // rbp
long long result; // rax
long long i; // rbx
_QWORD *v5; // r15
unsigned long long v6; // rdx
long long v7; // rax
long long j; // r13
_QWORD *v9; // r12
long long v10; // rax
long long v11; // rcx
long lon... | |||
5,110 | ggml_tallocr_alloc_graph_impl | 7CodeWizard[P]stablediffusion/ggml/src/ggml-alloc.c | static void ggml_tallocr_alloc_graph_impl(ggml_gallocr_t galloc, struct ggml_cgraph * gf) {
const int * parse_seq = galloc->parse_seq;
int parse_seq_len = galloc->parse_seq_len;
// count number of children and views
for (int i = 0; i < gf->n_nodes; i++) {
struct ggml_tensor * node =... | O2 | c | ggml_tallocr_alloc_graph_impl:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbp
movq %rdi, %r14
movq 0x30(%rdi), %rax
movq %rax, 0x18(%rsp)
movl 0x38(%rdi), %eax
movl %eax, 0xc(%rsp)
xorl %ebx, %ebx
movslq 0x4(%rbp), %r13
cmpq %r13, %rbx
jge 0x8f266
movq 0x10(%rbp), %ra... | ggml_tallocr_alloc_graph_impl:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbp, rsi
mov r14, rdi
mov rax, [rdi+30h]
mov [rsp+78h+var_60], rax
mov eax, [rdi+38h]
mov [rsp+78h+var_6C], eax
xor ebx, ebx
loc_8F1BF:
movsxd r13, dword ptr [rbp+4]
c... | long long ggml_tallocr_alloc_graph_impl(long long a1, long long a2)
{
long long i; // rbx
long long v4; // r13
_QWORD *v5; // r15
long long v6; // rsi
long long v7; // rax
long long j; // r13
_QWORD *v9; // r12
_DWORD *v10; // rax
long long result; // rax
long long v12; // rbx
int v13; // eax
l... | ggml_tallocr_alloc_graph_impl:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBP,RSI
MOV R14,RDI
MOV RAX,qword ptr [RDI + 0x30]
MOV qword ptr [RSP + 0x18],RAX
MOV EAX,dword ptr [RDI + 0x38]
MOV dword ptr [RSP + 0xc],EAX
XOR EBX,EBX
LAB_0018f1bf:
MOVSXD R13,dword ptr [RBP + 0x4]
CMP RBX,R13
JGE ... |
void ggml_tallocr_alloc_graph_impl(long param_1,long param_2)
{
uint uVar1;
long lVar2;
long lVar3;
ulong uVar4;
long lVar5;
int *piVar6;
int *piVar7;
int iVar8;
long lVar9;
ulong uVar10;
long lVar11;
uint uVar12;
int iVar13;
long lVar14;
ulong local_68;
uint local_58;
lVar2 = *(l... | |
5,111 | re_parse_captures | bluesky950520[P]quickjs/libregexp.c | static int re_parse_captures(REParseState *s, int *phas_named_captures,
const char *capture_name)
{
const uint8_t *p;
int capture_index;
char name[TMP_BUF_SIZE];
capture_index = 1;
*phas_named_captures = 0;
for (p = s->buf_start; p < s->buf_end; p++) {
switc... | O1 | c | re_parse_captures:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %rdx, %rbx
movl $0x0, (%rsi)
movq 0x40(%rdi), %rax
movq %rax, 0x8(%rsp)
movq 0x38(%rdi), %rcx
movl $0x1, %r14d
cmpq %rcx, %rax
jae 0x9777e
movq %rsi, %r15
movq %rdi, %r12
movl $0x1, %r14d
leaq 0x10(%rsp), %r13
lea... | re_parse_captures:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov rbx, rdx
mov dword ptr [rsi], 0
mov rax, [rdi+40h]
mov [rsp+0C8h+var_C0], rax
mov rcx, [rdi+38h]
mov r14d, 1
cmp rax, rcx
jnb loc_9777E
mov r15, rsi
mov r12, rdi
mov ... | long long re_parse_captures(long long a1, _DWORD *a2, long long a3)
{
unsigned __int8 *v4; // rax
unsigned long long v5; // rcx
unsigned int v6; // r14d
int v8; // edx
unsigned __int8 *i; // rdx
int v10; // esi
int v11; // ecx
unsigned __int8 *v14; // [rsp+8h] [rbp-C0h] BYREF
_BYTE v15[184]; // [rsp+... | |||
5,112 | re_parse_captures | bluesky950520[P]quickjs/libregexp.c | static int re_parse_captures(REParseState *s, int *phas_named_captures,
const char *capture_name)
{
const uint8_t *p;
int capture_index;
char name[TMP_BUF_SIZE];
capture_index = 1;
*phas_named_captures = 0;
for (p = s->buf_start; p < s->buf_end; p++) {
switc... | O2 | c | re_parse_captures:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
andl $0x0, (%rsi)
movq 0x40(%rdi), %rax
pushq $0x1
popq %rbp
leaq 0x10(%rsp), %r12
leaq 0x8(%rsp), %r13
movq %rax, 0x8(%rsp)
movq 0x38(%r15), %rcx
cmpq %rcx, %rax
jae 0x7... | re_parse_captures:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
and dword ptr [rsi], 0
mov rax, [rdi+40h]
push 1
pop rbp
lea r12, [rsp+0C8h+var_B8]
lea r13, [rsp+0C8h+var_C0]
loc_7E55A:
mov [rsp+0C8... | long long re_parse_captures(long long a1, _DWORD *a2, long long a3)
{
unsigned __int8 *v5; // rax
int i; // ebp
unsigned long long v7; // rcx
int v8; // edx
unsigned __int8 *v9; // rdx
int v10; // esi
int v11; // ecx
unsigned int v12; // ecx
unsigned __int8 *v14; // [rsp+8h] [rbp-C0h] BYREF
_BYTE v... | re_parse_captures:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
AND dword ptr [RSI],0x0
MOV RAX,qword ptr [RDI + 0x40]
PUSH 0x1
POP RBP
LEA R12,[RSP + 0x10]
LEA R13,[RSP + 0x8]
LAB_0017e55a:
MOV qword ptr [RSP + 0x8],RAX
MOV RCX,qword ptr [R15 + 0x38]
CMP RAX,RC... |
uint re_parse_captures(long param_1,int4 *param_2,char *param_3)
{
char cVar1;
bool bVar2;
int iVar3;
char *pcVar4;
uint uVar5;
char *local_c0;
char local_b8 [136];
*param_2 = 0;
uVar5 = 1;
for (local_c0 = *(char **)(param_1 + 0x40); local_c0 < *(char **)(param_1 + 0x38);
local_c0 = local... | |
5,113 | testing::internal::FormatFileLocation[abi:cxx11](char const*, int) | seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/src/gtest-port.cc | GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) {
const std::string file_name(file == nullptr ? kUnknownFile : file);
if (line < 0) {
return file_name + ":";
}
#ifdef _MSC_VER
return file_name + "(" + StreamableToString(line) + "):";
#else
return file_name + ":" + StreamableToStri... | O1 | cpp | testing::internal::FormatFileLocation[abi:cxx11](char const*, int):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movl %edx, 0x4(%rsp)
testq %rsi, %rsi
leaq 0x26405(%rip), %rax # 0x41098
cmoveq %rax, %r14
leaq 0x78(%rsp), %r15
movq %r15, -0x10(%r15)
movq %r14, %rdi
cal... | _ZN7testing8internal18FormatFileLocationB5cxx11EPKci:
push r15
push r14
push r12
push rbx
sub rsp, 88h
mov r14, rsi
mov rbx, rdi
mov [rsp+0A8h+var_A4], edx
test rsi, rsi
lea rax, _ZN7testing8internalL12kUnknownFileE; "unknown file"
cmovz r14, rax
lea r15, [rsp+0A8h+var_30]
mov ... | long long testing::internal::FormatFileLocation[abi:cxx11](long long a1, char *a2, int a3)
{
char *v3; // r14
long long v4; // rax
char *v5; // rax
unsigned long long v6; // rsi
unsigned long long v7; // rsi
void **v8; // rax
__int128 *v9; // rcx
long long v10; // rax
_OWORD *v11; // rcx
int v13; /... | FormatFileLocation[abi:cxx11]:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R14,RSI
MOV RBX,RDI
MOV dword ptr [RSP + 0x4],EDX
TEST RSI,RSI
LEA RAX,[0x141098]
CMOVZ R14,RAX
LEA R15,[RSP + 0x78]
MOV qword ptr [R15 + -0x10],R15
MOV RDI,R14
CALL 0x001091f0
LEA RDX,[RAX + R14*0x1]
LEA RDI,[RSP + 0x68]
MOV RSI,R14
CA... |
/* testing::internal::FormatFileLocation[abi:cxx11](char const*, int) */
internal * __thiscall
testing::internal::FormatFileLocation_abi_cxx11_(internal *this,char *param_1,int param_2)
{
long lVar1;
size_t sVar2;
int8 *puVar3;
long *plVar4;
long *plVar5;
ulong uVar6;
int local_a4;
ulong *local_a0;
... | |
5,114 | CLI::Option::capture_default_str() | MikePodsytnik[P]TCRtrie/build_O3/_deps/cli11-src/include/CLI/Option.hpp | Option *capture_default_str() {
if(default_function_) {
default_str_ = default_function_();
}
return this;
} | O3 | cpp | CLI::Option::capture_default_str():
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
cmpq $0x0, 0x158(%rdi)
je 0x1bb80
leaq 0x148(%rbx), %rsi
leaq 0x8(%rsp), %r14
movq %r14, %rdi
callq *0x160(%rbx)
leaq 0xe8(%rbx), %rdi
movq %r14, %rsi
callq 0x7510
movq (%r14), %rdi
leaq 0x18(%rsp), %rax
cmpq %rax, %rdi
je 0x1bb8... | _ZN3CLI6Option19capture_default_strEv:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
cmp qword ptr [rdi+158h], 0
jz short loc_1BB80
lea rsi, [rbx+148h]
lea r14, [rsp+38h+var_30]
mov rdi, r14
call qword ptr [rbx+160h]
lea rdi, [rbx+0E8h]
mov rsi, r14
call __ZNSt7__cxx1112ba... | CLI::Option * CLI::Option::capture_default_str(void ( **this)(void **, char *))
{
void *v2[2]; // [rsp+8h] [rbp-30h] BYREF
long long v3; // [rsp+18h] [rbp-20h] BYREF
if ( this[43] )
{
this[44](v2, (char *)this + 328);
std::string::operator=(this + 29, v2);
if ( v2[0] != &v3 )
operator delete(... | capture_default_str:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
CMP qword ptr [RDI + 0x158],0x0
JZ 0x0011bb80
LEA RSI,[RBX + 0x148]
LEA R14,[RSP + 0x8]
MOV RDI,R14
CALL qword ptr [RBX + 0x160]
LEA RDI,[RBX + 0xe8]
MOV RSI,R14
CALL 0x00107510
MOV RDI,qword ptr [R14]
LEA RAX,[RSP + 0x18]
CMP RDI,RAX
JZ 0x0011bb80
MOV RSI... |
/* CLI::Option::capture_default_str() */
Option * __thiscall CLI::Option::capture_default_str(Option *this)
{
long *local_30 [2];
long local_20 [2];
if (*(long *)(this + 0x158) != 0) {
(**(code **)(this + 0x160))((string *)local_30,this + 0x148);
std::__cxx11::string::operator=((string *)(this + 0xe... | |
5,115 | insert_dynamic | eloqsql/mysys/array.c | my_bool insert_dynamic(DYNAMIC_ARRAY *array, const void * element)
{
void *buffer;
if (array->elements == array->max_element)
{ /* Call only when necessary */
if (!(buffer=alloc_dynamic(array)))
return TRUE;
}
else
{
buffer=array->buffer+(array->elements * array->size_of_element);
arr... | O0 | c | insert_dynamic:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movl 0x8(%rax), %eax
movq -0x10(%rbp), %rcx
cmpl 0xc(%rcx), %eax
jne 0x32b4b
movq -0x10(%rbp), %rdi
callq 0x32ba0
movq %rax, -0x20(%rbp)
cmpq $0x0, %rax
jne 0x32b49
movb $0x1, -0x1(%rbp)
jmp ... | insert_dynamic:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_10]
mov eax, [rax+8]
mov rcx, [rbp+var_10]
cmp eax, [rcx+0Ch]
jnz short loc_32B4B
mov rdi, [rbp+var_10]
call alloc_dynamic
mov [rbp+var_20], rax
cmp rax,... | char insert_dynamic(long long a1, long long a2)
{
long long v3; // [rsp+0h] [rbp-20h]
if ( *(_DWORD *)(a1 + 8) != *(_DWORD *)(a1 + 12) )
{
v3 = (unsigned int)(*(_DWORD *)(a1 + 20) * (*(_DWORD *)(a1 + 8))++) + *(_QWORD *)a1;
LABEL_6:
memcpy(v3, a2, *(unsigned int *)(a1 + 20));
return 0;
}
v3 = al... | insert_dynamic:
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 EAX,dword ptr [RAX + 0x8]
MOV RCX,qword ptr [RBP + -0x10]
CMP EAX,dword ptr [RCX + 0xc]
JNZ 0x00132b4b
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00132ba0
MOV qword ptr [RBP ... |
int1 insert_dynamic(long *param_1,void *param_2)
{
void *local_28;
if ((int)param_1[1] == *(int *)((long)param_1 + 0xc)) {
local_28 = (void *)alloc_dynamic(param_1);
if (local_28 == (void *)0x0) {
return 1;
}
}
else {
local_28 = (void *)(*param_1 + (ulong)(uint)((int)param_1[1] * *(in... | |
5,116 | string_view::operator[](unsigned long) const | monkey531[P]llama/common/json-schema-to-grammar.cpp | char operator[](size_t pos) const {
auto index = _start + pos;
if (index >= _end) {
throw std::out_of_range("string_view index out of range");
}
return _str[_start + pos];
} | O2 | cpp | string_view::operator[](unsigned long) const:
pushq %r14
pushq %rbx
pushq %rax
addq 0x8(%rdi), %rsi
cmpq 0x10(%rdi), %rsi
jae 0x9903d
movq (%rdi), %rax
movq (%rax), %rax
movb (%rax,%rsi), %al
addq $0x8, %rsp
popq %rbx
popq %r14
retq
pushq $0x10
popq %rdi
callq 0x234b0
movq %rax, %rbx
leaq 0x238ee(%rip), %rsi # 0xbc... | _ZNK11string_viewixEm:
push r14
push rbx
push rax
add rsi, [rdi+8]
cmp rsi, [rdi+10h]
jnb short loc_9903D
mov rax, [rdi]
mov rax, [rax]
mov al, [rax+rsi]
add rsp, 8
pop rbx
pop r14
retn
loc_9903D:
push 10h
pop rdi; thrown_size
call ___cxa_allocate_exception
mov ... | char string_view::operator[](long long a1, long long a2)
{
unsigned long long v2; // rsi
std::out_of_range *exception; // rbx
v2 = *(_QWORD *)(a1 + 8) + a2;
if ( v2 >= *(_QWORD *)(a1 + 16) )
{
exception = (std::out_of_range *)__cxa_allocate_exception(0x10uLL);
std::out_of_range::out_of_range(excepti... | operator[]:
PUSH R14
PUSH RBX
PUSH RAX
ADD RSI,qword ptr [RDI + 0x8]
CMP RSI,qword ptr [RDI + 0x10]
JNC 0x0019903d
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX]
MOV AL,byte ptr [RAX + RSI*0x1]
ADD RSP,0x8
POP RBX
POP R14
RET
LAB_0019903d:
PUSH 0x10
POP RDI
CALL 0x001234b0
MOV RBX,RAX
LAB_00199048:
LEA RSI,[0x1bc93d]
... |
/* string_view::operator[](unsigned long) const */
int8 __thiscall string_view::operator[](string_view *this,ulong param_1)
{
out_of_range *this_00;
if (param_1 + *(long *)(this + 8) < *(ulong *)(this + 0x10)) {
return CONCAT71((int7)((ulong)**(long **)this >> 8),
*(int1 *)(**(long **)... | |
5,117 | js_proxy_getPrototypeOf | bluesky950520[P]quickjs/quickjs.c | static JSValue js_proxy_getPrototypeOf(JSContext *ctx, JSValue obj)
{
JSProxyData *s;
JSValue method, ret, proto1;
int res;
s = get_proxy_method(ctx, &method, obj, JS_ATOM_getPrototypeOf);
if (!s)
return JS_EXCEPTION;
if (JS_IsUndefined(method))
return JS_GetPrototype(ctx, s->ta... | O3 | c | js_proxy_getPrototypeOf:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rdx, %rcx
movq %rsi, %rdx
movq %rdi, %r15
leaq 0x10(%rsp), %rsi
movl $0x60, %r8d
callq 0x3e9d6
movl $0x6, %ebx
testq %rax, %rax
je 0x23214
movq %rax, %r13
movq 0x18(%rsp), %rdx
cmpl $0x3, %edx
jne 0x23179
movq (%r13),... | js_proxy_getPrototypeOf:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 20h
mov rcx, rdx
mov rdx, rsi
mov r15, rdi
lea rsi, [rsp+48h+var_38]
mov r8d, 60h ; '`'
call get_proxy_method
mov ebx, 6
test rax, rax
jz loc_23214
mov r13, rax
mov rdx, [rsp+48h+... | unsigned long long js_proxy_getPrototypeOf(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long *proxy_method; // rax
long long *v13; /... | js_proxy_getPrototypeOf:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV RCX,RDX
MOV RDX,RSI
MOV R15,RDI
LEA RSI,[RSP + 0x10]
MOV R8D,0x60
CALL 0x0013e9d6
MOV EBX,0x6
TEST RAX,RAX
JZ 0x00123214
MOV R13,RAX
MOV RDX,qword ptr [RSP + 0x18]
CMP EDX,0x3
JNZ 0x00123179
MOV RSI,qword ptr [R13]
MOV RDX,qword ptr ... |
int1 [16] js_proxy_getPrototypeOf(long param_1,int8 param_2,int8 param_3)
{
int iVar1;
int8 uVar2;
uint uVar3;
long *plVar4;
int *piVar5;
int *piVar6;
long lVar7;
long lVar8;
uint uVar9;
int1 auVar10 [12];
int1 auVar11 [16];
int8 local_38;
int8 local_30;
plVar4 = (long *)get_proxy_meth... | |
5,118 | ftxui::Node::Render(ftxui::Screen&) | Andrewchistyakov[P]flashcards_lyc/build_O2/_deps/ftxui-src/src/ftxui/dom/node.cpp | void Node::Render(Screen& screen) {
for (auto& child : children_) {
child->Render(screen);
}
} | O2 | cpp | ftxui::Node::Render(ftxui::Screen&):
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq 0x8(%rdi), %r14
movq 0x10(%rdi), %r15
cmpq %r15, %r14
je 0x1f007
movq (%r14), %rdi
movq (%rdi), %rax
movq %rbx, %rsi
callq *0x20(%rax)
addq $0x10, %r14
jmp 0x1eff0
popq %rbx
popq %r14
popq %r15
retq
nop
| _ZN5ftxui4Node6RenderERNS_6ScreenE:
push r15
push r14
push rbx
mov rbx, rsi
mov r14, [rdi+8]
mov r15, [rdi+10h]
loc_1EFF0:
cmp r14, r15
jz short loc_1F007
mov rdi, [r14]
mov rax, [rdi]
mov rsi, rbx
call qword ptr [rax+20h]
add r14, 10h
jmp short loc_1EFF0
loc_1F007:
... | long long ftxui::Node::Render(ftxui::Node *this, ftxui::Screen *a2)
{
_QWORD *v2; // r14
_QWORD *v3; // r15
long long result; // rax
v2 = (_QWORD *)*((_QWORD *)this + 1);
v3 = (_QWORD *)*((_QWORD *)this + 2);
while ( v2 != v3 )
{
result = (*(long long ( **)(_QWORD, ftxui::Screen *))(*(_QWORD *)*v2 +... | Render:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV R14,qword ptr [RDI + 0x8]
MOV R15,qword ptr [RDI + 0x10]
LAB_0011eff0:
CMP R14,R15
JZ 0x0011f007
MOV RDI,qword ptr [R14]
MOV RAX,qword ptr [RDI]
MOV RSI,RBX
CALL qword ptr [RAX + 0x20]
ADD R14,0x10
JMP 0x0011eff0
LAB_0011f007:
POP RBX
POP R14
POP R15
RET
|
/* ftxui::Node::Render(ftxui::Screen&) */
void __thiscall ftxui::Node::Render(Node *this,Screen *param_1)
{
int8 *puVar1;
int8 *puVar2;
puVar1 = *(int8 **)(this + 0x10);
for (puVar2 = *(int8 **)(this + 8); puVar2 != puVar1; puVar2 = puVar2 + 2) {
(**(code **)(*(long *)*puVar2 + 0x20))((long *)*puVar2,... | |
5,119 | nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator... | 7CodeWizard[P]stablediffusion/thirdparty/json.hpp | bool scan_comment()
{
switch (get())
{
// single-line comments skip input until a newline or EOF is read
case '/':
{
while (true)
{
switch (get())
{
case '\n':
... | O0 | cpp | nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator... | _ZN8nlohmann16json_abi_v3_11_26detail5lexerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEEENS1_22iterator_input_adapterIPKcEEE12scan_commentEv:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov rdi, [rsp+28h+var_10]
mov [rsp+28h+var_2... | char nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>,nlohmann::json_abi_v3_11_2::detail::iterator_input_adapter<char const*>>::scan_comm... | scan_comment:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV RDI,qword ptr [RSP + 0x18]
MOV qword ptr [RSP + 0x8],RDI
CALL 0x001d4930
MOV ECX,EAX
MOV dword ptr [RSP + 0x14],ECX
SUB EAX,0x2a
JZ 0x001d3742
JMP 0x001d36f5
LAB_001d36f5:
MOV EAX,dword ptr [RSP + 0x14]
SUB EAX,0x2f
JNZ 0x001d37a5
JMP 0x001d3704
LAB_001d3704... |
/* nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> > >, nlohmann::json_abi_v3_11... | |
5,120 | nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator... | 7CodeWizard[P]stablediffusion/thirdparty/json.hpp | bool scan_comment()
{
switch (get())
{
// single-line comments skip input until a newline or EOF is read
case '/':
{
while (true)
{
switch (get())
{
case '\n':
... | O1 | cpp | nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator... | _ZN8nlohmann16json_abi_v3_11_26detail5lexerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEEENS1_22iterator_input_adapterIPKcEEE12scan_commentEv:
push rbp
push rbx
push rax
mov rbx, rdi
call _ZN8nlohmann16json_abi_v3_11_26detail5... | char nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>,nlohmann::json_abi_v3_11_2::detail::iterator_input_adapter<char const*>>::scan_comm... | |||
5,121 | nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator... | 7CodeWizard[P]stablediffusion/thirdparty/json.hpp | bool scan_comment()
{
switch (get())
{
// single-line comments skip input until a newline or EOF is read
case '/':
{
while (true)
{
switch (get())
{
case '\n':
... | O2 | cpp | nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator... | _ZN8nlohmann16json_abi_v3_11_26detail5lexerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEEENS1_22iterator_input_adapterIPKcEEE12scan_commentEv:
push rbp
push rbx
push rax
mov rbx, rdi
call _ZN8nlohmann16json_abi_v3_11_26detail5... | char nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>,nlohmann::json_abi_v3_11_2::detail::iterator_input_adapter<char const*>>::scan_comm... | scan_comment:
PUSH RBP
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x0014ec58
CMP EAX,0x2f
JZ 0x0014e54a
CMP EAX,0x2a
JNZ 0x0014e567
LAB_0014e51d:
MOV RDI,RBX
CALL 0x0014ec58
CMP EAX,0x2a
JZ 0x0014e533
INC EAX
CMP EAX,0x2
JNC 0x0014e51d
JMP 0x0014e570
LAB_0014e533:
MOV RDI,RBX
CALL 0x0014ec58
CMP EAX,0x2f
JZ 0x0014e563
MOV RDI,... |
/* nlohmann::json_abi_v3_11_2::detail::lexer<nlohmann::json_abi_v3_11_2::basic_json<std::map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> > >, nlohmann::json_abi_v3_11... | |
5,122 | testing::internal::UniversalPrinter<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::Print(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::ostream*) | giladroyz[P]FindPeaks/build_O0/_deps/googletest-src/googletest/include/gtest/gtest-printers.h | static void Print(const T& value, ::std::ostream* os) {
// By default, ::testing::internal::PrintTo() is used for printing
// the value.
//
// Thanks to Koenig look-up, if T is a class and has its own
// PrintTo() function defined in its namespace, that function will
// be visible here. Since i... | O0 | c | testing::internal::UniversalPrinter<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>::Print(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::ostream*):
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq ... | _ZN7testing8internal16UniversalPrinterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE5PrintERKS7_PSo:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
call _ZN7testing8internal7PrintToERKNSt7__cxx1112basic_strin... | long long testing::internal::UniversalPrinter<std::string>::Print(long long a1, long long a2)
{
return testing::internal::PrintTo(a1, a2);
}
| Print:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x10]
CALL 0x0015b550
ADD RSP,0x10
POP RBP
RET
|
/* testing::internal::UniversalPrinter<std::__cxx11::string >::Print(std::__cxx11::string const&,
std::ostream*) */
void testing::internal::UniversalPrinter<std::__cxx11::string>::Print
(string *param_1,ostream *param_2)
{
PrintTo(param_1,param_2);
return;
}
| |
5,123 | mi_calc_bin_pack_key_length | eloqsql/storage/myisam/mi_search.c | int
_mi_calc_bin_pack_key_length(MI_KEYDEF *keyinfo,uint nod_flag,uchar *next_key,
uchar *org_key, uchar *prev_key, uchar *key,
MI_KEY_PARAM *s_temp)
{
uint length,key_length,ref_length;
s_temp->totlength=key_length=_mi_keylength(keyinfo,key)+nod_flag;
#ifd... | O3 | c | mi_calc_bin_pack_key_length:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r9, %rbx
movq %r8, %r15
movq %rcx, %r12
movq %rdx, %r14
movl %esi, %r13d
movq %r9, %rsi
callq 0x8577c
addl %r13d, %eax
movq 0x10(%rbp), %r13
movl %eax, 0x10(%r13)
movq %rbx, 0x20(%r13)
movq %r... | _mi_calc_bin_pack_key_length:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, r9
mov r15, r8
mov r12, rcx
mov r14, rdx
mov r13d, esi
mov rsi, r9
call _mi_keylength
add eax, r13d
mov r13, [rbp+arg_0]
mov [r13+10h], eax
m... | long long mi_calc_bin_pack_key_length(
long long a1,
int a2,
unsigned __int8 *a3,
_BYTE *a4,
_BYTE *a5,
unsigned __int8 *a6,
long long a7)
{
int v11; // eax
int v12; // edx
_BYTE *v13; // rsi
unsigned __int8 *v14; // rdi
int v15; // edx
bool v16; // c... | _mi_calc_bin_pack_key_length:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,R9
MOV R15,R8
MOV R12,RCX
MOV R14,RDX
MOV R13D,ESI
MOV RSI,R9
CALL 0x0018577c
ADD EAX,R13D
MOV R13,qword ptr [RBP + 0x10]
MOV dword ptr [R13 + 0x10],EAX
MOV qword ptr [R13 + 0x20],RBX
MOV qword ptr [R13 + 0x... |
int _mi_calc_bin_pack_key_length
(int8 param_1,int param_2,byte *param_3,char *param_4,char *param_5,
char *param_6,uint *param_7)
{
char *pcVar1;
long lVar2;
long lVar3;
int iVar4;
uint uVar5;
int iVar6;
int iVar7;
uint uVar8;
int iVar9;
long lVar10;
long lVar11;
c... | |
5,124 | trnman_init_tmp_trn_for_logging_trid | eloqsql/storage/maria/trnman.c | void trnman_init_tmp_trn_for_logging_trid(TRN *trn)
{
*trn= dummy_transaction_object;
/* Avoid logging short_id */
trn->short_id= 1;
/* Trid gets logged in translog_write_record */
trn->first_undo_lsn= 0;
/* Get next free trid */
trn->trid= trnman_get_min_safe_trid();
} | O3 | c | trnman_init_tmp_trn_for_logging_trid:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x3a2317(%rip), %rsi # 0x405d90
movl $0xb0, %edx
callq 0x2a0a0
movw $0x1, 0xac(%rbx)
movq $0x0, 0xa0(%rbx)
callq 0x63f83
movq %rax, 0x78(%rbx)
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
| trnman_init_tmp_trn_for_logging_trid:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
lea rsi, dummy_transaction_object
mov edx, 0B0h
call _memcpy
mov word ptr [rbx+0ACh], 1
mov qword ptr [rbx+0A0h], 0
call trnman_get_min_safe_trid
mov [rbx+78h], rax
add rsp, 8
pop ... | long long trnman_init_tmp_trn_for_logging_trid(long long a1)
{
long long result; // rax
memcpy(a1, dummy_transaction_object, 176LL);
*(_WORD *)(a1 + 172) = 1;
*(_QWORD *)(a1 + 160) = 0LL;
result = trnman_get_min_safe_trid(a1);
*(_QWORD *)(a1 + 120) = result;
return result;
}
| trnman_init_tmp_trn_for_logging_trid:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RSI,[0x505d90]
MOV EDX,0xb0
CALL 0x0012a0a0
MOV word ptr [RBX + 0xac],0x1
MOV qword ptr [RBX + 0xa0],0x0
CALL 0x00163f83
MOV qword ptr [RBX + 0x78],RAX
ADD RSP,0x8
POP RBX
POP RBP
RET
|
void trnman_init_tmp_trn_for_logging_trid(void *param_1)
{
int8 uVar1;
memcpy(param_1,dummy_transaction_object,0xb0);
*(int2 *)((long)param_1 + 0xac) = 1;
*(int8 *)((long)param_1 + 0xa0) = 0;
uVar1 = trnman_get_min_safe_trid();
*(int8 *)((long)param_1 + 0x78) = uVar1;
return;
}
| |
5,125 | vsort_is_nearly_sorted_int | davidesantangelo[P]vsort/vsort.c | static bool vsort_is_nearly_sorted_int(const int *arr, int size)
{
if (size < 20)
return false; // Too small to reliably tell
int inversions = 0;
// Sample about 5% of the array, max 100 samples
int sample_size = VSORT_MIN(100, VSORT_MAX(10, size / 20));
int step = VSORT_MAX(1, size / sampl... | O0 | c | vsort_is_nearly_sorted_int:
movq %rdi, -0x10(%rsp)
movl %esi, -0x14(%rsp)
cmpl $0x14, -0x14(%rsp)
jge 0x25ea
movb $0x0, -0x1(%rsp)
jmp 0x275f
movl $0x0, -0x18(%rsp)
movl -0x14(%rsp), %eax
movl $0x14, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl $0xa, %eax
cmpl %ecx, %eax
jle 0x2614
movl $0xa, %eax
movl %eax, -0x30(%rsp)
j... | vsort_is_nearly_sorted_int:
mov [rsp+var_10], rdi
mov [rsp+var_14], esi
cmp [rsp+var_14], 14h
jge short loc_25EA
mov [rsp+var_1], 0
jmp loc_275F
loc_25EA:
mov [rsp+var_18], 0
mov eax, [rsp+var_14]
mov ecx, 14h
cdq
idiv ecx
mov ecx, eax
mov eax, 0Ah
cmp eax, ecx
jle ... | bool vsort_is_nearly_sorted_int(long long a1, int a2)
{
bool v3; // [rsp+1h] [rbp-3Dh]
int v4; // [rsp+2h] [rbp-3Ch]
int v5; // [rsp+6h] [rbp-38h]
int v6; // [rsp+Ah] [rbp-34h]
int v7; // [rsp+Eh] [rbp-30h]
int v8; // [rsp+12h] [rbp-2Ch]
int v9; // [rsp+16h] [rbp-28h]
int v10; // [rsp+26h] [rbp-18h]
... | vsort_is_nearly_sorted_int:
MOV qword ptr [RSP + -0x10],RDI
MOV dword ptr [RSP + -0x14],ESI
CMP dword ptr [RSP + -0x14],0x14
JGE 0x001025ea
MOV byte ptr [RSP + -0x1],0x0
JMP 0x0010275f
LAB_001025ea:
MOV dword ptr [RSP + -0x18],0x0
MOV EAX,dword ptr [RSP + -0x14]
MOV ECX,0x14
CDQ
IDIV ECX
MOV ECX,EAX
MOV EAX,0xa
CMP EAX... |
int1 [16] vsort_is_nearly_sorted_int(long param_1,int param_2,ulong param_3)
{
bool bVar1;
uint3 uVar2;
ulong in_RAX;
int1 auVar3 [16];
int4 local_3c;
int4 local_38;
int4 local_34;
int4 local_30;
int4 local_2c;
int4 local_28;
int4 local_18;
int1 local_1;
if (param_2 < 0x14) {
local_1... | |
5,126 | testing::internal::MutexBase::Unlock() | giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/include/gtest/internal/gtest-port.h | void Unlock() {
// Since the lock is being released the owner_ field should no longer be
// considered valid. We don't protect writing to has_owner_ here, as it's
// the caller's responsibility to ensure that the current thread holds the
// mutex when this is called.
has_owner_ = false;
GTEST_CH... | O3 | c | testing::internal::MutexBase::Unlock():
pushq %rbx
subq $0x10, %rsp
movb $0x0, 0x28(%rdi)
callq 0x83a0
testl %eax, %eax
je 0x36e09
movl %eax, %ebx
leaq 0xd28d(%rip), %rdx # 0x4403a
leaq 0xc(%rsp), %rdi
movl $0x3, %esi
movl $0x6a6, %ecx # imm = 0x6A6
callq 0x16b08
movq 0x22220(%rip), %rdi # 0x58fe8
l... | _ZN7testing8internal9MutexBase6UnlockEv:
push rbx
sub rsp, 10h
mov byte ptr [rdi+28h], 0
call _pthread_mutex_unlock
test eax, eax
jz short loc_36E09
mov ebx, eax
lea rdx, aWorkspaceLlm4b_5; "/workspace/llm4binary/github/2025_star3"...
lea rdi, [rsp+18h+var_C]
mov esi, 3
mov ecx... | void testing::internal::MutexBase::Unlock(testing::internal::MutexBase *this)
{
unsigned int v1; // eax
unsigned int v2; // ebx
long long v3; // rdx
long long v4; // rcx
_DWORD v5[3]; // [rsp+Ch] [rbp-Ch] BYREF
*((_BYTE *)this + 40) = 0;
v1 = pthread_mutex_unlock();
if ( v1 )
{
v2 = v1;
test... | Unlock:
PUSH RBX
SUB RSP,0x10
MOV byte ptr [RDI + 0x28],0x0
CALL 0x001083a0
TEST EAX,EAX
JZ 0x00136e09
MOV EBX,EAX
LEA RDX,[0x14403a]
LEA RDI,[RSP + 0xc]
MOV ESI,0x3
MOV ECX,0x6a6
CALL 0x00116b08
LAB_00136dc1:
MOV RDI,qword ptr [0x00158fe8]
LEA RSI,[0x1440f4]
MOV EDX,0x1d
CALL 0x001085b0
MOV RDI,qword ptr [0x00158fe8]
... |
/* testing::internal::MutexBase::Unlock() */
void __thiscall testing::internal::MutexBase::Unlock(MutexBase *this)
{
int iVar1;
GTestLog local_c [4];
this[0x28] = (MutexBase)0x0;
iVar1 = pthread_mutex_unlock((pthread_mutex_t *)this);
if (iVar1 != 0) {
GTestLog::GTestLog(local_c,3,
... | |
5,127 | 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 0x2b65f
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
callq 0x26970
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_2B65F
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(int a1, int a2, long long a3, long long a4, long long a5, int a6)
{
_DWORD *v6; // rax
int v7; // r9d
if ( !a2 )
{
v6 = (_DWORD *)my_thread_var();
my_error(20, 2116, a1, *v6, 60, v7);
}
if ( !(a2 % 10) )
my_printf_error(20, (unsigned int)"Retry in %d secs. Message... | 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 0x0012b65f
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x18],RAX
CALL 0x00126970
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... | |
5,128 | my_block_write | eloqsql/mysys/mf_iocache.c | int my_block_write(IO_CACHE *info, const uchar *Buffer, size_t Count,
my_off_t pos)
{
size_t length;
int error=0;
/*
Assert that we cannot come here with a shared cache. If we do one
day, we might need to add a call to copy_to_read_buffer().
*/
DBUG_ASSERT(!info->share);
DBUG_ASSERT(!(info->my... | O0 | c | my_block_write:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movl $0x0, -0x34(%rbp)
jmp 0xb8ab1
jmp 0xb8ab3
jmp 0xb8ab5
movq -0x28(%rbp), %rax
movq -0x10(%rbp), %rcx
cmpq (%rcx), %rax
jae 0xb8ba6
movq -0x28(%rbp), %rax
addq -0x20... | my_block_write:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_34], 0
jmp short $+2
loc_B8AB1:
jmp short $+2
loc_B8AB3:
jmp short $+2
loc_B8AB5:
mov rax, [rbp+var_28]
mov rcx, [rbp... | long long my_block_write(long long a1, long long a2, unsigned long long a3, unsigned long long a4)
{
unsigned long long v5; // [rsp+10h] [rbp-40h]
unsigned int v6; // [rsp+1Ch] [rbp-34h]
long long v7; // [rsp+20h] [rbp-30h]
long long v8; // [rsp+20h] [rbp-30h]
unsigned long long v9; // [rsp+20h] [rbp-30h]
... | my_block_write:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV dword ptr [RBP + -0x34],0x0
JMP 0x001b8ab1
LAB_001b8ab1:
JMP 0x001b8ab3
LAB_001b8ab3:
JMP 0x001b8ab5
LAB_001b8ab5:
MOV RAX,qword ptr [RBP ... |
int4 my_block_write(ulong *param_1,void *param_2,ulong param_3,ulong param_4)
{
int4 uVar1;
int iVar2;
long lVar3;
int4 local_3c;
size_t local_38;
ulong local_30;
ulong local_28;
void *local_20;
local_3c = 0;
local_30 = param_4;
local_28 = param_3;
local_20 = param_2;
if (param_4 < *param... | |
5,129 | llama_grammar_reject_candidates_for_stack(std::vector<std::vector<llama_grammar_element, std::allocator<llama_grammar_element>>, std::allocator<std::vector<llama_grammar_element, std::allocator<llama_grammar_element>>>> const&, std::vector<llama_grammar_element const*, std::allocator<llama_grammar_element const*>> cons... | monkey531[P]llama/src/llama-grammar.cpp | llama_grammar_candidates llama_grammar_reject_candidates_for_stack(
const llama_grammar_rules & rules,
const llama_grammar_stack & stack,
const llama_grammar_candidates & candidates) {
llama_grammar_candidates rejects;
rejects.reserve(candidates.size());
if (stack.empty()... | O3 | cpp | llama_grammar_reject_candidates_for_stack(std::vector<std::vector<llama_grammar_element, std::allocator<llama_grammar_element>>, std::allocator<std::vector<llama_grammar_element, std::allocator<llama_grammar_element>>>> const&, std::vector<llama_grammar_element const*, std::allocator<llama_grammar_element const*>> cons... | _Z41llama_grammar_reject_candidates_for_stackRKSt6vectorIS_I21llama_grammar_elementSaIS0_EESaIS2_EERKS_IPKS0_SaIS8_EERKS_I23llama_grammar_candidateSaISD_EE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov rbp, rcx
mov r15, rdx
mov rbx, rdi
xorps xmm0, xmm0
movu... | long long llama_grammar_reject_candidates_for_stack(long long a1, _QWORD *a2, _QWORD *a3, long long *a4)
{
long long v8; // rax
int *v9; // r12
long long v10; // r13
long long v11; // rbp
unsigned int v12; // esi
_OWORD *v13; // rsi
long long v14; // rsi
int v15; // edi
unsigned long long v16; // r8
... | llama_grammar_reject_candidates_for_stack:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV RBP,RCX
MOV R15,RDX
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
MOV qword ptr [RDI + 0x10],0x0
MOV RAX,qword ptr [RCX + 0x8]
SUB RAX,qword ptr [RCX]
MOV R14,RSI
SAR RAX,0x3
MOV R13,-0x55555555... |
/* llama_grammar_reject_candidates_for_stack(std::vector<std::vector<llama_grammar_element,
std::allocator<llama_grammar_element> >, std::allocator<std::vector<llama_grammar_element,
std::allocator<llama_grammar_element> > > > const&, std::vector<llama_grammar_element const*,
std::allocator<llama_grammar_elem... | |
5,130 | google::protobuf::Split[abi:cxx11](google::protobuf::stringpiece_internal::StringPiece, char const*, bool) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/stubs/strutil.h | inline std::vector<std::string> Split(StringPiece full, const char* delim,
bool skip_empty = true) {
std::vector<std::string> result;
if (skip_empty) {
SplitStringUsing(full, delim, &result);
} else {
SplitStringAllowEmpty(full, delim, &result);
}
return result;
} | O0 | c | google::protobuf::Split[abi:cxx11](google::protobuf::stringpiece_internal::StringPiece, char const*, bool):
subq $0x68, %rsp
movq %rdi, (%rsp)
movb %r8b, %al
movq %rdi, %r8
movq %r8, 0x8(%rsp)
movq %rdi, 0x60(%rsp)
movq %rsi, 0x50(%rsp)
movq %rdx, 0x58(%rsp)
movq %rcx, 0x48(%rsp)
andb $0x1, %al
movb %al, 0x47(%rsp)
mov... | _ZN6google8protobuf5SplitB5cxx11ENS0_20stringpiece_internal11StringPieceEPKcb:
sub rsp, 68h
mov [rsp+68h+var_68], rdi
mov al, r8b
mov r8, rdi
mov [rsp+68h+var_60], r8
mov [rsp+68h+var_8], rdi
mov qword ptr [rsp+68h+var_18], rsi
mov qword ptr [rsp+68h+var_18+8], rdx
mov [rsp+68h+var_2... | long long google::protobuf::Split[abi:cxx11](long long a1, long long a2, long long a3, long long a4, char a5)
{
char v6; // [rsp+47h] [rbp-21h]
v6 = a5 & 1;
std::vector<std::string>::vector(a1);
if ( (v6 & 1) != 0 )
google::protobuf::SplitStringUsing(a2, a3, a4, a1);
else
google::protobuf::SplitStri... | Split[abi:cxx11]:
SUB RSP,0x68
MOV qword ptr [RSP],RDI
MOV AL,R8B
MOV R8,RDI
MOV qword ptr [RSP + 0x8],R8
MOV qword ptr [RSP + 0x60],RDI
MOV qword ptr [RSP + 0x50],RSI
MOV qword ptr [RSP + 0x58],RDX
MOV qword ptr [RSP + 0x48],RCX
AND AL,0x1
MOV byte ptr [RSP + 0x47],AL
MOV byte ptr [RSP + 0x46],0x0
CALL 0x001147e0
TEST... |
/* WARNING: Removing unreachable block (ram,0x00181e5f) */
/* google::protobuf::Split[abi:cxx11](google::protobuf::stringpiece_internal::StringPiece, char
const*, bool) */
vector<std::__cxx11::string,std::allocator<std::__cxx11::string>> *
google::protobuf::Split_abi_cxx11_
(vector<std::__cxx11::string,s... | |
5,131 | freeze_size | eloqsql/mysys/array.c | void freeze_size(DYNAMIC_ARRAY *array)
{
uint elements;
/*
Do nothing if we are using a static buffer
*/
if (array->malloc_flags & MY_INIT_BUFFER_USED)
return;
elements= MY_MAX(array->elements, 1);
if (array->buffer && array->max_element > elements)
{
array->buffer=(uchar*) my_realloc(array-... | O0 | c | freeze_size:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq 0x20(%rax), %rax
andq $0x100, %rax # imm = 0x100
cmpq $0x0, %rax
je 0x3fd52
jmp 0x3fdd0
movq -0x8(%rbp), %rax
cmpl $0x1, 0x8(%rax)
jbe 0x3fd68
movq -0x8(%rbp), %rax
movl 0x8(%rax), %eax
movl %eax, -0x10(... | freeze_size:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rax, [rax+20h]
and rax, 100h
cmp rax, 0
jz short loc_3FD52
jmp short loc_3FDD0
loc_3FD52:
mov rax, [rbp+var_8]
cmp dword ptr [rax+8], 1
jbe short loc_3FD68
mov rax, [rbp+... | long long freeze_size(long long a1)
{
long long result; // rax
unsigned int v2; // [rsp+0h] [rbp-10h]
result = *(_QWORD *)(a1 + 32) & 0x100LL;
if ( !result )
{
if ( *(_DWORD *)(a1 + 8) <= 1u )
v2 = 1;
else
v2 = *(_DWORD *)(a1 + 8);
result = a1;
if ( *(_QWORD *)a1 )
{
re... | freeze_size:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x20]
AND RAX,0x100
CMP RAX,0x0
JZ 0x0013fd52
JMP 0x0013fdd0
LAB_0013fd52:
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr [RAX + 0x8],0x1
JBE 0x0013fd68
MOV RAX,qword ptr [RBP + -0x8]
MOV ... |
void freeze_size(long *param_1)
{
long lVar1;
uint local_18;
if ((param_1[4] & 0x100U) == 0) {
if (*(uint *)(param_1 + 1) < 2) {
local_18 = 1;
}
else {
local_18 = *(uint *)(param_1 + 1);
}
if ((*param_1 != 0) && (local_18 < *(uint *)((long)param_1 + 0xc))) {
lVar1 = my_r... | |
5,132 | test_pad::build_graph(ggml_context*) | llama.cpp/tests/test-backend-ops.cpp | ggml_tensor * build_graph(ggml_context * ctx) override {
ggml_tensor * a = ggml_new_tensor(ctx, type, 4, ne_a.data());
ggml_set_name(a, "a");
ggml_tensor * out = ggml_pad(ctx, a, pad_0, pad_1, 0, 0);
ggml_set_name(out, "out");
return out;
} | O3 | cpp | test_pad::build_graph(ggml_context*):
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
movl 0x38(%rdi), %esi
leaq 0x40(%rdi), %rcx
movq %rbx, %rdi
movl $0x4, %edx
callq 0x1cbe0
movq %rax, %r15
movq %r14, %rdi
movq %rbx, %rsi
callq 0x2cc20
leaq 0x150be(%rip), %rsi # 0x690c4
movq %r15, %rdi
callq 0x1c... | _ZN8test_pad11build_graphEP12ggml_context:
push r15
push r14
push rbx
mov rbx, rsi
mov r14, rdi
mov esi, [rdi+38h]
lea rcx, [rdi+40h]
mov rdi, rbx
mov edx, 4
call _ggml_new_tensor
mov r15, rax
mov rdi, r14
mov rsi, rbx
call _ZN9test_case12add_sentinelEP12ggml_context; ... | long long test_pad::build_graph(unsigned int *a1, long long a2)
{
long long v2; // r15
long long v3; // rbx
v2 = ggml_new_tensor(a2, a1[14], 4LL);
test_case::add_sentinel((long long)a1, a2);
ggml_set_name(v2, "a");
v3 = ggml_pad(a2, v2, a1[24], a1[25], 0LL, 0LL);
ggml_set_name(v3, "out");
return v3;
}... | build_graph:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
MOV ESI,dword ptr [RDI + 0x38]
LEA RCX,[RDI + 0x40]
MOV RDI,RBX
MOV EDX,0x4
CALL 0x0011cbe0
MOV R15,RAX
MOV RDI,R14
MOV RSI,RBX
CALL 0x0012cc20
LEA RSI,[0x1690c4]
MOV RDI,R15
CALL 0x0011c690
MOV EDX,dword ptr [R14 + 0x60]
MOV ECX,dword ptr [R14 + 0x64]
MOV... |
/* test_pad::build_graph(ggml_context*) */
int8 __thiscall test_pad::build_graph(test_pad *this,ggml_context *param_1)
{
int8 uVar1;
uVar1 = ggml_new_tensor(param_1,*(int4 *)(this + 0x38),4,this + 0x40);
test_case::add_sentinel((test_case *)this,param_1);
ggml_set_name(uVar1,"a");
uVar1 = ggml_pad(param... | |
5,133 | lunasvg::SVGMarkerElement::markerTransform(lunasvg::Point const&, float, float) const | dmazzella[P]pylunasvg/lunasvg/source/svgelement.cpp | Transform SVGMarkerElement::markerTransform(const Point& origin, float angle, float strokeWidth) const
{
auto transform = Transform::translated(origin.x, origin.y);
if(m_orient.orientType() == SVGAngle::OrientType::Angle) {
transform.rotate(m_orient.value());
} else {
transform.rotate(angle)... | O0 | cpp | lunasvg::SVGMarkerElement::markerTransform(lunasvg::Point const&, float, float) const:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %rdi, -0x78(%rbp)
movq %rdi, -0x70(%rbp)
movq %rsi, -0x8(%rbp)
movq %rdx, -0x10(%rbp)
movss %xmm0, -0x14(%rbp)
movss %xmm1, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x68(%rbp)
mov... | _ZNK7lunasvg16SVGMarkerElement15markerTransformERKNS_5PointEff:
push rbp
mov rbp, rsp
sub rsp, 90h
mov [rbp+var_78], rdi
mov [rbp+var_70], rdi
mov [rbp+var_8], rsi
mov [rbp+var_10], rdx
movss [rbp+var_14], xmm0
movss [rbp+var_18], xmm1
mov rax, [rbp+var_8]
mov [rbp+var_68], rax
mo... | lunasvg::SVGMarkerElement * lunasvg::SVGMarkerElement::markerTransform(
lunasvg::SVGMarkerElement *this,
const lunasvg::Point *a2,
float a3,
float a4,
float *a5)
{
float v5; // xmm0_4
double v6; // xmm0_8
double v7; // xmm0_8
double v9; // [rsp+30h] [rbp-60h] BYREF
doub... | markerTransform:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV qword ptr [RBP + -0x78],RDI
MOV qword ptr [RBP + -0x70],RDI
MOV qword ptr [RBP + -0x8],RSI
MOV qword ptr [RBP + -0x10],RDX
MOVSS dword ptr [RBP + -0x14],XMM0
MOVSS dword ptr [RBP + -0x18],XMM1
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x68],RAX
MOV RAX,q... |
/* lunasvg::SVGMarkerElement::markerTransform(lunasvg::Point const&, float, float) const */
Point * lunasvg::SVGMarkerElement::markerTransform(Point *param_1,float param_2,float param_3)
{
char cVar1;
int iVar2;
float *in_RDX;
SVGMarkerElement *in_RSI;
float fVar3;
int8 local_68;
int8 local_60;
int8 ... | |
5,134 | lunasvg::SVGMarkerElement::markerTransform(lunasvg::Point const&, float, float) const | dmazzella[P]pylunasvg/lunasvg/source/svgelement.cpp | Transform SVGMarkerElement::markerTransform(const Point& origin, float angle, float strokeWidth) const
{
auto transform = Transform::translated(origin.x, origin.y);
if(m_orient.orientType() == SVGAngle::OrientType::Angle) {
transform.rotate(m_orient.value());
} else {
transform.rotate(angle)... | O1 | cpp | lunasvg::SVGMarkerElement::markerTransform(lunasvg::Point const&, float, float) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movss %xmm1, 0x14(%rsp)
movss %xmm0, (%rsp)
movq %rsi, %r14
movq %rdi, %rbx
movss (%rdx), %xmm0
movss 0x4(%rdx), %xmm1
leaq 0x40(%rsp), %r15
movq %r15... | _ZNK7lunasvg16SVGMarkerElement15markerTransformERKNS_5PointEff:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
movss [rsp+88h+var_74], xmm1
movss dword ptr [rsp+88h+var_88], xmm0
mov r14, rsi
mov rbx, rdi
movss xmm0, dword ptr [rdx]; float
movss xmm1, dword ptr ... | long long lunasvg::SVGMarkerElement::markerTransform(long long a1, long long a2, float *a3, __m128 a4, float a5)
{
__m128 v5; // xmm2
__m128 v7; // [rsp+0h] [rbp-88h]
__m128 v8; // [rsp+0h] [rbp-88h]
long long v9; // [rsp+18h] [rbp-70h] BYREF
char v10; // [rsp+20h] [rbp-68h]
long long v11; // [rsp+28h] [rb... | markerTransform:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOVSS dword ptr [RSP + 0x14],XMM1
MOVSS dword ptr [RSP],XMM0
MOV R14,RSI
MOV RBX,RDI
MOVSS XMM0,dword ptr [RDX]
MOVSS XMM1,dword ptr [RDX + 0x4]
LEA R15,[RSP + 0x40]
MOV RDI,R15
CALL 0x0010c9dc
CMP dword ptr [R14 + 0x128],0x2
JZ 0x00111... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* lunasvg::SVGMarkerElement::markerTransform(lunasvg::Point const&, float, float) const */
Point * lunasvg::SVGMarkerElement::markerTransform(Point *param_1,float param_2,float param_3)
{
float *in_RDX;
long in_RSI;
int4 uVar... | |
5,135 | GetMonitorRefreshRate | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/platforms/rcore_desktop_glfw.c | int GetMonitorRefreshRate(int monitor)
{
int refresh = 0;
int monitorCount = 0;
GLFWmonitor **monitors = glfwGetMonitors(&monitorCount);
if ((monitor >= 0) && (monitor < monitorCount))
{
const GLFWvidmode *vidmode = glfwGetVideoMode(monitors[monitor]);
refresh = vidmode->refreshRate... | O0 | c | GetMonitorRefreshRate:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x4(%rbp)
movl $0x0, -0x8(%rbp)
movl $0x0, -0xc(%rbp)
leaq -0xc(%rbp), %rdi
callq 0x18ab10
movq %rax, -0x18(%rbp)
cmpl $0x0, -0x4(%rbp)
jl 0xca3e5
movl -0x4(%rbp), %eax
cmpl -0xc(%rbp), %eax
jge 0xca3e5
movq -0x18(%rbp), %rax
movslq -0x4(%rb... | GetMonitorRefreshRate:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], edi
mov [rbp+var_8], 0
mov [rbp+var_C], 0
lea rdi, [rbp+var_C]
call glfwGetMonitors
mov [rbp+var_18], rax
cmp [rbp+var_4], 0
jl short loc_CA3E5
mov eax, [rbp+var_4]
cmp eax, [rbp+var_C]
jge ... | long long GetMonitorRefreshRate(int a1)
{
int v1; // edx
int v2; // ecx
int v3; // r8d
int v4; // r9d
long long Monitors; // [rsp+8h] [rbp-18h]
int v7; // [rsp+14h] [rbp-Ch] BYREF
unsigned int v8; // [rsp+18h] [rbp-8h]
int v9; // [rsp+1Ch] [rbp-4h]
v9 = a1;
v8 = 0;
v7 = 0;
Monitors = glfwGetMo... | GetMonitorRefreshRate:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],EDI
MOV dword ptr [RBP + -0x8],0x0
MOV dword ptr [RBP + -0xc],0x0
LEA RDI,[RBP + -0xc]
CALL 0x0028ab10
MOV qword ptr [RBP + -0x18],RAX
CMP dword ptr [RBP + -0x4],0x0
JL 0x001ca3e5
MOV EAX,dword ptr [RBP + -0x4]
CMP EAX,dword ptr [RBP + ... |
int4 GetMonitorRefreshRate(int param_1)
{
long lVar1;
int local_14;
int4 local_10;
int local_c;
local_10 = 0;
local_14 = 0;
local_c = param_1;
lVar1 = glfwGetMonitors(&local_14);
if ((local_c < 0) || (local_14 <= local_c)) {
TraceLog(4,"GLFW: Failed to find selected monitor");
}
else {
... | |
5,136 | GetMonitorRefreshRate | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/platforms/rcore_desktop_glfw.c | int GetMonitorRefreshRate(int monitor)
{
int refresh = 0;
int monitorCount = 0;
GLFWmonitor **monitors = glfwGetMonitors(&monitorCount);
if ((monitor >= 0) && (monitor < monitorCount))
{
const GLFWvidmode *vidmode = glfwGetVideoMode(monitors[monitor]);
refresh = vidmode->refreshRate... | O1 | c | GetMonitorRefreshRate:
pushq %rbx
subq $0x10, %rsp
movl %edi, %ebx
leaq 0xc(%rsp), %rdi
movl $0x0, (%rdi)
callq 0xc4b46
testl %ebx, %ebx
js 0x73c24
cmpl %ebx, 0xc(%rsp)
jle 0x73c24
movl %ebx, %ecx
movq (%rax,%rcx,8), %rdi
callq 0xc4f2f
movl 0x14(%rax), %ebx
jmp 0x73c39
leaq 0x71c5f(%rip), %rsi # 0xe588a
xorl %ebx, ... | GetMonitorRefreshRate:
push rbx
sub rsp, 10h
mov ebx, edi
lea rdi, [rsp+18h+var_C]
mov dword ptr [rdi], 0
call glfwGetMonitors
test ebx, ebx
js short loc_73C24
cmp [rsp+18h+var_C], ebx
jle short loc_73C24
mov ecx, ebx
mov rdi, [rax+rcx*8]
call glfwGetVideoMode
mov eb... | long long GetMonitorRefreshRate(int a1)
{
long long Monitors; // rax
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
unsigned int v6; // ebx
int v8[3]; // [rsp+Ch] [rbp-Ch] BYREF
v8[0] = 0;
Monitors = glfwGetMonitors(v8);
if ( a1 < 0 || v8[0] <= a1 )
{
v6 = 0;
TraceLog(4, (un... | GetMonitorRefreshRate:
PUSH RBX
SUB RSP,0x10
MOV EBX,EDI
LEA RDI,[RSP + 0xc]
MOV dword ptr [RDI],0x0
CALL 0x001c4b46
TEST EBX,EBX
JS 0x00173c24
CMP dword ptr [RSP + 0xc],EBX
JLE 0x00173c24
MOV ECX,EBX
MOV RDI,qword ptr [RAX + RCX*0x8]
CALL 0x001c4f2f
MOV EBX,dword ptr [RAX + 0x14]
JMP 0x00173c39
LAB_00173c24:
LEA RSI,[... |
int4 GetMonitorRefreshRate(uint param_1)
{
long lVar1;
int4 uVar2;
lVar1 = glfwGetMonitors();
if (((int)param_1 < 0) || (-1 < (int)param_1)) {
uVar2 = 0;
TraceLog(4,"GLFW: Failed to find selected monitor");
}
else {
lVar1 = glfwGetVideoMode(*(int8 *)(lVar1 + (ulong)param_1 * 8));
uVar2 ... | |
5,137 | GetMonitorRefreshRate | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/platforms/rcore_desktop_glfw.c | int GetMonitorRefreshRate(int monitor)
{
int refresh = 0;
int monitorCount = 0;
GLFWmonitor **monitors = glfwGetMonitors(&monitorCount);
if ((monitor >= 0) && (monitor < monitorCount))
{
const GLFWvidmode *vidmode = glfwGetVideoMode(monitors[monitor]);
refresh = vidmode->refreshRate... | O2 | c | GetMonitorRefreshRate:
pushq %rbx
subq $0x10, %rsp
movl %edi, %ebx
leaq 0xc(%rsp), %rdi
andl $0x0, (%rdi)
callq 0xa6017
testl %ebx, %ebx
js 0x5ee57
cmpl %ebx, 0xc(%rsp)
jle 0x5ee57
movl %ebx, %ecx
movq (%rax,%rcx,8), %rdi
callq 0xa63dc
movl 0x14(%rax), %ebx
jmp 0x5ee6a
leaq 0x66c2c(%rip), %rsi # 0xc5a8a
xorl %ebx, ... | GetMonitorRefreshRate:
push rbx
sub rsp, 10h
mov ebx, edi
lea rdi, [rsp+18h+var_C]
and dword ptr [rdi], 0
call glfwGetMonitors
test ebx, ebx
js short loc_5EE57
cmp [rsp+18h+var_C], ebx
jle short loc_5EE57
mov ecx, ebx
mov rdi, [rax+rcx*8]
call glfwGetVideoMode
mov eb... | long long GetMonitorRefreshRate(int a1)
{
long long Monitors; // rax
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
unsigned int v6; // ebx
int v8[3]; // [rsp+Ch] [rbp-Ch] BYREF
v8[0] = 0;
Monitors = glfwGetMonitors(v8);
if ( a1 < 0 || v8[0] <= a1 )
{
v6 = 0;
TraceLog(4, (un... | GetMonitorRefreshRate:
PUSH RBX
SUB RSP,0x10
MOV EBX,EDI
LEA RDI,[RSP + 0xc]
AND dword ptr [RDI],0x0
CALL 0x001a6017
TEST EBX,EBX
JS 0x0015ee57
CMP dword ptr [RSP + 0xc],EBX
JLE 0x0015ee57
MOV ECX,EBX
MOV RDI,qword ptr [RAX + RCX*0x8]
CALL 0x001a63dc
MOV EBX,dword ptr [RAX + 0x14]
JMP 0x0015ee6a
LAB_0015ee57:
LEA RSI,[... |
int4 GetMonitorRefreshRate(uint param_1)
{
long lVar1;
int4 uVar2;
lVar1 = glfwGetMonitors();
if (((int)param_1 < 0) || (-1 < (int)param_1)) {
uVar2 = 0;
TraceLog(4,"GLFW: Failed to find selected monitor");
}
else {
lVar1 = glfwGetVideoMode(*(int8 *)(lVar1 + (ulong)param_1 * 8));
uVar2 ... | |
5,138 | GetMonitorRefreshRate | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/platforms/rcore_desktop_glfw.c | int GetMonitorRefreshRate(int monitor)
{
int refresh = 0;
int monitorCount = 0;
GLFWmonitor **monitors = glfwGetMonitors(&monitorCount);
if ((monitor >= 0) && (monitor < monitorCount))
{
const GLFWvidmode *vidmode = glfwGetVideoMode(monitors[monitor]);
refresh = vidmode->refreshRate... | O3 | c | GetMonitorRefreshRate:
pushq %rbx
subq $0x10, %rsp
movl %edi, %ebx
leaq 0xc(%rsp), %rdi
movl $0x0, (%rdi)
callq 0xbf07a
testl %ebx, %ebx
js 0x7042f
cmpl %ebx, 0xc(%rsp)
jle 0x7042f
movl %ebx, %ecx
movq (%rax,%rcx,8), %rdi
callq 0xbf463
movl 0x14(%rax), %ebx
jmp 0x70444
leaq 0x6f4cc(%rip), %rsi # 0xdf902
xorl %ebx, ... | GetMonitorRefreshRate:
push rbx
sub rsp, 10h
mov ebx, edi
lea rdi, [rsp+18h+var_C]
mov dword ptr [rdi], 0
call glfwGetMonitors
test ebx, ebx
js short loc_7042F
cmp [rsp+18h+var_C], ebx
jle short loc_7042F
mov ecx, ebx
mov rdi, [rax+rcx*8]
call glfwGetVideoMode
mov eb... | long long GetMonitorRefreshRate(int a1)
{
long long Monitors; // rax
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
unsigned int v6; // ebx
int v8[3]; // [rsp+Ch] [rbp-Ch] BYREF
v8[0] = 0;
Monitors = glfwGetMonitors(v8);
if ( a1 < 0 || v8[0] <= a1 )
{
v6 = 0;
TraceLog(4, (un... | GetMonitorRefreshRate:
PUSH RBX
SUB RSP,0x10
MOV EBX,EDI
LEA RDI,[RSP + 0xc]
MOV dword ptr [RDI],0x0
CALL 0x001bf07a
TEST EBX,EBX
JS 0x0017042f
CMP dword ptr [RSP + 0xc],EBX
JLE 0x0017042f
MOV ECX,EBX
MOV RDI,qword ptr [RAX + RCX*0x8]
CALL 0x001bf463
MOV EBX,dword ptr [RAX + 0x14]
JMP 0x00170444
LAB_0017042f:
LEA RSI,[... |
int4 GetMonitorRefreshRate(uint param_1)
{
long lVar1;
int4 uVar2;
lVar1 = glfwGetMonitors();
if (((int)param_1 < 0) || (-1 < (int)param_1)) {
uVar2 = 0;
TraceLog(4,"GLFW: Failed to find selected monitor");
}
else {
lVar1 = glfwGetVideoMode(*(int8 *)(lVar1 + (ulong)param_1 * 8));
uVar2 ... | |
5,139 | evmone::(anonymous namespace)::eof_header_size(evmone::(anonymous namespace)::EOFSectionHeaders const&) | corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/eof.cpp | size_t eof_header_size(const EOFSectionHeaders& headers) noexcept
{
const auto non_code_section_count = 2; // type section and data section
const auto code_section_count = headers.code_sizes.size();
const auto container_section_count = headers.container_sizes.size();
constexpr auto non_code_section_he... | O0 | cpp | evmone::(anonymous namespace)::eof_header_size(evmone::(anonymous namespace)::EOFSectionHeaders const&):
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movl $0x2, -0xc(%rbp)
movq -0x8(%rbp), %rdi
addq $0x8, %rdi
callq 0x3ce60
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rdi
addq $0x20, %rdi
callq 0x6f7f0... | _ZN6evmone12_GLOBAL__N_115eof_header_sizeERKNS0_17EOFSectionHeadersE:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_C], 2
mov rdi, [rbp+var_8]
add rdi, 8
call _ZNKSt6vectorItSaItEE4sizeEv; std::vector<ushort>::size(void)
mov [rbp+var_18], rax
mov rdi, [rbp+va... | long long evmone::`anonymous namespace'::eof_header_size(long long a1)
{
long long v2; // [rsp+0h] [rbp-30h]
long long v3; // [rsp+10h] [rbp-20h]
long long v4; // [rsp+18h] [rbp-18h]
v4 = std::vector<unsigned short>::size((_QWORD *)(a1 + 8));
v3 = std::vector<unsigned int>::size((_QWORD *)(a1 + 32));
v2 =... | eof_header_size:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],0x2
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,0x8
CALL 0x0013ce60
MOV qword ptr [RBP + -0x18],RAX
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,0x20
CALL 0x0016f7f0
MOV qword ptr [RBP + -0x20],RAX
MOV dword ptr [RBP + -0x... |
/* evmone::(anonymous namespace)::eof_header_size(evmone::(anonymous namespace)::EOFSectionHeaders
const&) */
long evmone::(anonymous_namespace)::eof_header_size(EOFSectionHeaders *param_1)
{
long lVar1;
long lVar2;
long lVar3;
long local_38;
lVar1 = std::vector<unsigned_short,std::allocator<unsigned... | |
5,140 | linenoiseEditStart | ericcurtin[P]linenoise/linenoise.cpp | int linenoiseEditStart(struct linenoiseState * l, int stdin_fd, int stdout_fd, char * buf, size_t buflen,
const char * prompt) {
/* Populate the linenoise state that we pass to functions implementing
* specific editing functionalities. */
l->in_completion = 0;
l->ifd = ... | O1 | cpp | linenoiseEditStart:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r9, %rbx
movl %edx, %ebp
movl %esi, %r15d
movq %rdi, %r14
xorl %r12d, %r12d
movl %r12d, (%rdi)
cmpl $-0x1, %esi
cmovnel %esi, %r12d
movl %r12d, 0x10(%rdi)
cmpl $-0x1, %edx
movl $0x1, %eax
cmovnel %edx, %eax
movl... | linenoiseEditStart:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, r9
mov ebp, edx
mov r15d, esi
mov r14, rdi
xor r12d, r12d
mov [rdi], r12d
cmp esi, 0FFFFFFFFh
cmovnz r12d, esi
mov [rdi+10h], r12d
cmp edx, 0FFFFFFFFh
mov eax, 1... | long long linenoiseEditStart(long long a1, int a2, unsigned int a3, long long a4, long long a5, long long a6)
{
int v8; // r12d
int v9; // eax
bool v10; // cl
int CursorPosition; // eax
int v12; // r13d
int v13; // r12d
int v14; // eax
int v15; // r15d
long long v16; // rax
char v18[2]; // [rsp+8h]... | linenoiseEditStart:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,R9
MOV EBP,EDX
MOV R15D,ESI
MOV R14,RDI
XOR R12D,R12D
MOV dword ptr [RDI],R12D
CMP ESI,-0x1
CMOVNZ R12D,ESI
MOV dword ptr [RDI + 0x10],R12D
CMP EDX,-0x1
MOV EAX,0x1
CMOVNZ EAX,EDX
MOV dword ptr [RDI + 0x14],EAX
MOV qword ptr ... |
int linenoiseEditStart(int4 *param_1,int param_2,int param_3,int8 param_4,
int8 param_5,char *param_6)
{
int iVar1;
int iVar2;
uint uVar3;
size_t sVar4;
ssize_t sVar5;
uint uVar6;
int1 local_60 [2];
ushort local_5e;
char local_58 [40];
*param_1 = 0;
iVar2 = 0;
if (para... | |
5,141 | JS_NewAtomString | bluesky950520[P]quickjs/quickjs.c | JSValue JS_NewAtomString(JSContext *ctx, const char *str)
{
JSAtom atom = JS_NewAtom(ctx, str);
if (atom == JS_ATOM_NULL)
return JS_EXCEPTION;
JSValue val = JS_AtomToString(ctx, atom);
JS_FreeAtom(ctx, atom);
return val;
} | O2 | c | JS_NewAtomString:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
callq 0x1a471
testl %eax, %eax
je 0x1ada3
movl %eax, %ebp
movq %rbx, %rdi
movl %eax, %esi
callq 0x1a990
movq %rax, %r15
movq %rdx, %r14
movq %rbx, %rdi
movl %ebp, %esi
callq 0x1a995
jmp 0x1adaa
pushq $0x6
popq %r14
xorl %r15d, %r15... | JS_NewAtomString:
push rbp
push r15
push r14
push rbx
push rax
mov rbx, rdi
call JS_NewAtom
test eax, eax
jz short loc_1ADA3
mov ebp, eax
mov rdi, rbx
mov esi, eax
call JS_AtomToString
mov r15, rax
mov r14, rdx
mov rdi, rbx
mov esi, ebp
call JS_FreeAtom
jm... | long long JS_NewAtomString(long long a1, unsigned __int8 *a2)
{
int v2; // eax
int v3; // ebp
long long v4; // r15
v2 = JS_NewAtom(a1, a2);
if ( !v2 )
return 0LL;
v3 = v2;
v4 = JS_AtomToString(a1, v2);
JS_FreeAtom(a1, v3);
return v4;
}
| JS_NewAtomString:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x0011a471
TEST EAX,EAX
JZ 0x0011ada3
MOV EBP,EAX
MOV RDI,RBX
MOV ESI,EAX
CALL 0x0011a990
MOV R15,RAX
MOV R14,RDX
MOV RDI,RBX
MOV ESI,EBP
CALL 0x0011a995
JMP 0x0011adaa
LAB_0011ada3:
PUSH 0x6
POP R14
XOR R15D,R15D
LAB_0011adaa:
MOV RAX,R15
... |
int1 [16] JS_NewAtomString(int8 param_1)
{
int iVar1;
int1 auVar2 [16];
iVar1 = JS_NewAtom();
if (iVar1 == 0) {
auVar2 = ZEXT816(6) << 0x40;
}
else {
auVar2 = JS_AtomToString(param_1,iVar1);
JS_FreeAtom(param_1,iVar1);
}
return auVar2;
}
| |
5,142 | google::protobuf::compiler::java::ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/message_field.cc | void ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(
io::Printer* printer) const {
if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) {
printer->Print(variables_,
"input.readGroup($number$,\n"
" get$capitalized_name$FieldBuilder().getBuilder(),\n"
... | O0 | cpp | google::protobuf::compiler::java::ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(google::protobuf::io::Printer*) const:
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq 0x10(%rsp), %rax
movq %rax, (%rsp)
movq 0x8(%rax), %rdi
callq 0x74720
cmpl $0xa, %eax
jne 0x1b41f0
movq (%rsp), %rsi
movq 0... | _ZNK6google8protobuf8compiler4java30ImmutableMessageFieldGenerator26GenerateBuilderParsingCodeEPNS0_2io7PrinterE:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov [rsp+18h+var_10], rsi
mov rax, [rsp+18h+var_8]
mov [rsp+18h+var_18], rax
mov rdi, [rax+8]; this
call _ZN6google8protobuf8compiler4java7Ge... | ||||
5,143 | google::protobuf::compiler::java::ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/message_field.cc | void ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(
io::Printer* printer) const {
if (GetType(descriptor_) == FieldDescriptor::TYPE_GROUP) {
printer->Print(variables_,
"input.readGroup($number$,\n"
" get$capitalized_name$FieldBuilder().getBuilder(),\n"
... | O3 | cpp | google::protobuf::compiler::java::ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(google::protobuf::io::Printer*) const:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq 0x8(%rdi), %rdi
callq 0x43f41
addq $0x18, %r14
cmpl $0xa, %eax
leaq 0xfd1b4(%rip), %rax # 0x1da007
leaq 0xfd232(%r... | _ZNK6google8protobuf8compiler4java30ImmutableMessageFieldGenerator26GenerateBuilderParsingCodeEPNS0_2io7PrinterE:
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rdi, [rdi+8]; this
call _ZN6google8protobuf8compiler4java7GetTypeEPKNS0_15FieldDescriptorE; google::protobuf::compiler::java:... | long long google::protobuf::compiler::java::ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(
google::protobuf::compiler::java **this,
google::protobuf::io::Printer *a2,
long long a3,
long long a4,
long long a5,
long long a6,
void *a7,
int a8,
... | GenerateBuilderParsingCode:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RDI,qword ptr [RDI + 0x8]
CALL 0x00143f41
ADD R14,0x18
CMP EAX,0xa
LEA RAX,[0x2da007]
LEA RDX,[0x2da08c]
CMOVZ RDX,RAX
MOV RDI,RBX
MOV RSI,R14
ADD RSP,0x8
POP RBX
POP R14
JMP 0x0026cd32
|
/* google::protobuf::compiler::java::ImmutableMessageFieldGenerator::GenerateBuilderParsingCode(google::protobuf::io::Printer*)
const */
void __thiscall
google::protobuf::compiler::java::ImmutableMessageFieldGenerator::GenerateBuilderParsingCode
(ImmutableMessageFieldGenerator *this,Printer *param_1)
{
... | |
5,144 | my_charset_loader_init_mysys | eloqsql/mysys/charset.c | void
my_charset_loader_init_mysys(MY_CHARSET_LOADER *loader)
{
loader->error[0]= '\0';
loader->once_alloc= my_once_alloc_c;
loader->malloc= my_malloc_c;
loader->realloc= my_realloc_c;
loader->free= my_free;
loader->reporter= my_charset_error_reporter;
loader->add_collation= add_collation;
} | O3 | c | my_charset_loader_init_mysys:
pushq %rbp
movq %rsp, %rbp
movb $0x0, (%rdi)
leaq 0x52(%rip), %rax # 0x2e24e
movq %rax, 0x80(%rdi)
leaq 0x53(%rip), %rax # 0x2e25d
movq %rax, 0x88(%rdi)
leaq 0x60(%rip), %rax # 0x2e278
movq %rax, 0x90(%rdi)
leaq -0x24a8(%rip), %rax # 0x2bd7e
movq %rax, 0x98(%rdi)
l... | my_charset_loader_init_mysys:
push rbp
mov rbp, rsp
mov byte ptr [rdi], 0
lea rax, my_once_alloc_c
mov [rdi+80h], rax
lea rax, my_malloc_c
mov [rdi+88h], rax
lea rax, my_realloc_c
mov [rdi+90h], rax
lea rax, my_free
mov [rdi+98h], rax
lea rax, my_charset_error_reporter
mov... | long long ( * my_charset_loader_init_mysys(long long a1))()
{
long long ( *result)(); // rax
*(_BYTE *)a1 = 0;
*(_QWORD *)(a1 + 128) = my_once_alloc_c;
*(_QWORD *)(a1 + 136) = my_malloc_c;
*(_QWORD *)(a1 + 144) = my_realloc_c;
*(_QWORD *)(a1 + 152) = my_free;
*(_QWORD *)(a1 + 160) = my_charset_error_repo... | my_charset_loader_init_mysys:
PUSH RBP
MOV RBP,RSP
MOV byte ptr [RDI],0x0
LEA RAX,[0x12e24e]
MOV qword ptr [RDI + 0x80],RAX
LEA RAX,[0x12e25d]
MOV qword ptr [RDI + 0x88],RAX
LEA RAX,[0x12e278]
MOV qword ptr [RDI + 0x90],RAX
LEA RAX,[0x12bd7e]
MOV qword ptr [RDI + 0x98],RAX
LEA RAX,[0x3f6bc0]
MOV RAX,qword ptr [RAX]
MOV... |
void my_charset_loader_init_mysys(int1 *param_1)
{
*param_1 = 0;
*(code **)(param_1 + 0x80) = my_once_alloc_c;
*(code **)(param_1 + 0x88) = my_malloc_c;
*(code **)(param_1 + 0x90) = my_realloc_c;
*(code **)(param_1 + 0x98) = my_free;
*(int **)(param_1 + 0xa0) = my_charset_error_reporter;
*(code **)(para... | |
5,145 | bool minja::Value::get<bool>() const | monkey531[P]llama/common/minja.hpp | T get() const {
if (is_primitive()) return primitive_.get<T>();
throw std::runtime_error("get<T> not defined for this value type: " + dump());
} | O0 | cpp | bool minja::Value::get<bool>() const:
subq $0x68, %rsp
movq %rdi, 0x60(%rsp)
movq 0x60(%rsp), %rdi
movq %rdi, 0x8(%rsp)
callq 0x112e00
testb $0x1, %al
jne 0x11477e
jmp 0x114793
movq 0x8(%rsp), %rdi
addq $0x40, %rdi
callq 0x114b00
andb $0x1, %al
addq $0x68, %rsp
retq
movb $0x1, 0x13(%rsp)
movl $0x10, %edi
callq 0x5a680
... | _ZNK5minja5Value3getIbEET_v:
sub rsp, 68h
mov [rsp+68h+var_8], rdi
mov rdi, [rsp+68h+var_8]; this
mov [rsp+68h+var_60], rdi
call _ZNK5minja5Value12is_primitiveEv; minja::Value::is_primitive(void)
test al, 1
jnz short loc_11477E
jmp short loc_114793
loc_11477E:
mov rdi, [rsp+68h+var_60]... | char minja::Value::get<bool>(minja::Value *a1)
{
void *exception; // [rsp+0h] [rbp-68h]
_BYTE v3[32]; // [rsp+20h] [rbp-48h] BYREF
_BYTE v4[32]; // [rsp+40h] [rbp-28h] BYREF
minja::Value *v5; // [rsp+60h] [rbp-8h]
v5 = a1;
if ( (minja::Value::is_primitive(a1) & 1) == 0 )
{
exception = __cxa_allocate... | |||
5,146 | bool minja::Value::get<bool>() const | monkey531[P]llama/common/minja.hpp | T get() const {
if (is_primitive()) return primitive_.get<T>();
throw std::runtime_error("get<T> not defined for this value type: " + dump());
} | O1 | cpp | bool minja::Value::get<bool>() const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %r14
cmpq $0x0, 0x10(%rdi)
jne 0x87458
cmpq $0x0, 0x20(%r14)
jne 0x87458
cmpq $0x0, 0x30(%r14)
jne 0x87458
addq $0x40, %r14
movq %rsp, %rbx
movq $0x0, (%rbx)
movq %r14, %rdi
movq %rbx, %rsi
callq 0x88163
movsd (%rbx), %xm... | _ZNK5minja5Value3getIdEET_v:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rdi
cmp qword ptr [rdi+10h], 0
jnz short loc_87458
cmp qword ptr [r14+20h], 0
jnz short loc_87458
cmp qword ptr [r14+30h], 0
jnz short loc_87458
add r14, 40h ; '@'
mov rbx, rsp
mov qword pt... | get<double>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RDI
CMP qword ptr [RDI + 0x10],0x0
JNZ 0x00187458
CMP qword ptr [R14 + 0x20],0x0
JNZ 0x00187458
CMP qword ptr [R14 + 0x30],0x0
JNZ 0x00187458
ADD R14,0x40
MOV RBX,RSP
MOV qword ptr [RBX],0x0
MOV RDI,R14
MOV RSI,RBX
CALL 0x00188163
MOVSD XMM0,qword ptr [RBX]
A... |
/* double minja::Value::get<double>() const */
double __thiscall minja::Value::get<double>(Value *this)
{
runtime_error *this_00;
double local_58 [4];
int1 local_38 [32];
if (((*(long *)(this + 0x10) == 0) && (*(long *)(this + 0x20) == 0)) &&
(*(long *)(this + 0x30) == 0)) {
local_58[0] = 0.0;
... | ||
5,147 | mi_mmap_pread | eloqsql/storage/myisam/mi_dynrec.c | size_t mi_mmap_pread(MI_INFO *info, uchar *Buffer,
size_t Count, my_off_t offset, myf MyFlags)
{
DBUG_PRINT("info", ("mi_read with mmap %d\n", info->dfile));
if (info->s->concurrent_insert)
mysql_rwlock_rdlock(&info->s->mmap_lock);
/*
The following test may fail in the following cases... | O0 | c | mi_mmap_pread:
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)
jmp 0xa84de
movq -0x10(%rbp), %rax
movq (%rax), %rax
cmpb $0x0, 0x384(%rax)
je 0xa850d
movq -0x10(%rbp), %rax
movq (%rax), %rdi
addq $0x4e0, %rdi ... | mi_mmap_pread:
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
jmp short $+2
loc_A84DE:
mov rax, [rbp+var_10]
mov rax, [rax]
cmp byte ptr [rax+384h], 0
jz short loc_A850D
m... | long long mi_mmap_pread(_DWORD *a1, long long a2, long long a3, long long a4, long long a5)
{
if ( *(_BYTE *)(*(_QWORD *)a1 + 900LL) )
inline_mysql_rwlock_rdlock_3(
*(_QWORD *)a1 + 1248LL,
"/workspace/llm4binary/github2025/eloqsql/storage/myisam/mi_dynrec.c",
172LL);
if ( *(_QWORD *)(*(_QWORD... | mi_mmap_pread:
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
JMP 0x001a84de
LAB_001a84de:
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
CMP byte ptr [RAX + 0x384],... |
int8 mi_mmap_pread(long *param_1,void *param_2,size_t param_3,long param_4,int8 param_5)
{
int8 local_10;
if (*(char *)(*param_1 + 900) != '\0') {
inline_mysql_rwlock_rdlock
(*param_1 + 0x4e0,
"/workspace/llm4binary/github2025/eloqsql/storage/myisam/mi_dynrec.c",0xac);
}
if... | |
5,148 | sp_add_point_to_mbr | eloqsql/storage/maria/ma_sp_key.c | static int sp_add_point_to_mbr(uchar *(*wkb), uchar *end, uint n_dims,
uchar byte_order __attribute__((unused)),
double *mbr)
{
double ord;
double *mbr_end= mbr + n_dims * 2;
while (mbr < mbr_end)
{
if ((*wkb) > end - 8)
return -1;
float8get(ord, (const uchar*) *wkb);
(*wk... | O0 | c | sp_add_point_to_mbr:
pushq %rbp
movq %rsp, %rbp
movb %cl, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movb %al, -0x1d(%rbp)
movq %r8, -0x28(%rbp)
movq -0x28(%rbp), %rax
movl -0x1c(%rbp), %ecx
shll %ecx
movl %ecx, %ecx
shlq $0x3, %rcx
addq %rcx, %rax
movq %rax, -0x38(%rbp)
movq -0x28(%rbp), ... | sp_add_point_to_mbr:
push rbp
mov rbp, rsp
mov al, cl
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_1D], al
mov [rbp+var_28], r8
mov rax, [rbp+var_28]
mov ecx, [rbp+var_1C]
shl ecx, 1
mov ecx, ecx
shl rcx, 3
add rax, rcx
mov [rb... | long long sp_add_point_to_mbr(unsigned long long *a1, long long a2, int a3, long long a4, double *a5)
{
double v6; // [rsp+8h] [rbp-30h]
double *i; // [rsp+10h] [rbp-28h]
double *v8; // [rsp+10h] [rbp-28h]
for ( i = a5; i < &a5[2 * a3]; i = v8 + 1 )
{
if ( *a1 > a2 - 8 )
return (unsigned int)-1;
... | sp_add_point_to_mbr:
PUSH RBP
MOV RBP,RSP
MOV AL,CL
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV byte ptr [RBP + -0x1d],AL
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x28]
MOV ECX,dword ptr [RBP + -0x1c]
SHL ECX,0x1
MOV ECX,ECX
SHL RCX,0x3
ADD RAX,RCX... |
int4
sp_add_point_to_mbr(ulong *param_1,long param_2,int param_3,int8 param_4,double *param_5)
{
double dVar1;
double *pdVar2;
double *local_30;
local_30 = param_5;
while( true ) {
if (param_5 + (uint)(param_3 << 1) <= local_30) {
return 0;
}
if (param_2 - 8U < *param_1) break;
dVar... | |
5,149 | google::protobuf::compiler::cpp::HasStringPieceFields(google::protobuf::Descriptor const*, google::protobuf::compiler::cpp::Options const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/helpers.cc | static bool HasStringPieceFields(const Descriptor* descriptor,
const Options& options) {
for (int i = 0; i < descriptor->field_count(); ++i) {
if (IsStringPieceField(descriptor->field(i), options)) return true;
}
for (int i = 0; i < descriptor->nested_type_count(); ++i) {
... | O0 | cpp | google::protobuf::compiler::cpp::HasStringPieceFields(google::protobuf::Descriptor const*, google::protobuf::compiler::cpp::Options const&):
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movl $0x0, 0xc(%rsp)
movl 0xc(%rsp), %eax
movl %eax, 0x4(%rsp)
movq 0x18(%rsp), %rdi
callq 0x3ca80
movl %eax, %ecx
mov... | _ZN6google8protobuf8compiler3cppL20HasStringPieceFieldsEPKNS0_10DescriptorERKNS2_7OptionsE:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_18], rsi
mov [rsp+28h+var_1C], 0
loc_55306:
mov eax, [rsp+28h+var_1C]
mov [rsp+28h+var_24], eax
mov rdi, [rsp+28h+var_10]; this
call _ZNK6goo... | char google::protobuf::compiler::cpp::HasStringPieceFields(
google::protobuf::compiler::cpp *this,
const google::protobuf::Descriptor *a2,
const google::protobuf::compiler::cpp::Options *a3)
{
google::protobuf::compiler::cpp *v3; // rax
const google::protobuf::compiler::cpp::Options *v4; //... | HasStringPieceFields:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV qword ptr [RSP + 0x10],RSI
MOV dword ptr [RSP + 0xc],0x0
LAB_00155306:
MOV EAX,dword ptr [RSP + 0xc]
MOV dword ptr [RSP + 0x4],EAX
MOV RDI,qword ptr [RSP + 0x18]
CALL 0x0013ca80
MOV ECX,EAX
MOV EAX,dword ptr [RSP + 0x4]
CMP EAX,ECX
JGE 0x00155359
MOV... |
/* google::protobuf::compiler::cpp::HasStringPieceFields(google::protobuf::Descriptor const*,
google::protobuf::compiler::cpp::Options const&) */
int1
google::protobuf::compiler::cpp::HasStringPieceFields(Descriptor *param_1,Options *param_2)
{
int iVar1;
FieldDescriptor *pFVar2;
ulong uVar3;
Descriptor *... | |
5,150 | my_thread_global_end | eloqsql/mysys/my_thr_init.c | void my_thread_global_end(void)
{
struct timespec abstime;
my_bool all_threads_killed= 1;
set_timespec(abstime, my_thread_end_wait_time);
mysql_mutex_lock(&THR_LOCK_threads);
while (THR_thread_count > 0)
{
int error= mysql_cond_timedwait(&THR_COND_threads, &THR_LOCK_threads,
... | O0 | c | my_thread_global_end:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb $0x1, -0x11(%rbp)
callq 0xe84e0
movq %rax, -0x28(%rbp)
imulq $0x3e8, -0x28(%rbp), %rax # imm = 0x3E8
leaq 0x1d02a4(%rip), %rcx # 0x2b3198
movl (%rcx), %ecx
imulq $0x3b9aca00, %rcx, %rcx # imm = 0x3B9ACA00
addq %rcx, %rax
movq %rax, -0x20(%rbp)
mo... | my_thread_global_end:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_11], 1
call my_hrtime
mov [rbp+var_28], rax
imul rax, [rbp+var_28], 3E8h
lea rcx, my_thread_end_wait_time
mov ecx, [rcx]
imul rcx, 3B9ACA00h
add rax, rcx
mov [rbp+var_20], rax
mov rax, [rbp+var_20]
mov ... | long long my_thread_global_end()
{
long long result; // rax
int v1; // [rsp+4h] [rbp-2Ch]
unsigned long long v2; // [rsp+10h] [rbp-20h]
char v3; // [rsp+1Fh] [rbp-11h]
_QWORD v4[2]; // [rsp+20h] [rbp-10h] BYREF
v3 = 1;
v2 = 1000000000LL * my_thread_end_wait_time + 1000 * my_hrtime();
v4[0] = v2 / 0x3B9... | my_thread_global_end:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV byte ptr [RBP + -0x11],0x1
CALL 0x001e84e0
MOV qword ptr [RBP + -0x28],RAX
IMUL RAX,qword ptr [RBP + -0x28],0x3e8
LEA RCX,[0x3b3198]
MOV ECX,dword ptr [RCX]
IMUL RCX,RCX,0x3b9aca00
ADD RAX,RCX
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [RBP + -0x20]
MOV... |
void my_thread_global_end(void)
{
bool bVar1;
int iVar2;
long lVar3;
ulong local_18;
ulong local_10;
bVar1 = true;
lVar3 = my_hrtime();
local_10 = lVar3 * 1000 + (ulong)my_thread_end_wait_time * 1000000000;
local_18 = local_10 / 1000000000;
local_10 = local_10 % 1000000000;
inline_mysql_mutex... | |
5,151 | nlohmann::json_abi_v3_11_2::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsign... | 7CodeWizard[P]stablediffusion/thirdparty/json.hpp | bool start_array(std::size_t len)
{
const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::array_start, discarded);
keep_stack.push_back(keep);
auto val = handle_value(BasicJsonType::value_t::array, true);
ref_stack.push_back(val.second);
// check arr... | O2 | cpp | nlohmann::json_abi_v3_11_2::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_2::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsign... | _ZN8nlohmann16json_abi_v3_11_26detail28json_sax_dom_callback_parserINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEEEE11start_arrayEm:
push rbp
push r15
push r14; char
push rbx; int
sub rsp, 58h
mov r15, rsi
mov r14, rdi
... | char nlohmann::json_abi_v3_11_2::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_2::basic_json<std::map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_2::adl_serializer,std::vector<unsigned char>>>::start_array(
long long a1,
unsigned long l... | start_array:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x58
MOV R15,RSI
MOV R14,RDI
ADD RDI,0x80
LEA RBX,[R14 + 0x8]
MOV RSI,qword ptr [R14 + 0x10]
SUB RSI,qword ptr [R14 + 0x8]
SHR RSI,0x3
LEA RCX,[R14 + 0xa8]
PUSH 0x2
POP RDX
CALL 0x00151230
LEA RDI,[R14 + 0x20]
MOVZX ESI,AL
CALL 0x00150550
LEA RSI,[RSP + 0x8]
MOV ... |
/* nlohmann::json_abi_v3_11_2::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_2::basic_json<std::map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_2::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> > > >:... | |
5,152 | init_alloc_root | eloqsql/mysys/my_alloc.c | void init_alloc_root(PSI_memory_key key, MEM_ROOT *mem_root, size_t block_size,
size_t pre_alloc_size __attribute__((unused)),
myf my_flags)
{
DBUG_ENTER("init_alloc_root");
DBUG_PRINT("enter",("root: %p prealloc: %zu", mem_root, pre_alloc_size));
mem_root->free= mem_root->used= mem_... | O0 | c | init_alloc_root:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
jmp 0x6a3bd
movq -0x10(%rbp), %rax
movq $0x0, 0x10(%rax)
movq -0x10(%rbp), %rax
movq $0x0, 0x8(%rax)
movq -0x10(%rbp), %rax
movq $0x0, (%rax)
movq... | init_alloc_root:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
jmp short $+2
loc_6A3BD:
mov rax, [rbp+var_10]
mov qword ptr [rax+10h], 0
mov rax, [rbp+var_10]
mov qword ptr... | long long init_alloc_root(unsigned int a1, long long *a2, long long a3, long long a4, int a5)
{
long long result; // rax
a2[2] = 0LL;
a2[1] = 0LL;
*a2 = 0LL;
a2[3] = 32LL;
a2[4] = (a3 - 40) & 0xFFFFFFFFFFFFFFFELL;
if ( (a5 & 0x10000) != 0 )
a2[4] |= 1uLL;
a2[6] = 0LL;
*((_DWORD *)a2 + 10) = 4;
... | init_alloc_root:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
JMP 0x0016a3bd
LAB_0016a3bd:
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RAX + 0x10],0x0
MOV RAX,qword ptr [... |
void init_alloc_root(int4 param_1,long *param_2,long param_3,long param_4,ulong param_5)
{
long lVar1;
param_2[2] = 0;
param_2[1] = 0;
*param_2 = 0;
param_2[3] = 0x20;
param_2[4] = param_3 - 0x28U & 0xfffffffffffffffe;
if ((param_5 & 0x10000) != 0) {
param_2[4] = param_2[4] | 1;
}
param_2[6] ... | |
5,153 | mysql_query_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_query_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_query,
(parms->mysql, parms->q),
parms->mysql,
int,
r_int)
} | O0 | c | mysql_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
movq 0x8... | mysql_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]
mov ... | _DWORD * mysql_query_start_internal(long long a1)
{
_DWORD *result; // rax
_DWORD *v2; // [rsp+0h] [rbp-20h]
v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)a1 + 1152LL) + 40LL);
v2[2] = mysql_query(*(_QWORD *)a1, *(const char **)(a1 + 8));
result = v2;
*v2 = 0;
return result;
}
| mysql_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,qword... |
void mysql_query_start_internal(long *param_1)
{
int4 *puVar1;
int4 uVar2;
puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28);
uVar2 = mysql_query(*param_1,param_1[1]);
puVar1[2] = uVar2;
*puVar1 = 0;
return;
}
| |
5,154 | my_open_parent_dir_nosymlinks | eloqsql/mysys/my_symlink.c | const char *my_open_parent_dir_nosymlinks(const char *pathname, int *pdfd)
{
char buf[FN_REFLEN + 1];
char *s= buf, *e= buf+1, *end= strnmov(buf, pathname, sizeof(buf));
int fd, dfd= -1;
if (*end)
{
errno= ENAMETOOLONG;
return NULL;
}
if (*s != '/') /* not an absolute path */
{
errno= ENOE... | O3 | c | my_open_parent_dir_nosymlinks:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x228, %rsp # imm = 0x228
movq %rsi, %r14
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
leaq -0x240(%rbp), %r15
movl $0x201, %edx # imm = 0x201
movq %r15, %rdi
movq %... | my_open_parent_dir_nosymlinks:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 228h
mov r14, rsi
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
lea r15, [rbp+var_240]
mov edx, 201h
mov rdi, r15
mov rsi, rbx
call strnmov
cmp ... | long long my_open_parent_dir_nosymlinks(long long a1, unsigned int *a2)
{
char *v3; // r15
char *v4; // rdi
char *v5; // rax
char *v6; // r12
char v7; // al
int v8; // r13d
char *v9; // rcx
unsigned int v10; // r14d
char *v11; // rsi
long long v12; // rcx
int v13; // eax
unsigned int *v16; // [... | my_open_parent_dir_nosymlinks:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x228
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
LEA R15,[RBP + -0x240]
MOV EDX,0x201
MOV RDI,R15
MOV RSI,RBX
CALL 0x001e1fa0
CMP byte ptr [RAX],0x0
JZ 0x001ab6d7
CALL 0x0012... |
long my_open_parent_dir_nosymlinks(long param_1,int *param_2)
{
short *psVar1;
int iVar2;
short *psVar3;
int *piVar4;
long lVar5;
int __fd;
short *psVar6;
short *__file;
long in_FS_OFFSET;
int1 local_248 [2];
int1 local_246 [526];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
... | |
5,155 | LefDefParser::lefiParallel::Destroy() | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiLayer.cpp | void
lefiParallel::Destroy()
{
if (numLength_)
lefFree((char*) (length_));
if (numWidth_) {
lefFree((char*) (width_));
lefFree((char*) (widthSpacing_));
}
Init();
} | O0 | cpp | LefDefParser::lefiParallel::Destroy():
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq 0x10(%rsp), %rax
movq %rax, 0x8(%rsp)
cmpl $0x0, (%rax)
je 0x1b1c6
movq 0x8(%rsp), %rax
movq 0x10(%rax), %rdi
callq 0x38c90
movq 0x8(%rsp), %rax
cmpl $0x0, 0x4(%rax)
je 0x1b1ed
movq 0x8(%rsp), %rax
movq 0x18(%rax), %rdi
callq 0x38c90
mov... | _ZN12LefDefParser12lefiParallel7DestroyEv:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rax, [rsp+18h+var_8]
mov [rsp+18h+var_10], rax
cmp dword ptr [rax], 0
jz short loc_1B1C6
mov rax, [rsp+18h+var_10]
mov rdi, [rax+10h]; this
call _ZN12LefDefParser7lefFreeEPv; LefDefParser::lefFree(vo... | LefDefParser::lefiParallel * LefDefParser::lefiParallel::Destroy(LefDefParser **this, void *a2)
{
if ( *(_DWORD *)this )
LefDefParser::lefFree(this[2], a2);
if ( *((_DWORD *)this + 1) )
{
LefDefParser::lefFree(this[3], a2);
LefDefParser::lefFree(this[4], a2);
}
return LefDefParser::lefiParallel::I... | Destroy:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x8],RAX
CMP dword ptr [RAX],0x0
JZ 0x0011b1c6
MOV RAX,qword ptr [RSP + 0x8]
MOV RDI,qword ptr [RAX + 0x10]
CALL 0x00138c90
LAB_0011b1c6:
MOV RAX,qword ptr [RSP + 0x8]
CMP dword ptr [RAX + 0x4],0x0
JZ 0x0011b1ed
MOV... |
/* LefDefParser::lefiParallel::Destroy() */
void __thiscall LefDefParser::lefiParallel::Destroy(lefiParallel *this)
{
if (*(int *)this != 0) {
lefFree(*(void **)(this + 0x10));
}
if (*(int *)(this + 4) != 0) {
lefFree(*(void **)(this + 0x18));
lefFree(*(void **)(this + 0x20));
}
Init(this);
r... | |
5,156 | insert_events_transactions_history(PFS_thread*, PFS_events_transactions*) | eloqsql/storage/perfschema/pfs_events_transactions.cc | void insert_events_transactions_history(PFS_thread *thread, PFS_events_transactions *transaction)
{
if (unlikely(events_transactions_history_per_thread == 0))
return;
assert(thread->m_transactions_history != NULL);
uint index= thread->m_transactions_history_index;
/*
A concurrent thread executing TRU... | O0 | cpp | insert_events_transactions_history(PFS_thread*, PFS_events_transactions*):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
leaq 0x3d7681(%rip), %rax # 0x40c3a8
cmpq $0x0, (%rax)
sete %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
je 0x34d3a
jmp 0x34d9f
movq -0x8(%rbp), %... | _Z34insert_events_transactions_historyP10PFS_threadP23PFS_events_transactions:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
lea rax, events_transactions_history_per_thread
cmp qword ptr [rax], 0
setz al
and al, 1
movzx eax, al
cmp eax, 0
jz s... | long long insert_events_transactions_history(PFS_thread *a1, PFS_events_transactions *a2)
{
long long result; // rax
unsigned int v3; // [rsp+Ch] [rbp-14h]
unsigned int v4; // [rsp+Ch] [rbp-14h]
result = events_transactions_history_per_thread == 0;
if ( events_transactions_history_per_thread )
{
v3 = ... | insert_events_transactions_history:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
LEA RAX,[0x50c3a8]
CMP qword ptr [RAX],0x0
SETZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
JZ 0x00134d3a
JMP 0x00134d9f
LAB_00134d3a:
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0... |
/* insert_events_transactions_history(PFS_thread*, PFS_events_transactions*) */
void insert_events_transactions_history(PFS_thread *param_1,PFS_events_transactions *param_2)
{
uint local_1c;
if (events_transactions_history_per_thread != 0) {
local_1c = *(uint *)(param_1 + 0xccc);
copy_events_transacti... | |
5,157 | ma_reset_state | eloqsql/storage/maria/ma_state.c | void _ma_reset_state(MARIA_HA *info)
{
MARIA_SHARE *share= info->s;
MARIA_STATE_HISTORY *history= share->state_history;
DBUG_ENTER("_ma_reset_state");
/* Always true if share->now_transactional is set */
if (history && share->have_versioning)
{
MARIA_STATE_HISTORY *next;
DBUG_PRINT("info", ("resett... | O0 | c | ma_reset_state:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0x450(%rax), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x18(%rbp)
je 0x3684e
movq -0x10(%rbp), %rax
movsbl 0x7e8(%rax), %eax
cmpl $0x0, %eax
je 0x368... | _ma_reset_state:
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
mov rax, [rbp+var_10]
mov rax, [rax+450h]
mov [rbp+var_18], rax
cmp [rbp+var_18], 0
jz loc_3684E
mov rax, [rbp+var_10]
movsx eax, byte ... | unsigned long long ma_reset_state(_QWORD *a1)
{
unsigned long long result; // rax
long long v2; // rcx
_QWORD *v3; // [rsp+0h] [rbp-20h]
_QWORD *v4; // [rsp+8h] [rbp-18h]
_QWORD *i; // [rsp+8h] [rbp-18h]
long long v6; // [rsp+10h] [rbp-10h]
v6 = *a1;
result = *(_QWORD *)(*a1 + 1104LL);
v4 = (_QWORD ... | _ma_reset_state:
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
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x450]
MOV qword ptr [RBP + -0x18],RAX
CMP qword ptr [RBP + -0x18],0x0
JZ 0x0013684e
MOV RAX,q... |
void _ma_reset_state(long *param_1)
{
long lVar1;
int8 *puVar2;
long lVar3;
int8 *local_20;
lVar1 = *param_1;
puVar2 = *(int8 **)(lVar1 + 0x450);
if ((puVar2 != (int8 *)0x0) && (*(char *)(lVar1 + 0x7e8) != '\0')) {
memcpy((void *)(*(long *)(lVar1 + 0x450) + 0x10),(void *)(lVar1 + 0x18),0x38);
... | |
5,158 | void mjCModel::Delete<mjCGeom>(std::vector<mjCGeom*, std::allocator<mjCGeom*>>&, std::vector<bool, std::allocator<bool>> const&) | aimrt_mujoco_sim/_deps/mujoco-src/src/user/user_model.cc | void mjCModel::Delete<mjCGeom>(std::vector<mjCGeom*>& elements,
const std::vector<bool>& discard) {
// update bodies
for (mjCBody* body : bodies_) {
body->geoms.erase(
std::remove_if(body->geoms.begin(), body->geoms.end(),
[&discard](mjCGeom* geom) {... | O3 | cpp | void mjCModel::Delete<mjCGeom>(std::vector<mjCGeom*, std::allocator<mjCGeom*>>&, std::vector<bool, std::allocator<bool>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdx, %r14
movq %rsi, %rbx
movq 0xe50(%rdi), %rax
movq 0xe58(%rdi), %rcx
movq %rcx, 0x10(%rsp)
cmpq %r... | _ZN8mjCModel6DeleteI7mjCGeomEEvRSt6vectorIPT_SaIS4_EERKS2_IbSaIbEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r14, rdx
mov rbx, rsi
mov rax, [rdi+0E50h]
mov rcx, [rdi+0E58h]
mov [rsp+68h+var_58], rcx
cmp rax, rcx
jz loc_FA9F2
mov rdx, 8... | void mjCModel::Delete<mjCGeom>(
long long a1,
long long *a2,
long long *a3,
__m128 a4,
double a5,
double a6,
double a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long *v13; // rax
long long v14; // rdi
long long v1... | Delete<mjCGeom>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R14,RDX
MOV RBX,RSI
MOV RAX,qword ptr [RDI + 0xe50]
MOV RCX,qword ptr [RDI + 0xe58]
MOV qword ptr [RSP + 0x10],RCX
CMP RAX,RCX
JZ 0x001fa9f2
MOV RDX,-0x8000000000000000
LEA RSI,[RDX + 0x3f]
LAB_001fa746:
MOV RDI,qword ptr [RAX]
MOV ... |
/* void mjCModel::Delete<mjCGeom>(std::vector<mjCGeom*, std::allocator<mjCGeom*> >&,
std::vector<bool, std::allocator<bool> > const&) */
void __thiscall mjCModel::Delete<mjCGeom>(mjCModel *this,vector *param_1,vector *param_2)
{
long lVar1;
long *plVar2;
long *plVar3;
ulong uVar4;
int iVar5;
long *plV... | |
5,159 | compile_if_expr_cont | fabiosvm[P]rak/src/compiler.c | static inline void compile_if_expr_cont(RakCompiler *comp, uint16_t *off, RakError *err)
{
emit_instr(comp, rak_pop_instr(), err);
if (!rak_is_ok(err)) return;
if (!match(comp, RAK_TOKEN_KIND_ELSE_KW))
{
emit_instr(comp, rak_push_nil_instr(), err);
if (!rak_is_ok(err)) return;
*off = (uint16_t) comp... | O0 | c | compile_if_expr_cont:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq -0x18(%rbp), %rdx
movl $0xc, %esi
callq 0x4700
movq -0x18(%rbp), %rax
testb $0x1, (%rax)
jne 0x7d84
jmp 0x7e36
movq -0x8(%rbp), %rax
cmpl $0x26, 0x2810(%rax)
j... | compile_if_expr_cont:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rdi, [rbp+var_8]
mov rdx, [rbp+var_18]
mov esi, 0Ch
call rak_chunk_append_instr
mov rax, [rbp+var_18]
test byte ptr [rax], 1
jnz short loc_7D84
j... | unsigned __int16 * compile_if_expr_cont(
long long a1,
unsigned __int16 *a2,
unsigned __int16 *a3,
int a4,
int a5,
int a6)
{
int v6; // ecx
int v7; // r8d
int v8; // r9d
unsigned __int16 *result; // rax
int v10; // edx
long long v11; // rcx
int v12; // r8d
... | compile_if_expr_cont:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RDI,qword ptr [RBP + -0x8]
MOV RDX,qword ptr [RBP + -0x18]
MOV ESI,0xc
CALL 0x00104700
MOV RAX,qword ptr [RBP + -0x18]
TEST byte ptr [RAX],0x1
JNZ 0x00107d84
JMP 0x0... |
void compile_if_expr_cont(long param_1,int2 *param_2,byte *param_3)
{
rak_chunk_append_instr(param_1,0xc,param_3);
if ((*param_3 & 1) != 0) {
if (*(int *)(param_1 + 0x2810) == 0x26) {
rak_lexer_next(param_1 + 0x27f8,param_3);
if ((*param_3 & 1) != 0) {
if (*(int *)(param_1 + 0x2810) == 0x2... | |
5,160 | sp_get_linestring_mbr | eloqsql/storage/maria/ma_sp_key.c | static int sp_get_linestring_mbr(uchar *(*wkb), uchar *end, uint n_dims,
uchar byte_order, double *mbr)
{
uint n_points;
n_points = uint4korr(*wkb);
(*wkb) += 4;
for (; n_points > 0; --n_points)
{
/* Add next point to mbr */
if (sp_add_point_to_mbr(wkb, end, n_dims, ... | O0 | c | sp_get_linestring_mbr:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb %cl, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movb %al, -0x1d(%rbp)
movq %r8, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movl (%rax), %eax
movl %eax, -0x2c(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rcx
add... | sp_get_linestring_mbr:
push rbp
mov rbp, rsp
sub rsp, 30h
mov al, cl
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_1D], al
mov [rbp+var_28], r8
mov rax, [rbp+var_10]
mov rax, [rax]
mov eax, [rax]
mov [rbp+var_2C], eax
mov rax, [rbp+... | long long sp_get_linestring_mbr(_DWORD **a1, long long a2, unsigned int a3, unsigned __int8 a4, long long a5)
{
int i; // [rsp+4h] [rbp-2Ch]
for ( i = *(*a1)++; i; --i )
{
if ( (unsigned int)sp_add_point_to_mbr(a1, a2, a3, a4, a5) )
return (unsigned int)-1;
}
return 0;
}
| sp_get_linestring_mbr:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV AL,CL
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV byte ptr [RBP + -0x1d],AL
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV EAX,dword ptr [RAX]
MOV dword ptr [R... |
int4
sp_get_linestring_mbr
(long *param_1,int8 param_2,int4 param_3,int1 param_4,int8 param_5
)
{
int iVar1;
int local_34;
local_34 = *(int *)*param_1;
*param_1 = *param_1 + 4;
while( true ) {
if (local_34 == 0) {
return 0;
}
iVar1 = sp_add_point_to_mbr(param_1,param... | |
5,161 | blst_p1_serialize | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/e1.c | void blst_p1_serialize(unsigned char out[96], const POINTonE1 *in)
{ POINTonE1_Serialize(out, in); } | O3 | c | blst_p1_serialize:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x60(%rsi), %rdi
movl $0x30, %esi
callq 0x6e900
testq %rax, %rax
je 0x57881
xorps %xmm0, %xmm0
movups %xmm0, 0x50(%rbx)
movups %xmm0, 0x41(%rbx)
movups %xmm0, 0x31(%rbx)
movups %xmm0, 0x21(%rbx)
movups %xmm0, 0x11(%... | blst_p1_serialize:
push rbp
mov rbp, rsp
push r14
push rbx
mov r14, rsi
mov rbx, rdi
lea rdi, [rsi+60h]
mov esi, 30h ; '0'
call vec_is_zero_16x
test rax, rax
jz short loc_57881
xorps xmm0, xmm0
movups xmmword ptr [rbx+50h], xmm0
movups xmmword ptr [rbx+41h], xmm0
movups xmmw... | long long blst_p1_serialize(long long a1, long long a2)
{
long long result; // rax
result = vec_is_zero_16x(a2 + 96, 48LL);
if ( !result )
return POINTonE1_Serialize_BE(a1, a2);
*(_OWORD *)(a1 + 80) = 0LL;
*(_OWORD *)(a1 + 65) = 0LL;
*(_OWORD *)(a1 + 49) = 0LL;
*(_OWORD *)(a1 + 33) = 0LL;
*(_OWORD... | blst_p1_serialize:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSI + 0x60]
MOV ESI,0x30
CALL 0x0016e900
TEST RAX,RAX
JZ 0x00157881
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RBX + 0x50],XMM0
MOVUPS xmmword ptr [RBX + 0x41],XMM0
MOVUPS xmmword ptr [RBX + 0x31],XMM0
MOVUPS xmmword ptr [RBX + 0x21],XM... |
void blst_p1_serialize(int1 *param_1,long param_2)
{
long lVar1;
lVar1 = vec_is_zero_16x(param_2 + 0x60,0x30);
if (lVar1 != 0) {
*(int8 *)(param_1 + 0x50) = 0;
*(int8 *)(param_1 + 0x58) = 0;
*(int8 *)(param_1 + 0x41) = 0;
*(int8 *)(param_1 + 0x49) = 0;
*(int8 *)(param_1 + 0x31) = 0;
*... | |
5,162 | inline_mysql_file_sync | eloqsql/include/mysql/psi/mysql_file.h | static inline int
inline_mysql_file_sync(
#ifdef HAVE_PSI_FILE_INTERFACE
const char *src_file, uint src_line,
#endif
File fd, myf flags)
{
int result= 0;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *locker;
PSI_file_locker_state state;
locker= PSI_FILE_CALL(get_thread_file_descriptor_locker)(&stat... | O0 | c | inline_mysql_file_sync:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movl %edx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movl $0x0, -0x24(%rbp)
leaq 0x257999(%rip), %rax # 0x2cb4e0
movq (%rax), %rax
movq 0x158(%rax), %rax
movl -0x18(%rbp), %esi
leaq -0x78(%rbp), %rdi
movl $0x10... | inline_mysql_file_sync_3:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_18], edx
mov [rbp+var_20], rcx
mov [rbp+var_24], 0
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+158h]
mov esi, [rbp+var_18]
lea rdi, [rbp+var_78]
m... | long long inline_mysql_file_sync_3(long long a1, unsigned int a2, unsigned int a3, long long a4)
{
_BYTE v5[72]; // [rsp+8h] [rbp-78h] BYREF
long long v6; // [rsp+50h] [rbp-30h]
unsigned int v7; // [rsp+5Ch] [rbp-24h]
long long v8; // [rsp+60h] [rbp-20h]
unsigned int v9; // [rsp+68h] [rbp-18h]
unsigned int... | inline_mysql_file_sync:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV dword ptr [RBP + -0x18],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV dword ptr [RBP + -0x24],0x0
LEA RAX,[0x3cb4e0]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x158]
MOV ESI,dword ptr [RBP + -0... |
int4
inline_mysql_file_sync(int8 param_1,int4 param_2,int4 param_3,int8 param_4)
{
int1 local_80 [72];
long local_38;
int4 local_2c;
int8 local_28;
int4 local_20;
int4 local_1c;
int8 local_18;
int4 local_c;
local_2c = 0;
local_28 = param_4;
local_20 = param_3;
local_1c = param_2;
local_18... | |
5,163 | SceneMain::saveData(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | GhostEscape/src/scene_main.cpp | void SceneMain::saveData(const std::string &file_path)
{
auto score = game_.getHighScore();
std::ofstream file(file_path, std::ios::binary); // 以二进制形式保存
if (file.is_open()) {
file.write(reinterpret_cast<const char*>(&score), sizeof(score));
file.close();
}
} | O0 | cpp | SceneMain::saveData(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
movq %rsp, %rbp
subq $0x230, %rsp # imm = 0x230
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq 0x10(%rax), %rdi
callq 0x1f950
movl %eax, -0x14(%rbp)
movq -0x10(%rbp)... | _ZN9SceneMain8saveDataERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
mov rbp, rsp
sub rsp, 230h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov rdi, [rax+10h]; this
call _ZNK4Game12getHighScoreEv; Game::getHighScore(void)
mov dword ptr [rbp+var_14... | long long SceneMain::saveData(long long a1, long long a2)
{
char v3[516]; // [rsp+18h] [rbp-218h] BYREF
char v4[4]; // [rsp+21Ch] [rbp-14h] BYREF
long long v5; // [rsp+220h] [rbp-10h]
long long v6; // [rsp+228h] [rbp-8h]
v6 = a1;
v5 = a2;
*(_DWORD *)v4 = Game::getHighScore(*(Game **)(a1 + 16));
std::o... | saveData:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x230
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,qword ptr [RAX + 0x10]
CALL 0x0011f950
MOV dword ptr [RBP + -0x14],EAX
MOV RSI,qword ptr [RBP + -0x10]
LEA RDI,[RBP + -0x218]
MOV qword ptr [RBP + -0x230],RDI
MOV EDX,0x4
CA... |
/* SceneMain::saveData(std::__cxx11::string const&) */
void __thiscall SceneMain::saveData(SceneMain *this,string *param_1)
{
byte bVar1;
ofstream local_220 [516];
int4 local_1c;
string *local_18;
SceneMain *local_10;
local_18 = param_1;
local_10 = this;
local_1c = Game::getHighScore(*(Game **)(th... | |
5,164 | minja::simple_function(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>>>> const&, std::function<... | monkey531[P]llama/common/minja.hpp | static Value simple_function(const std::string & fn_name, const std::vector<std::string> & params, const std::function<Value(const std::shared_ptr<Context> &, Value & args)> & fn) {
std::map<std::string, size_t> named_positions;
for (size_t i = 0, n = params.size(); i < n; i++) named_positions[params[i]] = i;
re... | O3 | cpp | minja::simple_function(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>>>> const&, std::function<... | _ZN5minjaL15simple_functionERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSt6vectorIS5_SaIS5_EERKSt8functionIFNS_5ValueERKSt10shared_ptrINS_7ContextEERSE_EE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0E8h
mov [rsp+118h+var_F0], rcx
mov r15, rdx
mov r14, r... | long long minja::simple_function(long long a1, long long a2, _QWORD *a3, long long a4)
{
long long v5; // rbp
long long v6; // rbp
long long v7; // rbx
long long v8; // r12
long long v9; // r12
long long v10; // rax
long long v11; // rdx
int v12; // ecx
int *v13; // r8
int *v14; // rsi
long long ... | simple_function:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xe8
MOV qword ptr [RSP + 0x28],RCX
MOV R15,RDX
MOV R14,RSI
MOV qword ptr [RSP + 0x20],RDI
LEA RAX,[RSP + 0xc0]
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
M... |
/* minja::simple_function(std::__cxx11::string const&, std::vector<std::__cxx11::string,
std::allocator<std::__cxx11::string > > const&, std::function<minja::Value
(std::shared_ptr<minja::Context> const&, minja::Value&)> const&) */
void __thiscall
minja::simple_function(minja *this,string *param_1,vector *param... | |
5,165 | my_coll_lexem_print_error | eloqsql/strings/ctype-uca.c | static void my_coll_lexem_print_error(MY_COLL_LEXEM *lexem,
char *errstr, size_t errsize,
const char *txt)
{
char tail[30];
size_t len= lexem->end - lexem->prev;
strmake (tail, lexem->prev, (size_t) MY_MIN(len, sizeof(tail)-1));
errstr[... | O0 | c | my_coll_lexem_print_error:
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x38(%rbp)
movq %rsi, -0x40(%rbp)
movq %rdx, -0x48(%rbp)
movq %rcx, -0x50(%rbp)
movq -0x38(%rbp), %rax
movq 0x10(%rax), %rax
movq -0x38(%rbp), %rcx
movq 0x18(%rcx), %rcx
subq %rcx, %rax
movq %rax... | my_coll_lexem_print_error:
push rbp
mov rbp, rsp
sub rsp, 90h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_38], rdi
mov [rbp+var_40], rsi
mov [rbp+var_48], rdx
mov [rbp+var_50], rcx
mov rax, [rbp+var_38]
mov rax, [rax+10h]
mov rcx, [rbp+var_38]
mov rcx, [rcx+18h]
... | unsigned long long my_coll_lexem_print_error(long long a1, long long a2, long long a3, _BYTE *a4)
{
int v4; // r9d
int v6; // [rsp+18h] [rbp-78h]
long long v7; // [rsp+30h] [rbp-60h]
unsigned long long v8; // [rsp+38h] [rbp-58h]
_BYTE v11[40]; // [rsp+60h] [rbp-30h] BYREF
unsigned long long v12; // [rsp+88... | my_coll_lexem_print_error:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x90
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x38],RDI
MOV qword ptr [RBP + -0x40],RSI
MOV qword ptr [RBP + -0x48],RDX
MOV qword ptr [RBP + -0x50],RCX
MOV RAX,qword ptr [RBP + -0x38]
MOV RAX,qword ptr [RAX + 0x10]
MOV RCX,q... |
void my_coll_lexem_print_error(long param_1,long param_2,long param_3,char *param_4)
{
long in_FS_OFFSET;
char *local_90;
ulong local_78;
int1 local_38 [40];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
local_78 = *(long *)(param_1 + 0x10) - *(long *)(param_1 + 0x18);
if (0x1c < local_... | |
5,166 | blst_bendian_from_scalar | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/exports.c | void blst_bendian_from_scalar(unsigned char ret[32], const pow256 a)
{
vec256 out;
limbs_from_le_bytes(out, a, sizeof(out));
be_bytes_from_limbs(ret, out, sizeof(out));
vec_zero(out, sizeof(out));
} | O3 | c | blst_bendian_from_scalar:
pushq %rbp
movq %rsp, %rbp
movl $0x1f, %eax
xorl %ecx, %ecx
shlq $0x8, %rcx
movzbl (%rsi,%rax), %edx
orq %rdx, %rcx
movq %rax, %rdx
andq $-0x8, %rdx
movq %rcx, -0x20(%rbp,%rdx)
addq $-0x1, %rax
jb 0x63ab7
movl $0x1f, %eax
movl $0xf8, %edx
movq %rax, %rcx
andq $-0x8, %rcx
movq -0x20(%rbp,%rcx),... | blst_bendian_from_scalar:
push rbp
mov rbp, rsp
mov eax, 1Fh
xor ecx, ecx
loc_63AB7:
shl rcx, 8
movzx edx, byte ptr [rsi+rax]
or rcx, rdx
mov rdx, rax
and rdx, 0FFFFFFFFFFFFFFF8h
mov [rbp+rdx+var_20], rcx
add rax, 0FFFFFFFFFFFFFFFFh
jb short loc_63AB7
mov eax, 1Fh
mov ... | _QWORD * blst_bendian_from_scalar(_BYTE *a1, long long a2)
{
long long v2; // rax
unsigned long long v3; // rcx
bool v4; // cf
long long v5; // rax
long long v6; // rdx
long long i; // rax
_QWORD v9[4]; // [rsp+0h] [rbp-20h] BYREF
v2 = 31LL;
v3 = 0LL;
do
{
v3 = *(unsigned __int8 *)(a2 + v2) |... | blst_bendian_from_scalar:
PUSH RBP
MOV RBP,RSP
MOV EAX,0x1f
XOR ECX,ECX
LAB_00163ab7:
SHL RCX,0x8
MOVZX EDX,byte ptr [RSI + RAX*0x1]
OR RCX,RDX
MOV RDX,RAX
AND RDX,-0x8
MOV qword ptr [RBP + RDX*0x1 + -0x20],RCX
ADD RAX,-0x1
JC 0x00163ab7
MOV EAX,0x1f
MOV EDX,0xf8
LAB_00163ade:
MOV RCX,RAX
AND RCX,-0x8
MOV RSI,qword ptr... |
ulong * blst_bendian_from_scalar(int1 *param_1,long param_2)
{
ulong uVar1;
long lVar2;
ulong uVar3;
byte bVar4;
bool bVar5;
ulong local_28 [4];
uVar1 = 0x1f;
uVar3 = 0;
do {
uVar3 = uVar3 << 8 | (ulong)*(byte *)(param_2 + uVar1);
*(ulong *)((long)local_28 + (uVar1 & 0xfffffffffffffff8)) ... | |
5,167 | void mjCModel::CopyList<mjCMesh>(std::vector<mjCMesh*, std::allocator<mjCMesh*>>&, std::vector<mjCMesh*, std::allocator<mjCMesh*>> const&, std::map<mjCDef*, int, std::less<mjCDef*>, std::allocator<std::pair<mjCDef* const, int>>>&, std::vector<mjCDef*, std::allocator<mjCDef*>> const&) | aimrt_mujoco_sim/_deps/mujoco-src/src/user/user_model.cc | void mjCModel::CopyList(std::vector<T*>& dest,
const std::vector<T*>& source,
std::map<mjCDef*, int>& def_map,
const std::vector<mjCDef*>& defaults) {
// loop over the elements from the other model
int nsource = (int)source.size();
for (int i... | O0 | cpp | void mjCModel::CopyList<mjCMesh>(std::vector<mjCMesh*, std::allocator<mjCMesh*>>&, std::vector<mjCMesh*, std::allocator<mjCMesh*>> const&, std::map<mjCDef*, int, std::less<mjCDef*>, std::allocator<std::pair<mjCDef* const, int>>>&, std::vector<mjCDef*, std::allocator<mjCDef*>> const&):
subq $0x288, %rsp # imm... | _ZN8mjCModel8CopyListI8mjCTupleEEvRSt6vectorIPT_SaIS4_EERKS6_RSt3mapIP6mjCDefiSt4lessISC_ESaISt4pairIKSC_iEEERKS2_ISC_SaISC_EE:
sub rsp, 288h
mov [rsp+288h+var_8], rdi
mov [rsp+288h+var_10], rsi
mov [rsp+288h+var_18], rdx
mov [rsp+288h+var_20], rcx
mov [rsp+288h+var_28], r8
mov rax, [rsp+288... | long long mjCModel::CopyList<mjCTuple>(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
const mjCTuple **v5; // rax
long long v6; // rsi
int *v7; // rax
long long result; // rax
long long v9; // rax
long long v10; // [rsp+8h] [rbp-280h]
_QWORD *v11; // [rsp+10h] [rbp-278h]
long lon... | |||
5,168 | void mjCModel::CopyList<mjCMesh>(std::vector<mjCMesh*, std::allocator<mjCMesh*>>&, std::vector<mjCMesh*, std::allocator<mjCMesh*>> const&, std::map<mjCDef*, int, std::less<mjCDef*>, std::allocator<std::pair<mjCDef* const, int>>>&, std::vector<mjCDef*, std::allocator<mjCDef*>> const&) | aimrt_mujoco_sim/_deps/mujoco-src/src/user/user_model.cc | void mjCModel::CopyList(std::vector<T*>& dest,
const std::vector<T*>& source,
std::map<mjCDef*, int>& def_map,
const std::vector<mjCDef*>& defaults) {
// loop over the elements from the other model
int nsource = (int)source.size();
for (int i... | O3 | cpp | void mjCModel::CopyList<mjCMesh>(std::vector<mjCMesh*, std::allocator<mjCMesh*>>&, std::vector<mjCMesh*, std::allocator<mjCMesh*>> const&, std::map<mjCDef*, int, std::less<mjCDef*>, std::allocator<std::pair<mjCDef* const, int>>>&, std::vector<mjCDef*, std::allocator<mjCDef*>> const&):
pushq %rbp
pushq %r15
pushq %r14
p... | _ZN8mjCModel8CopyListI7mjCFlexEEvRSt6vectorIPT_SaIS4_EERKS6_RSt3mapIP6mjCDefiSt4lessISC_ESaISt4pairIKSC_iEEERKS2_ISC_SaISC_EE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov [rsp+0C8h+var_58], r8
mov [rsp+0C8h+var_60], rcx
mov rbx, rsi
mov r15, rdi
mov r... | void mjCModel::CopyList<mjCFlex>(long long a1, long long *a2, _QWORD *a3, long long a4, _QWORD *a5, __m128 _XMM0)
{
long long v8; // r14
long long v9; // r12
mjCFlex *v10; // rbp
char **v11; // rax
char *v12; // rsi
long long v13; // rax
int *v14; // rax
long long v15; // rax
long long v16; // rcx
... | CopyList<mjCFlex>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV qword ptr [RSP + 0x70],R8
MOV qword ptr [RSP + 0x68],RCX
MOV RBX,RSI
MOV R15,RDI
MOV R14,qword ptr [RDX + 0x8]
SUB R14,qword ptr [RDX]
SHR R14,0x3
TEST R14D,R14D
JLE 0x001f3d28
MOV R13,RDX
AND R14D,0x7fffffff
XOR R12D,R12D
LAB_001... |
/* void mjCModel::CopyList<mjCFlex>(std::vector<mjCFlex*, std::allocator<mjCFlex*> >&,
std::vector<mjCFlex*, std::allocator<mjCFlex*> > const&, std::map<mjCDef*, int,
std::less<mjCDef*>, std::allocator<std::pair<mjCDef* const, int> > >&, std::vector<mjCDef*,
std::allocator<mjCDef*> > const&) */
void __thisca... | |
5,169 | my_once_alloc | eloqsql/mysys/my_once.c | void* my_once_alloc(size_t Size, myf MyFlags)
{
size_t get_size, max_left;
uchar* point;
reg1 USED_MEM *next;
reg2 USED_MEM **prev;
Size= ALIGN_SIZE(Size);
prev= &my_once_root_block;
max_left=0;
for (next=my_once_root_block ; next && next->left < Size ; next= next->next)
{
if (next->left > max_le... | O3 | c | my_once_alloc:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
addq $0x7, %r14
andq $-0x8, %r14
leaq 0x33fd21(%rip), %r13 # 0x36aee0
movq (%r13), %rcx
xorl %eax, %eax
testq %rcx, %rcx
je 0x2b1ea
movq %rcx, %r13
movq 0x8(%rcx), %rcx
cmpq %r1... | my_once_alloc:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rsi
mov r14, rdi
add r14, 7
and r14, 0FFFFFFFFFFFFFFF8h
lea r13, my_once_root_block
mov rcx, [r13+0]
xor eax, eax
test rcx, rcx
jz short loc_2B1EA
loc_2B1CA:
m... | long long my_once_alloc(long long a1, char a2)
{
unsigned long long v2; // r14
_QWORD *v3; // r13
_QWORD *v4; // rcx
unsigned long long v5; // rax
unsigned long long v6; // rcx
unsigned long long v7; // r15
_QWORD *v8; // rax
char *v9; // r12
int v11; // r14d
int v12; // ecx
int v13; // r8d
int... | my_once_alloc:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
ADD R14,0x7
AND R14,-0x8
LEA R13,[0x46aee0]
MOV RCX,qword ptr [R13]
XOR EAX,EAX
TEST RCX,RCX
JZ 0x0012b1ea
LAB_0012b1ca:
MOV R13,RCX
MOV RCX,qword ptr [RCX + 0x8]
CMP RCX,R14
JNC 0x0012b233
CMP RCX,RAX
CMOV... |
void * my_once_alloc(long param_1,ulong param_2)
{
int iVar1;
int8 *puVar2;
ulong uVar3;
int8 *puVar4;
int *piVar5;
ulong uVar6;
ulong uVar7;
void *pvVar8;
int8 *puVar9;
ulong __n;
ulong __size;
__n = param_1 + 7U & 0xfffffffffffffff8;
uVar3 = 0;
puVar2 = my_once_root_block;
puVar9 = ... | |
5,170 | 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::... | llama.cpp/common/json.hpp | serializer(output_adapter_t<char> s, const char ichar,
error_handler_t error_handler_ = error_handler_t::strict)
: o(std::move(s))
, loc(std::localeconv())
, thousands_sep(loc->thousands_sep == nullptr ? '\0' : std::char_traits<char>::to_char_type(* (loc->thousands_sep)))
... | O3 | 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_IhSaIhEEvEEEC2ESt10shared_ptrINS1_23output_adapter_protocolIcEEEcNS1_15error_handler_tE:
push rbp
push r15
push r14
push rbx
push ... | long long 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>>::serializer(
long long a1,
... | serializer:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV EBX,ECX
MOV EBP,EDX
MOV R14,RDI
XOR R15D,R15D
MOV qword ptr [RDI + 0x8],R15
MOVUPS XMM0,xmmword ptr [RSI]
MOV qword ptr [RSI + 0x8],R15
MOVUPS xmmword ptr [RDI],XMM0
MOV qword ptr [RSI],R15
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x40],XMM0
MOVUPS xmmword p... |
/* 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
... | |
5,171 | Catch::XmlWriter& Catch::XmlWriter::writeAttribute<unsigned int, void>(Catch::StringRef, unsigned int const&) | AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.hpp | XmlWriter& writeAttribute( StringRef name, T const& attribute ) {
ReusableStringStream rss;
rss << attribute;
return writeAttribute( name, rss.str() );
} | O3 | cpp | Catch::XmlWriter& Catch::XmlWriter::writeAttribute<unsigned int, void>(Catch::StringRef, unsigned int const&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x30, %rsp
movq %rcx, %r12
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movq %rsp, %r13
movq %r13, %rdi
callq 0x5e2c8
movq 0x8(%r13), %rdi
movq (... | _ZN5Catch9XmlWriter14writeAttributeIlvEERS0_NS_9StringRefERKT_:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 30h
mov r12, rcx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov r13, rsp
mov rdi, r13; this
call _ZN5Catch20ReusableStringStreamC2Ev; Catch::ReusableStringStrea... | long long Catch::XmlWriter::writeAttribute<long,void>(long long a1, const char *a2, long long a3, _QWORD *a4)
{
double v6; // xmm0_8
long long v8; // [rsp+0h] [rbp-58h] BYREF
long long v9; // [rsp+8h] [rbp-50h]
void *v10[2]; // [rsp+10h] [rbp-48h] BYREF
long long v11; // [rsp+20h] [rbp-38h] BYREF
Catch::R... | writeAttribute<long,void>:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x30
MOV R12,RCX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV R13,RSP
MOV RDI,R13
CALL 0x0015e2c8
MOV RDI,qword ptr [R13 + 0x8]
MOV RSI,qword ptr [R12]
LAB_00179a46:
CALL 0x00117470
MOV RSI,qword ptr [RSP + 0x8]
ADD RSI,0x8
LAB_00179a54:
LEA RDI... |
/* Catch::XmlWriter& Catch::XmlWriter::writeAttribute<long, void>(Catch::StringRef, long const&) */
XmlWriter * __thiscall
Catch::XmlWriter::writeAttribute<long,void>(XmlWriter *this,int8 param_2,int8 param_3)
{
ReusableStringStream aRStack_58 [8];
long local_50;
long *local_48;
int8 local_40;
long local_3... | |
5,172 | lre_is_cased | bluesky950520[P]quickjs/libunicode.c | BOOL lre_is_cased(uint32_t c)
{
uint32_t v, code, len;
int idx, idx_min, idx_max;
idx_min = 0;
idx_max = countof(case_conv_table1) - 1;
while (idx_min <= idx_max) {
idx = (unsigned)(idx_max + idx_min) / 2;
v = case_conv_table1[idx];
code = v >> (32 - 17);
len = (v >>... | O0 | c | lre_is_cased:
subq $0x28, %rsp
movl %edi, 0x20(%rsp)
movl $0x0, 0xc(%rsp)
movl $0x179, 0x8(%rsp) # imm = 0x179
movl 0xc(%rsp), %eax
cmpl 0x8(%rsp), %eax
jg 0x103311
movl 0x8(%rsp), %eax
addl 0xc(%rsp), %eax
shrl %eax
movl %eax, 0x10(%rsp)
movslq 0x10(%rsp), %rcx
leaq 0xe2a4(%rip), %rax # 0x111550
movl (%rax,... | lre_is_cased:
sub rsp, 28h
mov [rsp+28h+var_8], edi
mov [rsp+28h+var_1C], 0
mov [rsp+28h+var_20], 179h
loc_103288:
mov eax, [rsp+28h+var_1C]
cmp eax, [rsp+28h+var_20]
jg short loc_103311
mov eax, [rsp+28h+var_20]
add eax, [rsp+28h+var_1C]
shr eax, 1
mov [rsp+28h+var_18], eax... | long long lre_is_cased(unsigned int a1)
{
int v2; // [rsp+8h] [rbp-20h]
signed int v3; // [rsp+Ch] [rbp-1Ch]
unsigned int v4; // [rsp+10h] [rbp-18h]
unsigned int v5; // [rsp+1Ch] [rbp-Ch]
v3 = 0;
v2 = 377;
while ( v3 <= v2 )
{
v4 = (unsigned int)(v3 + v2) >> 1;
v5 = case_conv_table1[v4];
i... | |||
5,173 | lre_is_cased | bluesky950520[P]quickjs/libunicode.c | BOOL lre_is_cased(uint32_t c)
{
uint32_t v, code, len;
int idx, idx_min, idx_max;
idx_min = 0;
idx_max = countof(case_conv_table1) - 1;
while (idx_min <= idx_max) {
idx = (unsigned)(idx_max + idx_min) / 2;
v = case_conv_table1[idx];
code = v >> (32 - 17);
len = (v >>... | O1 | c | lre_is_cased:
xorl %edx, %edx
movl $0x179, %ecx # imm = 0x179
leaq 0xa83f(%rip), %rax # 0xa2140
leal (%rcx,%rdx), %esi
shrl %esi
movl (%rax,%rsi,4), %r8d
movl %r8d, %r9d
shrl $0xf, %r9d
cmpl %edi, %r9d
jbe 0x9791c
decl %esi
movl %esi, %ecx
jmp 0x97930
shrl $0x8, %r8d
andl $0x7f, %r8d
addl %r9d, %r8d
cmp... | lre_is_cased:
xor edx, edx
mov ecx, 179h
lea rax, case_conv_table1
loc_97901:
lea esi, [rcx+rdx]
shr esi, 1
mov r8d, [rax+rsi*4]
mov r9d, r8d
shr r9d, 0Fh
cmp r9d, edi
jbe short loc_9791C
dec esi
mov ecx, esi
jmp short loc_97930
loc_9791C:
shr r8d, 8
and r8d, ... | long long lre_is_cased(long long a1)
{
int v1; // edx
int v2; // ecx
long long v3; // rsi
unsigned int v4; // r9d
v1 = 0;
v2 = 377;
while ( 1 )
{
v3 = (unsigned int)(v2 + v1) >> 1;
v4 = case_conv_table1[v3] >> 15;
if ( v4 <= (unsigned int)a1 )
break;
v2 = v3 - 1;
LABEL_6:
if ... | lre_is_cased:
XOR EDX,EDX
MOV ECX,0x179
LEA RAX,[0x1a2140]
LAB_00197901:
LEA ESI,[RCX + RDX*0x1]
SHR ESI,0x1
MOV R8D,dword ptr [RAX + RSI*0x4]
MOV R9D,R8D
SHR R9D,0xf
CMP R9D,EDI
JBE 0x0019791c
DEC ESI
MOV ECX,ESI
JMP 0x00197930
LAB_0019791c:
SHR R8D,0x8
AND R8D,0x7f
ADD R8D,R9D
CMP R8D,EDI
JA 0x00197949
INC ESI
MOV ED... |
int8 lre_is_cased(uint param_1)
{
int8 uVar1;
uint uVar2;
int iVar3;
int iVar4;
uint uVar5;
iVar4 = 0;
iVar3 = 0x179;
do {
uVar2 = (uint)(iVar3 + iVar4) >> 1;
uVar5 = (uint)(&case_conv_table1)[uVar2] >> 0xf;
if (param_1 < uVar5) {
iVar3 = uVar2 - 1;
}
else {
if (para... | |
5,174 | lre_is_cased | bluesky950520[P]quickjs/libunicode.c | BOOL lre_is_cased(uint32_t c)
{
uint32_t v, code, len;
int idx, idx_min, idx_max;
idx_min = 0;
idx_max = countof(case_conv_table1) - 1;
while (idx_min <= idx_max) {
idx = (unsigned)(idx_max + idx_min) / 2;
v = case_conv_table1[idx];
code = v >> (32 - 17);
len = (v >>... | O3 | c | lre_is_cased:
xorl %edx, %edx
movl $0x179, %ecx # imm = 0x179
leaq 0xaf14(%rip), %rax # 0xa50f0
leal (%rcx,%rdx), %esi
shrl %esi
movl (%rax,%rsi,4), %r8d
movl %r8d, %r9d
shrl $0xf, %r9d
cmpl %edi, %r9d
jbe 0x9a1f7
decl %esi
movl %esi, %ecx
jmp 0x9a20b
shrl $0x8, %r8d
andl $0x7f, %r8d
addl %r9d, %r8d
cmp... | lre_is_cased:
xor edx, edx
mov ecx, 179h
lea rax, case_conv_table1
loc_9A1DC:
lea esi, [rcx+rdx]
shr esi, 1
mov r8d, [rax+rsi*4]
mov r9d, r8d
shr r9d, 0Fh
cmp r9d, edi
jbe short loc_9A1F7
dec esi
mov ecx, esi
jmp short loc_9A20B
loc_9A1F7:
shr r8d, 8
and r8d, ... | long long lre_is_cased(long long a1)
{
int v1; // edx
int v2; // ecx
long long v3; // rsi
unsigned int v4; // r9d
v1 = 0;
v2 = 377;
while ( 1 )
{
v3 = (unsigned int)(v2 + v1) >> 1;
v4 = case_conv_table1[v3] >> 15;
if ( v4 <= (unsigned int)a1 )
break;
v2 = v3 - 1;
LABEL_6:
if ... | lre_is_cased:
XOR EDX,EDX
MOV ECX,0x179
LEA RAX,[0x1a50f0]
LAB_0019a1dc:
LEA ESI,[RCX + RDX*0x1]
SHR ESI,0x1
MOV R8D,dword ptr [RAX + RSI*0x4]
MOV R9D,R8D
SHR R9D,0xf
CMP R9D,EDI
JBE 0x0019a1f7
DEC ESI
MOV ECX,ESI
JMP 0x0019a20b
LAB_0019a1f7:
SHR R8D,0x8
AND R8D,0x7f
ADD R8D,R9D
CMP R8D,EDI
JA 0x0019a224
INC ESI
MOV ED... |
int8 lre_is_cased(uint param_1)
{
int8 uVar1;
uint uVar2;
int iVar3;
int iVar4;
uint uVar5;
iVar4 = 0;
iVar3 = 0x179;
do {
uVar2 = (uint)(iVar3 + iVar4) >> 1;
uVar5 = (uint)(&case_conv_table1)[uVar2] >> 0xf;
if (param_1 < uVar5) {
iVar3 = uVar2 - 1;
}
else {
if (para... | |
5,175 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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... | monkey531[P]llama/common/json.hpp | bool key(string_t& val)
{
BasicJsonType k = BasicJsonType(val);
// check callback for key
const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k);
key_keep_stack.push_back(keep);
// add discarded value at given key and store the reference for l... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyERSB_:
sub rsp, 78h
mov [rsp+78h+var_8], rdi
mov [rsp+78h+var_10], rsi
mov rax, [rsp+78h+var_8... | char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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>>::key(
long long... | key:
SUB RSP,0x78
MOV qword ptr [RSP + 0x70],RDI
MOV qword ptr [RSP + 0x68],RSI
MOV RAX,qword ptr [RSP + 0x70]
MOV qword ptr [RSP + 0x10],RAX
MOV RSI,qword ptr [RSP + 0x68]
LEA RDI,[RSP + 0x58]
MOV qword ptr [RSP + 0x20],RDI
CALL 0x001f0340
MOV RDI,qword ptr [RSP + 0x10]
MOV RAX,RDI
SUB RAX,-0x80
MOV qword ptr [RSP + 0... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all... | |
5,176 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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... | monkey531[P]llama/common/json.hpp | bool key(string_t& val)
{
BasicJsonType k = BasicJsonType(val);
// check callback for key
const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k);
key_keep_stack.push_back(keep);
// add discarded value at given key and store the reference for l... | O1 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyERSB_:
push rbp
push r14
push rbx
sub rsp, 30h
mov r14, rsi
mov rbx, rdi
lea rdi, [rs... | char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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>>::key(
long long... | key:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x10]
CALL 0x00171a1a
MOV RAX,qword ptr [RBX + 0x10]
SUB RAX,qword ptr [RBX + 0x8]
SHR RAX,0x3
MOV dword ptr [RSP + 0xc],EAX
MOV byte ptr [RSP + 0xb],0x4
CMP qword ptr [RBX + 0x90],0x0
JZ 0x0016ee82
LEA RDI,[RBX + 0x80]
LAB_0016ede2:
LE... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all... | |
5,177 | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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... | monkey531[P]llama/common/json.hpp | bool key(string_t& val)
{
BasicJsonType k = BasicJsonType(val);
// check callback for key
const bool keep = callback(static_cast<int>(ref_stack.size()), parse_event_t::key, k);
key_keep_stack.push_back(keep);
// add discarded value at given key and store the reference for l... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyERSB_:
push rbp
push r14
push rbx
sub rsp, 30h
mov r14, rsi
mov rbx, rdi
lea rdi, [rs... | char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<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>>::key(
long long... | key:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x10]
CALL 0x0017218a
MOV RAX,qword ptr [RBX + 0x10]
SUB RAX,qword ptr [RBX + 0x8]
SHR RAX,0x3
MOV dword ptr [RSP + 0xc],EAX
MOV byte ptr [RSP + 0xb],0x4
CMP qword ptr [RBX + 0x90],0x0
JZ 0x0016f648
LEA RDI,[RBX + 0x80]
LAB_0016f5a8:
LE... |
/* nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::all... | |
5,178 | LefDefParser::defiPath::bumpSize(int) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiPath.cpp | void defiPath::bumpSize(int size) {
int i;
int* newKeys = (int*)malloc(size * sizeof(int*));
void** newData = (void**)malloc(size * sizeof(void*));
for (i = 0; i < numUsed_; i++) {
newKeys[i] = keys_[i];
newData[i] = data_[i];
}
if (keys_) free((char*)(keys_));
if (data_) free((char*)(data_));
... | O3 | cpp | LefDefParser::defiPath::bumpSize(int):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movl %esi, %ebx
movq %rdi, %r14
movslq %esi, %r12
shlq $0x3, %r12
movq %r12, %rdi
callq 0x7270
movq %rax, %r15
movq %r12, %rdi
callq 0x7270
movq %rax, %r12
movslq 0x10(%r14), %rax
movq (%r14), %rdi
testq %rax, %rax
jle 0x141f7... | _ZN12LefDefParser8defiPath8bumpSizeEi:
push r15
push r14
push r12
push rbx
push rax
mov ebx, esi
mov r14, rdi
movsxd r12, esi
shl r12, 3
mov rdi, r12
call _malloc
mov r15, rax
mov rdi, r12
call _malloc
mov r12, rax
movsxd rax, dword ptr [r14+10h]
mov rdi, [r14]
tes... | long long LefDefParser::defiPath::bumpSize(LefDefParser::defiPath *this, int a2)
{
long long v3; // r15
long long v4; // r12
long long result; // rax
_DWORD *v6; // rdi
long long v7; // rcx
long long i; // rdx
void *v9; // rdi
v3 = malloc(8LL * a2);
v4 = malloc(8LL * a2);
result = *((int *)this + ... | bumpSize:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV EBX,ESI
MOV R14,RDI
MOVSXD R12,ESI
SHL R12,0x3
MOV RDI,R12
CALL 0x00107270
MOV R15,RAX
MOV RDI,R12
CALL 0x00107270
MOV R12,RAX
MOVSXD RAX,dword ptr [R14 + 0x10]
MOV RDI,qword ptr [R14]
TEST RAX,RAX
JLE 0x001141f7
MOV RCX,qword ptr [R14 + 0x8]
XOR EDX,EDX
LAB_00... |
/* LefDefParser::defiPath::bumpSize(int) */
void __thiscall LefDefParser::defiPath::bumpSize(defiPath *this,int param_1)
{
int iVar1;
void *__ptr;
long lVar2;
void *pvVar3;
void *pvVar4;
long lVar5;
pvVar3 = malloc((long)param_1 << 3);
pvVar4 = malloc((long)param_1 << 3);
iVar1 = *(int *)(this +... | |
5,179 | serial_cpp::Serial::SerialImpl::getCTS() | ami-iit[P]serial_cpp/src/impl/unix.cc | bool
Serial::SerialImpl::getCTS ()
{
if (is_open_ == false) {
throw PortNotOpenedException ("Serial::getCTS");
}
int status;
if (-1 == ioctl (fd_, TIOCMGET, &status))
{
stringstream ss;
ss << "getCTS failed on a call to ioctl(TIOCMGET): " << errno << " " << strerror(errno);
throw(SerialExcep... | O0 | cpp | serial_cpp::Serial::SerialImpl::getCTS():
pushq %rbp
movq %rsp, %rbp
subq $0x200, %rsp # imm = 0x200
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x1d0(%rbp)
movb 0x2c(%rax), %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
jne 0xbb03
movl $0x28, %edi
callq 0x31a0
movq %rax, %rdi
movq %rdi, %ra... | _ZN10serial_cpp6Serial10SerialImpl6getCTSEv:
push rbp
mov rbp, rsp
sub rsp, 200h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_1D0], rax
mov al, [rax+2Ch]
and al, 1
movzx eax, al
cmp eax, 0
jnz short loc_BB03
mov edi, 28h ; '('; thrown_size
call ___cxa_allocate_e... | bool serial_cpp::Serial::SerialImpl::getCTS(serial_cpp::Serial::SerialImpl *this)
{
unsigned int *v1; // rax
long long v2; // rdi
unsigned int *v3; // rax
long long v4; // rax
const char *v5; // rax
serial_cpp::SerialException *v7; // [rsp+8h] [rbp-1F8h]
long long v8; // [rsp+10h] [rbp-1F0h]
long long ... | getCTS:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x200
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x1d0],RAX
MOV AL,byte ptr [RAX + 0x2c]
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
JNZ 0x0010bb03
MOV EDI,0x28
CALL 0x001031a0
MOV RDI,RAX
MOV RAX,RDI
MOV qword ptr [RBP + -0x1d8],RAX
LAB_0010babe:
LE... |
/* serial_cpp::Serial::SerialImpl::getCTS() */
bool __thiscall serial_cpp::Serial::SerialImpl::getCTS(SerialImpl *this)
{
int iVar1;
PortNotOpenedException *this_00;
ostream *poVar2;
int *piVar3;
char *pcVar4;
SerialException *this_01;
stringstream local_1a8 [16];
ostream local_198 [376];
uint loca... | |
5,180 | minja::Value::to_bool() const | monkey531[P]llama/common/minja.hpp | bool to_bool() const {
if (is_null()) return false;
if (is_boolean()) return get<bool>();
if (is_number()) return get<double>() != 0;
if (is_string()) return !get<std::string>().empty();
if (is_array()) return !empty();
return true;
} | O1 | cpp | minja::Value::to_bool() const:
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rsi
cmpq $0x0, 0x20(%rdi)
movq 0x10(%rdi), %rax
movb 0x40(%rdi), %cl
jne 0x857f4
testq %rax, %rax
jne 0x857f4
testb %cl, %cl
jne 0x857f4
cmpq $0x0, 0x30(%rsi)
jne 0x857f4
xorl %ebx, %ebx
movl %ebx, %eax
addq $0x28, %rsp
popq %rbx
popq %r1... | _ZNK5minja5Value7to_boolEv:
push r14
push rbx
sub rsp, 28h
mov rsi, rdi
cmp qword ptr [rdi+20h], 0
mov rax, [rdi+10h]
mov cl, [rdi+40h]
jnz short loc_857F4
test rax, rax
jnz short loc_857F4
test cl, cl
jnz short loc_857F4
cmp qword ptr [rsi+30h], 0
jnz short loc_857F4... | long long minja::Value::to_bool(minja::Value *this)
{
unsigned int v1; // ebx
long long v2; // rax
char v3; // cl
__m128d v5; // xmm0
void *v6[2]; // [rsp+8h] [rbp-30h] BYREF
long long v7; // [rsp+18h] [rbp-20h] BYREF
v2 = *((_QWORD *)this + 2);
v3 = *((_BYTE *)this + 64);
if ( !*((_QWORD *)this + 4... | to_bool:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RSI,RDI
CMP qword ptr [RDI + 0x20],0x0
MOV RAX,qword ptr [RDI + 0x10]
MOV CL,byte ptr [RDI + 0x40]
JNZ 0x001857f4
TEST RAX,RAX
JNZ 0x001857f4
TEST CL,CL
JNZ 0x001857f4
CMP qword ptr [RSI + 0x30],0x0
JNZ 0x001857f4
XOR EBX,EBX
LAB_001857ea:
MOV EAX,EBX
ADD RSP,0x28
POP RBX
POP... |
/* minja::Value::to_bool() const */
byte __thiscall minja::Value::to_bool(Value *this)
{
Value VVar1;
bool bVar2;
byte bVar3;
double dVar4;
long *local_30;
long local_28;
long local_20 [2];
VVar1 = this[0x40];
if ((((*(long *)(this + 0x20) == 0) && (*(long *)(this + 0x10) == 0)) && (VVar1 == (Va... | |
5,181 | vemit_tap | eloqsql/unittest/mytap/tap.c | static void
vemit_tap(int pass, char const *fmt, va_list ap)
{
fprintf(tapout, "%sok %d%s",
pass ? "" : "not ",
++g_test.last,
(fmt && *fmt) ? " - " : "");
if (fmt && *fmt)
vfprintf(tapout, fmt, ap);
fflush(tapout);
} | O0 | c | vemit_tap:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq 0x28a6(%rip), %rax # 0x3fe0
movq (%rax), %rax
movq %rax, -0x30(%rbp)
movl -0x4(%rbp), %edx
leaq 0x98e(%rip), %rax # 0x20d9
leaq 0x90b(%rip), %rcx # 0x205d
cmpl $0x0, %edx
cmov... | vemit_tap:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, cs:stdout_ptr
mov rax, [rax]
mov [rbp+var_30], rax
mov edx, [rbp+var_4]
lea rax, aNot; "not "
lea rcx, a1D+6; ""
cmp edx, 0
cmovnz rax, rcx
mov ... | long long vemit_tap(int a1, _BYTE *a2, long long a3)
{
const char *v3; // rax
const char *v4; // r8
int v6; // [rsp+10h] [rbp-20h]
bool v7; // [rsp+17h] [rbp-19h]
v3 = "not ";
if ( a1 )
v3 = "";
v6 = ++dword_40DC;
v7 = 0;
if ( a2 )
v7 = *a2 != 0;
v4 = "";
if ( v7 )
v4 = " - ";
fpri... | vemit_tap:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [0x00103fe0]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x30],RAX
MOV EDX,dword ptr [RBP + -0x4]
LEA RAX,[0x1020d9]
LEA RCX,[0x10205d]
CMP EDX,0x0
CMOVNZ RAX,R... |
void vemit_tap(int param_1,char *param_2,__gnuc_va_list param_3)
{
int *puVar1;
int *puVar2;
bool bVar3;
puVar1 = &DAT_001020d9;
if (param_1 != 0) {
puVar1 = &DAT_0010205d;
}
DAT_001040dc = DAT_001040dc + 1;
bVar3 = false;
if (param_2 != (char *)0x0) {
bVar3 = *param_2 != '\0';
}
puVa... | |
5,182 | main | eloqsql/client/async_example.c | int
main(int argc, char *argv[])
{
int err;
if (argc != 4)
{
fprintf(stderr, "Usage: %s <host> <user> <password>\n", argv[0]);
exit(1);
}
err= mysql_library_init(argc, argv, (char **)my_groups);
if (err)
{
fprintf(stderr, "Fatal: mysql_library_init() returns error: %d\n", err);
exit(1);
... | O0 | c | main:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl $0x0, -0x4(%rbp)
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
cmpl $0x4, -0x8(%rbp)
je 0x12965
movq 0x4769d(%rip), %rax # 0x59fe0
movq (%rax), %rdi
movq -0x10(%rbp), %rax
movq (%rax), %rdx
leaq 0x356b4(%rip), %rsi # 0x48008
movb $0x0, %al
callq 0x12610
movl... | main:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], 0
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
cmp [rbp+var_8], 4
jz short loc_12965
mov rax, cs:stderr_ptr
mov rdi, [rax]
mov rax, [rbp+var_10]
mov rdx, [rax]
lea rsi, aUsageSHostUser; "Usage: %s <host> <user> <... | int main(int argc, const char **argv, const char **envp)
{
int v4; // [rsp+Ch] [rbp-14h]
if ( argc != 4 )
{
fprintf(stderr, "Usage: %s <host> <user> <password>\n", *argv);
exit(1LL);
}
v4 = mysql_server_init(4LL, argv, &my_groups);
if ( v4 )
{
fprintf(stderr, "Fatal: mysql_library_init() ret... | main:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],0x0
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
CMP dword ptr [RBP + -0x8],0x4
JZ 0x00112965
MOV RAX,qword ptr [0x00159fe0]
MOV RDI,qword ptr [RAX]
MOV RAX,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RAX]
LEA RSI,[0x148008]
MOV AL,0x0
... |
int8 main(int param_1,int8 *param_2)
{
uint uVar1;
if (param_1 != 4) {
fprintf(*(FILE **)PTR_stderr_00159fe0,"Usage: %s <host> <user> <password>\n",*param_2);
/* WARNING: Subroutine does not return */
exit(1);
}
uVar1 = mysql_server_init(4,param_2,my_groups);
if (uVar1 != 0) {... | |
5,183 | destroy_metadata_lock(PFS_metadata_lock*) | eloqsql/storage/perfschema/pfs_instr.cc | void destroy_metadata_lock(PFS_metadata_lock *pfs)
{
assert(pfs != NULL);
global_mdl_container.deallocate(pfs);
} | O3 | cpp | destroy_metadata_lock(PFS_metadata_lock*):
pushq %rbp
movq %rsp, %rbp
movq 0x8(%rdi), %rax
movl (%rdi), %ecx
andl $-0x4, %ecx
xchgl %ecx, (%rdi)
xorl %ecx, %ecx
movb %cl, (%rax)
leaq 0x364ef4(%rip), %rax # 0x39d248
movb %cl, 0x9(%rax)
popq %rbp
retq
| _Z21destroy_metadata_lockP17PFS_metadata_lock:
push rbp
mov rbp, rsp
mov rax, [rdi+8]
mov ecx, [rdi]
and ecx, 0FFFFFFFCh
xchg ecx, [rdi]
xor ecx, ecx
mov [rax], cl
lea rax, global_mdl_container
mov [rax+9], cl
pop rbp
retn
| long long * destroy_metadata_lock(long long a1)
{
_BYTE *v1; // rax
long long *result; // rax
v1 = *(_BYTE **)(a1 + 8);
_InterlockedExchange((volatile __int32 *)a1, *(_DWORD *)a1 & 0xFFFFFFFC);
*v1 = 0;
result = global_mdl_container;
BYTE1(global_mdl_container[1]) = 0;
return result;
}
| destroy_metadata_lock:
PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [RDI + 0x8]
MOV ECX,dword ptr [RDI]
AND ECX,0xfffffffc
XCHG dword ptr [RDI],ECX
XOR ECX,ECX
MOV byte ptr [RAX],CL
LEA RAX,[0x49d248]
MOV byte ptr [RAX + 0x9],CL
POP RBP
RET
|
/* destroy_metadata_lock(PFS_metadata_lock*) */
void destroy_metadata_lock(PFS_metadata_lock *param_1)
{
LOCK();
*(uint *)param_1 = *(uint *)param_1 & 0xfffffffc;
UNLOCK();
**(int1 **)(param_1 + 8) = 0;
global_mdl_container[9] = 0;
return;
}
| |
5,184 | ma_write_keypage | eloqsql/storage/maria/ma_page.c | my_bool _ma_write_keypage(MARIA_PAGE *page, enum pagecache_page_lock lock,
int level)
{
MARIA_SHARE *share= page->info->s;
uint block_size= share->block_size;
uchar *buff= page->buff;
my_bool res;
MARIA_PINNED_PAGE page_link;
DBUG_ENTER("_ma_write_keypage");
/*
The following... | O0 | c | ma_write_keypage:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x90, %rsp
movq %rdi, -0x18(%rbp)
movl %esi, -0x1c(%rbp)
movl %edx, -0x20(%rbp)
movq -0x18(%rbp), %rax
movq (%rax), %rax
movq (%rax), %rax
movq %rax, -0x28(%rbp)
movq -0x28(%rbp), %rax
movl 0x7bc(%rax), %eax
movl %eax, -0x2c(%rbp)
movq -0x18(%rbp)... | _ma_write_keypage:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 90h
mov [rbp+var_18], rdi
mov [rbp+var_1C], esi
mov [rbp+var_20], edx
mov rax, [rbp+var_18]
mov rax, [rax]
mov rax, [rax]
mov [rbp+var_28], rax
mov rax, [rbp+var_28]
mov eax, [rax+7BCh]
mov [rbp+... | char ma_write_keypage(long long **a1, unsigned int a2, int a3)
{
char v3; // al
char v5[8]; // [rsp+48h] [rbp-58h] BYREF
int v6; // [rsp+50h] [rbp-50h]
char v7; // [rsp+58h] [rbp-48h]
char v8; // [rsp+67h] [rbp-39h]
long long *v9; // [rsp+68h] [rbp-38h]
unsigned int v10; // [rsp+74h] [rbp-2Ch]
long lon... | _ma_write_keypage:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x90
MOV qword ptr [RBP + -0x18],RDI
MOV dword ptr [RBP + -0x1c],ESI
MOV dword ptr [RBP + -0x20],EDX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x28]
MOV EAX,d... |
int1 _ma_write_keypage(long *param_1,int param_2,int4 param_3)
{
int4 local_6c;
int1 *local_68;
int1 local_60 [8];
int4 local_58;
int1 local_50;
int1 local_41;
long local_40;
uint local_34;
long local_30;
int4 local_28;
int local_24;
long *local_20;
local_30 = *(long *)*param_1;
local_3... | |
5,185 | ma_state_info_read | eloqsql/storage/maria/ma_open.c | static uchar *_ma_state_info_read(uchar *ptr, MARIA_STATE_INFO *state, myf flag)
{
uint i,keys,key_parts;
DBUG_ENTER("_ma_state_info_read");
memcpy(&state->header,ptr, sizeof(state->header));
ptr+= sizeof(state->header);
keys= (uint) state->header.keys;
key_parts= mi_uint2korr(state->header.key_parts);
... | O3 | c | ma_state_info_read:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rsi, %rbx
movq %rdi, %r14
movq 0x10(%rdi), %rax
movq %rax, 0x10(%rsi)
movups (%rdi), %xmm0
movups %xmm0, (%rsi)
movzbl 0x12(%rsi), %r9d
movzbl 0xf(%rsi), %r8d
movzbl 0xe(%rsi), %r12d
shll $0x8, %... | _ma_state_info_read:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rsi
mov r14, rdi
mov rax, [rdi+10h]
mov [rsi+10h], rax
movups xmm0, xmmword ptr [rdi]
movups xmmword ptr [rsi], xmm0
movzx r9d, byte ptr [rsi+12h]
movzx r8d, byte... | long long ma_state_info_read(long long a1, long long a2, int a3)
{
long long v3; // r9
int v4; // r8d
int v5; // r12d
int v6; // r13d
long long v7; // r15
long long v8; // rax
long long v9; // rax
long long v10; // rcx
long long v11; // r12
long long v12; // rax
int v14; // [rsp+8h] [rbp-38h]
l... | _ma_state_info_read:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RSI
MOV R14,RDI
MOV RAX,qword ptr [RDI + 0x10]
MOV qword ptr [RSI + 0x10],RAX
MOVUPS XMM0,xmmword ptr [RDI]
MOVUPS xmmword ptr [RSI],XMM0
MOVZX R9D,byte ptr [RSI + 0x12]
MOVZX R8D,byte ptr [RSI + 0xf]
MOVZX R12D,... |
int8 * _ma_state_info_read(int4 *param_1,int4 *param_2,ulong param_3)
{
int iVar1;
byte bVar2;
byte bVar3;
byte bVar4;
uint uVar5;
ulong uVar6;
int4 uVar7;
int4 uVar8;
int4 uVar9;
long lVar10;
ulong *puVar11;
ulong uVar12;
int iVar13;
int8 *puVar14;
*(int8 *)(param_2 + 4) = *(int8 *)(... | |
5,186 | google::protobuf::compiler::java::(anonymous namespace)::WireType[abi:cxx11](google::protobuf::FieldDescriptor const*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/map_field.cc | std::string WireType(const FieldDescriptor* field) {
return "com.google.protobuf.WireFormat.FieldType." +
std::string(FieldTypeName(field->type()));
} | O3 | cpp | google::protobuf::compiler::java::(anonymous namespace)::WireType[abi:cxx11](google::protobuf::FieldDescriptor const*):
pushq %r14
pushq %rbx
subq $0x38, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq 0x18(%rsi), %rdi
testq %rdi, %rdi
je 0xd895b
leaq 0x612ee(%rip), %rax # 0x139c34
leaq 0x8(%rsp), %rsi
movq %rax, (%rsi)
... | _ZN6google8protobuf8compiler4java12_GLOBAL__N_18WireTypeB5cxx11EPKNS0_15FieldDescriptorE:
push r14
push rbx
sub rsp, 38h
mov r14, rsi
mov rbx, rdi
mov rdi, [rsi+18h]
test rdi, rdi
jz short loc_D895B
lea rax, _ZN6google8protobuf15FieldDescriptor12TypeOnceInitEPKS1_; google::protobuf::Fi... | void google::protobuf::compiler::java::`anonymous namespace'::WireType[abi:cxx11](long long a1, long long a2)
{
long long v3; // rdi
char *v4; // rax
long long v5; // rax
_OWORD *v6; // rcx
long long ( *v7)(google::protobuf::FieldDescriptor *__hidden, const google::protobuf::FieldDescriptor *); // [rsp+8h] [... | WireType[abi:cxx11]:
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV R14,RSI
MOV RBX,RDI
MOV RDI,qword ptr [RSI + 0x18]
TEST RDI,RDI
JZ 0x001d895b
LEA RAX,[0x239c34]
LEA RSI,[RSP + 0x8]
MOV qword ptr [RSI],RAX
LEA RDX,[RSP + 0x10]
MOV qword ptr [RDX],R14
CALL 0x0012f19d
LAB_001d895b:
MOVZX EDI,byte ptr [R14 + 0x2]
CALL 0x001441fa
L... |
/* google::protobuf::compiler::java::(anonymous
namespace)::WireType[abi:cxx11](google::protobuf::FieldDescriptor const*) */
void __thiscall
google::protobuf::compiler::java::(anonymous_namespace)::WireType_abi_cxx11_
(_anonymous_namespace_ *this,FieldDescriptor *param_1)
{
long lVar1;
char *pcVar2;... | |
5,187 | ps_fetch_int64 | eloqsql/libmariadb/libmariadb/ma_stmt_codec.c | static
void ps_fetch_int64(MYSQL_BIND *r_param, const MYSQL_FIELD * const field,
unsigned char **row)
{
switch(r_param->buffer_type)
{
/* case MYSQL_TYPE_TINY:
ps_fetch_from_1_to_8_bytes(r_param, field, row, 1);
break;
case MYSQL_TYPE_YEAR:
case MYSQL_TYPE_SHORT:
ps_fetch_fro... | O3 | c | ps_fetch_int64:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdx, %rbx
cmpl $0x8, 0x60(%rdi)
jne 0x2674c
movq %rbx, %rdx
movl $0x8, %ecx
addq $0x8, %rsp
popq %rbx
popq %rbp
jmp 0x25ad8
movq (%rbx), %rax
movq (%rax), %rdx
movl 0x64(%rsi), %ecx
andl $0x20, %ecx
callq 0x271b3
addq $0x8, (%rbx)
addq $0x8, %rsp
po... | ps_fetch_int64:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdx
cmp dword ptr [rdi+60h], 8
jnz short loc_2674C
mov rdx, rbx
mov ecx, 8
add rsp, 8
pop rbx
pop rbp
jmp ps_fetch_from_1_to_8_bytes
loc_2674C:
mov rax, [rbx]
mov rdx, [rax]
mov ecx, [rsi+64h]
a... | long long ps_fetch_int64(long long a1, long long a2, _BYTE **a3)
{
long long result; // rax
if ( *(_DWORD *)(a1 + 96) == 8 )
return ps_fetch_from_1_to_8_bytes(a1, a2, a3, 8u);
result = convert_from_long(a1, a2, *(_QWORD *)*a3, *(_DWORD *)(a2 + 100) & 0x20);
*a3 += 8;
return result;
}
| ps_fetch_int64:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDX
CMP dword ptr [RDI + 0x60],0x8
JNZ 0x0012674c
MOV RDX,RBX
MOV ECX,0x8
ADD RSP,0x8
POP RBX
POP RBP
JMP 0x00125ad8
LAB_0012674c:
MOV RAX,qword ptr [RBX]
MOV RDX,qword ptr [RAX]
MOV ECX,dword ptr [RSI + 0x64]
AND ECX,0x20
CALL 0x001271b3
ADD qword ptr [RBX... |
void ps_fetch_int64(long param_1,long param_2,long *param_3)
{
if (*(int *)(param_1 + 0x60) == 8) {
ps_fetch_from_1_to_8_bytes(param_1,param_2,param_3,8);
return;
}
convert_from_long(param_1,param_2,*(int8 *)*param_3,*(uint *)(param_2 + 100) & 0x20);
*param_3 = *param_3 + 8;
return;
}
| |
5,188 | thr_lock_data_init | eloqsql/mysys/thr_lock.c | void thr_lock_data_init(THR_LOCK *lock,THR_LOCK_DATA *data, void *param)
{
data->lock=lock;
data->type=TL_UNLOCK;
data->owner= 0; /* no owner yet */
data->status_param=param;
data->cond=0;
data->priority= 0;
data->debug_print_param= 0;
} | O0 | c | thr_lock_data_init:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rcx
movq -0x10(%rbp), %rax
movq %rcx, 0x18(%rax)
movq -0x10(%rbp), %rax
movl $0x0, 0x40(%rax)
movq -0x10(%rbp), %rax
movq $0x0, (%rax)
movq -0x18(%rbp), %rcx
movq -0x10(%rbp), %rax
movq %... | thr_lock_data_init:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rcx, [rbp+var_8]
mov rax, [rbp+var_10]
mov [rax+18h], rcx
mov rax, [rbp+var_10]
mov dword ptr [rax+40h], 0
mov rax, [rbp+var_10]
mov qword ptr [rax], 0
mov rc... | long long thr_lock_data_init(long long a1, long long a2, long long a3)
{
long long result; // rax
*(_QWORD *)(a2 + 24) = a1;
*(_DWORD *)(a2 + 64) = 0;
*(_QWORD *)a2 = 0LL;
*(_QWORD *)(a2 + 40) = a3;
*(_QWORD *)(a2 + 32) = 0LL;
*(_DWORD *)(a2 + 72) = 0;
result = a2;
*(_QWORD *)(a2 + 48) = 0LL;
retu... | thr_lock_data_init:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RCX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RAX + 0x18],RCX
MOV RAX,qword ptr [RBP + -0x10]
MOV dword ptr [RAX + 0x40],0x0
MOV RAX,qword ptr [RBP + -0... |
void thr_lock_data_init(int8 param_1,int8 *param_2,int8 param_3)
{
param_2[3] = param_1;
*(int4 *)(param_2 + 8) = 0;
*param_2 = 0;
param_2[5] = param_3;
param_2[4] = 0;
*(int4 *)(param_2 + 9) = 0;
param_2[6] = 0;
return;
}
| |
5,189 | mysql_stmt_prepare_cont | eloqsql/libmariadb/libmariadb/mariadb_async.c | int STDCALL
mysql_stmt_prepare_cont(int *ret, MYSQL_STMT *stmt, int ready_status)
{
MK_ASYNC_CONT_BODY(
stmt->mysql,
1,
r_int)
} | O3 | c | mysql_stmt_prepare_cont:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movq 0x38(%rsi), %rax
movq 0x480(%rax), %rcx
movq 0x28(%rcx), %r15
cmpb $0x0, 0x15(%r15)
je 0x2d809
movb $0x1, 0x14(%r15)
movl %edx, 0x4(%r15)
leaq 0x38(%r15), %rdi
callq 0x2f32b
movb $0x0, 0x... | mysql_stmt_prepare_cont:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov rax, [rsi+38h]
mov rcx, [rax+480h]
mov r15, [rcx+28h]
cmp byte ptr [r15+15h], 0
jz short loc_2D809
mov byte ptr [r15+14h], 1
mov [r15+4], edx
lea r... | long long mysql_stmt_prepare_cont(int *a1, long long a2, unsigned int a3)
{
long long v3; // rax
unsigned int *v4; // r15
int v5; // eax
unsigned int v6; // r15d
int v7; // eax
v3 = *(_QWORD *)(a2 + 56);
v4 = *(unsigned int **)(*(_QWORD *)(v3 + 1152) + 40LL);
if ( *((_BYTE *)v4 + 21) )
{
*((_BYT... | mysql_stmt_prepare_cont:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RSI + 0x38]
MOV RCX,qword ptr [RAX + 0x480]
MOV R15,qword ptr [RCX + 0x28]
CMP byte ptr [R15 + 0x15],0x0
JZ 0x0012d809
MOV byte ptr [R15 + 0x14],0x1
MOV dword ptr [R15 + 0x4],EDX
LEA RDI,[R15 + 0... |
int4 mysql_stmt_prepare_cont(int4 *param_1,long param_2,int4 param_3)
{
int4 *puVar1;
int iVar2;
int4 uVar3;
puVar1 = *(int4 **)(*(long *)(*(long *)(param_2 + 0x38) + 0x480) + 0x28);
if (*(char *)((long)puVar1 + 0x15) == '\0') {
*(int4 *)(*(long *)(param_2 + 0x38) + 0x90) = 0x7de;
strncpy((char *... | |
5,190 | CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test() | seiftnesse[P]memoryallocator/tests/test_allocator.cpp | TEST_F(CustomAllocTest, SequentialAllocDealloc) {
constexpr int SEQ_COUNT = 1000;
std::vector<void *> pointers;
// Allocate in sequence
for (int i = 0; i < SEQ_COUNT; i++) {
size_t size = MEDIUM_SIZE;
void *ptr = _malloc(size);
ASSERT_NE(ptr, nullptr);
fillMemory(ptr, si... | O0 | cpp | CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test():
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x10(%rbp)
callq 0x163d0
movq -0x10(%rbp), %rax
leaq 0x8a5a4(%rip), %rcx # 0xa25c8
addq $0x10, %rcx
movq %rcx, (%rax)
addq $... | _ZN43CustomAllocTest_SequentialAllocDealloc_TestC2Ev:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]; this
mov [rbp+var_10], rdi
call _ZN15CustomAllocTestC2Ev; CustomAllocTest::CustomAllocTest(void)
mov rax, [rbp+var_10]
lea rcx, _ZTV43CustomAllocTest_Sequ... | void CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test(
CustomAllocTest_SequentialAllocDealloc_Test *this)
{
CustomAllocTest::CustomAllocTest(this);
*(_QWORD *)this = &`vtable for'CustomAllocTest_SequentialAllocDealloc_Test + 2;
}
| CustomAllocTest_SequentialAllocDealloc_Test:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RDI
CALL 0x001163d0
MOV RAX,qword ptr [RBP + -0x10]
LEA RCX,[0x1a25c8]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
ADD RSP,0x10
POP RBP
RET
|
/* CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test() */
void __thiscall
CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test
(CustomAllocTest_SequentialAllocDealloc_Test *this)
{
CustomAllocTest::CustomAllocTest((CustomAllocTest... | |
5,191 | CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test() | seiftnesse[P]memoryallocator/tests/test_allocator.cpp | TEST_F(CustomAllocTest, SequentialAllocDealloc) {
constexpr int SEQ_COUNT = 1000;
std::vector<void *> pointers;
// Allocate in sequence
for (int i = 0; i < SEQ_COUNT; i++) {
size_t size = MEDIUM_SIZE;
void *ptr = _malloc(size);
ASSERT_NE(ptr, nullptr);
fillMemory(ptr, si... | O1 | cpp | CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test():
pushq %rbx
movq %rdi, %rbx
callq 0x242c6
movl $0x10, %esi
movq %rbx, %rdi
popq %rbx
jmp 0x94c0
nop
| _ZN43CustomAllocTest_SequentialAllocDealloc_TestD0Ev:
push rbx
mov rbx, rdi
call _ZN7testing4TestD2Ev; testing::Test::~Test()
mov esi, 10h; unsigned __int64
mov rdi, rbx; void *
pop rbx
jmp __ZdlPvm; operator delete(void *,ulong)
| void CustomAllocTest_SequentialAllocDealloc_Test::~CustomAllocTest_SequentialAllocDealloc_Test(
CustomAllocTest_SequentialAllocDealloc_Test *this)
{
testing::Test::~Test(this);
operator delete(this, 0x10uLL);
}
| ~CustomAllocTest_SequentialAllocDealloc_Test:
PUSH RBX
MOV RBX,RDI
CALL 0x001242c6
MOV ESI,0x10
MOV RDI,RBX
POP RBX
JMP 0x001094c0
|
/* CustomAllocTest_SequentialAllocDealloc_Test::~CustomAllocTest_SequentialAllocDealloc_Test() */
void __thiscall
CustomAllocTest_SequentialAllocDealloc_Test::~CustomAllocTest_SequentialAllocDealloc_Test
(CustomAllocTest_SequentialAllocDealloc_Test *this)
{
testing::Test::~Test((Test *)this);
operator_... | |
5,192 | CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test() | seiftnesse[P]memoryallocator/tests/test_allocator.cpp | TEST_F(CustomAllocTest, SequentialAllocDealloc) {
constexpr int SEQ_COUNT = 1000;
std::vector<void *> pointers;
// Allocate in sequence
for (int i = 0; i < SEQ_COUNT; i++) {
size_t size = MEDIUM_SIZE;
void *ptr = _malloc(size);
ASSERT_NE(ptr, nullptr);
fillMemory(ptr, si... | O2 | cpp | CustomAllocTest_SequentialAllocDealloc_Test::CustomAllocTest_SequentialAllocDealloc_Test():
pushq %rbx
movq %rdi, %rbx
callq 0x1aef2
pushq $0x10
popq %rsi
movq %rbx, %rdi
popq %rbx
jmp 0x9500
nop
| _ZN43CustomAllocTest_SequentialAllocDealloc_TestD0Ev:
push rbx
mov rbx, rdi
call _ZN7testing4TestD2Ev; testing::Test::~Test()
push 10h
pop rsi; unsigned __int64
mov rdi, rbx; void *
pop rbx
jmp __ZdlPvm; operator delete(void *,ulong)
| void CustomAllocTest_SequentialAllocDealloc_Test::~CustomAllocTest_SequentialAllocDealloc_Test(
CustomAllocTest_SequentialAllocDealloc_Test *this)
{
testing::Test::~Test(this);
operator delete(this, 0x10uLL);
}
| ~CustomAllocTest_SequentialAllocDealloc_Test:
PUSH RBX
MOV RBX,RDI
CALL 0x0011aef2
PUSH 0x10
POP RSI
MOV RDI,RBX
POP RBX
JMP 0x00109500
|
/* CustomAllocTest_SequentialAllocDealloc_Test::~CustomAllocTest_SequentialAllocDealloc_Test() */
void __thiscall
CustomAllocTest_SequentialAllocDealloc_Test::~CustomAllocTest_SequentialAllocDealloc_Test
(CustomAllocTest_SequentialAllocDealloc_Test *this)
{
testing::Test::~Test((Test *)this);
operator_... | |
5,193 | uf_space_endspace_selected | eloqsql/storage/myisam/mi_packrec.c | static void uf_space_endspace_selected(MI_COLUMNDEF *rec, MI_BIT_BUFF *bit_buff,
uchar *to, uchar *end)
{
uint spaces;
if (get_bit(bit_buff))
bfill((uchar*) to,(end-to),' ');
else
{
if (get_bit(bit_buff))
{
if ((spaces=get_bits(bit_buff,rec->space_length_bits))+to > end)
{
bi... | O0 | c | uf_space_endspace_selected:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x0, 0x4(%rax)
je 0xbe237
movq -0x10(%rbp), %rax
movl (%rax), %eax
movq -0x10(%rbp), %rdx
movl 0x4(%rdx), %ecx
addl $-0x1, %ecx
... | uf_space_endspace_selected_0:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rax, [rbp+var_10]
cmp dword ptr [rax+4], 0
jz short loc_BE237
mov rax, [rbp+var_10]
mov eax, [rax]
mov rdx, [rbp... | long long uf_space_endspace_selected_0(long long a1, int *a2, _BYTE *a3, _BYTE *a4)
{
int v4; // eax
int v5; // ecx
long long result; // rax
int v7; // eax
int v8; // ecx
unsigned int v9; // eax
int v10; // ecx
unsigned int bits_0; // [rsp+8h] [rbp-28h]
if ( !a2[1] )
{
fill_buffer_0((long long... | uf_space_endspace_selected:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0x4],0x0
JZ 0x001be237
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]... |
void uf_space_endspace_selected(long param_1,uint *param_2,void *param_3,ulong param_4)
{
uint uVar1;
uint local_30;
if (param_2[1] == 0) {
fill_buffer(param_2);
param_2[1] = 0x1f;
uVar1 = *param_2 & 0x80000000;
}
else {
uVar1 = param_2[1];
param_2[1] = uVar1 - 1;
uVar1 = *param_2... | |
5,194 | LefDefParser::defiTrack::print(_IO_FILE*) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiRowTrack.cpp | void defiTrack::print(FILE* f) const {
int i;
fprintf(f, "Track '%s'\n", macro());
fprintf(f, " DO %g %g STEP %g\n",
x(),
xNum(),
xStep());
fprintf(f, " %d layers ", numLayers());
for (i = 0; i < numLayers(); i++) {
fprintf(f, " '%s'", layer(i));
}
fprintf(f, "\n");
} | O3 | cpp | LefDefParser::defiTrack::print(_IO_FILE*) const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq 0x8(%rdi), %rdx
leaq 0x25196(%rip), %rsi # 0x42733
movq %rbx, %rdi
xorl %eax, %eax
callq 0x6290
movsd 0x10(%r14), %xmm0
movsd 0x18(%r14), %xmm1
movsd 0x20(%r14), %xmm2
leaq 0x... | _ZNK12LefDefParser9defiTrack5printEP8_IO_FILE:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rdx, [rdi+8]
lea rsi, aTrackS; "Track '%s'\n"
mov rdi, rbx
xor eax, eax
call _fprintf
movsd xmm0, qword ptr [r14+10h]
movsd xmm1, qword ptr [r14+18h]
mo... | long long LefDefParser::defiTrack::print(long long a1, long long a2)
{
long long v2; // r12
fprintf(a2, "Track '%s'\n", *(const char **)(a1 + 8));
fprintf(a2, " DO %g %g STEP %g\n", *(double *)(a1 + 16), *(double *)(a1 + 24), *(double *)(a1 + 32));
fprintf(a2, " %d layers ", *(_DWORD *)(a1 + 44));
if ( *(... | print:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RDX,qword ptr [RDI + 0x8]
LEA RSI,[0x142733]
MOV RDI,RBX
XOR EAX,EAX
CALL 0x00106290
MOVSD XMM0,qword ptr [R14 + 0x10]
MOVSD XMM1,qword ptr [R14 + 0x18]
MOVSD XMM2,qword ptr [R14 + 0x20]
LEA RSI,[0x14273f]
MOV RDI,RBX
MOV AL,0x3
CALL 0x0010... |
/* LefDefParser::defiTrack::print(_IO_FILE*) const */
void __thiscall LefDefParser::defiTrack::print(defiTrack *this,_IO_FILE *param_1)
{
long lVar1;
fprintf(param_1,"Track \'%s\'\n",*(int8 *)(this + 8));
fprintf(param_1," DO %g %g STEP %g\n",*(int8 *)(this + 0x10),*(int8 *)(this + 0x18),
*(int8 ... | |
5,195 | check_and_set_lsn | eloqsql/storage/maria/ma_pagecache.c | static void check_and_set_lsn(PAGECACHE *pagecache,
LSN lsn, PAGECACHE_BLOCK_LINK *block)
{
LSN old;
DBUG_ENTER("check_and_set_lsn");
/*
In recovery, we can _ma_unpin_all_pages() to put a LSN on page, though
page would be PAGECACHE_PLAIN_PAGE (transactionality temporarily dis... | O3 | c | check_and_set_lsn:
pushq %rbp
movq %rsp, %rbp
movq 0x30(%rdx), %rax
movzwl (%rax), %ecx
shlq $0x20, %rcx
movzbl 0x2(%rax), %r8d
shlq $0x30, %r8
orq %rcx, %r8
movl 0x3(%rax), %ecx
orq %r8, %rcx
cmpq %rsi, %rcx
jge 0x3be91
movq %rsi, %rcx
shrq $0x20, %rcx
movb %cl, (%rax)
movq %rsi, %rax
shrq $0x28, %rax
movq 0x30(%rdx),... | check_and_set_lsn:
push rbp
mov rbp, rsp
mov rax, [rdx+30h]
movzx ecx, word ptr [rax]
shl rcx, 20h
movzx r8d, byte ptr [rax+2]
shl r8, 30h
or r8, rcx
mov ecx, [rax+3]
or rcx, r8
cmp rcx, rsi
jge loc_3BE91
mov rcx, rsi
shr rcx, 20h
mov [rax], cl
mov rax, rsi
s... | unsigned __int16 * check_and_set_lsn(long long a1, signed long long a2, long long a3)
{
unsigned __int16 *result; // rax
long long v4; // rsi
_QWORD *v5; // rcx
long long v6; // rsi
long long *v7; // rcx
long long v8; // rsi
result = *(unsigned __int16 **)(a3 + 48);
if ( (long long)(((unsigned long lon... | check_and_set_lsn:
PUSH RBP
MOV RBP,RSP
MOV RAX,qword ptr [RDX + 0x30]
MOVZX ECX,word ptr [RAX]
SHL RCX,0x20
MOVZX R8D,byte ptr [RAX + 0x2]
SHL R8,0x30
OR R8,RCX
MOV ECX,dword ptr [RAX + 0x3]
OR RCX,R8
CMP RCX,RSI
JGE 0x0013be91
MOV RCX,RSI
SHR RCX,0x20
MOV byte ptr [RAX],CL
MOV RAX,RSI
SHR RAX,0x28
MOV RCX,qword ptr [... |
void check_and_set_lsn(long param_1,long param_2,long param_3)
{
long *plVar1;
ushort *puVar2;
int8 *puVar3;
long lVar4;
int8 uVar5;
puVar2 = *(ushort **)(param_3 + 0x30);
if ((long)((ulong)*(uint *)((long)puVar2 + 3) |
(ulong)(byte)puVar2[1] << 0x30 | (ulong)*puVar2 << 0x20) < param_2) {... | |
5,196 | int2str | eloqsql/strings/int2str.c | char *
int2str(register long int val, register char *dst, register int radix,
int upcase)
{
char buffer[65];
register char *p;
long int new_val;
const char *dig_vec= upcase ? _dig_vec_upper : _dig_vec_lower;
ulong uval= (ulong) val;
if (radix < 0)
{
if (radix < -36 || radix > -2)
retur... | O0 | c | int2str:
pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x60(%rbp)
movq %rsi, -0x68(%rbp)
movl %edx, -0x6c(%rbp)
movl %ecx, -0x70(%rbp)
movl -0x70(%rbp), %edx
leaq 0x143320(%rip), %rax # 0x1c23f0
leaq 0x1432e9(%rip), %rcx # 0x1c23c0
cmpl $0x0, %edx
cmovneq %rcx, ... | int2str:
push rbp
mov rbp, rsp
sub rsp, 0C0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_60], rdi
mov [rbp+var_68], rsi
mov [rbp+var_6C], edx
mov [rbp+var_70], ecx
mov edx, [rbp+var_70]
lea rax, _dig_vec_lower; "0123456789abcdefghijklmnopqrstuvwxyz"
lea rcx, _dig_vec... | _BYTE * int2str(long long a1, _BYTE *a2, int a3, int a4)
{
const char *v4; // rax
long long v5; // rdx
_BYTE *v6; // rax
_BYTE *v7; // rax
_BYTE *v8; // rcx
long long v10; // [rsp+10h] [rbp-B0h]
unsigned long long v11; // [rsp+30h] [rbp-90h]
const char *v12; // [rsp+38h] [rbp-88h]
_BYTE *v13; // [rsp+... | int2str:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x60],RDI
MOV qword ptr [RBP + -0x68],RSI
MOV dword ptr [RBP + -0x6c],EDX
MOV dword ptr [RBP + -0x70],ECX
MOV EDX,dword ptr [RBP + -0x70]
LEA RAX,[0x2c23f0]
LEA RCX,[0x2c23c0]
CMP EDX,0x0
CMOVNZ R... |
char * int2str(ulong param_1,char *param_2,int param_3,int param_4)
{
char cVar1;
char *pcVar2;
char *pcVar3;
long in_FS_OFFSET;
ldiv_t lVar4;
ulong local_b8;
long local_b0;
ulong local_98;
char *local_80;
int local_74;
char *local_70;
ulong local_68;
char *local_60;
char local_19 [9];
l... | |
5,197 | save_state_mrg | eloqsql/storage/myisam/myisampack.c | static int save_state_mrg(File file,PACK_MRG_INFO *mrg,my_off_t new_length,
ha_checksum crc)
{
MI_STATE_INFO state;
MI_INFO *isam_file=mrg->file[0];
uint options;
DBUG_ENTER("save_state_mrg");
state= isam_file->s->state;
options= (mi_uint2korr(state.header.options) | HA_OPTION_COMPRESS_RECORD |
H... | O0 | c | save_state_mrg:
pushq %rbp
movq %rsp, %rbp
subq $0x150, %rsp # imm = 0x150
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movl %edi, -0x114(%rbp)
movq %rsi, -0x120(%rbp)
movq %rdx, -0x128(%rbp)
movl %ecx, -0x12c(%rbp)
movq -0x120(%rbp), %rax
movq (%rax), %rax
movq (%rax), %rax
movq %rax, -0x138(%rbp)
movq -0x138(... | save_state_mrg:
push rbp
mov rbp, rsp
sub rsp, 150h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_114], edi
mov [rbp+var_120], rsi
mov [rbp+var_128], rdx
mov [rbp+var_12C], ecx
mov rax, [rbp+var_120]
mov rax, [rax]
mov rax, [rax]
mov [rbp+var_138], rax
mov rax,... | long long save_state_mrg(unsigned int a1, long long a2, unsigned long long a3, int a4)
{
unsigned __int16 v4; // ax
long long v5; // rcx
unsigned long long v7; // [rsp+8h] [rbp-148h]
_QWORD *v8; // [rsp+18h] [rbp-138h]
_BYTE v11[4]; // [rsp+40h] [rbp-110h] BYREF
unsigned __int16 v12; // [rsp+44h] [rbp-10Ch... | save_state_mrg:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x150
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV dword ptr [RBP + -0x114],EDI
MOV qword ptr [RBP + -0x120],RSI
MOV qword ptr [RBP + -0x128],RDX
MOV dword ptr [RBP + -0x12c],ECX
MOV RAX,qword ptr [RBP + -0x120]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RA... |
int4 save_state_mrg(int4 param_1,int8 *param_2,ulong param_3,int4 param_4)
{
long *plVar1;
int4 uVar2;
long in_FS_OFFSET;
ulong local_150;
int1 local_118 [4];
byte local_114;
byte local_113;
int8 local_100;
int8 local_f8;
int8 local_f0;
ulong local_d8;
int4 local_d0;
int8 local_c8;
int8 lo... | |
5,198 | test_fetch_str | eloqsql/libmariadb/unittest/libmariadb/fetch.c | static int test_fetch_str(MYSQL *mysql)
{
int rc;
rc= mysql_query(mysql, "DROP TABLE IF EXISTS test_bind_fetch");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "CREATE TABLE test_bind_fetch(c1 char(10), \
c2 char(10), \
... | O0 | c | test_fetch_str:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
leaq 0x3888b(%rip), %rsi # 0x51332
callq 0x22e30
movl %eax, -0x14(%rbp)
cmpl $0x0, -0x14(%rbp)
je 0x18b01
movl -0x14(%rbp), %eax
movl %eax, -0x24(%rbp)
movq -0x10(%rbp), %rdi
callq 0x267b0
movq %rax, -0x20(%rbp... | test_fetch_str:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov rdi, [rbp+var_10]
lea rsi, aDropTableIfExi_3; "DROP TABLE IF EXISTS test_bind_fetch"
call mysql_query
mov [rbp+var_14], eax
cmp [rbp+var_14], 0
jz short loc_18B01
mov eax, [rbp+var_14]
mov [rbp+va... | long long test_fetch_str(long long a1)
{
int v1; // eax
int v2; // eax
int v4; // [rsp+10h] [rbp-30h]
int v5; // [rsp+20h] [rbp-20h]
int v6; // [rsp+2Ch] [rbp-14h]
int v7; // [rsp+2Ch] [rbp-14h]
unsigned int v8; // [rsp+2Ch] [rbp-14h]
v6 = mysql_query(a1, "DROP TABLE IF EXISTS test_bind_fetch");
if ... | test_fetch_str:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,qword ptr [RBP + -0x10]
LEA RSI,[0x151332]
CALL 0x00122e30
MOV dword ptr [RBP + -0x14],EAX
CMP dword ptr [RBP + -0x14],0x0
JZ 0x00118b01
MOV EAX,dword ptr [RBP + -0x14]
MOV dword ptr [RBP + -0x24],EAX
MOV RDI,qword ptr [RBP + -0x1... |
int4 test_fetch_str(int8 param_1)
{
int iVar1;
int4 uVar2;
int8 uVar3;
int4 local_c;
iVar1 = mysql_query(param_1,"DROP TABLE IF EXISTS test_bind_fetch");
if (iVar1 == 0) {
iVar1 = mysql_query(param_1,
"CREATE TABLE test_bind_fetch(c1 char(10), ... | |
5,199 | test_fetch_str | eloqsql/libmariadb/unittest/libmariadb/fetch.c | static int test_fetch_str(MYSQL *mysql)
{
int rc;
rc= mysql_query(mysql, "DROP TABLE IF EXISTS test_bind_fetch");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql, "CREATE TABLE test_bind_fetch(c1 char(10), \
c2 char(10), \
... | O3 | c | test_fetch_str:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x214b6(%rip), %rsi # 0x38353
callq 0x1d541
testl %eax, %eax
je 0x16eda
movl %eax, %r14d
movq %rbx, %rdi
callq 0x1f5ba
movq %rax, %r15
movq %rbx, %rdi
callq 0x1f5a5
leaq 0x20392(%rip), %rdi # 0x37255
leaq... | test_fetch_str:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
lea rsi, aDropTableIfExi_3; "DROP TABLE IF EXISTS test_bind_fetch"
call mysql_query
test eax, eax
jz short loc_16EDA
mov r14d, eax
mov rdi, rbx
call mysql_error
mov r15, rax
mov ... | long long test_fetch_str(long long a1)
{
int v1; // eax
int v2; // r14d
int v3; // r15d
int v4; // eax
int v5; // esi
int v6; // edx
int v7; // ecx
int v8; // r9d
int v9; // eax
int v10; // r14d
int v11; // r15d
int v12; // eax
unsigned int v14; // r14d
v1 = mysql_query(a1, "DROP TABLE IF ... | test_fetch_str:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RSI,[0x138353]
CALL 0x0011d541
TEST EAX,EAX
JZ 0x00116eda
MOV R14D,EAX
MOV RDI,RBX
CALL 0x0011f5ba
MOV R15,RAX
MOV RDI,RBX
CALL 0x0011f5a5
LEA RDI,[0x137255]
LEA R8,[0x137857]
MOV ESI,R14D
MOV RDX,R15
MOV ECX,EAX
MOV R9D,0x30b
JMP ... |
int4 test_fetch_str(int8 param_1)
{
int iVar1;
int4 uVar2;
int8 uVar3;
int8 uVar4;
iVar1 = mysql_query(param_1,"DROP TABLE IF EXISTS test_bind_fetch");
if (iVar1 == 0) {
iVar1 = mysql_query(param_1,
"CREATE TABLE test_bind_fetch(c1 char(10), ... |
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.