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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
65,200 | ma_find_writepos | eloqsql/storage/maria/ma_dynrec.c | static int _ma_find_writepos(MARIA_HA *info,
ulong reclength, /* record length */
my_off_t *filepos, /* Return file pos */
ulong *length) /* length of block at filepos */
{
MARIA_BLOCK_INFO block_info;
ulong tmp;
DBUG_ENTER("_ma_find_writepos");
if (info->s->state.dellink != HA_OFFSET... | O3 | c | ma_find_writepos:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x60, %rsp
movq %rcx, %r14
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x18(%rbp)
movq (%rdi), %rax
movq 0xc8(%rax), %rax
cmpq $-0x1, %rax
je 0x3f5e0
cmpb $0x0, 0x681(%rbx)
je 0x3f65e
movq 0x20(%rbx), %rax
movq 0x28(%rax), %rax
movq %rax, (%rd... | _ma_find_writepos:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 60h
mov r14, rcx
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_18], rax
mov rax, [rdi]
mov rax, [rax+0C8h]
cmp rax, 0FFFFFFFFFFFFFFFFh
jz short loc_3F5E0
cmp byte ptr [rbx+681h], 0
jz short loc_3F6... | long long ma_find_writepos(_QWORD *a1, unsigned long long a2, _QWORD *a3, long long *a4, long long a5, int a6)
{
long long v8; // rax
unsigned long long v9; // rsi
unsigned long long v10; // rax
long long v11; // rcx
long long v12; // rdx
unsigned long long v13; // rdi
unsigned long long v14; // rsi
lo... | _ma_find_writepos:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV R14,RCX
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0xc8]
CMP RAX,-0x1
JZ 0x0013f5e0
CMP byte ptr [RBX + 0x681],0x0
JZ 0x0013f65e
LAB_0013f5e0:
MOV RAX,qword ptr [RBX +... |
int8 _ma_find_writepos(long *param_1,ulong param_2,long *param_3,ulong *param_4)
{
int4 *puVar1;
ulong uVar2;
int8 uVar3;
long lVar4;
ulong uVar5;
long in_FS_OFFSET;
int1 local_78 [40];
ulong local_50;
int8 local_38;
int4 local_28;
long local_20;
local_20 = *(long *)(in_FS_OFFSET + 0x28);
... | |
65,201 | JS_GetTypedArrayBuffer | bluesky950520[P]quickjs/quickjs.c | JSValue JS_GetTypedArrayBuffer(JSContext *ctx, JSValue obj,
size_t *pbyte_offset,
size_t *pbyte_length,
size_t *pbytes_per_element)
{
JSObject *p;
JSTypedArray *ta;
p = get_typed_array(ctx, obj);
if (!p)
... | O0 | c | JS_GetTypedArrayBuffer:
subq $0x68, %rsp
movq %rsi, 0x48(%rsp)
movq %rdx, 0x50(%rsp)
movq %rdi, 0x40(%rsp)
movq %rcx, 0x38(%rsp)
movq %r8, 0x30(%rsp)
movq %r9, 0x28(%rsp)
movq 0x40(%rsp), %rdi
movq 0x48(%rsp), %rsi
movq 0x50(%rsp), %rdx
callq 0x57680
movq %rax, 0x20(%rsp)
cmpq $0x0, 0x20(%rsp)
jne 0x57599
movl $0x0, 0x... | JS_GetTypedArrayBuffer:
sub rsp, 68h
mov [rsp+68h+var_20], rsi
mov [rsp+68h+var_18], rdx
mov [rsp+68h+var_28], rdi
mov [rsp+68h+var_30], rcx
mov [rsp+68h+var_38], r8
mov [rsp+68h+var_40], r9
mov rdi, [rsp+68h+var_28]
mov rsi, [rsp+68h+var_20]
mov rdx, [rsp+68h+var_18]
call get... | _DWORD * JS_GetTypedArrayBuffer(long long a1, long long a2, long long a3, _QWORD *a4, _QWORD *a5, _QWORD *a6)
{
long long v7; // [rsp+18h] [rbp-50h]
long long typed_array; // [rsp+20h] [rbp-48h]
long long v12; // [rsp+58h] [rbp-10h]
typed_array = get_typed_array(a1, a2, a3);
if ( typed_array )
{
if ( (... | JS_GetTypedArrayBuffer:
SUB RSP,0x68
MOV qword ptr [RSP + 0x48],RSI
MOV qword ptr [RSP + 0x50],RDX
MOV qword ptr [RSP + 0x40],RDI
MOV qword ptr [RSP + 0x38],RCX
MOV qword ptr [RSP + 0x30],R8
MOV qword ptr [RSP + 0x28],R9
MOV RDI,qword ptr [RSP + 0x40]
MOV RSI,qword ptr [RSP + 0x48]
MOV RDX,qword ptr [RSP + 0x50]
CALL 0... |
int1 [16]
JS_GetTypedArrayBuffer
(int8 param_1,int8 param_2,int8 param_3,ulong *param_4,ulong *param_5,
long *param_6)
{
long lVar1;
int iVar2;
long lVar3;
int1 auVar4 [16];
int4 local_10;
int4 uStack_c;
int8 local_8;
lVar3 = get_typed_array(param_1,param_2,param_3);
if (lVar... | |
65,202 | JS_GetTypedArrayBuffer | bluesky950520[P]quickjs/quickjs.c | JSValue JS_GetTypedArrayBuffer(JSContext *ctx, JSValue obj,
size_t *pbyte_offset,
size_t *pbyte_length,
size_t *pbytes_per_element)
{
JSObject *p;
JSTypedArray *ta;
p = get_typed_array(ctx, obj);
if (!p)
... | O1 | c | JS_GetTypedArrayBuffer:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r9, %rbx
movq %r8, %r14
movq %rcx, %r12
movq %rdi, %r13
movq %rsi, (%rsp)
cmpl $-0x1, %edx
jne 0x389c0
movq (%rsp), %r15
movzwl 0x6(%r15), %eax
addl $-0x15, %eax
cmpw $0xc, %ax
jb 0x389d4
leaq 0x68342(%rip), %rsi ... | JS_GetTypedArrayBuffer:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, r9
mov r14, r8
mov r12, rcx
mov r13, rdi
mov [rsp+38h+var_38], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_389C0
mov r15, [rsp+38h+var_38]
movzx eax, word ptr [r15+6]
add ... | unsigned long long JS_GetTypedArrayBuffer(
long long a1,
long long a2,
long long a3,
_QWORD *a4,
_QWORD *a5,
_QWORD *a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m12... | JS_GetTypedArrayBuffer:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,R9
MOV R14,R8
MOV R12,RCX
MOV R13,RDI
MOV qword ptr [RSP],RSI
CMP EDX,-0x1
JNZ 0x001389c0
MOV R15,qword ptr [RSP]
MOVZX EAX,word ptr [R15 + 0x6]
ADD EAX,-0x15
CMP AX,0xc
JC 0x001389d4
LAB_001389c0:
LEA RSI,[0x1a0d09]
XOR R15D... |
int1 [16]
JS_GetTypedArrayBuffer
(int8 param_1,long param_2,int param_3,ulong *param_4,ulong *param_5,long *param_6)
{
long lVar1;
int *piVar2;
int iVar3;
ulong uVar4;
ulong uVar5;
int8 uVar6;
int1 auVar7 [16];
if ((param_3 != -1) || (0xb < (ushort)(*(short *)(param_2 + 6) - 0x15U))) {
... | |
65,203 | JS_GetTypedArrayBuffer | bluesky950520[P]quickjs/quickjs.c | JSValue JS_GetTypedArrayBuffer(JSContext *ctx, JSValue obj,
size_t *pbyte_offset,
size_t *pbyte_length,
size_t *pbytes_per_element)
{
JSObject *p;
JSTypedArray *ta;
p = get_typed_array(ctx, obj);
if (!p)
... | O3 | c | JS_GetTypedArrayBuffer:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rdi, %r13
cmpl $-0x1, %edx
jne 0x39d58
movq %rsi, %r14
movzwl 0x6(%rsi), %eax
addl $-0x15, %eax
cmpw $0xc, %ax
jae 0x39d58
movq %r9, %rbx
movq %r8, %r15
movq %rcx, %r12
movq %r14, %rdi
callq 0x39ddd
testl %eax, %eax
je 0x39d82
leaq 0x6... | JS_GetTypedArrayBuffer:
push r15
push r14
push r13
push r12
push rbx
mov r13, rdi
cmp edx, 0FFFFFFFFh
jnz short loc_39D58
mov r14, rsi
movzx eax, word ptr [rsi+6]
add eax, 0FFFFFFEBh
cmp ax, 0Ch
jnb short loc_39D58
mov rbx, r9
mov r15, r8
mov r12, rcx
mov rdi... | unsigned long long JS_GetTypedArrayBuffer(
long long a1,
long long a2,
long long a3,
_QWORD *a4,
_QWORD *a5,
_QWORD *a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m12... | JS_GetTypedArrayBuffer:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R13,RDI
CMP EDX,-0x1
JNZ 0x00139d58
MOV R14,RSI
MOVZX EAX,word ptr [RSI + 0x6]
ADD EAX,-0x15
CMP AX,0xc
JNC 0x00139d58
MOV RBX,R9
MOV R15,R8
MOV R12,RCX
MOV RDI,R14
CALL 0x00139ddd
TEST EAX,EAX
JZ 0x00139d82
LEA RSI,[0x1a3cd4]
JMP 0x00139d5f
LAB_0... |
int1 [16]
JS_GetTypedArrayBuffer
(int8 param_1,long param_2,int param_3,ulong *param_4,ulong *param_5,long *param_6)
{
long lVar1;
int *piVar2;
int iVar3;
ulong uVar4;
int8 uVar5;
ulong uVar6;
char *pcVar7;
int1 auVar8 [16];
if ((param_3 == -1) && ((ushort)(*(short *)(param_2 + 6) - 0x... | |
65,204 | psi_cond_timedwait | eloqsql/mysys/my_thr_init.c | ATTRIBUTE_COLD int psi_cond_timedwait(mysql_cond_t *that, mysql_mutex_t *mutex,
const struct timespec *abstime,
const char *file, uint line)
{
PSI_cond_locker_state state;
PSI_cond_locker *locker= PSI_COND_CALL(start_cond_wait)
(&state,... | O3 | c | psi_cond_timedwait:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movl %r8d, %r9d
movq %rcx, %r8
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %r12
leaq 0x3570d9(%rip), %r13 # 0x386010
movq (%r13), %rax
movq 0x30(%rdi), %rsi
movq 0x40(%r15), %rdx
leaq -0x60(%rbp), %r... | psi_cond_timedwait:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r9d, r8d
mov r8, rcx
mov r14, rdx
mov r15, rsi
mov r12, rdi
lea r13, PSI_server
mov rax, [r13+0]
mov rsi, [rdi+30h]
mov rdx, [r15+40h]
lea rdi, [rbp+v... | long long psi_cond_timedwait(long long a1, long long a2, long long a3, long long a4, unsigned int a5)
{
long long v6; // rbx
unsigned int v7; // r14d
_BYTE v9[96]; // [rsp+0h] [rbp-60h] BYREF
v6 = ((long long ( *)(_BYTE *, _QWORD, _QWORD, long long, long long, _QWORD))PSI_server[56])(
v9,
*(... | psi_cond_timedwait:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R9D,R8D
MOV R8,RCX
MOV R14,RDX
MOV R15,RSI
MOV R12,RDI
LEA R13,[0x486010]
MOV RAX,qword ptr [R13]
MOV RSI,qword ptr [RDI + 0x30]
MOV RDX,qword ptr [R15 + 0x40]
LEA RDI,[RBP + -0x60]
PUSH 0x1
POP RCX
CALL qword ptr [RA... |
int psi_cond_timedwait(pthread_cond_t *param_1,pthread_mutex_t *param_2,timespec *param_3,
int8 param_4,int4 param_5)
{
int iVar1;
long lVar2;
int1 local_68 [56];
lVar2 = (**(code **)(PSI_server + 0x1c0))
(local_68,param_1[1].__align,*(int8 *)((long)param_2 + 0x40)... | |
65,205 | SchemaConverter::_generate_constant_rule(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... | monkey531[P]llama/common/json-schema-to-grammar.cpp | std::string _generate_constant_rule(const json & value) {
return format_literal(value.dump());
} | O3 | cpp | SchemaConverter::_generate_constant_rule(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... | _ZN15SchemaConverter23_generate_constant_ruleERKN8nlohmann16json_abi_v3_11_310basic_jsonINS1_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS1_14adl_serializerES4_IhSaIhEEvEE:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
lea r14, [rsp+38h+var_30]
mov rdi, r14
mov ... | long long SchemaConverter::_generate_constant_rule(long long a1, long long a2, long long a3)
{
void *v4[2]; // [rsp+8h] [rbp-30h] BYREF
long long v5; // [rsp+18h] [rbp-20h] BYREF
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... | _generate_constant_rule:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R14,[RSP + 0x8]
MOV RDI,R14
MOV RSI,RDX
MOV EDX,0xffffffff
MOV ECX,0x20
XOR R8D,R8D
XOR R9D,R9D
CALL 0x00180148
MOV RSI,qword ptr [R14]
MOV RDX,qword ptr [R14 + 0x8]
LAB_001c4327:
MOV RDI,RBX
CALL 0x001bdb00
LAB_001c432f:
LEA RAX,[RSP + 0x18]
MOV R... |
/* SchemaConverter::_generate_constant_rule(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>... | |
65,206 | ggml_flash_attn_ext | llama.cpp/ggml/src/ggml.c | struct ggml_tensor * ggml_flash_attn_ext(
struct ggml_context * ctx,
struct ggml_tensor * q,
struct ggml_tensor * k,
struct ggml_tensor * v,
struct ggml_tensor * mask,
float scale,
float max_bias,
float l... | O3 | c | ggml_flash_attn_ext:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq 0x10(%rdx), %rax
cmpq 0x10(%rsi), %rax
jne 0x1e0c9
movq %rdx, %r15
movq %rsi, %r12
movq 0x20(%rsi), %rbp
movq %rbp, %rax
cqto
idivq 0x20(%r15)
testq %rdx, %rdx
jne 0x1e0c9
movq 0x28(%r12), %r13
movq %r13, %rax
c... | ggml_flash_attn_ext:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rax, [rdx+10h]
cmp rax, [rsi+10h]
jnz loc_1E0C9
mov r15, rdx
mov r12, rsi
mov rbp, [rsi+20h]
mov rax, rbp
cqo
idiv qword ptr [r15+20h]
test rdx, rdx
jnz loc_1E0C9
mov ... | long long ggml_flash_attn_ext(
long long a1,
_QWORD *a2,
_QWORD *a3,
long long a4,
long long a5,
int a6,
float a7,
float a8,
float a9)
{
long long v10; // rbp
long long v11; // r13
long long v13; // r14
long long v14; // rax
const char *... | ggml_flash_attn_ext:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RAX,qword ptr [RDX + 0x10]
CMP RAX,qword ptr [RSI + 0x10]
JNZ 0x0011e0c9
MOV R15,RDX
MOV R12,RSI
MOV RBP,qword ptr [RSI + 0x20]
MOV RAX,RBP
CQO
IDIV qword ptr [R15 + 0x20]
TEST RDX,RDX
JNZ 0x0011e0c9
MOV R13,qword ptr [R12 + 0x2... |
void ggml_flash_attn_ext(int4 param_1,float param_2,int4 param_3,int8 param_4,
long param_5,long param_6,long param_7,long param_8)
{
long lVar1;
char cVar2;
long lVar3;
long lVar4;
char *pcVar5;
int8 uVar6;
char *pcVar7;
int8 local_58;
long local_50;
long local_48;
long ... | |
65,207 | nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t) | msxemulator/build_O3/_deps/picotool-src/lib/nlohmann_json/single_include/nlohmann/json.hpp | static parse_error create(int id_, const position_t& pos, const std::string& what_arg, BasicJsonContext context)
{
const std::string w = concat(exception::name("parse_error", id_), "parse error",
position_string(pos), ": ", exception::diagnostics(context), what_arg);
... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::parse_error nlohmann::json_abi_v3_11_3::detail::parse_error::create<std::nullptr_t, 0>(int, nlohmann::json_abi_v3_11_3::detail::position_t const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::nullptr_t):
pushq %rbp
pushq %r15
pushq %r14
... | _ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov r15, rcx
mov... | nlohmann::json_abi_v3_11_3::detail::exception * ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_(
nlohmann::json_abi_v3_11_3::detail::exception *this,
... | _ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV R15,RCX
MOV R14,RDX
MOV EBP,ESI
MOV RBX... |
exception *
_ZN8nlohmann16json_abi_v3_11_36detail11parse_error6createIDnTnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKNS1_10position_tERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_
(exception *param_1,int param_2,position_t *param_3,string *param_4)
{
int8 uVar1;
... | |
65,208 | pagecache_delete | eloqsql/storage/maria/ma_pagecache.c | my_bool pagecache_delete(PAGECACHE *pagecache,
PAGECACHE_FILE *file,
pgcache_page_no_t pageno,
enum pagecache_page_lock lock,
my_bool flush)
{
my_bool error= 0;
enum pagecache_page_pin pin= lock_to_pin_one_phase[lock... | O3 | c | pagecache_delete:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rsi, -0x40(%rbp)
cmpb $0x0, 0x1aa(%rdi)
je 0x33566
movq %rdx, %r13
movq %rdi, %r14
movl %r8d, -0x2c(%rbp)
movl %ecx, -0x34(%rbp)
movl %ecx, %eax
leaq 0xad981(%rip), %rcx # 0xe0cc0
movl (%rcx,%r... | pagecache_delete:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_40], rsi
cmp byte ptr [rdi+1AAh], 0
jz loc_33566
mov r13, rdx
mov r14, rdi
mov [rbp+var_2C], r8d
mov [rbp+var_34], ecx
mov eax, ecx
lea rcx, lock_... | long long pagecache_delete(long long a1, long long a2, long long a3, unsigned int a4, char a5)
{
long long v7; // r15
long long v8; // rdx
long long v9; // rax
long long v10; // rcx
long long i; // rbx
long long v12; // r12
int v13; // eax
long long v14; // r15
int v15; // eax
bool v16; // zf
lon... | pagecache_delete:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x40],RSI
CMP byte ptr [RDI + 0x1aa],0x0
JZ 0x00133566
MOV R13,RDX
MOV R14,RDI
MOV dword ptr [RBP + -0x2c],R8D
MOV dword ptr [RBP + -0x34],ECX
MOV EAX,ECX
LEA RCX,[0x1e0cc0]
MOV EAX,dword ptr [RCX + RA... |
int4 pagecache_delete(long param_1,long param_2,long param_3,uint param_4,char param_5)
{
long *plVar1;
pthread_mutex_t *__mutex;
char cVar2;
int iVar3;
int4 uVar4;
int8 *puVar5;
long lVar6;
if (*(char *)(param_1 + 0x1aa) != '\0') {
uVar4 = *(int4 *)(lock_to_pin_one_phase + (ulong)param_4 * 4);... | |
65,209 | minja::Value::pop(minja::Value const&) | llama.cpp/common/minja/minja.hpp | Value pop(const Value& index) {
if (is_array()) {
if (array_->empty())
throw std::runtime_error("pop from empty list");
if (index.is_null()) {
auto ret = array_->back();
array_->pop_back();
return ret;
} else if (!index.is_number_integer()) {
throw std::runt... | O3 | cpp | minja::Value::pop(minja::Value const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rdx, %rbx
movq %rsi, %r15
movq %rdi, %rbp
movq 0x10(%rsi), %rax
testq %rax, %rax
je 0xea1c3
movq 0x8(%rax), %rsi
cmpq %rsi, (%rax)
je 0xea2d1
cmpq $0x0, 0x20(%rbx)
movb 0x40(%rbx), %al
jne 0x... | _ZN5minja5Value3popERKS0_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbx, rdx
mov r15, rsi
mov rbp, rdi
mov rax, [rsi+10h]
test rax, rax
jz short loc_EA1C3
mov rsi, [rax+8]
cmp [rax], rsi
jz loc_EA2D1
cmp qword ptr [rbx+20h], 0
... | minja::Value * minja::Value::pop(minja::Value *this, const minja::Value *a2, long long a3, __m128d a4)
{
minja::Value *v6; // rbp
_QWORD *v7; // rax
long long v8; // rsi
char v9; // al
long long v10; // rdi
long long v11; // rsi
unsigned __int8 **v12; // r14
unsigned __int8 *v13; // r13
unsigned __int... | pop:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBX,RDX
MOV R15,RSI
MOV RBP,RDI
MOV RAX,qword ptr [RSI + 0x10]
TEST RAX,RAX
JZ 0x001ea1c3
MOV RSI,qword ptr [RAX + 0x8]
CMP qword ptr [RAX],RSI
JZ 0x001ea2d1
CMP qword ptr [RBX + 0x20],0x0
MOV AL,byte ptr [RBX + 0x40]
JNZ 0x001ea228
CMP qword p... |
/* minja::Value::pop(minja::Value const&) */
Value * minja::Value::pop(Value *param_1)
{
long *plVar1;
__new_allocator<minja::Value> *this;
long lVar2;
char cVar3;
uint uVar4;
runtime_error *prVar5;
int iVar6;
Value *in_RDX;
bool bVar7;
long in_RSI;
int iVar8;
Value *pVVar9;
basic_json *pbV... | |
65,210 | ma_update_state_lsns | eloqsql/storage/maria/ma_create.c | int _ma_update_state_lsns(MARIA_SHARE *share, LSN lsn, TrID create_trid,
my_bool do_sync, my_bool update_create_rename_lsn)
{
int res;
DBUG_ENTER("_ma_update_state_lsns");
mysql_mutex_lock(&share->intern_lock);
res= _ma_update_state_lsns_sub(share, lsn, create_trid, do_sync,
... | O3 | c | ma_update_state_lsns:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %r8d, %r12d
movl %ecx, %r15d
movq %rdx, -0x30(%rbp)
movq %rsi, %r13
movq %rdi, %r14
leaq 0x8f0(%rdi), %rbx
cmpq $0x0, 0x930(%rdi)
jne 0x47c45
movq %rbx, %rdi
callq 0x27270
movsbl %r15b, %ecx
movsbl %r... | _ma_update_state_lsns:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r12d, r8d
mov r15d, ecx
mov [rbp+var_30], rdx
mov r13, rsi
mov r14, rdi
lea rbx, [rdi+8F0h]
cmp qword ptr [rdi+930h], 0
jnz short loc_47C45
mov rdi, rbx
cal... | long long ma_update_state_lsns(long long a1, long long a2, long long a3, char a4, char a5)
{
unsigned int updated; // r15d
if ( *(_QWORD *)(a1 + 2352) )
psi_mutex_lock(a1 + 2288, (long long)"/workspace/llm4binary/github2025/eloqsql/storage/maria/ma_create.c", 0x58Du);
else
pthread_mutex_lock(a1 + 2288);... | _ma_update_state_lsns:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R12D,R8D
MOV R15D,ECX
MOV qword ptr [RBP + -0x30],RDX
MOV R13,RSI
MOV R14,RDI
LEA RBX,[RDI + 0x8f0]
CMP qword ptr [RDI + 0x930],0x0
JNZ 0x00147c45
MOV RDI,RBX
CALL 0x00127270
LAB_00147c05:
MOVSX ECX,R15B
MOVSX R8D,R12B... |
int4
_ma_update_state_lsns(long param_1,int8 param_2,int8 param_3,char param_4,char param_5)
{
pthread_mutex_t *__mutex;
int4 uVar1;
__mutex = (pthread_mutex_t *)(param_1 + 0x8f0);
if (*(long *)(param_1 + 0x930) == 0) {
pthread_mutex_lock(__mutex);
}
else {
psi_mutex_lock(__mutex,"/workspace/ll... | |
65,211 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [24], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(char const (&) [2... | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O2 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [24], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(char const (&) [2... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA56_KcPS9_EEET_DpOT0_:
push r15
push r14
push rbx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rdi], rax
and qword ptr [rdi+8], 0
mov byte ptr [rdi+10h], 0
mov rd... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[56],char const*>(
long long a1,
long long a2,
_QWORD *a3)
{
long long v4; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
v4 = nlohmann::json_abi_v3_11_3::detail::concat... | concat<std::__cxx11::string,char_const(&)[56],char_const*>:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RDI],RAX
AND qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RDI,RSI
MOV RSI,RDX
CALL 0x0014301d
LAB_0018298c:
MOV RDI,RBX
MOV RSI,RAX
CALL 0x00123d9... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [56], char const*>(char const (&) [56], char const*&&) */
detail * __thiscall
nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string,char_const(&)[56],char_const*>
(detail *this,char *param_1,... | |
65,212 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [24], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(char const (&) [2... | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O3 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [24], std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>(char const (&) [2... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA39_KcS8_EEET_DpOT0_:
push r15
push r14
push r12
push rbx
push rax
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea r12, [rdi+10h]
mov [rdi], r12
mov qword ptr [rdi+8], 0
mov byte ptr ... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[39],std::string>(
long long a1,
long long a2,
_QWORD *a3)
{
long long v4; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
v4 = strlen(a2);
std::string::reserve(a1, a3[... | concat<std::__cxx11::string,char_const(&)[39],std::__cxx11::string>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA R12,[RDI + 0x10]
MOV qword ptr [RDI],R12
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RDI,RSI
CALL 0x0011a3e0
ADD RAX,qword ptr [R14 + 0x8]
LAB_001... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [39], std::__cxx11::string >(char const (&) [39], std::__cxx11::string&&) */
detail * __thiscall
nlohmann::json_abi_v3_11_3::detail::
concat<std::__cxx11::string,char_const(&)[39],std::__cxx11::string>
... | |
65,213 | js_method_set_home_object | bluesky950520[P]quickjs/quickjs.c | static void js_method_set_home_object(JSContext *ctx, JSValue func_obj,
JSValue home_obj)
{
JSObject *p, *p1;
JSFunctionBytecode *b;
if (JS_VALUE_GET_TAG(func_obj) != JS_TAG_OBJECT)
return;
p = JS_VALUE_GET_OBJ(func_obj);
if (!js_class_has_bytecode(p->c... | O0 | c | js_method_set_home_object:
subq $0x68, %rsp
movq %rsi, 0x58(%rsp)
movq %rdx, 0x60(%rsp)
movq %rcx, 0x48(%rsp)
movq %r8, 0x50(%rsp)
movq %rdi, 0x40(%rsp)
movq 0x60(%rsp), %rax
cmpl $-0x1, %eax
je 0x68eac
jmp 0x68f78
movq 0x58(%rsp), %rax
movq %rax, 0x38(%rsp)
movq 0x38(%rsp), %rax
movzwl 0x6(%rax), %edi
callq 0x4a240
cm... | js_method_set_home_object:
sub rsp, 68h
mov [rsp+68h+var_10], rsi
mov [rsp+68h+var_8], rdx
mov [rsp+68h+var_20], rcx
mov [rsp+68h+var_18], r8
mov [rsp+68h+var_28], rdi
mov rax, [rsp+68h+var_8]
cmp eax, 0FFFFFFFFh
jz short loc_68EAC
jmp loc_68F78
loc_68EAC:
mov rax, [rsp+68h+... | __int16 js_method_set_home_object(long long a1, long long a2, int a3, _DWORD *a4, int a5)
{
BOOL has_bytecode; // eax
long long v7; // [rsp+28h] [rbp-40h]
long long v8; // [rsp+30h] [rbp-38h]
_DWORD *v9; // [rsp+30h] [rbp-38h]
LOWORD(has_bytecode) = a3;
if ( a3 == -1 )
{
has_bytecode = js_class_has_... | js_method_set_home_object:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RSI
MOV qword ptr [RSP + 0x60],RDX
MOV qword ptr [RSP + 0x48],RCX
MOV qword ptr [RSP + 0x50],R8
MOV qword ptr [RSP + 0x40],RDI
MOV RAX,qword ptr [RSP + 0x60]
CMP EAX,-0x1
JZ 0x00168eac
JMP 0x00168f78
LAB_00168eac:
MOV RAX,qword ptr [RSP + 0x58]
MOV qwor... |
void js_method_set_home_object
(int8 param_1,long param_2,int param_3,int8 param_4,int8 param_5)
{
int iVar1;
int8 local_38;
if (((param_3 == -1) && (iVar1 = js_class_has_bytecode(*(int2 *)(param_2 + 6)), iVar1 != 0))
&& ((*(ushort *)(*(long *)(param_2 + 0x30) + 0x18) >> 4 & 1) != 0)) {
... | |
65,214 | js_method_set_home_object | bluesky950520[P]quickjs/quickjs.c | static void js_method_set_home_object(JSContext *ctx, JSValue func_obj,
JSValue home_obj)
{
JSObject *p, *p1;
JSFunctionBytecode *b;
if (JS_VALUE_GET_TAG(func_obj) != JS_TAG_OBJECT)
return;
p = JS_VALUE_GET_OBJ(func_obj);
if (!js_class_has_bytecode(p->c... | O1 | c | js_method_set_home_object:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rsi, 0x8(%rsp)
cmpl $-0x1, %edx
jne 0x3fe23
movq 0x8(%rsp), %r15
movzwl 0x6(%r15), %eax
cmpq $0x38, %rax
ja 0x3fe23
movq %rcx, %rbx
movabsq $0x110000000012000, %rcx # imm = 0x110000000012000
btq %rax, %rcx
jae 0x3fe23
movq 0x30(%r15), %r... | js_method_set_home_object:
push r15
push r14
push rbx
sub rsp, 10h
mov [rsp+28h+var_20], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_3FE23
mov r15, [rsp+28h+var_20]
movzx eax, word ptr [r15+6]
cmp rax, 38h ; '8'
ja short loc_3FE23
mov rbx, rcx
mov rcx, 110000000012000h
bt ... | void js_method_set_home_object(long long a1, long long a2, int a3, _DWORD *a4, int a5)
{
unsigned long long v5; // rax
long long v7; // rcx
_QWORD *v9; // rsi
long long v10; // rdi
int v11; // eax
if ( a3 == -1 )
{
v5 = *(unsigned __int16 *)(a2 + 6);
if ( v5 <= 0x38 )
{
v7 = 0x11000000... | js_method_set_home_object:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV qword ptr [RSP + 0x8],RSI
CMP EDX,-0x1
JNZ 0x0013fe23
MOV R15,qword ptr [RSP + 0x8]
MOVZX EAX,word ptr [R15 + 0x6]
CMP RAX,0x38
JA 0x0013fe23
MOV RBX,RCX
MOV RCX,0x110000000012000
BT RCX,RAX
JNC 0x0013fe23
MOV RAX,qword ptr [R15 + 0x30]
TEST byte pt... |
void js_method_set_home_object(long param_1,long param_2,int param_3,int *param_4,int param_5)
{
int iVar1;
int *piVar2;
int8 uVar3;
if (param_3 == -1) {
if ((((ulong)*(ushort *)(param_2 + 6) < 0x39) &&
((0x110000000012000U >> ((ulong)*(ushort *)(param_2 + 6) & 0x3f) & 1) != 0)) &&
((*(b... | |
65,215 | js_method_set_home_object | bluesky950520[P]quickjs/quickjs.c | static void js_method_set_home_object(JSContext *ctx, JSValue func_obj,
JSValue home_obj)
{
JSObject *p, *p1;
JSFunctionBytecode *b;
if (JS_VALUE_GET_TAG(func_obj) != JS_TAG_OBJECT)
return;
p = JS_VALUE_GET_OBJ(func_obj);
if (!js_class_has_bytecode(p->c... | O2 | c | js_method_set_home_object:
cmpl $-0x1, %edx
jne 0x38063
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r14
movzwl 0x6(%rsi), %eax
cmpq $0x38, %rax
ja 0x3805e
movq %rcx, %rbx
movabsq $0x110000000012000, %rcx # imm = 0x110000000012000
btq %rax, %rcx
jae 0x3805e
movq 0x30(%r14), %rax
testb $0x10, 0x18(%rax)
je 0x3805e
movq ... | js_method_set_home_object:
cmp edx, 0FFFFFFFFh
jnz short locret_38063
push r15
push r14
push rbx
mov r14, rsi
movzx eax, word ptr [rsi+6]
cmp rax, 38h ; '8'
ja short loc_3805E
mov rbx, rcx
mov rcx, 110000000012000h
bt rcx, rax
jnb short loc_3805E
mov rax, [r14+30h]
t... | void js_method_set_home_object(long long a1, long long a2, int a3, _DWORD *a4, int a5)
{
unsigned long long v6; // rax
long long v8; // rcx
long long v10; // rsi
if ( a3 == -1 )
{
v6 = *(unsigned __int16 *)(a2 + 6);
if ( v6 <= 0x38 )
{
v8 = 0x110000000012000LL;
if ( _bittest64(&v8, v... | js_method_set_home_object:
CMP EDX,-0x1
JNZ 0x00138063
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RSI
MOVZX EAX,word ptr [RSI + 0x6]
CMP RAX,0x38
JA 0x0013805e
MOV RBX,RCX
MOV RCX,0x110000000012000
BT RCX,RAX
JNC 0x0013805e
MOV RAX,qword ptr [R14 + 0x30]
TEST byte ptr [RAX + 0x18],0x10
JZ 0x0013805e
MOV R15,R8
MOV RSI,qword pt... |
void js_method_set_home_object(int8 param_1,long param_2,int param_3,int *param_4,int param_5)
{
if ((((param_3 == -1) && ((ulong)*(ushort *)(param_2 + 6) < 0x39)) &&
((0x110000000012000U >> ((ulong)*(ushort *)(param_2 + 6) & 0x3f) & 1) != 0)) &&
((*(byte *)(*(long *)(param_2 + 0x30) + 0x18) & 0x10) != 0... | |
65,216 | spdlog::details::registry::apply_all(std::function<void (std::shared_ptr<spdlog::logger>)> const&) | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/details/registry-inl.h | SPDLOG_INLINE void registry::apply_all(
const std::function<void(const std::shared_ptr<logger>)> &fun) {
std::lock_guard<std::mutex> lock(logger_map_mutex_);
for (auto &l : loggers_) {
fun(l.second);
}
} | O0 | c | spdlog::details::registry::apply_all(std::function<void (std::shared_ptr<spdlog::logger>)> const&):
subq $0x78, %rsp
movq %rdi, 0x70(%rsp)
movq %rsi, 0x68(%rsp)
movq 0x70(%rsp), %rsi
movq %rsi, 0x18(%rsp)
leaq 0x60(%rsp), %rdi
callq 0x40fd0
movq 0x18(%rsp), %rax
addq $0x78, %rax
movq %rax, 0x58(%rsp)
movq 0x58(%rsp), %... | _ZN6spdlog7details8registry9apply_allERKSt8functionIFvSt10shared_ptrINS_6loggerEEEE:
sub rsp, 78h
mov [rsp+78h+var_8], rdi
mov [rsp+78h+var_10], rsi
mov rsi, [rsp+78h+var_8]
mov [rsp+78h+var_60], rsi
lea rdi, [rsp+78h+var_18]
call _ZNSt10lock_guardISt5mutexEC2ERS0_; std::lock_guard<std::mutex... | long long spdlog::details::registry::apply_all(long long a1, long long a2)
{
long long v3; // [rsp+8h] [rbp-70h]
_BYTE v4[16]; // [rsp+30h] [rbp-48h] BYREF
long long v5; // [rsp+40h] [rbp-38h]
long long v6; // [rsp+48h] [rbp-30h] BYREF
_QWORD v7[2]; // [rsp+50h] [rbp-28h] BYREF
_BYTE v8[8]; // [rsp+60h] [r... | apply_all:
SUB RSP,0x78
MOV qword ptr [RSP + 0x70],RDI
MOV qword ptr [RSP + 0x68],RSI
MOV RSI,qword ptr [RSP + 0x70]
MOV qword ptr [RSP + 0x18],RSI
LEA RDI,[RSP + 0x60]
CALL 0x00140fd0
MOV RAX,qword ptr [RSP + 0x18]
ADD RAX,0x78
MOV qword ptr [RSP + 0x58],RAX
MOV RDI,qword ptr [RSP + 0x58]
CALL 0x00142050
MOV qword ptr... |
/* spdlog::details::registry::apply_all(std::function<void (std::shared_ptr<spdlog::logger>)>
const&) */
void __thiscall spdlog::details::registry::apply_all(registry *this,function *param_1)
{
function<void(std::shared_ptr<spdlog::logger>)> *pfVar1;
byte bVar2;
shared_ptr<spdlog::logger> local_48 [16];
l... | |
65,217 | common_chat_format_single[abi:cxx11](minja::chat_template const&, std::vector<common_chat_msg, std::allocator<common_chat_msg>> const&, common_chat_msg const&, bool, bool) | monkey531[P]llama/common/common.cpp | std::string common_chat_format_single(
const common_chat_template & tmpl,
const std::vector<common_chat_msg> & past_msg,
const common_chat_msg & new_msg,
bool add_ass,
bool use_jinja) {
std::ostringstream ss;
auto fmt_past_msg = past_msg.empty() ? "" : common_chat_apply_t... | O3 | cpp | common_chat_format_single[abi:cxx11](minja::chat_template const&, std::vector<common_chat_msg, std::allocator<common_chat_msg>> const&, common_chat_msg const&, bool, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x1f8, %rsp # imm = 0x1F8
movl %r9d, %r15d
movl %r8d, %ebp
movq ... | _Z25common_chat_format_singleB5cxx11RKN5minja13chat_templateERKSt6vectorI15common_chat_msgSaIS4_EERKS4_bb:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 1F8h
mov r15d, r9d
mov ebp, r8d
mov r12, rcx
mov r13, rdx
mov r14, rsi
mov rbx, rdi
lea rdi, [rsp+22... | long long common_chat_format_single[abi:cxx11](
long long a1,
common_chat_inputs *a2,
long long *a3,
long long a4,
unsigned __int8 a5,
unsigned __int8 a6)
{
char *v11; // [rsp+8h] [rbp-220h] BYREF
long long v12; // [rsp+10h] [rbp-218h]
_QWORD v13[2]; // [rsp+18h] [... | common_chat_format_single[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x1f8
MOV R15D,R9D
MOV EBP,R8D
MOV R12,RCX
MOV R13,RDX
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x80]
CALL 0x0011ab90
MOV RAX,qword ptr [R13]
MOVZX R15D,R15B
CMP RAX,qword ptr [R13 + 0x8]
JZ 0x00177267
LAB_00177250:
LEA RD... |
/* common_chat_format_single[abi:cxx11](minja::chat_template const&, std::vector<common_chat_msg,
std::allocator<common_chat_msg> > const&, common_chat_msg const&, bool, bool) */
chat_template *
common_chat_format_single_abi_cxx11_
(chat_template *param_1,vector *param_2,common_chat_msg *param_3,bool par... | |
65,218 | LefDefParser::lefwViaRuleLayer(char const*, char const*, double, double, double, double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwViaRuleLayer(const char *layerName,
const char *direction,
double minWidth,
double maxWidth, // optional
double overhang,
double metalOverhang)
{ // optional
int status;
if (!lefwFile)
... | O3 | cpp | LefDefParser::lefwViaRuleLayer(char const*, char const*, double, double, double, double):
pushq %r14
pushq %rbx
pushq %rax
leaq 0x74384(%rip), %rax # 0x8d0f0
cmpq $0x0, (%rax)
je 0x18db9
leaq 0x745cb(%rip), %rcx # 0x8d344
movl $0x2, %eax
cmpl $0x0, (%rcx)
je 0x18dbe
leaq 0x745b6(%rip), %rbx # 0x8d340
movl (... | _ZN12LefDefParser16lefwViaRuleLayerEPKcS1_dddd:
push r14
push rbx
push rax
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jz short loc_18DB9
lea rcx, _ZN12LefDefParser11lefwDidInitE; LefDefParser::lefwDidInit
mov eax, 2
cmp dword ptr [rcx], 0
jz ... | long long LefDefParser::lefwViaRuleLayer(
LefDefParser *this,
const char *a2,
const char *a3,
double a4,
double a5,
double a6,
double a7,
long long a8,
int a9,
int a10)
{
long long result; // rax
if ( !*(_QWORD *)&LefDefParser::lefwFi... | lefwViaRuleLayer:
PUSH R14
PUSH RBX
PUSH RAX
LEA RAX,[0x18d0f0]
CMP qword ptr [RAX],0x0
JZ 0x00118db9
LEA RCX,[0x18d344]
MOV EAX,0x2
CMP dword ptr [RCX],0x0
JZ 0x00118dbe
LEA RBX,[0x18d340]
MOV ECX,dword ptr [RBX]
CMP ECX,0x4a
JZ 0x00118d96
CMP ECX,0x10
JNZ 0x00118dbe
LAB_00118d96:
LEA R14,[0x18d3c8]
CMP dword ptr [R14... |
/* LefDefParser::lefwViaRuleLayer(char const*, char const*, double, double, double, double) */
int8
LefDefParser::lefwViaRuleLayer
(char *param_1,char *param_2,double param_3,double param_4,double param_5,double param_6)
{
int8 uVar1;
if (lefwFile == 0) {
uVar1 = 1;
}
else {
uVar1 = 2;
... | |
65,219 | minja::TemplateNode::render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | void render(std::ostringstream & out, const std::shared_ptr<Context> & context) const {
try {
do_render(out, context);
} catch (const LoopControlException & e) {
// TODO: make stack creation lazy. Only needed if it was thrown outside of a loop.
std::ostringstream err;... | O2 | cpp | minja::TemplateNode::render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x1a0, %rsp # imm = 0x1A0
movq %rdi, %r14
movq (%rdi), %rax
callq *(%rax)
addq $0x1a0, %rsp # im... | _ZNK5minja12TemplateNode6renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE:
push rbp
push r14
push rbx
sub rsp, 1A0h
mov r14, rdi
mov rax, [rdi]
call qword ptr [rax]
add rsp, 1A0h
pop rbx
pop r14
pop rbp
retn
mov rbx, rax
cmp ... | long long minja::TemplateNode::render(long long ( ***a1)(_QWORD))
{
return (**a1)(a1);
}
| render:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x1a0
MOV R14,RDI
MOV RAX,qword ptr [RDI]
LAB_00173a3d:
CALL qword ptr [RAX]
LAB_00173a3f:
ADD RSP,0x1a0
POP RBX
POP R14
POP RBP
RET
|
/* minja::TemplateNode::render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context> const&)
const */
void minja::TemplateNode::render(ostringstream *param_1,shared_ptr *param_2)
{
/* try { // try from 00173a3d to 00173a3e has its CatchHandler @ 00173a4b */
(*(code *)**(int8 **)param... | |
65,220 | rw_pr_rdlock | eloqsql/mysys/thr_rwlock.c | int rw_pr_rdlock(rw_pr_lock_t *rwlock)
{
pthread_mutex_lock(&rwlock->lock);
/*
The fact that we were able to acquire 'lock' mutex means
that there are no active writers and we can acquire rd-lock.
Increment active readers counter to prevent requests for
wr-lock from succeeding and unlock mutex.
*/... | O0 | c | rw_pr_rdlock:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rdi
callq 0x38290
movq -0x8(%rbp), %rax
movl 0x58(%rax), %ecx
addl $0x1, %ecx
movl %ecx, 0x58(%rax)
movq -0x8(%rbp), %rdi
callq 0x38260
xorl %eax, %eax
addq $0x10, %rsp
popq %rbp
retq
nopw %cs:(%rax,%rax)
| rw_pr_rdlock:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rdi, [rbp+var_8]
call _pthread_mutex_lock
mov rax, [rbp+var_8]
mov ecx, [rax+58h]
add ecx, 1
mov [rax+58h], ecx
mov rdi, [rbp+var_8]
call _pthread_mutex_unlock
xor eax, eax
add rsp, 10h
pop ... | long long rw_pr_rdlock(long long a1)
{
pthread_mutex_lock(a1);
++*(_DWORD *)(a1 + 88);
pthread_mutex_unlock(a1);
return 0LL;
}
| rw_pr_rdlock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00138290
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RAX + 0x58]
ADD ECX,0x1
MOV dword ptr [RAX + 0x58],ECX
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00138260
XOR EAX,EAX
ADD RSP,0x10
POP RBP
RET
|
int8 rw_pr_rdlock(pthread_mutex_t *param_1)
{
pthread_mutex_lock(param_1);
*(int *)((long)param_1 + 0x58) = *(int *)((long)param_1 + 0x58) + 1;
pthread_mutex_unlock(param_1);
return 0;
}
| |
65,221 | run_tests | eloqsql/libmariadb/unittest/libmariadb/my_test.h | void run_tests(struct my_tests_st *test) {
int i, rc, total=0;
MYSQL *mysql;
while (test[total].function)
total++;
plan(total);
/* display TLS stats */
mysql= mysql_init(NULL);
mysql_ssl_set(mysql, NULL, NULL, NULL, NULL, NULL);
if (!mysql_real_connect(mysql, hostname, username, password, schema, p... | O3 | c | run_tests:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x8(%rdi), %rax
movq $-0x1, %r14
incq %r14
cmpq $0x0, (%rax)
leaq 0x30(%rax), %rax
jne 0x14507
movl %r14d, %edi
callq 0x1589b
xorl %edi, %edi
callq 0x18bf5
movq %rax, %r15
movq %rax, %rdi
xorl %e... | run_tests:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdi
lea rax, [rdi+8]
mov r14, 0FFFFFFFFFFFFFFFFh
loc_14507:
inc r14
cmp qword ptr [rax], 0
lea rax, [rax+30h]
jnz short loc_14507
mov edi, r14d
call plan
xor ed... | long long run_tests(long long a1)
{
char v1; // al
long long v2; // rbx
_QWORD *v3; // rax
long long v4; // r14
bool v5; // zf
long long v6; // r15
const char *v7; // rsi
int v8; // edx
int v9; // ecx
int v10; // r8d
int v11; // r9d
int v12; // edx
int v13; // ecx
int v14; // r8d
int v15;... | run_tests:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[RDI + 0x8]
MOV R14,-0x1
LAB_00114507:
INC R14
CMP qword ptr [RAX],0x0
LEA RAX,[RAX + 0x30]
JNZ 0x00114507
MOV EDI,R14D
CALL 0x0011589b
XOR EDI,EDI
CALL 0x00118bf5
MOV R15,RAX
MOV RDI,RAX
XOR ESI,ESI
XOR EDX,EDX
XO... |
void run_tests(long *param_1)
{
char cVar1;
int iVar2;
uint uVar3;
int4 uVar4;
long *plVar5;
int8 uVar6;
long lVar7;
int8 uVar8;
int8 *puVar9;
char *pcVar10;
long lVar11;
ulong uVar12;
plVar5 = param_1 + 1;
uVar12 = 0xffffffffffffffff;
do {
uVar12 = uVar12 + 1;
lVar7 = *plVar5... | |
65,222 | OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*, float) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/faceVertex.cpp | void
FaceVertex::SharpenSubset(Subset * subset, float sharpness) const {
// Mark the subset according to sharpness value
if (sharpness > subset->_localSharpness) {
subset->_localSharpness = sharpness;
subset->_tag._infSharpVerts = Sdc::Crease::IsInfinite(sharpness);
subset->_tag._sem... | O1 | cpp | OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*, float) const:
ucomiss 0x8(%rsi), %xmm0
jbe 0x87561
movss %xmm0, 0x8(%rsi)
movss 0x2aad1(%rip), %xmm1 # 0xb2004
xorl %eax, %eax
ucomiss %xmm1, %xmm0
setae %al
movzwl (%rsi), %ecx
andl $-0x13, %ecx
xorps %xmm2, %xmm2
cmpltps... | _ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex13SharpenSubsetEPNS1_16FaceVertexSubsetEf:
ucomiss xmm0, dword ptr [rsi+8]
jbe short locret_87561
movss dword ptr [rsi+8], xmm0
movss xmm1, cs:dword_B2004
xor eax, eax
ucomiss xmm0, xmm1
setnb al
movzx ecx, word ptr [rsi]
and ecx, 0FFFFFFEDh
xorps xmm2, xmm2
... | long long OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(__m128 a1, long long a2, long long a3)
{
long long result; // rax
if ( a1.m128_f32[0] > *(float *)(a3 + 8) )
{
*(_DWORD *)(a3 + 8) = a1.m128_i32[0];
result = *(_WORD *)a3 & 0xFFED | (16
* (_mm_cvtsi128_si32(... | SharpenSubset:
UCOMISS XMM0,dword ptr [RSI + 0x8]
JBE 0x00187561
MOVSS dword ptr [RSI + 0x8],XMM0
MOVSS XMM1,dword ptr [0x001b2004]
XOR EAX,EAX
UCOMISS XMM0,XMM1
SETNC AL
MOVZX ECX,word ptr [RSI]
AND ECX,0xffffffed
XORPS XMM2,XMM2
CMPLTPS XMM2,XMM0
CMPLTPS XMM0,XMM1
ANDPS XMM0,XMM2
MOVD EDX,XMM0
AND EDX,0x1
SHL EDX,0x4... |
/* OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*,
float) const */
void __thiscall
OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset
(FaceVertex *this,FaceVertexSubset *param_1,float param_2)
{
if (*(float *)(param_1 + 8) <= param_2 && param_2 != *(float... | |
65,223 | OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*, float) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/faceVertex.cpp | void
FaceVertex::SharpenSubset(Subset * subset, float sharpness) const {
// Mark the subset according to sharpness value
if (sharpness > subset->_localSharpness) {
subset->_localSharpness = sharpness;
subset->_tag._infSharpVerts = Sdc::Crease::IsInfinite(sharpness);
subset->_tag._sem... | O2 | cpp | OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*, float) const:
ucomiss 0x8(%rsi), %xmm0
jbe 0x96b8d
movss %xmm0, 0x8(%rsi)
movss 0x254a5(%rip), %xmm1 # 0xbc004
xorl %eax, %eax
ucomiss %xmm1, %xmm0
setae %al
movzwl (%rsi), %ecx
andl $-0x13, %ecx
xorps %xmm2, %xmm2
cmpltps... | _ZNK10OpenSubdiv6v3_6_03Bfr10FaceVertex13SharpenSubsetEPNS1_16FaceVertexSubsetEf:
ucomiss xmm0, dword ptr [rsi+8]
jbe short locret_96B8D
movss dword ptr [rsi+8], xmm0
movss xmm1, cs:dword_BC004
xor eax, eax
ucomiss xmm0, xmm1
setnb al
movzx ecx, word ptr [rsi]
and ecx, 0FFFFFFEDh
xorps xmm2, xmm2
... | long long OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(__m128 a1, long long a2, long long a3)
{
long long result; // rax
if ( a1.m128_f32[0] > *(float *)(a3 + 8) )
{
*(_DWORD *)(a3 + 8) = a1.m128_i32[0];
result = *(_WORD *)a3 & 0xFFED | (16
* (_mm_cvtsi128_si32(... | SharpenSubset:
UCOMISS XMM0,dword ptr [RSI + 0x8]
JBE 0x00196b8d
MOVSS dword ptr [RSI + 0x8],XMM0
MOVSS XMM1,dword ptr [0x001bc004]
XOR EAX,EAX
UCOMISS XMM0,XMM1
SETNC AL
MOVZX ECX,word ptr [RSI]
AND ECX,0xffffffed
XORPS XMM2,XMM2
CMPLTPS XMM2,XMM0
CMPLTPS XMM0,XMM1
ANDPS XMM0,XMM2
MOVD EDX,XMM0
AND EDX,0x1
SHL EDX,0x4... |
/* OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset(OpenSubdiv::v3_6_0::Bfr::FaceVertexSubset*,
float) const */
void __thiscall
OpenSubdiv::v3_6_0::Bfr::FaceVertex::SharpenSubset
(FaceVertex *this,FaceVertexSubset *param_1,float param_2)
{
if (*(float *)(param_1 + 8) <= param_2 && param_2 != *(float... | |
65,224 | google::protobuf::compiler::objectivec::EnumGenerator::GenerateHeader(google::protobuf::io::Printer*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/objectivec/objectivec_enum.cc | void EnumGenerator::GenerateHeader(io::Printer* printer) {
std::string enum_comments;
SourceLocation location;
if (descriptor_->GetSourceLocation(&location)) {
enum_comments = BuildCommentsString(location, true);
} else {
enum_comments = "";
}
printer->Print(
"#pragma mark - Enum $name$\n"
... | O3 | cpp | google::protobuf::compiler::objectivec::EnumGenerator::GenerateHeader(google::protobuf::io::Printer*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x128, %rsp # imm = 0x128
movq %rsi, (%rsp)
movq %rdi, %r14
leaq 0x68(%rsp), %r13
movq %r13, -0x10(%r13)
xorl %eax, %eax
movq %rax, -0... | _ZN6google8protobuf8compiler10objectivec13EnumGenerator14GenerateHeaderEPNS0_2io7PrinterE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 128h
mov [rsp+158h+var_158], rsi; void *
mov r14, rdi
lea r13, [rsp+158h+var_F0]
mov [r13-10h], r13
xor eax, eax
mov [r1... | void google::protobuf::compiler::objectivec::EnumGenerator::GenerateHeader(
google::protobuf::EnumDescriptor **this,
google::protobuf::io::Printer *a2)
{
int v3; // ecx
int v4; // r8d
int v5; // r9d
int v6; // r9d
google::protobuf::EnumDescriptor *v7; // rax
google::protobuf::EnumDescriptor... | GenerateHeader:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x128
MOV qword ptr [RSP],RSI
MOV R14,RDI
LEA R13,[RSP + 0x68]
MOV qword ptr [R13 + -0x10],R13
XOR EAX,EAX
MOV qword ptr [R13 + -0x8],RAX
MOV byte ptr [R13],AL
LEA RCX,[RSP + 0xe0]
MOV qword ptr [RCX + -0x10],RCX
MOV qword ptr [RCX + -0x8],RA... |
/* google::protobuf::compiler::objectivec::EnumGenerator::GenerateHeader(google::protobuf::io::Printer*)
*/
void __thiscall
google::protobuf::compiler::objectivec::EnumGenerator::GenerateHeader
(EnumGenerator *this,Printer *param_1)
{
EnumValueDescriptor *this_00;
char cVar1;
long lVar2;
long l... | |
65,225 | minja::Value::at(unsigned long) | llama.cpp/common/minja/minja.hpp | Value& at(size_t index) {
if (is_null())
throw std::runtime_error("Undefined value or reference");
if (is_array()) return array_->at(index);
if (is_object()) return object_->at(index);
throw std::runtime_error("Value is not an array or object: " + dump());
} | O3 | cpp | minja::Value::at(unsigned long):
pushq %rbp
pushq %r14
pushq %rbx
subq $0x50, %rsp
movq %rdi, %r14
movq %rsi, 0x8(%rsp)
movq 0x10(%rdi), %rcx
movq 0x20(%rdi), %rdi
testq %rdi, %rdi
jne 0xc3904
testq %rcx, %rcx
jne 0xc3904
cmpb $0x0, 0x40(%r14)
jne 0xc3904
cmpq $0x0, 0x30(%r14)
je 0xc394f
testq %rcx, %rcx
je 0xc3937
mov... | _ZN5minja5Value2atEm:
push rbp
push r14
push rbx
sub rsp, 50h
mov r14, rdi
mov [rsp+68h+var_60], rsi
mov rcx, [rdi+10h]
mov rdi, [rdi+20h]
test rdi, rdi
jnz short loc_C3904
test rcx, rcx
jnz short loc_C3904
cmp byte ptr [r14+40h], 0
jnz short loc_C3904
cmp qword pt... | unsigned long long minja::Value::at(minja::Value *this, unsigned long long a2)
{
_QWORD *v3; // rcx
long long v4; // rdi
unsigned long long v5; // rdx
std::runtime_error *exception; // rbx
void *v8; // rbx
unsigned long long v9; // [rsp+8h] [rbp-60h] BYREF
_BYTE v10[16]; // [rsp+10h] [rbp-58h] BYREF
_Q... | at:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV R14,RDI
MOV qword ptr [RSP + 0x8],RSI
MOV RCX,qword ptr [RDI + 0x10]
MOV RDI,qword ptr [RDI + 0x20]
TEST RDI,RDI
JNZ 0x001c3904
TEST RCX,RCX
JNZ 0x001c3904
CMP byte ptr [R14 + 0x40],0x0
JNZ 0x001c3904
CMP qword ptr [R14 + 0x30],0x0
JZ 0x001c394f
LAB_001c3904:
TEST RCX,RCX... |
/* minja::Value::at(unsigned long) */
long __thiscall minja::Value::at(Value *this,ulong param_1)
{
long *plVar1;
long lVar2;
runtime_error *prVar3;
ulong uVar4;
ulong local_60;
int1 local_58 [32];
string local_38 [32];
plVar1 = *(long **)(this + 0x10);
lVar2 = *(long *)(this + 0x20);
local_60... | |
65,226 | 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)
{
... | O3 | c | my_casefold_ujis:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r8, -0x40(%rbp)
movq %rcx, %rbx
movq %rcx, -0x30(%rbp)
testq %rdx, %rdx
jle 0x51baf
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %r13
addq %rsi, %r15
xorl %eax, %eax
testq %r9, %r9
sete %al
shll $0x2... | my_casefold_ujis:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov [rbp+var_40], r8
mov rbx, rcx
mov [rbp+var_30], rcx
test rdx, rdx
jle loc_51BAF
mov r15, rdx
mov r12, rsi
mov r13, rdi
add r15, rsi
xor eax, eax
test ... | _BYTE * my_casefold_ujis(
long long a1,
unsigned __int8 *a2,
long long a3,
unsigned __int8 *a4,
long long a5,
long long a6)
{
unsigned __int8 *v6; // rbx
unsigned __int8 *v7; // r12
unsigned long long v8; // r15
long long v9; // rax
long long v10; // rcx
long ... | my_casefold_ujis:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RBP + -0x40],R8
MOV RBX,RCX
MOV qword ptr [RBP + -0x30],RCX
TEST RDX,RDX
JLE 0x00151baf
MOV R15,RDX
MOV R12,RSI
MOV R13,RDI
ADD R15,RSI
XOR EAX,EAX
TEST R9,R9
SETZ AL
SHL EAX,0x2
MOV qword ptr [RBP + -0x38],R... |
long my_casefold_ujis(long param_1,byte *param_2,long param_3,byte *param_4,long param_5,
long param_6)
{
byte *pbVar1;
byte bVar2;
uint uVar3;
int iVar4;
long lVar6;
byte *pbVar7;
byte *pbVar8;
ulong uVar5;
pbVar7 = param_4;
if (0 < param_3) {
pbVar8 = param_2 + param_... | |
65,227 | unicode_general_category1 | bluesky950520[P]quickjs/libunicode.c | static int unicode_general_category1(CharRange *cr, uint32_t gc_mask)
{
const uint8_t *p, *p_end;
uint32_t c, c0, b, n, v;
p = unicode_gc_table;
p_end = unicode_gc_table + countof(unicode_gc_table);
c = 0;
while (p < p_end) {
b = *p++;
n = b >> 5;
v = b & 0x1f;
i... | O2 | c | unicode_general_category1:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %r15
movl %esi, %r13d
andl $0x6, %r13d
movl %esi, 0x4(%rsp)
shrl $0x2, %esi
andl $0x1, %esi
movl %esi, (%rsp)
leaq 0x10e41(%rip), %r14 # 0x94fe0
xorl %ebx, %ebx
xorl %ebp, %ebp
cmpq $0xfe5, %rbx ... | unicode_general_category1:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r15, rdi
mov r13d, esi
and r13d, 6
mov [rsp+38h+var_34], esi
shr esi, 2
and esi, 1
mov [rsp+38h+var_38], esi
lea r14, unicode_gc_table
xor ebx, ebx
xor ebp, ebp
loc_... | long long unicode_general_category1(int *a1, unsigned int a2)
{
int v2; // r13d
long long v3; // rbx
unsigned int v4; // ebp
int v5; // r12d
unsigned __int8 v6; // al
int v7; // ecx
int v8; // ecx
unsigned int v9; // eax
unsigned int i; // r12d
unsigned int v12; // ecx
int v13; // edx
int v14; ... | unicode_general_category1:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RDI
MOV R13D,ESI
AND R13D,0x6
MOV dword ptr [RSP + 0x4],ESI
SHR ESI,0x2
AND ESI,0x1
MOV dword ptr [RSP],ESI
LEA R14,[0x194fe0]
XOR EBX,EBX
XOR EBP,EBP
LAB_001841a3:
CMP RBX,0xfe5
JG 0x00184277
MOV R12D,EBP
MOVZX EAX,byte p... |
int8 unicode_general_category1(int8 param_1,uint param_2)
{
byte bVar1;
uint uVar2;
int iVar3;
uint uVar4;
long lVar5;
long lVar6;
uint uVar7;
int8 local_38;
local_38 = CONCAT44(param_2,param_2 >> 2) & 0xffffffff00000001;
lVar5 = 0;
uVar4 = 0;
LAB_001841a3:
do {
uVar7 = uVar4;
if (0... | |
65,228 | js_TA_cmp_generic | bluesky950520[P]quickjs/quickjs.c | static int js_TA_cmp_generic(const void *a, const void *b, void *opaque) {
struct TA_sort_context *psc = opaque;
JSContext *ctx = psc->ctx;
uint32_t a_idx, b_idx;
JSValue argv[2];
JSValue res;
JSObject *p;
int cmp;
p = JS_VALUE_GET_OBJ(psc->arr);
if (typed_array_is_oob(p))
r... | O1 | c | js_TA_cmp_generic:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rdx, %r14
movq %rsi, %r12
movq %rdi, %r13
movq (%rdx), %rbx
movq 0x10(%rdx), %r15
movq %r15, %rdi
callq 0x396c4
xorl %ebp, %ebp
testl %eax, %eax
jne 0x83186
cmpl $0x0, 0x8(%r14)
jne 0x83186
movl (%r13), %r13d
mov... | js_TA_cmp_generic:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov r14, rdx
mov r12, rsi
mov r13, rdi
mov rbx, [rdx]
mov r15, [rdx+10h]
mov rdi, r15
call typed_array_is_oob
xor ebp, ebp
test eax, eax
jnz loc_83186
cmp dword ptr [r14+... | long long js_TA_cmp_generic(
unsigned int *a1,
_DWORD *a2,
long long a3,
double a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long v12; // rbx
long long v13; // r15
unsigned int v14... | js_TA_cmp_generic:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV R14,RDX
MOV R12,RSI
MOV R13,RDI
MOV RBX,qword ptr [RDX]
MOV R15,qword ptr [RDX + 0x10]
MOV RDI,R15
CALL 0x001396c4
XOR EBP,EBP
TEST EAX,EAX
JNZ 0x00183186
CMP dword ptr [R14 + 0x8],0x0
JNZ 0x00183186
MOV R13D,dword ptr [R13]
MOV E... |
uint js_TA_cmp_generic(uint *param_1,uint *param_2,long *param_3)
{
uint uVar1;
uint uVar2;
long lVar3;
long lVar4;
double dVar5;
byte bVar6;
int iVar7;
byte extraout_var;
uint uVar8;
int1 auVar9 [12];
int8 local_68;
int8 uStack_60;
int1 local_58 [16];
int1 local_48 [16];
lVar3 = *par... | |
65,229 | js_TA_cmp_generic | bluesky950520[P]quickjs/quickjs.c | static int js_TA_cmp_generic(const void *a, const void *b, void *opaque) {
struct TA_sort_context *psc = opaque;
JSContext *ctx = psc->ctx;
uint32_t a_idx, b_idx;
JSValue argv[2];
JSValue res;
JSObject *p;
int cmp;
p = JS_VALUE_GET_OBJ(psc->arr);
if (typed_array_is_oob(p))
r... | O2 | c | js_TA_cmp_generic:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdx, %r14
movq %rsi, %r12
movq %rdi, %r13
movq (%rdx), %rbx
movq 0x10(%rdx), %r15
movq %r15, %rdi
callq 0x32836
xorl %ebp, %ebp
testl %eax, %eax
jne 0x6e081
cmpl $0x0, 0x8(%r14)
jne 0x6e081
movl (%r13), %r13d
mov... | js_TA_cmp_generic:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r14, rdx
mov r12, rsi
mov r13, rdi
mov rbx, [rdx]
mov r15, [rdx+10h]
mov rdi, r15
call typed_array_is_oob
xor ebp, ebp
test eax, eax
jnz loc_6E081
cmp dword ptr [r14+... | long long js_TA_cmp_generic(unsigned int *a1, _DWORD *a2, long long a3)
{
const char *v4; // rbx
long long v5; // r15
unsigned int v6; // ebp
long long v7; // r13
long long v8; // r12
long long v9; // rdx
long long v10; // rdx
long long v11; // rax
long long v12; // rdx
double v14; // [rsp+8h] [rbp... | js_TA_cmp_generic:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R14,RDX
MOV R12,RSI
MOV R13,RDI
MOV RBX,qword ptr [RDX]
MOV R15,qword ptr [RDX + 0x10]
MOV RDI,R15
CALL 0x00132836
XOR EBP,EBP
TEST EAX,EAX
JNZ 0x0016e081
CMP dword ptr [R14 + 0x8],0x0
JNZ 0x0016e081
MOV R13D,dword ptr [R13]
MOV E... |
uint js_TA_cmp_generic(uint *param_1,uint *param_2,int8 *param_3)
{
uint uVar1;
uint uVar2;
int8 uVar3;
long lVar4;
int iVar5;
uint uVar6;
int1 auVar7 [12];
double local_60;
int1 local_58 [16];
int1 local_48 [16];
uVar3 = *param_3;
lVar4 = param_3[2];
iVar5 = typed_array_is_oob(lVar4);
... | |
65,230 | LefDefParser::lefiVia::yh(int, int) const | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiVia.cpp | double
lefiVia::yh(int layerNum,
int rectNum) const
{
lefiViaLayer *vl;
char msg[160];
if (layerNum < 0 || layerNum >= numLayers_) {
sprintf(msg, "ERROR (LEFPARS-1421): The layer number %d given for the VIA LAYER is invalid.\nValid number is from 0 to %d", layerNum, numLaye... | O3 | cpp | LefDefParser::lefiVia::yh(int, int) const:
movl %esi, %eax
testl %esi, %esi
setns %sil
movl 0x48(%rdi), %ecx
cmpl %eax, %ecx
setg %r8b
testb %r8b, %sil
je 0xf531
movq 0x50(%rdi), %rcx
movl %eax, %eax
movq (%rcx,%rax,8), %rdi
movl %edx, %esi
jmp 0xe63a
pushq %rbx
subq $0xa0, %rsp
leaq 0x4af88(%rip), %rsi # 0x5a4c8
m... | _ZNK12LefDefParser7lefiVia2yhEii:
mov eax, esi
test esi, esi
setns sil
mov ecx, [rdi+48h]
cmp ecx, eax
setnle r8b
test sil, r8b
jz short loc_F531
mov rcx, [rdi+50h]
mov eax, eax
mov rdi, [rcx+rax*8]; this
mov esi, edx; int
jmp _ZN12LefDefParser12lefiViaLayer2yhEi; LefDefPar... | double LefDefParser::lefiVia::yh(LefDefParser::lefiVia *this, unsigned int a2, unsigned int a3)
{
const char *v4; // rcx
_BYTE v5[168]; // [rsp-A8h] [rbp-A8h] BYREF
if ( *((_DWORD *)this + 18) > (int)a2 && (a2 & 0x80000000) == 0 )
return LefDefParser::lefiViaLayer::yh(*(LefDefParser::lefiViaLayer **)(*((_QW... | yh:
MOV EAX,ESI
TEST ESI,ESI
SETNS SIL
MOV ECX,dword ptr [RDI + 0x48]
CMP ECX,EAX
SETG R8B
TEST SIL,R8B
JZ 0x0010f531
MOV RCX,qword ptr [RDI + 0x50]
MOV EAX,EAX
MOV RDI,qword ptr [RCX + RAX*0x8]
MOV ESI,EDX
JMP 0x0010e63a
LAB_0010f531:
PUSH RBX
SUB RSP,0xa0
LEA RSI,[0x15a4c8]
MOV RBX,RSP
MOV RDI,RBX
MOV EDX,EAX
XOR EAX... |
/* LefDefParser::lefiVia::yh(int, int) const */
int8 __thiscall LefDefParser::lefiVia::yh(lefiVia *this,int param_1,int param_2)
{
int8 uVar1;
char acStack_a8 [160];
if (-1 < param_1 && param_1 < *(int *)(this + 0x48)) {
uVar1 = lefiViaLayer::yh(*(lefiViaLayer **)(*(long *)(this + 0x50) + (ulong)(uint)p... | |
65,231 | JS_ThrowPlainError | bluesky950520[P]quickjs/quickjs.c | JSValue __attribute__((format(printf, 2, 3))) JS_ThrowPlainError(JSContext *ctx, const char *fmt, ...)
{
JSValue val;
va_list ap;
va_start(ap, fmt);
val = JS_ThrowError(ctx, JS_PLAIN_ERROR, fmt, ap);
va_end(ap);
return val;
} | O1 | c | JS_ThrowPlainError:
subq $0xd8, %rsp
movq %rsi, %r10
leaq 0x20(%rsp), %rsi
movq %rdx, 0x10(%rsi)
movq %rcx, 0x18(%rsi)
movq %r8, 0x20(%rsi)
movq %r9, 0x28(%rsi)
testb %al, %al
je 0x21800
movaps %xmm0, 0x50(%rsp)
movaps %xmm1, 0x60(%rsp)
movaps %xmm2, 0x70(%rsp)
movaps %xmm3, 0x80(%rsp)
movaps %xmm4, 0x90(%rsp)
movaps %... | JS_ThrowPlainError:
sub rsp, 0D8h
mov r10, rsi
lea rsi, [rsp+0D8h+var_B8]
mov [rsi+10h], rdx
mov [rsi+18h], rcx
mov [rsi+20h], r8
mov [rsi+28h], r9
test al, al
jz short loc_21800
movaps [rsp+0D8h+var_88], xmm0
movaps [rsp+0D8h+var_78], xmm1
movaps [rsp+0D8h+var_68], xmm2
movaps [... | long long JS_ThrowPlainError(
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_ThrowPlainError:
SUB RSP,0xd8
MOV R10,RSI
LEA RSI,[RSP + 0x20]
MOV qword ptr [RSI + 0x10],RDX
MOV qword ptr [RSI + 0x18],RCX
MOV qword ptr [RSI + 0x20],R8
MOV qword ptr [RSI + 0x28],R9
TEST AL,AL
JZ 0x00121800
MOVAPS xmmword ptr [RSP + 0x50],XMM0
MOVAPS xmmword ptr [RSP + 0x60],XMM1
MOVAPS xmmword ptr [RSP + 0x70],X... |
int1 [16] JS_ThrowPlainError(int8 param_1,int8 param_2)
{
JS_ThrowError(param_1,8,param_2);
return ZEXT816(6) << 0x40;
}
| |
65,232 | JS_ThrowPlainError | bluesky950520[P]quickjs/quickjs.c | JSValue __attribute__((format(printf, 2, 3))) JS_ThrowPlainError(JSContext *ctx, const char *fmt, ...)
{
JSValue val;
va_list ap;
va_start(ap, fmt);
val = JS_ThrowError(ctx, JS_PLAIN_ERROR, fmt, ap);
va_end(ap);
return val;
} | O2 | c | JS_ThrowPlainError:
subq $0xd8, %rsp
movq %rsi, %r10
leaq 0x20(%rsp), %rsi
movq %rdx, 0x10(%rsi)
movq %rcx, 0x18(%rsi)
movq %r8, 0x20(%rsi)
movq %r9, 0x28(%rsi)
testb %al, %al
je 0x1b99d
movaps %xmm0, 0x50(%rsp)
movaps %xmm1, 0x60(%rsp)
movaps %xmm2, 0x70(%rsp)
movaps %xmm3, 0x80(%rsp)
movaps %xmm4, 0x90(%rsp)
movaps %... | JS_ThrowPlainError:
sub rsp, 0D8h
mov r10, rsi
lea rsi, [rsp+0D8h+var_B8]
mov [rsi+10h], rdx
mov [rsi+18h], rcx
mov [rsi+20h], r8
mov [rsi+28h], r9
test al, al
jz short loc_1B99D
movaps [rsp+0D8h+var_88], xmm0
movaps [rsp+0D8h+var_78], xmm1
movaps [rsp+0D8h+var_68], xmm2
movaps [... | long long JS_ThrowPlainError(
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_ThrowPlainError:
SUB RSP,0xd8
MOV R10,RSI
LEA RSI,[RSP + 0x20]
MOV qword ptr [RSI + 0x10],RDX
MOV qword ptr [RSI + 0x18],RCX
MOV qword ptr [RSI + 0x20],R8
MOV qword ptr [RSI + 0x28],R9
TEST AL,AL
JZ 0x0011b99d
MOVAPS xmmword ptr [RSP + 0x50],XMM0
MOVAPS xmmword ptr [RSP + 0x60],XMM1
MOVAPS xmmword ptr [RSP + 0x70],X... |
int1 [16] JS_ThrowPlainError(int8 param_1,int8 param_2)
{
JS_ThrowError(param_1,8,param_2);
return ZEXT816(6) << 0x40;
}
| |
65,233 | JS_ThrowPlainError | bluesky950520[P]quickjs/quickjs.c | JSValue __attribute__((format(printf, 2, 3))) JS_ThrowPlainError(JSContext *ctx, const char *fmt, ...)
{
JSValue val;
va_list ap;
va_start(ap, fmt);
val = JS_ThrowError(ctx, JS_PLAIN_ERROR, fmt, ap);
va_end(ap);
return val;
} | O3 | c | JS_ThrowPlainError:
subq $0xd8, %rsp
movq %rsi, %r10
leaq 0x20(%rsp), %rsi
movq %rdx, 0x10(%rsi)
movq %rcx, 0x18(%rsi)
movq %r8, 0x20(%rsi)
movq %r9, 0x28(%rsi)
testb %al, %al
je 0x22011
movaps %xmm0, 0x50(%rsp)
movaps %xmm1, 0x60(%rsp)
movaps %xmm2, 0x70(%rsp)
movaps %xmm3, 0x80(%rsp)
movaps %xmm4, 0x90(%rsp)
movaps %... | JS_ThrowPlainError:
sub rsp, 0D8h
mov r10, rsi
lea rsi, [rsp+0D8h+var_B8]
mov [rsi+10h], rdx
mov [rsi+18h], rcx
mov [rsi+20h], r8
mov [rsi+28h], r9
test al, al
jz short loc_22011
movaps [rsp+0D8h+var_88], xmm0
movaps [rsp+0D8h+var_78], xmm1
movaps [rsp+0D8h+var_68], xmm2
movaps [... | long long JS_ThrowPlainError(
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_ThrowPlainError:
SUB RSP,0xd8
MOV R10,RSI
LEA RSI,[RSP + 0x20]
MOV qword ptr [RSI + 0x10],RDX
MOV qword ptr [RSI + 0x18],RCX
MOV qword ptr [RSI + 0x20],R8
MOV qword ptr [RSI + 0x28],R9
TEST AL,AL
JZ 0x00122011
MOVAPS xmmword ptr [RSP + 0x50],XMM0
MOVAPS xmmword ptr [RSP + 0x60],XMM1
MOVAPS xmmword ptr [RSP + 0x70],X... |
int1 [16] JS_ThrowPlainError(int8 param_1,int8 param_2)
{
JS_ThrowError(param_1,8,param_2);
return ZEXT816(6) << 0x40;
}
| |
65,234 | google::protobuf::compiler::csharp::PrimitiveFieldGenerator::WriteEquals(google::protobuf::io::Printer*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc | void PrimitiveFieldGenerator::WriteEquals(io::Printer* printer) {
const char *text = "if ($property_name$ != other.$property_name$) return false;\n";
if (descriptor_->type() == FieldDescriptor::TYPE_FLOAT) {
text = "if (!pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.Equals($property_name$, other.... | O0 | cpp | google::protobuf::compiler::csharp::PrimitiveFieldGenerator::WriteEquals(google::protobuf::io::Printer*):
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movq %rsi, 0x18(%rsp)
movq 0x20(%rsp), %rax
movq %rax, 0x8(%rsp)
leaq 0x34133e(%rip), %rcx # 0x3ada8d
movq %rcx, 0x10(%rsp)
movq 0x10(%rax), %rdi
callq 0x3d920
cmpl $0x2, %... | _ZN6google8protobuf8compiler6csharp23PrimitiveFieldGenerator11WriteEqualsEPNS0_2io7PrinterE:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_10], rsi
mov rax, [rsp+28h+var_8]
mov [rsp+28h+var_20], rax
lea rcx, aIfPropertyName_1; "if ($property_name$ != other.$property_"...
mov [rsp+28... | WriteEquals:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV RAX,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x8],RAX
LEA RCX,[0x4ada8d]
MOV qword ptr [RSP + 0x10],RCX
MOV RDI,qword ptr [RAX + 0x10]
CALL 0x0013d920
CMP EAX,0x2
JNZ 0x0016c770
LEA RAX,[0x4adaca]
MOV qword ptr [RSP + 0x10],R... |
/* google::protobuf::compiler::csharp::PrimitiveFieldGenerator::WriteEquals(google::protobuf::io::Printer*)
*/
void __thiscall
google::protobuf::compiler::csharp::PrimitiveFieldGenerator::WriteEquals
(PrimitiveFieldGenerator *this,Printer *param_1)
{
int iVar1;
char *local_18;
local_18 = "if (... | ||
65,235 | js_proxy_get_own_property_names | bluesky950520[P]quickjs/quickjs.c | static int js_proxy_get_own_property_names(JSContext *ctx,
JSPropertyEnum **ptab,
uint32_t *plen,
JSValue obj)
{
JSProxyData *s;
JSValue method, prop_array, val;
uint32_t len, i, ... | O1 | c | js_proxy_get_own_property_names:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movq %rdx, %r13
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x60(%rsp), %rsi
movq %rcx, %rdx
movq %r8, %rcx
movl $0x68, %r8d
callq 0x4143c
movl $0xffffffff, %ebp # imm = 0xFFFFFFFF
testq %rax, %rax
je 0x52... | js_proxy_get_own_property_names:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov r13, rdx
mov r15, rsi
mov rbx, rdi
lea rsi, [rsp+0D8h+var_78]
mov rdx, rcx
mov rcx, r8
mov r8d, 68h ; 'h'
call get_proxy_method
mov ebp, 0FFFFFFFFh
test ra... | long long js_proxy_get_own_property_names(
long long a1,
long long *a2,
_DWORD *a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
... | js_proxy_get_own_property_names:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV R13,RDX
MOV R15,RSI
MOV RBX,RDI
LEA RSI,[RSP + 0x60]
MOV RDX,RCX
MOV RCX,R8
MOV R8D,0x68
CALL 0x0014143c
MOV EBP,0xffffffff
TEST RAX,RAX
JZ 0x00152847
MOV RDX,qword ptr [RSP + 0x68]
CMP EDX,0x3
JNZ 0x001524f5
MOV RCX... |
int8
js_proxy_get_own_property_names
(long param_1,long *param_2,uint *param_3,int8 param_4,int8 param_5)
{
uint uVar1;
int8 *puVar2;
int iVar3;
int iVar4;
int8 uVar5;
int8 uVar6;
long lVar7;
long lVar8;
ulong uVar9;
ulong uVar10;
int8 uVar11;
int8 uVar12;
ulong uVar13;
char *pcV... | |
65,236 | js_proxy_get_own_property_names | bluesky950520[P]quickjs/quickjs.c | static int js_proxy_get_own_property_names(JSContext *ctx,
JSPropertyEnum **ptab,
uint32_t *plen,
JSValue obj)
{
JSProxyData *s;
JSValue method, prop_array, val;
uint32_t len, i, ... | O2 | c | js_proxy_get_own_property_names:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xc8, %rsp
movq %r8, %rax
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x80(%rsp), %rsi
pushq $0x68
popq %r8
movq %rcx, %rdx
movq %rax, %rcx
callq 0x398b1
pushq $-0x1
popq %rbp
testq %rax, %rax
je 0x46ffd
mo... | js_proxy_get_own_property_names:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C8h
mov rax, r8
mov r12, rdx
mov r15, rsi
mov rbx, rdi
lea rsi, [rsp+0F8h+var_78]
push 68h ; 'h'
pop r8
mov rdx, rcx
mov rcx, rax
call get_proxy_method
push 0FF... | long long js_proxy_get_own_property_names(
long long a1,
long long *a2,
int *a3,
long long a4,
int a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
double a10,
double a11,
__m128 a12,
__m128 a13)
{
long long *proxy... | js_proxy_get_own_property_names:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xc8
MOV RAX,R8
MOV R12,RDX
MOV R15,RSI
MOV RBX,RDI
LEA RSI,[RSP + 0x80]
PUSH 0x68
POP R8
MOV RDX,RCX
MOV RCX,RAX
CALL 0x001398b1
PUSH -0x1
POP RBP
TEST RAX,RAX
JZ 0x00146ffd
MOV RDX,qword ptr [RSP + 0x88]
CMP EDX,0x3
JNZ 0x0... |
ulong js_proxy_get_own_property_names
(int8 param_1,long *param_2,uint *param_3,int8 param_4,
int8 param_5)
{
long lVar1;
int8 *puVar2;
long *plVar3;
uint uVar4;
int1 auVar5 [16];
int iVar6;
int iVar7;
uint uVar8;
ulong uVar9;
long lVar10;
int8 uVar11;
ulong uVa... | |
65,237 | translog_write_variable_record_1chunk | eloqsql/storage/maria/ma_loghandler.c | static my_bool
translog_write_variable_record_1chunk(LSN *lsn,
enum translog_record_type type,
MARIA_HA *tbl_info,
SHORT_TRANSACTION_ID short_trid,
struct st_translog_p... | O0 | c | translog_write_variable_record_1chunk:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movw %cx, %ax
movq 0x20(%rbp), %rcx
movq 0x18(%rbp), %rcx
movw 0x10(%rbp), %cx
movq %fs:0x28, %rcx
movq %rcx, -0x8(%rbp)
movq %rdi, -0x20(%rbp)
movl %esi, -0x24(%rbp)
movq %rdx, -0x30(%rbp)
movw %ax, -0x32(%rbp)
movq %r8, -0x40(%rbp)
mov... | translog_write_variable_record_1chunk:
push rbp
mov rbp, rsp
sub rsp, 50h
mov ax, cx
mov rcx, [rbp+arg_10]
mov rcx, [rbp+arg_8]
mov cx, [rbp+arg_0]
mov rcx, fs:28h
mov [rbp+var_8], rcx
mov [rbp+var_20], rdi
mov [rbp+var_24], esi
mov [rbp+var_30], rdx
mov [rbp+var_32], ... | char translog_write_variable_record_1chunk(
_QWORD *a1,
unsigned int a2,
long long a3,
unsigned __int16 a4,
long long a5,
long long a6,
unsigned __int16 a7,
long long a8,
long long a9)
{
int v10; // [rsp+4h] [rbp-4Ch]
_BYTE v14[10]; // [rsp+3E... | translog_write_variable_record_1chunk:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV AX,CX
MOV RCX,qword ptr [RBP + 0x20]
MOV RCX,qword ptr [RBP + 0x18]
MOV CX,word ptr [RBP + 0x10]
MOV RCX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RCX
MOV qword ptr [RBP + -0x20],RDI
MOV dword ptr [RBP + -0x24],ESI
MOV qword ptr [RBP + -0... |
int8
translog_write_variable_record_1chunk
(long *param_1,uint param_2,int8 param_3,int2 param_4,long param_5,
long param_6,int2 param_7,int8 param_8,int8 param_9)
{
char cVar1;
long in_FS_OFFSET;
int1 local_1a [10];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
translog... | |
65,238 | testing::internal::MakeAndRegisterTestInfo(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const*, char const*, char const*, testing::internal::CodeLocation, void const*, void (*)(), void (*)(), testing::internal::TestFactoryBase*) | AlayaLite/build_O3/_deps/googletest-src/googletest/src/gtest.cc | TestInfo* MakeAndRegisterTestInfo(
std::string test_suite_name, const char* name, const char* type_param,
const char* value_param, CodeLocation code_location,
TypeId fixture_class_id, SetUpTestSuiteFunc set_up_tc,
TearDownTestSuiteFunc tear_down_tc, TestFactoryBase* factory) {
TestInfo* const test_inf... | O3 | cpp | testing::internal::MakeAndRegisterTestInfo(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const*, char const*, char const*, testing::internal::CodeLocation, void const*, void (*)(), void (*)(), testing::internal::TestFactoryBase*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq ... | _ZN7testing8internal23MakeAndRegisterTestInfoENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcS8_S8_NS0_12CodeLocationEPKvPFvvESD_PNS0_15TestFactoryBaseE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov r14, r9
mov r13, r8
mov r15, rcx
mov r12, rdx
mov... | testing::TestInfo * testing::internal::MakeAndRegisterTestInfo(
long long a1,
long long a2,
_BYTE *a3,
_BYTE *a4,
long long a5,
long long a6,
void (*a7)(void),
void (*a8)(void),
long long a9)
{
__int128 *v13; // rax
__int128 *v14; // rcx
test... | MakeAndRegisterTestInfo:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV R14,R9
MOV R13,R8
MOV R15,RCX
MOV R12,RDX
MOV RBP,RSI
MOV RBX,RDI
MOV EDI,0x110
CALL 0x00111190
MOV qword ptr [RSP + 0x8],RAX
LEA RDX,[RSP + 0x20]
MOV qword ptr [RDX + -0x10],RDX
MOV RCX,qword ptr [RBX]
LEA RAX,[RBX + 0x10]
... |
/* testing::internal::MakeAndRegisterTestInfo(std::__cxx11::string, char const*, char const*, char
const*, testing::internal::CodeLocation, void const*, void (*)(), void (*)(),
testing::internal::TestFactoryBase*) */
TestInfo *
testing::internal::MakeAndRegisterTestInfo
(long *param_1,char *param_2,in... | |
65,239 | my_utf8mb3_uni | eloqsql/strings/ctype-utf8.c | static int my_utf8mb3_uni(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t * pwc, const uchar *s, const uchar *e)
{
return my_mb_wc_utf8mb3_quick(pwc, s, e);
} | O3 | c | my_utf8mb3_uni:
pushq %rbp
movq %rsp, %rbp
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rcx, %rdx
jae 0x4f54d
movzbl (%rdx), %edi
testb %dil, %dil
js 0x4f545
movl %edi, %edi
movl $0x1, %eax
movq %rdi, (%rsi)
jmp 0x4f54d
cmpb $-0x3e, %dil
jae 0x4f54f
xorl %eax, %eax
popq %rbp
retq
cmpb $-0x21, %dil
ja 0x4f586
l... | my_utf8mb3_uni:
push rbp
mov rbp, rsp
mov eax, 0FFFFFF9Bh
cmp rdx, rcx
jnb short loc_4F54D
movzx edi, byte ptr [rdx]
test dil, dil
js short loc_4F545
mov edi, edi
mov eax, 1
loc_4F540:
mov [rsi], rdi
jmp short loc_4F54D
loc_4F545:
cmp dil, 0C2h
jnb short loc_4F54F
lo... | long long my_utf8mb3_uni(long long a1, unsigned long long *a2, unsigned __int8 *a3, unsigned long long a4)
{
long long result; // rax
int v5; // edi
unsigned long long v6; // rdi
char v7; // cl
char v8; // dl
result = 4294967195LL;
if ( (unsigned long long)a3 < a4 )
{
v5 = *a3;
if ( (v5 & 0x80... | my_utf8mb3_uni:
PUSH RBP
MOV RBP,RSP
MOV EAX,0xffffff9b
CMP RDX,RCX
JNC 0x0014f54d
MOVZX EDI,byte ptr [RDX]
TEST DIL,DIL
JS 0x0014f545
MOV EDI,EDI
MOV EAX,0x1
LAB_0014f540:
MOV qword ptr [RSI],RDI
JMP 0x0014f54d
LAB_0014f545:
CMP DIL,0xc2
JNC 0x0014f54f
LAB_0014f54b:
XOR EAX,EAX
LAB_0014f54d:
POP RBP
RET
LAB_0014f54f:
... |
int8 my_utf8mb3_uni(int8 param_1,ulong *param_2,byte *param_3,byte *param_4)
{
byte bVar1;
byte bVar2;
int8 uVar3;
ulong uVar4;
uint uVar5;
if (param_4 <= param_3) {
return 0xffffff9b;
}
bVar1 = *param_3;
uVar5 = (uint)bVar1;
if ((char)bVar1 < '\0') {
if (0xc1 < bVar1) {
if (bVar1... | |
65,240 | minja::IfNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | void do_render(std::ostringstream & out, const std::shared_ptr<Context> & context) const override {
for (const auto& branch : cascade) {
auto enter_branch = true;
if (branch.first) {
enter_branch = branch.first->evaluate(context).to_bool();
}
if (enter_branch) {... | O3 | cpp | minja::IfNode::do_render(std::__cxx11::basic_ostringstream<char, std::char_traits<char>, std::allocator<char>>&, std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rsi, (%rsp)
movq 0x20(%rdi), %r13
movq 0x28(%rdi), %r14
cmpq %r14, %r13... | _ZNK5minja6IfNode9do_renderERNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEERKSt10shared_ptrINS_7ContextEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rsp+88h+var_88], rsi
mov r13, [rdi+20h]
mov r14, [rdi+28h]
cmp r13, r14
jz loc_9DB60
... | do_render:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RSP],RSI
MOV R13,qword ptr [RDI + 0x20]
MOV R14,qword ptr [RDI + 0x28]
CMP R13,R14
JZ 0x0019db60
MOV RBX,RDX
LEA R15,[RSP + 0x48]
LEA R12,[RSP + 0x8]
LAB_0019daa0:
MOV RSI,qword ptr [R13]
TEST RSI,RSI
JZ 0x0019db4b
MOV RDI,R12
... |
/* minja::IfNode::do_render(std::__cxx11::ostringstream&, std::shared_ptr<minja::Context> const&)
const */
void minja::IfNode::do_render(ostringstream *param_1,shared_ptr *param_2)
{
int *piVar1;
int8 *puVar2;
char cVar3;
int iVar4;
runtime_error *this;
int8 *puVar5;
Expression local_80 [8];
long ... | ||
65,241 | js__gettimeofday_us | bluesky950520[P]quickjs/cutils.c | int64_t js__gettimeofday_us(void) {
struct timeval tv;
#ifdef _WIN32
gettimeofday_msvc(&tv);
#else
gettimeofday(&tv, NULL);
#endif
return ((int64_t)tv.tv_sec * 1000000) + tv.tv_usec;
} | O1 | c | js__gettimeofday_us:
pushq %rbx
subq $0x10, %rsp
movq %rsp, %rbx
movq %rbx, %rdi
xorl %esi, %esi
callq 0xe330
imulq $0xf4240, (%rbx), %rax # imm = 0xF4240
addq 0x8(%rbx), %rax
addq $0x10, %rsp
popq %rbx
retq
| js__gettimeofday_us:
push rbx
sub rsp, 10h
mov rbx, rsp
mov rdi, rbx
xor esi, esi
call _gettimeofday
imul rax, [rbx], 0F4240h
add rax, [rbx+8]
add rsp, 10h
pop rbx
retn
| long long js__gettimeofday_us()
{
_QWORD v1[3]; // [rsp+0h] [rbp-18h] BYREF
gettimeofday(v1, 0LL);
return v1[1] + 1000000LL * v1[0];
}
| js__gettimeofday_us:
PUSH RBX
SUB RSP,0x10
MOV RBX,RSP
MOV RDI,RBX
XOR ESI,ESI
CALL 0x0010e330
IMUL RAX,qword ptr [RBX],0xf4240
ADD RAX,qword ptr [RBX + 0x8]
ADD RSP,0x10
POP RBX
RET
|
long js__gettimeofday_us(void)
{
timeval local_18;
gettimeofday(&local_18,(__timezone_ptr_t)0x0);
return local_18.tv_sec * 1000000 + local_18.tv_usec;
}
| |
65,242 | js__gettimeofday_us | bluesky950520[P]quickjs/cutils.c | int64_t js__gettimeofday_us(void) {
struct timeval tv;
#ifdef _WIN32
gettimeofday_msvc(&tv);
#else
gettimeofday(&tv, NULL);
#endif
return ((int64_t)tv.tv_sec * 1000000) + tv.tv_usec;
} | O3 | c | js__gettimeofday_us:
pushq %rbx
subq $0x10, %rsp
movq %rsp, %rbx
movq %rbx, %rdi
xorl %esi, %esi
callq 0xe330
imulq $0xf4240, (%rbx), %rax # imm = 0xF4240
addq 0x8(%rbx), %rax
addq $0x10, %rsp
popq %rbx
retq
| js__gettimeofday_us:
push rbx
sub rsp, 10h
mov rbx, rsp
mov rdi, rbx
xor esi, esi
call _gettimeofday
imul rax, [rbx], 0F4240h
add rax, [rbx+8]
add rsp, 10h
pop rbx
retn
| long long js__gettimeofday_us()
{
_QWORD v1[3]; // [rsp+0h] [rbp-18h] BYREF
gettimeofday(v1, 0LL);
return v1[1] + 1000000LL * v1[0];
}
| js__gettimeofday_us:
PUSH RBX
SUB RSP,0x10
MOV RBX,RSP
MOV RDI,RBX
XOR ESI,ESI
CALL 0x0010e330
IMUL RAX,qword ptr [RBX],0xf4240
ADD RAX,qword ptr [RBX + 0x8]
ADD RSP,0x10
POP RBX
RET
|
long js__gettimeofday_us(void)
{
timeval local_18;
gettimeofday(&local_18,(__timezone_ptr_t)0x0);
return local_18.tv_sec * 1000000 + local_18.tv_usec;
}
| |
65,243 | init_available_charsets | eloqsql/mysys/charset.c | static void init_available_charsets(void)
{
char fname[FN_REFLEN + sizeof(MY_CHARSET_INDEX)];
struct charset_info_st **cs;
MY_CHARSET_LOADER loader;
DBUG_ENTER("init_available_charsets");
bzero((char*) &all_charsets,sizeof(all_charsets));
bzero((char*) &my_collation_statistics, sizeof(my_collation_statisti... | O0 | c | init_available_charsets:
pushq %rbp
movq %rsp, %rbp
subq $0x300, %rsp # imm = 0x300
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
leaq 0x3c28c1(%rip), %rdi # 0x3ffa40
xorl %esi, %esi
movl $0x4000, %edx # imm = 0x4000
callq 0x291e0
leaq 0x3c691e(%rip), %rdi # 0x403ab0
xorl %esi, %esi
movl $0x4000,... | init_available_charsets:
push rbp
mov rbp, rsp
sub rsp, 300h
mov rax, fs:28h
mov [rbp+var_8], rax
lea rdi, all_charsets
xor esi, esi
mov edx, 4000h
call _memset
lea rdi, my_collation_statistics
xor esi, esi
mov edx, 4000h
call _memset
lea rax, key_memory_charsets
mov... | unsigned long long init_available_charsets()
{
_BYTE *charsets_dir; // rax
_QWORD *i; // [rsp+28h] [rbp-2D8h]
_BYTE v3[176]; // [rsp+30h] [rbp-2D0h] BYREF
_BYTE v4[536]; // [rsp+E0h] [rbp-220h] BYREF
unsigned long long v5; // [rsp+2F8h] [rbp-8h]
v5 = __readfsqword(0x28u);
memset(all_charsets, 0LL, sizeof... | init_available_charsets:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x300
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
LEA RDI,[0x4ffa40]
XOR ESI,ESI
MOV EDX,0x4000
CALL 0x001291e0
LEA RDI,[0x503ab0]
XOR ESI,ESI
MOV EDX,0x4000
CALL 0x001291e0
LEA RAX,[0x4ff72c]
MOV EDI,dword ptr [RAX]
LEA RSI,[0x503a40]
MOV EDX,0x10
LE... |
void init_available_charsets(void)
{
char cVar1;
char *__dest;
long in_FS_OFFSET;
long *local_2e0;
int1 local_2d8 [176];
int1 local_228 [536];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);
memset(&all_charsets,0,0x4000);
memset(my_collation_statistics,0,0x4000);
my_hash_init2(key_... | |
65,244 | my_b_flush_io_cache | eloqsql/mysys/mf_iocache.c | int my_b_flush_io_cache(IO_CACHE *info, int need_append_buffer_lock)
{
size_t length;
my_bool append_cache= (info->type == SEQ_READ_APPEND);
DBUG_ENTER("my_b_flush_io_cache");
DBUG_PRINT("enter", ("cache: %p", info));
if (!append_cache)
need_append_buffer_lock= 0;
if (info->type == WRITE_CACHE || app... | O0 | c | my_b_flush_io_cache:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x3, 0xb0(%rax)
sete %al
andb $0x1, %al
movzbl %al, %eax
movb %al, -0x21(%rbp)
jmp 0x886b7
cmpb $0x0, -0x21(%rbp)
jne 0x886c4
movl $0x0, -0x14(%rbp)
movq -0x10(%rbp), %rax
cmpl $0x... | my_b_flush_io_cache:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov rax, [rbp+var_10]
cmp dword ptr [rax+0B0h], 3
setz al
and al, 1
movzx eax, al
mov [rbp+var_21], al
jmp short $+2
loc_886B7:
cmp [rbp+var_21], 0
jnz short loc_886C4
... | long long my_b_flush_io_cache(long long a1, int a2)
{
unsigned int v3; // [rsp+8h] [rbp-28h]
bool v4; // [rsp+Fh] [rbp-21h]
long long v5; // [rsp+10h] [rbp-20h]
v4 = *(_DWORD *)(a1 + 176) == 3;
if ( *(_DWORD *)(a1 + 176) != 3 )
a2 = 0;
if ( *(_DWORD *)(a1 + 176) != 2 && *(_DWORD *)(a1 + 176) != 3 )
... | my_b_flush_io_cache:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX + 0xb0],0x3
SETZ AL
AND AL,0x1
MOVZX EAX,AL
MOV byte ptr [RBP + -0x21],AL
JMP 0x001886b7
LAB_001886b7:
CMP byte ptr [RBP + -0x21],0x0
JNZ 0x001886c4
M... |
int my_b_flush_io_cache(ulong *param_1,int param_2)
{
char cVar1;
int iVar2;
long lVar3;
long lVar4;
bool bVar5;
int local_1c;
bVar5 = (int)param_1[0x16] == 3;
local_1c = param_2;
if (!bVar5) {
local_1c = 0;
}
if (((int)param_1[0x16] == 2) || (bVar5)) {
if ((*(int *)((long)param_1 + 0... | |
65,245 | my_uca_implicit_weight_put | eloqsql/strings/ctype-uca.c | static inline void
my_uca_implicit_weight_put(uint16 *to, my_wc_t code, uint level)
{
switch (level) {
case 1: to[0]= 0x0020; to[1]= 0; break; /* Secondary level */
case 2: to[0]= 0x0002; to[1]= 0; break; /* Tertiary level */
case 3: to[0]= 0x0001; to[1]= 0; break; /* Quaternary level */
default:
DBUG_ASS... | O0 | c | my_uca_implicit_weight_put:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movl -0x14(%rbp), %eax
movq %rax, -0x20(%rbp)
subq $0x3, %rax
ja 0x85303
movq -0x20(%rbp), %rax
leaq 0xf3091(%rip), %rcx # 0x17834c
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
j... | my_uca_implicit_weight_put:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov eax, [rbp+var_14]
mov [rbp+var_20], rax
sub rax, 3; switch 4 cases
ja short def_852C2; jumptable 00000000000852C2 default case
mov rax, [rbp+var... | _WORD * my_uca_implicit_weight_put(_WORD *a1, unsigned long long a2, int a3)
{
_WORD *result; // rax
switch ( a3 )
{
case 1:
*a1 = 32;
a1[1] = 0;
break;
case 2:
*a1 = 2;
a1[1] = 0;
break;
case 3:
*a1 = 1;
a1[1] = 0;
break;
default:
break... | my_uca_implicit_weight_put:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV EAX,dword ptr [RBP + -0x14]
MOV qword ptr [RBP + -0x20],RAX
SUB RAX,0x3
JA 0x00185303
MOV RAX,qword ptr [RBP + -0x20]
LEA RCX,[0x27834c]
MOVSXD RAX,dword ptr [... |
void my_uca_implicit_weight_put(short *param_1,ulong param_2,int4 param_3)
{
short sVar1;
switch(param_3) {
default:
break;
case 1:
*param_1 = 0x20;
param_1[1] = 0;
break;
case 2:
*param_1 = 2;
param_1[1] = 0;
break;
case 3:
*param_1 = 1;
param_1[1] = 0;
}
sVar1 ... | |
65,246 | minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const | monkey531[P]llama/common/minja.hpp | Value do_evaluate(const std::shared_ptr<Context> & context) const override {
auto result = Value::array();
for (const auto& e : elements) {
if (!e) throw std::runtime_error("Array element is null");
result.push_back(e->evaluate(context));
}
return result;
} | O1 | cpp | minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %rbx
xorps %xmm0, %xmm0
movq %rsp, %rsi
movaps %xmm0, (%rsi)
movq $0x0, 0x10(%rsi)
callq 0x8fe94
movq %rsp, %rdi
call... | _ZNK5minja9ArrayExpr11do_evaluateERKSt10shared_ptrINS_7ContextEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r14, rdx
mov r15, rsi
mov rbx, rdi
xorps xmm0, xmm0
mov rsi, rsp
movaps xmmword ptr [rsi], xmm0
mov qword ptr [rsi+10h], 0
call _ZN5min... | minja::Value * minja::ArrayExpr::do_evaluate(minja::Value *this, long long a2, int a3, int a4, int a5, int a6)
{
void (****v7)(void); // r13
void (****i)(void); // rbp
long long v9; // rdi
signed __int32 v10; // eax
std::runtime_error *exception; // r15
__int128 v13; // [rsp+0h] [rbp-98h] BYREF
long long ... | do_evaluate:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
XORPS XMM0,XMM0
MOV RSI,RSP
MOVAPS xmmword ptr [RSI],XMM0
MOV qword ptr [RSI + 0x10],0x0
LAB_0018fcc2:
CALL 0x0018fe94
MOV RDI,RSP
CALL 0x0018f67c
MOV R13,qword ptr [R15 + 0x20]
MOV RBP,qword ptr [R15 + 0... |
/* minja::ArrayExpr::do_evaluate(std::shared_ptr<minja::Context> const&) const */
ArrayExpr * __thiscall minja::ArrayExpr::do_evaluate(ArrayExpr *this,shared_ptr *param_1)
{
int *piVar1;
long *plVar2;
int iVar3;
runtime_error *this_00;
long *plVar4;
int8 local_98;
int8 uStack_90;
int8 local_88;
Exp... | |
65,247 | void intx::throw_<std::invalid_argument>(char const*) | corpus-core[P]colibri-stateless/build_O2/_deps/intx-src/include/intx/intx.hpp | [[noreturn]] inline void throw_(const char* what)
{
#if __cpp_exceptions
throw T{what};
#else
std::fputs(what, stderr);
std::abort();
#endif
} | O2 | cpp | void intx::throw_<std::invalid_argument>(char const*):
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %r14
pushq $0x10
popq %rdi
callq 0x22200
movq %rax, %rbx
movq %rax, %rdi
movq %r14, %rsi
callq 0x22130
movq 0x75cbc(%rip), %rsi # 0xbbfb0
movq 0x75cad(%rip), %rdx # 0xbbfa8
movq %rbx, %rdi
callq 0x22320
movq %rax,... | _ZN4intx6throw_ISt16invalid_argumentEEvPKc:
push r14
push rbx
push rax
mov r14, rdi
push 10h
pop rdi; thrown_size
call ___cxa_allocate_exception
mov rbx, rax
mov rdi, rax; this
mov rsi, r14; char *
call __ZNSt16invalid_argumentC1EPKc; std::invalid_argument::invalid_argument(char co... | void __noreturn intx::throw_<std::invalid_argument>(char *a1)
{
std::invalid_argument *exception; // rbx
exception = (std::invalid_argument *)__cxa_allocate_exception(0x10uLL);
std::invalid_argument::invalid_argument(exception, a1);
__cxa_throw(
exception,
(struct type_info *)&`typeinfo for'std::inval... | throw_<std::invalid_argument>:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RDI
PUSH 0x10
POP RDI
CALL 0x00122200
MOV RBX,RAX
LAB_001462e2:
MOV RDI,RAX
MOV RSI,R14
CALL 0x00122130
LAB_001462ed:
MOV RSI,qword ptr [0x001bbfb0]
MOV RDX,qword ptr [0x001bbfa8]
MOV RDI,RBX
CALL 0x00122320
|
/* void intx::throw_<std::invalid_argument>(char const*) */
void intx::throw_<std::invalid_argument>(char *param_1)
{
invalid_argument *this;
this = (invalid_argument *)__cxa_allocate_exception(0x10);
/* try { // try from 001462e2 to 001462ec has its CatchHandler @ 00146303 */
std::inval... | |
65,248 | get_event(worker_thread_t*, thread_group_t*, timespec*) | eloqsql/sql/threadpool_generic.cc | TP_connection_generic *get_event(worker_thread_t *current_thread,
thread_group_t *thread_group, struct timespec *abstime)
{
DBUG_ENTER("get_event");
TP_connection_generic *connection = NULL;
mysql_mutex_lock(&thread_group->mutex);
DBUG_ASSERT(thread_group->active_thread_count >= 0);
for(;;)
{
int ... | O0 | cpp | get_event(worker_thread_t*, thread_group_t*, timespec*):
pushq %rbp
movq %rsp, %rbp
subq $0x3040, %rsp # imm = 0x3040
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq $0x0, -0x20(%rbp)
movq -0x10(%rbp), %rdi
leaq 0x873d9f(%rip), %rsi # 0x13b8899
movl $0x547, %edx # imm = ... | _Z9get_eventP15worker_thread_tP14thread_group_tP8timespec:
push rbp
mov rbp, rsp
sub rsp, 3040h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], 0
mov rdi, [rbp+var_10]
lea rsi, aWorkspaceLlm4b_90; "/workspace/llm4binary/github2025/eloqsq"...
mov ... | long long get_event(long long a1, thread_group_t *a2, long long a3)
{
int v4; // [rsp+Ch] [rbp-3034h]
_BYTE v5[12299]; // [rsp+10h] [rbp-3030h] BYREF
char v6; // [rsp+301Bh] [rbp-25h]
int v7; // [rsp+301Ch] [rbp-24h]
long long v8; // [rsp+3020h] [rbp-20h]
long long v9; // [rsp+3028h] [rbp-18h]
thread_gro... | ~Type_handler_varchar_compressed:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00b424c0
ADD RSP,0x10
POP RBP
RET
|
/* Type_handler_varchar_compressed::~Type_handler_varchar_compressed() */
void __thiscall
Type_handler_varchar_compressed::~Type_handler_varchar_compressed
(Type_handler_varchar_compressed *this)
{
Type_handler_varchar::~Type_handler_varchar((Type_handler_varchar *)this);
return;
}
| |
65,249 | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | 11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/FiguresStorage.cpp | void checkParam(const json& data, const std::string& param)
{
if (!data.contains(param))
{
std::string errMsg = "missing param in json data: " + param;
LOG_ERROR(FIGURES_STORAGE_LOG, errMsg);
throw std::invalid_argument(errMsg);
}
} | O0 | cpp | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | _Z10checkParamRKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEERKS9_:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
... | long long checkParam(long long a1, long long a2)
{
long long result; // rax
void *exception; // [rsp+0h] [rbp-80h]
long long Instance; // [rsp+10h] [rbp-70h]
char v5; // [rsp+1Fh] [rbp-61h] BYREF
_BYTE v6[36]; // [rsp+20h] [rbp-60h] BYREF
_BYTE v7[32]; // [rsp+50h] [rbp-30h] BYREF
long long v8; // [rsp+7... | checkParam:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x10]
CALL 0x0015f7e0
TEST AL,0x1
JNZ 0x00162058
MOV RDX,qword ptr [RBP + -0x10]
LEA RSI,[0x18cc88]
LEA RDI,[RBP + -0x30]
CALL 0x0015df60
LAB_00161f6c:
CA... |
/* checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::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> const&, std::__cxx11::string
const&) */
void check... | |
65,250 | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | 11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/FiguresStorage.cpp | void checkParam(const json& data, const std::string& param)
{
if (!data.contains(param))
{
std::string errMsg = "missing param in json data: " + param;
LOG_ERROR(FIGURES_STORAGE_LOG, errMsg);
throw std::invalid_argument(errMsg);
}
} | O1 | cpp | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | _Z10checkParamRKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEERKS9_:
push r14
push rbx
sub rsp, 48h
mov rbx, rsi
cmp byte ptr [rdi], 1
jnz short loc_1271A
mov r14, rdi
mov rdi, [rdi+8]
mo... | long long checkParam(long long a1, long long a2)
{
long long result; // rax
long long Instance; // rbx
void *exception; // r14
void *v5[2]; // [rsp+8h] [rbp-50h] BYREF
_QWORD v6[2]; // [rsp+18h] [rbp-40h] BYREF
_BYTE v7[16]; // [rsp+28h] [rbp-30h] BYREF
if ( *(_BYTE *)a1 != 1
|| (result = std::_Rb_t... | checkParam:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RSI
CMP byte ptr [RDI],0x1
JNZ 0x0011271a
MOV R14,RDI
MOV RDI,qword ptr [RDI + 0x8]
MOV RSI,RBX
CALL 0x00111850
MOV RCX,qword ptr [R14 + 0x8]
ADD RCX,0x8
CMP RAX,RCX
JZ 0x0011271a
ADD RSP,0x48
POP RBX
POP R14
RET
LAB_0011271a:
LEA RSI,[0x1225fc]
LEA RDI,[RSP + 0x28]
MO... |
/* checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::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> const&, std::__cxx11::string
const&) */
void check... | |
65,251 | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | 11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/FiguresStorage.cpp | void checkParam(const json& data, const std::string& param)
{
if (!data.contains(param))
{
std::string errMsg = "missing param in json data: " + param;
LOG_ERROR(FIGURES_STORAGE_LOG, errMsg);
throw std::invalid_argument(errMsg);
}
} | O2 | cpp | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | _Z10checkParamRKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEERKS9_:
push r14
push rbx
sub rsp, 48h
mov rbx, rsi
call __ZNK8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_str... | long long checkParam(long long a1, long long a2)
{
long long result; // rax
long long Instance; // rbx
void *exception; // r14
char v5; // [rsp+7h] [rbp-51h] BYREF
_BYTE v6[32]; // [rsp+8h] [rbp-50h] BYREF
_BYTE v7[48]; // [rsp+28h] [rbp-30h] BYREF
result = nlohmann::json_abi_v3_11_3::basic_json<std::ma... | checkParam:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RSI
CALL 0x0011d5e0
TEST AL,AL
JZ 0x0011e106
ADD RSP,0x48
POP RBX
POP R14
RET
LAB_0011e106:
LEA RSI,[0x12b5ec]
LEA RDI,[RSP + 0x28]
MOV RDX,RBX
CALL 0x0011cf60
LAB_0011e11a:
CALL 0x0011c450
LAB_0011e11f:
MOV RBX,RAX
LEA RSI,[0x12b609]
LEA RDI,[RSP + 0x8]
LEA RDX,[RSP +... |
/* checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::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> const&, std::__cxx11::string
const&) */
void check... | |
65,252 | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | 11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/FiguresStorage.cpp | void checkParam(const json& data, const std::string& param)
{
if (!data.contains(param))
{
std::string errMsg = "missing param in json data: " + param;
LOG_ERROR(FIGURES_STORAGE_LOG, errMsg);
throw std::invalid_argument(errMsg);
}
} | O3 | cpp | checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned char>>, void> const&,... | _Z10checkParamRKN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEERKS9_:
push r14
push rbx
sub rsp, 48h
mov rbx, rsi
cmp byte ptr [rdi], 1
jnz short loc_1272D
mov r14, rdi
mov rdi, [rdi+8]
mo... | long long checkParam(long long a1, long long a2)
{
long long result; // rax
long long Instance; // rbx
void *exception; // r14
void *v5[2]; // [rsp+8h] [rbp-50h] BYREF
_QWORD v6[2]; // [rsp+18h] [rbp-40h] BYREF
_BYTE v7[16]; // [rsp+28h] [rbp-30h] BYREF
if ( *(_BYTE *)a1 != 1
|| (result = std::_Rb_t... | checkParam:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RSI
CMP byte ptr [RDI],0x1
JNZ 0x0011272d
MOV R14,RDI
MOV RDI,qword ptr [RDI + 0x8]
MOV RSI,RBX
CALL 0x00111840
MOV RCX,qword ptr [R14 + 0x8]
ADD RCX,0x8
CMP RAX,RCX
JZ 0x0011272d
ADD RSP,0x48
POP RBX
POP R14
RET
LAB_0011272d:
LEA RSI,[0x1215fc]
LEA RDI,[RSP + 0x28]
MO... |
/* checkParam(nlohmann::json_abi_v3_11_3::basic_json<std::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> const&, std::__cxx11::string
const&) */
void check... | |
65,253 | JS_FreeValueRT | bluesky950520[P]quickjs/quickjs.c | void JS_FreeValueRT(JSRuntime *rt, JSValue v)
{
if (JS_VALUE_HAS_REF_COUNT(v)) {
JSRefCountHeader *p = (JSRefCountHeader *)JS_VALUE_GET_PTR(v);
if (--p->ref_count <= 0) {
js_free_value_rt(rt, v);
}
}
} | O2 | c | JS_FreeValueRT:
pushq %r15
pushq %r14
pushq %rbx
cmpl $-0x9, %edx
jb 0x1811d
movq %rsi, %r14
movl (%rsi), %eax
leal -0x1(%rax), %ecx
movl %ecx, (%rsi)
cmpl $0x1, %eax
jg 0x1811d
leal 0x9(%rdx), %eax
cmpl $0x8, %eax
ja 0x18128
movq %rdi, %rbx
leaq 0x6b2fc(%rip), %rcx # 0x83364
movslq (%rcx,%rax,4), %rax
addq %rcx, %... | JS_FreeValueRT:
push r15
push r14
push rbx
cmp edx, 0FFFFFFF7h
jb loc_1811D
mov r14, rsi
mov eax, [rsi]
lea ecx, [rax-1]
mov [rsi], ecx
cmp eax, 1
jg loc_1811D
lea eax, [rdx+9]; switch 9 cases
cmp eax, 8
ja def_1806F; jumptable 000000000001806F default case, cases... | long long JS_FreeValueRT(long long a1, unsigned int *a2, unsigned int a3)
{
long long result; // rax
long long v4; // rcx
_QWORD *v5; // rdx
_QWORD *v6; // rcx
long long v7; // rsi
if ( a3 >= 0xFFFFFFF7 )
{
result = *a2;
*a2 = result - 1;
if ( (int)result <= 1 )
{
result = a3 + 9;
... | JS_FreeValueRT:
PUSH R15
PUSH R14
PUSH RBX
CMP EDX,-0x9
JC 0x0011811d
MOV R14,RSI
MOV EAX,dword ptr [RSI]
LEA ECX,[RAX + -0x1]
MOV dword ptr [RSI],ECX
CMP EAX,0x1
JG 0x0011811d
LEA EAX,[RDX + 0x9]
CMP EAX,0x8
JA 0x00118128
MOV RBX,RDI
LEA RCX,[0x183364]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
... |
void JS_FreeValueRT(long param_1,int *param_2,uint param_3)
{
int iVar1;
long lVar2;
long *plVar3;
int8 *puVar4;
if ((param_3 < 0xfffffff7) || (iVar1 = *param_2, *param_2 = iVar1 + -1, 1 < iVar1)) {
return;
}
switch(param_3) {
case 0xfffffff7:
bf_delete(param_2 + 2);
break;
case 0xfff... | |
65,254 | void nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, ... | llama.cpp/common/./json.hpp | void dump_integer(NumberType x)
{
static constexpr std::array<std::array<char, 2>, 100> digits_to_99
{
{
{{'0', '0'}}, {{'0', '1'}}, {{'0', '2'}}, {{'0', '3'}}, {{'0', '4'}}, {{'0', '5'}}, {{'0', '6'}}, {{'0', '7'}}, {{'0', '8'}}, {{'0', '9'}},
{{'1', '0'}... | O3 | cpp | void nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<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, ... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is... | long long ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valu... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3std7is... |
void _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12dump_integerImTnNSt9enable_ifIXoooooosr3std11is_integralIT_EE5valuesr3std7is_sameISJ_mEE5valuesr3std7is_sameISJ_lEE5valuesr3... | |
65,255 | minja::ExpressionNode::ExpressionNode(minja::Location const&, std::shared_ptr<minja::Expression>&&) | monkey531[P]llama/common/minja.hpp | TemplateNode(const Location & location) : location_(location) {} | O3 | cpp | minja::ExpressionNode::ExpressionNode(minja::Location const&, std::shared_ptr<minja::Expression>&&):
leaq 0x8a42b(%rip), %rax # 0x12efc8
addq $0x10, %rax
movq %rax, (%rdi)
movq (%rsi), %rax
movq %rax, 0x8(%rdi)
movq 0x8(%rsi), %rax
movq %rax, 0x10(%rdi)
testq %rax, %rax
je 0xa4bcd
movq 0x8b3b9(%rip), %rcx # 0x1... | _ZN5minja12SequenceNodeC2ERKNS_8LocationEOSt6vectorISt10shared_ptrINS_12TemplateNodeEESaIS7_EE:
lea rax, _ZTVN5minja12TemplateNodeE; `vtable for'minja::TemplateNode
add rax, 10h
mov [rdi], rax
mov rax, [rsi]
mov [rdi+8], rax
mov rax, [rsi+8]
mov [rdi+10h], rax
test rax, rax
jz short ... | long long minja::SequenceNode::SequenceNode(long long a1, _QWORD *a2, long long a3)
{
long long v3; // rax
long long result; // rax
*(_QWORD *)a1 = &`vtable for'minja::TemplateNode + 2;
*(_QWORD *)(a1 + 8) = *a2;
v3 = a2[1];
*(_QWORD *)(a1 + 16) = v3;
if ( v3 )
{
if ( _libc_single_threaded )
... | SequenceNode:
LEA RAX,[0x22efc8]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
MOV RAX,qword ptr [RSI]
MOV qword ptr [RDI + 0x8],RAX
MOV RAX,qword ptr [RSI + 0x8]
MOV qword ptr [RDI + 0x10],RAX
TEST RAX,RAX
JZ 0x001a4bcd
MOV RCX,qword ptr [0x0022ff78]
CMP byte ptr [RCX],0x0
JZ 0x001a4bc9
INC dword ptr [RAX + 0x8]
JMP 0x001a4bcd... |
/* minja::SequenceNode::SequenceNode(minja::Location const&,
std::vector<std::shared_ptr<minja::TemplateNode>,
std::allocator<std::shared_ptr<minja::TemplateNode> > >&&) */
void __thiscall
minja::SequenceNode::SequenceNode(SequenceNode *this,Location *param_1,vector *param_2)
{
long lVar1;
int8 uVar2;
... | |
65,256 | mysql_client_plugin_deinit | eloqsql/build_O3/libmariadb/libmariadb/ma_client_plugin.c | void mysql_client_plugin_deinit()
{
int i;
struct st_client_plugin_int *p;
if (!initialized)
return;
for (i=0; i < MYSQL_CLIENT_MAX_PLUGINS; i++)
for (p= plugin_list[i]; p; p= p->next)
{
if (p->plugin->deinit)
p->plugin->deinit();
if (p->dlhandle)
(void)dlclose(p->dlhan... | O3 | c | mysql_client_plugin_deinit:
cmpb $0x1, 0x247f3(%rip) # 0x4d800
jne 0x29098
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
xorl %r14d, %r14d
leaq 0x24849(%rip), %rbx # 0x4d870
movq (%rbx,%r14,8), %r15
testq %r15, %r15
je 0x29052
movq 0x10(%r15), %rax
movq 0x48(%rax), %rax
testq %rax, %rax... | mysql_client_plugin_deinit:
cmp cs:initialized, 1
jnz locret_29098
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
xor r14d, r14d
lea rbx, plugin_list
loc_29027:
mov r15, [rbx+r14*8]
loc_2902B:
test r15, r15
jz short loc_29052
mov rax, [r15+10h]
mov rax, ... | long long mysql_client_plugin_deinit(long long a1)
{
long long result; // rax
long long i; // r14
_QWORD *j; // r15
void ( *v4)(long long); // rax
if ( initialized == 1 )
{
for ( i = 0LL; i != 3; ++i )
{
for ( j = (_QWORD *)*((_QWORD *)plugin_list + i); j; j = (_QWORD *)*j )
{
... | mysql_client_plugin_deinit:
CMP byte ptr [0x0014d800],0x1
JNZ 0x00129098
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
XOR R14D,R14D
LEA RBX,[0x14d870]
LAB_00129027:
MOV R15,qword ptr [RBX + R14*0x8]
LAB_0012902b:
TEST R15,R15
JZ 0x00129052
MOV RAX,qword ptr [R15 + 0x10]
MOV RAX,qword ptr [RAX + 0x48]
TEST R... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void mysql_client_plugin_deinit(void)
{
long lVar1;
int8 *puVar2;
if (initialized == '\x01') {
lVar1 = 0;
do {
for (puVar2 = (int8 *)(&plugin_list)[lVar1]; puVar2 != (int8 *)0x0;
puVar2 = (int8 *)*pu... | |
65,257 | ggml_backend_view_init | 7CodeWizard[P]stablediffusion/ggml/src/ggml-backend.c | void ggml_backend_view_init(ggml_backend_buffer_t buffer, struct ggml_tensor * tensor) {
GGML_ASSERT(tensor->buffer == NULL);
//GGML_ASSERT(tensor->data == NULL); // views of pre-allocted tensors may have the data set, but still need to be initialized
GGML_ASSERT(tensor->view_src != NULL);
GGML_ASSERT(t... | O0 | c | ggml_backend_view_init:
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq 0x8(%rsp), %rax
cmpq $0x0, 0x8(%rax)
je 0x16991e
movq 0x6e647(%rip), %rax # 0x1d7f28
movq (%rax), %rdi
callq 0xb8e0
movq 0x6e6b8(%rip), %rax # 0x1d7fa8
movq (%rax), %rdi
leaq 0x16320(%rip), %rsi # 0x17fc1a
leaq 0x22d48(... | ggml_backend_view_init:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov [rsp+18h+var_10], rsi
mov rax, [rsp+18h+var_10]
cmp qword ptr [rax+8], 0
jz short loc_16991E
mov rax, cs:stdout_ptr
mov rdi, [rax]
call _fflush
mov rax, cs:stderr_ptr
mov rdi, [rax]
lea rsi, aGgmlAssertSDS;... | long long ggml_backend_view_init(long long a1, long long a2)
{
long long v2; // rdi
long long v3; // rdi
long long v4; // rdi
long long v5; // rdi
if ( *(_QWORD *)(a2 + 8) )
{
fflush(stdout);
v2 = stderr;
fprintf(
stderr,
"GGML_ASSERT: %s:%d: %s\n",
"/workspace/llm4binary/git... | |||
65,258 | ggml_backend_view_init | 7CodeWizard[P]stablediffusion/ggml/src/ggml-backend.c | void ggml_backend_view_init(ggml_backend_buffer_t buffer, struct ggml_tensor * tensor) {
GGML_ASSERT(tensor->buffer == NULL);
//GGML_ASSERT(tensor->data == NULL); // views of pre-allocted tensors may have the data set, but still need to be initialized
GGML_ASSERT(tensor->view_src != NULL);
GGML_ASSERT(t... | O1 | c | ggml_backend_view_init:
pushq %rax
cmpq $0x0, 0x8(%rsi)
jne 0xb572e
movq 0x108(%rsi), %rax
testq %rax, %rax
je 0xb5733
cmpq $0x0, 0x8(%rax)
je 0xb5738
movq 0x118(%rax), %rcx
testq %rcx, %rcx
je 0xb573d
movq %rdi, 0x8(%rsi)
addq 0x110(%rsi), %rcx
movq %rcx, 0x118(%rsi)
movl 0x4(%rax), %eax
movl %eax, 0x4(%rsi)
movq 0x10... | ggml_backend_view_init:
push rax
cmp qword ptr [rsi+8], 0
jnz short loc_B572E
mov rax, [rsi+108h]
test rax, rax
jz short loc_B5733
cmp qword ptr [rax+8], 0
jz short loc_B5738
mov rcx, [rax+118h]
test rcx, rcx
jz short loc_B573D
mov [rsi+8], rdi
add rcx, [rsi+110h]
mov... | long long ggml_backend_view_init(long long a1, long long a2)
{
long long v2; // rax
long long v3; // rax
long long v4; // rcx
long long (*v5)(void); // rax
long long v7; // [rsp-8h] [rbp-8h]
v7 = v2;
if ( *(_QWORD *)(a2 + 8) )
ggml_backend_view_init_cold_1();
v3 = *(_QWORD *)(a2 + 264);
if ( !v3... | |||
65,259 | ggml_backend_view_init | 7CodeWizard[P]stablediffusion/ggml/src/ggml-backend.c | void ggml_backend_view_init(ggml_backend_buffer_t buffer, struct ggml_tensor * tensor) {
GGML_ASSERT(tensor->buffer == NULL);
//GGML_ASSERT(tensor->data == NULL); // views of pre-allocted tensors may have the data set, but still need to be initialized
GGML_ASSERT(tensor->view_src != NULL);
GGML_ASSERT(t... | O2 | c | ggml_backend_view_init:
pushq %rax
cmpq $0x0, 0x8(%rsi)
jne 0x917a4
movq 0x108(%rsi), %rax
testq %rax, %rax
je 0x917dc
cmpq $0x0, 0x8(%rax)
je 0x91811
movq 0x118(%rax), %rcx
testq %rcx, %rcx
je 0x91846
movq %rdi, 0x8(%rsi)
addq 0x110(%rsi), %rcx
movq %rcx, 0x118(%rsi)
movl 0x4(%rax), %eax
movl %eax, 0x4(%rsi)
movq 0x10... | ggml_backend_view_init:
push rax
cmp qword ptr [rsi+8], 0
jnz short loc_917A4
mov rax, [rsi+108h]
test rax, rax
jz short loc_917DC
cmp qword ptr [rax+8], 0
jz loc_91811
mov rcx, [rax+118h]
test rcx, rcx
jz loc_91846
mov [rsi+8], rdi
add rcx, [rsi+110h]
mov [rsi+11... | long long ggml_backend_view_init(long long a1, long long a2)
{
long long v2; // rax
long long v3; // rax
long long v4; // rcx
long long (*v5)(void); // rax
long long v7; // rdi
long long v8; // [rsp-8h] [rbp-8h]
v8 = v2;
if ( *(_QWORD *)(a2 + 8) )
{
fflush(stdout);
v7 = stderr;
fprintf(
... | ggml_backend_view_init:
PUSH RAX
CMP qword ptr [RSI + 0x8],0x0
JNZ 0x001917a4
MOV RAX,qword ptr [RSI + 0x108]
TEST RAX,RAX
JZ 0x001917dc
CMP qword ptr [RAX + 0x8],0x0
JZ 0x00191811
MOV RCX,qword ptr [RAX + 0x118]
TEST RCX,RCX
JZ 0x00191846
MOV qword ptr [RSI + 0x8],RDI
ADD RCX,qword ptr [RSI + 0x110]
MOV qword ptr [RSI... |
int8 ggml_backend_view_init(long param_1,long param_2)
{
long lVar1;
long lVar2;
int8 in_RAX;
int8 uVar3;
FILE *__stream;
char *pcVar4;
if (*(long *)(param_2 + 8) == 0) {
lVar1 = *(long *)(param_2 + 0x108);
if (lVar1 == 0) {
fflush(*(FILE **)PTR_stdout_001d5f48);
__stream = *(FILE... | |
65,260 | qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const | HuaiminNotSleepYet[P]QDevTools/qdevtools.cpp | QModelIndex QObjectTreeModel::index(int row, int column, const QModelIndex& parent) const
{
if (!hasIndex(row, column, parent))
return QModelIndex();
QObject* parentObject = parent.isValid() ? static_cast<QObject*>(parent.internalPointer()) : nullptr;
QObject* object = parentObject ? parentOb... | O0 | cpp | qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const:
pushq %rbp
movq %rsp, %rbp
subq $0x120, %rsp # imm = 0x120
movq %rdi, -0xd8(%rbp)
movq %rdi, -0xd0(%rbp)
movq %rsi, -0x8(%rbp)
movl %edx, -0xc(%rbp)
movl %ecx, -0x10(%rbp)
movq %r8, -0x18(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0xc8(%rbp... | _ZNK9qdevtools16QObjectTreeModel5indexEiiRK11QModelIndex:
push rbp
mov rbp, rsp
sub rsp, 120h
mov [rbp+var_D8], rdi
mov [rbp+var_D0], rdi
mov [rbp+var_8], rsi
mov dword ptr [rbp+var_10+4], edx
mov dword ptr [rbp+var_10], ecx
mov [rbp+var_18], r8
mov rdi, [rbp+var_8]; this
mov ... | qdevtools::QObjectTreeModel * qdevtools::QObjectTreeModel::index(
qdevtools::QObjectTreeModel *this,
QAbstractItemModel *a2,
int a3,
const QModelIndex *a4,
QModelIndex *a5)
{
long long v5; // rax
long long v7; // [rsp+38h] [rbp-E8h]
QObject *v8; // [rsp+40h] [rbp-E0h]
_BY... | index:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x120
MOV qword ptr [RBP + -0xd8],RDI
MOV qword ptr [RBP + -0xd0],RDI
MOV qword ptr [RBP + -0x8],RSI
MOV dword ptr [RBP + -0xc],EDX
MOV dword ptr [RBP + -0x10],ECX
MOV qword ptr [RBP + -0x18],R8
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0xc8],RDI
MOV ESI,dword ptr [RBP + -... |
/* qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const */
QModelIndex * qdevtools::QObjectTreeModel::index(int param_1,int param_2,QModelIndex *param_3)
{
int4 uVar1;
QObject *pQVar2;
ulong uVar3;
QList<QObject*> *this;
int8 *puVar4;
uint in_ECX;
int4 in_register_00000034;
long lVa... | |
65,261 | qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const | HuaiminNotSleepYet[P]QDevTools/qdevtools.cpp | QModelIndex QObjectTreeModel::index(int row, int column, const QModelIndex& parent) const
{
if (!hasIndex(row, column, parent))
return QModelIndex();
QObject* parentObject = parent.isValid() ? static_cast<QObject*>(parent.internalPointer()) : nullptr;
QObject* object = parentObject ? parentOb... | O2 | cpp | qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r8, %r12
movl %ecx, %ebp
movl %edx, %r13d
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, %rdi
movl %edx, %esi
movl %ecx, %edx
movq %r8, %rcx
callq 0xfee0
testb %al... | _ZNK9qdevtools16QObjectTreeModel5indexEiiRK11QModelIndex:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov r12, r8
mov ebp, ecx
mov r13d, edx
mov r14, rsi
mov rbx, rdi
mov rdi, rsi; this
mov esi, edx; int
mov edx, ecx; int
mov rcx, r8; QMod... | qdevtools::QObjectTreeModel * qdevtools::QObjectTreeModel::index(
qdevtools::QObjectTreeModel *this,
QAbstractItemModel *a2,
int a3,
const QModelIndex *a4,
QModelIndex *a5)
{
int v6; // ebp
long long v8; // r15
_QWORD *v9; // rax
long long v10; // rbp
long long v11; // ... | index:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV R12,R8
MOV EBP,ECX
MOV R13D,EDX
MOV R14,RSI
MOV RBX,RDI
MOV RDI,RSI
MOV ESI,EDX
MOV EDX,ECX
MOV RCX,R8
CALL 0x0010fee0
TEST AL,AL
JZ 0x00110f1d
MOV RDI,R12
CALL 0x00114546
TEST AL,AL
JZ 0x00110f2d
MOV R15,qword ptr [R12 + 0x8]
TEST R15,R15
JZ... |
/* qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const */
int * qdevtools::QObjectTreeModel::index(int param_1,int param_2,QModelIndex *param_3)
{
QObject *pQVar1;
char cVar2;
long *plVar3;
int4 *puVar4;
uint in_ECX;
int iVar5;
int4 in_register_00000034;
long lVar6;
int4 in_regis... | |
65,262 | qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const | HuaiminNotSleepYet[P]QDevTools/qdevtools.cpp | QModelIndex QObjectTreeModel::index(int row, int column, const QModelIndex& parent) const
{
if (!hasIndex(row, column, parent))
return QModelIndex();
QObject* parentObject = parent.isValid() ? static_cast<QObject*>(parent.internalPointer()) : nullptr;
QObject* object = parentObject ? parentOb... | O3 | cpp | qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %r8, %r12
movl %ecx, %ebp
movl %edx, %r13d
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, %rdi
movl %edx, %esi
movl %ecx, %edx
movq %r8, %rcx
callq 0xfeb0
testb %al... | _ZNK9qdevtools16QObjectTreeModel5indexEiiRK11QModelIndex:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r12, r8
mov ebp, ecx
mov r13d, edx
mov r14, rsi
mov rbx, rdi
mov rdi, rsi
mov esi, edx
mov edx, ecx
mov rcx, r8
call __ZNK18QAbstr... | long long qdevtools::QObjectTreeModel::index(
long long a1,
long long a2,
unsigned int a3,
unsigned int a4,
long long a5)
{
unsigned int v6; // ebp
long long v8; // r15
_QWORD *v9; // rax
long long v10; // rbp
long long v11; // rax
long long v12; // rbp
long long v... | index:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R12,R8
MOV EBP,ECX
MOV R13D,EDX
MOV R14,RSI
MOV RBX,RDI
MOV RDI,RSI
MOV ESI,EDX
MOV EDX,ECX
MOV RCX,R8
CALL 0x0010feb0
TEST AL,AL
JZ 0x001117a6
CMP dword ptr [R12],0x0
JS 0x001117b9
CMP dword ptr [R12 + 0x4],0x0
JS 0x001117b9
CMP qword ptr [R... |
/* qdevtools::QObjectTreeModel::index(int, int, QModelIndex const&) const */
int * qdevtools::QObjectTreeModel::index(int param_1,int param_2,QModelIndex *param_3)
{
QObject *pQVar1;
char cVar2;
long *plVar3;
int4 *puVar4;
uint in_ECX;
int iVar5;
uint uVar6;
int4 in_register_00000034;
long lVar7;
... | |
65,263 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>& 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_a... | monkey531[P]llama/common/./json.hpp | static ReferenceType get_ref_impl(ThisType& obj)
{
// delegate the call to get_ptr<>()
auto* ptr = obj.template get_ptr<typename std::add_pointer<ReferenceType>::type>();
if (JSON_HEDLEY_LIKELY(ptr != nullptr))
{
return *ptr;
}
JSON_THROW(type_error::cre... | O3 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>& 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_a... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE12get_ref_implIRS9_SD_EET_RT0_:
push rbp; char
push r14; int
push rbx; __int64
sub rsp, 30h
mov r14, rdi
cmp byte ptr [rdi], 3
jnz sh... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::get_ref_impl<std::string&,nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi... | get_ref_impl<std::__cxx11::string&,nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11::string,bool,long,unsigned_long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned_char,std::allocator<unsigned_char>>,void>>:
PUSH RBP
PUSH R14
P... |
/* std::__cxx11::string&
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>::get_r... | |
65,264 | google::protobuf::internal::CallNoArgValidityFunc(void const*, int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set.cc | static bool CallNoArgValidityFunc(const void* arg, int number) {
// Note: Must use C-style cast here rather than reinterpret_cast because
// the C++ standard at one point did not allow casts between function and
// data pointers and some compilers enforce this for C++-style casts. No
// compiler enforce... | O0 | cpp | google::protobuf::internal::CallNoArgValidityFunc(void const*, int):
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movl %esi, 0xc(%rsp)
movq 0x10(%rsp), %rax
movl 0xc(%rsp), %edi
callq *%rax
andb $0x1, %al
addq $0x18, %rsp
retq
nop
| _ZN6google8protobuf8internalL21CallNoArgValidityFuncEPKvi:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov [rsp+18h+var_C], esi
mov rax, [rsp+18h+var_8]
mov edi, [rsp+18h+var_C]
call rax
and al, 1
add rsp, 18h
retn
| char google::protobuf::internal::CallNoArgValidityFunc(google::protobuf::internal *this, const void *a2)
{
return ((long long ( *)(_QWORD))this)((unsigned int)a2) & 1;
}
| _Destroy<aimrt_mujoco_sim::mujoco_sim_module::publisher::TouchSensorPublisherBase::Options::State*,aimrt_mujoco_sim::mujoco_sim_module::publisher::TouchSensorPublisherBase::Options::State>:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV qword ptr [RSP],RDX
MOV RDI,qword ptr [RSP + 0x10]
M... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* void
std::_Destroy<aimrt_mujoco_sim::mujoco_sim_module::publisher::TouchSensorPublisherBase::Options::State*,
aimrt_mujoco_sim::mujoco_sim_module::publisher::TouchSensorPublisherBase::Options::State>(aimrt_mujoco_sim::mujoco_sim_mod... | |
65,265 | google::protobuf::internal::CallNoArgValidityFunc(void const*, int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set.cc | static bool CallNoArgValidityFunc(const void* arg, int number) {
// Note: Must use C-style cast here rather than reinterpret_cast because
// the C++ standard at one point did not allow casts between function and
// data pointers and some compilers enforce this for C++-style casts. No
// compiler enforce... | O3 | cpp | google::protobuf::internal::CallNoArgValidityFunc(void const*, int):
movq %rdi, %rax
movl %esi, %edi
jmpq *%rax
| _ZN6google8protobuf8internalL21CallNoArgValidityFuncEPKvi:
mov rax, rdi
mov edi, esi
jmp rax
| long long google::protobuf::internal::CallNoArgValidityFunc(google::protobuf::internal *this, const void *a2)
{
return ((long long ( *)(_QWORD))this)((unsigned int)a2);
}
| CallNoArgValidityFunc:
MOV RAX,RDI
MOV EDI,ESI
JMP RAX
|
/* google::protobuf::internal::CallNoArgValidityFunc(void const*, int) */
void google::protobuf::internal::CallNoArgValidityFunc(void *param_1,int param_2)
{
/* WARNING: Could not recover jumptable at 0x001b2ff2. Too many branches */
/* WARNING: Treating indirect jump as call ... | |
65,266 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | json_value(value_t t)
{
switch (t)
{
case value_t::object:
{
object = create<object_t>();
break;
}
case value_t::array:
{
array = create<array_t>()... | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE10json_valueC2ENS0_6detail7value_tE:
push rbx
mov rbx, rdi
cmp esi, 8; switch 9 cases
ja short def_5C6A7; jumptable 000000000005C6A7 default c... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::json_value::json_value(
_BYTE *a1,
unsigned int a2)
{
long long r... | json_value:
PUSH RBX
MOV RBX,RDI
CMP ESI,0x8
JA 0x0015c6a9
MOV EAX,ESI
LEA RCX,[0x1e9a70]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_0:
MOV qword ptr [RBX],0x0
JMP 0x0015c701
caseD_1:
MOV EDI,0x20
JMP 0x0015c6c3
caseD_4:
MOV byte ptr [RBX],0x0
JMP 0x0015c701
caseD_2:
MOV EDI,0x18
LAB_0015c6... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>::json_value::json_value(nlohman... | |
65,267 | ma_bin_search | eloqsql/storage/maria/ma_search.c | int _ma_bin_search(const MARIA_KEY *key, const MARIA_PAGE *ma_page,
uint32 comp_flag, uchar **ret_pos,
uchar *buff __attribute__((unused)), my_bool *last_key)
{
int UNINIT_VAR(flag);
uint page_flag;
uint start, mid, end, save_end, totlength, nod_flag;
uint not_used[2];
MA... | O0 | c | ma_bin_search:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movq %r9, -0x38(%rbp)
movl -0x3c(%rbp), %eax
movl %eax, -0x3c(%rbp)
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x68(%rbp)
movq -0x68(%... | _ma_bin_search:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_38], r9
mov eax, [rbp+var_3C]
mov [rbp+var_3C], eax
mov rax, [rbp+var_10]
mov rax, [rax+8]
mov ... | long long ma_bin_search(_QWORD *a1, long long a2, unsigned int a3, _QWORD *a4, long long a5, bool *a6)
{
long long v7; // [rsp+8h] [rbp-78h]
long long v8; // [rsp+10h] [rbp-70h]
long long *v9; // [rsp+18h] [rbp-68h]
char v10[8]; // [rsp+20h] [rbp-60h] BYREF
unsigned int v11; // [rsp+28h] [rbp-58h]
unsigned... | _ma_bin_search:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV EAX,dword ptr [RBP + -0x3c]
MOV dword ptr [RBP + -0x3c],EAX
MOV RAX,qword pt... |
int _ma_bin_search(int8 *param_1,long param_2,int4 param_3,long *param_4,
int8 param_5,int8 param_6)
{
long *plVar1;
long lVar2;
int1 local_68 [8];
uint local_60;
uint local_5c;
uint local_58;
uint local_54;
uint local_50;
uint local_4c;
uint local_48;
int local_44;
int8 loca... | |
65,268 | diff | eloqsql/strings/dtoa.c | static Bigint *diff(Bigint *a, Bigint *b, Stack_alloc *alloc)
{
Bigint *c;
int i, wa, wb;
ULong *xa, *xae, *xb, *xbe, *xc;
ULLong borrow, y;
i= cmp(a,b);
if (!i)
{
c= Balloc(0, alloc);
c->wds= 1;
c->p.x[0]= 0;
return c;
}
if (i < 0)
{
c= a;
a= b;
b= c;
i= 1;
}
el... | O0 | c | diff:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
callq 0x7c090
movl %eax, -0x2c(%rbp)
cmpl $0x0, -0x2c(%rbp)
jne 0x7bece
movq -0x20(%rbp), %rsi
xorl %edi, %edi
callq 0x7b5a0
movq %rax, -0x28(%rbp)
movq -0... | diff:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rdi, [rbp+var_10]
mov rsi, [rbp+var_18]
call cmp
mov [rbp+var_2C], eax
cmp [rbp+var_2C], 0
jnz short loc_7BECE
mov rsi, [rbp+var_20]
xor edi, edi
call B... | long long diff(unsigned int **a1, unsigned int **a2, long long a3)
{
unsigned int *v3; // rax
unsigned int *v4; // rcx
_DWORD *v5; // rax
unsigned int *v6; // rax
_DWORD *v7; // rax
_DWORD *v8; // rax
unsigned long long v10; // [rsp+0h] [rbp-70h]
unsigned long long v11; // [rsp+0h] [rbp-70h]
long lon... | diff:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RBP + -0x18]
CALL 0x0017c090
MOV dword ptr [RBP + -0x2c],EAX
CMP dword ptr [RBP + -0x2c],0x0
JNZ 0x0017bece
MOV RSI,qword ptr [RBP + ... |
int8 * diff(int8 *param_1,int8 *param_2,int8 param_3)
{
uint *puVar1;
uint *puVar2;
int iVar3;
ulong uVar4;
uint *puVar5;
uint *puVar6;
int4 *puVar7;
ulong local_70;
int4 *local_68;
uint *local_58;
uint *local_48;
int local_38;
uint local_34;
int8 *local_20;
int8 *local_18;
int8 *local... | |
65,269 | init_partitioned_key_cache | eloqsql/mysys/mf_keycache.c | static
int init_partitioned_key_cache(PARTITIONED_KEY_CACHE_CB *keycache,
uint key_cache_block_size,
size_t use_mem, uint division_limit,
uint age_threshold, uint changed_blocks_hash_size)
{
int i;
size_t mem_per_cache;
s... | O3 | c | init_partitioned_key_cache:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %r9d, -0x60(%rbp)
movl %r8d, -0x5c(%rbp)
movl %ecx, -0x58(%rbp)
movl 0x1c(%rdi), %r14d
movl %esi, -0x54(%rbp)
movl %esi, 0x18(%rdi)
cmpb $0x0, (%rdi)
movq %rdi, -0x38(%rbp)
je 0x9a648
movq... | init_partitioned_key_cache:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov [rbp+var_60], r9d
mov [rbp+var_5C], r8d
mov [rbp+var_58], ecx
mov r14d, [rdi+1Ch]
mov [rbp+var_54], esi
mov [rdi+18h], esi
cmp byte ptr [rdi], 0
mov [... | long long init_partitioned_key_cache(
char *a1,
unsigned int a2,
unsigned long long a3,
unsigned int a4,
unsigned int a5,
unsigned int a6)
{
unsigned long long v6; // r14
char *v7; // r15
char **v8; // r12
unsigned long long v9; // rbx
long long v10; // rax
i... | init_partitioned_key_cache:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV dword ptr [RBP + -0x60],R9D
MOV dword ptr [RBP + -0x5c],R8D
MOV dword ptr [RBP + -0x58],ECX
MOV R14D,dword ptr [RDI + 0x1c]
MOV dword ptr [RBP + -0x54],ESI
MOV dword ptr [RDI + 0x18],ESI
CMP byte ptr [RDI],0x0... |
uint init_partitioned_key_cache
(char *param_1,int4 param_2,ulong param_3,int4 param_4,int4 param_5
,int4 param_6)
{
char cVar1;
int iVar2;
uint uVar3;
int8 *__s;
int1 *puVar4;
ulong uVar5;
ulong uVar6;
uint uVar7;
int8 *puVar8;
uint uVar9;
bool bVar10;
ulong loca... | |
65,270 | js_std_tmpfile | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_std_tmpfile(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
FILE *f;
f = tmpfile();
if (argc >= 1)
js_set_error_object(ctx, argv[0], f ? 0 : errno);
if (!f)
return JS_NULL;
return js_new_std_file(ctx, f, FALSE);
} | O1 | c | js_std_tmpfile:
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %r8, %r15
movl %ecx, %ebp
movq %rdi, %rbx
callq 0xe4f0
movq %rax, %r14
testl %ebp, %ebp
jle 0x17014
testq %r14, %r14
je 0x16fee
xorl %r8d, %r8d
jmp 0x16ff6
callq 0xe0b0
movl (%rax), %r8d
movq 0x8(%r15), %rdx
cmpl $0x3, %edx
je 0x17014
movq (%r1... | js_std_tmpfile:
push rbp
push r15
push r14
push rbx
push rax
mov r15, r8
mov ebp, ecx
mov rbx, rdi
call _tmpfile
mov r14, rax
test ebp, ebp
jle short loc_17014
test r14, r14
jz short loc_16FEE
xor r8d, r8d
jmp short loc_16FF6
loc_16FEE:
call ___errno_location
... | unsigned long long js_std_tmpfile(long long a1, long long a2, long long a3, int a4, _QWORD *a5)
{
long long v7; // rax
long long v8; // r14
long long v9; // r8
long long v10; // rdx
v7 = tmpfile(a1);
v8 = v7;
if ( a4 > 0 )
{
v9 = v7 ? 0LL : *(unsigned int *)__errno_location(a1);
v10 = a5[1];
... | js_std_tmpfile:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R15,R8
MOV EBP,ECX
MOV RBX,RDI
CALL 0x0010e4f0
MOV R14,RAX
TEST EBP,EBP
JLE 0x00117014
TEST R14,R14
JZ 0x00116fee
XOR R8D,R8D
JMP 0x00116ff6
LAB_00116fee:
CALL 0x0010e0b0
MOV R8D,dword ptr [RAX]
LAB_00116ff6:
MOV RDX,qword ptr [R15 + 0x8]
CMP EDX,0x3
JZ 0... |
int8
js_std_tmpfile(int8 param_1,int8 param_2,int8 param_3,int param_4,
int8 *param_5)
{
FILE *pFVar1;
int *piVar2;
int8 uVar3;
int iVar4;
pFVar1 = tmpfile();
if (0 < param_4) {
if (pFVar1 == (FILE *)0x0) {
piVar2 = __errno_location();
iVar4 = *piVar2;
}
else {
... | |
65,271 | lzr_imap_handle_reponse | xtate/src/probe-modules/lzr-probes/lzr-imap.c | static unsigned lzr_imap_handle_reponse(unsigned th_idx, ProbeTarget *target,
const unsigned char *px,
unsigned sizeof_px, OutItem *item) {
if (safe_memismem(px, sizeof_px, "imap", strlen("imap"))) {
item->level = OUT_SUCCESS;
... | O3 | c | lzr_imap_handle_reponse:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %rbx
movq %rdx, %r13
movl %ecx, %r12d
leaq 0x3c711(%rip), %r14 # 0x68094
movl $0x4, %ecx
movq %rdx, %rdi
movq %r12, %rsi
movq %r14, %rdx
callq 0x512e2
leaq 0x3e7c3(%rip), %r15 # 0x6a160
movl $0x2, %eb... | lzr_imap_handle_reponse:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, r8
mov r13, rdx
mov r12d, ecx
lea r14, aNotImap+4; "imap"
mov ecx, 4
mov rdi, rdx
mov rsi, r12
mov rdx, r14
call safe_memismem
lea r15, aProtocolMatche_0+9; "match... | long long lzr_imap_handle_reponse(long long a1, long long a2, long long a3, unsigned int a4, long long a5)
{
long long v7; // r12
int v8; // ebp
v7 = a4;
v8 = 2;
if ( !safe_memismem(a3, a4, "imap", 4LL)
&& !(unsigned __int8)safe_bytes_equals(a3, v7, "* OK", 4LL)
&& !(unsigned __int8)safe_bytes_equal... | lzr_imap_handle_reponse:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,R8
MOV R13,RDX
MOV R12D,ECX
LEA R14,[0x168094]
MOV ECX,0x4
MOV RDI,RDX
MOV RSI,R12
MOV RDX,R14
CALL 0x001512e2
LEA R15,[0x16a160]
MOV EBP,0x2
TEST RAX,RAX
JNZ 0x0012ba0b
LEA RDX,[0x168081]
MOV ECX,0x4
MOV RDI,R13
MOV RSI,R12... |
int8
lzr_imap_handle_reponse
(int8 param_1,int8 param_2,int8 param_3,int4 param_4,long param_5)
{
char cVar1;
long lVar2;
int4 uVar3;
char *pcVar4;
char *pcVar5;
pcVar4 = "imap";
lVar2 = safe_memismem(param_3,param_4,"imap",4);
pcVar5 = "matched";
uVar3 = 2;
if (lVar2 == 0) {
cVar... | |
65,272 | common_arg::common_arg(std::initializer_list<char const*> const&, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, void (*)(common_params&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)) | monkey531[P]llama/common/arg.h | common_arg(
const std::initializer_list<const char *> & args,
const char * value_hint,
const std::string & help,
void (*handler)(common_params & params, const std::string &)
) : args(args), value_hint(value_hint), help(help), handler_string(handler) {} | O0 | c | common_arg::common_arg(std::initializer_list<char const*> const&, char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, void (*)(common_params&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&)):
subq $0xa8, %rsp
movq %rdi, 0xa0(%rsp)
m... | _ZN10common_argC2ERKSt16initializer_listIPKcES2_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPFvR13common_paramsSD_E:
sub rsp, 0A8h
mov [rsp+0A8h+var_8], rdi
mov [rsp+0A8h+var_10], rsi
mov [rsp+0A8h+var_18], rdx
mov [rsp+0A8h+var_20], rcx
mov [rsp+0A8h+var_28], r8
mov rax, [rsp+0A8h... | long long common_arg::common_arg(long long a1, __int128 *a2, long long a3, long long a4, long long a5)
{
int v5; // r9d
int v6; // r8d
int v7; // r9d
long long result; // rax
int v9; // [rsp+0h] [rbp-A8h]
char v10; // [rsp+3Fh] [rbp-69h] BYREF
__int128 v11; // [rsp+40h] [rbp-68h]
char v12; // [rsp+6Ah]... | common_arg:
SUB RSP,0xa8
MOV qword ptr [RSP + 0xa0],RDI
MOV qword ptr [RSP + 0x98],RSI
MOV qword ptr [RSP + 0x90],RDX
MOV qword ptr [RSP + 0x88],RCX
MOV qword ptr [RSP + 0x80],R8
MOV RAX,qword ptr [RSP + 0xa0]
MOV qword ptr [RSP + 0x28],RAX
MOV qword ptr [RSP + 0x20],RAX
MOV dword ptr [RSP + 0x6c],0x0
LEA RAX,[RSP + 0x... |
/* common_arg::common_arg(std::initializer_list<char const*> const&, char const*,
std::__cxx11::string const&, void (*)(common_params&, std::__cxx11::string const&)) */
void __thiscall
common_arg::common_arg
(common_arg *this,initializer_list *param_1,char *param_2,string *param_3,
_func_void_c... | |
65,273 | reset_key_cache_counters | eloqsql/mysys/mf_keycache.c | int reset_key_cache_counters(const char *name __attribute__((unused)),
KEY_CACHE *keycache,
void *unused __attribute__((unused)))
{
int rc= 0;
if (keycache->key_cache_inited)
{
pthread_mutex_lock(&keycache->op_lock);
rc= keycache->interface_funcs->... | O3 | c | reset_key_cache_counters:
cmpb $0x0, 0x48(%rsi)
je 0x9b455
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x58(%rsi), %r15
movq %r15, %rdi
callq 0x291e0
movq 0x8(%r14), %rsi
movq 0x10(%r14), %rax
movq %rbx, %rdi
callq *0x38(%rax)
movl %eax, %ebx
movq %r15, %r... | reset_key_cache_counters:
cmp byte ptr [rsi+48h], 0
jz short loc_9B455
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
lea r15, [rsi+58h]
mov rdi, r15
call _pthread_mutex_lock
mov rsi, [r14+8]
mov rax, [r14+10h]
mov rdi, rbx
... | long long reset_key_cache_counters(long long a1, long long a2)
{
unsigned int v2; // ebx
if ( !*(_BYTE *)(a2 + 72) )
return 0LL;
pthread_mutex_lock(a2 + 88);
v2 = (*(long long ( **)(long long, _QWORD))(*(_QWORD *)(a2 + 16) + 56LL))(a1, *(_QWORD *)(a2 + 8));
pthread_mutex_unlock(a2 + 88);
return v2;
}
| reset_key_cache_counters:
CMP byte ptr [RSI + 0x48],0x0
JZ 0x0019b455
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
LEA R15,[RSI + 0x58]
MOV RDI,R15
CALL 0x001291e0
MOV RSI,qword ptr [R14 + 0x8]
MOV RAX,qword ptr [R14 + 0x10]
MOV RDI,RBX
CALL qword ptr [RAX + 0x38]
MOV EBX,EAX
MOV RDI... |
int4 reset_key_cache_counters(int8 param_1,long param_2)
{
int4 uVar1;
if (*(char *)(param_2 + 0x48) != '\0') {
pthread_mutex_lock((pthread_mutex_t *)(param_2 + 0x58));
uVar1 = (**(code **)(*(long *)(param_2 + 0x10) + 0x38))(param_1,*(int8 *)(param_2 + 8));
pthread_mutex_unlock((pthread_mutex_t *)(... | |
65,274 | ma_remove_table_from_trnman | eloqsql/storage/maria/ma_state.c | void _ma_remove_table_from_trnman(MARIA_HA *info)
{
MARIA_SHARE *share= info->s;
TRN *trn= info->trn;
MARIA_USED_TABLES *tables, **prev;
DBUG_ENTER("_ma_remove_table_from_trnman");
DBUG_PRINT("enter", ("trn: %p used_tables: %p share: %p in_trans: %d",
trn, trn->used_tables, share, sh... | O0 | c | ma_remove_table_from_trnman:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x18(%rbp)
jmp 0x49f55
jmp 0x49f57
jmp 0x49f59
leaq 0x42d920(%rip), %rax # 0x477880
cmpq %rax, -0x18(%rb... | _ma_remove_table_from_trnman:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rax, [rax]
mov [rbp+var_10], rax
mov rax, [rbp+var_8]
mov rax, [rax+8]
mov [rbp+var_18], rax
jmp short $+2
loc_49F55:
jmp short $+2
loc_49F57:
jmp short $+2
l... | _QWORD * ma_remove_table_from_trnman(long long *a1)
{
_QWORD *result; // rax
_QWORD *i; // [rsp+8h] [rbp-28h]
_QWORD *v3; // [rsp+10h] [rbp-20h]
_QWORD *v4; // [rsp+18h] [rbp-18h]
long long v5; // [rsp+20h] [rbp-10h]
v5 = *a1;
v4 = (_QWORD *)a1[1];
result = dummy_transaction_object;
if ( v4 != dummy_... | _ma_remove_table_from_trnman:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x18],RAX
JMP 0x00149f55
LAB_00149f55:
JMP 0x00149f57
L... |
void _ma_remove_table_from_trnman(long *param_1)
{
long lVar1;
long *plVar2;
long *local_30;
lVar1 = *param_1;
if ((int1 *)param_1[1] != dummy_transaction_object) {
plVar2 = (long *)((int1 *)param_1[1] + 0x58);
do {
local_30 = plVar2;
plVar2 = (long *)*local_30;
if (plVar2 == (l... | |
65,275 | ggml_get_next_tensor | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | struct ggml_tensor * ggml_get_next_tensor(const struct ggml_context * ctx, struct ggml_tensor * tensor) {
struct ggml_object * obj = (struct ggml_object *) ((char *)tensor - GGML_OBJECT_SIZE);
obj = obj->next;
char * const mem_buffer = ctx->mem_buffer;
while (obj != NULL) {
if (obj->type == GG... | O1 | c | ggml_get_next_tensor:
movq -0x10(%rsi), %rcx
testq %rcx, %rcx
je 0x1b862
movq 0x8(%rdi), %rax
cmpl $0x0, 0x18(%rcx)
je 0x1b865
movq 0x10(%rcx), %rcx
testq %rcx, %rcx
jne 0x1b853
xorl %eax, %eax
retq
addq (%rcx), %rax
retq
| ggml_get_next_tensor:
mov rcx, [rsi-10h]
test rcx, rcx
jz short loc_1B862
mov rax, [rdi+8]
loc_1B853:
cmp dword ptr [rcx+18h], 0
jz short loc_1B865
mov rcx, [rcx+10h]
test rcx, rcx
jnz short loc_1B853
loc_1B862:
xor eax, eax
retn
loc_1B865:
add rax, [rcx]
retn
| long long ggml_get_next_tensor(long long a1, long long a2)
{
long long v2; // rcx
v2 = *(_QWORD *)(a2 - 16);
if ( !v2 )
return 0LL;
while ( *(_DWORD *)(v2 + 24) )
{
v2 = *(_QWORD *)(v2 + 16);
if ( !v2 )
return 0LL;
}
return *(_QWORD *)v2 + *(_QWORD *)(a1 + 8);
}
| ggml_get_next_tensor:
MOV RCX,qword ptr [RSI + -0x10]
TEST RCX,RCX
JZ 0x0011b862
MOV RAX,qword ptr [RDI + 0x8]
LAB_0011b853:
CMP dword ptr [RCX + 0x18],0x0
JZ 0x0011b865
MOV RCX,qword ptr [RCX + 0x10]
TEST RCX,RCX
JNZ 0x0011b853
LAB_0011b862:
XOR EAX,EAX
RET
LAB_0011b865:
ADD RAX,qword ptr [RCX]
RET
|
long ggml_get_next_tensor(long param_1,long param_2)
{
long *plVar1;
plVar1 = *(long **)(param_2 + -0x10);
if (plVar1 != (long *)0x0) {
do {
if ((int)plVar1[3] == 0) {
return *(long *)(param_1 + 8) + *plVar1;
}
plVar1 = (long *)plVar1[2];
} while (plVar1 != (long *)0x0);
}... | |
65,276 | ggml_get_next_tensor | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | struct ggml_tensor * ggml_get_next_tensor(const struct ggml_context * ctx, struct ggml_tensor * tensor) {
struct ggml_object * obj = (struct ggml_object *) ((char *)tensor - GGML_OBJECT_SIZE);
obj = obj->next;
char * const mem_buffer = ctx->mem_buffer;
while (obj != NULL) {
if (obj->type == GG... | O2 | c | ggml_get_next_tensor:
addq $-0x10, %rsi
movq 0x8(%rdi), %rcx
xorl %eax, %eax
movq (%rsi), %rsi
testq %rsi, %rsi
je 0x21226
cmpl $0x0, 0x18(%rsi)
je 0x21220
addq $0x10, %rsi
jmp 0x2120c
addq (%rsi), %rcx
movq %rcx, %rax
retq
| ggml_get_next_tensor:
add rsi, 0FFFFFFFFFFFFFFF0h
mov rcx, [rdi+8]
xor eax, eax
loc_2120C:
mov rsi, [rsi]
test rsi, rsi
jz short locret_21226
cmp dword ptr [rsi+18h], 0
jz short loc_21220
add rsi, 10h
jmp short loc_2120C
loc_21220:
add rcx, [rsi]
mov rax, rcx
locret_2122... | long long ggml_get_next_tensor(long long a1, long long a2)
{
long long *v2; // rsi
long long result; // rax
long long v4; // rsi
v2 = (long long *)(a2 - 16);
result = 0LL;
while ( 1 )
{
v4 = *v2;
if ( !v4 )
break;
if ( !*(_DWORD *)(v4 + 24) )
return *(_QWORD *)v4 + *(_QWORD *)(a1... | ggml_get_next_tensor:
ADD RSI,-0x10
MOV RCX,qword ptr [RDI + 0x8]
XOR EAX,EAX
LAB_0012120c:
MOV RSI,qword ptr [RSI]
TEST RSI,RSI
JZ 0x00121226
CMP dword ptr [RSI + 0x18],0x0
JZ 0x00121220
ADD RSI,0x10
JMP 0x0012120c
LAB_00121220:
ADD RCX,qword ptr [RSI]
MOV RAX,RCX
LAB_00121226:
RET
|
long ggml_get_next_tensor(long param_1,long param_2)
{
long *plVar1;
plVar1 = (long *)(param_2 + -0x10);
while( true ) {
plVar1 = (long *)*plVar1;
if (plVar1 == (long *)0x0) {
return 0;
}
if ((int)plVar1[3] == 0) break;
plVar1 = plVar1 + 2;
}
return *(long *)(param_1 + 8) + *plV... | |
65,277 | ggml_get_next_tensor | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | struct ggml_tensor * ggml_get_next_tensor(const struct ggml_context * ctx, struct ggml_tensor * tensor) {
struct ggml_object * obj = (struct ggml_object *) ((char *)tensor - GGML_OBJECT_SIZE);
obj = obj->next;
char * const mem_buffer = ctx->mem_buffer;
while (obj != NULL) {
if (obj->type == GG... | O3 | c | ggml_get_next_tensor:
movq -0x10(%rsi), %rcx
testq %rcx, %rcx
je 0x1a570
movq 0x8(%rdi), %rax
cmpl $0x0, 0x18(%rcx)
je 0x1a573
movq 0x10(%rcx), %rcx
testq %rcx, %rcx
jne 0x1a561
xorl %eax, %eax
retq
addq (%rcx), %rax
retq
| ggml_get_next_tensor:
mov rcx, [rsi-10h]
test rcx, rcx
jz short loc_1A570
mov rax, [rdi+8]
loc_1A561:
cmp dword ptr [rcx+18h], 0
jz short loc_1A573
mov rcx, [rcx+10h]
test rcx, rcx
jnz short loc_1A561
loc_1A570:
xor eax, eax
retn
loc_1A573:
add rax, [rcx]
retn
| long long ggml_get_next_tensor(long long a1, long long a2)
{
long long v2; // rcx
v2 = *(_QWORD *)(a2 - 16);
if ( !v2 )
return 0LL;
while ( *(_DWORD *)(v2 + 24) )
{
v2 = *(_QWORD *)(v2 + 16);
if ( !v2 )
return 0LL;
}
return *(_QWORD *)v2 + *(_QWORD *)(a1 + 8);
}
| ggml_get_next_tensor:
MOV RCX,qword ptr [RSI + -0x10]
TEST RCX,RCX
JZ 0x0011a570
MOV RAX,qword ptr [RDI + 0x8]
LAB_0011a561:
CMP dword ptr [RCX + 0x18],0x0
JZ 0x0011a573
MOV RCX,qword ptr [RCX + 0x10]
TEST RCX,RCX
JNZ 0x0011a561
LAB_0011a570:
XOR EAX,EAX
RET
LAB_0011a573:
ADD RAX,qword ptr [RCX]
RET
|
long ggml_get_next_tensor(long param_1,long param_2)
{
long *plVar1;
plVar1 = *(long **)(param_2 + -0x10);
if (plVar1 != (long *)0x0) {
do {
if ((int)plVar1[3] == 0) {
return *(long *)(param_1 + 8) + *plVar1;
}
plVar1 = (long *)plVar1[2];
} while (plVar1 != (long *)0x0);
}... | |
65,278 | aimrt::runtime::core::logger::LogFormatter::FormatLine(aimrt::runtime::core::logger::LogDataWrapper const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) | aimrt_mujoco_sim/_deps/aimrt-src/src/runtime/core/../core/logger/formatter.h | static void FormatLine(const LogDataWrapper& data, std::string& buffer) {
buffer.append(std::to_string(data.line));
} | O3 | c | aimrt::runtime::core::logger::LogFormatter::FormatLine(aimrt::runtime::core::logger::LogDataWrapper const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rsi, %rbx
movl 0x24(%rdi), %ebp
movl $0x1, %eax
cmpl $0xa, %ebp... | _ZN5aimrt7runtime4core6logger12LogFormatter10FormatLineERKNS2_14LogDataWrapperERNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
mov rbx, rsi
mov ebp, [rdi+24h]
mov eax, 1
cmp ebp, 0Ah
jb short loc_5F830
mov eax, 4
mov ec... | void aimrt::runtime::core::logger::LogFormatter::FormatLine(long long a1, long long a2)
{
unsigned int v2; // ebp
unsigned int v3; // eax
unsigned int v4; // edx
bool v5; // cc
void *v6; // [rsp+8h] [rbp-40h] BYREF
long long v7; // [rsp+10h] [rbp-38h]
_QWORD v8[6]; // [rsp+18h] [rbp-30h] BYREF
v2 = *(... | FormatLine:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RSI
MOV EBP,dword ptr [RDI + 0x24]
MOV EAX,0x1
CMP EBP,0xa
JC 0x0015f830
MOV EAX,0x4
MOV ECX,0xd1b71759
MOV EDX,EBP
LAB_0015f7f8:
CMP EDX,0x63
JBE 0x0015f829
CMP EDX,0x3e7
JBE 0x0015f82e
CMP EDX,0x2710
JC 0x0015f830
MOV ESI,EDX
IMUL RSI,RCX
SHR RSI,0x... |
/* aimrt::runtime::core::logger::LogFormatter::FormatLine(aimrt::runtime::core::logger::LogDataWrapper
const&, std::__cxx11::string&) */
void aimrt::runtime::core::logger::LogFormatter::FormatLine(LogDataWrapper *param_1,string *param_2)
{
uint uVar1;
bool bVar2;
uint uVar3;
uint uVar4;
uint uVar5;
lo... | |
65,279 | _gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const, 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 lo... | monkey531[P]llama/common/./json.hpp | iterator find(KeyType && key) // NOLINT(cppcoreguidelines-missing-std-forward)
{
for (auto it = this->begin(); it != this->end(); ++it)
{
if (m_compare(it->first, key))
{
return it;
}
}
return Container::end();
} | O2 | cpp | _gnu_cxx::__normal_iterator<std::pair<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const, 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 lo... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_10basic_jsonIS1_St6vectorS7_blmdSaNS0_14adl_serializerES9_IhSaIhEEvEESt4lessIvESaISt4pairIKS7_SD_EEE4findIRA10_KcTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvES7_T_EE5valueEiE4typeELi0EEEN9__gnu_cxx17__... | long long ZN8nlohmann16json_abi_v3_11_311ordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_10basic_jsonIS1_St6vectorS7_blmdSaNS0_14adl_serializerES9_IhSaIhEEvEESt4lessIvESaISt4pairIKS7_SD_EEE4findIRA10_KcTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvES7_T_EE5valueEiE4typeELi0EEEN9__g... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_10basic_jsonIS1_St6vectorS7_blmdSaNS0_14adl_serializerES9_IhSaIhEEvEESt4lessIvESaISt4pairIKS7_SD_EEE4findIRA10_KcTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvES7_T_EE5valueEiE4typeELi0EEEN9__gnu_cxx17__... |
string * _ZN8nlohmann16json_abi_v3_11_311ordered_mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_10basic_jsonIS1_St6vectorS7_blmdSaNS0_14adl_serializerES9_IhSaIhEEvEESt4lessIvESaISt4pairIKS7_SD_EEE4findIRA10_KcTnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvES7_T_EE5valueEiE4typeELi0EEEN9__g... | |
65,280 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/./json.hpp | size_type size() const noexcept
{
switch (m_data.m_type)
{
case value_t::null:
{
// null values are empty
return 0;
}
case value_t::array:
{
// delegate call to array_t::size()
... | O0 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE4sizeEv:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov rax, [rsp+28h+var_10]
mov [rsp+28h+var_20], rax
movzx eax, byte ptr [rax]
mov [rsp+... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::size(
long long a1)
{
long long v2; // [rsp+20h] [rbp-8h]
switch ( *(_... | size:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV RAX,qword ptr [RSP + 0x18]
MOV qword ptr [RSP + 0x8],RAX
MOVZX EAX,byte ptr [RAX]
MOV qword ptr [RSP + 0x10],RAX
SUB RAX,0x9
JA 0x0018800d
MOV RAX,qword ptr [RSP + 0x10]
LEA RCX,[0x2d9ba0]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_0:
MO... |
/* 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>::size() const */
int8 __thisca... | |
65,281 | 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, 0xb8c83d(%rip) # 0xc81f80
jne 0xf574e
movb $0x1, -0x1(%rbp)
jmp 0xf5837
callq 0xf55f0
cmpq $0x0, %rax
je 0xf575e
jmp 0xf5831
movl $0x1, %edi
movl $0xf0, %esi
callq 0x2a670
movq %rax, -0x10(%rbp)
cmpq $0x0, %rax
jne 0xf5780
... | 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_F574E
mov [rbp+var_1], 1
jmp loc_F5837
loc_F574E:
call _my_thread_var
cmp rax, 0
jz short loc_F575E
jmp loc_F5831
loc_F575E:
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 [0x00d81f80],0x0
JNZ 0x001f574e
MOV byte ptr [RBP + -0x1],0x1
JMP 0x001f5837
LAB_001f574e:
CALL 0x001f55f0
CMP RAX,0x0
JZ 0x001f575e
JMP 0x001f5831
LAB_001f575e:
MOV EDI,0x1
MOV ESI,0xf0
CALL 0x0012a670
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 ... | |
65,282 | OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(int*, int const*, int) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/tessellation.cpp | void
Tessellation::TransformFacetCoordIndices(int facetIndices[],
int const boundaryIndices[],
int interiorOffset) {
for (int i = 0; i < _numFacets; ++i, facetIndices += _facetStride) {
for (int j = 0; j < (int)_facetSize; ++... | O1 | cpp | OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(int*, int const*, int):
cmpl $0x0, 0x1c(%rdi)
jle 0xa0549
movswq 0x6(%rdi), %rax
xorl %r8d, %r8d
testw %ax, %ax
jle 0xa0538
xorl %r9d, %r9d
movslq (%rsi,%r9,4), %r10
testq %r10, %r10
js 0xa0530
cmpl 0x14(%rdi), %r10d
jge 0xa0529
movl (%rdx,%r10,4), %r10d... | _ZN10OpenSubdiv6v3_6_03Bfr12Tessellation26TransformFacetCoordIndicesEPiPKii:
cmp dword ptr [rdi+1Ch], 0
jle short locret_A0549
movsx rax, word ptr [rdi+6]
xor r8d, r8d
loc_A050C:
test ax, ax
jle short loc_A0538
xor r9d, r9d
loc_A0514:
movsxd r10, dword ptr [rsi+r9*4]
test r10, r10
js s... | void OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(
OpenSubdiv::v3_6_0::Bfr::Tessellation *this,
int *a2,
const int *a3,
int a4)
{
long long v4; // rax
int v5; // r8d
long long i; // r9
long long v7; // r10
int v8; // r10d
if ( *((int *)this + 7) > 0 )
... | TransformFacetCoordIndices:
CMP dword ptr [RDI + 0x1c],0x0
JLE 0x001a0549
MOVSX RAX,word ptr [RDI + 0x6]
XOR R8D,R8D
LAB_001a050c:
TEST AX,AX
JLE 0x001a0538
XOR R9D,R9D
LAB_001a0514:
MOVSXD R10,dword ptr [RSI + R9*0x4]
TEST R10,R10
JS 0x001a0530
CMP R10D,dword ptr [RDI + 0x14]
JGE 0x001a0529
MOV R10D,dword ptr [RDX + R... |
/* OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(int*, int const*, int) */
void __thiscall
OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices
(Tessellation *this,int *param_1,int *param_2,int param_3)
{
short sVar1;
int iVar2;
long lVar3;
int iVar4;
if (0 < *... | |
65,283 | OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(int*, int const*, int) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/tessellation.cpp | void
Tessellation::TransformFacetCoordIndices(int facetIndices[],
int const boundaryIndices[],
int interiorOffset) {
for (int i = 0; i < _numFacets; ++i, facetIndices += _facetStride) {
for (int j = 0; j < (int)_facetSize; ++... | O3 | cpp | OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(int*, int const*, int):
movl 0x1c(%rdi), %r9d
testl %r9d, %r9d
jle 0xa2fb1
movswq 0x6(%rdi), %rax
xorl %r8d, %r8d
testw %ax, %ax
jle 0xa2fa1
xorl %r9d, %r9d
movslq (%rsi,%r9,4), %r10
testq %r10, %r10
js 0xa2f95
cmpl 0x14(%rdi), %r10d
jge 0xa2f8e
movl (%r... | _ZN10OpenSubdiv6v3_6_03Bfr12Tessellation26TransformFacetCoordIndicesEPiPKii:
mov r9d, [rdi+1Ch]
test r9d, r9d
jle short locret_A2FB1
movsx rax, word ptr [rdi+6]
xor r8d, r8d
loc_A2F71:
test ax, ax
jle short loc_A2FA1
xor r9d, r9d
loc_A2F79:
movsxd r10, dword ptr [rsi+r9*4]
test r10, r10
... | void OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(
OpenSubdiv::v3_6_0::Bfr::Tessellation *this,
int *a2,
const int *a3,
int a4)
{
int v4; // r9d
long long v5; // rax
int i; // r8d
long long j; // r9
long long v8; // r10
int v9; // r10d
v4 = *((_DWORD ... | TransformFacetCoordIndices:
MOV R9D,dword ptr [RDI + 0x1c]
TEST R9D,R9D
JLE 0x001a2fb1
MOVSX RAX,word ptr [RDI + 0x6]
XOR R8D,R8D
LAB_001a2f71:
TEST AX,AX
JLE 0x001a2fa1
XOR R9D,R9D
LAB_001a2f79:
MOVSXD R10,dword ptr [RSI + R9*0x4]
TEST R10,R10
JS 0x001a2f95
CMP R10D,dword ptr [RDI + 0x14]
JGE 0x001a2f8e
MOV R10D,dword... |
/* OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices(int*, int const*, int) */
void __thiscall
OpenSubdiv::v3_6_0::Bfr::Tessellation::TransformFacetCoordIndices
(Tessellation *this,int *param_1,int *param_2,int param_3)
{
short sVar1;
int iVar2;
long lVar3;
int iVar4;
iVar4 = *... | |
65,284 | reinit_io_cache | eloqsql/mysys/mf_iocache.c | my_bool reinit_io_cache(IO_CACHE *info, enum cache_type type,
my_off_t seek_offset,
my_bool use_async_io __attribute__((unused)),
my_bool clear_cache)
{
DBUG_ENTER("reinit_io_cache");
DBUG_PRINT("enter",("cache:%p type: %d seek_offset: %llu clear_cache: %d",
info, type, (ulonglong) seek_offset,
... | O3 | c | reinit_io_cache:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movl %r8d, %r12d
movq %rdx, %r15
movl %esi, %r14d
movq %rdi, %rbx
testb %r12b, %r12b
jne 0x96264
movq (%rbx), %rdx
movq %r15, %rax
subq %rdx, %rax
jb 0x96264
movl 0xb0(%rbx), %esi
leaq 0x10(%rbx), %rdi
le... | reinit_io_cache:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov r12d, r8d
mov r15, rdx
mov r14d, esi
mov rbx, rdi
test r12b, r12b
jnz short loc_96264
mov rdx, [rbx]
mov rax, r15
sub rax, rdx
jb short loc_96264
mov ... | char reinit_io_cache(long long a1, int a2, unsigned long long a3, long long a4, char a5)
{
long long v9; // rdx
unsigned long long v10; // rax
int v11; // esi
_QWORD *v12; // rdi
long long v13; // rcx
long long v14; // rdx
long long v15; // rax
unsigned int v16; // r13d
long long v17; // rax
long l... | reinit_io_cache:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV R12D,R8D
MOV R15,RDX
MOV R14D,ESI
MOV RBX,RDI
TEST R12B,R12B
JNZ 0x00196264
MOV RDX,qword ptr [RBX]
MOV RAX,R15
SUB RAX,RDX
JC 0x00196264
MOV ESI,dword ptr [RBX + 0xb0]
LEA RDI,[RBX + 0x10]
LEA R8,[RBX + 0x40]
CMP ESI,0x... |
int8 reinit_io_cache(ulong *param_1,int param_2,ulong param_3,int8 param_4,char param_5)
{
int4 uVar1;
ulong uVar2;
ulong uVar3;
int iVar4;
long lVar5;
ulong *puVar6;
int1 local_80 [72];
ulong local_38;
if (param_5 == '\0') {
uVar2 = *param_1;
if (uVar2 <= param_3) {
iVar4 = (int)pa... | |
65,285 | google::protobuf::compiler::cpp::MessageFieldGenerator::MessageFieldGenerator(google::protobuf::FieldDescriptor const*, google::protobuf::compiler::cpp::Options const&, google::protobuf::compiler::cpp::MessageSCCAnalyzer*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/message_field.cc | MessageFieldGenerator::MessageFieldGenerator(const FieldDescriptor* descriptor,
const Options& options,
MessageSCCAnalyzer* scc_analyzer)
: FieldGenerator(descriptor, options),
implicit_weak_field_(
IsImplicitW... | O3 | cpp | google::protobuf::compiler::cpp::MessageFieldGenerator::MessageFieldGenerator(google::protobuf::FieldDescriptor const*, google::protobuf::compiler::cpp::Options const&, google::protobuf::compiler::cpp::MessageSCCAnalyzer*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rcx, %r12
movq %rdx, %r14
movq %rsi... | _ZN6google8protobuf8compiler3cpp21MessageFieldGeneratorC2EPKNS0_15FieldDescriptorERKNS2_7OptionsEPNS2_18MessageSCCAnalyzerE:
push r15; void *
push r14; int
push r12; char
push rbx; int
push rax; void *
mov r12, rcx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
mov [rdi+8], rsi
mov [rdi+1... | MessageFieldGenerator:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R12,RCX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
MOV qword ptr [RDI + 0x8],RSI
MOV qword ptr [RDI + 0x10],RDX
LEA RAX,[RDI + 0x20]
MOV dword ptr [RDI + 0x20],0x0
XOR ECX,ECX
MOV qword ptr [RDI + 0x28],RCX
MOV qword ptr [RDI + 0x30],RAX
MOV qword ptr [RD... |
/* google::protobuf::compiler::cpp::MessageFieldGenerator::MessageFieldGenerator(google::protobuf::FieldDescriptor
const*, google::protobuf::compiler::cpp::Options const&,
google::protobuf::compiler::cpp::MessageSCCAnalyzer*) */
void __thiscall
google::protobuf::compiler::cpp::MessageFieldGenerator::MessageFiel... | ||
65,286 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [52], char const*>(char const (&) [52], char const*&&) | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O1 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [52], char const*>(char const (&) [52], char const*&&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pus... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA6_KcS8_RA12_S9_EEET_DpOT0_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
lea rbp, [rdi+10h]
mov [rdi], rb... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[6],std::string,char const(&)[12]>(
long long a1,
long long a2,
_QWORD *a3,
long long a4)
{
long long v6; // r13
long long v7; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a... | concat<std::__cxx11::string,char_const(&)[6],std::__cxx11::string,char_const(&)[12]>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
LEA RBP,[RDI + 0x10]
MOV qword ptr [RDI],RBP
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RDI,RSI
CALL 0... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [6], std::__cxx11::string, char const (&) [12]>(char const (&) [6], std::__cxx11::string&&,
char const (&) [12]) */
detail * __thiscall
nlohmann::json_abi_v3_11_3::detail::
concat<std::__cxx11::string,char_co... | |
65,287 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [52], char const*>(char const (&) [52], char const*&&) | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O2 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [52], char const*>(char const (&) [52], char const*&&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pus... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA29_KcS8_RA5_S9_S8_EEET_DpOT0_:
push r15
push r14
push r13
push r12
push rbx
mov r14, r8
mov r15, rcx
mov r12, rdx
mov r13, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rdi], rax
and... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[29],std::string,char const(&)[5],std::string>(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5)
{
long long v8; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
... | concat<std::__cxx11::string,char_const(&)[29],std::__cxx11::string,char_const(&)[5],std::__cxx11::string>:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R14,R8
MOV R15,RCX
MOV R12,RDX
MOV R13,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RDI],RAX
AND qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
LAB_... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [29], std::__cxx11::string, char const (&) [5], std::__cxx11::string >(char const (&) [29],
std::__cxx11::string&&, char const (&) [5], std::__cxx11::string&&) */
detail * __thiscall
nlohmann::json_abi_v3_11_... | |
65,288 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [52], char const*>(char const (&) [52], char const*&&) | monkey531[P]llama/common/json.hpp | inline OutStringType concat(Args && ... args)
{
OutStringType str;
str.reserve(concat_length(args...));
concat_into(str, std::forward<Args>(args)...);
return str;
} | O3 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, char const (&) [52], char const*>(char const (&) [52], char const*&&):
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pus... | _ZN8nlohmann16json_abi_v3_11_36detail6concatINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRA22_KcPS9_EEET_DpOT0_:
push r15
push r14
push r13
push r12
push rbx
mov r14, rdx
mov r15, rsi
mov rbx, rdi
lea r13, [rdi+10h]
mov [rdi], r13
mov qword ptr [rdi+8], 0
mov byte ptr... | long long nlohmann::json_abi_v3_11_3::detail::concat<std::string,char const(&)[22],char const*>(
long long a1,
long long a2,
_QWORD *a3)
{
long long v4; // r12
long long v5; // rax
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + 8) = 0LL;
*(_BYTE *)(a1 + 16) = 0;
v4 = strlen(a2);
v5 = ... | concat<std::__cxx11::string,char_const(&)[22],char_const*>:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R14,RDX
MOV R15,RSI
MOV RBX,RDI
LEA R13,[RDI + 0x10]
MOV qword ptr [RDI],R13
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RDI,RSI
CALL 0x0011a3e0
MOV R12,RAX
MOV RDI,qword ptr [R14]
CALL 0x001... |
/* std::__cxx11::string nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string, char const
(&) [22], char const*>(char const (&) [22], char const*&&) */
detail * __thiscall
nlohmann::json_abi_v3_11_3::detail::concat<std::__cxx11::string,char_const(&)[22],char_const*>
(detail *this,char *param_1,... | |
65,289 | count_square | eloqsql/storage/maria/ma_rt_split.c | static double count_square(const double *a, int n_dim)
{
const double *end= a + n_dim * 2;
double square= 1.0;
do
{
square *= a[1] - a[0];
a+= 2;
} while (a != end);
return square;
} | O0 | c | count_square:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq -0x8(%rbp), %rax
movl -0xc(%rbp), %ecx
shll %ecx
movslq %ecx, %rcx
shlq $0x3, %rcx
addq %rcx, %rax
movq %rax, -0x18(%rbp)
movsd 0xd5696(%rip), %xmm0 # 0x15a060
movsd %xmm0, -0x20(%rbp)
movq -0x8(%rbp), %rax
movsd 0x8(%rax), %xm... | count_square:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov rax, [rbp+var_8]
mov ecx, [rbp+var_C]
shl ecx, 1
movsxd rcx, ecx
shl rcx, 3
add rax, rcx
mov [rbp+var_18], rax
movsd xmm0, cs:qword_15A060
movsd [rbp+var_20], xmm0
loc_849CF:
mov rax, [rbp+v... | double count_square(double *a1, int a2)
{
double v3; // [rsp+0h] [rbp-20h]
double *v4; // [rsp+18h] [rbp-8h]
v4 = a1;
v3 = 1.0;
do
{
v3 = (v4[1] - *v4) * v3;
v4 += 2;
}
while ( v4 != &a1[2 * a2] );
return v3;
}
| count_square:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RBP + -0xc]
SHL ECX,0x1
MOVSXD RCX,ECX
SHL RCX,0x3
ADD RAX,RCX
MOV qword ptr [RBP + -0x18],RAX
MOVSD XMM0,qword ptr [0x0025a060]
MOVSD qword ptr [RBP + -0x20],XMM0
LAB_00184... |
double count_square(double *param_1,int param_2)
{
double local_28;
double *local_10;
local_28 = DAT_0025a060;
local_10 = param_1;
do {
local_28 = (local_10[1] - *local_10) * local_28;
local_10 = local_10 + 2;
} while (local_10 != param_1 + (param_2 << 1));
return local_28;
}
| |
65,290 | ma_dispose | eloqsql/storage/maria/ma_page.c | int _ma_dispose(register MARIA_HA *info, my_off_t pos, my_bool page_not_read)
{
my_off_t old_link;
uchar buff[MAX_KEYPAGE_HEADER_SIZE+ 8 + 2];
ulonglong page_no;
MARIA_SHARE *share= info->s;
MARIA_PINNED_PAGE page_link;
uint block_size= share->block_size;
int result= 0;
enum pagecache_page_lock lock_met... | O0 | c | ma_dispose:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x160, %rsp # imm = 0x160
movb %dl, %al
movq %fs:0x28, %rcx
movq %rcx, -0x18(%rbp)
movq %rdi, -0x58(%rbp)
movq %rsi, -0x60(%rbp)
movb %al, -0x61(%rbp)
movq -0x58(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x80(%rbp)
movq -0x80(%rbp), %rax
movl... | _ma_dispose:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 160h
mov al, dl
mov rcx, fs:28h
mov [rbp+var_18], rcx
mov [rbp+var_58], rdi
mov [rbp+var_60], rsi
mov [rbp+var_61], al
mov rax, [rbp+var_58]
mov rax, [rax]
mov [rbp+var_80], rax
mov rax, [rbp+var_80]
m... | long long ma_dispose(long long *a1, unsigned long long a2, char a3)
{
unsigned long long v4; // [rsp+40h] [rbp-130h]
_QWORD v5[7]; // [rsp+60h] [rbp-110h] BYREF
_BYTE v6[8]; // [rsp+98h] [rbp-D8h] BYREF
unsigned long long v7; // [rsp+A0h] [rbp-D0h]
unsigned long long v8; // [rsp+A8h] [rbp-C8h]
unsigned lon... | _ma_dispose:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x160
MOV AL,DL
MOV RCX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RCX
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV byte ptr [RBP + -0x61],AL
MOV RAX,qword ptr [RBP + -0x58]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x80],RAX
MO... |
int4 _ma_dispose(long *param_1,ulong param_2,char param_3)
{
char cVar1;
long in_FS_OFFSET;
ulong in_stack_fffffffffffffe98;
ulong local_138;
int1 local_118 [32];
int1 *local_f8;
int8 local_f0;
int1 local_e0 [8];
ulong local_d8;
ulong local_d0;
ulong local_c8;
ulong local_c0;
int local_b4;
... | |
65,291 | pagecache_delete | eloqsql/storage/maria/ma_pagecache.c | my_bool pagecache_delete(PAGECACHE *pagecache,
PAGECACHE_FILE *file,
pgcache_page_no_t pageno,
enum pagecache_page_lock lock,
my_bool flush)
{
my_bool error= 0;
enum pagecache_page_pin pin= lock_to_pin_one_phase[lock... | O0 | c | pagecache_delete:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movb %r8b, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movb %al, -0x25(%rbp)
movb $0x0, -0x26(%rbp)
movl -0x24(%rbp), %eax
movl %eax, %ecx
leaq 0x288b43(%rip), %rax # 0x2c5370
movl (%rax,%rcx,4), %eax
mo... | pagecache_delete:
push rbp
mov rbp, rsp
sub rsp, 50h
mov al, r8b
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov [rbp+var_25], al
mov [rbp+var_26], 0
mov eax, [rbp+var_24]
mov ecx, eax
lea rax, lock_to_pin_one_phase
mov e... | char pagecache_delete(_QWORD *a1, long long a2, long long a3, unsigned int a4, bool a5)
{
long long present_hash_link; // [rsp+8h] [rbp-48h]
_BYTE v7[8]; // [rsp+10h] [rbp-40h] BYREF
long long v8; // [rsp+18h] [rbp-38h]
int v9; // [rsp+24h] [rbp-2Ch]
char v10; // [rsp+2Ah] [rbp-26h]
bool v11; // [rsp+2Bh] ... | pagecache_delete:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV AL,R8B
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],ECX
MOV byte ptr [RBP + -0x25],AL
MOV byte ptr [RBP + -0x26],0x0
MOV EAX,dword ptr [RBP + -0x24]
MOV ECX,EAX
LEA RAX,[0x3c5370]
MOV E... |
int8
pagecache_delete(long param_1,int8 param_2,int8 param_3,uint param_4,char param_5)
{
char cVar1;
long lVar2;
int7 extraout_var;
int7 uVar3;
int1 local_48 [8];
long local_40;
int local_34;
int1 local_2e;
char local_2d;
uint local_2c;
int8 local_28;
int8 local_20;
long local_18;
int1 lo... | |
65,292 | maria_rtree_find_first | eloqsql/storage/maria/ma_rt_index.c | int maria_rtree_find_first(MARIA_HA *info, MARIA_KEY *key, uint32 search_flag)
{
my_off_t root;
uint nod_cmp_flag;
MARIA_KEYDEF *keyinfo= key->keyinfo;
/*
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.
... | O0 | c | maria_rtree_find_first:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movq -0x18(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x38(%rbp)
movl $0x400, -0x2c(%rbp) # imm = 0x400
movl $0x400, -0x1c(%rbp) # imm = 0x400
movq -0x10(%rbp), %rax
movq (%... | maria_rtree_find_first:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov rax, [rbp+var_18]
mov rax, [rax+8]
mov [rbp+var_38], rax
mov [rbp+var_2C], 400h
mov [rbp+var_1C], 400h
mov rax, [rbp+var_10]
mov rax, [rax]
... | long long maria_rtree_find_first(long long a1, long long a2, double a3)
{
long long v4; // [rsp+8h] [rbp-38h]
long long v5; // [rsp+18h] [rbp-28h]
v4 = *(_QWORD *)(a2 + 8);
v5 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)a1 + 280LL) + 8LL * *(unsigned __int8 *)(v4 + 165));
if ( v5 == -1 )
{
*(_DWORD *)my_thre... | maria_rtree_find_first:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x38],RAX
MOV dword ptr [RBP + -0x2c],0x400
MOV dword ptr [RBP + -0x1c],0x400
MOV ... |
int4 maria_rtree_find_first(long *param_1,int8 *param_2)
{
long lVar1;
long lVar2;
int4 *puVar3;
int4 local_c;
lVar1 = param_2[1];
lVar2 = *(long *)(*(long *)(*param_1 + 0x118) + (ulong)*(byte *)(lVar1 + 0xa5) * 8);
if (lVar2 == -1) {
puVar3 = (int4 *)_my_thread_var();
*puVar3 = 0x89;
loc... | |
65,293 | nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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::all... | monkey531[P]llama/common/./json.hpp | explicit iteration_proxy_value(IteratorType it, std::size_t array_index_ = 0)
noexcept(std::is_nothrow_move_constructible<IteratorType>::value
&& std::is_nothrow_default_constructible<string_type>::value)
: anchor(std::move(it))
, array_index(array_index_)
{} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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::all... | _ZN8nlohmann16json_abi_v3_11_36detail21iteration_proxy_valueINS1_9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEEEEEC2ESH_m:
push rbx
mov rbx, rdi
movups xmm0, xmmword ptr [rsi]
movups xmm1, xmmword ptr [rsi+10h... | long long nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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<u... | iteration_proxy_value:
PUSH RBX
MOV RBX,RDI
MOVUPS XMM0,xmmword ptr [RSI]
MOVUPS XMM1,xmmword ptr [RSI + 0x10]
MOVUPS xmmword ptr [RDI + 0x10],XMM1
MOVUPS xmmword ptr [RDI],XMM0
MOV qword ptr [RDI + 0x20],RDX
MOV qword ptr [RDI + 0x28],0x0
ADD RDI,0x30
LEA RAX,[RBX + 0x40]
MOV qword ptr [RBX + 0x30],RAX
LAB_00171b4e:
L... |
/* nlohmann::json_abi_v3_11_3::detail::iteration_proxy_value<nlohmann::json_abi_v3_11_3::detail::iter_impl<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_serializ... | |
65,294 | google::protobuf::Message* google::protobuf::internal::down_cast<google::protobuf::Message*, google::protobuf::MessageLite>(google::protobuf::MessageLite*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/stubs/casts.h | inline To down_cast(From* f) { // so we only accept pointers
// Ensures that To is a sub-type of From *. This test is here only
// for compile-time type checking, and has no overhead in an
// optimized build at run-time, as it will be optimized away
// completely.
if (false) {
implicit_... | O0 | c | google::protobuf::Message* google::protobuf::internal::down_cast<google::protobuf::Message*, google::protobuf::MessageLite>(google::protobuf::MessageLite*):
movq %rdi, -0x8(%rsp)
movq -0x8(%rsp), %rax
retq
nopl (%rax,%rax)
| _ZN6google8protobuf8internal9down_castIPNS0_4util9converter11ProtoWriter12ProtoElementENS4_22StructuredObjectWriter11BaseElementEEET_PT0_:
mov [rsp+var_8], rdi
mov rax, [rsp+var_8]
retn
| long long google::protobuf::internal::down_cast<google::protobuf::util::converter::ProtoWriter::ProtoElement *,google::protobuf::util::converter::StructuredObjectWriter::BaseElement>(
long long a1)
{
return a1;
}
| operator!=:
MOV qword ptr [RSP + -0x8],RDI
MOV qword ptr [RSP + -0x10],RSI
MOV RAX,qword ptr [RSP + -0x8]
MOV RAX,qword ptr [RAX]
MOV RCX,qword ptr [RSP + -0x10]
CMP RAX,qword ptr [RCX]
SETNZ AL
AND AL,0x1
RET
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::TEMPNAMEPLACEHOLDERVALUE(std::_Rb_tree_iterator<std::pair<int const, std::__cxx11::string >
> const&, std::_Rb_tree_iterator<std::pair<int const, std::__cxx11::string > > const&) */
int8 std::operator!=(_Rb_tree_iterator *param_1,... | |
65,295 | hashcmp | eloqsql/libmariadb/libmariadb/ma_hashtbl.c | static int hashcmp(MA_HASHTBL *hash,MA_HASHTBL_LINK *pos,const uchar *key,uint length)
{
uint rec_keylength;
uchar *rec_key= (uchar*) hash_key(hash,pos->data,&rec_keylength,1);
return (length && length != rec_keylength) ||
memcmp(rec_key,key,rec_keylength);
} | O3 | c | hashcmp:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movl %ecx, %r14d
movq %rdx, %rbx
movq 0x30(%rdi), %rax
testq %rax, %rax
je 0x34140
leaq -0x1c(%rbp), %r15
movq %rsi, %rdi
movq %r15, %rsi
movl $0x1, %edx
callq *%rax
movq %rax, %rsi
movl (%r15), %ecx
jmp 0x3414b
movl 0x4(%rdi), %ecx
movl %e... | hashcmp:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14d, ecx
mov rbx, rdx
mov rax, [rdi+30h]
test rax, rax
jz short loc_34140
lea r15, [rbp+var_1C]
mov rdi, rsi
mov rsi, r15
mov edx, 1
call rax
mov rsi, rax
mov ecx, [r15]
jmp shor... | _BOOL8 hashcmp(unsigned int *a1, long long a2, long long a3, int a4)
{
long long v4; // rax
long long ( *v7)(long long, unsigned int *, long long); // rax
long long v8; // rsi
unsigned int v9; // ecx
_BOOL8 result; // rax
unsigned int v11[7]; // [rsp+0h] [rbp-1Ch] BYREF
v11[0] = HIDWORD(v4);
v7 = (lon... | hashcmp:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14D,ECX
MOV RBX,RDX
MOV RAX,qword ptr [RDI + 0x30]
TEST RAX,RAX
JZ 0x00134140
LEA R15,[RBP + -0x1c]
MOV RDI,RSI
MOV RSI,R15
MOV EDX,0x1
CALL RAX
MOV RSI,RAX
MOV ECX,dword ptr [R15]
JMP 0x0013414b
LAB_00134140:
MOV ECX,dword ptr [RDI + 0x4]
MOV dword... |
bool hashcmp(uint *param_1,long param_2,void *param_3,uint param_4)
{
int iVar1;
int8 in_RAX;
void *__s1;
uint uVar2;
bool bVar3;
int8 uStack_28;
if (*(code **)(param_1 + 0xc) == (code *)0x0) {
uVar2 = param_1[1];
uStack_28 = CONCAT44(uVar2,(int)in_RAX);
__s1 = (void *)(param_2 + (ulong)*... | |
65,296 | my_scan_utf32 | eloqsql/strings/ctype-ucs2.c | static size_t
my_scan_utf32(CHARSET_INFO *cs,
const char *str, const char *end, int sequence_type)
{
const char *str0= str;
switch (sequence_type)
{
case MY_SEQ_SPACES:
for ( ; str < end; )
{
my_wc_t wc;
int res= my_utf32_uni(cs, &wc, (uchar*) str, (uchar*) end);
if (r... | O0 | c | my_scan_utf32:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movq -0x18(%rbp), %rax
movq %rax, -0x30(%rbp)
movl -0x24(%rbp), %eax
movl %eax, -0x40(%rbp)
subl $0x2, %eax
je 0xba346
jmp 0xba33c
movl -0x40(%rbp), %eax
subl $0x3, %eax... | my_scan_utf32:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov rax, [rbp+var_18]
mov [rbp+var_30], rax
mov eax, [rbp+var_24]
mov [rbp+var_40], eax
sub eax, 2
jz short loc_BA346
jmp shor... | unsigned long long my_scan_utf32(
long long a1,
unsigned long long a2,
unsigned long long a3,
int a4,
long long a5,
long long a6)
{
int v7; // [rsp+4h] [rbp-3Ch]
long long v8; // [rsp+8h] [rbp-38h] BYREF
unsigned long long v9; // [rsp+10h] [rbp-30h]
int v10; // [... | my_scan_utf32:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV dword ptr [RBP + -0x24],ECX
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RBP + -0x30],RAX
MOV EAX,dword ptr [RBP + -0x24]
MOV dword ptr [RBP + -0x40],EAX
SUB EAX,0x2
JZ ... |
long my_scan_utf32(int8 param_1,ulong param_2,ulong param_3,int param_4)
{
int iVar1;
long local_40;
ulong local_38;
int4 local_2c;
ulong local_28;
ulong local_20;
int8 local_18;
long local_10;
if (param_4 == 2) {
local_2c = 2;
local_38 = param_2;
local_28 = param_3;
local_20 = pa... | |
65,297 | my_fill_utf8mb3 | eloqsql/strings/ctype-utf8.c | static void
my_fill_utf8mb3(CHARSET_INFO *cs, char *str, size_t length, int fill)
{
if (fill < 0x80)
my_fill_8bit(cs, str, length, fill);
else
my_fill_utf8mb3_mb(cs, str, length, fill);
} | O3 | c | my_fill_utf8mb3:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r15
movq %rsi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
cmpl $0x7f, %ecx
jg 0xcb9a9
movq %fs:0x28, %rax
cmpq -0x30(%rbp), %rax
jne 0xcba2d
movq %rbx, %rsi
movq %r15, %rdx
addq $0x18, %r... | my_fill_utf8mb3:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, rdx
mov rbx, rsi
mov rax, fs:28h
mov [rbp+var_30], rax
cmp ecx, 7Fh
jg short loc_CB9A9
mov rax, fs:28h
cmp rax, [rbp+var_30]
jnz loc_CBA2D
mov rsi,... | long long my_fill_utf8mb3(long long a1, long long a2, long long a3, signed int a4)
{
unsigned long long v5; // rbx
unsigned long long v7; // r14
char v8; // al
long long v9; // r12
long long v10; // r13
long long v11; // r15
_BYTE v12[10]; // [rsp+6h] [rbp-3Ah] BYREF
unsigned long long v13[6]; // [rsp+... | my_fill_utf8mb3:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,RDX
MOV RBX,RSI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
CMP ECX,0x7f
JG 0x001cb9a9
MOV RAX,qword ptr FS:[0x28]
CMP RAX,qword ptr [RBP + -0x30]
JNZ 0x001cba2d
MOV RSI,RBX
MOV RDX,R15
ADD RSP,0x18
P... |
void my_fill_utf8mb3(long param_1,void *param_2,long param_3,int param_4)
{
void *pvVar1;
char cVar2;
long lVar3;
void *pvVar4;
long in_FS_OFFSET;
int1 local_42 [10];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
if (param_4 < 0x80) {
if (*(long *)(in_FS_OFFSET + 0x28) == local_38... | |
65,298 | google::protobuf::FieldDescriptorProto::FieldDescriptorProto(google::protobuf::FieldDescriptorProto const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.pb.cc | FieldDescriptorProto::FieldDescriptorProto(const FieldDescriptorProto& from)
: ::PROTOBUF_NAMESPACE_ID::Message() {
FieldDescriptorProto* const _this = this; (void)_this;
new (&_impl_) Impl_{
decltype(_impl_._has_bits_){from._impl_._has_bits_}
, /*decltype(_impl_._cached_size_)*/{}
, decltype(_impl_... | O0 | cpp | google::protobuf::FieldDescriptorProto::FieldDescriptorProto(google::protobuf::FieldDescriptorProto const&):
subq $0x158, %rsp # imm = 0x158
movq %rdi, 0x108(%rsp)
movq %rsi, 0x100(%rsp)
movq 0x108(%rsp), %rdi
movq %rdi, 0xd8(%rsp)
callq 0xd3f60
movq 0xd8(%rsp), %rax
leaq 0x1c61b5(%rip), %rcx # 0x2780d0
a... | _ZN6google8protobuf20FieldDescriptorProtoC2ERKS1_:
sub rsp, 158h
mov [rsp+158h+var_50], rdi
mov [rsp+158h+var_58], rsi
mov rdi, [rsp+158h+var_50]; this
mov [rsp+158h+var_80], rdi
call _ZN6google8protobuf7MessageC2Ev; google::protobuf::Message::Message(void)
mov rax, [rsp+158h+var_80]
lea ... | long long google::protobuf::FieldDescriptorProto::FieldDescriptorProto(
google::protobuf::FieldDescriptorProto *this,
const google::protobuf::FieldDescriptorProto *a2)
{
google::protobuf::FieldOptions *v3; // [rsp+0h] [rbp-158h]
int v4; // [rsp+10h] [rbp-148h]
int v5; // [rsp+20h] [rbp-138h]
in... | FieldDescriptorProto:
SUB RSP,0x158
MOV qword ptr [RSP + 0x108],RDI
MOV qword ptr [RSP + 0x100],RSI
MOV RDI,qword ptr [RSP + 0x108]
MOV qword ptr [RSP + 0xd8],RDI
CALL 0x001d3f60
MOV RAX,qword ptr [RSP + 0xd8]
LEA RCX,[0x3780d0]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
MOV qword ptr [RSP + 0xf8],RAX
MOV RDI,RAX
ADD RDI,0x1... |
/* google::protobuf::FieldDescriptorProto::FieldDescriptorProto(google::protobuf::FieldDescriptorProto
const&) */
void __thiscall
google::protobuf::FieldDescriptorProto::FieldDescriptorProto
(FieldDescriptorProto *this,FieldDescriptorProto *param_1)
{
byte bVar1;
InternalMetadata *this_00;
string ... | |
65,299 | test_free_store_result | eloqsql/libmariadb/unittest/libmariadb/result.c | static int test_free_store_result(MYSQL *mysql)
{
MYSQL_STMT *stmt;
MYSQL_BIND my_bind[1];
char c2[5];
ulong bl1, l2;
int rc, c1, bc1;
char query[MAX_TEST_QUERY_LENGTH];
rc= mysql_query(mysql, "drop table if exists test_free_result");
check_mysql_rc(rc, mysql);
rc= mysql_quer... | O3 | c | test_free_store_result:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x1d8, %rsp # imm = 0x1D8
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x20(%rbp)
leaq 0x23730(%rip), %rsi # 0x38841
callq 0x1dee1
testl %eax, %eax
je 0x15151
movl %eax, %r14d
movq %rbx, %rdi
callq 0x1ff5a
movq %... | test_free_store_result:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 1D8h
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_20], rax
lea rsi, aDropTableIfExi; "drop table if exists test_free_result"
call mysql_query
test eax, eax
jz short loc_15151
mov r14d, eax
m... | long long test_free_store_result(long long a1)
{
int v1; // eax
int v2; // r14d
int v3; // r15d
int v4; // eax
const char *v5; // rdi
const char *v6; // r8
const char *v7; // rsi
const char *v8; // rdx
int v9; // ecx
int v10; // r9d
int v11; // eax
int v12; // r14d
int v13; // r15d
int v14;... | test_free_store_result:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x1d8
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x20],RAX
LEA RSI,[0x138841]
CALL 0x0011dee1
TEST EAX,EAX
JZ 0x00115151
MOV R14D,EAX
MOV RDI,RBX
CALL 0x0011ff5a
MOV R15,RAX
MOV RDI,RBX
CALL 0x0011ff45
LEA RDI,[0x13814d]
... |
int8 test_free_store_result(int8 param_1)
{
char cVar1;
int iVar2;
int4 uVar3;
int8 uVar4;
long lVar5;
size_t sVar6;
char *pcVar7;
int8 uVar8;
long in_FS_OFFSET;
long *local_1f8;
int8 local_1f0;
int *local_1e8;
int8 uStack_1e0;
int8 local_1d8;
int8 uStack_1d0;
int8 local_1c8;
int8 uS... |
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.