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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
4,000 | uf_prespace | eloqsql/storage/maria/ma_packrec.c | static void uf_prespace(MARIA_COLUMNDEF *rec, MARIA_BIT_BUFF *bit_buff,
uchar *to, uchar *end)
{
uint spaces;
if ((spaces=get_bits(bit_buff,rec->space_length_bits))+to > end)
{
bit_buff->error=1;
return;
}
bfill(to, spaces, ' ');
if (to+spaces != end)
decode_bytes(rec,bit... | O3 | c | uf_prespace:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rcx, %rbx
movq %rdx, %r12
movq %rsi, %r14
movq %rdi, %r15
movl 0x4(%rsi), %ecx
movl 0x24(%rdi), %r13d
cmpl %r13d, %ecx
jae 0x45e47
subl %ecx, %r13d
leaq 0x9b20f(%rip), %rax # 0xe1020
movq %rbx, -0x30(%rbp... | uf_prespace:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rcx
mov r12, rdx
mov r14, rsi
mov r15, rdi
mov ecx, [rsi+4]
mov r13d, [rdi+24h]
cmp ecx, r13d
jnb short loc_45E47
sub r13d, ecx
lea rax, mask
mov [rbp+va... | long long uf_prespace(long long a1, unsigned int *a2, long long a3, _BYTE *a4)
{
long long v6; // rcx
unsigned int v7; // r13d
int v8; // r13d
int v9; // ebx
long long result; // rax
unsigned int v11; // eax
unsigned int v12; // ecx
_BYTE *v13; // r13
_BYTE *v14; // [rsp+0h] [rbp-30h]
v6 = a2[1];
... | uf_prespace:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RCX
MOV R12,RDX
MOV R14,RSI
MOV R15,RDI
MOV ECX,dword ptr [RSI + 0x4]
MOV R13D,dword ptr [RDI + 0x24]
CMP ECX,R13D
JNC 0x00145e47
SUB R13D,ECX
LEA RAX,[0x1e1020]
MOV qword ptr [RBP + -0x30],RBX
MOV EBX,dword ptr [RAX + RCX*0... |
void uf_prespace(long param_1,uint *param_2,void *param_3,ulong param_4)
{
ulong uVar1;
uint uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
byte bVar6;
uVar5 = param_2[1];
uVar2 = *(uint *)(param_1 + 0x24);
if (uVar5 < uVar2) {
uVar3 = (&mask)[uVar5];
uVar4 = *param_2;
bVar6 = (byte)(uVar... | |
4,001 | std::pair<bool, 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::allo... | llama.cpp/common/json.hpp | std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool skip_callback = false)
{
JSON_ASSERT(!keep_stack.empty());
// do not handle this value if we know it would be added to a discarded
// container
if (!keep_stack.back())
{
return {false, nullptr};
... | O3 | cpp | std::pair<bool, 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::allo... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12handle_valueIRmEESt4pairIbPSF_EOT_b:
push rbp
push r15
push r14
push rbx
sub rsp, 48h
mov eb... | long long 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>>::handle_value<unsi... | handle_value<unsigned_long&>:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV EBP,EDX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x30]
MOV ECX,dword ptr [RDI + 0x38]
CMP qword ptr [RDI + 0x20],RAX
SETZ DL
TEST ECX,ECX
SETZ DIL
AND DIL,DL
CMP DIL,0x1
JZ 0x0016af22
MOV ECX,ECX
MOV R15,-0x8000000000000000
LEA RDX,[RCX + -0... |
/* std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>*>
nlohmann::... | |
4,002 | my_casefold_ujis | eloqsql/strings/ctype-ujis.c | static size_t
my_casefold_ujis(CHARSET_INFO *cs,
const char *src, size_t srclen,
char *dst, size_t dstlen __attribute__((unused)),
const uchar * const map,
size_t is_upper)
{
const char *srcend= src + srclen, *dst0= dst;
while (src < srcend)
{
... | O0 | c | my_casefold_ujis:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x10(%rbp), %rax
addq -0x18(%rbp), %rax
movq %rax, -0x38(%rbp)
movq -0x20(%rbp), %rax
movq %rax... | my_casefold_ujis:
push rbp
mov rbp, rsp
sub rsp, 70h
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_10]
add rax, [rbp+var_18]
mov [rbp+var_38], rax
... | _BYTE * my_casefold_ujis(
long long a1,
unsigned __int8 *a2,
long long a3,
unsigned __int8 *a4,
long long a5,
long long a6,
long long a7)
{
unsigned int v7; // eax
unsigned __int8 *v8; // rax
unsigned __int8 *v9; // rax
unsigned __int8 *v10; // rax
unsig... | my_casefold_ujis:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x10]
ADD RAX,qword pt... |
long my_casefold_ujis(int8 param_1,byte *param_2,long param_3,byte *param_4,int8 param_5
,long param_6,long param_7)
{
uint uVar1;
ulong uVar2;
byte *pbVar3;
byte *pbVar4;
int local_6c;
int *local_68;
byte *local_28;
byte *local_18;
local_28 = param_4;
local_18 = param_2;
... | |
4,003 | uf_space_prespace_selected | eloqsql/storage/myisam/mi_packrec.c | static void uf_space_prespace_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_prespace_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 0xc0bb7
movq -0x10(%rbp), %rax
movl (%rax), %eax
movq -0x10(%rbp), %rdx
movl 0x4(%rdx), %ecx
addl $-0x1, %ecx
... | uf_space_prespace_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_C0BB7
mov rax, [rbp+var_10]
mov eax, [rax]
mov rdx, [rbp... | long long uf_space_prespace_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_prespace_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 0x001c0bb7
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]... |
void uf_space_prespace_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... | |
4,004 | inline_mysql_rwlock_init | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_rwlock_init(
#ifdef HAVE_PSI_RWLOCK_INTERFACE
PSI_rwlock_key key,
#endif
mysql_rwlock_t *that)
{
#ifdef HAVE_PSI_RWLOCK_INTERFACE
that->m_psi= PSI_RWLOCK_CALL(init_rwlock)(key, &that->m_rwlock);
#else
that->m_psi= NULL;
#endif
/*
pthread_rwlockattr_t is not used in MySQL.
... | O0 | c | inline_mysql_rwlock_init:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
leaq 0x237a02(%rip), %rax # 0x2c2028
movq (%rax), %rax
movq 0x50(%rax), %rax
movl -0x4(%rbp), %edi
movq -0x10(%rbp), %rsi
callq *%rax
movq %rax, %rcx
movq -0x10(%rbp), %rax
movq %rcx, 0x90(%rax)
movq -0... | inline_mysql_rwlock_init_0:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+50h]
mov edi, [rbp+var_4]
mov rsi, [rbp+var_10]
call rax
mov rcx, rax
mov rax, [rbp+var_10]
mov [rax+90h], rcx
... | long long inline_mysql_rwlock_init_0(unsigned int a1, long long a2)
{
*(_QWORD *)(a2 + 144) = ((long long ( *)(_QWORD, long long))PSI_server[10])(a1, a2);
return my_rw_init(a2);
}
| inline_mysql_rwlock_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
LEA RAX,[0x3c2028]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x50]
MOV EDI,dword ptr [RBP + -0x4]
MOV RSI,qword ptr [RBP + -0x10]
CALL RAX
MOV RCX,RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV qwo... |
void inline_mysql_rwlock_init(int4 param_1,long param_2)
{
int8 uVar1;
uVar1 = (**(code **)(PSI_server + 0x50))(param_1,param_2);
*(int8 *)(param_2 + 0x90) = uVar1;
my_rw_init(param_2);
return;
}
| |
4,005 | ma_crypt_pre_read_hook | eloqsql/storage/maria/ma_crypt.c | static my_bool ma_crypt_pre_read_hook(PAGECACHE_IO_HOOK_ARGS *args)
{
MARIA_SHARE *share= (MARIA_SHARE*) args->data;
uchar *crypt_buf= my_malloc(PSI_INSTRUMENT_ME, share->block_size, MYF(0));
if (crypt_buf == NULL)
{
args->crypt_buf= NULL; /* for post-hook */
return 1;
}
/* swap pointers to read in... | O3 | c | ma_crypt_pre_read_hook:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq 0x10(%rdi), %rax
movl 0x7bc(%rax), %esi
xorl %r14d, %r14d
xorl %edi, %edi
xorl %edx, %edx
callq 0x9fd51
testq %rax, %rax
je 0x6720a
movq (%rbx), %r14
movq %rax, (%rbx)
xorl %eax, %eax
jmp 0x6720c
movb $0x1, %al
movq %r14, 0x18... | ma_crypt_pre_read_hook:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rdi
mov rax, [rdi+10h]
mov esi, [rax+7BCh]
xor r14d, r14d
xor edi, edi
xor edx, edx
call my_malloc
test rax, rax
jz short loc_6720A
mov r14, [rbx]
mov [rbx], rax
xor eax, eax
jmp shor... | long long ma_crypt_pre_read_hook(long long *a1)
{
long long v1; // r14
long long v2; // rax
long long result; // rax
v1 = 0LL;
v2 = my_malloc(0LL, *(unsigned int *)(a1[2] + 1980), 0LL);
if ( v2 )
{
v1 = *a1;
*a1 = v2;
result = 0LL;
}
else
{
result = 1LL;
}
a1[3] = v1;
return ... | ma_crypt_pre_read_hook:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x10]
MOV ESI,dword ptr [RAX + 0x7bc]
XOR R14D,R14D
XOR EDI,EDI
XOR EDX,EDX
CALL 0x0019fd51
TEST RAX,RAX
JZ 0x0016720a
MOV R14,qword ptr [RBX]
MOV qword ptr [RBX],RAX
XOR EAX,EAX
JMP 0x0016720c
LAB_0016720a:
MOV AL,0x1
L... |
bool ma_crypt_pre_read_hook(long *param_1)
{
long lVar1;
long lVar2;
lVar2 = 0;
lVar1 = my_malloc(0,*(int4 *)(param_1[2] + 0x7bc),0);
if (lVar1 != 0) {
lVar2 = *param_1;
*param_1 = lVar1;
}
param_1[3] = lVar2;
return lVar1 == 0;
}
| |
4,006 | aimrt::logger::LoggerRef::Log(unsigned int, unsigned int, char const*, char const*, char const*, unsigned long) const | aimrt_mujoco_sim/_deps/aimrt-src/src/interface/aimrt_core_plugin_interface/../aimrt_module_cpp_interface/logger/logger.h | void Log(
uint32_t lvl,
uint32_t line,
const char* file_name,
const char* function_name,
const char* log_data,
size_t log_data_size) const {
AIMRT_ASSERT(base_ptr_, "Reference is null.");
base_ptr_->log(
base_ptr_->impl,
static_cast<aimrt_log_level_t>(lvl),
... | O3 | c | aimrt::logger::LoggerRef::Log(unsigned int, unsigned int, char const*, char const*, char const*, unsigned long) const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x30, %rsp
movq (%rdi), %rax
testq %rax, %rax
je 0x23c73
movq 0x8(%rax), %r11
movq 0x10(%rax), %rdi
addq $0x30, %rsp
popq %rbx
popq %r14
popq %r15
jmpq *%r11
movl... | _ZNK5aimrt6logger9LoggerRef3LogEjjPKcS3_S3_m:
push r15
push r14
push rbx
sub rsp, 30h
mov rax, [rdi]
test rax, rax
jz short loc_23C73
mov r11, [rax+8]
mov rdi, [rax+10h]
add rsp, 30h
pop rbx
pop r14
pop r15
jmp r11
loc_23C73:
mov edi, 28h ; '('; thrown_size
call ... | long long aimrt::logger::LoggerRef::Log(
aimrt::logger::LoggerRef *this,
long long a2,
long long a3,
const char *a4,
const char *a5,
const char *a6,
unsigned long long a7)
{
char *exception; // rbx
int v9; // r9d
void *v10; // [rsp+0h] [rbp-48h] BYREF
lon... | Log:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
JZ 0x00123c73
MOV R11,qword ptr [RAX + 0x8]
MOV RDI,qword ptr [RAX + 0x10]
ADD RSP,0x30
POP RBX
POP R14
POP R15
JMP R11
LAB_00123c73:
MOV EDI,0x28
CALL 0x0011e7e0
MOV RBX,RAX
LAB_00123c80:
LEA RSI,[0x183809]
MOV RDI,RSP
LEA R8,[RSP + 0x20... |
/* aimrt::logger::LoggerRef::Log(unsigned int, unsigned int, char const*, char const*, char const*,
unsigned long) const */
void aimrt::logger::LoggerRef::Log
(uint param_1,uint param_2,char *param_3,char *param_4,char *param_5,ulong param_6)
{
long lVar1;
int8 *puVar2;
int4 in_register_00000... | |
4,007 | svc_service_start | qoraal-tictactoe/build_O0/_deps/qoraal-src/src/svc/svc_services.c | int32_t
svc_service_start (SCV_SERVICE_HANDLE handle, uintptr_t arg, SVC_SERVICE_COMPLETE_CB cb, uintptr_t cb_parm)
{
int res = E_UNEXP ;
int32_t status ;
SVC_SERVICE_T* pservice ;
if (!_svc_service_list) return E_UNEXP ;
if (handle >= _cfg_service_cnt) return E_NOTFOUND ;
os_mutex_lock (&_svc... | O0 | c | svc_service_start:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movl $0xfffff6fa, -0x24(%rbp) # imm = 0xFFFFF6FA
cmpq $0x0, 0x2f192(%rip) # 0x4edc8
jne 0x1fc44
movl $0xfffff6fa, -0x4(%rbp) # imm = 0xFFFFF6FA
jmp 0x1fccf
movl -... | svc_service_start:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_24], 0FFFFF6FAh
cmp cs:_svc_service_list, 0
jnz short loc_1FC44
mov [rbp+var_4], 0FFFFF6FAh
jmp loc_1FCCF
loc_1FC44:
mo... | long long svc_service_start(unsigned int a1, long long a2, void ( *a3)(_QWORD, long long), long long a4)
{
long long v5; // [rsp+0h] [rbp-30h]
int v6; // [rsp+8h] [rbp-28h]
unsigned int v7; // [rsp+Ch] [rbp-24h]
v7 = -2310;
if ( svc_service_list )
{
if ( a1 < cfg_service_cnt )
{
os_mutex_loc... | svc_service_start:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV dword ptr [RBP + -0x24],0xfffff6fa
CMP qword ptr [0x0014edc8],0x0
JNZ 0x0011fc44
MOV dword ptr [RBP + -0x4],0xfffff6fa
JMP 0x0011fccf
LA... |
int4 svc_service_start(uint param_1,int8 param_2,int8 param_3,int8 param_4)
{
int iVar1;
long lVar2;
int4 local_2c;
int4 local_c;
local_2c = 0xfffff6fa;
if (_svc_service_list == 0) {
local_c = 0xfffff6fa;
}
else if (param_1 < _cfg_service_cnt) {
os_mutex_lock(&_svc_service_mutex);
lVar2... | |
4,008 | wt_resource_destroy | eloqsql/mysys/waiting_threads.c | static void wt_resource_destroy(uchar *arg)
{
WT_RESOURCE *rc= (WT_RESOURCE*)(arg+LF_HASH_OVERHEAD);
DBUG_ENTER("wt_resource_destroy");
DBUG_ASSERT(rc->owners.elements == 0);
rc_rwlock_destroy(rc);
mysql_cond_destroy(&rc->cond);
delete_dynamic(&rc->owners);
DBUG_VOID_RETURN;
} | O3 | c | wt_resource_destroy:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
leaq 0x3ac3e(%rip), %rax # 0xe1fbc
movslq (%rax), %rax
leaq (%rdi,%rax), %rbx
leaq (%rdi,%rax), %r14
addq $0x18, %r14
movq %r14, %rdi
callq 0xa4c7c
movq 0xc0(%r14), %rdi
testq %rdi, %rdi
jne 0xa73c0
leaq 0xa8(%rbx), %rdi
callq 0x29270
addq $0xe0,... | wt_resource_destroy:
push rbp
mov rbp, rsp
push r14
push rbx
lea rax, LF_HASH_OVERHEAD
movsxd rax, dword ptr [rax]
lea rbx, [rdi+rax]
lea r14, [rdi+rax]
add r14, 18h
mov rdi, r14
call my_rw_destroy
mov rdi, [r14+0C0h]
test rdi, rdi
jnz short loc_A73C0
loc_A73A1:
lea r... | long long wt_resource_destroy(long long a1)
{
long long v1; // rbx
v1 = a1 + LF_HASH_OVERHEAD;
my_rw_destroy(v1 + 24);
if ( *(_QWORD *)(v1 + 216) )
{
PSI_server[13]();
*(_QWORD *)(v1 + 216) = 0LL;
}
pthread_cond_destroy(v1 + 168);
return delete_dynamic((long long *)(v1 + 224));
}
| wt_resource_destroy:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
LEA RAX,[0x1e1fbc]
MOVSXD RAX,dword ptr [RAX]
LEA RBX,[RDI + RAX*0x1]
LEA R14,[RDI + RAX*0x1]
ADD R14,0x18
MOV RDI,R14
CALL 0x001a4c7c
MOV RDI,qword ptr [R14 + 0xc0]
TEST RDI,RDI
JNZ 0x001a73c0
LAB_001a73a1:
LEA RDI,[RBX + 0xa8]
CALL 0x00129270
ADD RBX,0xe0
MO... |
void wt_resource_destroy(long param_1)
{
long lVar1;
lVar1 = param_1 + LF_HASH_OVERHEAD;
param_1 = param_1 + LF_HASH_OVERHEAD;
my_rw_destroy(param_1 + 0x18);
if (*(long *)(param_1 + 0xd8) != 0) {
(**(code **)(PSI_server + 0x68))();
*(int8 *)(lVar1 + 0xd8) = 0;
}
pthread_cond_destroy((pthread_... | |
4,009 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> cli::integer::parse_string<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long&) | msxemulator/build_O3/_deps/picotool-src/cli.h | static std::string parse_string(std::string value, T& out) {
size_t pos = 0;
long lvalue = std::numeric_limits<long>::max();
int64_t base = 10;
if (value.find("0x") == 0) {
value = value.substr(2);
base = 16;
} else if (value.fi... | O3 | c | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> cli::integer::parse_string<long>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, long&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdx, 0x30(%rsp)
movq %rsi, %r14... | _ZN3cli7integer12parse_stringIjEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_RT_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov [rsp+68h+var_38], rdx
mov r14, rsi
mov rbx, rdi
lea rsi, aIncompleteUtf8+24h; "0x"
mov ecx, 2
mov rdi, r14
xor... | long long cli::integer::parse_string<unsigned int>(long long a1, long long a2, _DWORD *a3)
{
unsigned int v3; // ebp
void *v4; // r12
int *v5; // r13
int v6; // ebx
int v7; // eax
char *v8; // rdx
long long v9; // rbx
long long v10; // rax
_OWORD *v11; // rcx
void *v13[2]; // [rsp+10h] [rbp-58h] BY... | parse_string<unsigned_int>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV qword ptr [RSP + 0x30],RDX
MOV R14,RSI
MOV RBX,RDI
LEA RSI,[0x1a8178]
MOV ECX,0x2
MOV RDI,R14
XOR EDX,EDX
CALL 0x0010f7c0
TEST RAX,RAX
JZ 0x00170a55
LEA RSI,[0x1a67d8]
MOV ECX,0x2
MOV RDI,R14
XOR EDX,EDX
CALL 0x0010f7c0
M... |
/* std::__cxx11::string cli::integer::parse_string<unsigned int>(std::__cxx11::string, unsigned
int&) */
integer * __thiscall
cli::integer::parse_string<unsigned_int>(integer *this,string *param_2,int4 *param_3)
{
int iVar1;
long lVar2;
int *piVar3;
ulonglong uVar4;
long *plVar5;
int8 uVar6;
long *p... | |
4,010 | ma_feof | eloqsql/libmariadb/libmariadb/ma_io.c | int ma_feof(MA_FILE *file)
{
if (!file)
return -1;
switch (file->type) {
case MA_FILE_LOCAL:
return feof((FILE *)file->ptr);
break;
#ifdef HAVE_REMOTEIO
case MA_FILE_REMOTE:
return rio_plugin->methods->mfeof(file);
break;
#endif
default:
return -1;
}
} | O0 | c | ma_feof:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
cmpq $0x0, -0x10(%rbp)
jne 0x3680c
movl $0xffffffff, -0x4(%rbp) # imm = 0xFFFFFFFF
jmp 0x3685c
movq -0x10(%rbp), %rax
movl (%rax), %eax
movl %eax, -0x14(%rbp)
subl $0x1, %eax
je 0x36826
jmp 0x3681c
movl -0x14(%rbp), %eax
subl $0x2, %eax
je 0x36... | ma_feof:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
cmp [rbp+var_10], 0
jnz short loc_3680C
mov [rbp+var_4], 0FFFFFFFFh
jmp short loc_3685C
loc_3680C:
mov rax, [rbp+var_10]
mov eax, [rax]
mov [rbp+var_14], eax
sub eax, 1
jz short loc_36826
jmp short ... | long long ma_feof(long long a1)
{
if ( a1 )
{
if ( *(_DWORD *)a1 == 1 )
{
return (unsigned int)feof(*(_QWORD *)(a1 + 8));
}
else if ( *(_DWORD *)a1 == 2 )
{
return (unsigned int)(*(long long ( **)(long long))(*(_QWORD *)(rio_plugin + 88LL) + 16LL))(a1);
}
else
{
re... | ma_feof:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
CMP qword ptr [RBP + -0x10],0x0
JNZ 0x0013680c
MOV dword ptr [RBP + -0x4],0xffffffff
JMP 0x0013685c
LAB_0013680c:
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RBP + -0x14],EAX
SUB EAX,0x1
JZ 0x00136826
JMP 0x0013681c
LA... |
int ma_feof(int *param_1)
{
int local_c;
if (param_1 == (int *)0x0) {
local_c = -1;
}
else if (*param_1 == 1) {
local_c = feof(*(FILE **)(param_1 + 2));
}
else if (*param_1 == 2) {
local_c = (**(code **)(*(long *)(rio_plugin + 0x58) + 0x10))(param_1);
}
else {
local_c = -1;
}
re... | |
4,011 | LefDefParser::defiPinProp::setName(char const*, char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiPinProp.cpp | void defiPinProp::setName(const char* inst, const char* pin) {
int len = strlen(inst) + 1;
if ((strcmp(inst, "PIN") == 0) || (strcmp(inst,"pin") == 0)) {
isPin_ = 1;
instName_[0] = '\0'; /* make sure to clear any prev inst */
} else {
if (instNameSize_ < len) {
instNameSize_ = len;
f... | O3 | cpp | LefDefParser::defiPinProp::setName(char const*, char const*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r14
movq %rsi, %rdi
callq 0x60d0
movq %rax, %r12
leaq 0x222a5(%rip), %rsi # 0x470ee
movq %r15, %rdi
callq 0x6280
testl %eax, %eax
je 0x24e8f
leaq 0x234f9(%... | _ZN12LefDefParser11defiPinProp7setNameEPKcS2_:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rdx
mov r15, rsi
mov r14, rdi
mov rdi, rsi
call _strlen
mov r12, rax
lea rsi, aKFromclockpin+0Bh; "PIN"
mov rdi, r15
call _strcmp
test eax, eax
jz short loc_24E8F... | long long LefDefParser::defiPinProp::setName(LefDefParser::defiPinProp *this, const char *a2, const char *a3)
{
int v4; // r12d
int v5; // r12d
long long v6; // r12
const char *v7; // rax
int v8; // r15d
long long v9; // r15
const char *v10; // rax
v4 = strlen(a2);
if ( !(unsigned int)strcmp(a2, "PI... | setName:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R15,RSI
MOV R14,RDI
MOV RDI,RSI
CALL 0x001060d0
MOV R12,RAX
LEA RSI,[0x1470ee]
MOV RDI,R15
CALL 0x00106280
TEST EAX,EAX
JZ 0x00124e8f
LEA RSI,[0x148355]
MOV RDI,R15
CALL 0x00106280
TEST EAX,EAX
JZ 0x00124e8f
INC R12D
CMP dword ptr [R14 + 0x4],R12D
JG... |
/* LefDefParser::defiPinProp::setName(char const*, char const*) */
void __thiscall LefDefParser::defiPinProp::setName(defiPinProp *this,char *param_1,char *param_2)
{
int iVar1;
size_t sVar2;
char *pcVar3;
char *pcVar4;
sVar2 = strlen(param_1);
iVar1 = strcmp(param_1,"PIN");
if (iVar1 != 0) {
iV... | |
4,012 | JS_AtomToCString | bluesky950520[P]quickjs/quickjs.c | const char *JS_AtomToCString(JSContext *ctx, JSAtom atom)
{
JSValue str;
const char *cstr;
str = JS_AtomToString(ctx, atom);
if (JS_IsException(str))
return NULL;
cstr = JS_ToCString(ctx, str);
JS_FreeValue(ctx, str);
return cstr;
} | O0 | c | JS_AtomToCString:
subq $0x48, %rsp
movq %rdi, 0x38(%rsp)
movl %esi, 0x34(%rsp)
movq 0x38(%rsp), %rdi
movl 0x34(%rsp), %esi
callq 0x29000
movq %rax, 0x8(%rsp)
movq %rdx, 0x10(%rsp)
movq 0x8(%rsp), %rax
movq %rax, 0x20(%rsp)
movq 0x10(%rsp), %rax
movq %rax, 0x28(%rsp)
movq 0x20(%rsp), %rdi
movq 0x28(%rsp), %rsi
callq 0x2... | JS_AtomToCString:
sub rsp, 48h
mov [rsp+48h+var_10], rdi
mov [rsp+48h+var_14], esi
mov rdi, [rsp+48h+var_10]
mov esi, [rsp+48h+var_14]
call JS_AtomToString
mov [rsp+48h+var_40], rax
mov [rsp+48h+var_38], rdx
mov rax, [rsp+48h+var_40]
mov [rsp+48h+var_28], rax
mov rax, [rsp+48h... | long long JS_AtomToCString(long long a1, unsigned int a2)
{
long long v2; // rdx
long long v4; // [rsp+8h] [rbp-40h]
long long v5; // [rsp+18h] [rbp-30h]
long long v6; // [rsp+28h] [rbp-20h]
v4 = JS_AtomToString(a1, a2);
v6 = v2;
if ( JS_IsException_1(v4, v2) )
return 0LL;
v5 = JS_ToCString_0(a1, ... | JS_AtomToCString:
SUB RSP,0x48
MOV qword ptr [RSP + 0x38],RDI
MOV dword ptr [RSP + 0x34],ESI
MOV RDI,qword ptr [RSP + 0x38]
MOV ESI,dword ptr [RSP + 0x34]
CALL 0x00129000
MOV qword ptr [RSP + 0x8],RAX
MOV qword ptr [RSP + 0x10],RDX
MOV RAX,qword ptr [RSP + 0x8]
MOV qword ptr [RSP + 0x20],RAX
MOV RAX,qword ptr [RSP + 0x... |
int8 JS_AtomToCString(int8 param_1,int4 param_2)
{
int iVar1;
int8 uVar2;
int8 uVar3;
int1 auVar4 [16];
int8 local_8;
auVar4 = JS_AtomToString(param_1,param_2);
uVar3 = auVar4._8_8_;
uVar2 = auVar4._0_8_;
iVar1 = JS_IsException(uVar2,uVar3);
if (iVar1 == 0) {
local_8 = JS_ToCString(param_1,... | |
4,013 | JS_AtomToCString | bluesky950520[P]quickjs/quickjs.c | const char *JS_AtomToCString(JSContext *ctx, JSAtom atom)
{
JSValue str;
const char *cstr;
str = JS_AtomToString(ctx, atom);
if (JS_IsException(str))
return NULL;
cstr = JS_ToCString(ctx, str);
JS_FreeValue(ctx, str);
return cstr;
} | O1 | c | JS_AtomToCString:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
movl $0x1, %edx
callq 0x2075a
movq %rdx, %r15
cmpl $0x6, %r15d
jne 0x20821
xorl %eax, %eax
jmp 0x2084c
movq %rax, %r14
movq %rbx, %rdi
xorl %esi, %esi
movq %rax, %rdx
movq %r15, %rcx
xorl %r8d, %r8d
callq 0x20bf7
movq %rax, %r12
mo... | JS_AtomToCString:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rdi
mov edx, 1
call __JS_AtomToValue
mov r15, rdx
cmp r15d, 6
jnz short loc_20821
xor eax, eax
jmp short loc_2084C
loc_20821:
mov r14, rax
mov rdi, rbx
xor esi, esi
mov rdx, rax
mov ... | long long JS_AtomToCString(long long a1, int a2)
{
long long v2; // rax
long long v3; // rdx
long long v4; // r15
_DWORD *v6; // r14
long long v7; // r12
v2 = _JS_AtomToValue(a1, a2, 1);
v4 = v3;
if ( (_DWORD)v3 == 6 )
return 0LL;
v6 = (_DWORD *)v2;
v7 = JS_ToCStringLen2(a1, 0LL, v2, v3, 0LL);... | JS_AtomToCString:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV EDX,0x1
CALL 0x0012075a
MOV R15,RDX
CMP R15D,0x6
JNZ 0x00120821
XOR EAX,EAX
JMP 0x0012084c
LAB_00120821:
MOV R14,RAX
MOV RDI,RBX
XOR ESI,ESI
MOV RDX,RAX
MOV RCX,R15
XOR R8D,R8D
CALL 0x00120bf7
MOV R12,RAX
MOV RDI,qword ptr [RBX + 0x18]
MOV R... |
int8 JS_AtomToCString(long param_1,int8 param_2)
{
int8 uVar1;
int1 auVar2 [16];
auVar2 = __JS_AtomToValue(param_1,param_2,1);
if (auVar2._8_4_ == 6) {
uVar1 = 0;
}
else {
uVar1 = JS_ToCStringLen2(param_1,0,auVar2._0_8_,auVar2._8_8_,0);
JS_FreeValueRT(*(int8 *)(param_1 + 0x18),auVar2._0_8_,... | |
4,014 | JS_AtomToCString | bluesky950520[P]quickjs/quickjs.c | const char *JS_AtomToCString(JSContext *ctx, JSAtom atom)
{
JSValue str;
const char *cstr;
str = JS_AtomToString(ctx, atom);
if (JS_IsException(str))
return NULL;
cstr = JS_ToCString(ctx, str);
JS_FreeValue(ctx, str);
return cstr;
} | O2 | c | JS_AtomToCString:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
callq 0x1a990
movq %rdx, %r15
cmpl $0x6, %r15d
jne 0x1a9dc
xorl %eax, %eax
jmp 0x1aa01
movq %rax, %r14
movq %rbx, %rdi
movq %rax, %rsi
movq %r15, %rdx
callq 0x1aa0d
movq %rax, %r12
movq %rbx, %rdi
movq %r14, %rsi
movq %r15, %rdx
ca... | JS_AtomToCString:
push r15
push r14
push r12
push rbx
push rax
mov rbx, rdi
call JS_AtomToString
mov r15, rdx
cmp r15d, 6
jnz short loc_1A9DC
xor eax, eax
jmp short loc_1AA01
loc_1A9DC:
mov r14, rax
mov rdi, rbx
mov rsi, rax
mov rdx, r15
call JS_ToCString_0
m... | long long JS_AtomToCString(long long a1, int a2)
{
long long v2; // rax
long long v3; // rdx
long long v4; // r15
long long v6; // r14
long long v7; // r12
v2 = JS_AtomToString(a1, a2);
v4 = v3;
if ( (_DWORD)v3 == 6 )
return 0LL;
v6 = v2;
v7 = JS_ToCString_0(a1, v2, v3);
JS_FreeValue(a1, v6,... | JS_AtomToCString:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x0011a990
MOV R15,RDX
CMP R15D,0x6
JNZ 0x0011a9dc
XOR EAX,EAX
JMP 0x0011aa01
LAB_0011a9dc:
MOV R14,RAX
MOV RDI,RBX
MOV RSI,RAX
MOV RDX,R15
CALL 0x0011aa0d
MOV R12,RAX
MOV RDI,RBX
MOV RSI,R14
MOV RDX,R15
CALL 0x0011801e
MOV RAX,R12
LAB_0011... |
int8 JS_AtomToCString(int8 param_1)
{
int8 uVar1;
int1 auVar2 [16];
auVar2 = JS_AtomToString();
if (auVar2._8_4_ == 6) {
uVar1 = 0;
}
else {
uVar1 = JS_ToCString(param_1,auVar2._0_8_,auVar2._8_8_);
JS_FreeValue(param_1,auVar2._0_8_,auVar2._8_8_);
}
return uVar1;
}
| |
4,015 | print_defaults | eloqsql/mysys/my_default.c | void print_defaults(const char *conf_file, const char **groups)
{
const char **groups_save= groups;
my_print_default_files(conf_file);
fputs("The following groups are read:",stdout);
for ( ; *groups ; groups++)
{
fputc(' ',stdout);
fputs(*groups,stdout);
}
if (my_defaults_group_suffix)
{
g... | O3 | c | print_defaults:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
callq 0x5b633
movq 0x2dd771(%rip), %r14 # 0x338fc0
movq (%r14), %rsi
leaq 0x3cbb1(%rip), %rdi # 0x9840a
callq 0x36340
cmpq $0x0, (%rbx)
je 0x5b88b
leaq 0x8(%rbx), %r15
movq (%r14), %rsi
movl $0x20, %edi
callq 0... | print_defaults:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rsi
call my_print_default_files
mov r14, cs:stdout_ptr
mov rsi, [r14]
lea rdi, aTheFollowingGr; "The following groups are read:"
call _fputs
cmp qword ptr [rbx], 0
jz short loc_5B88B
lea ... | long long print_defaults(long long a1, _QWORD *a2)
{
_QWORD *v2; // r15
bool v3; // zf
_QWORD *v4; // rbx
my_print_default_files(a1);
fputs("The following groups are read:", stdout);
if ( *a2 )
{
v2 = a2 + 1;
do
{
fputc(32LL, stdout);
fputs(*(v2 - 1), stdout);
v3 = *v2++ ==... | print_defaults:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
CALL 0x0015b633
MOV R14,qword ptr [0x00438fc0]
MOV RSI,qword ptr [R14]
LEA RDI,[0x19840a]
CALL 0x00136340
CMP qword ptr [RBX],0x0
JZ 0x0015b88b
LEA R15,[RBX + 0x8]
LAB_0015b868:
MOV RSI,qword ptr [R14]
MOV EDI,0x20
CALL 0x001368d0
MOV ... |
void print_defaults(int8 param_1,long *param_2)
{
long lVar1;
int *puVar2;
long *plVar3;
my_print_default_files();
puVar2 = PTR_stdout_00438fc0;
fputs("The following groups are read:",*(FILE **)PTR_stdout_00438fc0);
if (*param_2 != 0) {
plVar3 = param_2 + 1;
do {
fputc(0x20,*(FILE **)pu... | |
4,016 | intx::operator>>(intx::uint<128u>, unsigned long) | corpus-core[P]colibri-stateless/build_O2/_deps/intx-src/include/intx/intx.hpp | inline constexpr uint128 operator>>(uint128 x, uint64_t shift) noexcept
{
return (shift < 64) ?
// Find the part moved from lo to hi.
// For shift == 0 left shift by (64 - shift) is invalid so
// split it into 2 shifts by 1 and (63 - shift).
uint128{(x[0] ... | O2 | cpp | intx::operator>>(intx::uint<128u>, unsigned long):
movq %rdx, %r8
movq %rsi, %rdx
cmpq $0x3f, %r8
ja 0x3997e
movl %r8d, %ecx
shrq %cl, %rdi
leaq (%rdx,%rdx), %rax
notb %cl
shlq %cl, %rax
orq %rdi, %rax
movl %r8d, %ecx
shrq %cl, %rdx
retq
cmpq $0x7f, %r8
ja 0x3998f
movl %r8d, %ecx
shrq %cl, %rdx
movq %rdx, %rax
jmp 0x39... | _ZN4intxrsENS_4uintILj128EEEm:
mov r8, rdx
mov rdx, rsi
cmp r8, 3Fh ; '?'
ja short loc_3997E
mov ecx, r8d
shr rdi, cl
lea rax, [rdx+rdx]
not cl
shl rax, cl
or rax, rdi
mov ecx, r8d
shr rdx, cl
retn
loc_3997E:
cmp r8, 7Fh
ja short loc_3998F
mov ecx, r8d
shr ... | long long intx::operator>>(unsigned long long a1, unsigned long long a2, unsigned long long a3)
{
if ( a3 <= 0x3F )
return (a1 >> a3) | ((2 * a2) << ~(_BYTE)a3);
if ( a3 > 0x7F )
return 0LL;
return a2 >> a3;
}
| operator>>:
MOV R8,RDX
MOV RDX,RSI
CMP R8,0x3f
JA 0x0013997e
MOV ECX,R8D
SHR RDI,CL
LEA RAX,[RDX + RDX*0x1]
NOT CL
SHL RAX,CL
OR RAX,RDI
MOV ECX,R8D
SHR RDX,CL
RET
LAB_0013997e:
CMP R8,0x7f
JA 0x0013998f
MOV ECX,R8D
SHR RDX,CL
MOV RAX,RDX
JMP 0x00139991
LAB_0013998f:
XOR EAX,EAX
LAB_00139991:
XOR EDX,EDX
RET
|
/* intx::TEMPNAMEPLACEHOLDERVALUE(intx::uint<128u>, unsigned long) */
int1 [16] __thiscall intx::operator>>(intx *this,ulong param_2,ulong param_3)
{
byte bVar1;
int1 auVar2 [16];
int1 auVar3 [16];
bVar1 = (byte)param_3;
if (param_3 < 0x40) {
auVar2._0_8_ = param_2 * 2 << (~bVar1 & 0x3f) | (ulong)t... | |
4,017 | JS_SetThisTimeValue | bluesky950520[P]quickjs/quickjs.c | static JSValue JS_SetThisTimeValue(JSContext *ctx, JSValue this_val, double v)
{
if (JS_VALUE_GET_TAG(this_val) == JS_TAG_OBJECT) {
JSObject *p = JS_VALUE_GET_OBJ(this_val);
if (p->class_id == JS_CLASS_DATE) {
JS_FreeValue(ctx, p->u.object_data);
p->u.object_data = js_float64... | O0 | c | JS_SetThisTimeValue:
subq $0x58, %rsp
movq %rsi, 0x38(%rsp)
movq %rdx, 0x40(%rsp)
movq %rdi, 0x30(%rsp)
movsd %xmm0, 0x28(%rsp)
movq 0x40(%rsp), %rax
cmpl $-0x1, %eax
jne 0x9f6df
movq 0x38(%rsp), %rax
movq %rax, 0x20(%rsp)
movq 0x20(%rsp), %rax
movzwl 0x6(%rax), %eax
cmpl $0xa, %eax
jne 0x9f6dd
movq 0x30(%rsp), %rdi
mo... | JS_SetThisTimeValue:
sub rsp, 58h
mov [rsp+58h+var_20], rsi
mov [rsp+58h+var_18], rdx
mov [rsp+58h+var_28], rdi
movsd [rsp+58h+var_30], xmm0
mov rax, [rsp+58h+var_18]
cmp eax, 0FFFFFFFFh
jnz loc_9F6DF
mov rax, [rsp+58h+var_20]
mov [rsp+58h+var_38], rax
mov rax, [rsp+58h+var_38]... | _DWORD * JS_SetThisTimeValue(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14)
{... | JS_SetThisTimeValue:
SUB RSP,0x58
MOV qword ptr [RSP + 0x38],RSI
MOV qword ptr [RSP + 0x40],RDX
MOV qword ptr [RSP + 0x30],RDI
MOVSD qword ptr [RSP + 0x28],XMM0
MOV RAX,qword ptr [RSP + 0x40]
CMP EAX,-0x1
JNZ 0x0019f6df
MOV RAX,qword ptr [RSP + 0x38]
MOV qword ptr [RSP + 0x20],RAX
MOV RAX,qword ptr [RSP + 0x20]
MOVZX E... |
int1 [16] JS_SetThisTimeValue(int8 param_1,int8 param_2,long param_3,int param_4)
{
int1 auVar1 [16];
if ((param_4 == -1) && (*(short *)(param_3 + 6) == 10)) {
JS_FreeValue(param_2,*(int8 *)(param_3 + 0x30),*(int8 *)(param_3 + 0x38));
auVar1 = js_float64(param_1);
*(int1 (*) [16])(param_3 + 0x30) ... | |
4,018 | delete_dynamic_with_callback | eloqsql/mysys/array.c | void delete_dynamic_with_callback(DYNAMIC_ARRAY *array, FREE_FUNC f) {
uint i;
char *ptr= (char*) array->buffer;
for (i= 0; i < array->elements; i++, ptr+= array->size_of_element) {
f(ptr);
}
delete_dynamic(array);
} | O3 | c | delete_dynamic_with_callback:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rdi, %rbx
cmpl $0x0, 0x8(%rdi)
je 0x91d06
movq %rsi, %r14
movq (%rbx), %r15
xorl %r12d, %r12d
movq %r15, %rdi
callq *%r14
incl %r12d
movl 0x14(%rbx), %eax
addq %rax, %r15
cmpl 0x8(%rbx), %r12d
jb 0x91cf1
testb $0x... | delete_dynamic_with_callback:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rdi
cmp dword ptr [rdi+8], 0
jz short loc_91D06
mov r14, rsi
mov r15, [rbx]
xor r12d, r12d
loc_91CF1:
mov rdi, r15
call r14
inc r12d
mov eax, [rbx+14h]
add r15,... | long long delete_dynamic_with_callback(long long *a1, void ( *a2)(long long))
{
long long v2; // r15
unsigned int v3; // r12d
long long result; // rax
if ( *((_DWORD *)a1 + 2) )
{
v2 = *a1;
v3 = 0;
do
{
a2(v2);
++v3;
result = *((unsigned int *)a1 + 5);
v2 += result;
... | delete_dynamic_with_callback:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RDI
CMP dword ptr [RDI + 0x8],0x0
JZ 0x00191d06
MOV R14,RSI
MOV R15,qword ptr [RBX]
XOR R12D,R12D
LAB_00191cf1:
MOV RDI,R15
CALL R14
INC R12D
MOV EAX,dword ptr [RBX + 0x14]
ADD R15,RAX
CMP R12D,dword ptr [RBX + 0x8]
JC 0x0019... |
void delete_dynamic_with_callback(long *param_1,code *param_2)
{
uint uVar1;
long lVar2;
if ((int)param_1[1] != 0) {
lVar2 = *param_1;
uVar1 = 0;
do {
(*param_2)(lVar2);
uVar1 = uVar1 + 1;
lVar2 = lVar2 + (ulong)*(uint *)((long)param_1 + 0x14);
} while (uVar1 < *(uint *)(par... | |
4,019 | ftxui::HorizontalContainer::EventHandler(ftxui::Event) | Andrewchistyakov[P]flashcards_lyc/build_O3/_deps/ftxui-src/src/ftxui/component/container.cpp | bool EventHandler(Event event) override {
const int old_selected = *selector_;
if (event == Event::ArrowLeft || event == Event::Character('h')) {
MoveSelector(-1);
}
if (event == Event::ArrowRight || event == Event::Character('l')) {
MoveSelector(+1);
}
if (event == Event::Tab) {
... | O3 | cpp | ftxui::HorizontalContainer::EventHandler(ftxui::Event):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq 0x30(%rdi), %rax
movl (%rax), %ebp
leaq 0x3140d(%rip), %rsi # 0x59a80
movq %r14, %rdi
callq 0x28282
testb %al, %al
jne 0x286e3
movq %rsp, %r15
movq %r1... | _ZN5ftxui19HorizontalContainer12EventHandlerENS_5EventE:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 40h
mov r14, rsi
mov rbx, rdi
mov rax, [rdi+30h]
mov ebp, [rax]
lea rsi, _ZN5ftxui5Event9ArrowLeftE; ftxui::Event::ArrowLeft
mov rdi, r14
call _ZNK5ftxui5EventeqER... | bool ftxui::HorizontalContainer::EventHandler(long long a1, long long a2)
{
int v2; // ebp
long long v3; // rdx
_QWORD *v4; // r15
bool v5; // r12
long long v6; // rdx
_QWORD *v7; // r15
bool v8; // r12
int *v9; // rcx
int v10; // eax
int v11; // edx
_BYTE v13[32]; // [rsp+0h] [rbp-68h] BYREF
v... | EventHandler:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x30]
MOV EBP,dword ptr [RAX]
LEA RSI,[0x159a80]
MOV RDI,R14
CALL 0x00128282
TEST AL,AL
JNZ 0x001286e3
MOV R15,RSP
MOV RDI,R15
MOV ESI,0x68
CALL 0x001291b4
MOV RDX,qword ptr [R14 + 0x28]
CMP RDX,qwor... |
/* ftxui::HorizontalContainer::EventHandler(ftxui::Event) */
int4 __thiscall
ftxui::HorizontalContainer::EventHandler(HorizontalContainer *this,Event *param_2)
{
int iVar1;
size_t sVar2;
long *plVar3;
char cVar4;
int iVar5;
int iVar6;
bool bVar7;
Event aEStack_68 [32];
long *local_48;
size_t loca... | |
4,020 | my_wc_mb_sjis | eloqsql/strings/ctype-sjis.c | static int
my_wc_mb_sjis(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t wc, uchar *s, uchar *e)
{
int code;
if ((int) wc < 0x80) /* ASCII: [U+0000..U+007F] -> [00-7F] */
{
/*
This branch is for performance purposes on ASCII range,
to avoid using unicode_to_cp932[]: about 10% improvement... | O3 | c | my_wc_mb_sjis:
pushq %rbp
movq %rsp, %rbp
cmpl $0x7f, %esi
jg 0x5cc66
movl $0x815f, %edi # imm = 0x815F
cmpq $0x5c, %rsi
je 0x5cc9c
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rcx, %rdx
jae 0x5ccb6
movb %sil, (%rdx)
jmp 0x5cc95
xorl %eax, %eax
cmpq $0xffff, %rsi # imm = 0xFFFF
ja 0x5ccb6
l... | my_wc_mb_sjis:
push rbp
mov rbp, rsp
cmp esi, 7Fh
jg short loc_5CC66
mov edi, 815Fh
cmp rsi, 5Ch ; '\'
jz short loc_5CC9C
mov eax, 0FFFFFF9Bh
cmp rdx, rcx
jnb short loc_5CCB6
mov [rdx], sil
jmp short loc_5CC95
loc_5CC66:
xor eax, eax
cmp rsi, 0FFFFh
ja short... | long long my_wc_mb_sjis(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4)
{
unsigned int v4; // edi
long long result; // rax
if ( (int)a2 <= 127 )
{
LOWORD(v4) = -32417;
if ( a2 != 92 )
{
result = 4294967195LL;
if ( (unsigned long long)a3 >= a4 )
return res... | my_wc_mb_sjis:
PUSH RBP
MOV RBP,RSP
CMP ESI,0x7f
JG 0x0015cc66
MOV EDI,0x815f
CMP RSI,0x5c
JZ 0x0015cc9c
MOV EAX,0xffffff9b
CMP RDX,RCX
JNC 0x0015ccb6
MOV byte ptr [RDX],SIL
JMP 0x0015cc95
LAB_0015cc66:
XOR EAX,EAX
CMP RSI,0xffff
JA 0x0015ccb6
LEA RDI,[0x2e84b0]
MOVZX EDI,word ptr [RDI + RSI*0x2]
TEST EDI,EDI
JZ 0x0015... |
int8 my_wc_mb_sjis(int8 param_1,ulong param_2,ushort *param_3,ushort *param_4)
{
ushort uVar1;
if ((int)param_2 < 0x80) {
uVar1 = 0x815f;
if (param_2 == 0x5c) {
LAB_0015cc9c:
if (param_4 < param_3 + 1) {
return 0xffffff9a;
}
*param_3 = uVar1 << 8 | uVar1 >> 8;
return 2;
... | |
4,021 | my_like_range_win1250ch | eloqsql/strings/ctype-win1250ch.c | static my_bool
my_like_range_win1250ch(CHARSET_INFO *cs __attribute__((unused)),
const char *ptr, size_t ptr_length,
pbool escape, pbool w_one, pbool w_many,
size_t res_length,
char *min_str, char *max_str,
size_t *min_length, size_t *max_length)
{
int only_min_found= 1;
const char *end = ptr + ptr_... | O0 | c | my_like_range_win1250ch:
pushq %rbp
movq %rsp, %rbp
movl %r8d, -0x50(%rbp)
movl %ecx, %eax
movl -0x50(%rbp), %ecx
movl %eax, -0x4c(%rbp)
movq %rdx, %rax
movl -0x4c(%rbp), %edx
movq %rax, -0x48(%rbp)
movq %rsi, %rax
movq -0x48(%rbp), %rsi
movq %rax, -0x40(%rbp)
movq %rdi, %r8
movq -0x40(%rbp), %rdi
movb %r9b, %al
movq 0... | my_like_range_win1250ch:
push rbp
mov rbp, rsp
mov [rbp+var_50], r8d
mov eax, ecx
mov ecx, [rbp+var_50]
mov [rbp+var_4C], eax
mov rax, rdx
mov edx, [rbp+var_4C]
mov [rbp+var_48], rax
mov rax, rsi
mov rsi, [rbp+var_48]
mov [rbp+var_40], rax
mov r8, rdi
mov rdi, [rbp... | long long my_like_range_win1250ch(
long long a1,
unsigned __int8 *a2,
long long a3,
char a4,
char a5,
char a6,
long long a7,
_BYTE *a8,
_BYTE *a9,
_QWORD *a10,
_QWORD *a11)
{
_BYTE *v11; // rax
_BYTE *v12; // rax
_BYTE *v13; ... | my_like_range_win1250ch:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x50],R8D
MOV EAX,ECX
MOV ECX,dword ptr [RBP + -0x50]
MOV dword ptr [RBP + -0x4c],EAX
MOV RAX,RDX
MOV EDX,dword ptr [RBP + -0x4c]
MOV qword ptr [RBP + -0x48],RAX
MOV RAX,RSI
MOV RSI,qword ptr [RBP + -0x48]
MOV qword ptr [RBP + -0x40],RAX
MOV R8,RDI
MOV... |
int4
my_like_range_win1250ch
(long param_1,byte *param_2,long param_3,byte param_4,byte param_5,byte param_6,
long param_7,char *param_8,int1 *param_9,long *param_10,long *param_11)
{
char *pcVar1;
char *pcVar2;
int4 local_28;
byte *local_18;
pcVar1 = param_8;
local_28 = 1;
pcVar2... | |
4,022 | translog_scanner_set_last_page | eloqsql/storage/maria/ma_loghandler.c | static my_bool translog_scanner_set_last_page(TRANSLOG_SCANNER_DATA *scanner)
{
my_bool page_ok;
if (LSN_FILE_NO(scanner->page_addr) == LSN_FILE_NO(scanner->horizon))
{
/* It is last file => we can easy find last page address by horizon */
uint pagegrest= LSN_OFFSET(scanner->horizon) % TRANSLOG_PAGE_SIZE;... | O3 | c | translog_scanner_set_last_page:
movq 0x2000(%rdi), %rcx
movq 0x2008(%rdi), %rax
movq %rax, %rdx
xorq %rcx, %rdx
shrq $0x20, %rdx
jne 0x67603
movl %eax, %ecx
andl $0x1fff, %ecx # imm = 0x1FFF
movl $0x2000, %edx # imm = 0x2000
cmovnel %ecx, %edx
subq %rdx, %rax
movq %rax, 0x2010(%rdi)
xorl %eax, %eax
... | translog_scanner_set_last_page:
mov rcx, [rdi+2000h]
mov rax, [rdi+2008h]
mov rdx, rax
xor rdx, rcx
shr rdx, 20h
jnz short loc_67603
mov ecx, eax
and ecx, 1FFFh
mov edx, 2000h
cmovnz edx, ecx
sub rax, rdx
mov [rdi+2010h], rax
xor eax, eax
retn
loc_67603:
push rbp
mov ... | char translog_scanner_set_last_page(_QWORD *a1)
{
long long v1; // rcx
unsigned long long v2; // rax
long long v3; // rdx
bool v5; // [rsp-9h] [rbp-9h] BYREF
v1 = a1[1024];
v2 = a1[1025];
if ( (v1 ^ v2) >> 32 )
{
a1[1026] = v1;
return translog_get_last_page_addr(a1 + 1026, &v5, 0);
}
else
... | translog_scanner_set_last_page:
MOV RCX,qword ptr [RDI + 0x2000]
MOV RAX,qword ptr [RDI + 0x2008]
MOV RDX,RAX
XOR RDX,RCX
SHR RDX,0x20
JNZ 0x00167603
MOV ECX,EAX
AND ECX,0x1fff
MOV EDX,0x2000
CMOVNZ EDX,ECX
SUB RAX,RDX
MOV qword ptr [RDI + 0x2010],RAX
XOR EAX,EAX
RET
LAB_00167603:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV ... |
int8 translog_scanner_set_last_page(long param_1)
{
ulong uVar1;
int8 uVar2;
ulong uVar3;
int1 local_9;
uVar1 = *(ulong *)(param_1 + 0x2008);
if ((uVar1 ^ *(ulong *)(param_1 + 0x2000)) >> 0x20 == 0) {
uVar3 = 0x2000;
if ((uVar1 & 0x1fff) != 0) {
uVar3 = uVar1 & 0x1fff;
}
*(ulong *... | |
4,023 | CLI::App::add_option(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::function<bool (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&)>, s... | MikePodsytnik[P]TCRtrie/build_O3/_deps/cli11-src/include/CLI/impl/App_inl.hpp | CLI11_INLINE Option *App::add_option(std::string option_name,
callback_t option_callback,
std::string option_description,
bool defaulted,
std::function<std::string()> func)... | O3 | cpp | CLI::App::add_option(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::function<bool (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&)>, s... | _ZN3CLI3App10add_optionENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt8functionIFbRKSt6vectorIS6_SaIS6_EEEES6_bS7_IFS6_vEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 368h
mov qword ptr [rsp+398h+var_368], r9; int
mov [rsp+398h+var_38C], r8d
mov rbp, rcx
mov... | CLI::Option * CLI::App::add_option(_QWORD *a1, _BYTE **a2, long long a3, _BYTE **a4, int a5, long long a6)
{
long long v9; // rax
int v10; // edx
int v11; // ecx
int v12; // r8d
int v13; // r9d
_QWORD **v14; // rdi
_QWORD *v15; // r12
_QWORD *v16; // r12
CLI::Option *v17; // rbx
CLI::Option **v18; /... | add_option:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x368
MOV qword ptr [RSP + 0x30],R9
MOV dword ptr [RSP + 0xc],R8D
MOV RBP,RCX
MOV R13,RDX
MOV R15,RSI
MOV R14,RDI
LEA RBX,[RSP + 0x88]
MOV qword ptr [RBX + -0x10],RBX
MOV RSI,qword ptr [RSI]
MOV RDX,qword ptr [R15 + 0x8]
ADD RDX,RSI
LEA RDI,[RSP ... |
/* CLI::App::add_option(std::__cxx11::string, std::function<bool (std::vector<std::__cxx11::string,
std::allocator<std::__cxx11::string > > const&)>, std::__cxx11::string, bool,
std::function<std::__cxx11::string ()>) */
Option * __thiscall
CLI::App::add_option
(App *this,long *param_2,function *param... | |
4,024 | my_fprintf | eloqsql/strings/my_vsnprintf.c | int my_fprintf(FILE *stream, const char* format, ...)
{
int result;
va_list args;
va_start(args, format);
result= my_vfprintf(stream, format, args);
va_end(args);
return result;
} | O0 | c | my_fprintf:
pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
testb %al, %al
je 0xd8bb8
movaps %xmm0, -0xb0(%rbp)
movaps %xmm1, -0xa0(%rbp)
movaps %xmm2, -0x90(%rbp)
movaps %xmm3, -0x80(%rbp)
movaps %xmm4, -0x70(%rbp)
movaps %xmm5, -0x60(%rbp)
movaps %xmm6, -0x50(%rbp)
movaps %xmm7, -0x40(%rbp)
movq %r9, -0xb8(%rbp)
movq %r8... | my_fprintf:
push rbp
mov rbp, rsp
sub rsp, 0E0h
test al, al
jz short loc_D8BB8
movaps [rbp+var_B0], xmm0
movaps [rbp+var_A0], xmm1
movaps [rbp+var_90], xmm2
movaps [rbp+var_80], xmm3
movaps [rbp+var_70], xmm4
movaps [rbp+var_60], xmm5
movaps [rbp+var_50], xmm6
movaps [rbp+var_40], xmm7
loc_D8... | long long my_fprintf(
long long a1,
char *a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,
char... | my_fprintf:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
TEST AL,AL
JZ 0x001d8bb8
MOVAPS xmmword ptr [RBP + -0xb0],XMM0
MOVAPS xmmword ptr [RBP + -0xa0],XMM1
MOVAPS xmmword ptr [RBP + -0x90],XMM2
MOVAPS xmmword ptr [RBP + -0x80],XMM3
MOVAPS xmmword ptr [RBP + -0x70],XMM4
MOVAPS xmmword ptr [RBP + -0x60],XMM5
MOVAPS xmmword ptr [R... |
int4
my_fprintf(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 param_9,int8 param_10,int8 param_11,int8 param_12,
int8 param_13,int8 param_14)
{
char in_AL;
int4 uVar1;
int1 local_e8 [16];
int8 local_d8;
int8 local... | |
4,025 | GenImageGradientSquare | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtextures.c | Image GenImageGradientSquare(int width, int height, float density, Color inner, Color outer)
{
Color *pixels = (Color *)RL_MALLOC(width*height*sizeof(Color));
float centerX = (float)width/2.0f;
float centerY = (float)height/2.0f;
for (int y = 0; y < height; y++)
{
for (int x = 0; x < width... | O3 | c | GenImageGradientSquare:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x10, %rsp
movl %r8d, %r12d
movl %ecx, %r15d
movss %xmm0, 0xc(%rsp)
movl %edx, %ebp
movl %esi, %r14d
movq %rdi, %rbx
movl %edx, %eax
imull %esi, %eax
movslq %eax, %rdi
shlq $0x2, %rdi
callq 0xa6f0
movss 0xc(%rsp), %xmm13
testl %ebp, %e... | GenImageGradientSquare:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 10h
mov r12d, r8d
mov r15d, ecx
movss [rsp+38h+var_2C], xmm0
mov ebp, edx
mov r14d, esi
mov rbx, rdi
mov eax, edx
imul eax, esi
movsxd rdi, eax
shl rdi, 2
call _malloc
movss xmm13, [rs... | long long GenImageGradientSquare(long long a1, int a2, int a3, unsigned int a4, unsigned int a5, float a6)
{
long long v10; // rax
float v12; // xmm0_4
float v13; // xmm1_4
__m128 v14; // xmm4
__m128 v15; // xmm5
long long v16; // rdi
__m128i si128; // xmm8
long long v18; // r8
__m128 v19; // xmm9
... | GenImageGradientSquare:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV R12D,R8D
MOV R15D,ECX
MOVSS dword ptr [RSP + 0xc],XMM0
MOV EBP,EDX
MOV R14D,ESI
MOV RBX,RDI
MOV EAX,EDX
IMUL EAX,ESI
MOVSXD RDI,EAX
SHL RDI,0x2
CALL 0x0010a6f0
MOVSS XMM13,dword ptr [RSP + 0xc]
TEST EBP,EBP
JLE 0x001936c2
XORPS XMM0,X... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int8 *
GenImageGradientSquare
(float param_1,int8 *param_2,uint param_3,uint param_4,int4 param_5,
uint param_6)
{
char *pcVar1;
char cVar2;
short sVar6;
short sVar7;
short sVar8;
int1 auVar9 [13];
... | |
4,026 | init_tree | eloqsql/mysys/tree.c | void init_tree(TREE *tree, size_t default_alloc_size, size_t memory_limit,
int size, qsort_cmp2 compare,
tree_element_free free_element, void *custom_arg,
myf my_flags)
{
DBUG_ENTER("init_tree");
DBUG_PRINT("enter",("tree: %p size: %d", tree, size));
if (default_alloc_size ... | O3 | c | init_tree:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %r8, %rax
movq %rdi, %rbx
movq 0x18(%rbp), %r8
movq 0x10(%rbp), %rdi
cmpq $0x2001, %rsi # imm = 0x2001
movl $0x2000, %r10d # imm = 0x2000
cmovaeq %rsi, %r10
addq $0x1fff, %r10 # imm = 0x1FFF
andq $-0x2000, %r10 # imm ... | init_tree:
push rbp
mov rbp, rsp
push rbx
push rax
mov rax, r8
mov rbx, rdi
mov r8, [rbp+arg_8]
mov rdi, [rbp+arg_0]
cmp rsi, 2001h
mov r10d, 2000h
cmovnb r10, rsi
add r10, 1FFFh
and r10, 0FFFFFFFFFFFFE000h
lea rsi, null_element
mov [rbx], rsi
mov [rbx+228h], ra... | char init_tree(
long long a1,
unsigned long long a2,
long long a3,
int a4,
long long a5,
long long a6,
long long a7,
long long a8)
{
long long v8; // r10
unsigned long long v9; // r10
int v10; // eax
unsigned long long v11; // rcx
unsigned long ... | init_tree:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RAX,R8
MOV RBX,RDI
MOV R8,qword ptr [RBP + 0x18]
MOV RDI,qword ptr [RBP + 0x10]
CMP RSI,0x2001
MOV R10D,0x2000
CMOVNC R10,RSI
ADD R10,0x1fff
AND R10,-0x2000
LEA RSI,[0x485bc0]
MOV qword ptr [RBX],RSI
MOV qword ptr [RBX + 0x228],RAX
TEST R9,R9
SETNZ SIL
XOR R11D,R11D... |
void init_tree(int8 *param_1,ulong param_2,int8 param_3,uint param_4,int8 param_5,
long param_6,int8 param_7,ulong param_8)
{
uint uVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
uVar3 = 0x2000;
if (0x2000 < param_2) {
uVar3 = param_2;
}
uVar3 = uVar3 + 0x1fff & 0xffffffffffffe000;
... | |
4,027 | free_block | eloqsql/mysys/mf_keycache.c | static void free_block(SIMPLE_KEY_CACHE_CB *keycache, BLOCK_LINK *block)
{
KEYCACHE_THREAD_TRACE("free block");
KEYCACHE_DBUG_PRINT("free_block",
("block %u to be freed, hash_link %p status: %u",
BLOCK_NUMBER(block), block->hash_link,
block->statu... | O0 | c | free_block:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
jmp 0xe43e2
jmp 0xe43e4
jmp 0xe43e6
jmp 0xe43e8
jmp 0xe43ea
jmp 0xe43ec
jmp 0xe43ee
jmp 0xe43f0
jmp 0xe43f2
movq -0x10(%rbp), %rax
cmpq $0x0, 0x20(%rax)
je 0xe4432
movq -0x10(%rbp), %rax
movl 0x50(%rax), %ecx
orl $0x8, ... | free_block_0:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
jmp short $+2
loc_E43E2:
jmp short $+2
loc_E43E4:
jmp short $+2
loc_E43E6:
jmp short $+2
loc_E43E8:
jmp short $+2
loc_E43EA:
jmp short $+2
loc_E43EC:
jmp short $+2
loc_E43EE:
jmp ... | long long free_block_0(long long a1, long long a2)
{
long long result; // rax
if ( *(_QWORD *)(a2 + 32) )
{
*(_DWORD *)(a2 + 80) |= 8u;
wait_for_readers_0(a1, a2);
*(_DWORD *)(a2 + 80) &= ~8u;
}
unreg_request_0((_QWORD *)a1, a2, 0);
result = *(_DWORD *)(a2 + 80) & 0x80;
if ( !(_DWORD)result ... | free_block:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
JMP 0x001e43e2
LAB_001e43e2:
JMP 0x001e43e4
LAB_001e43e4:
JMP 0x001e43e6
LAB_001e43e6:
JMP 0x001e43e8
LAB_001e43e8:
JMP 0x001e43ea
LAB_001e43ea:
JMP 0x001e43ec
LAB_001e43ec:
JMP 0x001e43ee
LAB_001e43ee:
JMP 0x00... |
void free_block(long param_1,int8 *param_2)
{
if (param_2[4] != 0) {
*(uint *)(param_2 + 10) = *(uint *)(param_2 + 10) | 8;
wait_for_readers(param_1,param_2);
*(uint *)(param_2 + 10) = *(uint *)(param_2 + 10) & 0xfffffff7;
}
unreg_request(param_1,param_2,0);
if ((*(uint *)(param_2 + 10) & 0x80) ==... | |
4,028 | el::Configurations::Parser::isComment(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | opengl-water/src/easylogging++.cc | bool Configurations::Parser::isComment(const std::string& line) {
return base::utils::Str::startsWith(line, std::string(base::consts::kConfigurationComment));
} | O3 | cpp | el::Configurations::Parser::isComment(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
leaq -0x28(%rbp), %r15
movq %r15, -0x10(%r15)
leaq 0x254de(%rip), %rsi # 0x4f01d
leaq 0x254d9(%ri... | _ZN2el14Configurations6Parser9isCommentERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
lea r15, [rbp+var_28]
mov [r15-10h], r15
lea rsi, asc_4F01D; "##"
lea rdx, asc_4F01D+2; ""
lea r14, [rbp+... | long long el::Configurations::Parser::isComment(long long a1)
{
unsigned int v1; // ebx
void *v3; // [rsp+8h] [rbp-38h] BYREF
unsigned long long v4; // [rsp+10h] [rbp-30h]
_QWORD v5[5]; // [rsp+18h] [rbp-28h] BYREF
v1 = a1;
v3 = v5;
std::string::_M_construct<char const*>((long long)&v3, "##", (long long... | isComment:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R15,[RBP + -0x28]
MOV qword ptr [R15 + -0x10],R15
LEA RSI,[0x14f01d]
LEA RDX,[0x14f01f]
LEA R14,[RBP + -0x38]
MOV RDI,R14
CALL 0x00126c7e
MOV RDX,qword ptr [R14 + 0x8]
CMP qword ptr [RBX + 0x8],RDX
JNC 0x00129b60
XOR EBX,EBX
JMP 0x0... |
/* el::Configurations::Parser::isComment(std::__cxx11::string const&) */
ulong el::Configurations::Parser::isComment(string *param_1)
{
int iVar1;
ulong uVar2;
long *local_40;
ulong local_38;
long local_30 [2];
local_40 = local_30;
std::__cxx11::string::_M_construct<char_const*>(&local_40,&DAT_0014f... | |
4,029 | blst_uint64_from_fr | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/exports.c | void blst_uint64_from_fr(unsigned long long ret[4], const vec256 a)
{
const union {
long one;
char little;
} is_endian = { 1 };
if (sizeof(limb_t) == 8 || is_endian.little) {
from_mont_256((limb_t *)ret, a, BLS12_381_r, r0);
} else {
vec256 out;
int i;
f... | O3 | c | blst_uint64_from_fr:
pushq %rbp
movq %rsp, %rbp
leaq 0x26e73(%rip), %rdx # 0x8ca40
movabsq $-0x100000001, %rcx # imm = 0xFFFFFFFEFFFFFFFF
popq %rbp
jmp 0x76460
| blst_uint64_from_fr:
push rbp
mov rbp, rsp
lea rdx, BLS12_381_r
mov rcx, 0FFFFFFFEFFFFFFFFh
pop rbp
jmp from_mont_256
| long long blst_uint64_from_fr(long long a1, long long a2)
{
return from_mont_256(a1, a2, &BLS12_381_r, 0xFFFFFFFEFFFFFFFFLL);
}
| blst_uint64_from_fr:
PUSH RBP
MOV RBP,RSP
LEA RDX,[0x18ca40]
MOV RCX,-0x100000001
POP RBP
JMP 0x00176460
|
void blst_uint64_from_fr(int8 param_1,int8 param_2)
{
from_mont_256(param_1,param_2,BLS12_381_r,0xfffffffeffffffff);
return;
}
| |
4,030 | ma_ft_cmp | eloqsql/storage/maria/ma_ft_update.c | int _ma_ft_cmp(MARIA_HA *info, uint keynr, const uchar *rec1, const uchar *rec2)
{
FT_SEG_ITERATOR ftsi1, ftsi2;
CHARSET_INFO *cs=info->s->keyinfo[keynr].seg->charset;
DBUG_ENTER("_ma_ft_cmp");
_ma_ft_segiterator_init(info, keynr, rec1, &ftsi1);
_ma_ft_segiterator_init(info, keynr, rec2, &ftsi2);
while (_... | O3 | c | ma_ft_cmp:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq (%rdi), %rax
movq 0x570(%rax), %rax
movl %esi, %esi
imulq $0x118, %rsi, %rsi # imm = 0x118
movq 0xc0(%rax,%rsi), %r8
movq (%r8), %rbx
movzwl 0xa0(%rax,%rsi), %eax
leaq -0x60(%rbp), %rdi
movl %eax, (%rdi)
movq %r... | _ma_ft_cmp:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 40h
mov rax, [rdi]
mov rax, [rax+570h]
mov esi, esi
imul rsi, 118h
mov r8, [rax+rsi+0C0h]
mov rbx, [r8]
movzx eax, word ptr [rax+rsi+0A0h]
lea rdi, [rbp+var_60]
mov [rdi], eax
mov [... | long long ma_ft_cmp(long long a1, unsigned int a2, long long a3, long long a4)
{
long long v4; // rax
long long v5; // rsi
_QWORD *v6; // r8
long long v7; // rbx
unsigned int v8; // r14d
int v10; // [rsp+0h] [rbp-60h] BYREF
unsigned int v11; // [rsp+4h] [rbp-5Ch]
_QWORD *v12; // [rsp+8h] [rbp-58h]
lo... | _ma_ft_cmp:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x570]
MOV ESI,ESI
IMUL RSI,RSI,0x118
MOV R8,qword ptr [RAX + RSI*0x1 + 0xc0]
MOV RBX,qword ptr [R8]
MOVZX EAX,word ptr [RAX + RSI*0x1 + 0xa0]
LEA RDI,[RBP + -0x60]
MOV dword ptr [RDI],EAX
... |
int8 _ma_ft_cmp(long *param_1,uint param_2,int8 param_3,int8 param_4)
{
int8 uVar1;
int iVar2;
uint local_68;
int4 local_64;
int8 *local_60;
int8 local_58;
long local_50;
uint local_48;
int4 local_44;
int8 *local_40;
int8 local_38;
long local_30;
local_60 = *(int8 **)(*(long *)(*param_1 +... | |
4,031 | ggml_mul_mat | monkey531[P]llama/ggml/src/ggml.c | struct ggml_tensor * ggml_mul_mat(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * b) {
GGML_ASSERT(ggml_can_mul_mat(a, b));
GGML_ASSERT(!ggml_is_transposed(a));
const int64_t ne[4] = { a->ne[1], b->ne[1], b->ne[2], b->ne[3] };
struct ggml_tensor * resu... | O2 | c | ggml_mul_mat:
pushq %r15
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq %rsi, %rdi
movq %rdx, %rsi
callq 0x211f5
testb %al, %al
je 0x211b8
movq 0x30(%r14), %rax
cmpq 0x38(%r14), %rax
ja 0x211d4
movq 0x18(%r14), %rax
movq %rsp, %rcx
movq %rax, (%rcx)
movups 0x18(%rbx), %xmm0
... | ggml_mul_mat:
push r15
push r14
push rbx
sub rsp, 20h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov rdi, rsi
mov rsi, rdx
call ggml_can_mul_mat
test al, al
jz short loc_211B8
mov rax, [r14+30h]
cmp rax, [r14+38h]
ja short loc_211D4
mov rax, [r14+18h]
mov rcx... | long long ggml_mul_mat(
long long a1,
_QWORD *a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v12; // r8
long long v13; // r9
__m128 v14; // xmm4
__m12... | ggml_mul_mat:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV RDI,RSI
MOV RSI,RDX
CALL 0x001211f5
TEST AL,AL
JZ 0x001211b8
MOV RAX,qword ptr [R14 + 0x30]
CMP RAX,qword ptr [R14 + 0x38]
JA 0x001211d4
MOV RAX,qword ptr [R14 + 0x18]
MOV RCX,RSP
MOV qword ptr [RCX],RAX
MOVUPS XMM0,xmmword pt... |
void ggml_mul_mat(int8 param_1,long param_2,int8 param_3)
{
char cVar1;
long lVar2;
char *pcVar3;
int8 uVar4;
cVar1 = ggml_can_mul_mat(param_2,param_3);
if (cVar1 == '\0') {
pcVar3 = "ggml_can_mul_mat(a, b)";
uVar4 = 0xa8a;
}
else {
if (*(ulong *)(param_2 + 0x30) <= *(ulong *)(param_2 +... | |
4,032 | ma_net_init | eloqsql/libmariadb/libmariadb/ma_net.c | int ma_net_init(NET *net, MARIADB_PVIO* pvio)
{
if (!(net->buff=(uchar*) malloc(net_buffer_length)))
return 1;
if (!net->extension)
return 1;
memset(net->buff, 0, net_buffer_length);
net->max_packet_size= MAX(net_buffer_length, max_allowed_packet);
net->buff_end=net->buff+(net->max_packet=net_buffer... | O3 | c | ma_net_init:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
leaq 0x2e50d9(%rip), %rax # 0x339d80
movq (%rax), %r13
movq %r13, %rdi
callq 0x36950
movq %rax, 0x8(%r14)
movl $0x1, %r15d
testq %rax, %rax
je 0x54d8d
cmpq $0x0, 0x2a0(%r14)
je 0x... | ma_net_init:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rsi
mov r14, rdi
lea rax, net_buffer_length
mov r13, [rax]
mov rdi, r13
call _malloc
mov [r14+8], rax
mov r15d, 1
test rax, rax
jz loc_54D8D
cmp qword ptr... | long long ma_net_init(long long a1, long long a2)
{
unsigned long long v2; // r13
long long v3; // rax
unsigned int v4; // r15d
long long v5; // r12
unsigned long long v6; // rax
v2 = net_buffer_length;
v3 = malloc(net_buffer_length);
*(_QWORD *)(a1 + 8) = v3;
v4 = 1;
if ( v3 && *(_QWORD *)(a1 + 6... | ma_net_init:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
LEA RAX,[0x439d80]
MOV R13,qword ptr [RAX]
MOV RDI,R13
CALL 0x00136950
MOV qword ptr [R14 + 0x8],RAX
MOV R15D,0x1
TEST RAX,RAX
JZ 0x00154d8d
CMP qword ptr [R14 + 0x2a0],0x0
JZ 0x00154d8d
MOV R12,RAX
XOR R15D,... |
int8 ma_net_init(long *param_1,long param_2)
{
size_t __n;
void *__s;
ulong uVar1;
int8 uVar2;
__n = net_buffer_length;
__s = malloc(net_buffer_length);
param_1[1] = (long)__s;
uVar2 = 1;
if ((__s != (void *)0x0) && (param_1[0x54] != 0)) {
uVar2 = 0;
memset(__s,0,__n);
uVar1 = max_all... | |
4,033 | uf_endspace_selected | eloqsql/storage/myisam/mi_packrec.c | static void uf_endspace_selected(MI_COLUMNDEF *rec, MI_BIT_BUFF *bit_buff,
uchar *to, uchar *end)
{
uint spaces;
if (get_bit(bit_buff))
{
if ((spaces=get_bits(bit_buff,rec->space_length_bits))+to > end)
{
bit_buff->error=1;
return;
}
if (to+spaces != end)
decode_bytes(rec,bi... | O3 | c | uf_endspace_selected:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rcx, %rbx
movq %rsi, %r15
movq %rdi, %r12
movl 0x4(%rsi), %eax
testl %eax, %eax
je 0x82f99
movl (%r15), %r14d
decl %eax
movl %eax, 0x4(%r15)
btl %eax, %r14d
jb 0x82fd8
jmp 0x82fb7
movq %r15, %rdi
mov... | uf_endspace_selected_0:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rcx
mov r15, rsi
mov r12, rdi
mov eax, [rsi+4]
test eax, eax
jz short loc_82F99
mov r14d, [r15]
dec eax
mov [r15+4], eax
bt r14d, eax
jb sho... | _BYTE * uf_endspace_selected_0(long long a1, unsigned int *a2, _BYTE *a3, _BYTE *a4)
{
long long v5; // r12
unsigned int v6; // eax
unsigned int v7; // r14d
unsigned int v8; // eax
_BYTE *v9; // r14
_BYTE *result; // rax
unsigned int v11; // r13d
unsigned int v12; // ecx
int v13; // r13d
int v14; //... | uf_endspace_selected:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RCX
MOV R15,RSI
MOV R12,RDI
MOV EAX,dword ptr [RSI + 0x4]
TEST EAX,EAX
JZ 0x00182f99
MOV R14D,dword ptr [R15]
DEC EAX
MOV dword ptr [R15 + 0x4],EAX
BT R14D,EAX
JC 0x00182fd8
JMP 0x00182fb7
LAB_00182f99:
MOV RDI,R15
... |
void uf_endspace_selected(long param_1,uint *param_2,long param_3,ulong param_4)
{
uint uVar1;
uint uVar2;
uint uVar3;
byte bVar4;
ulong __n;
uint uVar5;
if (param_2[1] == 0) {
fill_buffer(param_2);
param_2[1] = 0x1f;
uVar5 = *param_2;
if ((int)uVar5 < 0) {
uVar3 = 0x1f;
g... | |
4,034 | pfs_start_cond_wait_v1 | eloqsql/storage/perfschema/pfs.cc | PSI_cond_locker*
pfs_start_cond_wait_v1(PSI_cond_locker_state *state,
PSI_cond *cond, PSI_mutex *mutex,
PSI_cond_operation op,
const char *src_file, uint src_line)
{
/*
Note about the unused PSI_mutex *mutex parameter:
In the pthread library... | O3 | cpp | pfs_start_cond_wait_v1:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
cmpb $0x1, 0x4(%rsi)
jne 0x28f2f
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x3a7d8f(%rip), %rax # 0x3d0c40
cmpb $0x1, (%rax)
jne 0x28f06
movq %r8, %r13
movl %ecx, %r14d
movl %r9d, -0x... | pfs_start_cond_wait_v1:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
cmp byte ptr [rsi+4], 1
jnz loc_28F2F
mov r12, rdx
mov r15, rsi
mov rbx, rdi
lea rax, flag_thread_instrumentation
cmp byte ptr [rax], 1
jnz short loc_28F06
mo... | long long pfs_start_cond_wait_v1(long long a1, long long a2, long long a3, int a4, long long a5, int a6)
{
long long v6; // r12
long long v7; // rbx
long long v10; // rax
_QWORD *v11; // r12
long long timer_raw_value_and_function; // rax
int v13; // ecx
unsigned long long v14; // rdx
long long v15; // ... | pfs_start_cond_wait_v1:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
CMP byte ptr [RSI + 0x4],0x1
JNZ 0x00128f2f
MOV R12,RDX
MOV R15,RSI
MOV RBX,RDI
LEA RAX,[0x4d0c40]
CMP byte ptr [RAX],0x1
JNZ 0x00128f06
MOV R13,R8
MOV R14D,ECX
MOV dword ptr [RBP + -0x2c],R9D
MOV qword ptr [RBP + -0x... |
uint * pfs_start_cond_wait_v1
(uint *param_1,long param_2,int8 param_3,int param_4,int8 param_5,
int4 param_6)
{
int8 *puVar1;
long lVar2;
void *pvVar3;
int8 uVar4;
uint uVar5;
if (*(char *)(param_2 + 4) == '\x01') {
if (flag_thread_instrumentation == '\x01') {
... | |
4,035 | my_append_fix_badly_formed_tail | eloqsql/strings/ctype-mb.c | static size_t
my_append_fix_badly_formed_tail(CHARSET_INFO *cs,
char *to, char *to_end,
const char *from, const char *from_end,
size_t nchars,
MY_STRCOPY_STATUS *status)
{
char *to0= to;
... | O0 | c | my_append_fix_badly_formed_tail:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq 0x10(%rbp), %rax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x38(%rbp)
cmpq $0x0, -0x30(%rbp)
je 0xd62d5
movq -... | my_append_fix_badly_formed_tail:
push rbp
mov rbp, rsp
sub rsp, 40h
mov rax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_10]
mov [rbp+var_38], rax
loc_D61CC:
... | long long my_append_fix_badly_formed_tail(
long long a1,
long long a2,
unsigned long long a3,
unsigned long long a4,
unsigned long long a5,
long long a6,
unsigned long long *a7)
{
int v8; // [rsp+4h] [rbp-3Ch]
int v9; // [rsp+4h] [rbp-3Ch]
long long v14; //... | my_append_fix_badly_formed_tail:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x10]
M... |
long my_append_fix_badly_formed_tail
(long param_1,void *param_2,ulong param_3,void *param_4,void *param_5,long param_6,
int8 *param_7)
{
int iVar1;
long local_38;
void *local_28;
void *local_18;
local_28 = param_4;
local_18 = param_2;
for (local_38 = param_6; local_38 !... | |
4,036 | js_dump_obj | bluesky950520[P]quickjs/quickjs-libc.c | static void js_dump_obj(JSContext *ctx, FILE *f, JSValue val)
{
const char *str;
str = JS_ToCString(ctx, val);
if (str) {
fprintf(f, "%s\n", str);
JS_FreeCString(ctx, str);
} else {
fprintf(f, "[exception]\n");
}
} | O0 | c | js_dump_obj:
subq $0x28, %rsp
movq %rdx, 0x18(%rsp)
movq %rcx, 0x20(%rsp)
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq 0x10(%rsp), %rdi
movq 0x18(%rsp), %rsi
movq 0x20(%rsp), %rdx
callq 0x147e0
movq %rax, (%rsp)
cmpq $0x0, (%rsp)
je 0x1190e
movq 0x8(%rsp), %rdi
movq (%rsp), %rdx
leaq 0xfc18d(%rip), %rsi # 0x10da... | js_dump_obj:
sub rsp, 28h
mov [rsp+28h+var_10], rdx
mov [rsp+28h+var_8], rcx
mov [rsp+28h+var_18], rdi
mov [rsp+28h+var_20], rsi
mov rdi, [rsp+28h+var_18]
mov rsi, [rsp+28h+var_10]
mov rdx, [rsp+28h+var_8]
call JS_ToCString
mov [rsp+28h+var_28], rax
cmp [rsp+28h+var_28], 0
jz ... | long long js_dump_obj(long long a1, long long a2, long long a3, long long a4)
{
const char *v5; // [rsp+0h] [rbp-28h]
v5 = (const char *)JS_ToCString(a1, a3, a4);
if ( !v5 )
return fprintf(a2, "[exception]\n");
fprintf(a2, "%s\n", v5);
return JS_FreeCString(a1, v5);
}
| js_dump_obj:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDX
MOV qword ptr [RSP + 0x20],RCX
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV RDI,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RSP + 0x18]
MOV RDX,qword ptr [RSP + 0x20]
CALL 0x001147e0
MOV qword ptr [RSP],RAX
CMP qword ptr [RSP],0x0
JZ 0x0011190e
... |
void js_dump_obj(int8 param_1,FILE *param_2,int8 param_3,int8 param_4)
{
long lVar1;
lVar1 = JS_ToCString(param_1,param_3,param_4);
if (lVar1 == 0) {
fprintf(param_2,"[exception]\n");
}
else {
fprintf(param_2,"%s\n",lVar1);
JS_FreeCString(param_1,lVar1);
}
return;
}
| |
4,037 | js_dump_obj | bluesky950520[P]quickjs/quickjs-libc.c | static void js_dump_obj(JSContext *ctx, FILE *f, JSValue val)
{
const char *str;
str = JS_ToCString(ctx, val);
if (str) {
fprintf(f, "%s\n", str);
JS_FreeCString(ctx, str);
} else {
fprintf(f, "[exception]\n");
}
} | O1 | c | js_dump_obj:
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
xorl %esi, %esi
xorl %r8d, %r8d
callq 0x20bf7
testq %rax, %rax
je 0x154fb
movq %rax, %r15
leaq 0x89542(%rip), %rsi # 0x9ea20
movq %rbx, %rdi
movq %rax, %rdx
xorl %eax, %eax
callq 0xe550
movq %r14, %rdi
movq %r15, %rsi
popq %rbx
popq %r14
... | js_dump_obj:
push r15
push r14
push rbx
mov rbx, rsi
mov r14, rdi
xor esi, esi
xor r8d, r8d
call JS_ToCStringLen2
test rax, rax
jz short loc_154FB
mov r15, rax
lea rsi, a3u2uS+0Eh; "%s\n"
mov rdi, rbx
mov rdx, rax
xor eax, eax
call _fprintf
mov rdi, r14
mov... | long long js_dump_obj(long long a1, long long a2, long long a3, long long a4)
{
const char *v4; // rax
const char *v5; // r15
v4 = (const char *)JS_ToCStringLen2(a1, 0LL, a3, a4, 0LL);
if ( !v4 )
return fwrite("[exception]\n", 12LL, 1LL, a2);
v5 = v4;
fprintf(a2, "%s\n", v4);
return JS_FreeCString(a... | |||
4,038 | my_mutex_init | eloqsql/mysys/thr_mutex.c | void my_mutex_init()
{
/* Initialize mutex attributes */
#ifdef PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
/*
Set mutex type to "fast" a.k.a "adaptive"
In this case the thread may steal the mutex from some other thread
that is waiting for the same mutex. This will save us some
context switches but may ... | O0 | c | my_mutex_init:
pushq %rbp
movq %rsp, %rbp
leaq 0x3751f5(%rip), %rdi # 0x3f3bb0
callq 0x369f0
leaq 0x3751e9(%rip), %rdi # 0x3f3bb0
movl $0x3, %esi
callq 0x36520
leaq 0x3751dc(%rip), %rdi # 0x3f3bb4
callq 0x369f0
leaq 0x3751d0(%rip), %rdi # 0x3f3bb4
movl $0x2, %esi
callq 0x36520
popq %rbp
retq
| my_mutex_init:
push rbp
mov rbp, rsp
lea rdi, my_fast_mutexattr
call _pthread_mutexattr_init
lea rdi, my_fast_mutexattr
mov esi, 3
call _pthread_mutexattr_settype
lea rdi, my_errorcheck_mutexattr
call _pthread_mutexattr_init
lea rdi, my_errorcheck_mutexattr
mov esi, 2
call _pt... | long long my_mutex_init()
{
pthread_mutexattr_init(&my_fast_mutexattr);
pthread_mutexattr_settype(&my_fast_mutexattr, 3LL);
pthread_mutexattr_init(&my_errorcheck_mutexattr);
return pthread_mutexattr_settype(&my_errorcheck_mutexattr, 2LL);
}
| my_mutex_init:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x4f3bb0]
CALL 0x001369f0
LEA RDI,[0x4f3bb0]
MOV ESI,0x3
CALL 0x00136520
LEA RDI,[0x4f3bb4]
CALL 0x001369f0
LEA RDI,[0x4f3bb4]
MOV ESI,0x2
CALL 0x00136520
POP RBP
RET
|
void my_mutex_init(void)
{
pthread_mutexattr_init((pthread_mutexattr_t *)&my_fast_mutexattr);
pthread_mutexattr_settype((pthread_mutexattr_t *)&my_fast_mutexattr,3);
pthread_mutexattr_init((pthread_mutexattr_t *)&my_errorcheck_mutexattr);
pthread_mutexattr_settype((pthread_mutexattr_t *)&my_errorcheck_mutexat... | |
4,039 | MNN::Extra::UnPackTo(MNN::ExtraT*, std::__1::function<void (void**, unsigned long)> const*) const | mnn-tts/MNN/schema/current/MNN_generated.h | inline void Extra::UnPackTo(ExtraT *_o, const flatbuffers::resolver_function_t *_resolver) const {
(void)_o;
(void)_resolver;
{ auto _e = type(); if (_e) _o->type = _e->str(); };
{ auto _e = engine(); if (_e) _o->engine = _e->str(); };
{ auto _e = info(); if (_e) { _o->info.resize(_e->size()); for (flatbuffer... | O0 | c | MNN::Extra::UnPackTo(MNN::ExtraT*, std::__1::function<void (void**, unsigned long)> const*) const:
subq $0xb8, %rsp
movq %rdi, 0xb0(%rsp)
movq %rsi, 0xa8(%rsp)
movq %rdx, 0xa0(%rsp)
movq 0xb0(%rsp), %rdi
movq %rdi, 0x28(%rsp)
callq 0x27190
movq %rax, 0x98(%rsp)
cmpq $0x0, 0x98(%rsp)
je 0x26f9b
movq 0x98(%rsp), %rsi
lea... | _ZNK3MNN5Extra8UnPackToEPNS_6ExtraTEPKNSt3__18functionIFvPPvmEEE:
sub rsp, 0B8h
mov [rsp+0B8h+var_8], rdi
mov [rsp+0B8h+var_10], rsi
mov [rsp+0B8h+var_18], rdx
mov rdi, [rsp+0B8h+var_8]; this
mov [rsp+0B8h+var_90], rdi
call _ZNK3MNN5Extra4typeEv; MNN::Extra::type(void)
mov [rsp+0B8h+var_2... | long long MNN::Extra::UnPackTo(MNN::Extra *a1, long long a2, long long a3)
{
unsigned int v3; // eax
unsigned int v4; // eax
long long v5; // rax
MNN::AttributeT *v6; // rax
long long v7; // rax
char v8; // cl
long long result; // rax
unsigned int v10; // [rsp+Ch] [rbp-ACh]
_QWORD *v11; // [rsp+10h] ... | UnPackTo:
SUB RSP,0xb8
MOV qword ptr [RSP + 0xb0],RDI
MOV qword ptr [RSP + 0xa8],RSI
MOV qword ptr [RSP + 0xa0],RDX
MOV RDI,qword ptr [RSP + 0xb0]
MOV qword ptr [RSP + 0x28],RDI
CALL 0x00127190
MOV qword ptr [RSP + 0x98],RAX
CMP qword ptr [RSP + 0x98],0x0
JZ 0x00126f9b
MOV RSI,qword ptr [RSP + 0x98]
LEA RDI,[RSP + 0x80... |
/* MNN::Extra::UnPackTo(MNN::ExtraT*, std::function<void (void**, unsigned long)> const*) const */
void __thiscall MNN::Extra::UnPackTo(Extra *this,ExtraT *param_1,function *param_2)
{
int1 uVar1;
byte bVar2;
uint uVar3;
uint uVar4;
vector<signed_char,std::allocator<signed_char>> *this_00;
int1 *puVar5;
... | |
4,040 | engine_port_event_queue | navaro[P]qoraal-tictactoe/build_O3/_deps/qoraal_engine-src/src/port/engine_qoraal.c | int32_t
engine_port_event_queue (PENGINE_EVENT_T event, uint16_t event_id,
int32_t reg, uintptr_t parm, int32_t timeout)
{
if (event) {
ENGINE_EVENT_T * task = (ENGINE_EVENT_T*)event ;
if (timeout>= 0) {
task->event = event_id ;
task->event_register = reg ... | O3 | c | engine_port_event_queue:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movl $0xffffffff, %r14d # imm = 0xFFFFFFFF
testq %rdi, %rdi
je 0xdc47
movq %rdi, %rbx
testl %r8d, %r8d
js 0xdbb1
movzwl %si, %eax
movl %eax, 0x28(%rbx)
movl %edx, 0x2c(%rbx)
xorl %r14d, %r14d
movl $0x0, %eax
testl %r8d, %r8d
je 0xdb8f
imull ... | engine_port_event_queue:
push rbp
mov rbp, rsp
push r14
push rbx
mov r14d, 0FFFFFFFFh
test rdi, rdi
jz loc_DC47
mov rbx, rdi
test r8d, r8d
js short loc_DBB1
movzx eax, si
mov [rbx+28h], eax
mov [rbx+2Ch], edx
xor r14d, r14d
mov eax, 0
test r8d, r8d
jz short... | long long engine_port_event_queue(long long a1, unsigned __int16 a2, int a3, long long a4, int a5)
{
unsigned int v5; // r14d
long long v6; // rax
int v7; // eax
void ( *v8)(char *); // rcx
v5 = -1;
if ( a1 )
{
if ( a5 < 0 )
goto LABEL_6;
*(_DWORD *)(a1 + 40) = a2;
*(_DWORD *)(a1 + 44)... | engine_port_event_queue:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV R14D,0xffffffff
TEST RDI,RDI
JZ 0x0010dc47
MOV RBX,RDI
TEST R8D,R8D
JS 0x0010dbb1
MOVZX EAX,SI
MOV dword ptr [RBX + 0x28],EAX
MOV dword ptr [RBX + 0x2c],EDX
XOR R14D,R14D
MOV EAX,0x0
TEST R8D,R8D
JZ 0x0010db8f
IMUL EAX,R8D,0x3e8
ADD RAX,0x3e7
MOV RDX,0... |
int8
engine_port_event_queue
(int8 *param_1,ushort param_2,int4 param_3,int8 param_4,int param_5)
{
int4 uVar1;
int iVar2;
ulong uVar3;
if (param_1 != (int8 *)0x0) {
if (-1 < param_5) {
*(uint *)(param_1 + 5) = (uint)param_2;
*(int4 *)((long)param_1 + 0x2c) = param_3;
uVar1 ... | |
4,041 | my_coll_parser_exec | eloqsql/strings/ctype-uca.c | static int
my_coll_parser_exec(MY_COLL_RULE_PARSER *p)
{
if (!my_coll_parser_scan_settings(p))
return 0;
while (my_coll_parser_curr(p)->term == MY_COLL_LEXEM_RESET)
{
if (!my_coll_parser_scan_rule(p))
return 0;
}
/* Make sure no unparsed input data left */
return my_coll_parser_scan_term(p, M... | O0 | c | my_coll_parser_exec:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
callq 0x9ea70
cmpl $0x0, %eax
jne 0x9e443
movl $0x0, -0x4(%rbp)
jmp 0x9e47a
jmp 0x9e445
movq -0x10(%rbp), %rdi
callq 0x9e5a0
cmpl $0x4, (%rax)
jne 0x9e46c
movq -0x10(%rbp), %rdi
callq 0x9eac0
cmpl $0x0, %eax
j... | my_coll_parser_exec:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_10], rdi
mov rdi, [rbp+var_10]
call my_coll_parser_scan_settings
cmp eax, 0
jnz short loc_9E443
mov [rbp+var_4], 0
jmp short loc_9E47A
loc_9E443:
jmp short $+2
loc_9E445:
mov rdi, [rbp+var_10]
call my_c... | long long my_coll_parser_exec(long long a1)
{
if ( (unsigned int)my_coll_parser_scan_settings(a1) )
{
while ( *(_DWORD *)my_coll_parser_curr(a1) == 4 )
{
if ( !(unsigned int)my_coll_parser_scan_rule(a1) )
return 0;
}
return (unsigned int)my_coll_parser_scan_term(a1, 0LL);
}
else
... | my_coll_parser_exec:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0019ea70
CMP EAX,0x0
JNZ 0x0019e443
MOV dword ptr [RBP + -0x4],0x0
JMP 0x0019e47a
LAB_0019e443:
JMP 0x0019e445
LAB_0019e445:
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0019e5a0
CMP dword ptr [RAX],0... |
int4 my_coll_parser_exec(int8 param_1)
{
int iVar1;
int4 uVar2;
int *piVar3;
iVar1 = my_coll_parser_scan_settings(param_1);
while( true ) {
if (iVar1 == 0) {
return 0;
}
piVar3 = (int *)my_coll_parser_curr(param_1);
if (*piVar3 != 4) break;
iVar1 = my_coll_parser_scan_rule(param... | |
4,042 | my_like_range_simple | eloqsql/strings/ctype-simple.c | my_bool my_like_range_simple(CHARSET_INFO *cs,
const char *ptr, size_t ptr_length,
pbool escape, pbool w_one, pbool w_many,
size_t res_length,
char *min_str,char *max_str,
size_t *min_length, size_t *max_length)
{
const char *end= ptr + ptr_length;
char *min_org=min_str;
ch... | O3 | c | my_like_range_simple:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rdx, %r10
movq 0x30(%rbp), %rdx
movq 0x28(%rbp), %r12
movq 0x20(%rbp), %rbx
movq 0x18(%rbp), %r14
movq 0x10(%rbp), %r11
testq %r10, %r10
je 0x58b79
addq %rsi, %r10
movl 0x9c(%rdi), %r15d
xorl %r13d, %r13d
movq ... | my_like_range_simple:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
mov r10, rdx
mov rdx, [rbp+arg_20]
mov r12, [rbp+arg_18]
mov rbx, [rbp+arg_10]
mov r14, [rbp+arg_8]
mov r11, [rbp+arg_0]
test r10, r10
jz loc_58B79
add r10, rsi
mov r15d... | long long my_like_range_simple(
long long a1,
char *a2,
long long a3,
char a4,
char a5,
char a6,
unsigned long long a7,
long long a8,
_BYTE *a9,
unsigned long long *a10,
_QWORD *a11)
{
_QWORD *v12; // rdx
_BYTE *v13; // rbx
c... | my_like_range_simple:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R10,RDX
MOV RDX,qword ptr [RBP + 0x30]
MOV R12,qword ptr [RBP + 0x28]
MOV RBX,qword ptr [RBP + 0x20]
MOV R14,qword ptr [RBP + 0x18]
MOV R11,qword ptr [RBP + 0x10]
TEST R10,R10
JZ 0x00158b79
ADD R10,RSI
MOV R15D,dword ptr [RDI + ... |
int8
my_like_range_simple
(long param_1,char *param_2,long param_3,char param_4,char param_5,char param_6,
ulong param_7,int1 *param_8,int1 *param_9,ulong *param_10,ulong *param_11)
{
char *pcVar1;
char cVar2;
ulong uVar3;
int1 *puVar4;
char *pcVar5;
ulong uVar6;
bool bVar7;
puV... | |
4,043 | evmone::baseline::(anonymous namespace)::Position evmone::baseline::(anonymous namespace)::invoke<(evmone::Opcode)0>(std::array<short, 256ul> const&, intx::uint<256u> const*, evmone::baseline::(anonymous namespace)::Position, long&, evmone::ExecutionState&) | corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/baseline_execution.cpp | [[release_inline]] inline Position invoke(const CostTable& cost_table, const uint256* stack_bottom,
Position pos, int64_t& gas, ExecutionState& state) noexcept
{
if (const auto status = check_requirements<Op>(cost_table, gas, pos.stack_top, stack_bottom);
status != EVMC_SUCCESS)
{
state.stat... | O0 | cpp | evmone::baseline::(anonymous namespace)::Position evmone::baseline::(anonymous namespace)::invoke<(evmone::Opcode)0>(std::array<short, 256ul> const&, intx::uint<256u> const*, evmone::baseline::(anonymous namespace)::Position, long&, evmone::ExecutionState&):
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdx, -0x20(... | _ZN6evmone8baseline12_GLOBAL__N_16invokeILNS_6OpcodeE255EEENS1_8PositionERKSt5arrayIsLm256EEPKN4intx4uintILj256EEES4_RlRNS_14ExecutionStateE:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_20], rdx
mov [rbp+var_18], rcx
mov [rbp+var_28], rdi
mov [rbp+var_30], rsi
mov [rbp+var_38], r8
mov... | long long evmone::baseline::`anonymous namespace'::invoke<(evmone::Opcode)255>(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6)
{
long long v7; // [rsp+20h] [rbp-50h]
int v8; // [rsp+2Ch] [rbp-44h]
v8 = evmone::baseline::`anonym... | invoke<(evmone::Opcode)255>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x18],RCX
MOV qword ptr [RBP + -0x28],RDI
MOV qword ptr [RBP + -0x30],RSI
MOV qword ptr [RBP + -0x38],R8
MOV qword ptr [RBP + -0x40],R9
MOV RDI,qword ptr [RBP + -0x28]
MOV RSI,qword ptr [RBP + -0x38]
MOV... |
/* evmone::baseline::(anonymous namespace)::Position evmone::baseline::(anonymous
namespace)::invoke<(evmone::Opcode)255>(std::array<short, 256ul> const&, intx::uint<256u> const*,
evmone::baseline::(anonymous namespace)::Position, long&, evmone::ExecutionState&) */
int1 [16] __thiscall
evmone::baseline::(anony... | |
4,044 | minja::ForNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const | llama.cpp/common/minja/minja.hpp | void do_render(std::ostringstream & out, const std::shared_ptr<Context> & context) const override {
// https://jinja.palletsprojects.com/en/3.0.x/templates/#for
if (!iterable) throw std::runtime_error("ForNode.iterable is null");
if (!body) throw std::runtime_error("ForNode.body is null");
auto... | O3 | cpp | minja::ForNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x98, %rsp
movq %rsi, %r14
movq 0x38(%rdi), %rsi
testq %rsi, %rsi
je 0xfdfc7
movq %rdi, %rbx
cmpq $0x0, 0x58(... | _ZNK5minja7ForNode9do_renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE:
push r15
push r14
push r12
push rbx
sub rsp, 98h
mov r14, rsi
mov rsi, [rdi+38h]
test rsi, rsi
jz loc_FDFC7
mov rbx, rdi
cmp qword ptr [rdi+58h], 0
jz loc... | void minja::ForNode::do_render(long long a1, long long a2, long long a3)
{
void (***v4)(void); // rsi
_QWORD *v6; // rax
void ( *v7)(_QWORD *, _BYTE *); // rax
long long v8; // rdi
signed __int32 v9; // eax
std::runtime_error *exception; // r14
_QWORD v11[2]; // [rsp+0h] [rbp-B8h] BYREF
long long ( *v1... | do_render:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV R14,RSI
MOV RSI,qword ptr [RDI + 0x38]
TEST RSI,RSI
JZ 0x001fdfc7
MOV RBX,RDI
CMP qword ptr [RDI + 0x58],0x0
JZ 0x001fdfe5
MOV R15,RDX
LEA R12,[RSP + 0x48]
MOV RDI,R12
CALL 0x001eec7c
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP + 0x30],XMM0
MOVAPS xmmword ptr ... |
/* minja::ForNode::do_render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context> const&)
const */
void __thiscall minja::ForNode::do_render(ForNode *this,ostringstream *param_1,shared_ptr *param_2)
{
int *piVar1;
int iVar2;
runtime_error *this_00;
int8 *local_b8;
int8 local_b0;
code *local_a... | |
4,045 | js_string_toString | bluesky950520[P]quickjs/quickjs.c | static JSValue js_string_toString(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
return js_thisStringValue(ctx, this_val);
} | O1 | c | js_string_toString:
pushq %rbx
subq $0x10, %rsp
movq %rsi, (%rsp)
cmpl $-0x1, %edx
je 0x7cdf2
cmpl $-0x7, %edx
jne 0x7ce16
movq %rsi, %rbx
movq %rsi, 0x8(%rsp)
cmpl $-0x9, %edx
jb 0x7ce2b
movq 0x8(%rsp), %rax
incl (%rax)
jmp 0x7ce2b
movq (%rsp), %rcx
movb $0x1, %al
cmpw $0x5, 0x6(%rcx)
jne 0x7ce12
movq 0x38(%rcx), %rdx... | js_string_toString:
push rbx
sub rsp, 10h
mov [rsp+18h+var_18], rsi
cmp edx, 0FFFFFFFFh
jz short loc_7CDF2
cmp edx, 0FFFFFFF9h
jnz short loc_7CE16
mov rbx, rsi
mov [rsp+18h+var_10], rsi
cmp edx, 0FFFFFFF7h
jb short loc_7CE2B
mov rax, [rsp+18h+var_10]
inc dword ptr [r... | _DWORD * js_string_toString(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14)
{
... | |||
4,046 | js_string_toString | bluesky950520[P]quickjs/quickjs.c | static JSValue js_string_toString(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
return js_thisStringValue(ctx, this_val);
} | O2 | c | js_string_toString:
pushq %rbx
movq %rsi, %rbx
cmpl $-0x1, %edx
je 0x68e19
cmpl $-0x7, %edx
jne 0x68e2f
incl (%rbx)
jmp 0x68e42
cmpw $0x5, 0x6(%rbx)
jne 0x68e2f
movq 0x38(%rbx), %rdx
cmpl $-0x7, %edx
jne 0x68e2f
movq 0x30(%rbx), %rbx
jmp 0x68e15
leaq 0x1dd16(%rip), %rsi # 0x86b4c
xorl %ebx, %ebx
xorl %eax, %eax
cal... | js_string_toString:
push rbx
mov rbx, rsi
cmp edx, 0FFFFFFFFh
jz short loc_68E19
cmp edx, 0FFFFFFF9h
jnz short loc_68E2F
loc_68E15:
inc dword ptr [rbx]
jmp short loc_68E42
loc_68E19:
cmp word ptr [rbx+6], 5
jnz short loc_68E2F
mov rdx, [rbx+38h]
cmp edx, 0FFFFFFF9h
jnz ... | _DWORD * js_string_toString(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14)
{
... | js_string_toString:
PUSH RBX
MOV RBX,RSI
CMP EDX,-0x1
JZ 0x00168e19
CMP EDX,-0x7
JNZ 0x00168e2f
LAB_00168e15:
INC dword ptr [RBX]
JMP 0x00168e42
LAB_00168e19:
CMP word ptr [RBX + 0x6],0x5
JNZ 0x00168e2f
MOV RDX,qword ptr [RBX + 0x38]
CMP EDX,-0x7
JNZ 0x00168e2f
MOV RBX,qword ptr [RBX + 0x30]
JMP 0x00168e15
LAB_00168e2f... |
int1 [16] js_string_toString(int8 param_1,int *param_2,int8 param_3)
{
int1 auVar1 [16];
if ((int)param_3 == -1) {
if ((*(short *)((long)param_2 + 6) != 5) ||
(param_3 = *(int8 *)(param_2 + 0xe), (int)param_3 != -7)) goto LAB_00168e2f;
param_2 = *(int **)(param_2 + 0xc);
}
else if ((int)par... | |
4,047 | translog_purge_at_flush | eloqsql/storage/maria/ma_loghandler.c | my_bool translog_purge_at_flush()
{
uint32 i, min_file;
int rc= 0;
DBUG_ENTER("translog_purge_at_flush");
DBUG_ASSERT(translog_status == TRANSLOG_OK ||
translog_status == TRANSLOG_READONLY);
if (unlikely(translog_status == TRANSLOG_READONLY))
{
DBUG_PRINT("info", ("The log is read only =>... | O3 | c | translog_purge_at_flush:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x268, %rsp # imm = 0x268
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
xorl %ebx, %ebx
cmpl $0x2, 0x396164(%rip) # 0x3ff590
je 0x69542
cmpq $0x2, 0x39613e(%rip) # 0x3ff578
jne 0x69542
cmpq $0x... | translog_purge_at_flush:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 268h
mov rax, fs:28h
mov [rbp+var_30], rax
xor ebx, ebx
cmp cs:translog_status, 2
jz loc_69542
cmp cs:log_purge_type, 2
jnz loc_69542
cmp cs:qword_C01660, 0
jnz... | long long translog_purge_at_flush()
{
unsigned int v0; // ebx
unsigned long long horizon; // rax
unsigned int file; // eax
long long v3; // rdx
long long v4; // rcx
int v5; // r8d
int v6; // r9d
long long v7; // rax
unsigned int v8; // eax
_BYTE v10[72]; // [rsp+8h] [rbp-288h] BYREF
long long v11;... | translog_purge_at_flush:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x268
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
XOR EBX,EBX
CMP dword ptr [0x004ff590],0x2
JZ 0x00169542
CMP qword ptr [0x004ff578],0x2
JNZ 0x00169542
CMP qword ptr [0x00d01660],0x0
JNZ 0x00169565
LEA RD... |
int4 translog_purge_at_flush(void)
{
uint uVar1;
int iVar2;
int8 uVar3;
int4 uVar4;
long in_FS_OFFSET;
int1 local_290 [72];
long local_248;
int local_23c;
int1 local_238 [512];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
uVar4 = 0;
if ((translog_status != 2) && (log_purge_ty... | |
4,048 | spdlog::logger::swap(spdlog::logger&) | AlayaLite/build_O3/_deps/spdlog-src/include/spdlog/logger-inl.h | SPDLOG_INLINE void logger::swap(spdlog::logger &other) SPDLOG_NOEXCEPT {
name_.swap(other.name_);
sinks_.swap(other.sinks_);
// swap level_
auto other_level = other.level_.load();
auto my_level = level_.exchange(other_level);
other.level_.store(my_level);
// swap flush level_
other_lev... | O3 | c | spdlog::logger::swap(spdlog::logger&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x138, %rsp # imm = 0x138
movq %rsi, %rbx
movq %rdi, %r14
addq $0x8, %rdi
addq $0x8, %rsi
callq 0x2fe66
movq 0x38(%r14), %rax
movups 0x28(%rbx), %xmm0
movups 0x28(%r14), %xmm1
movups %xmm0, 0x28(%r14)
movq 0x38(%rbx), %r... | _ZN6spdlog6logger4swapERS0_:
push r15
push r14
push r12
push rbx
sub rsp, 138h
mov rbx, rsi
mov r14, rdi
add rdi, 8
add rsi, 8
call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4swapERS4_; std::string::swap(std::string&)
mov rax, [r14+38h]
movups xmm0, xmmword ptr [rbx+28... | long long spdlog::logger::swap(spdlog::logger *this, spdlog::logger *a2)
{
long long v3; // rax
__int128 v4; // xmm1
long long v5; // rax
long long v6; // rax
_OWORD v8[5]; // [rsp+0h] [rbp-158h] BYREF
_BYTE v9[24]; // [rsp+50h] [rbp-108h] BYREF
_BYTE v10[80]; // [rsp+68h] [rbp-F0h] BYREF
_BYTE v11[24]... | swap:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x138
MOV RBX,RSI
MOV R14,RDI
ADD RDI,0x8
ADD RSI,0x8
CALL 0x0012fe66
MOV RAX,qword ptr [R14 + 0x38]
MOVUPS XMM0,xmmword ptr [RBX + 0x28]
MOVUPS XMM1,xmmword ptr [R14 + 0x28]
MOVUPS xmmword ptr [R14 + 0x28],XMM0
MOV RCX,qword ptr [RBX + 0x38]
MOV qword ptr [R14 + 0x38],... |
/* spdlog::logger::swap(spdlog::logger&) */
void __thiscall spdlog::logger::swap(logger *this,logger *param_1)
{
int4 uVar1;
int8 uVar2;
int8 uVar3;
int8 uVar4;
int8 uVar5;
int8 local_158;
int8 uStack_150;
vector<spdlog::details::log_msg_buffer,std::allocator<spdlog::details::log_msg_buffer>>
local... | |
4,049 | uf_varchar2 | eloqsql/storage/myisam/mi_packrec.c | static void uf_varchar2(MI_COLUMNDEF *rec, MI_BIT_BUFF *bit_buff,
uchar *to, uchar *end __attribute__((unused)))
{
if (get_bit(bit_buff))
to[0]=to[1]=0; /* Zero lengths */
else
{
ulong length=get_bits(bit_buff,rec->space_length_bits);
int2store(to,length);
decode_bytes(rec,bit_buff,to+... | O3 | c | uf_varchar2:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movl 0x4(%rsi), %eax
testl %eax, %eax
je 0xa303b
movl (%r14), %r13d
decl %eax
movl %eax, 0x4(%r14)
btl %eax, %r13d
jae 0xa3058
movw $0x0, (%rbx)
addq $0x8, %rsp
popq ... | uf_varchar2_0:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov eax, [rsi+4]
test eax, eax
jz short loc_A303B
mov r13d, [r14]
dec eax
mov [r14+4], eax
bt r13d, eax
jnb short loc_A3... | long long uf_varchar2_0(long long a1, unsigned int *a2, long long a3)
{
unsigned int v4; // eax
unsigned int v5; // r13d
long long result; // rax
unsigned int v7; // r12d
unsigned int v8; // ecx
int v9; // r12d
int v10; // r13d
unsigned int v11; // r13d
v4 = a2[1];
if ( v4 )
{
v5 = *a2;
... | uf_varchar2:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV EAX,dword ptr [RSI + 0x4]
TEST EAX,EAX
JZ 0x001a303b
MOV R13D,dword ptr [R14]
DEC EAX
MOV dword ptr [R14 + 0x4],EAX
BT R13D,EAX
JNC 0x001a3058
LAB_001a3027:
MOV word ptr [RBX],0x0
ADD RSP,0x8
... |
void uf_varchar2(long param_1,uint *param_2,int2 *param_3)
{
uint uVar1;
uint uVar2;
uint uVar3;
byte bVar4;
uint uVar5;
if (param_2[1] == 0) {
fill_buffer(param_2);
param_2[1] = 0x1f;
uVar5 = *param_2;
uVar3 = 0x1f;
if (-1 < (int)uVar5) goto LAB_001a3058;
}
else {
uVar5 = *... | |
4,050 | set_object_name | bluesky950520[P]quickjs/quickjs.c | static void set_object_name(JSParseState *s, JSAtom name)
{
JSFunctionDef *fd = s->cur_func;
int opcode;
opcode = get_prev_opcode(fd);
if (opcode == OP_set_name) {
/* XXX: should free atom after OP_set_name? */
fd->byte_code.size = fd->last_opcode_pos;
fd->last_opcode_pos = -1;
... | O0 | c | set_object_name:
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movl %esi, 0x2c(%rsp)
movq 0x30(%rsp), %rax
movq 0x90(%rax), %rax
movq %rax, 0x20(%rsp)
movq 0x20(%rsp), %rdi
callq 0xadcb0
movl %eax, 0x1c(%rsp)
cmpl $0x4d, 0x1c(%rsp)
jne 0xa6efc
movq 0x20(%rsp), %rax
movslq 0x168(%rax), %rcx
movq 0x20(%rsp), %rax
movq %rcx, 0x1... | set_object_name:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_C], esi
mov rax, [rsp+38h+var_8]
mov rax, [rax+90h]
mov [rsp+38h+var_18], rax
mov rdi, [rsp+38h+var_18]
call get_prev_opcode
mov [rsp+38h+var_1C], eax
cmp [rsp+38h+var_1C], 4Dh ; 'M'
jnz short loc_A6EFC
mo... | long long set_object_name(long long *a1, unsigned int a2)
{
long long result; // rax
unsigned int u32; // eax
int v4; // eax
int v5; // [rsp+4h] [rbp-34h]
_DWORD *v6; // [rsp+8h] [rbp-30h]
int v7; // [rsp+18h] [rbp-20h]
long long v8; // [rsp+20h] [rbp-18h]
v8 = a1[18];
result = get_prev_opcode(v8);
... | set_object_name:
SUB RSP,0x38
MOV qword ptr [RSP + 0x30],RDI
MOV dword ptr [RSP + 0x2c],ESI
MOV RAX,qword ptr [RSP + 0x30]
MOV RAX,qword ptr [RAX + 0x90]
MOV qword ptr [RSP + 0x20],RAX
MOV RDI,qword ptr [RSP + 0x20]
CALL 0x001adcb0
MOV dword ptr [RSP + 0x1c],EAX
CMP dword ptr [RSP + 0x1c],0x4d
JNZ 0x001a6efc
MOV RAX,qw... |
void set_object_name(int8 *param_1,int4 param_2)
{
long lVar1;
long lVar2;
int iVar3;
int iVar4;
int4 uVar5;
lVar1 = param_1[0x12];
iVar3 = get_prev_opcode(lVar1);
if (iVar3 == 0x4d) {
*(long *)(lVar1 + 0x140) = (long)*(int *)(lVar1 + 0x168);
*(int4 *)(lVar1 + 0x168) = 0xffffffff;
emit_... | |
4,051 | set_object_name | bluesky950520[P]quickjs/quickjs.c | static void set_object_name(JSParseState *s, JSAtom name)
{
JSFunctionDef *fd = s->cur_func;
int opcode;
opcode = get_prev_opcode(fd);
if (opcode == OP_set_name) {
/* XXX: should free atom after OP_set_name? */
fd->byte_code.size = fd->last_opcode_pos;
fd->last_opcode_pos = -1;
... | O1 | c | set_object_name:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movl %esi, %ebx
movq %rdi, %r15
movq 0x90(%rdi), %r14
movslq 0x168(%r14), %rax
testq %rax, %rax
js 0x64e4a
movq 0x138(%r14), %rcx
movb (%rcx,%rax), %cl
jmp 0x64e4c
xorl %ecx, %ecx
cmpb $-0x3d, %cl
je 0x64e94
movzbl %cl, %ecx
cmpl $0x4d, %ecx
jne 0x... | set_object_name:
push r15
push r14
push r12
push rbx
push rax
mov ebx, esi
mov r15, rdi
mov r14, [rdi+90h]
movsxd rax, dword ptr [r14+168h]
test rax, rax
js short loc_64E4A
mov rcx, [r14+138h]
mov cl, [rcx+rax]
jmp short loc_64E4C
loc_64E4A:
xor ecx, ecx
loc_64E4C:
cm... | long long set_object_name(long long *a1, int a2)
{
long long v2; // r14
long long result; // rax
char v4; // cl
long long v5; // rcx
long long v6; // r12
_DWORD *v7; // rcx
v2 = a1[18];
result = *(int *)(v2 + 360);
if ( result < 0 )
v4 = 0;
else
v4 = *(_BYTE *)(*(_QWORD *)(v2 + 312) + resu... | |||
4,052 | set_object_name | bluesky950520[P]quickjs/quickjs.c | static void set_object_name(JSParseState *s, JSAtom name)
{
JSFunctionDef *fd = s->cur_func;
int opcode;
opcode = get_prev_opcode(fd);
if (opcode == OP_set_name) {
/* XXX: should free atom after OP_set_name? */
fd->byte_code.size = fd->last_opcode_pos;
fd->last_opcode_pos = -1;
... | O2 | c | set_object_name:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq 0x90(%rdi), %r15
movslq 0x168(%r15), %rax
testq %rax, %rax
js 0x56170
movl %esi, %ebx
movq %rdi, %r14
movq 0x138(%r15), %rcx
movzbl (%rcx,%rax), %edx
cmpl $0xc3, %edx
je 0x56129
cmpl $0x4d, %edx
jne 0x56170
movq %rax, 0x140(%r15)
orl $-0x1, 0x... | set_object_name:
push r15
push r14
push r12
push rbx
push rax
mov r15, [rdi+90h]
movsxd rax, dword ptr [r15+168h]
test rax, rax
js loc_56170
mov ebx, esi
mov r14, rdi
mov rcx, [r15+138h]
movzx edx, byte ptr [rcx+rax]
cmp edx, 0C3h
jz short loc_56129
cmp edx, 4Dh ; ... | long long set_object_name(long long *a1, int a2)
{
long long v2; // r15
long long result; // rax
long long v4; // rcx
int v5; // edx
long long v6; // r12
_DWORD *v7; // rcx
v2 = a1[18];
result = *(int *)(v2 + 360);
if ( result >= 0 )
{
v4 = *(_QWORD *)(v2 + 312);
v5 = *(unsigned __int8 *)(... | set_object_name:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,qword ptr [RDI + 0x90]
MOVSXD RAX,dword ptr [R15 + 0x168]
TEST RAX,RAX
JS 0x00156170
MOV EBX,ESI
MOV R14,RDI
MOV RCX,qword ptr [R15 + 0x138]
MOVZX EDX,byte ptr [RCX + RAX*0x1]
CMP EDX,0xc3
JZ 0x00156129
CMP EDX,0x4d
JNZ 0x00156170
MOV qword ptr [R15 ... |
void set_object_name(long *param_1,uint param_2)
{
long lVar1;
long lVar2;
int *piVar3;
long lVar4;
long lVar5;
lVar1 = param_1[0x12];
lVar4 = (long)*(int *)(lVar1 + 0x168);
if (-1 < lVar4) {
lVar2 = *(long *)(lVar1 + 0x138);
if (*(char *)(lVar2 + lVar4) == -0x3d) {
lVar5 = (long)((*(... | |
4,053 | stbi_is_16_bit_from_memory | monkey531[P]llama/examples/llava/../../common/stb_image.h | STBIDEF int stbi_is_16_bit_from_memory(stbi_uc const *buffer, int len)
{
stbi__context s;
stbi__start_mem(&s,buffer,len);
return stbi__is_16_main(&s);
} | O2 | c | stbi_is_16_bit_from_memory:
subq $0xe8, %rsp
leaq 0x8(%rsp), %rax
andq $0x0, 0x10(%rax)
andl $0x0, 0x30(%rax)
andl $0x0, 0xb8(%rax)
movq %rdi, 0xd0(%rax)
movq %rdi, 0xc0(%rax)
movslq %esi, %rcx
addq %rdi, %rcx
movq %rcx, 0xd8(%rax)
movq %rcx, 0xc8(%rax)
movq %rax, %rdi
callq 0x2fd84
addq $0xe8, %rsp
retq
| stbi_is_16_bit_from_memory:
sub rsp, 0E8h
lea rax, [rsp+0E8h+var_E0]
and qword ptr [rax+10h], 0
and dword ptr [rax+30h], 0
and dword ptr [rax+0B8h], 0
mov [rax+0D0h], rdi
mov [rax+0C0h], rdi
movsxd rcx, esi
add rcx, rdi
mov [rax+0D8h], rcx
mov [rax+0C8h], rcx
mov rdi, rax
ca... | _BOOL8 stbi_is_16_bit_from_memory(long long a1, int a2)
{
_BYTE v3[16]; // [rsp+8h] [rbp-E0h] BYREF
long long v4; // [rsp+18h] [rbp-D0h]
int v5; // [rsp+38h] [rbp-B0h]
int v6; // [rsp+C0h] [rbp-28h]
long long v7; // [rsp+C8h] [rbp-20h]
long long v8; // [rsp+D0h] [rbp-18h]
long long v9; // [rsp+D8h] [rbp-... | stbi_is_16_bit_from_memory:
SUB RSP,0xe8
LEA RAX,[RSP + 0x8]
AND qword ptr [RAX + 0x10],0x0
AND dword ptr [RAX + 0x30],0x0
AND dword ptr [RAX + 0xb8],0x0
MOV qword ptr [RAX + 0xd0],RDI
MOV qword ptr [RAX + 0xc0],RDI
MOVSXD RCX,ESI
ADD RCX,RDI
MOV qword ptr [RAX + 0xd8],RCX
MOV qword ptr [RAX + 0xc8],RCX
MOV RDI,RAX
CAL... |
void stbi_is_16_bit_from_memory(long param_1,int param_2)
{
stbi__context local_e0 [16];
int8 local_d0;
int4 local_b0;
int4 local_28;
long local_20;
long local_18;
long local_10;
long local_8;
local_d0 = 0;
local_b0 = 0;
local_28 = 0;
local_18 = param_2 + param_1;
local_20 = param_1;
lo... | |
4,054 | JS_ToIntegerFree | bluesky950520[P]quickjs/quickjs.c | static __maybe_unused JSValue JS_ToIntegerFree(JSContext *ctx, JSValue val)
{
uint32_t tag;
JSValue ret;
redo:
tag = JS_VALUE_GET_NORM_TAG(val);
switch(tag) {
case JS_TAG_INT:
case JS_TAG_BOOL:
case JS_TAG_NULL:
case JS_TAG_UNDEFINED:
ret = js_int32(JS_VALUE_GET_INT(val));
... | O0 | c | JS_ToIntegerFree:
subq $0x98, %rsp
movq %rsi, 0x78(%rsp)
movq %rdx, 0x80(%rsp)
movq %rdi, 0x70(%rsp)
movl 0x80(%rsp), %eax
movl %eax, 0x6c(%rsp)
movl 0x6c(%rsp), %eax
movl %eax, 0xc(%rsp)
subl $0x4, %eax
jb 0xcb841
jmp 0xcb833
movl 0xc(%rsp), %eax
subl $0x7, %eax
je 0xcb86d
jmp 0xcb8f6
movl 0x78(%rsp), %edi
callq 0x39f... | JS_ToIntegerFree:
sub rsp, 98h
mov [rsp+98h+var_20], rsi
mov [rsp+98h+var_18], rdx
mov [rsp+98h+var_28], rdi
loc_CB819:
mov eax, dword ptr [rsp+98h+var_18]
mov [rsp+98h+var_2C], eax
mov eax, [rsp+98h+var_2C]
mov [rsp+98h+var_8C], eax
sub eax, 4
jb short loc_CB841
jmp short $... | long long JS_ToIntegerFree(long long a1, long long a2, long long a3, long long a4, long long a5, long long a6)
{
long long v6; // rdx
long long v9; // [rsp+10h] [rbp-88h]
double v10; // [rsp+40h] [rbp-58h]
while ( 1 )
{
if ( (unsigned int)a3 < 4 )
return js_int32(a2);
if ( (_DWORD)a3 == 7 )
... | JS_ToIntegerFree:
SUB RSP,0x98
MOV qword ptr [RSP + 0x78],RSI
MOV qword ptr [RSP + 0x80],RDX
MOV qword ptr [RSP + 0x70],RDI
LAB_001cb819:
MOV EAX,dword ptr [RSP + 0x80]
MOV dword ptr [RSP + 0x6c],EAX
MOV EAX,dword ptr [RSP + 0x6c]
MOV dword ptr [RSP + 0xc],EAX
SUB EAX,0x4
JC 0x001cb841
JMP 0x001cb833
LAB_001cb833:
MOV ... |
int1 [16] JS_ToIntegerFree(int8 param_1,int8 param_2,int8 param_3)
{
int8 uVar1;
int iVar2;
double dVar3;
int1 auVar4 [16];
double local_20;
int8 local_18;
auVar4._8_8_ = param_3;
auVar4._0_8_ = param_2;
while( true ) {
local_18 = auVar4._8_8_;
uVar1 = local_18;
local_20 = auVar4._0_... | |
4,055 | JS_ToIntegerFree | bluesky950520[P]quickjs/quickjs.c | static __maybe_unused JSValue JS_ToIntegerFree(JSContext *ctx, JSValue val)
{
uint32_t tag;
JSValue ret;
redo:
tag = JS_VALUE_GET_NORM_TAG(val);
switch(tag) {
case JS_TAG_INT:
case JS_TAG_BOOL:
case JS_TAG_NULL:
case JS_TAG_UNDEFINED:
ret = js_int32(JS_VALUE_GET_INT(val));
... | O2 | c | JS_ToIntegerFree:
pushq %rbx
movq %rsi, %rax
movq %rdi, %rbx
cmpl $0x4, %edx
jb 0x649ef
cmpl $0x7, %edx
je 0x649f5
movq %rbx, %rdi
movq %rax, %rsi
callq 0x31dc6
cmpl $0x6, %edx
jne 0x649d3
jmp 0x649f3
movl %eax, %eax
xorl %edx, %edx
popq %rbx
retq
movq %rax, %xmm0
ucomisd %xmm0, %xmm0
jp 0x64a14
callq 0xe160
xorpd %xmm... | JS_ToIntegerFree:
push rbx
mov rax, rsi
mov rbx, rdi
loc_649D3:
cmp edx, 4
jb short loc_649EF
cmp edx, 7
jz short loc_649F5
mov rdi, rbx
mov rsi, rax
call JS_ToNumberFree
cmp edx, 6
jnz short loc_649D3
jmp short loc_649F3
loc_649EF:
mov eax, eax
loc_649F1:
xor ... | long long JS_ToIntegerFree(long long a1, long long a2, long long a3)
{
long long result; // rax
double v4; // xmm0_8
result = a2;
while ( 1 )
{
if ( (unsigned int)a3 < 4 )
return (unsigned int)result;
if ( (_DWORD)a3 == 7 )
break;
result = JS_ToNumberFree(a1, result, a3);
if ( (_... | JS_ToIntegerFree:
PUSH RBX
MOV RAX,RSI
MOV RBX,RDI
LAB_001649d3:
CMP EDX,0x4
JC 0x001649ef
CMP EDX,0x7
JZ 0x001649f5
MOV RDI,RBX
MOV RSI,RAX
CALL 0x00131dc6
CMP EDX,0x6
JNZ 0x001649d3
JMP 0x001649f3
LAB_001649ef:
MOV EAX,EAX
LAB_001649f1:
XOR EDX,EDX
LAB_001649f3:
POP RBX
RET
LAB_001649f5:
MOVQ XMM0,RAX
UCOMISD XMM0,XM... |
ulong JS_ToIntegerFree(int8 param_1,int8 param_2,int8 param_3)
{
ulong uVar1;
double dVar2;
int1 auVar3 [16];
auVar3._8_8_ = param_3;
auVar3._0_8_ = param_2;
while( true ) {
dVar2 = auVar3._0_8_;
if (auVar3._8_4_ < 4) {
return (ulong)dVar2 & 0xffffffff;
}
if (auVar3._8_4_ == 7) br... | |
4,056 | JS_ToIntegerFree | bluesky950520[P]quickjs/quickjs.c | static __maybe_unused JSValue JS_ToIntegerFree(JSContext *ctx, JSValue val)
{
uint32_t tag;
JSValue ret;
redo:
tag = JS_VALUE_GET_NORM_TAG(val);
switch(tag) {
case JS_TAG_INT:
case JS_TAG_BOOL:
case JS_TAG_NULL:
case JS_TAG_UNDEFINED:
ret = js_int32(JS_VALUE_GET_INT(val));
... | O3 | c | JS_ToIntegerFree:
pushq %rbx
movq %rsi, %rax
movq %rdi, %rbx
cmpl $0x4, %edx
jb 0x79a47
cmpl $0x7, %edx
je 0x79a4d
movq %rbx, %rdi
movq %rax, %rsi
xorl %ecx, %ecx
callq 0x486a1
cmpl $0x6, %edx
jne 0x79a29
jmp 0x79a4b
movl %eax, %eax
xorl %edx, %edx
popq %rbx
retq
movq %rax, %xmm0
ucomisd %xmm0, %xmm0
jp 0x79ac5
callq 0... | JS_ToIntegerFree:
push rbx
mov rax, rsi
mov rbx, rdi
loc_79A29:
cmp edx, 4
jb short loc_79A47
cmp edx, 7
jz short loc_79A4D
mov rdi, rbx
mov rsi, rax
xor ecx, ecx
call JS_ToNumberHintFree
cmp edx, 6
jnz short loc_79A29
jmp short loc_79A4B
loc_79A47:
mov eax, e... | int * JS_ToIntegerFree(
long long a1,
int *a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
long long a12,
long long a13,
long long a14)
{
int *res... | JS_ToIntegerFree:
PUSH RBX
MOV RAX,RSI
MOV RBX,RDI
LAB_00179a29:
CMP EDX,0x4
JC 0x00179a47
CMP EDX,0x7
JZ 0x00179a4d
MOV RDI,RBX
MOV RSI,RAX
XOR ECX,ECX
CALL 0x001486a1
CMP EDX,0x6
JNZ 0x00179a29
JMP 0x00179a4b
LAB_00179a47:
MOV EAX,EAX
LAB_00179a49:
XOR EDX,EDX
LAB_00179a4b:
POP RBX
RET
LAB_00179a4d:
MOVQ XMM0,RAX
UCO... |
double JS_ToIntegerFree(int8 param_1,int8 param_2,int8 param_3)
{
bool bVar1;
ulong uVar2;
int8 extraout_RDX;
long lVar3;
double dVar4;
int1 auVar5 [16];
auVar5._8_8_ = param_3;
auVar5._0_8_ = param_2;
while( true ) {
dVar4 = auVar5._0_8_;
if (auVar5._8_4_ < 4) {
return (double)((ul... | |
4,057 | nlohmann::json_abi_v3_11_3::detail::operator<(nlohmann::json_abi_v3_11_3::detail::value_t, nlohmann::json_abi_v3_11_3::detail::value_t) | hkr04[P]cpp-mcp/common/json.hpp | inline bool operator<(const value_t lhs, const value_t rhs) noexcept
#endif
{
static constexpr std::array<std::uint8_t, 9> order = {{
0 /* null */, 3 /* object */, 4 /* array */, 5 /* string */,
1 /* boolean */, 2 /* integer */, 2 /* unsigned */, 2 /* float */,
6 /* binary */
... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::operator<(nlohmann::json_abi_v3_11_3::detail::value_t, nlohmann::json_abi_v3_11_3::detail::value_t):
subq $0x38, %rsp
movb %sil, %al
movb %dil, %cl
movb %cl, 0x37(%rsp)
movb %al, 0x36(%rsp)
movzbl 0x37(%rsp), %eax
movq %rax, 0x28(%rsp)
movzbl 0x36(%rsp), %eax
movq %rax, 0x20(%rsp)
mo... | _ZN8nlohmann16json_abi_v3_11_36detailltENS1_7value_tES2_:
sub rsp, 38h
mov al, sil
mov cl, dil
mov [rsp+38h+var_1], cl
mov [rsp+38h+var_2], al
movzx eax, [rsp+38h+var_1]
mov [rsp+38h+var_10], rax
movzx eax, [rsp+38h+var_2]
mov [rsp+38h+var_18], rax
mov rax, [rsp+38h+var_10]
mov [... | bool nlohmann::json_abi_v3_11_3::detail::operator<(unsigned __int8 a1, unsigned __int8 a2)
{
int v3; // [rsp+4h] [rbp-34h]
bool v4; // [rsp+1Fh] [rbp-19h]
v4 = 0;
if ( a1 < (unsigned long long)std::array<unsigned char,9ul>::size(&nlohmann::json_abi_v3_11_3::detail::operator<(nlohmann::json_abi_v3_11_3::detail... | operator<:
SUB RSP,0x38
MOV AL,SIL
MOV CL,DIL
MOV byte ptr [RSP + 0x37],CL
MOV byte ptr [RSP + 0x36],AL
MOVZX EAX,byte ptr [RSP + 0x37]
MOV qword ptr [RSP + 0x28],RAX
MOVZX EAX,byte ptr [RSP + 0x36]
MOV qword ptr [RSP + 0x20],RAX
MOV RAX,qword ptr [RSP + 0x28]
MOV qword ptr [RSP + 0x10],RAX
LEA RDI,[0x1516b1]
CALL 0x00... |
/* nlohmann::json_abi_v3_11_3::detail::TEMPNAMEPLACEHOLDERVALUE(nlohmann::json_abi_v3_11_3::detail::value_t,
nlohmann::json_abi_v3_11_3::detail::value_t) */
bool nlohmann::json_abi_v3_11_3::detail::operator<(byte param_1,byte param_2)
{
byte bVar1;
ulong uVar2;
byte *pbVar3;
bool local_19;
uVar2 = st... | |
4,058 | nlohmann::json_abi_v3_11_3::detail::operator<(nlohmann::json_abi_v3_11_3::detail::value_t, nlohmann::json_abi_v3_11_3::detail::value_t) | hkr04[P]cpp-mcp/common/json.hpp | inline bool operator<(const value_t lhs, const value_t rhs) noexcept
#endif
{
static constexpr std::array<std::uint8_t, 9> order = {{
0 /* null */, 3 /* object */, 4 /* array */, 5 /* string */,
1 /* boolean */, 2 /* integer */, 2 /* unsigned */, 2 /* float */,
6 /* binary */
... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::operator<(nlohmann::json_abi_v3_11_3::detail::value_t, nlohmann::json_abi_v3_11_3::detail::value_t):
cmpb $0x9, %dil
setae %al
cmpb $0x9, %sil
setae %cl
orb %al, %cl
jne 0x18834
movzbl %sil, %eax
movzbl %dil, %ecx
leaq 0x55d3(%rip), %rdx # 0x1ddfd
movb (%rcx,%rdx), %cl
cmpb (%ra... | _ZN8nlohmann16json_abi_v3_11_36detailltENS1_7value_tES2_:
cmp dil, 9
setnb al
cmp sil, 9
setnb cl
or cl, al
jnz short loc_18834
movzx eax, sil
movzx ecx, dil
lea rdx, _ZZN8nlohmann16json_abi_v3_11_36detailltENS1_7value_tES2_E5order; nlohmann::json_abi_v3_11_3::detail::operator<(nlohmann::js... | bool nlohmann::json_abi_v3_11_3::detail::operator<(unsigned __int8 a1, unsigned __int8 a2)
{
return a1 < 9u
&& a2 < 9u
&& nlohmann::json_abi_v3_11_3::detail::operator<(nlohmann::json_abi_v3_11_3::detail::value_t,nlohmann::json_abi_v3_11_3::detail::value_t)::order[a1] < nlohmann::json_abi_v3_11_3::detail:... | operator<:
CMP DIL,0x9
SETNC AL
CMP SIL,0x9
SETNC CL
OR CL,AL
JNZ 0x00118834
MOVZX EAX,SIL
MOVZX ECX,DIL
LEA RDX,[0x11ddfd]
MOV CL,byte ptr [RCX + RDX*0x1]
CMP CL,byte ptr [RAX + RDX*0x1]
SETC AL
RET
LAB_00118834:
XOR EAX,EAX
RET
|
/* nlohmann::json_abi_v3_11_3::detail::TEMPNAMEPLACEHOLDERVALUE(nlohmann::json_abi_v3_11_3::detail::value_t,
nlohmann::json_abi_v3_11_3::detail::value_t) */
bool nlohmann::json_abi_v3_11_3::detail::operator<(byte param_1,byte param_2)
{
if (param_2 < 9 && param_1 < 9) {
return (byte)operator<(nlohmann::json... | |
4,059 | minja::Context::get(minja::Value const&) | monkey531[P]llama/common/minja.hpp | virtual Value get(const Value & key) {
if (values_.contains(key)) return values_.at(key);
if (parent_) return parent_->get(key);
return Value();
} | O3 | cpp | minja::Context::get(minja::Value const&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x18(%rsi), %r12
movq %r12, %rdi
movq %rdx, %rsi
callq 0xb75cc
testb %al, %al
je 0xc0c4c
movq %r12, %rdi
movq %r14, %rsi
callq 0xb73ba
movq %rbx, %rdi
movq %rax, %rsi
cal... | _ZN5minja7Context3getERKNS_5ValueE:
push r15
push r14
push r12
push rbx
push rax
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea r12, [rsi+18h]
mov rdi, r12; this
mov rsi, rdx; minja::Value *
call _ZNK5minja5Value8containsERKS0_; minja::Value::contains(minja::Value const&)
test a... | minja::Context * minja::Context::get(
minja::Context *this,
const minja::Value *a2,
const minja::Value *a3,
__m128d a4)
{
const minja::Value *v5; // rax
long long v6; // rsi
if ( minja::Value::contains((const minja::Value *)((char *)a2 + 24), a3, a4) )
{
v5 = (const minja::V... | get:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA R12,[RSI + 0x18]
MOV RDI,R12
MOV RSI,RDX
CALL 0x001b75cc
TEST AL,AL
JZ 0x001c0c4c
MOV RDI,R12
MOV RSI,R14
CALL 0x001b73ba
MOV RDI,RBX
MOV RSI,RAX
CALL 0x001b1a06
JMP 0x001c0c9f
LAB_001c0c4c:
MOV RSI,qword ptr [R15 + 0x68]
TEST RSI... |
/* minja::Context::get(minja::Value const&) */
Value * minja::Context::get(Value *param_1)
{
char cVar1;
Value *pVVar2;
Value *in_RDX;
long in_RSI;
bool bVar3;
cVar1 = Value::contains((Value *)(in_RSI + 0x18),in_RDX);
if (cVar1 == '\0') {
if (*(long **)(in_RSI + 0x68) == (long *)0x0) {
bVa... | |
4,060 | PAIRING_Aggregate_PK_in_G1 | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/aggregate.c | static BLST_ERROR PAIRING_Aggregate_PK_in_G1(PAIRING *ctx,
const POINTonE1_affine *PK,
size_t pk_groupcheck,
const POINTonE2_affine *sig,
si... | O0 | c | PAIRING_Aggregate_PK_in_G1:
pushq %rbp
movq %rsp, %rbp
subq $0x640, %rsp # imm = 0x640
movq 0x30(%rbp), %rax
movq 0x28(%rbp), %rax
movq 0x20(%rbp), %rax
movq 0x18(%rbp), %rax
movq 0x10(%rbp), %rax
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp... | PAIRING_Aggregate_PK_in_G1:
push rbp
mov rbp, rsp
sub rsp, 640h
mov rax, [rbp+arg_20]
mov rax, [rbp+arg_18]
mov rax, [rbp+arg_10]
mov rax, [rbp+arg_8]
mov rax, [rbp+arg_0]
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+... | long long PAIRING_Aggregate_PK_in_G1(
_DWORD *a1,
long long a2,
long long a3,
long long a4,
long long a5,
unsigned __int8 *a6,
unsigned long long a7,
long long a8,
long long a9,
long long a10,
long long a11)
{
unsigned long long ... | PAIRING_Aggregate_PK_in_G1:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x640
MOV RAX,qword ptr [RBP + 0x30]
MOV RAX,qword ptr [RBP + 0x28]
MOV RAX,qword ptr [RBP + 0x20]
MOV RAX,qword ptr [RBP + 0x18]
MOV RAX,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qw... |
int4
PAIRING_Aggregate_PK_in_G1
(uint *param_1,int1 *param_2,long param_3,long param_4,long param_5,long param_6,
long param_7,int8 param_8,int8 param_9,int8 param_10,int8 param_11
)
{
int1 *puVar1;
long lVar2;
int8 uVar3;
int1 local_608 [576];
int1 local_3c8 [96];
int1 auSta... | |
4,061 | js_alloc_string | bluesky950520[P]quickjs/quickjs.c | static JSString *js_alloc_string(JSContext *ctx, int max_len, int is_wide_char)
{
JSString *p;
p = js_alloc_string_rt(ctx->rt, max_len, is_wide_char);
if (unlikely(!p)) {
JS_ThrowOutOfMemory(ctx);
return NULL;
}
return p;
} | O2 | c | js_alloc_string:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq 0x18(%rdi), %rdi
callq 0x34a65
movq %rax, %r14
testq %rax, %rax
je 0x1ad68
movq %r14, %rax
addq $0x8, %rsp
popq %rbx
popq %r14
retq
movq %rbx, %rdi
callq 0x171e0
jmp 0x1ad5d
| js_alloc_string:
push r14
push rbx
push rax
mov rbx, rdi
mov rdi, [rdi+18h]
call js_alloc_string_rt
mov r14, rax
test rax, rax
jz short loc_1AD68
loc_1AD5D:
mov rax, r14
add rsp, 8
pop rbx
pop r14
retn
loc_1AD68:
mov rdi, rbx
call JS_ThrowOutOfMemory
jmp short ... | long long js_alloc_string(long long a1, long long a2, long long a3)
{
int v3; // edx
int v4; // ecx
int v5; // r8d
int v6; // r9d
long long v7; // r14
v7 = js_alloc_string_rt(*(_QWORD *)(a1 + 24), a2, a3);
if ( !v7 )
JS_ThrowOutOfMemory(a1, a2, v3, v4, v5, v6);
return v7;
}
| js_alloc_string:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x18]
CALL 0x00134a65
MOV R14,RAX
TEST RAX,RAX
JZ 0x0011ad68
LAB_0011ad5d:
MOV RAX,R14
ADD RSP,0x8
POP RBX
POP R14
RET
LAB_0011ad68:
MOV RDI,RBX
CALL 0x001171e0
JMP 0x0011ad5d
|
long js_alloc_string(long param_1)
{
long lVar1;
lVar1 = js_alloc_string_rt(*(int8 *)(param_1 + 0x18));
if (lVar1 == 0) {
JS_ThrowOutOfMemory(param_1);
}
return lVar1;
}
| |
4,062 | minja::Parser::unterminated(minja::TemplateToken const&) const | monkey531[P]llama/common/minja.hpp | std::runtime_error unterminated(const TemplateToken & token) const {
return std::runtime_error("Unterminated " + TemplateToken::typeToString(token.type)
+ error_location_suffix(*template_str, token.location.pos));
} | O1 | cpp | minja::Parser::unterminated(minja::TemplateToken const&) const:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
movl 0x8(%rdx), %esi
leaq 0x68(%rsp), %r12
movq %r12, %rdi
callq 0x9b7c4
leaq 0x58f95(%rip), %rcx # 0xf3c71
movl $0xd, %r8d
movq %r12, %rdi
xor... | _ZNK5minja6Parser12unterminatedERKNS_13TemplateTokenE:
push r15; int
push r14; int
push r12; int
push rbx; int
sub rsp, 88h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov esi, [rdx+8]
lea r12, [rsp+0A8h+var_40]
mov rdi, r12
call _ZN5minja13TemplateToken12typeToStringB5cxx11ENS0_4T... | minja::Parser * minja::Parser::unterminated(minja::Parser *this, const minja::TemplateToken *a2, long long a3)
{
long long v4; // rax
__int128 *v5; // rcx
unsigned long long v6; // rax
unsigned long long v7; // rsi
unsigned long long v8; // rsi
void **v9; // rax
__int128 *v10; // rcx
void *v12[2]; // [r... | unterminated:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV ESI,dword ptr [RDX + 0x8]
LEA R12,[RSP + 0x68]
MOV RDI,R12
CALL 0x0019b7c4
LAB_0019acd5:
LEA RCX,[0x1f3c71]
MOV R8D,0xd
MOV RDI,R12
XOR ESI,ESI
XOR EDX,EDX
CALL 0x0011b9e0
LEA R12,[RSP + 0x38]
MOV qword ptr [R12 + -0x... |
/* minja::Parser::unterminated(minja::TemplateToken const&) const */
TemplateToken * minja::Parser::unterminated(TemplateToken *param_1)
{
long *plVar1;
int8 *puVar2;
ulong *puVar3;
long in_RDX;
int8 *in_RSI;
ulong uVar4;
long *local_a0;
int8 local_98;
long local_90;
int8 uStack_88;
ulong *loca... | |
4,063 | ma_get_host_list | eloqsql/libmariadb/libmariadb/mariadb_lib.c | static void ma_get_host_list(char *host_list, struct st_host *host_info, int default_port)
{
char *token, *start, *save;
int host_nr= 0;
start= host_list;
while ((token= strtok_r(start, ",", &save)))
{
char *p;
/* ipv6 hostname */
if ((p= strchr(token, ']')))
{
host_info[host_nr].host=... | O0 | c | ma_get_host_list:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movl $0x0, -0x34(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x28(%rbp), %rdi
leaq 0x2e758(%rip), %rsi # 0x48575
leaq -0x30(%rbp), %rdx
callq 0x12750
movq %rax, -0x20(%rbp)
... | ma_get_host_list:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_34], 0
mov rax, [rbp+var_8]
mov [rbp+var_28], rax
loc_19E12:
mov rdi, [rbp+var_28]
lea rsi, asc_48575; ","
lea rdx, [rbp+var_30]
call _strt... | long long ma_get_host_list(long long a1, long long a2, int a3)
{
long long result; // rax
int v4; // eax
_BYTE *v5; // [rsp+0h] [rbp-40h]
_BYTE *v6; // [rsp+0h] [rbp-40h]
int v7; // [rsp+Ch] [rbp-34h]
_BYTE v8[8]; // [rsp+10h] [rbp-30h] BYREF
long long i; // [rsp+18h] [rbp-28h]
_BYTE *v10; // [rsp+20h]... | ma_get_host_list:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV dword ptr [RBP + -0x34],0x0
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x28],RAX
LAB_00119e12:
MOV RDI,qword ptr [RBP + -0x28]
LEA RSI,[0x148575]
LEA RDX,[RBP ... |
void ma_get_host_list(char *param_1,long param_2,int4 param_3)
{
int iVar1;
char *pcVar2;
int local_3c;
char *local_38;
char *local_30;
char *local_28;
int4 local_1c;
long local_18;
char *local_10;
local_3c = 0;
local_30 = param_1;
local_1c = param_3;
local_18 = param_2;
local_10 = para... | |
4,064 | Catch::StringMaker<std::basic_string_view<wchar_t, std::char_traits<wchar_t>>, void>::convert[abi:cxx11](std::basic_string_view<wchar_t, std::char_traits<wchar_t>>) | AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp | std::string StringMaker<std::wstring_view>::convert(std::wstring_view str) {
return StringMaker<std::wstring>::convert(std::wstring(str));
} | O3 | cpp | Catch::StringMaker<std::basic_string_view<wchar_t, std::char_traits<wchar_t>>, void>::convert[abi:cxx11](std::basic_string_view<wchar_t, std::char_traits<wchar_t>>):
pushq %r15
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
leaq 0x10(%rsp), %r15
movq %r15, -0x10(%r15)
leaq (%rdx,%rsi,4), %rax
movq %rsp, %r14
mo... | _ZN5Catch11StringMakerISt17basic_string_viewIwSt11char_traitsIwEEvE7convertB5cxx11ES4_:
push r15
push r14
push rbx
sub rsp, 20h
mov rbx, rdi
lea r15, [rsp+38h+var_28]
mov [r15-10h], r15
lea rax, [rdx+rsi*4]
mov r14, rsp
mov rdi, r14
mov rsi, rdx
mov rdx, rax
call _ZNSt7__... | long long Catch::StringMaker<std::wstring_view,void>::convert[abi:cxx11](long long a1, long long a2, long long a3)
{
void *v4[2]; // [rsp+0h] [rbp-38h] BYREF
_QWORD v5[5]; // [rsp+10h] [rbp-28h] BYREF
v4[0] = v5;
std::wstring::_M_construct<wchar_t const*>(v4, a3, a3 + 4 * a2);
Catch::StringMaker<std::wstrin... | convert[abi:cxx11]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV RBX,RDI
LEA R15,[RSP + 0x10]
MOV qword ptr [R15 + -0x10],R15
LEA RAX,[RDX + RSI*0x4]
MOV R14,RSP
MOV RDI,R14
MOV RSI,RDX
MOV RDX,RAX
CALL 0x0018207a
LAB_00158150:
MOV RDI,RBX
MOV RSI,R14
CALL 0x00158048
LAB_0015815b:
MOV RDI,qword ptr [RSP]
CMP RDI,R15
JZ ... |
/* Catch::StringMaker<std::basic_string_view<wchar_t, std::char_traits<wchar_t> >,
void>::convert[abi:cxx11](std::basic_string_view<wchar_t, std::char_traits<wchar_t> >) */
StringMaker<std::__cxx11::wstring,void> *
Catch::StringMaker<std::basic_string_view<wchar_t,std::char_traits<wchar_t>>,void>::
convert_abi_cxx... | |
4,065 | ma_soft_sync_background | eloqsql/storage/maria/ma_loghandler.c | static pthread_handler_t
ma_soft_sync_background( void *arg __attribute__((unused)))
{
my_thread_init();
{
DBUG_ENTER("ma_soft_sync_background");
for(;;)
{
ulonglong prev_loop= microsecond_interval_timer();
ulonglong time, sleep;
uint32 min, max, sync_request;
min= soft_sync_min... | O0 | c | ma_soft_sync_background:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
callq 0x122660
callq 0x11bed0
movl $0x3e8, %ecx # imm = 0x3E8
xorl %edx, %edx
divq %rcx
movq %rax, -0x10(%rbp)
movl 0xc61952(%rip), %eax # 0xcaf66c
movl %eax, -0x24(%rbp)
movl 0xc6194d(%rip), %eax # 0xcaf670
movl... | ma_soft_sync_background:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
call my_thread_init
loc_4DD01:
call my_interval_timer
mov ecx, 3E8h
xor edx, edx
div rcx
mov [rbp+var_10], rax
mov eax, cs:soft_sync_min
mov [rbp+var_24], eax
mov eax, cs:soft_sync_max
mov ... | long long ma_soft_sync_background(void *a1, unsigned long long a2)
{
long long v2; // rdx
unsigned long long v3; // rax
unsigned long long v4; // rdx
unsigned long long v5; // rax
int v7; // [rsp+4h] [rbp-2Ch]
unsigned int v8; // [rsp+Ch] [rbp-24h]
unsigned long long v9; // [rsp+10h] [rbp-20h]
unsigned... | ma_soft_sync_background:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
CALL 0x00222660
LAB_0014dd01:
CALL 0x0021bed0
MOV ECX,0x3e8
XOR EDX,EDX
DIV RCX
MOV qword ptr [RBP + -0x10],RAX
MOV EAX,dword ptr [0x00daf66c]
MOV dword ptr [RBP + -0x24],EAX
MOV EAX,dword ptr [0x00daf670]
MOV dword ptr [RBP + -0x... |
int8 ma_soft_sync_background(void)
{
int iVar1;
int4 uVar2;
char cVar3;
ulong uVar4;
ulong uVar5;
ulong uVar6;
long local_28;
my_thread_init();
do {
uVar4 = my_interval_timer();
uVar2 = soft_sync_min;
iVar1 = soft_need_sync;
soft_sync_min = soft_sync_max;
soft_need_sync = 0;
... | |
4,066 | parse_device_list(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/arg.cpp | static std::vector<ggml_backend_dev_t> parse_device_list(const std::string & value) {
std::vector<ggml_backend_dev_t> devices;
auto dev_names = string_split<std::string>(value, ',');
if (dev_names.empty()) {
throw std::invalid_argument("no devices specified");
}
if (dev_names.size() == 1 && ... | O2 | cpp | parse_device_list(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movups %xmm0, (%rdi)
andq $0x0, 0x10(%rdi)
movq %rsp, %rdi
pushq $0x2c
popq %rdx
callq 0x34cd5
movq (%rsp),... | _ZL17parse_device_listRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 40h
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
and qword ptr [rdi+10h], 0
mov rdi, rsp
push 2Ch ; ','
pop rdx
call _ZL12string... | long long parse_device_list(long long a1, long long a2)
{
_QWORD *v2; // r14
_QWORD *v3; // r12
long long v4; // rax
void *v6; // r15
int v7; // ecx
int v8; // r8d
int v9; // r9d
std::invalid_argument *exception; // r15
_QWORD *v11; // [rsp+0h] [rbp-68h] BYREF
_QWORD *v12; // [rsp+8h] [rbp-60h]
l... | parse_device_list:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x40
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
AND qword ptr [RDI + 0x10],0x0
LAB_00136410:
MOV RDI,RSP
PUSH 0x2c
POP RDX
CALL 0x00134cd5
MOV R14,qword ptr [RSP]
MOV R12,qword ptr [RSP + 0x8]
CMP R14,R12
JZ 0x00136516
MOV RAX,R12
SU... |
/* parse_device_list(std::__cxx11::string const&) */
string * parse_device_list(string *param_1)
{
bool bVar1;
int iVar2;
invalid_argument *piVar3;
char in_SIL;
string *psVar4;
string *psVar5;
string *local_68;
string *local_60;
ggml_backend_device *local_50;
ggml_backend_device *local_48 [4];
... | |
4,067 | OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchBuilder.cpp | PatchBuilder::PatchBuilder(
TopologyRefiner const& refiner, Options const& options) :
_refiner(refiner), _options(options) {
//
// Initialize members with properties of the subdivision scheme and patch
// choices for quick retrieval:
//
_schemeType = refiner.GetSchemeType();
... | O0 | cpp | OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x20(%rbp)
movq 0... | _ZN10OpenSubdiv6v3_6_03Far12PatchBuilderC2ERKNS1_15TopologyRefinerERKNS2_7OptionsE:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov [rbp+var_20], rax
mov rcx, cs:_ZTVN10OpenSubdiv6v3_6_03Far12PatchBuilderE_pt... | OpenSubdiv::v3_6_0::Far::PatchBuilder * OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder(
OpenSubdiv::v3_6_0::Far::PatchBuilder *this,
const OpenSubdiv::v3_6_0::Far::TopologyRefiner *a2,
const OpenSubdiv::v3_6_0::Far::PatchBuilder::Options *a3)
{
int LocalNeighborhoodSize; // ecx
OpenSubd... | |||
4,068 | OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchBuilder.cpp | PatchBuilder::PatchBuilder(
TopologyRefiner const& refiner, Options const& options) :
_refiner(refiner), _options(options) {
//
// Initialize members with properties of the subdivision scheme and patch
// choices for quick retrieval:
//
_schemeType = refiner.GetSchemeType();
... | O1 | cpp | OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&):
pushq %rbx
movq %rdi, %rbx
movq 0x78a31(%rip), %rax # 0xddfc8
addq $0x10, %rax
movq %rax, (%rdi)
movq %rsi, 0x8(%rdi)
movq (%rdx), %rax
movq %rax, 0x10(%rdi)
m... | _ZN10OpenSubdiv6v3_6_03Far12PatchBuilderC2ERKNS1_15TopologyRefinerERKNS2_7OptionsE:
push rbx
mov rbx, rdi
mov rax, cs:_ZTVN10OpenSubdiv6v3_6_03Far12PatchBuilderE_ptr
add rax, 10h
mov [rdi], rax
mov [rdi+8], rsi
mov rax, [rdx]
mov [rdi+10h], rax
mov eax, [rdx+8]
mov [rdi+18h], eax
... | long long OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder(long long a1, unsigned int *a2, long long a3)
{
unsigned int v4; // edi
long long result; // rax
*(_QWORD *)a1 = &`vtable for'OpenSubdiv::v3_6_0::Far::PatchBuilder + 2;
*(_QWORD *)(a1 + 8) = a2;
*(_QWORD *)(a1 + 16) = *(_QWORD *)a3;
*(_DWORD *)... | PatchBuilder:
PUSH RBX
MOV RBX,RDI
MOV RAX,qword ptr [0x001ddfc8]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
MOV qword ptr [RDI + 0x8],RSI
MOV RAX,qword ptr [RDX]
MOV qword ptr [RDI + 0x10],RAX
MOV EAX,dword ptr [RDX + 0x8]
MOV dword ptr [RDI + 0x18],EAX
MOV EDI,dword ptr [RSI]
MOV dword ptr [RBX + 0x1c],EDI
CALL 0x00139360
... |
/* OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner
const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&) */
void __thiscall
OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder
(PatchBuilder *this,TopologyRefiner *param_1,Options *param_2)
{
int4 uV... | |
4,069 | my_strnncoll_simple | eloqsql/strings/ctype-simple.c | int my_strnncoll_simple(CHARSET_INFO * cs, const uchar *s, size_t slen,
const uchar *t, size_t tlen,
my_bool t_is_prefix)
{
size_t len = ( slen > tlen ) ? tlen : slen;
const uchar *map= cs->sort_order;
if (t_is_prefix && slen > tlen)
slen=tlen;
while (len--)
... | O3 | c | my_strnncoll_simple:
pushq %rbp
movq %rsp, %rbp
cmpq %r8, %rdx
movq %r8, %r10
cmovbq %rdx, %r10
movq 0x58(%rdi), %rdi
testb %r9b, %r9b
cmovneq %r10, %rdx
xorl %r9d, %r9d
cmpq %r9, %r10
je 0xb4f06
movzbl (%rsi,%r9), %eax
movzbl (%rdi,%rax), %eax
movzbl (%rcx,%r9), %r11d
movzbl (%rdi,%r11), %r11d
incq %r9
cmpb %r11b, %al... | my_strnncoll_simple:
push rbp
mov rbp, rsp
cmp rdx, r8
mov r10, r8
cmovb r10, rdx
mov rdi, [rdi+58h]
test r9b, r9b
cmovnz rdx, r10
xor r9d, r9d
loc_B4EE1:
cmp r10, r9
jz short loc_B4F06
movzx eax, byte ptr [rsi+r9]
movzx eax, byte ptr [rdi+rax]
movzx r11d, byte ptr [rcx+r9]
m... | long long my_strnncoll_simple(
long long a1,
long long a2,
unsigned long long a3,
long long a4,
unsigned long long a5,
char a6)
{
unsigned long long v6; // r10
long long v7; // rdi
long long v8; // r9
int v9; // eax
int v10; // r11d
long long result; // rax
... | my_strnncoll_simple:
PUSH RBP
MOV RBP,RSP
CMP RDX,R8
MOV R10,R8
CMOVC R10,RDX
MOV RDI,qword ptr [RDI + 0x58]
TEST R9B,R9B
CMOVNZ RDX,R10
XOR R9D,R9D
LAB_001b4ee1:
CMP R10,R9
JZ 0x001b4f06
MOVZX EAX,byte ptr [RSI + R9*0x1]
MOVZX EAX,byte ptr [RDI + RAX*0x1]
MOVZX R11D,byte ptr [RCX + R9*0x1]
MOVZX R11D,byte ptr [RDI + R... |
int my_strnncoll_simple(long param_1,long param_2,ulong param_3,long param_4,ulong param_5,
char param_6)
{
byte bVar1;
byte bVar2;
ulong uVar3;
ulong uVar4;
uVar4 = param_5;
if (param_3 < param_5) {
uVar4 = param_3;
}
if (param_6 != '\0') {
param_3 = uVar4;
}
uVa... | |
4,070 | alaya::RawSpaceTest_TestFit_Test::RawSpaceTest_TestFit_Test() | AlayaLite/tests/space/raw_space_test.cpp | TEST_F(RawSpaceTest, TestFit) {
// Here's some test data: 3 points in 3D space.
std::vector<float> data = {1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0};
// We call the fit method to load this data into our RawSpace.
space_->fit(data.data(), 3);
// Now, let's check if the number of data points has been corre... | O0 | cpp | alaya::RawSpaceTest_TestFit_Test::RawSpaceTest_TestFit_Test():
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq 0x10(%rsp), %rdi
movq %rdi, 0x8(%rsp)
callq 0x26d10
movq 0x8(%rsp), %rax
leaq 0x1599d4(%rip), %rcx # 0x1806d8
addq $0x10, %rcx
movq %rcx, (%rax)
addq $0x18, %rsp
retq
| _ZN5alaya25RawSpaceTest_TestFit_TestC2Ev:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rdi, [rsp+18h+var_8]; this
mov [rsp+18h+var_10], rdi
call _ZN5alaya12RawSpaceTestC2Ev; alaya::RawSpaceTest::RawSpaceTest(void)
mov rax, [rsp+18h+var_10]
lea rcx, _ZTVN5alaya25RawSpaceTest_TestFit_TestE; `vtabl... | alaya::RawSpaceTest_TestFit_Test * alaya::RawSpaceTest_TestFit_Test::RawSpaceTest_TestFit_Test(
alaya::RawSpaceTest_TestFit_Test *this)
{
alaya::RawSpaceTest_TestFit_Test *result; // rax
alaya::RawSpaceTest::RawSpaceTest(this);
result = this;
*(_QWORD *)this = &`vtable for'alaya::RawSpaceTest_TestFit_T... | RawSpaceTest_TestFit_Test:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RDI,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x8],RDI
CALL 0x00126d10
MOV RAX,qword ptr [RSP + 0x8]
LEA RCX,[0x2806d8]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
ADD RSP,0x18
RET
|
/* alaya::RawSpaceTest_TestFit_Test::RawSpaceTest_TestFit_Test() */
void __thiscall
alaya::RawSpaceTest_TestFit_Test::RawSpaceTest_TestFit_Test(RawSpaceTest_TestFit_Test *this)
{
RawSpaceTest::RawSpaceTest((RawSpaceTest *)this);
*(int ***)this = &PTR__RawSpaceTest_TestFit_Test_002806e8;
return;
}
| |
4,071 | my_strxfrm_pad_nweights_unicode | eloqsql/strings/ctype-utf8.c | size_t
my_strxfrm_pad_nweights_unicode(uchar *str, uchar *strend, size_t nweights)
{
uchar *str0;
DBUG_ASSERT(str && str <= strend);
for (str0= str; str < strend && nweights; nweights--)
{
*str++= 0x00;
if (str < strend)
*str++= 0x20;
}
return str - str0;
} | O3 | c | my_strxfrm_pad_nweights_unicode:
cmpq %rsi, %rdi
setae %al
testq %rdx, %rdx
sete %cl
orb %al, %cl
movq %rdi, %rax
jne 0xcb7bd
pushq %rbp
movq %rsp, %rbp
decq %rdx
movq %rdi, %rcx
leaq 0x1(%rcx), %rax
movb $0x0, (%rcx)
cmpq %rsi, %rax
jae 0xcb7a7
movb $0x20, 0x1(%rcx)
addq $0x2, %rcx
movq %rcx, %rax
addq $-0x1, %rdx
set... | my_strxfrm_pad_nweights_unicode:
cmp rdi, rsi
setnb al
test rdx, rdx
setz cl
or cl, al
mov rax, rdi
jnz short loc_CB7BD
push rbp
mov rbp, rsp
dec rdx
mov rcx, rdi
loc_CB790:
lea rax, [rcx+1]
mov byte ptr [rcx], 0
cmp rax, rsi
jnb short loc_CB7A7
mov byte ptr [... | long long my_strxfrm_pad_nweights_unicode(_BYTE *a1, unsigned long long a2, long long a3)
{
_BYTE *v3; // rax
long long v4; // rdx
_BYTE *v5; // rcx
bool v6; // cf
v3 = a1;
if ( (unsigned long long)a1 < a2 && a3 != 0 )
{
v4 = a3 - 1;
v5 = a1;
do
{
v3 = v5 + 1;
*v5 = 0;
... | my_strxfrm_pad_nweights_unicode:
CMP RDI,RSI
SETNC AL
TEST RDX,RDX
SETZ CL
OR CL,AL
MOV RAX,RDI
JNZ 0x001cb7bd
PUSH RBP
MOV RBP,RSP
DEC RDX
MOV RCX,RDI
LAB_001cb790:
LEA RAX,[RCX + 0x1]
MOV byte ptr [RCX],0x0
CMP RAX,RSI
JNC 0x001cb7a7
MOV byte ptr [RCX + 0x1],0x20
ADD RCX,0x2
MOV RAX,RCX
LAB_001cb7a7:
ADD RDX,-0x1
SET... |
long my_strxfrm_pad_nweights_unicode(int1 *param_1,int1 *param_2,long param_3)
{
int1 *puVar1;
int1 *puVar2;
bool bVar3;
puVar2 = param_1;
if (param_3 != 0 && param_1 < param_2) {
param_3 = param_3 + -1;
puVar1 = param_1;
do {
puVar2 = puVar1 + 1;
*puVar1 = 0;
if (puVar2 < p... | |
4,072 | google::protobuf::internal::ExtensionSet::GetEnum(int, int) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set.cc | int ExtensionSet::GetEnum(int number, int default_value) const {
const Extension* extension = FindOrNull(number);
if (extension == nullptr || extension->is_cleared) {
// Not present. Return the default value.
return default_value;
} else {
GOOGLE_DCHECK_TYPE(*extension, OPTIONAL_FIELD, ENUM);
ret... | O3 | cpp | google::protobuf::internal::ExtensionSet::GetEnum(int, int) const:
pushq %rbx
movl %edx, %ebx
callq 0xb3166
testq %rax, %rax
je 0xb4ddd
testb $0x1, 0xa(%rax)
jne 0xb4ddd
movl (%rax), %ebx
movl %ebx, %eax
popq %rbx
retq
nop
| _ZNK6google8protobuf8internal12ExtensionSet7GetEnumEii:
push rbx
mov ebx, edx
call _ZNK6google8protobuf8internal12ExtensionSet10FindOrNullEi; google::protobuf::internal::ExtensionSet::FindOrNull(int)
test rax, rax
jz short loc_B4DDD
test byte ptr [rax+0Ah], 1
jnz short loc_B4DDD
mov ebx, [r... | long long google::protobuf::internal::ExtensionSet::GetEnum(
google::protobuf::internal::ExtensionSet *this,
int a2,
unsigned int a3)
{
_BYTE *v4; // rax
v4 = (_BYTE *)google::protobuf::internal::ExtensionSet::FindOrNull(this, a2);
if ( v4 && (v4[10] & 1) == 0 )
return *(unsigned int... | GetEnum:
PUSH RBX
MOV EBX,EDX
CALL 0x001b3166
TEST RAX,RAX
JZ 0x001b4ddd
TEST byte ptr [RAX + 0xa],0x1
JNZ 0x001b4ddd
MOV EBX,dword ptr [RAX]
LAB_001b4ddd:
MOV EAX,EBX
POP RBX
RET
|
/* google::protobuf::internal::ExtensionSet::GetEnum(int, int) const */
int __thiscall
google::protobuf::internal::ExtensionSet::GetEnum(ExtensionSet *this,int param_1,int param_2)
{
int *piVar1;
piVar1 = (int *)FindOrNull(this,param_1);
if ((piVar1 != (int *)0x0) && ((*(byte *)((long)piVar1 + 10) & 1) == 0... | |
4,073 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | monkey531[P]llama/common/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':
... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE12scan_commentEv:
push rbp
push rbx
push rax
mov rbx, r... | char nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_in... | scan_comment:
PUSH RBP
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x0011a4c6
CMP EAX,0x2f
JZ 0x00158005
CMP EAX,0x2a
JNZ 0x00158022
LAB_00157fd9:
MOV RDI,RBX
CALL 0x0011a4c6
LEA ECX,[RAX + 0x1]
CMP ECX,0x2
JC 0x0015802b
CMP EAX,0x2a
JNZ 0x00157fd9
MOV RDI,RBX
CALL 0x0011a4c6
CMP EAX,0x2f
JZ 0x0015801e
MOV RDI,RBX
CALL 0x001588... |
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char... | |
4,074 | JS_NewUint8ArrayCopy | bluesky950520[P]quickjs/quickjs.c | JSValue JS_NewUint8ArrayCopy(JSContext *ctx, const uint8_t *buf, size_t len)
{
JSValue buffer = js_array_buffer_constructor3(ctx, JS_UNDEFINED, len, NULL,
JS_CLASS_ARRAY_BUFFER,
(uint8_t *)buf,
... | O1 | c | JS_NewUint8ArrayCopy:
pushq %rbx
movq %rdx, %rcx
movq %rsi, %rax
movq %rdi, %rbx
leaq -0xa0c(%rip), %r10 # 0x382a5
movl $0x3, %edx
xorl %esi, %esi
xorl %r8d, %r8d
movl $0x13, %r9d
pushq $0x1
pushq $0x0
pushq %r10
pushq %rax
callq 0x38005
addq $0x20, %rsp
movq %rbx, %rdi
movq %rax, %rsi
popq %rbx
jmp 0x38bfd
| JS_NewUint8ArrayCopy:
push rbx
mov rcx, rdx
mov rax, rsi
mov rbx, rdi
lea r10, js_array_buffer_free
mov edx, 3
xor esi, esi
xor r8d, r8d
mov r9d, 13h
push 1
push 0
push r10
push rax
call js_array_buffer_constructor3
add rsp, 20h
mov rdi, rbx
mov rsi, rax
pop... | long long JS_NewUint8ArrayCopy(
long long a1,
long long a2,
unsigned long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11)
{
_DWORD *v11; // rax
long long v12; // rdx
double v... | JS_NewUint8ArrayCopy:
PUSH RBX
MOV RCX,RDX
MOV RAX,RSI
MOV RBX,RDI
LEA R10,[0x1382a5]
MOV EDX,0x3
XOR ESI,ESI
XOR R8D,R8D
MOV R9D,0x13
PUSH 0x1
PUSH 0x0
PUSH R10
PUSH RAX
CALL 0x00138005
ADD RSP,0x20
MOV RDI,RBX
MOV RSI,RAX
POP RBX
JMP 0x00138bfd
|
void JS_NewUint8ArrayCopy(int8 param_1,int8 param_2,int8 param_3)
{
int8 uVar1;
uVar1 = js_array_buffer_constructor3(param_1,0,3,param_3,0,0x13,param_2,js_array_buffer_free,0,1);
js_new_uint8array(param_1,uVar1);
return;
}
| |
4,075 | my_readlink | eloqsql/mysys/my_symlink.c | int my_readlink(char *to, const char *filename, myf MyFlags)
{
#ifndef HAVE_READLINK
strmov(to,filename);
return 1;
#else
int result=0;
int length;
DBUG_ENTER("my_readlink");
if ((length=readlink(filename, to, FN_REFLEN-1)) < 0)
{
/* Don't give an error if this wasn't a symlink */
if ((my_errno=e... | O0 | c | my_readlink:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl $0x0, -0x1c(%rbp)
movq -0x10(%rbp), %rdi
movq -0x8(%rbp), %rsi
movl $0x1ff, %edx # imm = 0x1FF
callq 0x29220
movl %eax, -0x20(%rbp)
cmpl $0x0, %eax
jge 0xf6991
callq 0x296d0
movl ... | my_readlink:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], 0
mov rdi, [rbp+var_10]
mov rsi, [rbp+var_8]
mov edx, 1FFh
call _readlink
mov [rbp+var_20], eax
cmp eax, 0
jge short loc_F6991
call ... | long long my_readlink(const char *a1, long long a2, char a3)
{
unsigned int *v3; // rax
int v5; // [rsp+1Ch] [rbp-24h]
int v6; // [rsp+20h] [rbp-20h]
unsigned int v7; // [rsp+24h] [rbp-1Ch]
v7 = 0;
v6 = readlink(a2, a1, 511LL);
if ( v6 >= 0 )
{
a1[v6] = 0;
}
else
{
v5 = *(_DWORD *)__errn... | my_readlink:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],0x0
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x8]
MOV EDX,0x1ff
CALL 0x00129220
MOV dword ptr [RBP + -0x20],EAX
CMP EAX,0x0
JGE 0x001... |
int4 my_readlink(char *param_1,char *param_2,ulong param_3)
{
int iVar1;
ssize_t sVar2;
int *piVar3;
int4 local_24;
local_24 = 0;
sVar2 = readlink(param_2,param_1,0x1ff);
if ((int)sVar2 < 0) {
piVar3 = __errno_location();
iVar1 = *piVar3;
piVar3 = (int *)_my_thread_var();
*piVar3 = iV... | |
4,076 | ma_close | eloqsql/libmariadb/libmariadb/ma_io.c | int ma_close(MA_FILE *file)
{
int rc;
if (!file)
return -1;
switch (file->type) {
case MA_FILE_LOCAL:
rc= fclose((FILE *)file->ptr);
free(file);
break;
#ifdef HAVE_REMOTEIO
case MA_FILE_REMOTE:
rc= rio_plugin->methods->mclose(file);
break;
#endif
default:
return -1;
}
return... | O3 | c | ma_close:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
testq %rdi, %rdi
je 0x27c78
movq %rdi, %rbx
movl (%rdi), %eax
cmpl $0x2, %eax
je 0x27c82
cmpl $0x1, %eax
jne 0x27c78
movq 0x8(%rbx), %rdi
callq 0x13460
movl %eax, %r14d
movq %rbx, %rdi
callq 0x13570
movl %r14d, %eax
jmp 0x27c7d
movl $0xffffffff, %eax # im... | ma_close:
push rbp
mov rbp, rsp
push r14
push rbx
test rdi, rdi
jz short loc_27C78
mov rbx, rdi
mov eax, [rdi]
cmp eax, 2
jz short loc_27C82
cmp eax, 1
jnz short loc_27C78
mov rdi, [rbx+8]
call _fclose
mov r14d, eax
mov rdi, rbx
call _free
mov eax, r14... | long long ma_close(long long a1)
{
unsigned int v1; // r14d
if ( !a1 )
return 0xFFFFFFFFLL;
if ( *(_DWORD *)a1 != 2 )
{
if ( *(_DWORD *)a1 == 1 )
{
v1 = fclose(*(_QWORD *)(a1 + 8));
free(a1);
return v1;
}
return 0xFFFFFFFFLL;
}
return (*(long long ( **)(long long))(*(... | ma_close:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
TEST RDI,RDI
JZ 0x00127c78
MOV RBX,RDI
MOV EAX,dword ptr [RDI]
CMP EAX,0x2
JZ 0x00127c82
CMP EAX,0x1
JNZ 0x00127c78
MOV RDI,qword ptr [RBX + 0x8]
CALL 0x00113460
MOV R14D,EAX
MOV RDI,RBX
CALL 0x00113570
MOV EAX,R14D
JMP 0x00127c7d
LAB_00127c78:
MOV EAX,0xffffffff
LAB_001... |
ulong ma_close(int *param_1)
{
uint uVar1;
ulong uVar2;
if (param_1 != (int *)0x0) {
if (*param_1 == 2) {
/* WARNING: Could not recover jumptable at 0x00127c97. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar2 = (**(code **)(*(long *)(... | |
4,077 | inline_mysql_rwlock_unlock | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_rwlock_unlock(
mysql_rwlock_t *that)
{
int result;
#ifdef HAVE_PSI_RWLOCK_INTERFACE
if (psi_likely(that->m_psi != NULL))
PSI_RWLOCK_CALL(unlock_rwlock)(that->m_psi);
#endif
result= rw_unlock(&that->m_rwlock);
return result;
} | O0 | c | inline_mysql_rwlock_unlock:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x90(%rax)
setne %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
setne %al
andb $0x1, %al
movzbl %al, %eax
cltq
cmpq $0x0, %rax
je 0x62381
leaq 0x25ecae(%rip), %rax # 0x2c1018
movq (%rax... | inline_mysql_rwlock_unlock_1:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
cmp qword ptr [rax+90h], 0
setnz al
and al, 1
movzx eax, al
cmp eax, 0
setnz al
and al, 1
movzx eax, al
cdqe
cmp rax, 0
jz short loc_62381
lea rax, PSI_serve... | long long inline_mysql_rwlock_unlock_1(long long a1)
{
if ( *(_QWORD *)(a1 + 144) )
((void ( *)(_QWORD))PSI_server[45])(*(_QWORD *)(a1 + 144));
return (unsigned int)my_rw_unlock(a1);
}
| inline_mysql_rwlock_unlock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x90],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CDQE
CMP RAX,0x0
JZ 0x00162381
LEA RAX,[0x3c1018]
MOV RAX,qword ptr [RAX]
MOV RAX,qword... |
int4 inline_mysql_rwlock_unlock(long param_1)
{
int4 uVar1;
if (*(long *)(param_1 + 0x90) != 0) {
(**(code **)(PSI_server + 0x168))(*(int8 *)(param_1 + 0x90));
}
uVar1 = my_rw_unlock(param_1);
return uVar1;
}
| |
4,078 | Json::Reader::~Reader() | aimrt_mujoco_sim/_deps/jsoncpp-src/src/lib_json/../../include/json/reader.h | class JSON_API Reader {
public:
using Char = char;
using Location = const Char*;
/** \brief An error tagged with where in the JSON text it was encountered.
*
* The offsets give the [start, limit) range of bytes within the text. Note
* that this is bytes, not codepoints.
*/
struct StructuredError {
... | O3 | c | Json::Reader::~Reader():
pushq %rbx
movq %rdi, %rbx
movq 0xe8(%rdi), %rdi
leaq 0xf8(%rbx), %rax
cmpq %rax, %rdi
je 0x23f8a
movq (%rax), %rsi
incq %rsi
callq 0x1f250
movq 0xa0(%rbx), %rdi
leaq 0xb0(%rbx), %rax
cmpq %rax, %rdi
je 0x23fa8
movq (%rax), %rsi
incq %rsi
callq 0x1f250
leaq 0x50(%rbx), %rdi
callq 0x24a3a
movq %... | _ZN4Json6ReaderD2Ev:
push rbx
mov rbx, rdi
mov rdi, [rdi+0E8h]; void *
lea rax, [rbx+0F8h]
cmp rdi, rax
jz short loc_23F8A
mov rsi, [rax]
inc rsi; unsigned __int64
call __ZdlPvm; operator delete(void *,ulong)
loc_23F8A:
mov rdi, [rbx+0A0h]; void *
lea rax, [rbx+0B0h]
cmp r... | void Json::Reader::~Reader(Json::Reader *this, unsigned long long a2)
{
char *v3; // rdi
char *v4; // rdi
v3 = (char *)*((_QWORD *)this + 29);
if ( v3 != (char *)this + 248 )
{
a2 = *((_QWORD *)this + 31) + 1LL;
operator delete(v3, a2);
}
v4 = (char *)*((_QWORD *)this + 20);
if ( v4 != (char *... | ~Reader:
PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0xe8]
LEA RAX,[RBX + 0xf8]
CMP RDI,RAX
JZ 0x00123f8a
MOV RSI,qword ptr [RAX]
INC RSI
CALL 0x0011f250
LAB_00123f8a:
MOV RDI,qword ptr [RBX + 0xa0]
LEA RAX,[RBX + 0xb0]
CMP RDI,RAX
JZ 0x00123fa8
MOV RSI,qword ptr [RAX]
INC RSI
CALL 0x0011f250
LAB_00123fa8:
LEA RDI,[R... |
/* Json::Reader::~Reader() */
void __thiscall Json::Reader::~Reader(Reader *this)
{
if (*(Reader **)(this + 0xe8) != this + 0xf8) {
operator_delete(*(Reader **)(this + 0xe8),*(long *)(this + 0xf8) + 1);
}
if (*(Reader **)(this + 0xa0) != this + 0xb0) {
operator_delete(*(Reader **)(this + 0xa0),*(long *... | |
4,079 | YAML::DecodeBase64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | aimrt_mujoco_sim/_deps/yaml-cpp-src/src/binary.cpp | std::vector<unsigned char> DecodeBase64(const std::string &input) {
using ret_type = std::vector<unsigned char>;
if (input.empty())
return ret_type();
ret_type ret(3 * input.size() / 4 + 1);
unsigned char *out = &ret[0];
unsigned value = 0;
for (std::size_t i = 0, cnt = 0; i < input.size(); i++) {
... | O3 | cpp | YAML::DecodeBase64(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdi, %rbx
movq 0x8(%rsi), %rax
testq %rax, %rax
je 0x7fd64
movq %rsi, %r14
leaq (%rax,%rax,2), %rsi
shrq $0x2, %rsi
incq %rs... | _ZN4YAML12DecodeBase64ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, rdi
mov rax, [rsi+8]
test rax, rax
jz loc_7FD64
mov r14, rsi
lea rsi, [rax+rax*2]
shr rsi, 2
inc rsi
lea r1... | _OWORD * YAML::DecodeBase64(long long a1, long long *a2)
{
_OWORD *v2; // rbx
long long v3; // rax
_BYTE *v5; // rsi
unsigned long long v6; // rbp
char v7; // r12
long long v8; // r13
int v9; // ebx
long long v10; // r15
int v11; // eax
int v12; // ebx
int v13; // eax
_BYTE *v14; // rcx
long l... | DecodeBase64:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RDI
MOV RAX,qword ptr [RSI + 0x8]
TEST RAX,RAX
JZ 0x0017fd64
MOV R14,RSI
LEA RSI,[RAX + RAX*0x2]
SHR RSI,0x2
INC RSI
LEA R15,[RSP + 0x10]
LEA RDX,[RSP + 0x7]
MOV RDI,R15
CALL 0x0011fd20
MOV RSI,qword ptr [R15]
MOV RBP,qword ptr [R1... |
/* YAML::DecodeBase64(std::__cxx11::string const&) */
YAML * __thiscall YAML::DecodeBase64(YAML *this,string *param_1)
{
byte bVar1;
YAML *pYVar2;
int iVar3;
uint uVar4;
int1 *puVar5;
long lVar6;
uint uVar7;
ulong uVar8;
uint uVar9;
ulong uVar10;
int1 *local_60;
int1 *local_58;
int8 uStack_... | |
4,080 | ggml_visit_parents | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static void ggml_visit_parents(struct ggml_cgraph * cgraph, struct ggml_tensor * node) {
// check if already visited
if (ggml_hash_insert(&cgraph->visited_hash_set, node) == GGML_HASHSET_ALREADY_EXISTS) {
return;
}
for (int i = 0; i < GGML_MAX_SRC; ++i) {
const int k =
(cgra... | O0 | c | ggml_visit_parents:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
addq $0x30, %rdi
movq -0x10(%rbp), %rsi
callq 0x58500
cmpq $-0x2, %rax
jne 0x5a3fc
jmp 0x5a5ae
movl $0x0, -0x14(%rbp)
cmpl $0xa, -0x14(%rbp)
jge 0x5a47d
movq -0x8(%rbp), %rax
cmpl $0x0, 0x4... | ggml_visit_parents:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
add rdi, 30h ; '0'
mov rsi, [rbp+var_10]
call ggml_hash_insert
cmp rax, 0FFFFFFFFFFFFFFFEh
jnz short loc_5A3FC
jmp loc_5A5AE
loc_5A3FC:
mov [rbp+var_14... | long long ggml_visit_parents(
long long a1,
long long a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
long long result; // rax
long long v11; // rcx
long long v12; // r8
long long v13;... | ggml_visit_parents:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,0x30
MOV RSI,qword ptr [RBP + -0x10]
CALL 0x00158500
CMP RAX,-0x2
JNZ 0x0015a3fc
JMP 0x0015a5ae
LAB_0015a3fc:
MOV dword ptr [RBP + -0x14],0x0
LAB_0015a403:
CMP dwor... |
void ggml_visit_parents(int *param_1,long param_2)
{
long lVar1;
size_t sVar2;
int local_28;
int local_24;
int local_1c;
lVar1 = ggml_hash_insert(param_1 + 0xc,param_2);
if (lVar1 != -2) {
for (local_1c = 0; local_1c < 10; local_1c = local_1c + 1) {
if (param_1[0x12] == 0) {
local_2... | |
4,081 | ggml_visit_parents | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static void ggml_visit_parents(struct ggml_cgraph * cgraph, struct ggml_tensor * node) {
// check if already visited
if (ggml_hash_insert(&cgraph->visited_hash_set, node) == GGML_HASHSET_ALREADY_EXISTS) {
return;
}
for (int i = 0; i < GGML_MAX_SRC; ++i) {
const int k =
(cgra... | O1 | c | ggml_visit_parents:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
addq $0x30, %rdi
callq 0x238e2
cmpq $-0x2, %rax
je 0x24d84
xorl %ebp, %ebp
movl $0x9, %r15d
movl 0x48(%rbx), %eax
cmpl $0x1, %eax
movl %ebp, %ecx
cmovel %r15d, %ecx
testl %eax, %eax
cmovel %ebp, %ecx
movq 0x98(%r1... | ggml_visit_parents:
push rbp
push r15
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
add rdi, 30h ; '0'
call ggml_hash_insert
cmp rax, 0FFFFFFFFFFFFFFFEh
jz loc_24D84
xor ebp, ebp
mov r15d, 9
loc_24CD7:
mov eax, [rbx+48h]
cmp eax, 1
mov ecx, ebp
cmovz e... | long long ggml_visit_parents(long long a1, unsigned long long a2)
{
long long result; // rax
int v3; // r8d
int v4; // r9d
unsigned int v5; // ebp
unsigned int v6; // r15d
int v7; // eax
long long v8; // rcx
long long v10; // rcx
long long v11; // rcx
const char *v12; // rcx
int v13; // esi
re... | ggml_visit_parents:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
ADD RDI,0x30
CALL 0x001238e2
CMP RAX,-0x2
JZ 0x00124d84
XOR EBP,EBP
MOV R15D,0x9
LAB_00124cd7:
MOV EAX,dword ptr [RBX + 0x48]
CMP EAX,0x1
MOV ECX,EBP
CMOVZ ECX,R15D
TEST EAX,EAX
CMOVZ ECX,EBP
MOV RSI,qword ptr [R14 + RCX*0x8 + 0x98... |
void ggml_visit_parents(int *param_1,long param_2)
{
long lVar1;
ulong uVar2;
char *pcVar3;
uint uVar4;
int8 uVar5;
int iVar6;
ulong uVar7;
lVar1 = ggml_hash_insert(param_1 + 0xc);
if (lVar1 != -2) {
uVar4 = 0;
uVar7 = 9;
do {
iVar6 = (int)uVar7;
uVar2 = (ulong)uVar4;
... | |
4,082 | ggml_visit_parents | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static void ggml_visit_parents(struct ggml_cgraph * cgraph, struct ggml_tensor * node) {
// check if already visited
if (ggml_hash_insert(&cgraph->visited_hash_set, node) == GGML_HASHSET_ALREADY_EXISTS) {
return;
}
for (int i = 0; i < GGML_MAX_SRC; ++i) {
const int k =
(cgra... | O2 | c | ggml_visit_parents:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
addq $0x30, %rdi
callq 0x28385
cmpq $-0x2, %rax
je 0x2976b
xorl %ebp, %ebp
pushq $0x9
popq %r15
cmpl $0xa, %ebp
je 0x296ea
movl 0x48(%rbx), %eax
cmpl $0x1, %eax
movl %ebp, %ecx
cmovel %r15d, %ecx
testl %eax, %eax
... | ggml_visit_parents:
push rbp
push r15
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
add rdi, 30h ; '0'
call ggml_hash_insert
cmp rax, 0FFFFFFFFFFFFFFFEh
jz loc_2976B
xor ebp, ebp
push 9
pop r15
loc_296B8:
cmp ebp, 0Ah
jz short loc_296EA
mov eax, [rbx... | long long ggml_visit_parents(
long long a1,
unsigned long long a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10)
{
char v10; // al
long long result; // rax
long long v12; // r8
long long v... | ggml_visit_parents:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
ADD RDI,0x30
CALL 0x00128385
CMP RAX,-0x2
JZ 0x0012976b
XOR EBP,EBP
PUSH 0x9
POP R15
LAB_001296b8:
CMP EBP,0xa
JZ 0x001296ea
MOV EAX,dword ptr [RBX + 0x48]
CMP EAX,0x1
MOV ECX,EBP
CMOVZ ECX,R15D
TEST EAX,EAX
CMOVZ ECX,EBP
MOV RSI,q... |
void ggml_visit_parents(int *param_1,long param_2)
{
long lVar1;
ulong uVar2;
char *pcVar3;
int iVar4;
uint uVar5;
int8 uVar6;
ulong uVar7;
lVar1 = ggml_hash_insert(param_1 + 0xc);
if (lVar1 != -2) {
uVar7 = 9;
for (uVar5 = 0; uVar5 != 10; uVar5 = uVar5 + 1) {
uVar2 = (ulong)uVar5;
... | |
4,083 | ggml_visit_parents | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static void ggml_visit_parents(struct ggml_cgraph * cgraph, struct ggml_tensor * node) {
// check if already visited
if (ggml_hash_insert(&cgraph->visited_hash_set, node) == GGML_HASHSET_ALREADY_EXISTS) {
return;
}
for (int i = 0; i < GGML_MAX_SRC; ++i) {
const int k =
(cgra... | O3 | c | ggml_visit_parents:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
addq $0x30, %rdi
callq 0x225e5
cmpq $-0x2, %rax
je 0x23a36
xorl %ebp, %ebp
movl $0x9, %r15d
movl 0x48(%rbx), %eax
cmpl $0x1, %eax
movl %ebp, %ecx
cmovel %r15d, %ecx
testl %eax, %eax
cmovel %ebp, %ecx
movq 0x98(%r1... | ggml_visit_parents:
push rbp
push r15
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
add rdi, 30h ; '0'
call ggml_hash_insert
cmp rax, 0FFFFFFFFFFFFFFFEh
jz loc_23A36
xor ebp, ebp
mov r15d, 9
loc_23987:
mov eax, [rbx+48h]
cmp eax, 1
mov ecx, ebp
cmovz e... | long long ggml_visit_parents(long long a1, unsigned long long a2)
{
long long result; // rax
int v3; // r8d
int v4; // r9d
unsigned int v5; // ebp
unsigned int v6; // r15d
int v7; // eax
long long v8; // rcx
int v10; // edx
int v11; // edx
const char *v12; // rcx
int v13; // esi
result = ggml_... | ggml_visit_parents:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
ADD RDI,0x30
CALL 0x001225e5
CMP RAX,-0x2
JZ 0x00123a36
XOR EBP,EBP
MOV R15D,0x9
LAB_00123987:
MOV EAX,dword ptr [RBX + 0x48]
CMP EAX,0x1
MOV ECX,EBP
CMOVZ ECX,R15D
TEST EAX,EAX
CMOVZ ECX,EBP
MOV RSI,qword ptr [R14 + RCX*0x8 + 0x98... |
void ggml_visit_parents(int *param_1,long param_2)
{
long lVar1;
ulong uVar2;
char *pcVar3;
uint uVar4;
int8 uVar5;
int iVar6;
ulong uVar7;
lVar1 = ggml_hash_insert(param_1 + 0xc);
if (lVar1 != -2) {
uVar4 = 0;
uVar7 = 9;
do {
iVar6 = (int)uVar7;
uVar2 = (ulong)uVar4;
... | |
4,084 | partition_float | davidesantangelo[P]vsort/vsort.c | static int partition_float(float arr[], int low, int high)
{
int mid = low + (high - low) / 2;
// Sort low, mid, high to find median
if (arr[low] > arr[mid])
swap_float(&arr[low], &arr[mid]);
if (arr[mid] > arr[high])
swap_float(&arr[mid], &arr[high]);
if (arr[low] > arr[mid])
... | O0 | c | partition_float:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movl %esi, 0x1c(%rsp)
movl %edx, 0x18(%rsp)
movl 0x1c(%rsp), %eax
movl %eax, 0x4(%rsp)
movl 0x18(%rsp), %eax
subl 0x1c(%rsp), %eax
movl $0x2, %ecx
cltd
idivl %ecx
movl %eax, %ecx
movl 0x4(%rsp), %eax
addl %ecx, %eax
movl %eax, 0x14(%rsp)
movq 0x20(%rsp), %rax
movs... | partition_float:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_C], esi
mov [rsp+28h+var_10], edx
mov eax, [rsp+28h+var_C]
mov [rsp+28h+var_24], eax
mov eax, [rsp+28h+var_10]
sub eax, [rsp+28h+var_C]
mov ecx, 2
cdq
idiv ecx
mov ecx, eax
mov eax, [rsp+28h+var_24]
ad... | long long partition_float(long long a1, int a2, int a3)
{
unsigned int v3; // kr00_4
int v4; // eax
long long v5; // rdx
long long v6; // rdx
int i; // [rsp+8h] [rbp-20h]
int v9; // [rsp+Ch] [rbp-1Ch]
float v10; // [rsp+10h] [rbp-18h]
int v11; // [rsp+14h] [rbp-14h]
v3 = a3 - a2;
v5 = (unsigned in... | partition_float:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV dword ptr [RSP + 0x1c],ESI
MOV dword ptr [RSP + 0x18],EDX
MOV EAX,dword ptr [RSP + 0x1c]
MOV dword ptr [RSP + 0x4],EAX
MOV EAX,dword ptr [RSP + 0x18]
SUB EAX,dword ptr [RSP + 0x1c]
MOV ECX,0x2
CDQ
IDIV ECX
MOV ECX,EAX
MOV EAX,dword ptr [RSP + 0x4]
ADD EAX... |
int partition_float(long param_1,int param_2,int param_3)
{
float *pfVar1;
float fVar2;
int iVar3;
ulong uVar4;
ulong extraout_RDX;
ulong extraout_RDX_00;
ulong extraout_RDX_01;
int local_20;
int local_1c;
uVar4 = (long)(param_3 - param_2) % 2 & 0xffffffff;
iVar3 = param_2 + (param_3 - param_... | |
4,085 | fmt::v10::appender fmt::v10::detail::write<char, fmt::v10::appender>(fmt::v10::appender, fmt::v10::basic_string_view<char>, fmt::v10::format_specs<char> const&) | aimrt_mujoco_sim/_deps/fmt-src/include/fmt/format.h | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view<Char> s,
const format_specs<Char>& specs) -> OutputIt {
auto data = s.data();
auto size = s.size();
if (specs.precision >= 0 && to_unsigned(specs.precision) < size)
size = code_point_index(s, to_unsigned(specs.precision));
boo... | O3 | c | fmt::v10::appender fmt::v10::detail::write<char, fmt::v10::appender>(fmt::v10::appender, fmt::v10::basic_string_view<char>, fmt::v10::format_specs<char> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rcx, %rbx
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, %r14
movslq 0x4(... | _ZN3fmt3v106detail5writeIcNS0_8appenderEEET0_S4_NS0_17basic_string_viewIT_EERKNS0_12format_specsIS6_EE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov rbx, rcx
mov r12, rdx
mov r15, rsi
mov r14, rdi
movsxd rax, dword ptr [rcx+4]
mov r13, rdx
test rax... | long long fmt::v10::detail::write<char,fmt::v10::appender>(
long long a1,
long long a2,
_QWORD *a3,
long long a4,
int a5,
int a6)
{
long long v8; // rax
_QWORD *v9; // r13
char v10; // bp
long long v11; // rcx
long long v13; // [rsp+20h] [rbp-68h] BYREF
_QWOR... | write<char,fmt::v10::appender>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV RBX,RCX
MOV R12,RDX
MOV R15,RSI
MOV R14,RDI
MOVSXD RAX,dword ptr [RCX + 0x4]
MOV R13,RDX
TEST RAX,RAX
JS 0x00132e58
MOV R13,R12
CMP RAX,R12
JNC 0x00132e58
LEA RCX,[RSP + 0x50]
MOV qword ptr [RCX],RAX
LEA R13,[RSP + 0x... |
/* fmt::v10::appender fmt::v10::detail::write<char, fmt::v10::appender>(fmt::v10::appender,
fmt::v10::basic_string_view<char>, fmt::v10::format_specs<char> const&) */
void __thiscall
fmt::v10::detail::write<char,fmt::v10::appender>
(detail *this,detail *param_2,ulong param_3,int *param_4)
{
int8 uVar1... | |
4,086 | mysql_derived_create(THD*, LEX*, TABLE_LIST*) | eloqsql/sql/sql_derived.cc | static
bool mysql_derived_create(THD *thd, LEX *lex, TABLE_LIST *derived)
{
DBUG_ENTER("mysql_derived_create");
DBUG_PRINT("enter", ("Alias: '%s' Unit: %p",
(derived->alias.str ? derived->alias.str : "<NULL>"),
derived->get_unit()));
TABLE *table= derived->table;
S... | O0 | cpp | mysql_derived_create(THD*, LEX*, TABLE_LIST*):
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
jmp 0x8a8066
movq -0x20(%rbp), %rax
movq 0x100(%rax), %rax
movq %rax, -0x28(%rbp)
movq -0x20(%rbp), %rdi
callq 0xa16070
movq %rax, -0x30(%rbp)
movq -0x28(%rbp),... | _ZL20mysql_derived_createP3THDP3LEXP10TABLE_LIST:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
jmp short $+2
loc_8A8066:
mov rax, [rbp+var_20]
mov rax, [rax+100h]
mov [rbp+var_28], rax
mov rdi, [rbp+var_20]; this
call ... | char mysql_derived_create(THD *a1, LEX *a2, TABLE_LIST *a3)
{
long long select; // rax
long long v5; // [rsp+10h] [rbp-50h]
long long v6; // [rsp+18h] [rbp-48h]
long long v7; // [rsp+28h] [rbp-38h]
st_select_lex_unit *unit; // [rsp+30h] [rbp-30h]
TABLE *v9; // [rsp+38h] [rbp-28h]
v9 = (TABLE *)*((_QWORD... | __cxx_global_var_init:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x264a388]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x008db900
POP RBP
RET
|
void __cxx_global_var_init(void)
{
date_conv_mode_t::date_conv_mode_t((date_conv_mode_t *)&TIME_CONV_NONE,0);
return;
}
| |
4,087 | calculate_segment_checksum | seiftnesse[P]memoryallocator/src/custom_alloc_util.c | uint32_t calculate_segment_checksum(segment_t *s) {
if (!s) return 0;
// Create a temporary structure with the fields we want to include in the checksum
struct {
int is_free;
int size;
uintptr_t next;
uintptr_t prev;
uint32_t allocation_id;
uint32_t magic;
... | O1 | c | calculate_segment_checksum:
testq %rdi, %rdi
je 0x3c65
movl (%rdi), %eax
movl %eax, -0x20(%rsp)
movl 0x4(%rdi), %eax
movl %eax, -0x1c(%rsp)
movq 0x8(%rdi), %rax
movq %rax, -0x18(%rsp)
movq 0x10(%rdi), %rax
movq %rax, -0x10(%rsp)
movl 0x24(%rdi), %eax
movl %eax, -0x8(%rsp)
movl 0x28(%rdi), %eax
movl %eax, -0x4(%rsp)
mov... | calculate_segment_checksum:
test rdi, rdi
jz short loc_3C65
mov eax, [rdi]
mov [rsp+var_20], eax
mov eax, [rdi+4]
mov [rsp+var_1C], eax
mov rax, [rdi+8]
mov [rsp+var_18], rax
mov rax, [rdi+10h]
mov [rsp+var_10], rax
mov eax, [rdi+24h]
mov [rsp+var_8], eax
mov eax, [rd... | long long calculate_segment_checksum(long long a1)
{
long long result; // rax
long long i; // rcx
_DWORD v3[2]; // [rsp+0h] [rbp-20h]
long long v4; // [rsp+8h] [rbp-18h]
long long v5; // [rsp+10h] [rbp-10h]
int v6; // [rsp+18h] [rbp-8h]
int v7; // [rsp+1Ch] [rbp-4h]
if ( !a1 )
return 0LL;
v3[0] ... | calculate_segment_checksum:
TEST RDI,RDI
JZ 0x00103c65
MOV EAX,dword ptr [RDI]
MOV dword ptr [RSP + -0x20],EAX
MOV EAX,dword ptr [RDI + 0x4]
MOV dword ptr [RSP + -0x1c],EAX
MOV RAX,qword ptr [RDI + 0x8]
MOV qword ptr [RSP + -0x18],RAX
MOV RAX,qword ptr [RDI + 0x10]
MOV qword ptr [RSP + -0x10],RAX
MOV EAX,dword ptr [RDI... |
uint calculate_segment_checksum(int4 *param_1)
{
uint uVar1;
long lVar2;
int4 local_20;
int4 local_1c;
int8 local_18;
int8 local_10;
int4 local_8;
int4 local_4;
if (param_1 != (int4 *)0x0) {
local_20 = *param_1;
local_1c = param_1[1];
local_18 = *(int8 *)(param_1 + 2);
local_10 = ... | |
4,088 | my_thread_init | eloqsql/mysys/my_thr_init.c | my_bool my_thread_init(void)
{
struct st_my_thread_var *tmp;
my_bool error=0;
if (!my_thread_global_init_done)
return 1; /* cannot proceed with uninitialized library */
#ifdef EXTRA_DEBUG_THREADS
fprintf(stderr,"my_thread_init(): pthread_self: %p\n", pthread_self());
#endif
if (my_thread_var)
{
#if... | O0 | c | my_thread_init:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb $0x0, -0x11(%rbp)
cmpb $0x0, 0x322efd(%rip) # 0x39b7e0
jne 0x788ee
movb $0x1, -0x1(%rbp)
jmp 0x789d7
callq 0x78790
cmpq $0x0, %rax
je 0x788fe
jmp 0x789d1
movl $0x1, %edi
movl $0xf0, %esi
callq 0x2a1f0
movq %rax, -0x10(%rbp)
cmpq $0x0, %rax
jne 0x78920
... | my_thread_init:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_11], 0
cmp cs:my_thread_global_init_done, 0
jnz short loc_788EE
mov [rbp+var_1], 1
jmp loc_789D7
loc_788EE:
call _my_thread_var
cmp rax, 0
jz short loc_788FE
jmp loc_789D1
loc_788FE:
mov edi, 1
mov esi... | char my_thread_init()
{
long long v0; // rcx
char v2; // [rsp+Fh] [rbp-11h]
long long v3; // [rsp+10h] [rbp-10h] BYREF
v2 = 0;
if ( !my_thread_global_init_done )
return 1;
if ( !my_thread_var() )
{
v3 = calloc(1LL, 240LL);
if ( v3 )
{
set_mysys_var(v3);
*(_QWORD *)(v3 + 200) =... | my_thread_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV byte ptr [RBP + -0x11],0x0
CMP byte ptr [0x0049b7e0],0x0
JNZ 0x001788ee
MOV byte ptr [RBP + -0x1],0x1
JMP 0x001789d7
LAB_001788ee:
CALL 0x00178790
CMP RAX,0x0
JZ 0x001788fe
JMP 0x001789d1
LAB_001788fe:
MOV EDI,0x1
MOV ESI,0xf0
CALL 0x0012a1f0
MOV qword ptr [RBP + -0... |
int1 my_thread_init(void)
{
long lVar1;
pthread_t pVar2;
int1 local_19;
void *local_18;
int1 local_9;
local_19 = 0;
if (my_thread_global_init_done == '\0') {
local_9 = 1;
}
else {
lVar1 = _my_thread_var();
if (lVar1 == 0) {
local_18 = calloc(1,0xf0);
if (local_18 == (void ... | |
4,089 | 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 | ~json_sax_dom_callback_parser() = default; | 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_IhSaIhEEvEEED2Ev:
push r14
push rbx
push rax
mov rbx, rdi
lea r14, [rdi+0A8h]
mov rdi, r14
xor esi, e... | void 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>>::~json_sax_dom_callback... | ~json_sax_dom_callback_parser:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA R14,[RDI + 0xa8]
MOV RDI,R14
XOR ESI,ESI
CALL 0x00158416
MOV RDI,R14
CALL 0x0015db82
MOV RAX,qword ptr [RBX + 0x90]
TEST RAX,RAX
JZ 0x0015ae39
LEA RDI,[RBX + 0x80]
LAB_0015ae2f:
MOV RSI,RDI
MOV EDX,0x3
CALL RAX
LAB_0015ae39:
LEA RDI,[RBX + 0x48]
... |
/* 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... | |
4,090 | intx::uint<2 * 256u> intx::umul<256u>(intx::uint<256u> const&, intx::uint<256u> const&) | corpus-core[P]colibri-stateless/build_O2/_deps/intx-src/include/intx/intx.hpp | inline constexpr uint<2 * N> umul(const uint<N>& x, const uint<N>& y) noexcept
{
constexpr auto num_words = uint<N>::num_words;
uint<2 * N> p;
for (size_t j = 0; j < num_words; ++j)
{
uint64_t k = 0;
for (size_t i = 0; i < num_words; ++i)
{
auto a = addc(p[i + j], k)... | O2 | cpp | intx::uint<2 * 256u> intx::umul<256u>(intx::uint<256u> const&, intx::uint<256u> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %r14
xorps %xmm0, %xmm0
movups %xmm0, 0x30(%rdi)
movups %xmm0, 0x20(%rdi)
movups %xmm0, 0x10(%rdi)
movups %xmm0... | _ZN4intx4umulILj256EEENS_4uintIXmlLi2ET_EEERKNS1_IXT_EEES5_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov r15, rsi
mov r14, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi+30h], xmm0
movups xmmword ptr [rdi+20h], xmm0
movups xmmword ptr [rdi+10h], xm... | _OWORD * intx::umul<256u>(_OWORD *a1, long long a2, long long a3)
{
long long v6; // r12
_OWORD *v7; // r13
long long v8; // rbp
long long v9; // r8
unsigned __int128 v10; // rdi
long long v11; // rax
long long v12; // rdx
a1[3] = 0LL;
a1[2] = 0LL;
a1[1] = 0LL;
*a1 = 0LL;
v6 = 0LL;
v7 = a1;
... | _ZN4intx4umulILj256EEENS_4uintIXmlLi2ET_EEERKNS1_IXT_EEES5_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV R15,RSI
MOV R14,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x30],XMM0
MOVUPS xmmword ptr [RDI + 0x20],XMM0
MOVUPS xmmword ptr [RDI + 0x10],XMM0
MOVUPS xmmword ptr [RDI],XMM0
XOR... |
int8 *
_ZN4intx4umulILj256EEENS_4uintIXmlLi2ET_EEERKNS1_IXT_EEES5_
(int8 *param_1,long param_2,long param_3)
{
int1 auVar1 [16];
long lVar2;
ulong uVar3;
long lVar4;
int8 *puVar5;
int1 auVar6 [16];
param_1[6] = 0;
param_1[7] = 0;
param_1[4] = 0;
param_1[5] = 0;
param_1[2] = 0;
par... | |
4,091 | fmt::v10::appender fmt::v10::detail::format_uint<4u, char, fmt::v10::appender, unsigned int>(fmt::v10::appender, unsigned int, int, bool) | aimrt_mujoco_sim/_deps/fmt-src/include/fmt/format.h | FMT_CONSTEXPR inline auto format_uint(It out, UInt value, int num_digits,
bool upper = false) -> It {
if (auto ptr = to_pointer<Char>(out, to_unsigned(num_digits))) {
format_uint<BASE_BITS>(ptr, value, num_digits, upper);
return out;
}
// Buffer should be large enough... | O0 | c | fmt::v10::appender fmt::v10::detail::format_uint<4u, char, fmt::v10::appender, unsigned int>(fmt::v10::appender, unsigned int, int, bool):
subq $0x48, %rsp
movb %cl, %al
movq %rdi, 0x38(%rsp)
movl %esi, 0x34(%rsp)
movl %edx, 0x30(%rsp)
andb $0x1, %al
movb %al, 0x2f(%rsp)
movq 0x38(%rsp), %rax
movq %rax, 0x18(%rsp)
movl... | _ZN3fmt3v106detail11format_uintILj3EcNS0_8appenderEjEET1_S4_T2_ib:
sub rsp, 48h
mov al, cl
mov [rsp+48h+var_10], rdi
mov [rsp+48h+var_14], esi
mov [rsp+48h+var_18], edx
and al, 1
mov [rsp+48h+var_19], al
mov rax, [rsp+48h+var_10]
mov [rsp+48h+var_30], rax
mov edi, [rsp+48h+var_18... | long long fmt::v10::detail::format_uint<3u,char,fmt::v10::appender,unsigned int>(
long long a1,
unsigned int a2,
unsigned int a3,
char a4)
{
unsigned int v4; // eax
long long v5; // rcx
long long v6; // r8
long long v7; // r9
_BYTE v9[11]; // [rsp+Dh] [rbp-3Bh] BYREF
long lo... | format_uint<3u,char,fmt::v10::appender,unsigned_int>:
SUB RSP,0x48
MOV AL,CL
MOV qword ptr [RSP + 0x38],RDI
MOV dword ptr [RSP + 0x34],ESI
MOV dword ptr [RSP + 0x30],EDX
AND AL,0x1
MOV byte ptr [RSP + 0x2f],AL
MOV RAX,qword ptr [RSP + 0x38]
MOV qword ptr [RSP + 0x18],RAX
MOV EDI,dword ptr [RSP + 0x30]
CALL 0x001a5690
M... |
/* fmt::v10::appender fmt::v10::detail::format_uint<3u, char, fmt::v10::appender, unsigned
int>(fmt::v10::appender, unsigned int, int, bool) */
int8
fmt::v10::detail::format_uint<3u,char,fmt::v10::appender,unsigned_int>
(int8 param_1,uint param_2,int param_3,byte param_4)
{
char local_3b [11];
int8 ... | |
4,092 | rtree_find_next | eloqsql/storage/myisam/rt_index.c | int rtree_find_next(MI_INFO *info, uint keynr, uint search_flag)
{
my_off_t root;
uint nod_cmp_flag;
MI_KEYDEF *keyinfo = info->s->keyinfo + keynr;
/*
At the moment index can only properly handle the
MBR_INTERSECT, so we use it for all sorts of queries.
TODO: better searsh for CONTAINS/WITHIN.
*/
... | O3 | c | rtree_find_next:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
testb $0x8, 0x1d0(%rdi)
jne 0x8f046
movq (%rbx), %rax
movl %esi, %r13d
imulq $0x70, %r13, %r14
addq 0x218(%rax), %r14
cmpb $0x0, 0x33d(%rbx)
jne 0x8f01a
movq 0x128(%rbx), %r15
cmpq 0x130(%rbx), ... | rtree_find_next:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdi
test byte ptr [rdi+1D0h], 8
jnz loc_8F046
mov rax, [rbx]
mov r13d, esi
imul r14, r13, 70h ; 'p'
add r14, [rax+218h]
cmp byte ptr [rbx+33Dh], 0
jnz short lo... | long long rtree_find_next(long long a1, const char *a2)
{
long long v2; // rbx
long long v3; // rax
long long v4; // r13
long long v5; // r14
unsigned long long v6; // r15
int v7; // eax
unsigned long long v8; // r12
long long v9; // rdx
unsigned int v11; // r14d
v2 = a1;
if ( (*(_BYTE *)(a1 + 4... | rtree_find_next:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
TEST byte ptr [RDI + 0x1d0],0x8
JNZ 0x0018f046
MOV RAX,qword ptr [RBX]
MOV R13D,ESI
IMUL R14,R13,0x70
ADD R14,qword ptr [RAX + 0x218]
CMP byte ptr [RBX + 0x33d],0x0
JNZ 0x0018f01a
MOV R15,qword ptr [RBX + 0x128]
CMP ... |
int8 rtree_find_next(long *param_1,ulong param_2)
{
int iVar1;
int8 uVar2;
int4 *puVar3;
long lVar4;
void *pvVar5;
long lVar6;
void *__src;
if ((*(byte *)(param_1 + 0x3a) & 8) != 0) {
uVar2 = rtree_find_first(param_1,param_2,param_1[0x21],(int)param_1[0x3b]);
return uVar2;
}
lVar4 = *pa... | |
4,093 | http_get_status | bluesky950520[P]quickjs/quickjs-libc.c | static int http_get_status(const char *buf)
{
const char *p = buf;
while (*p != ' ' && *p != '\0')
p++;
if (*p != ' ')
return 0;
while (*p == ' ')
p++;
return atoi(p);
} | O0 | c | http_get_status:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq 0x18(%rsp), %rax
movq %rax, 0x10(%rsp)
movq 0x10(%rsp), %rax
movzbl (%rax), %ecx
xorl %eax, %eax
cmpl $0x20, %ecx
movb %al, 0xf(%rsp)
je 0x167b8
movq 0x10(%rsp), %rax
movzbl (%rax), %eax
cmpl $0x0, %eax
setne %al
movb %al, 0xf(%rsp)
movb 0xf(%rsp), %al
testb ... | http_get_status:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov rax, [rsp+28h+var_10]
mov [rsp+28h+var_18], rax
loc_16793:
mov rax, [rsp+28h+var_18]
movzx ecx, byte ptr [rax]
xor eax, eax
cmp ecx, 20h ; ' '
mov [rsp+28h+var_19], al
jz short loc_167B8
mov rax, [rsp+28h+var_18]
movz... | long long http_get_status(_BYTE *a1)
{
bool v2; // [rsp+Fh] [rbp-19h]
while ( 1 )
{
v2 = 0;
if ( *a1 != 32 )
v2 = *a1 != 0;
if ( !v2 )
break;
++a1;
}
if ( *a1 == 32 )
{
while ( *a1 == 32 )
++a1;
return (unsigned int)atoi(a1);
}
else
{
return 0;
}
}
| http_get_status:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV RAX,qword ptr [RSP + 0x18]
MOV qword ptr [RSP + 0x10],RAX
LAB_00116793:
MOV RAX,qword ptr [RSP + 0x10]
MOVZX ECX,byte ptr [RAX]
XOR EAX,EAX
CMP ECX,0x20
MOV byte ptr [RSP + 0xf],AL
JZ 0x001167b8
MOV RAX,qword ptr [RSP + 0x10]
MOVZX EAX,byte ptr [RAX]
CMP ... |
int http_get_status(char *param_1)
{
bool bVar1;
char *local_18;
int local_4;
local_18 = param_1;
while( true ) {
bVar1 = false;
if (*local_18 != ' ') {
bVar1 = *local_18 != '\0';
}
if (!bVar1) break;
local_18 = local_18 + 1;
}
if (*local_18 == ' ') {
for (; *local_18 ==... | |
4,094 | bf_integer_from_radix_rec | bluesky950520[P]quickjs/libbf.c | static int bf_integer_from_radix_rec(bf_t *r, const limb_t *tab,
limb_t n, int level, limb_t n0,
limb_t radix, bf_t *pow_tab)
{
int ret;
if (n == 1) {
ret = bf_set_ui(r, tab[0]);
} else {
bf_t T_s, *T = &T_s, *B;
... | O0 | c | bf_integer_from_radix_rec:
subq $0x98, %rsp
movq 0xa0(%rsp), %rax
movq %rdi, 0x88(%rsp)
movq %rsi, 0x80(%rsp)
movq %rdx, 0x78(%rsp)
movl %ecx, 0x74(%rsp)
movq %r8, 0x68(%rsp)
movq %r9, 0x60(%rsp)
cmpq $0x1, 0x78(%rsp)
jne 0xfd8db
movq 0x88(%rsp), %rdi
movq 0x80(%rsp), %rax
movq (%rax), %rsi
callq 0xec390
movl %eax, 0x5... | bf_integer_from_radix_rec:
sub rsp, 98h
mov rax, [rsp+98h+arg_0]
mov [rsp+98h+var_10], rdi
mov [rsp+98h+var_18], rsi
mov [rsp+98h+var_20], rdx
mov [rsp+98h+var_24], ecx
mov [rsp+98h+var_30], r8
mov [rsp+98h+var_38], r9
cmp [rsp+98h+var_20], 1
jnz short loc_FD8DB
mov rdi, [rsp... | long long bf_integer_from_radix_rec(
long long *a1,
long long *a2,
long long a3,
int a4,
long long a5,
long long a6,
long long a7)
{
long long *v7; // rsi
long long v8; // rdx
long long v9; // rcx
long long v10; // r8
long long v11; // r9
unsigned lon... | bf_integer_from_radix_rec:
SUB RSP,0x98
MOV RAX,qword ptr [RSP + 0xa0]
MOV qword ptr [RSP + 0x88],RDI
MOV qword ptr [RSP + 0x80],RSI
MOV qword ptr [RSP + 0x78],RDX
MOV dword ptr [RSP + 0x74],ECX
MOV qword ptr [RSP + 0x68],R8
MOV qword ptr [RSP + 0x60],R9
CMP qword ptr [RSP + 0x78],0x1
JNZ 0x001fd8db
MOV RDI,qword ptr [... |
int bf_integer_from_radix_rec
(int8 *param_1,int8 *param_2,long param_3,int param_4,long param_5,
int8 param_6,long param_7)
{
int iVar1;
ulong uVar2;
long lVar3;
int1 local_68 [44];
int local_3c;
int8 local_38;
long local_30;
int local_24;
long local_20;
int8 *local_18... | |
4,095 | translog_record_read_next_chunk | eloqsql/storage/maria/ma_loghandler.c | static my_bool translog_record_read_next_chunk(TRANSLOG_READER_DATA *data)
{
translog_size_t new_current_offset= data->current_offset + data->chunk_size;
uint16 chunk_header_len, chunk_len;
uint8 type;
DBUG_ENTER("translog_record_read_next_chunk");
if (data->eor)
{
DBUG_PRINT("info", ("end of the recor... | O0 | c | translog_record_read_next_chunk:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movl 0x246c(%rax), %eax
movq -0x10(%rbp), %rcx
movzwl 0x2472(%rcx), %ecx
addl %ecx, %eax
movl %eax, -0x14(%rbp)
movq -0x10(%rbp), %rax
cmpb $0x0, 0x247c(%rax)
je 0x51102
jmp 0x510f5
jmp 0x510f7
jmp... | translog_record_read_next_chunk:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov eax, [rax+246Ch]
mov rcx, [rbp+var_10]
movzx ecx, word ptr [rcx+2472h]
add eax, ecx
mov [rbp+var_14], eax
mov rax, [rbp+var_10]
cmp byte ptr [rax+247Ch], 0
jz ... | char translog_record_read_next_chunk(long long a1)
{
char v2; // [rsp+7h] [rbp-19h]
unsigned __int16 chunk_header_length; // [rsp+Ah] [rbp-16h]
int v4; // [rsp+Ch] [rbp-14h]
v4 = *(unsigned __int16 *)(a1 + 9330) + *(_DWORD *)(a1 + 9324);
if ( *(_BYTE *)(a1 + 9340) )
return 1;
if ( *(_DWORD *)(a1 + 104... | translog_record_read_next_chunk:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x246c]
MOV RCX,qword ptr [RBP + -0x10]
MOVZX ECX,word ptr [RCX + 0x2472]
ADD EAX,ECX
MOV dword ptr [RBP + -0x14],EAX
MOV RAX,qword ptr [RBP + -0x10]
CMP byte ptr [... |
int1 translog_record_read_next_chunk(long param_1)
{
char cVar1;
byte bVar2;
ushort uVar3;
short sVar4;
int iVar5;
int1 local_9;
iVar5 = *(int *)(param_1 + 0x246c) + (uint)*(ushort *)(param_1 + 0x2472);
if (*(char *)(param_1 + 0x247c) != '\0') {
return 1;
}
if (((*(int *)(param_1 + 0x418) =... | |
4,096 | remove_io_thread | eloqsql/mysys/mf_iocache.c | void remove_io_thread(IO_CACHE *cache)
{
IO_CACHE_SHARE *cshare= cache->share;
uint total;
DBUG_ENTER("remove_io_thread");
/* If the writer goes, it needs to flush the write cache. */
if (cache == cshare->source_cache)
flush_io_cache(cache);
mysql_mutex_lock(&cshare->mutex);
DBUG_PRINT("io_cache_sha... | O3 | c | remove_io_thread:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %r14
movq 0x98(%rdi), %rbx
cmpq %rdi, 0xc0(%rbx)
jne 0x544fb
movq %r14, %rdi
movl $0x1, %esi
callq 0x53bfd
cmpq $0x0, 0x40(%rbx)
jne 0x5460b
movq %rbx, %rdi
callq 0x285e0
movl 0xdc(%rbx), %r15d
decl %r15d
movl %r15d, 0xd... | remove_io_thread:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14, rdi
mov rbx, [rdi+98h]
cmp [rbx+0C0h], rdi
jnz short loc_544FB
mov rdi, r14
mov esi, 1
call my_b_flush_io_cache
loc_544FB:
cmp qword ptr [rbx+40h], 0
jnz loc_5460B
mov rdi, rbx
... | long long remove_io_thread(long long *a1)
{
long long v1; // rbx
int v2; // r15d
long long v4; // rdi
long long v5; // rdi
long long v6; // rdi
long long result; // rax
long long v8; // rdi
long long v9; // rdi
long long v10; // rdi
v1 = a1[19];
if ( *(long long **)(v1 + 192) == a1 )
my_b_fl... | remove_io_thread:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RDI
MOV RBX,qword ptr [RDI + 0x98]
CMP qword ptr [RBX + 0xc0],RDI
JNZ 0x001544fb
MOV RDI,R14
MOV ESI,0x1
CALL 0x00153bfd
LAB_001544fb:
CMP qword ptr [RBX + 0x40],0x0
JNZ 0x0015460b
MOV RDI,RBX
CALL 0x001285e0
LAB_0015450e:
MOV R15D,dword... |
void remove_io_thread(long param_1)
{
int *piVar1;
pthread_mutex_t *__mutex;
int iVar2;
__mutex = *(pthread_mutex_t **)(param_1 + 0x98);
if (*(long *)((long)__mutex + 0xc0) == param_1) {
my_b_flush_io_cache(param_1,1);
}
if (*(long *)((long)__mutex + 0x40) == 0) {
pthread_mutex_lock(__mutex);... | |
4,097 | my_numchars_utf16 | eloqsql/strings/ctype-ucs2.c | static size_t
my_numchars_utf16(CHARSET_INFO *cs,
const char *b, const char *e)
{
size_t nchars= 0;
for ( ; ; nchars++)
{
size_t charlen= my_ismbchar(cs, b, e);
if (!charlen)
break;
b+= charlen;
}
return nchars;
} | O0 | c | my_numchars_utf16:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq $0x0, -0x20(%rbp)
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rdx
callq 0xabed0
movl %eax, %eax
movq %rax, -0x28(%rbp)
cmpq $0x0, -0x28(%rbp)
jne 0xa879c
jmp 0xa87b... | my_numchars_utf16:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], 0
loc_A877C:
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
mov rdx, [rbp+var_18]
call my_ismbchar_1
mov eax, eax
mov [rbp+var_28], rax
c... | long long my_numchars_utf16(long long a1, long long a2, long long a3)
{
unsigned int v3; // eax
long long i; // [rsp+10h] [rbp-20h]
for ( i = 0LL; ; ++i )
{
v3 = my_ismbchar_1(a1, a2, a3);
if ( !v3 )
break;
a2 += v3;
}
return i;
}
| my_numchars_utf16:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],0x0
LAB_001a877c:
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x10]
MOV RDX,qword ptr [RBP + -0x18]
CALL 0x001abed0
MOV EAX,EAX
MOV... |
long my_numchars_utf16(int8 param_1,long param_2,int8 param_3)
{
uint uVar1;
int8 local_28;
int8 local_18;
local_28 = 0;
local_18 = param_2;
while( true ) {
uVar1 = my_ismbchar(param_1,local_18,param_3);
if ((ulong)uVar1 == 0) break;
local_18 = (ulong)uVar1 + local_18;
local_28 = local_... | |
4,098 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | monkey531[P]llama/common/json.hpp | int get_codepoint()
{
// this function only makes sense after reading `\u`
JSON_ASSERT(current == 'u');
int codepoint = 0;
const auto factors = { 12u, 8u, 4u, 0u };
for (const auto factor : factors)
{
get();
if (current >= '0' && current <= '... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE13get_codepointEv:
sub rsp, 68h
mov [rsp+68h+var_10], rdi
mo... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | get_codepoint:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RDI
MOV RAX,qword ptr [RSP + 0x58]
MOV qword ptr [RSP + 0x8],RAX
CMP dword ptr [RAX + 0x14],0x75
JZ 0x001aca5a
LEA RDI,[0x313490]
MOV ESI,0x1d79
LEA RDX,[0x30d164]
LEA RCX,[0x3141c3]
MOV AL,0x0
CALL 0x0015aee0
LAB_001aca5a:
MOV dword ptr [RSP + 0x54],0x0
MOV dword ... |
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char... | |
4,099 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | monkey531[P]llama/common/json.hpp | int get_codepoint()
{
// this function only makes sense after reading `\u`
JSON_ASSERT(current == 'u');
int codepoint = 0;
const auto factors = { 12u, 8u, 4u, 0u };
for (const auto factor : factors)
{
get();
if (current >= '0' && current <= '... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE13get_codepointEv:
push rbp
push r15
push r14
push r12
p... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | get_codepoint:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x10
CMP dword ptr [RDI + 0x14],0x75
JNZ 0x00140123
MOV RBX,RDI
MOVAPS XMM0,xmmword ptr [0x001ab650]
MOVAPS xmmword ptr [RSP],XMM0
XOR R15D,R15D
PUSH -0x1
POP R12
XOR EBP,EBP
LAB_001400c3:
CMP R15,0x10
JZ 0x00140107
MOV R14D,dword ptr [RSP + R15*0x1]
M... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_ab... |
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.