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,000 | inline_mysql_file_create_with_symlink | eloqsql/include/mysql/psi/mysql_file.h | static inline File
inline_mysql_file_create_with_symlink(
#ifdef HAVE_PSI_FILE_INTERFACE
PSI_file_key key, const char *src_file, uint src_line,
#endif
const char *linkname, const char *filename, int create_flags,
int access_flags, myf flags)
{
File file;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *... | O3 | c | inline_mysql_file_create_with_symlink:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %r9, %rbx
movl %r8d, %r14d
movq %rcx, %r15
movq %rdx, %r12
movl %esi, -0x2c(%rbp)
movl %edi, %esi
leaq 0x307dc3(%rip), %rax # 0x339478
movq (%rax), %rax
leaq -0x80(%rbp), %rd... | inline_mysql_file_create_with_symlink:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov rbx, r9
mov r14d, r8d
mov r15, rcx
mov r12, rdx
mov [rbp+var_2C], esi
mov esi, edi
lea rax, PSI_server
mov rax, [rax]
lea rdi, [rbp+var... | long long inline_mysql_file_create_with_symlink(
unsigned int a1,
unsigned int a2,
long long a3,
long long a4,
unsigned int a5,
long long a6)
{
long long v10; // rax
_BYTE v12[72]; // [rsp+0h] [rbp-80h] BYREF
long long v13; // [rsp+48h] [rbp-38h] BYREF
unsigned i... | inline_mysql_file_create_with_symlink:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV RBX,R9
MOV R14D,R8D
MOV R15,RCX
MOV R12,RDX
MOV dword ptr [RBP + -0x2c],ESI
MOV ESI,EDI
LEA RAX,[0x439478]
MOV RAX,qword ptr [RAX]
LEA RDI,[RBP + -0x80]
LEA R13,[RBP + -0x38]
XOR EDX,EDX
MOV R8,R13
... |
int4
inline_mysql_file_create_with_symlink
(int4 param_1,int4 param_2,int8 param_3,int8 param_4,
int4 param_5,int8 param_6)
{
int4 uVar1;
int1 local_88 [72];
long local_40;
int4 local_34;
local_34 = param_2;
local_40 = (**(code **)(PSI_server + 0x148))(local_88,param_1,0,param_4,&lo... | |
65,001 | nlohmann::json_abi_v3_11_3::ordered_map<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, ... | monkey531[P]llama/common/json.hpp | iterator erase(iterator first, iterator last)
{
if (first == last)
{
return first;
}
const auto elements_affected = std::distance(first, last);
const auto offset = std::distance(Container::begin(), first);
// This is the start situation. We need to delet... | O2 | cpp | nlohmann::json_abi_v3_11_3::ordered_map<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, ... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEE5eraseEN9__gnu_cxx17__normal_iteratorIPSK_S3_ISK_SL_EEESR_:
push rbp
push r15
push r14
push r13... | long long nlohmann::json_abi_v3_11_3::ordered_map<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>,minja::Value,std::less<nlohmann::json_abi_v3... | erase:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
CMP RSI,RDX
JZ 0x0016f5a7
MOV R14,RDI
SUB RDX,RBX
PUSH 0x60
POP RCX
MOV RAX,RDX
CQO
IDIV RCX
MOV R15,RAX
MOV RAX,qword ptr [RDI]
MOV qword ptr [RSP],RAX
IMUL R13,R15,0x60
ADD R13,RBX
MOV R12,R13
NEG R12
MOV RBP,RBX
LAB_0016f55a:
CMP R13,q... |
/* nlohmann::json_abi_v3_11_3::ordered_map<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,002 | my_hash_sort_utf8mb4 | eloqsql/strings/ctype-utf8.c | static void
my_hash_sort_utf8mb4(CHARSET_INFO *cs, const uchar *s, size_t slen,
ulong *nr1, ulong *nr2)
{
/*
Remove end space. We do this to be able to compare
'A ' and 'A' as identical
*/
const uchar *e= skip_trailing_space(s, slen);
my_hash_sort_utf8mb4_nopad(cs, s, e - s, nr1, nr... | O3 | c | my_hash_sort_utf8mb4:
pushq %rbp
movq %rsp, %rbp
leaq (%rsi,%rdx), %r10
cmpq $0x15, %rdx
jb 0x54313
movq %r10, %r9
andq $-0x4, %r9
cmpq %rsi, %r9
jbe 0x54313
leaq 0x3(%rsi), %rdx
andq $-0x4, %rdx
movq %r10, %rax
movb -0x1(%r10), %r11b
cmpq %r9, %r10
jbe 0x54338
leaq -0x1(%rax), %r10
cmpb $0x20, %r11b
je 0x542fb
jmp 0x5... | my_hash_sort_utf8mb4:
push rbp
mov rbp, rsp
lea r10, [rsi+rdx]
cmp rdx, 15h
jb short loc_54313
mov r9, r10
and r9, 0FFFFFFFFFFFFFFFCh
cmp r9, rsi
jbe short loc_54313
lea rdx, [rsi+3]
and rdx, 0FFFFFFFFFFFFFFFCh
loc_542FB:
mov rax, r10
mov r11b, [r10-1]
cmp r10, r9... | long long my_hash_sort_utf8mb4(long long a1, unsigned long long a2, unsigned long long a3, long long a4, long long a5)
{
unsigned long long v5; // r10
unsigned long long v6; // r9
unsigned long long v7; // rdx
unsigned long long v8; // rax
char v9; // r11
unsigned long long v10; // r9
unsigned long long ... | my_hash_sort_utf8mb4:
PUSH RBP
MOV RBP,RSP
LEA R10,[RSI + RDX*0x1]
CMP RDX,0x15
JC 0x00154313
MOV R9,R10
AND R9,-0x4
CMP R9,RSI
JBE 0x00154313
LEA RDX,[RSI + 0x3]
AND RDX,-0x4
LAB_001542fb:
MOV RAX,R10
MOV R11B,byte ptr [R10 + -0x1]
CMP R10,R9
JBE 0x00154338
LEA R10,[RAX + -0x1]
CMP R11B,0x20
JZ 0x001542fb
JMP 0x001543... |
void my_hash_sort_utf8mb4(int8 param_1,ulong param_2,ulong param_3)
{
char *pcVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
ulong uVar5;
uVar3 = param_2 + param_3;
if ((0x14 < param_3) && (uVar5 = uVar3 & 0xfffffffffffffffc, param_2 < uVar5)) {
uVar4 = param_2 + 3 & 0xfffffffffffffffc;
uVar2 =... | |
65,003 | ps_fetch_from_1_to_8_bytes | eloqsql/libmariadb/libmariadb/ma_stmt_codec.c | void ps_fetch_from_1_to_8_bytes(MYSQL_BIND *r_param, const MYSQL_FIELD * const field,
unsigned char **row, unsigned int byte_count)
{
my_bool is_unsigned= test(field->flags & UNSIGNED_FLAG);
r_param->buffer_length= byte_count;
switch (byte_count) {
case 1:
*(uchar *)r_param->buffer= **ro... | O0 | c | ps_fetch_from_1_to_8_bytes:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq -0x10(%rbp), %rax
movl 0x64(%rax), %eax
andl $0x20, %eax
shrl $0x5, %eax
movb %al, -0x1d(%rbp)
movl -0x1c(%rbp), %eax
movl %eax, %ecx
movq -0x8(%rbp), %rax
movq %rcx, 0x... | ps_fetch_from_1_to_8_bytes:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov rax, [rbp+var_10]
mov eax, [rax+64h]
and eax, 20h
shr eax, 5
mov [rbp+var_1D], al
mov eax, [rbp+var_1C]
mov ecx, eax
mov rax... | _BYTE ** ps_fetch_from_1_to_8_bytes(long long a1, long long a2, _BYTE **a3, unsigned int a4)
{
_BYTE **result; // rax
bool v5; // [rsp+0h] [rbp-3Ch]
bool v6; // [rsp+1h] [rbp-3Bh]
bool v7; // [rsp+2h] [rbp-3Ah]
bool v8; // [rsp+3h] [rbp-39h]
unsigned long long v9; // [rsp+Ch] [rbp-30h]
char v10; // [rsp+1... | ps_fetch_from_1_to_8_bytes:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x64]
AND EAX,0x20
SHR EAX,0x5
MOV byte ptr [RBP + -0x1d],AL
MOV EAX,dword ptr [RBP + -... |
void ps_fetch_from_1_to_8_bytes(long param_1,long param_2,long *param_3,uint param_4)
{
char cVar1;
uint uVar2;
ulong uVar3;
bool local_44;
bool local_43;
bool local_42;
bool local_41;
cVar1 = (char)((*(uint *)(param_2 + 100) & 0x20) >> 5);
*(ulong *)(param_1 + 0x40) = (ulong)param_4;
switch(pa... | |
65,004 | ma_tls_version_options | eloqsql/libmariadb/libmariadb/secure/openssl.c | static long ma_tls_version_options(const char *version)
{
long protocol_options,
disable_all_protocols;
protocol_options= disable_all_protocols=
SSL_OP_NO_SSLv2 |
SSL_OP_NO_SSLv3 |
SSL_OP_NO_TLSv1 |
SSL_OP_NO_TLSv1_1 |
SSL_OP_NO_TLSv1_2
#ifdef TLS1_3_VERSION
| SSL_OP_NO_TLSv1_3
#endi... | O0 | c | ma_tls_version_options:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq $0x3e000000, -0x20(%rbp) # imm = 0x3E000000
movq $0x3e000000, -0x18(%rbp) # imm = 0x3E000000
cmpq $0x0, -0x10(%rbp)
jne 0x5aa00
movq $0x0, -0x8(%rbp)
jmp 0x5aaac
movq -0x10(%rbp), %rdi
leaq 0x6f819(%rip), %rsi # 0xca224
... | ma_tls_version_options:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_20], 3E000000h
mov [rbp+var_18], 3E000000h
cmp [rbp+var_10], 0
jnz short loc_5AA00
mov [rbp+var_8], 0
jmp loc_5AAAC
loc_5AA00:
mov rdi, [rbp+var_10]
lea rsi, aTlsv10; "TLSv1.0"
ca... | long long ma_tls_version_options(long long a1)
{
long long v2; // [rsp+8h] [rbp-18h]
v2 = 1040187392LL;
if ( !a1 )
return 0LL;
if ( strstr(a1, "TLSv1.0") )
v2 = 973078528LL;
if ( strstr(a1, "TLSv1.1") )
v2 &= ~0x10000000uLL;
if ( strstr(a1, "TLSv1.2") )
v2 &= ~0x8000000uLL;
if ( strstr(a... | ma_tls_version_options:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x20],0x3e000000
MOV qword ptr [RBP + -0x18],0x3e000000
CMP qword ptr [RBP + -0x10],0x0
JNZ 0x0015aa00
MOV qword ptr [RBP + -0x8],0x0
JMP 0x0015aaac
LAB_0015aa00:
MOV RDI,qword ptr [RBP + -0x10]
LEA RSI,[0x1c... |
ulong ma_tls_version_options(char *param_1)
{
char *pcVar1;
ulong local_20;
ulong local_10;
local_20 = 0x3e000000;
if (param_1 == (char *)0x0) {
local_10 = 0;
}
else {
pcVar1 = strstr(param_1,"TLSv1.0");
if (pcVar1 != (char *)0x0) {
local_20 = 0x3a000000;
}
pcVar1 = strstr(p... | |
65,005 | find_hashed_shape_prop | bluesky950520[P]quickjs/quickjs.c | static JSShape *find_hashed_shape_prop(JSRuntime *rt, JSShape *sh,
JSAtom atom, int prop_flags)
{
JSShape *sh1;
uint32_t h, h1, i, n;
h = sh->hash;
h = shape_hash(h, atom);
h = shape_hash(h, prop_flags);
h1 = get_shape_hash(h, rt->shape_hash_bits);
for... | O0 | c | find_hashed_shape_prop:
subq $0x38, %rsp
movq %rdi, 0x28(%rsp)
movq %rsi, 0x20(%rsp)
movl %edx, 0x1c(%rsp)
movl %ecx, 0x18(%rsp)
movq 0x20(%rsp), %rax
movl 0x1c(%rax), %eax
movl %eax, 0xc(%rsp)
movl 0xc(%rsp), %edi
movl 0x1c(%rsp), %esi
callq 0x5c640
movl %eax, 0xc(%rsp)
movl 0xc(%rsp), %edi
movl 0x18(%rsp), %esi
callq... | find_hashed_shape_prop:
sub rsp, 38h
mov [rsp+38h+var_10], rdi
mov [rsp+38h+var_18], rsi
mov [rsp+38h+var_1C], edx
mov [rsp+38h+var_20], ecx
mov rax, [rsp+38h+var_18]
mov eax, [rax+1Ch]
mov [rsp+38h+var_2C], eax
mov edi, [rsp+38h+var_2C]
mov esi, [rsp+38h+var_1C]
call shape_ha... | long long find_hashed_shape_prop(long long a1, long long a2, int a3, int a4)
{
int v4; // eax
unsigned int v6; // [rsp+0h] [rbp-38h]
unsigned int j; // [rsp+4h] [rbp-34h]
unsigned int v8; // [rsp+Ch] [rbp-2Ch]
long long i; // [rsp+10h] [rbp-28h]
v4 = shape_hash(*(_DWORD *)(a2 + 28), a3);
v8 = shape_hash... | find_hashed_shape_prop:
SUB RSP,0x38
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP + 0x20],RSI
MOV dword ptr [RSP + 0x1c],EDX
MOV dword ptr [RSP + 0x18],ECX
MOV RAX,qword ptr [RSP + 0x20]
MOV EAX,dword ptr [RAX + 0x1c]
MOV dword ptr [RSP + 0xc],EAX
MOV EDI,dword ptr [RSP + 0xc]
MOV ESI,dword ptr [RSP + 0x1c]
CALL 0... |
long find_hashed_shape_prop(long param_1,long param_2,int param_3,uint param_4)
{
int4 uVar1;
int iVar2;
uint uVar3;
uint local_34;
long local_28;
uVar1 = shape_hash(*(int4 *)(param_2 + 0x1c),param_3);
iVar2 = shape_hash(uVar1,param_4);
uVar3 = get_shape_hash(iVar2,*(int4 *)(param_1 + 0x184));
lo... | |
65,006 | js_map_has | bluesky950520[P]quickjs/quickjs.c | static JSValue js_map_has(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int magic)
{
JSMapState *s = JS_GetOpaque2(ctx, this_val, JS_CLASS_MAP + magic);
JSMapRecord *mr;
JSValue key;
if (!s)
return JS_EXCEPTION;
key = map_normalize_key(ctx, argv[0]);
... | O2 | c | js_map_has:
pushq %r14
pushq %rbx
pushq %rax
movq %r8, %r14
movq %rdi, %rbx
leal 0x23(%r9), %ecx
callq 0x24db7
testq %rax, %rax
je 0x4834b
movq (%r14), %rdx
movq 0x8(%r14), %rcx
movl %ecx, %esi
xorq $0x7, %rsi
movq %rdx, %rdi
btrq $0x3f, %rdi
xorl %r8d, %r8d
orq %rsi, %rdi
cmoveq %r8, %rdx
cmoveq %r8, %rcx
movq %rbx, %... | js_map_has:
push r14
push rbx
push rax
mov r14, r8
mov rbx, rdi
lea ecx, [r9+23h]
call JS_GetOpaque2
test rax, rax
jz short loc_4834B
mov rdx, [r14]
mov rcx, [r14+8]
mov esi, ecx
xor rsi, 7
mov rdi, rdx
btr rdi, 3Fh ; '?'
xor r8d, r8d
or rdi, rsi
cmovz ... | _BOOL8 js_map_has(long long a1, long long a2, int a3, __m128d a4, long long a5, long long a6, int a7)
{
long long Opaque2; // rax
_DWORD *v9; // rdx
long long v10; // rcx
Opaque2 = JS_GetOpaque2(a1, a2, a3, a7 + 35);
if ( !Opaque2 )
return 0LL;
v9 = *(_DWORD **)a6;
v10 = *(_QWORD *)(a6 + 8);
if ( ... | js_map_has:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,R8
MOV RBX,RDI
LEA ECX,[R9 + 0x23]
CALL 0x00124db7
TEST RAX,RAX
JZ 0x0014834b
MOV RDX,qword ptr [R14]
MOV RCX,qword ptr [R14 + 0x8]
MOV ESI,ECX
XOR RSI,0x7
MOV RDI,RDX
BTR RDI,0x3f
XOR R8D,R8D
OR RDI,RSI
CMOVZ RDX,R8
CMOVZ RCX,R8
MOV RDI,RBX
MOV RSI,RAX
CALL 0x001413bd
MOV... |
bool js_map_has(int8 param_1)
{
ulong uVar1;
long lVar2;
ulong uVar3;
ulong *in_R8;
bool bVar4;
lVar2 = JS_GetOpaque2();
if (lVar2 == 0) {
bVar4 = false;
}
else {
uVar3 = in_R8[1];
uVar1 = *in_R8;
if ((*in_R8 & 0x7fffffffffffffff) == 0 && (in_R8[1] & 0xffffffff) == 7) {
uVar... | |
65,007 | bf_pow_ui | bluesky950520[P]quickjs/libbf.c | static int bf_pow_ui(bf_t *r, const bf_t *a, limb_t b, limb_t prec,
bf_flags_t flags)
{
int ret, n_bits, i;
assert(r != a);
if (b == 0)
return bf_set_ui(r, 1);
ret = bf_set(r, a);
n_bits = LIMB_BITS - clz(b);
for(i = n_bits - 2; i >= 0; i--) {
ret |= bf_mul(... | O2 | c | bf_pow_ui:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdi, %r15
testq %rdx, %rdx
je 0x74900
movl %r8d, %ebx
movq %rcx, %r14
movq %rdx, %r12
movq %r15, %rdi
movq %rsi, 0x8(%rsp)
callq 0x6eaea
movl %eax, %r13d
movq %r12, 0x10(%rsp)
bsrq %r12, %r12
xorl $-0x40, %r12d
addl $0x3... | bf_pow_ui:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, rdi
test rdx, rdx
jz loc_74900
mov ebx, r8d
mov r14, rcx
mov r12, rdx
mov rdi, r15
mov [rsp+48h+var_40], rsi
call bf_set
mov r13d, eax
mov [rsp+48h+var_38], r12
bsr ... | long long bf_pow_ui(long long *a1, long long *a2, unsigned long long a3, long long a4, unsigned int a5)
{
unsigned long long v7; // r12
unsigned int v8; // r13d
unsigned long long v9; // r12
unsigned int v10; // ebp
unsigned long long v11; // rax
unsigned long long v13; // [rsp+10h] [rbp-38h]
if ( !a3 )... | bf_pow_ui:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,RDI
TEST RDX,RDX
JZ 0x00174900
MOV EBX,R8D
MOV R14,RCX
MOV R12,RDX
MOV RDI,R15
MOV qword ptr [RSP + 0x8],RSI
CALL 0x0016eaea
MOV R13D,EAX
MOV qword ptr [RSP + 0x10],R12
BSR R12,R12
XOR R12D,0xffffffc0
ADD R12D,0x3f
LAB_001748a5:
TEST ... |
ulong bf_pow_ui(int8 param_1,int8 param_2,ulong param_3,int8 param_4,
int4 param_5)
{
long lVar1;
uint uVar2;
uint uVar3;
ulong uVar4;
uint uVar5;
if (param_3 != 0) {
uVar2 = bf_set(param_1);
lVar1 = 0x3f;
if (param_3 != 0) {
for (; param_3 >> lVar1 == 0; lVar1 = lVar1 ... | |
65,008 | bf_pow_ui | bluesky950520[P]quickjs/libbf.c | static int bf_pow_ui(bf_t *r, const bf_t *a, limb_t b, limb_t prec,
bf_flags_t flags)
{
int ret, n_bits, i;
assert(r != a);
if (b == 0)
return bf_set_ui(r, 1);
ret = bf_set(r, a);
n_bits = LIMB_BITS - clz(b);
for(i = n_bits - 2; i >= 0; i--) {
ret |= bf_mul(... | O3 | c | bf_pow_ui:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdi, %r14
testq %rdx, %rdx
je 0x8df65
movl %r8d, %ebx
movq %rcx, %r15
movq %rdx, %r12
movq %rsi, %rbp
movq %r14, %rdi
callq 0x86a9a
movl %eax, %r13d
bsrq %r12, %rax
xorq $0x3f, %rax
cmpq $0x3f, %rax
jne 0x8df80
movl %r13... | bf_pow_ui:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r14, rdi
test rdx, rdx
jz short loc_8DF65
mov ebx, r8d
mov r15, rcx
mov r12, rdx
mov rbp, rsi
mov rdi, r14
call bf_set
mov r13d, eax
bsr rax, r12
xor rax, 3Fh
cmp ra... | long long bf_pow_ui(__int128 *a1, long long a2, unsigned long long a3, long long a4, unsigned int a5)
{
unsigned int v8; // r13d
unsigned long long v9; // rax
unsigned long long v10; // rax
unsigned int v11; // ebp
unsigned long long v13; // r12
int v14; // ebx
unsigned long long v15; // rax
bool v16; ... | bf_pow_ui:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R14,RDI
TEST RDX,RDX
JZ 0x0018df65
MOV EBX,R8D
MOV R15,RCX
MOV R12,RDX
MOV RBP,RSI
MOV RDI,R14
CALL 0x00186a9a
MOV R13D,EAX
BSR RAX,R12
XOR RAX,0x3f
CMP RAX,0x3f
JNZ 0x0018df80
MOV EBP,R13D
JMP 0x0018dff5
LAB_0018df65:
MOV ESI,0x1
MOV RDI... |
ulong bf_pow_ui(int8 param_1,int8 param_2,ulong param_3,int8 param_4,
int4 param_5)
{
bool bVar1;
uint uVar2;
uint uVar3;
ulong uVar4;
int iVar5;
int iVar6;
ulong uVar7;
ulong uVar8;
if (param_3 == 0) {
uVar4 = bf_set_ui(param_1,1);
return uVar4;
}
uVar2 = bf_set(param_... | |
65,009 | my_thread_global_init | eloqsql/mysys/my_thr_init.c | my_bool my_thread_global_init(void)
{
int pth_ret;
/* Normally this should never be called twice */
DBUG_ASSERT(my_thread_global_init_done == 0);
if (my_thread_global_init_done)
return 0;
my_thread_global_init_done= 1;
/*
THR_KEY_mysys is deleted in my_end() as DBUG libraries are using it even
... | O3 | c | my_thread_global_init:
cmpb $0x0, 0x342fa5(%rip) # 0x369948
je 0x269a8
xorl %eax, %eax
retq
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movb $0x1, 0x342f93(%rip) # 0x369948
leaq 0x342cc8(%rip), %rbx # 0x369684
cmpb $0x0, (%rbx)
je 0x269df
movb $0x1, (%rbx)
callq 0x267f7
callq 0x26a19
movl %eax, %ecx
movb ... | my_thread_global_init:
cmp cs:my_thread_global_init_done, 0
jz short loc_269A8
xor eax, eax
retn
loc_269A8:
push rbp
mov rbp, rsp
push rbx
push rax
mov cs:my_thread_global_init_done, 1
lea rbx, my_thr_key_mysys_exists
cmp byte ptr [rbx], 0
jz short loc_269DF
loc_269C1:
mov ... | char my_thread_global_init(void *a1)
{
char result; // al
char v2; // cl
int v3; // eax
if ( my_thread_global_init_done )
return 0;
my_thread_global_init_done = 1;
if ( my_thr_key_mysys_exists || (a1 = &THR_KEY_mysys, (v3 = pthread_key_create(&THR_KEY_mysys, 0LL)) == 0) )
{
my_thr_key_mysys_exis... | my_thread_global_init:
CMP byte ptr [0x00469948],0x0
JZ 0x001269a8
XOR EAX,EAX
RET
LAB_001269a8:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV byte ptr [0x00469948],0x1
LEA RBX,[0x469684]
CMP byte ptr [RBX],0x0
JZ 0x001269df
LAB_001269c1:
MOV byte ptr [RBX],0x1
CALL 0x001267f7
CALL 0x00126a19
MOV ECX,EAX
MOV AL,0x1
TEST C... |
bool my_thread_global_init(void)
{
char cVar1;
int iVar2;
if (my_thread_global_init_done != '\0') {
return false;
}
my_thread_global_init_done = 1;
if ((my_thr_key_mysys_exists == '\0') &&
(iVar2 = pthread_key_create(&THR_KEY_mysys,(__destr_function *)0x0), iVar2 != 0)) {
__fprintf_chk(*(i... | |
65,010 | mysql_init_ps_subsystem | eloqsql/libmariadb/libmariadb/ma_stmt_codec.c | void mysql_init_ps_subsystem(void)
{
memset(mysql_ps_fetch_functions, 0, sizeof(mysql_ps_fetch_functions));
mysql_ps_fetch_functions[MYSQL_TYPE_NULL].func= ps_fetch_null;
mysql_ps_fetch_functions[MYSQL_TYPE_NULL].pack_len = 0;
mysql_ps_fetch_functions[MYSQL_TYPE_NULL].max_len = 0;
mysql_ps_fetch_functions[... | O3 | c | mysql_init_ps_subsystem:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
leaq 0x27055(%rip), %rbx # 0x4b060
movl $0x1800, %edx # imm = 0x1800
movq %rbx, %rdi
xorl %esi, %esi
callq 0x13260
leaq 0x298(%rip), %rax # 0x242b9
movq %rax, 0x90(%rbx)
movq $0x0, 0xa0(%rbx)
leaq 0x285(%rip), %rax # 0x2... | mysql_init_ps_subsystem:
push rbp
mov rbp, rsp
push rbx
push rax
lea rbx, mysql_ps_fetch_functions
mov edx, 1800h
mov rdi, rbx
xor esi, esi
call _memset
lea rax, ps_fetch_null
mov [rbx+90h], rax
mov qword ptr [rbx+0A0h], 0
lea rax, ps_fetch_int8
mov [rbx+18h], rax
mov... | _BYTE *mysql_init_ps_subsystem()
{
_BYTE *result; // rax
memset(mysql_ps_fetch_functions, 0LL, sizeof(mysql_ps_fetch_functions));
*(_QWORD *)&mysql_ps_fetch_functions[36] = ps_fetch_null;
*(_QWORD *)&mysql_ps_fetch_functions[40] = 0LL;
*(_QWORD *)&mysql_ps_fetch_functions[6] = ps_fetch_int8;
mysql_ps_fetch... | mysql_init_ps_subsystem:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
LEA RBX,[0x14b060]
MOV EDX,0x1800
MOV RDI,RBX
XOR ESI,ESI
CALL 0x00113260
LEA RAX,[0x1242b9]
MOV qword ptr [RBX + 0x90],RAX
MOV qword ptr [RBX + 0xa0],0x0
LEA RAX,[0x1242bf]
MOV qword ptr [RBX + 0x18],RAX
MOV dword ptr [RBX + 0x20],0x1
MOV EAX,0x4
MOV qwor... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void mysql_init_ps_subsystem(void)
{
memset(&mysql_ps_fetch_functions,0,0x1800);
_DAT_0014b0f0 = ps_fetch_null;
_DAT_0014b100 = 0;
_DAT_0014b078 = ps_fetch_int8;
_DAT_0014b080 = 1;
_DAT_0014b088 = 4;
_DAT_0014b090 = ps... | |
65,011 | Catch::TextFlow::Column::const_iterator::const_iterator(Catch::TextFlow::Column const&) | AlayaLite/build_O3/_deps/libcoro-src/test/catch_amalgamated.cpp | Column::const_iterator::const_iterator( Column const& column ): m_column( column ) {
assert( m_column.m_width > m_column.m_indent );
assert( m_column.m_initialIndent == std::string::npos ||
m_column.m_width > m_column.m_initialIndent );
calcLength();
i... | O3 | cpp | Catch::TextFlow::Column::const_iterator::const_iterator(Catch::TextFlow::Column const&):
pushq %rbx
movq %rdi, %rbx
movq %rsi, (%rdi)
xorps %xmm0, %xmm0
movups %xmm0, 0x8(%rdi)
movups %xmm0, 0x11(%rdi)
callq 0x6367a
cmpq $0x0, 0x10(%rbx)
jne 0x6390f
movq (%rbx), %rax
movq 0x8(%rax), %rax
movq %rax, 0x8(%rbx)
popq %rbx
... | _ZN5Catch8TextFlow6Column14const_iteratorC2ERKS1_:
push rbx; Alternative name is 'Catch::TextFlow::Column::const_iterator::const_iterator(Catch::TextFlow::Column const&)'
mov rbx, rdi
mov [rdi], rsi
xorps xmm0, xmm0
movups xmmword ptr [rdi+8], xmm0
movups xmmword ptr [rdi+11h], xmm0
call _ZN5Catch8Tex... | unsigned long long Catch::TextFlow::Column::const_iterator::const_iterator(long long a1, long long a2)
{
unsigned long long result; // rax
*(_QWORD *)a1 = a2;
*(_OWORD *)(a1 + 8) = 0LL;
*(_OWORD *)(a1 + 17) = 0LL;
result = Catch::TextFlow::Column::const_iterator::calcLength((Catch::TextFlow::Column::const_i... | const_iterator:
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RSI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x8],XMM0
MOVUPS xmmword ptr [RDI + 0x11],XMM0
CALL 0x0016367a
CMP qword ptr [RBX + 0x10],0x0
JNZ 0x0016390f
MOV RAX,qword ptr [RBX]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBX + 0x8],RAX
LAB_0016390f:
POP RBX
RE... |
/* Catch::TextFlow::Column::const_iterator::const_iterator(Catch::TextFlow::Column const&) */
void __thiscall
Catch::TextFlow::Column::const_iterator::const_iterator(const_iterator *this,Column *param_1)
{
*(Column **)this = param_1;
*(int8 *)(this + 8) = 0;
*(int8 *)(this + 0x10) = 0;
*(int8 *)(this + 0x11)... | |
65,012 | ma_update_dynamic_record | eloqsql/storage/maria/ma_dynrec.c | my_bool _ma_update_dynamic_record(MARIA_HA *info, MARIA_RECORD_POS pos,
const uchar *oldrec __attribute__ ((unused)),
const uchar *record)
{
uint length= _ma_rec_pack(info, info->rec_buff + MARIA_REC_BUFF_OFFSET,
record);
... | O0 | c | ma_update_dynamic_record:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x10(%rbp), %rdi
movq -0x10(%rbp), %rax
movq 0x3a0(%rax), %rsi
addq $0x18, %rsi
movq -0x28(%rbp), %rdx
callq 0x3ba70
movl %eax, -0x2c(%rbp)
cmpl $0x0, -... | _ma_update_dynamic_record:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rdi, [rbp+var_10]
mov rax, [rbp+var_10]
mov rsi, [rax+3A0h]
add rsi, 18h
mov rdx, [rbp+var_28]
call _ma_rec_pack
mov... | char ma_update_dynamic_record(long long a1, long long a2, long long a3, _BYTE *a4)
{
unsigned int v5; // [rsp+4h] [rbp-2Ch]
v5 = ma_rec_pack((_DWORD *)a1, (_BYTE *)(*(_QWORD *)(a1 + 928) + 24LL), a4);
if ( v5 )
return update_dynamic_record(a1, a2, *(_QWORD *)(a1 + 928) + 24LL, v5);
else
return 1;
}
| _ma_update_dynamic_record:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RDI,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RBP + -0x10]
MOV RSI,qword ptr [RAX + 0x3a0]
ADD RSI,0x18
MOV RDX,qword ptr [RBP... |
int1
_ma_update_dynamic_record(long param_1,int8 param_2,int8 param_3,int8 param_4)
{
int iVar1;
int1 local_9;
iVar1 = _ma_rec_pack(param_1,*(long *)(param_1 + 0x3a0) + 0x18,param_4);
if (iVar1 == 0) {
local_9 = 1;
}
else {
local_9 = update_dynamic_record(param_1,param_2,*(long *)(param_1 + 0x3... | |
65,013 | my_charset_loader_init_mysys | eloqsql/mysys/charset.c | void
my_charset_loader_init_mysys(MY_CHARSET_LOADER *loader)
{
loader->error[0]= '\0';
loader->once_alloc= my_once_alloc_c;
loader->malloc= my_malloc_c;
loader->realloc= my_realloc_c;
loader->free= my_free;
loader->reporter= my_charset_error_reporter;
loader->add_collation= add_collation;
} | O0 | c | my_charset_loader_init_mysys:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movb $0x0, (%rax)
movq -0x8(%rbp), %rax
leaq 0x66(%rip), %rcx # 0x7c2a0
movq %rcx, 0x80(%rax)
movq -0x8(%rbp), %rax
leaq 0x74(%rip), %rcx # 0x7c2c0
movq %rcx, 0x88(%rax)
movq -0x8(%rbp), %rax
leaq 0x92(%ri... | my_charset_loader_init_mysys:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov byte ptr [rax], 0
mov rax, [rbp+var_8]
lea rcx, my_once_alloc_c
mov [rax+80h], rcx
mov rax, [rbp+var_8]
lea rcx, my_malloc_c
mov [rax+88h], rcx
mov rax, [rbp+var_8]
lea rc... | long long my_charset_loader_init_mysys(long long a1)
{
long long result; // rax
*(_BYTE *)a1 = 0;
*(_QWORD *)(a1 + 128) = my_once_alloc_c;
*(_QWORD *)(a1 + 136) = my_malloc_c;
*(_QWORD *)(a1 + 144) = my_realloc_c;
*(_QWORD *)(a1 + 152) = my_free;
*(_QWORD *)(a1 + 160) = my_charset_error_reporter;
resu... | my_charset_loader_init_mysys:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV byte ptr [RAX],0x0
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[0x17c2a0]
MOV qword ptr [RAX + 0x80],RCX
MOV RAX,qword ptr [RBP + -0x8]
LEA RCX,[0x17c2c0]
MOV qword ptr [RAX + 0x88],RCX
MOV RAX,qword ptr [RBP... |
void my_charset_loader_init_mysys(int1 *param_1)
{
*param_1 = 0;
*(code **)(param_1 + 0x80) = my_once_alloc_c;
*(code **)(param_1 + 0x88) = my_malloc_c;
*(code **)(param_1 + 0x90) = my_realloc_c;
*(code **)(param_1 + 0x98) = my_free;
*(int **)(param_1 + 0xa0) = my_charset_error_reporter;
*(code **)(para... | |
65,014 | ma_search_no_save | eloqsql/storage/maria/ma_search.c | static int _ma_search_no_save(register MARIA_HA *info, MARIA_KEY *key,
uint32 nextflag, register my_off_t pos,
MARIA_PINNED_PAGE **res_page_link,
uchar **res_page_buff)
{
my_bool last_key_not_used, buff_alloced;
int error,flag... | O3 | c | ma_search_no_save:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xa8, %rsp
movl %edx, %r15d
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
cmpq $-0x1, %rcx
je 0x6c3b6
movq %r9, %r14
movq %r8, %r12
movq %rsi, -0x50(%rbp)
movq 0x8(%rsi), %rax
movq %rax, -0x68(%rbp)
m... | _ma_search_no_save:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0A8h
mov r15d, edx
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
cmp rcx, 0FFFFFFFFFFFFFFFFh
jz loc_6C3B6
mov r14, r9
mov r12, r8
mov [rbp+var_50], rsi
mov ... | long long ma_search_no_save(long long a1, long long a2, unsigned int a3, long long a4, long long *a5, _QWORD *a6)
{
unsigned long long v10; // rsi
unsigned long long v11; // rax
bool v12; // cc
unsigned long long v13; // rax
char *v14; // r13
long long v15; // r13
long long v16; // rax
long long v17; /... | _ma_search_no_save:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xa8
MOV R15D,EDX
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
CMP RCX,-0x1
JZ 0x0016c3b6
MOV R14,R9
MOV R12,R8
MOV qword ptr [RBP + -0x50],RSI
MOV RAX,qword ptr [RSI + 0x8]
MOV qword ptr [RBP + -0x6... |
uint _ma_search_no_save(long *param_1,int8 *param_2,uint param_3,long param_4,long *param_5,
long *param_6)
{
ushort uVar1;
int iVar2;
uint uVar3;
code *pcVar4;
int8 uVar5;
void *__dest;
long *plVar6;
long *plVar7;
int8 *puVar8;
char cVar9;
int iVar10;
uint uVar11;
ulo... | |
65,015 | parse_cpu_range(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool (&) [512]) | monkey531[P]llama/common/common.cpp | bool parse_cpu_range(const std::string & range, bool (&boolmask)[GGML_MAX_N_THREADS]) {
size_t dash_loc = range.find('-');
if (dash_loc == std::string::npos) {
LOG_ERR("Format of CPU range is invalid! Expected [<start>]-[<end>].\n");
return false;
}
size_t start_i;
size_t end_i;
... | O3 | cpp | parse_cpu_range(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool (&) [512]):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rsi, %rbx
movq %rdi, %r15
movl $0x2d, %esi
xorl %edx, %edx
callq 0x18870
movq %rax, %r12
testq %rax, %rax
je 0x... | _Z15parse_cpu_rangeRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERA512_b:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, rsi
mov r15, rdi
mov esi, 2Dh ; '-'
xor edx, edx
call __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm; st... | long long parse_cpu_range(long long a1, long long a2)
{
void *v2; // rbp
_DWORD *v3; // r15
long long v4; // rax
long long v5; // r12
int v6; // eax
int v7; // ecx
int v8; // r8d
int v9; // r9d
const char *v10; // rdx
unsigned long long v11; // r14
int *v12; // r13
long long v13; // rax
unsig... | parse_cpu_range:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RSI
MOV R15,RDI
MOV ESI,0x2d
XOR EDX,EDX
CALL 0x00118870
MOV R12,RAX
TEST RAX,RAX
JZ 0x0011eeaa
CMP R12,-0x1
JNZ 0x0011eeb7
LEA RAX,[0x1df000]
CMP dword ptr [RAX],0x0
JS 0x0011f068
CALL 0x00180403
LEA RDX,[0x1a8e33]
JMP 0x0011f0... |
/* parse_cpu_range(std::__cxx11::string const&, bool (&) [512]) */
ulong parse_cpu_range(string *param_1,bool *param_2)
{
int iVar1;
uint uVar2;
long *__nptr;
long lVar3;
int8 uVar4;
int *piVar5;
ulong uVar6;
char *pcVar7;
long *unaff_RBP;
ulong uVar8;
ulonglong uVar9;
long *local_60;
bool ... | |
65,016 | mi_copy_status | eloqsql/storage/myisam/mi_locking.c | void mi_copy_status(void* to,void *from)
{
MI_INFO *info= (MI_INFO*) to;
DBUG_ENTER("mi_copy_status");
info->state= &((MI_INFO*) from)->save_state;
DBUG_PRINT("info",("key_file: %ld data_file: %ld",
(long) info->state->key_file_length,
(long) info->state->data_file_length));
DBUG_VOID_RETURN;
} | O0 | c | mi_copy_status:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rcx
addq $0x10, %rcx
movq -0x18(%rbp), %rax
movq %rcx, 0x8(%rax)
jmp 0xb2756
jmp 0xb2758
jmp 0xb275a
popq %rbp
retq
nopl (%rax)
| mi_copy_status:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov [rbp+var_18], rax
mov rcx, [rbp+var_10]
add rcx, 10h
mov rax, [rbp+var_18]
mov [rax+8], rcx
jmp short $+2
loc_B2756:
jmp short $+2
loc_B2758:
jmp short $+2
loc_B27... | long long mi_copy_status(long long a1, long long a2)
{
long long result; // rax
result = a1;
*(_QWORD *)(a1 + 8) = a2 + 16;
return result;
}
| mi_copy_status:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x18],RAX
MOV RCX,qword ptr [RBP + -0x10]
ADD RCX,0x10
MOV RAX,qword ptr [RBP + -0x18]
MOV qword ptr [RAX + 0x8],RCX
JMP 0x001b2756
LAB_001b2756:
JMP 0x001b2758
LAB_00... |
void mi_copy_status(long param_1,long param_2)
{
*(long *)(param_1 + 8) = param_2 + 0x10;
return;
}
| |
65,017 | LefDefParser::lefwRealProperty(char const*, double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwRealProperty(const char *propName,
double propValue)
{
if ((lefwState != LEFW_VIA) && (lefwState != LEFW_LAYER) &&
(lefwState != LEFW_VIARULE) && (lefwState != LEFW_MACRO_START) &&
(lefwState != LEFW_MACRO) && (lefwState != LEFW_VIA_START) &&
(lefwState != LEFW_V... | O0 | cpp | LefDefParser::lefwRealProperty(char const*, double):
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
movsd %xmm0, (%rsp)
leaq 0xa0e0b(%rip), %rax # 0xc54a0
cmpl $0x48, (%rax)
je 0x24710
leaq 0xa0dff(%rip), %rax # 0xc54a0
cmpl $0x1c, (%rax)
je 0x24710
leaq 0xa0df3(%rip), %rax # 0xc54a0
cmpl $0x4a, (%rax)
je 0x24710
le... | _ZN12LefDefParser16lefwRealPropertyEPKcd:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
movsd [rsp+18h+var_18], xmm0
lea rax, _ZN12LefDefParser9lefwStateE; LefDefParser::lefwState
cmp dword ptr [rax], 48h ; 'H'
jz short loc_24710
lea rax, _ZN12LefDefParser9lefwStateE; LefDefParser::lefwState
cmp ... | long long LefDefParser::lefwRealProperty(
LefDefParser *this,
const char *a2,
double a3,
long long a4,
int a5,
int a6,
int a7)
{
if ( LefDefParser::lefwState == 72
|| LefDefParser::lefwState == 28
|| LefDefParser::lefwState == 74
|| LefDefParser::le... | lefwRealProperty:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
MOVSD qword ptr [RSP],XMM0
LEA RAX,[0x1c54a0]
CMP dword ptr [RAX],0x48
JZ 0x00124710
LEA RAX,[0x1c54a0]
CMP dword ptr [RAX],0x1c
JZ 0x00124710
LEA RAX,[0x1c54a0]
CMP dword ptr [RAX],0x4a
JZ 0x00124710
LEA RAX,[0x1c54a0]
CMP dword ptr [RAX],0x9
JZ 0x00124710
L... |
/* LefDefParser::lefwRealProperty(char const*, double) */
int4 LefDefParser::lefwRealProperty(char *param_1,double param_2)
{
int4 local_4;
if ((((((lefwState == 0x48) || (lefwState == 0x1c)) || (lefwState == 0x4a)) ||
((lefwState == 9 || (lefwState == 0x21)))) ||
((lefwState == 0xf || ((lefwStat... | |
65,018 | SearchFree | seiftnesse[P]memoryallocator/src/custom_alloc_util.c | segment_t *SearchFree(segment_t *s, int size) {
segment_t *best_fit = NULL;
int best_size = INT_MAX;
HEAP_LOG("Searching for free segment: required blocks=%d\n", size);
// Best-fit strategy: find smallest free block that fits
while (s) {
if (s->is_free && s->size >= size) {
che... | O0 | c | SearchFree:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq $0x0, -0x20(%rbp)
movl $0x7fffffff, -0x24(%rbp) # imm = 0x7FFFFFFF
cmpq $0x0, -0x10(%rbp)
je 0x38e9
movq -0x10(%rbp), %rax
cmpl $0x0, (%rax)
je 0x38db
movq -0x10(%rbp), %rax
movl 0x4(%rax), %eax
cmpl -0x14(%rbp), ... | SearchFree:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], 0
mov [rbp+var_24], 7FFFFFFFh
loc_387E:
cmp [rbp+var_10], 0
jz short loc_38E9
mov rax, [rbp+var_10]
cmp dword ptr [rax], 0
jz short loc_38DB
mov rax, [rbp+var... | long long SearchFree(long long a1, int a2)
{
int v3; // [rsp+Ch] [rbp-24h]
long long v4; // [rsp+10h] [rbp-20h]
v4 = 0LL;
v3 = 0x7FFFFFFF;
while ( a1 )
{
if ( *(_DWORD *)a1 )
{
if ( *(_DWORD *)(a1 + 4) >= a2 )
{
check_memory_corruption(a1);
if ( *(_DWORD *)(a1 + 4) < v3... | SearchFree:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],0x0
MOV dword ptr [RBP + -0x24],0x7fffffff
LAB_0010387e:
CMP qword ptr [RBP + -0x10],0x0
JZ 0x001038e9
MOV RAX,qword ptr [RBP + -0x10]
CMP dword ptr [RAX],0x0
JZ 0x001038db
MOV RAX,q... |
int * SearchFree(int *param_1,int param_2)
{
int local_2c;
int *local_28;
int *local_18;
local_28 = (int *)0x0;
local_2c = 0x7fffffff;
local_18 = param_1;
do {
if (local_18 == (int *)0x0) {
return local_28;
}
if (((*local_18 != 0) && (param_2 <= local_18[1])) &&
(check_memory... | |
65,019 | evmone::VM::get_execution_state(unsigned long) | corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/vm.cpp | ExecutionState& VM::get_execution_state(size_t depth) noexcept
{
// Vector already has the capacity for all possible depths,
// so reallocation never happens (therefore: noexcept).
// The ExecutionStates are lazily created because they pre-allocate EVM memory and stack.
assert(depth < m_execution_states... | O0 | cpp | evmone::VM::get_execution_state(unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x18(%rbp)
addq $0x40, %rdi
callq 0x38dc0
movq %rax, %rcx
movq -0x18(%rbp), %rax
cmpq %rcx, %rax
jae 0x... | _ZN6evmone2VM19get_execution_stateEm:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rdi, [rbp+var_8]
mov [rbp+var_20], rdi
mov rax, [rbp+var_10]
mov [rbp+var_18], rax
add rdi, 40h ; '@'
call _ZNKSt6vectorIN6evmone14ExecutionStateESaIS1_EE8cap... | long long evmone::VM::get_execution_state(evmone::VM *this, unsigned long long a2)
{
if ( a2 >= std::vector<evmone::ExecutionState>::capacity((char *)this + 64) )
__assert_fail(
"depth < m_execution_states.capacity()",
"/workspace/llm4binary/github/2025_star3/corpus-core[P]colibri-stateless/build_O0/... | get_execution_state:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x20],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x18],RAX
ADD RDI,0x40
CALL 0x00138dc0
MOV RCX,RAX
MOV RAX,qword ptr [RBP + -0x18]
CM... |
/* evmone::VM::get_execution_state(unsigned long) */
void __thiscall evmone::VM::get_execution_state(VM *this,ulong param_1)
{
ulong uVar1;
uVar1 = std::vector<evmone::ExecutionState,std::allocator<evmone::ExecutionState>>::capacity
((vector<evmone::ExecutionState,std::allocator<evmone::Ex... | |
65,020 | ma_mmap_pwrite | eloqsql/storage/maria/ma_dynrec.c | size_t _ma_mmap_pwrite(MARIA_HA *info, const uchar *Buffer,
size_t Count, my_off_t offset, myf MyFlags)
{
DBUG_PRINT("info", ("maria_write with mmap %d\n", info->dfile.file));
if (info->s->lock_key_trees)
mysql_rwlock_rdlock(&info->s->mmap_lock);
/*
The following test may fail in the following c... | O3 | c | ma_mmap_pwrite:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r12
movq %rcx, %r14
movq %rdx, %rbx
movq %rsi, %r13
movq %rdi, %r15
movq (%rdi), %rax
cmpb $0x0, 0x7e3(%rax)
je 0x3d374
leaq 0xb78(%rax), %rdi
cmpq $0x0, 0xc08(%rax)
jne 0x3d430
callq 0xa5294
movq (%r... | _ma_mmap_pwrite:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r12, r8
mov r14, rcx
mov rbx, rdx
mov r13, rsi
mov r15, rdi
mov rax, [rdi]
cmp byte ptr [rax+7E3h], 0
jz short loc_3D374
lea rdi, [rax+0B78h]
cmp qword ptr [... | long long ma_mmap_pwrite(unsigned int *a1, long long a2, long long a3, long long a4, long long a5)
{
long long v9; // rax
long long v10; // rdi
long long v11; // rax
long long v12; // r12
long long v13; // rdi
long long v14; // r12
long long v16; // rbx
long long v17; // rdi
long long v18; // rbx
l... | _ma_mmap_pwrite:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R12,R8
MOV R14,RCX
MOV RBX,RDX
MOV R13,RSI
MOV R15,RDI
MOV RAX,qword ptr [RDI]
CMP byte ptr [RAX + 0x7e3],0x0
JZ 0x0013d374
LEA RDI,[RAX + 0xb78]
CMP qword ptr [RAX + 0xc08],0x0
JNZ 0x0013d430
CALL 0x001a5294
LAB_0013d374:
M... |
int8
_ma_mmap_pwrite(long *param_1,void *param_2,size_t param_3,long param_4,int8 param_5)
{
long lVar1;
int8 uVar2;
lVar1 = *param_1;
if (*(char *)(lVar1 + 0x7e3) != '\0') {
if (*(long *)(lVar1 + 0xc08) == 0) {
my_rw_rdlock();
}
else {
psi_rwlock_rdlock(lVar1 + 0xb78,
... | |
65,021 | common_sampler::set_logits(llama_context*, int) | monkey531[P]llama/common/sampling.cpp | void set_logits(struct llama_context * ctx, int idx) {
const auto * logits = llama_get_logits_ith(ctx, idx);
const llama_model * model = llama_get_model(ctx);
const llama_vocab * vocab = llama_model_get_vocab(model);
const int n_vocab = llama_vocab_n_tokens(vocab);
cur.resize(... | O2 | cpp | common_sampler::set_logits(llama_context*, int):
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r15
movq %rdi, %rbx
movq %rsi, %rdi
movl %edx, %esi
callq 0x24d80
movq %rax, %r14
movq %r15, %rdi
callq 0x24790
movq %rax, %rdi
callq 0x25180
movq %rax, %rdi
callq 0x250b0
leaq 0x180(%rbx), %rdi
movslq %eax, %r15
movq %r15, %r... | _ZN14common_sampler10set_logitsEP13llama_contexti:
push r15
push r14
push rbx
mov r15, rsi
mov rbx, rdi
mov rdi, rsi
mov esi, edx
call _llama_get_logits_ith
mov r14, rax
mov rdi, r15
call _llama_get_model
mov rdi, rax
call _llama_model_get_vocab
mov rdi, rax
call _ll... | long long common_sampler::set_logits(long long a1, long long a2, unsigned int a3)
{
long long logits_ith; // r14
long long model; // rax
long long vocab; // rax
long long v6; // r15
long long v7; // rcx
long long v8; // rax
_DWORD *v9; // rdx
int v10; // xmm0_4
long long result; // rax
logits_ith ... | set_logits:
PUSH R15
PUSH R14
PUSH RBX
MOV R15,RSI
MOV RBX,RDI
MOV RDI,RSI
MOV ESI,EDX
CALL 0x00124d80
MOV R14,RAX
MOV RDI,R15
CALL 0x00124790
MOV RDI,RAX
CALL 0x00125180
MOV RDI,RAX
CALL 0x001250b0
LEA RDI,[RBX + 0x180]
MOVSXD R15,EAX
MOV RSI,R15
CALL 0x0019af82
MOV RCX,qword ptr [RBX + 0x180]
XOR EAX,EAX
TEST R15D,R1... |
/* common_sampler::set_logits(llama_context*, int) */
void __thiscall common_sampler::set_logits(common_sampler *this,llama_context *param_1,int param_2)
{
int4 uVar1;
long lVar2;
uint uVar3;
long lVar4;
int8 uVar5;
ulong uVar6;
int4 *puVar7;
ulong uVar8;
lVar4 = llama_get_logits_ith(param_1,par... | |
65,022 | init_event_name_sizing(PFS_global_param const*) | eloqsql/storage/perfschema/pfs_instr_class.cc | void init_event_name_sizing(const PFS_global_param *param)
{
/* global table io, table lock, idle, metadata */
mutex_class_start= COUNT_GLOBAL_EVENT_INDEX;
rwlock_class_start= mutex_class_start + param->m_mutex_class_sizing;
cond_class_start= rwlock_class_start + param->m_rwlock_class_sizing;
file_class_start... | O0 | cpp | init_event_name_sizing(PFS_global_param const*):
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl $0x4, 0x3cbcae(%rip) # 0x40ce10
movl 0x3cbca8(%rip), %eax # 0x40ce10
movq -0x8(%rbp), %rcx
addq 0x18(%rcx), %rax
movl %eax, 0x3cbc9e(%rip) # 0x40ce14
movl 0x3cbc98(%rip), %eax # 0x40ce14
movq -0x8(%rbp), %... | _Z22init_event_name_sizingPK16PFS_global_param:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov cs:mutex_class_start, 4
mov eax, cs:mutex_class_start
mov rcx, [rbp+var_8]
add rax, [rcx+18h]
mov cs:rwlock_class_start, eax
mov eax, cs:rwlock_class_start
mov rcx, [rbp+var_8]
add r... | long long init_event_name_sizing(long long a1)
{
long long result; // rax
mutex_class_start = 4;
rwlock_class_start = *(_DWORD *)(a1 + 24) + 4;
cond_class_start = *(_DWORD *)(a1 + 32) + rwlock_class_start;
file_class_start = *(_DWORD *)(a1 + 40) + cond_class_start;
socket_class_start = *(_DWORD *)(a1 + 80... | init_event_name_sizing:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [0x0050ce10],0x4
MOV EAX,dword ptr [0x0050ce10]
MOV RCX,qword ptr [RBP + -0x8]
ADD RAX,qword ptr [RCX + 0x18]
MOV dword ptr [0x0050ce14],EAX
MOV EAX,dword ptr [0x0050ce14]
MOV RCX,qword ptr [RBP + -0x8]
ADD RAX,qword ptr [RCX + 0x... |
/* init_event_name_sizing(PFS_global_param const*) */
void init_event_name_sizing(PFS_global_param *param_1)
{
mutex_class_start = 4;
rwlock_class_start = (int)*(int8 *)(param_1 + 0x18) + 4;
cond_class_start = rwlock_class_start + (int)*(int8 *)(param_1 + 0x20);
file_class_start = cond_class_start + (int)*(i... | |
65,023 | add_struct_to_map(hash_lex_struct*) | eloqsql/sql/gen_lex_hash.cc | void add_struct_to_map(hash_lex_struct *st)
{
st->ithis= size_hash_map/4;
size_hash_map+= 4;
hash_map= (char*)realloc((char*)hash_map,size_hash_map);
hash_map[size_hash_map-4]= (char) (st->first_char == -1 ? 0 :
st->first_char);
hash_map[size_hash_map-3]= (char) (st->first_char == -1 ||
st->... | O3 | cpp | add_struct_to_map(hash_lex_struct*):
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
movslq 0x8c24(%rip), %rsi # 0x13640
leal 0x3(%rsi), %eax
testq %rsi, %rsi
cmovnsl %esi, %eax
sarl $0x2, %eax
movl %eax, 0x10(%rdi)
addq $0x4, %rsi
movl %esi, 0x8c0b(%rip) # 0x13640
movq 0x8bfc(%rip), %rdi ... | _Z17add_struct_to_mapP15hash_lex_struct:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
movsxd rsi, cs:size_hash_map
lea eax, [rsi+3]
test rsi, rsi
cmovns eax, esi
sar eax, 2
mov [rdi+10h], eax
add rsi, 4
mov cs:size_hash_map, esi
mov rdi, cs:hash_map
call _realloc... | long long add_struct_to_map(int *a1)
{
long long v2; // rsi
int v3; // eax
long long v4; // rsi
long long result; // rax
int v6; // edx
char v7; // si
int v8; // edi
long long v9; // rcx
unsigned int v10; // edx
unsigned int v11; // edx
v2 = size_hash_map;
v3 = size_hash_map + 3;
if ( size_h... | add_struct_to_map:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOVSXD RSI,dword ptr [0x00113640]
LEA EAX,[RSI + 0x3]
TEST RSI,RSI
CMOVNS EAX,ESI
SAR EAX,0x2
MOV dword ptr [RDI + 0x10],EAX
ADD RSI,0x4
MOV dword ptr [0x00113640],ESI
MOV RDI,qword ptr [0x00113638]
CALL 0x0010a0d0
MOV qword ptr [0x00113638],RAX
MOV ... |
/* add_struct_to_map(hash_lex_struct*) */
void add_struct_to_map(hash_lex_struct *param_1)
{
int4 uVar1;
int iVar2;
void *pvVar3;
long lVar4;
int1 uVar5;
hash_lex_struct hVar6;
size_t __size;
hash_lex_struct hVar7;
iVar2 = size_hash_map + 3;
if (-1 < (long)size_hash_map) {
iVar2 = size_has... | |
65,024 | tinyxml2::XMLNode::DeleteChild(tinyxml2::XMLNode*) | aimrt_mujoco_sim/_deps/tinyxml2-src/tinyxml2.cpp | void XMLNode::DeleteChild( XMLNode* node )
{
TIXMLASSERT( node );
TIXMLASSERT( node->_document == _document );
TIXMLASSERT( node->_parent == this );
Unlink( node );
TIXMLASSERT(node->_prev == 0);
TIXMLASSERT(node->_next == 0);
TIXMLASSERT(node->_parent == 0);
DeleteNode( node );
} | O0 | cpp | tinyxml2::XMLNode::DeleteChild(tinyxml2::XMLNode*):
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq %rsi, 0x8(%rsp)
movq 0x10(%rsp), %rax
movq %rax, (%rsp)
jmp 0x510059
jmp 0x51005b
jmp 0x51005d
jmp 0x51005f
jmp 0x510061
movq (%rsp), %rdi
movq 0x8(%rsp), %rsi
callq 0x4f900
jmp 0x510071
jmp 0x510073
jmp 0x510075
jmp 0x51007... | _ZN8tinyxml27XMLNode11DeleteChildEPS0_:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov [rsp+18h+var_10], rsi
mov rax, [rsp+18h+var_8]
mov [rsp+18h+var_18], rax
jmp short $+2
loc_510059:
jmp short $+2
loc_51005B:
jmp short $+2
loc_51005D:
jmp short $+2
loc_51005F:
jmp short $+2
loc_510... | long long tinyxml2::XMLNode::DeleteChild(tinyxml2::XMLNode *this, tinyxml2::XMLNode *a2)
{
tinyxml2::XMLNode::Unlink(this, a2);
return tinyxml2::XMLNode::DeleteNode(a2, a2);
}
| capacity:
MOV qword ptr [RSP + -0x8],RDI
MOV RCX,qword ptr [RSP + -0x8]
MOV RAX,qword ptr [RCX + 0x10]
MOV RCX,qword ptr [RCX]
SUB RAX,RCX
SAR RAX,0x2
RET
|
/* std::vector<mjtObj_, std::allocator<mjtObj_> >::capacity() const */
long __thiscall
std::vector<mjtObj_,std::allocator<mjtObj_>>::capacity
(vector<mjtObj_,std::allocator<mjtObj_>> *this)
{
return *(long *)(this + 0x10) - *(long *)this >> 2;
}
| |
65,025 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | monkey531[P]llama/common/./json.hpp | explicit lexer(InputAdapterType&& adapter, bool ignore_comments_ = false) noexcept
: ia(std::move(adapter))
, ignore_comments(ignore_comments_)
, decimal_point_char(static_cast<char_int_type>(get_decimal_point()))
{} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEEC2EOSM_b:
push rbx
mov rbx, rdi
movups xmm0, xmmword ptr [rs... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | lexer:
PUSH RBX
MOV RBX,RDI
MOVUPS XMM0,xmmword ptr [RSI]
MOVUPS xmmword ptr [RDI],XMM0
MOV byte ptr [RDI + 0x10],DL
MOV dword ptr [RDI + 0x14],0xffffffff
XOR EAX,EAX
MOV byte ptr [RDI + 0x18],AL
LEA RCX,[RDI + 0x60]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x20],XMM0
MOVUPS xmmword ptr [RDI + 0x30],XMM0
MOVUPS xmmwor... |
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char... | |
65,026 | ma_nommap_pread | eloqsql/storage/maria/ma_dynrec.c | size_t _ma_nommap_pread(MARIA_HA *info, uchar *Buffer,
size_t Count, my_off_t offset, myf MyFlags)
{
return mysql_file_pread(info->dfile.file, Buffer, Count, offset, MyFlags);
} | O3 | c | ma_nommap_pread:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %r8, -0x30(%rbp)
movq %rcx, %r12
movq %rdx, %r14
movq %rsi, %r13
movl 0x480(%rdi), %ebx
leaq 0x349c92(%rip), %rax # 0x386010
movq (%rax), %rax
leaq -0x78(%rbp), %rdi
movl %ebx, %esi
movl $0x6, %ed... | _ma_nommap_pread:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rbp+var_30], r8
mov r12, rcx
mov r14, rdx
mov r13, rsi
mov ebx, [rdi+480h]
lea rax, PSI_server
mov rax, [rax]
lea rdi, [rbp+var_78]
mov esi, ebx
mov ed... | long long ma_nommap_pread(long long a1, long long a2, long long a3, long long a4, long long a5)
{
unsigned int v7; // ebx
long long v8; // rax
long long v9; // rbx
long long v11; // r15
_BYTE v12[72]; // [rsp+8h] [rbp-78h] BYREF
long long v13; // [rsp+50h] [rbp-30h]
v13 = a5;
v7 = *(_DWORD *)(a1 + 115... | _ma_nommap_pread:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV qword ptr [RBP + -0x30],R8
MOV R12,RCX
MOV R14,RDX
MOV R13,RSI
MOV EBX,dword ptr [RDI + 0x480]
LEA RAX,[0x486010]
MOV RAX,qword ptr [RAX]
LEA RDI,[RBP + -0x78]
MOV ESI,EBX
MOV EDX,0x6
CALL qword ptr [RAX + 0x158]
TEST R... |
long _ma_nommap_pread(long param_1,int8 param_2,long param_3,int8 param_4,ulong param_5)
{
int4 uVar1;
ulong uVar2;
long lVar3;
long lVar4;
long lVar5;
int1 local_80 [72];
ulong local_38;
uVar1 = *(int4 *)(param_1 + 0x480);
local_38 = param_5;
lVar3 = (**(code **)(PSI_server + 0x158))(local_80,... | |
65,027 | char const* fmt::v8::detail::parse_align<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&) | aimrt_mujoco_sim/_deps/spdlog_lib-src/include/spdlog/fmt/bundled/core.h | FMT_CONSTEXPR auto parse_align(const Char* begin, const Char* end,
Handler&& handler) -> const Char* {
FMT_ASSERT(begin != end, "");
auto align = align::none;
auto p = begin + code_point_length(begin);
if (p >= end) p = begin;
for (;;) {
switch (to_ascii(*p)) {
case '<':... | O0 | c | char const* fmt::v8::detail::parse_align<char, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&>(char const*, char const*, fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&):
subq $0x68, %rsp
movq %rdi, 0x58(%rsp)
movq %rsi, 0x50(%rsp)
movq %rdx, 0x48(%rsp)
movq 0x58(%rsp), %rax... | _ZN3fmt2v86detail11parse_alignIcRNS1_13specs_checkerINS1_13specs_handlerIcEEEEEEPKT_SA_SA_OT0_:
sub rsp, 68h
mov [rsp+68h+var_10], rdi
mov [rsp+68h+var_18], rsi
mov [rsp+68h+var_20], rdx
mov rax, [rsp+68h+var_10]
cmp rax, [rsp+68h+var_18]
setnz al
and al, 1
mov [rsp+68h+var_21], al
lea... | char * fmt::v8::detail::parse_align<char,fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>> &>(
char *a1,
char *a2,
long long a3)
{
long long v3; // rax
long long v5; // [rsp+8h] [rbp-60h]
int v6; // [rsp+14h] [rbp-54h]
_QWORD v7[2]; // [rsp+20h] [rbp-48h] BYREF
char ... | parse_align<char,fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char>>&>:
SUB RSP,0x68
MOV qword ptr [RSP + 0x58],RDI
MOV qword ptr [RSP + 0x50],RSI
MOV qword ptr [RSP + 0x48],RDX
MOV RAX,qword ptr [RSP + 0x58]
CMP RAX,qword ptr [RSP + 0x50]
SETNZ AL
AND AL,0x1
MOV byte ptr [RSP + 0x47],AL
LEA RDI,[RSP +... |
/* char const* fmt::v8::detail::parse_align<char,
fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&>(char const*, char const*,
fmt::v8::detail::specs_checker<fmt::v8::detail::specs_handler<char> >&) */
char * fmt::v8::detail::
parse_align<char,fmt::v8::detail::specs_checker<fmt::v8::... | |
65,028 | YAML::detail::node::node() | aimrt_mujoco_sim/_deps/yaml-cpp-src/include/yaml-cpp/node/detail/node.h | node() : m_pRef(new node_ref), m_dependencies{}, m_index{} {} | O3 | c | YAML::detail::node::node():
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movl $0x10, %edi
callq 0x2d270
movq %rax, %r14
movq %rax, %rdi
callq 0x609e0
movq %r14, (%rbx)
leaq 0x8(%rbx), %rdi
movq %r14, %rsi
callq 0x60c10
leaq 0x18(%rbx), %rax
xorps %xmm0, %xmm0
movups %xmm0, 0x10(%rbx)
movq $0x0, 0x20(%rbx)
movq %rax... | _ZN4YAML6detail4nodeC2Ev:
push r14
push rbx
push rax
mov rbx, rdi
mov edi, 10h; unsigned __int64
call __Znwm; operator new(ulong)
mov r14, rax
mov rdi, rax; this
call _ZN4YAML6detail8node_refC2Ev; YAML::detail::node_ref::node_ref(void)
mov [rbx], r14
lea rdi, [rbx+8]
mov rsi, ... | long long YAML::detail::node::node(YAML::detail::node *this)
{
YAML::detail::node_ref *v1; // r14
long long result; // rax
v1 = (YAML::detail::node_ref *)operator new(0x10uLL);
YAML::detail::node_ref::node_ref(v1);
*(_QWORD *)this = v1;
std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count<YAML:... | node:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV EDI,0x10
CALL 0x0012d270
MOV R14,RAX
LAB_0016098a:
MOV RDI,RAX
CALL 0x001609e0
LAB_00160992:
MOV qword ptr [RBX],R14
LEA RDI,[RBX + 0x8]
MOV RSI,R14
CALL 0x00160c10
LEA RAX,[RBX + 0x18]
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RBX + 0x10],XMM0
MOV qword ptr [RBX + 0x20],0x0
M... |
/* YAML::detail::node::node() */
void __thiscall YAML::detail::node::node(node *this)
{
node_ref *this_00;
this_00 = (node_ref *)operator_new(0x10);
/* try { // try from 0016098a to 00160991 has its CatchHandler @ 001609c8 */
node_ref::node_ref(this_00);
*(node_ref **)this = this_00;
... | |
65,029 | mi_ft_segiterator_dummy_init | eloqsql/storage/myisam/ft_update.c | void _mi_ft_segiterator_dummy_init(const uchar *record, uint len,
FT_SEG_ITERATOR *ftsi)
{
DBUG_ENTER("_mi_ft_segiterator_dummy_init");
ftsi->num=1;
ftsi->seg=0;
ftsi->pos=record;
ftsi->len=len;
DBUG_VOID_RETURN;
} | O3 | c | mi_ft_segiterator_dummy_init:
pushq %rbp
movq %rsp, %rbp
movl $0x1, (%rdx)
movq $0x0, 0x8(%rdx)
movq %rdi, 0x18(%rdx)
movl %esi, 0x4(%rdx)
popq %rbp
retq
| _mi_ft_segiterator_dummy_init:
push rbp
mov rbp, rsp
mov dword ptr [rdx], 1
mov qword ptr [rdx+8], 0
mov [rdx+18h], rdi
mov [rdx+4], esi
pop rbp
retn
| void mi_ft_segiterator_dummy_init(long long a1, int a2, long long a3)
{
*(_DWORD *)a3 = 1;
*(_QWORD *)(a3 + 8) = 0LL;
*(_QWORD *)(a3 + 24) = a1;
*(_DWORD *)(a3 + 4) = a2;
}
| _mi_ft_segiterator_dummy_init:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RDX],0x1
MOV qword ptr [RDX + 0x8],0x0
MOV qword ptr [RDX + 0x18],RDI
MOV dword ptr [RDX + 0x4],ESI
POP RBP
RET
|
void _mi_ft_segiterator_dummy_init(int8 param_1,int4 param_2,int4 *param_3)
{
*param_3 = 1;
*(int8 *)(param_3 + 2) = 0;
*(int8 *)(param_3 + 6) = param_1;
param_3[1] = param_2;
return;
}
| |
65,030 | strmake | eloqsql/strings/strmake.c | char *strmake(register char *dst, register const char *src, size_t length)
{
while (length--)
{
if (! (*dst++ = *src++))
{
#ifdef EXTRA_DEBUG
/*
'length' is the maximum length of the string; the buffer needs
to be one character larger to accommodate the terminating
'\0'. This ... | O0 | c | strmake:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x20(%rbp), %rax
movq %rax, %rcx
addq $-0x1, %rcx
movq %rcx, -0x20(%rbp)
cmpq $0x0, %rax
je 0x8649b
movq -0x18(%rbp), %rax
movq %rax, %rcx
addq $0x1, %rcx
movq %rcx, -0x18(%rbp)
movb (%rax), %al
movq -0x10(%rb... | strmake:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
loc_86450:
mov rax, [rbp+var_20]
mov rcx, rax
add rcx, 0FFFFFFFFFFFFFFFFh
mov [rbp+var_20], rcx
cmp rax, 0
jz short loc_8649B
mov rax, [rbp+var_18]
mov rcx, rax
add rc... | _BYTE * strmake(_BYTE *a1, _BYTE *a2, long long a3)
{
_BYTE *v4; // rax
_BYTE *v5; // rcx
while ( a3-- )
{
v4 = a2++;
LOBYTE(v4) = *v4;
v5 = a1++;
*v5 = (_BYTE)v4;
if ( !(_BYTE)v4 )
return a1 - 1;
}
*a1 = 0;
return a1;
}
| strmake:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
LAB_00186450:
MOV RAX,qword ptr [RBP + -0x20]
MOV RCX,RAX
ADD RCX,-0x1
MOV qword ptr [RBP + -0x20],RCX
CMP RAX,0x0
JZ 0x0018649b
MOV RAX,qword ptr [RBP + -0x18]
MOV RCX,RAX
ADD RCX,0x1
MOV qword... |
char * strmake(char *param_1,char *param_2,long param_3)
{
char cVar1;
char *pcVar2;
long local_28;
char *local_20;
char *local_18;
local_28 = param_3;
local_20 = param_2;
pcVar2 = param_1;
do {
local_18 = pcVar2;
if (local_28 == 0) {
*local_18 = '\0';
return local_18;
}
... | |
65,031 | ggml_cont | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | struct ggml_tensor * ggml_cont(
struct ggml_context * ctx,
struct ggml_tensor * a) {
return ggml_cont_impl(ctx, a);
} | O1 | c | ggml_cont:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movl (%rsi), %esi
leaq 0x10(%rbx), %rcx
movl $0x4, %edx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq 0x1b871
movq %rax, %r14
leaq 0x100(%rbx), %rdx
leaq 0x2f437(%rip), %rsi # 0x4c976
movq %rax, %rdi
xorl %eax, %eax
callq 0x18a70
movl $0x20, 0x50(%r14)
movq %rbx, ... | ggml_cont:
push r14
push rbx
push rax
mov rbx, rsi
mov esi, [rsi]
lea rcx, [rbx+10h]
mov edx, 4
xor r8d, r8d
xor r9d, r9d
call ggml_new_tensor_impl
mov r14, rax
lea rdx, [rbx+100h]
lea rsi, aSCont; "%s (cont)"
mov rdi, rax
xor eax, eax
call _ggml_format_name
mo... | long long ggml_cont(long long a1, long long a2, double a3)
{
long long v3; // r14
v3 = ggml_new_tensor_impl(a1, *(_DWORD *)a2, 4, (long long *)(a2 + 16), 0LL, 0LL, a3);
ggml_format_name(v3, (long long)"%s (cont)");
*(_DWORD *)(v3 + 80) = 32;
*(_QWORD *)(v3 + 152) = a2;
return v3;
}
| ggml_cont:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV ESI,dword ptr [RSI]
LEA RCX,[RBX + 0x10]
MOV EDX,0x4
XOR R8D,R8D
XOR R9D,R9D
CALL 0x0011b871
MOV R14,RAX
LEA RDX,[RBX + 0x100]
LEA RSI,[0x14c976]
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00118a70
MOV dword ptr [R14 + 0x50],0x20
MOV qword ptr [R14 + 0x98],RBX
MOV RAX,R14
ADD R... |
long ggml_cont(int8 param_1,int4 *param_2)
{
long lVar1;
lVar1 = ggml_new_tensor_impl(param_1,*param_2,4,param_2 + 4,0,0);
ggml_format_name(lVar1,"%s (cont)",param_2 + 0x40);
*(int4 *)(lVar1 + 0x50) = 0x20;
*(int4 **)(lVar1 + 0x98) = param_2;
return lVar1;
}
| |
65,032 | ggml_cont | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | struct ggml_tensor * ggml_cont(
struct ggml_context * ctx,
struct ggml_tensor * a) {
return ggml_cont_impl(ctx, a);
} | O3 | c | ggml_cont:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movl (%rsi), %esi
leaq 0x10(%rbx), %rcx
movl $0x4, %edx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq 0x1a57f
movq %rax, %r14
leaq 0x100(%rbx), %rdx
leaq 0x307c6(%rip), %rsi # 0x4ca1a
movq %rax, %rdi
xorl %eax, %eax
callq 0x17a60
movl $0x20, 0x50(%r14)
movq %rbx, ... | ggml_cont:
push r14
push rbx
push rax
mov rbx, rsi
mov esi, [rsi]
lea rcx, [rbx+10h]
mov edx, 4
xor r8d, r8d
xor r9d, r9d
call ggml_new_tensor_impl
mov r14, rax
lea rdx, [rbx+100h]
lea rsi, aSCont; "%s (cont)"
mov rdi, rax
xor eax, eax
call _ggml_format_name
mo... | long long ggml_cont(long long a1, long long a2, double a3)
{
long long v3; // r14
v3 = ggml_new_tensor_impl(a1, *(_DWORD *)a2, 4u, (long long *)(a2 + 16), 0LL, 0LL, a3);
ggml_format_name(v3, (long long)"%s (cont)");
*(_DWORD *)(v3 + 80) = 32;
*(_QWORD *)(v3 + 152) = a2;
return v3;
}
| ggml_cont:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV ESI,dword ptr [RSI]
LEA RCX,[RBX + 0x10]
MOV EDX,0x4
XOR R8D,R8D
XOR R9D,R9D
CALL 0x0011a57f
MOV R14,RAX
LEA RDX,[RBX + 0x100]
LEA RSI,[0x14ca1a]
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00117a60
MOV dword ptr [R14 + 0x50],0x20
MOV qword ptr [R14 + 0x98],RBX
MOV RAX,R14
ADD R... |
long ggml_cont(int8 param_1,int4 *param_2)
{
long lVar1;
lVar1 = ggml_new_tensor_impl(param_1,*param_2,4,param_2 + 4,0,0);
ggml_format_name(lVar1,"%s (cont)",param_2 + 0x40);
*(int4 *)(lVar1 + 0x50) = 0x20;
*(int4 **)(lVar1 + 0x98) = param_2;
return lVar1;
}
| |
65,033 | google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::RepeatedImmutableStringFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/string_field_lite.cc | RepeatedImmutableStringFieldLiteGenerator::
RepeatedImmutableStringFieldLiteGenerator(const FieldDescriptor* descriptor,
int messageBitIndex,
Context* context)
: descriptor_(descriptor), name_resolver_(context->GetNameRe... | O3 | cpp | google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::RepeatedImmutableStringFieldLiteGenerator(google::protobuf::FieldDescriptor const*, int, google::protobuf::compiler::java::Context*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rcx, %r12
movl %edx, %ebp
movq %rsi, %r15
movq %... | _ZN6google8protobuf8compiler4java41RepeatedImmutableStringFieldLiteGeneratorC2EPKNS0_15FieldDescriptorEiPNS2_7ContextE:
push rbp; int
push r15; int
push r14; int
push r12; int
push rbx; int
mov r12, rcx
mov ebp, edx
mov r15, rsi
mov rbx, rdi
lea rax, off_27A5B0
mov [rdi], rax
mov ... | void google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::RepeatedImmutableStringFieldLiteGenerator(
google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator *this,
const google::protobuf::FieldDescriptor *a2,
int a3,
google::protobuf::compiler... | RepeatedImmutableStringFieldLiteGenerator:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV R12,RCX
MOV EBP,EDX
MOV R15,RSI
MOV RBX,RDI
LEA RAX,[0x37a5b0]
MOV qword ptr [RDI],RAX
MOV qword ptr [RDI + 0x8],RSI
LEA R14,[RDI + 0x10]
LEA RAX,[RDI + 0x18]
MOV dword ptr [RDI + 0x18],0x0
XOR ECX,ECX
MOV qword ptr [RDI + 0x20]... |
/* google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::RepeatedImmutableStringFieldLiteGenerator(google::protobuf::FieldDescriptor
const*, int, google::protobuf::compiler::java::Context*) */
void __thiscall
google::protobuf::compiler::java::RepeatedImmutableStringFieldLiteGenerator::
Repea... | |
65,034 | create_temp_file | eloqsql/mysys/mf_tempfile.c | File create_temp_file(char *to, const char *dir, const char *prefix,
int mode, myf MyFlags)
{
File file= -1;
DBUG_ENTER("create_temp_file");
DBUG_PRINT("enter", ("dir: %s, prefix: %s", dir ? dir : "(null)", prefix));
DBUG_ASSERT((mode & (O_EXCL | O_TRUNC | O_CREAT | O_RDWR)) == 0);
mode|= O_TRUNC | ... | O3 | c | create_temp_file:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %r8, %r14
movl %ecx, %r13d
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
testq %rsi, %rsi
jne 0xa8668
leaq 0x33a56(%rip), %rdi # 0xdc0ab
callq 0x2960... | create_temp_file:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov r14, r8
mov r13d, ecx
mov r12, rdx
mov r15, rsi
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
test rsi, rsi
jnz short loc_A8668
lea rdi, aTmpdir; "T... | long long create_temp_file(
_WORD *a1,
const char *a2,
const char *a3,
int a4,
__int16 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
double a10,
double a11,
__m128 a12,
__m128 a13)
{
const char *v16; // r15
lo... | create_temp_file:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R14,R8
MOV R13D,ECX
MOV R12,RDX
MOV R15,RSI
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
TEST RSI,RSI
JNZ 0x001a8668
LEA RDI,[0x1dc0ab]
CALL 0x00129600
TEST RAX,RAX
LEA R15,[0x1dc0b2]
CMOVNZ R... |
int create_temp_file(char *param_1,char *param_2,int *param_3,uint param_4,ulong param_5)
{
int4 uVar1;
int iVar2;
int __fd;
char *pcVar3;
int4 *puVar4;
size_t sVar5;
int *piVar6;
int *puVar7;
long in_FS_OFFSET;
char local_58 [32];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
... | |
65,035 | ftxui::separatorHeavy() | Andrewchistyakov[P]flashcards_lyc/build_O2/_deps/ftxui-src/src/ftxui/dom/separator.cpp | Element separatorHeavy() {
return std::make_shared<SeparatorAuto>(HEAVY);
} | O2 | cpp | ftxui::separatorHeavy():
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
leaq 0xc(%rsp), %rsi
movl $0x2, (%rsi)
leaq 0x10(%rsp), %rdi
callq 0x1f1a9
leaq 0x18(%rsp), %rdi
movaps -0x8(%rdi), %xmm0
andq $0x0, (%rdi)
movups %xmm0, (%rbx)
andq $0x0, -0x8(%rdi)
callq 0x13452
movq %rbx, %rax
addq $0x20, %rsp
popq %rbx
retq
| _ZN5ftxui14separatorHeavyEv:
push rbx
sub rsp, 20h
mov rbx, rdi
lea rsi, [rsp+28h+var_1C]
mov dword ptr [rsi], 2
lea rdi, [rsp+28h+var_18]
call _ZSt11make_sharedIN5ftxui12_GLOBAL__N_113SeparatorAutoEJNS0_11BorderStyleEEESt10shared_ptrIT_EDpOT0_; std::make_shared<ftxui::`anonymous namespace'::S... | ftxui * ftxui::separatorHeavy(ftxui *this)
{
__int128 v1; // xmm0
unsigned int v3; // [rsp+Ch] [rbp-1Ch] BYREF
__int128 v4; // [rsp+10h] [rbp-18h] BYREF
v3 = 2;
std::make_shared<ftxui::`anonymous namespace'::SeparatorAuto,ftxui::BorderStyle>(&v4, &v3);
v1 = v4;
*((_QWORD *)&v4 + 1) = 0LL;
*(_OWORD *)th... | separatorHeavy:
PUSH RBX
SUB RSP,0x20
MOV RBX,RDI
LEA RSI,[RSP + 0xc]
MOV dword ptr [RSI],0x2
LEA RDI,[RSP + 0x10]
CALL 0x0011f1a9
LEA RDI,[RSP + 0x18]
MOVAPS XMM0,xmmword ptr [RDI + -0x8]
AND qword ptr [RDI],0x0
MOVUPS xmmword ptr [RBX],XMM0
AND qword ptr [RDI + -0x8],0x0
CALL 0x00113452
MOV RAX,RBX
ADD RSP,0x20
POP R... |
/* ftxui::separatorHeavy() */
ftxui * __thiscall ftxui::separatorHeavy(ftxui *this)
{
int8 uVar1;
int8 local_18;
int8 uStack_10;
std::make_shared<ftxui::(anonymous_namespace)::SeparatorAuto,ftxui::BorderStyle>
((BorderStyle *)&local_18);
uVar1 = uStack_10;
uStack_10 = 0;
*(int8 *)this = ... | |
65,036 | my_strnxfrm_8bit_nopad_bin | eloqsql/strings/ctype-bin.c | static size_t
my_strnxfrm_8bit_nopad_bin(CHARSET_INFO *cs,
uchar * dst, size_t dstlen, uint nweights,
const uchar *src, size_t srclen, uint flags)
{
set_if_smaller(srclen, dstlen);
set_if_smaller(srclen, nweights);
if (dst != src)
memcpy(dst, src, srclen);... | O0 | c | my_strnxfrm_8bit_nopad_bin:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movl 0x10(%rbp), %eax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x30(%rbp), %rax
cmpq -0x18(%rbp), %rax
jbe 0x356c4
movq -0x18(%rbp), %rax
movq %rax,... | my_strnxfrm_8bit_nopad_bin:
push rbp
mov rbp, rsp
sub rsp, 40h
mov eax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_30]
cmp rax, [rbp+var_18]
jbe short lo... | long long my_strnxfrm_8bit_nopad_bin(
int a1,
long long a2,
unsigned long long a3,
unsigned int a4,
long long a5,
unsigned long long a6,
int a7)
{
unsigned long long v8; // [rsp+10h] [rbp-30h]
int v10; // [rsp+28h] [rbp-18h]
v10 = a3;
v8 = a6;
if ( a6 ... | my_strnxfrm_8bit_nopad_bin:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV EAX,dword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x30]
CMP RA... |
void my_strnxfrm_8bit_nopad_bin
(int8 param_1,void *param_2,ulong param_3,uint param_4,void *param_5,
ulong param_6,int4 param_7)
{
int8 local_38;
local_38 = param_6;
if (param_3 < param_6) {
local_38 = param_3;
}
if (param_4 < local_38) {
local_38 = (ulong)param_4;
... | |
65,037 | streamable_to_string<char [13], true>::impl[abi:cxx11](char const (&) [13]) | aimrt_mujoco_sim/_deps/yaml-cpp-src/include/yaml-cpp/traits.h | static std::string impl(const Key& key) {
std::stringstream ss;
ss << key;
return ss.str();
} | O3 | c | streamable_to_string<char [13], true>::impl[abi:cxx11](char const (&) [13]):
pushq %r15
pushq %r14
pushq %rbx
subq $0x190, %rsp # imm = 0x190
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x8(%rsp), %rdi
callq 0x2cc30
leaq 0x18(%rsp), %r15
movq %r14, %rdi
callq 0x2c700
movq %r15, %rdi
movq %r14, %rsi
movq %rax, %rdx
... | _ZN20streamable_to_stringIA18_cLb1EE4implB5cxx11ERA18_Kc:
push r15
push r14
push rbx
sub rsp, 190h
mov r14, rsi
mov rbx, rdi
lea rdi, [rsp+1A8h+var_1A0]
call __ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev; std::basic_stringstream<char,std::char_traits<char>,std::allocator<c... | long long streamable_to_string<char [18],true>::impl[abi:cxx11](long long a1, long long a2)
{
long long v2; // rax
_BYTE v4[16]; // [rsp+8h] [rbp-1A0h] BYREF
_BYTE v5[8]; // [rsp+18h] [rbp-190h] BYREF
_BYTE v6[104]; // [rsp+20h] [rbp-188h] BYREF
_BYTE v7[288]; // [rsp+88h] [rbp-120h] BYREF
std::basic_stri... | impl[abi:cxx11]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x190
MOV R14,RSI
MOV RBX,RDI
LEA RDI,[RSP + 0x8]
CALL 0x0012cc30
LEA R15,[RSP + 0x18]
MOV RDI,R14
CALL 0x0012c700
LAB_0014d41b:
MOV RDI,R15
MOV RSI,R14
MOV RDX,RAX
CALL 0x0012d4f0
LEA RSI,[RSP + 0x20]
MOV RDI,RBX
CALL 0x0012ccd0
LAB_0014d436:
MOV RSI,qword ptr [0x003... |
/* streamable_to_string<char [18], true>::impl[abi:cxx11](char const (&) [18]) */
streamable_to_string<char[18],true> * __thiscall
streamable_to_string<char[18],true>::impl_abi_cxx11_
(streamable_to_string<char[18],true> *this,char *param_1)
{
size_t sVar1;
stringstream local_1a0 [16];
ostream local_... | |
65,038 | move_to_next_bitmap | eloqsql/storage/maria/ma_bitmap.c | static my_bool move_to_next_bitmap(MARIA_HA *info, MARIA_FILE_BITMAP *bitmap)
{
pgcache_page_no_t page= bitmap->page;
MARIA_STATE_INFO *state= &info->s->state;
DBUG_ENTER("move_to_next_bitmap");
if (state->first_bitmap_with_space != ~(pgcache_page_no_t) 0 &&
state->first_bitmap_with_space != page)
{
... | O0 | c | move_to_next_bitmap:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0x10(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rax
cmpq $-0x1, 0xd0(%rax)
je 0x673c8
movq -0x20(%rbp), %rax... | move_to_next_bitmap:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
mov rax, [rax+10h]
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
mov rax, [rax]
mov [rbp+var_20], rax
mov rax, [rbp+var_20]
cmp qword ptr [rax+0D0h], 0... | char move_to_next_bitmap(long long *a1, long long a2)
{
long long v3; // [rsp+10h] [rbp-20h]
long long v4; // [rsp+18h] [rbp-18h]
long long v5; // [rsp+18h] [rbp-18h]
v4 = *(_QWORD *)(a2 + 16);
v3 = *a1;
if ( *(_QWORD *)(*a1 + 208) == -1LL || *(_QWORD *)(v3 + 208) == v4 )
{
v5 = v4 + *(_QWORD *)(a2 ... | move_to_next_bitmap:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x10]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qword ptr [R... |
int8 move_to_next_bitmap(long *param_1,long param_2)
{
long lVar1;
int8 uVar2;
int8 local_20;
lVar1 = *param_1;
if ((*(long *)(lVar1 + 0xd0) == -1) || (*(long *)(lVar1 + 0xd0) == *(long *)(param_2 + 0x10))) {
local_20 = *(long *)(param_2 + 0x138) + *(long *)(param_2 + 0x10);
}
else {
local_20... | |
65,039 | decode_pos | eloqsql/storage/myisam/mi_packrec.c | static uint decode_pos(MI_BIT_BUFF *bit_buff, MI_DECODE_TREE *decode_tree)
{
uint16 *pos=decode_tree->table;
for (;;)
{
if (get_bit(bit_buff))
pos++;
if (*pos & IS_CHAR)
return (uint) (*pos & ~IS_CHAR);
pos+= *pos;
}
} | O0 | c | decode_pos:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
cmpl $0x0, 0x4(%rax)
je 0xbdc0a
movq -0x8(%rbp), %rax
movl (%rax), %eax
movq -0x8(%rbp), %rdx
movl 0x4(%rdx), %ecx
addl $-0x1, %ecx
m... | decode_pos_0:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_18], rax
loc_BDBDB:
mov rax, [rbp+var_8]
cmp dword ptr [rax+4], 0
jz short loc_BDC0A
mov rax, [rbp+var_8]
mov eax, [rax]
mov ... | long long decode_pos_0(int *a1, _WORD **a2)
{
int v2; // eax
int v3; // ecx
_WORD *i; // [rsp+8h] [rbp-18h]
for ( i = *a2; ; i += (unsigned __int16)*i )
{
if ( !a1[1] )
{
fill_buffer_0((long long)a1);
a1[1] = 31;
if ( *a1 >= 0 )
goto LABEL_7;
LABEL_6:
++i;
goto ... | decode_pos:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x18],RAX
LAB_001bdbdb:
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr [RAX + 0x4],0x0
JZ 0x001bdc0a
MOV RAX,qword ptr [RBP + -0x8]
MOV... |
ushort decode_pos(uint *param_1,int8 *param_2)
{
uint uVar1;
ushort *local_20;
local_20 = (ushort *)*param_2;
while( true ) {
if (param_1[1] == 0) {
fill_buffer(param_1);
param_1[1] = 0x1f;
uVar1 = *param_1 & 0x80000000;
}
else {
uVar1 = param_1[1];
param_1[1] = uV... | |
65,040 | stbi_load | 7CodeWizard[P]stablediffusion/thirdparty/stb_image.h | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp)
{
FILE *f = stbi__fopen(filename, "rb");
unsigned char *result;
if (!f) return stbi__errpuc("can't fopen", "Unable to open file");
result = stbi_load_from_file(f,x,y,comp,req_comp);
fclose(f);
return result;
} | O2 | c | stbi_load:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movl %r8d, %ebx
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
leaq 0x8c14d(%rip), %rsi # 0x97d50
callq 0xa700
testq %rax, %rax
je 0xbc34
movq %rax, %r13
movq %rax, %rdi
movq %r12, %rsi
movq %r15, %rdx
movq %r14, %rcx
movl %ebx, %r8d
callq 0xbc50
mo... | stbi_load:
push r15
push r14
push r13
push r12
push rbx
mov ebx, r8d
mov r14, rcx
mov r15, rdx
mov r12, rsi
lea rsi, unk_97D50
call _fopen
test rax, rax
jz short loc_BC34
mov r13, rax
mov rdi, rax
mov rsi, r12
mov rdx, r15
mov rcx, r14
mov r8d, ebx
c... | long long stbi_load(long long a1, long long a2, long long a3, long long a4, unsigned int a5)
{
long long v8; // rax
long long v9; // r13
long long v10; // rbx
v8 = fopen(a1, &unk_97D50);
if ( v8 )
{
v9 = v8;
v10 = stbi_load_from_file(v8, a2, a3, a4, a5);
fclose(v9);
return v10;
}
else
... | stbi_load:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV EBX,R8D
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
LEA RSI,[0x197d50]
CALL 0x0010a700
TEST RAX,RAX
JZ 0x0010bc34
MOV R13,RAX
MOV RDI,RAX
MOV RSI,R12
MOV RDX,R15
MOV RCX,R14
MOV R8D,EBX
CALL 0x0010bc50
MOV RBX,RAX
MOV RDI,R13
CALL 0x0010a5e0
MOV RAX,RBX
JMP 0x0010bc46... |
int8
stbi_load(char *param_1,int8 param_2,int8 param_3,int8 param_4,int4 param_5)
{
FILE *__stream;
int8 uVar1;
long in_FS_OFFSET;
__stream = fopen(param_1,"rb");
if (__stream == (FILE *)0x0) {
*(char **)(in_FS_OFFSET + -0x20) = "can\'t fopen";
uVar1 = 0;
}
else {
uVar1 = stbi_load_from_f... | |
65,041 | nglog::(anonymous namespace)::GetPC(void*) | ng-log[P]ng-log/src/signalhandler.cc | void* GetPC(void* ucontext_in_void) {
# if (defined(HAVE_UCONTEXT_H) || defined(HAVE_SYS_UCONTEXT_H)) && \
defined(PC_FROM_UCONTEXT)
if (ucontext_in_void != nullptr) {
ucontext_t* context = reinterpret_cast<ucontext_t*>(ucontext_in_void);
return (void*)context->PC_FROM_UCONTEXT;
}
# else
(void)uco... | O0 | cpp | nglog::(anonymous namespace)::GetPC(void*):
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
cmpq $0x0, -0x10(%rbp)
je 0x4cf48
movq -0x10(%rbp), %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rax
movq 0xa8(%rax), %rax
movq %rax, -0x8(%rbp)
jmp 0x4cf50
movq $0x0, -0x8(%rbp)
movq -0x8(%rbp), %rax
popq %rbp
retq
nopw %cs... | _ZN5nglog12_GLOBAL__N_15GetPCEPv:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
cmp [rbp+var_10], 0
jz short loc_4CF48
mov rax, [rbp+var_10]
mov [rbp+var_18], rax
mov rax, [rbp+var_18]
mov rax, [rax+0A8h]
mov [rbp+var_8], rax
jmp short loc_4CF50
loc_4CF48:
mov [rbp+var_8], ... | long long nglog::`anonymous namespace'::GetPC(nglog::_anonymous_namespace_ *this, void *a2)
{
if ( this )
return *((_QWORD *)this + 21);
else
return 0LL;
}
| GetPC:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
CMP qword ptr [RBP + -0x10],0x0
JZ 0x0014cf48
MOV RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RAX + 0xa8]
MOV qword ptr [RBP + -0x8],RAX
JMP 0x0014cf50
LAB_0014cf48:
MOV qword ptr [RBP + -0x8],... |
/* nglog::(anonymous namespace)::GetPC(void*) */
int8 nglog::(anonymous_namespace)::GetPC(void *param_1)
{
int8 local_10;
if (param_1 == (void *)0x0) {
local_10 = 0;
}
else {
local_10 = *(int8 *)((long)param_1 + 0xa8);
}
return local_10;
}
| |
65,042 | ggml_map_custom3_impl_f32 | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static struct ggml_tensor * ggml_map_custom3_impl_f32(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * b,
struct ggml_tensor * c,
const ggml_custom3_op_f32_t fun,
bool inplace) {
... | O0 | c | ggml_map_custom3_impl_f32:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movb %r9b, %al
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
andb $0x1, %al
movb %al, -0x29(%rbp)
testb $0x1, -0x29(%rbp)
je 0x54c6d
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
call... | ggml_map_custom3_impl_f32:
push rbp
mov rbp, rsp
sub rsp, 40h
mov al, r9b
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
and al, 1
mov [rbp+var_29], al
test [rbp+var_29], 1
jz short loc_54C6D
mov rdi, [rb... | long long ggml_map_custom3_impl_f32(
long long a1,
unsigned int *a2,
long long a3,
long long a4,
long long a5,
char a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
double a11,
double a12,
__m128 a13,
__m128... | ggml_map_custom3_impl_f32:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV AL,R9B
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
AND AL,0x1
MOV byte ptr [RBP + -0x29],AL
TEST byte ptr [RBP + -0x29],0x1
JZ 0x00154c6d
MOV... |
long ggml_map_custom3_impl_f32
(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,byte param_6)
{
long local_48;
int8 local_30;
int8 local_28;
int8 local_20;
int8 local_18;
int8 local_10;
local_30 = param_5;
local_28 = param_4;
local_20 = param_3;
l... | |
65,043 | ggml_map_custom3_impl_f32 | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static struct ggml_tensor * ggml_map_custom3_impl_f32(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * b,
struct ggml_tensor * c,
const ggml_custom3_op_f32_t fun,
bool inplace) {
... | O1 | c | ggml_map_custom3_impl_f32:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r15
movq %rcx, %rbx
movq %rdx, %r14
movq %rsi, %r12
testl %r9d, %r9d
je 0x211db
movq %r12, %rsi
callq 0x17260
jmp 0x211f4
movl (%r12), %esi
leaq 0x10(%r12), %rcx
movl $0x4, %edx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq 0x1b871
tes... | ggml_map_custom3_impl_f32:
push r15
push r14
push r12
push rbx
push rax
mov r15, r8
mov rbx, rcx
mov r14, rdx
mov r12, rsi
test r9d, r9d
jz short loc_211DB
mov rsi, r12
call _ggml_view_tensor
jmp short loc_211F4
loc_211DB:
mov esi, [r12]
lea rcx, [r12+10h]
mov ... | long long ggml_map_custom3_impl_f32(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
int a6,
double a7)
{
long long result; // rax
int v11; // r8d
int v12; // r9d
if ( a6 )
result = ggml_view_tensor(a1, a2, a7);
else
resul... | ggml_map_custom3_impl_f32:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,R8
MOV RBX,RCX
MOV R14,RDX
MOV R12,RSI
TEST R9D,R9D
JZ 0x001211db
MOV RSI,R12
CALL 0x00117260
JMP 0x001211f4
LAB_001211db:
MOV ESI,dword ptr [R12]
LEA RCX,[R12 + 0x10]
MOV EDX,0x4
XOR R8D,R8D
XOR R9D,R9D
CALL 0x0011b871
LAB_001211f4:
TEST R... |
void ggml_map_custom3_impl_f32
(int8 param_1,int4 *param_2,int8 param_3,int8 param_4,
int8 param_5,int param_6)
{
long lVar1;
if (param_6 == 0) {
lVar1 = ggml_new_tensor_impl(param_1,*param_2,4,param_2 + 4,0,0);
}
else {
lVar1 = ggml_view_tensor(param_1,param_2);
}
... | |
65,044 | ggml_map_custom3_impl_f32 | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml.c | static struct ggml_tensor * ggml_map_custom3_impl_f32(
struct ggml_context * ctx,
struct ggml_tensor * a,
struct ggml_tensor * b,
struct ggml_tensor * c,
const ggml_custom3_op_f32_t fun,
bool inplace) {
... | O3 | c | ggml_map_custom3_impl_f32:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %r8, %r15
movq %rcx, %rbx
movq %rdx, %r14
movq %rsi, %r12
testl %r9d, %r9d
je 0x1fe6b
movq %r12, %rsi
callq 0x16260
jmp 0x1fe84
movl (%r12), %esi
leaq 0x10(%r12), %rcx
movl $0x4, %edx
xorl %r8d, %r8d
xorl %r9d, %r9d
callq 0x1a57f
tes... | ggml_map_custom3_impl_f32:
push r15
push r14
push r12
push rbx
push rax
mov r15, r8
mov rbx, rcx
mov r14, rdx
mov r12, rsi
test r9d, r9d
jz short loc_1FE6B
mov rsi, r12
call _ggml_view_tensor
jmp short loc_1FE84
loc_1FE6B:
mov esi, [r12]
lea rcx, [r12+10h]
mov ... | long long ggml_map_custom3_impl_f32(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
int a6,
double a7)
{
long long result; // rax
int v11; // r8d
int v12; // r9d
if ( a6 )
result = ggml_view_tensor(a1, a2, a7);
else
resul... | ggml_map_custom3_impl_f32:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,R8
MOV RBX,RCX
MOV R14,RDX
MOV R12,RSI
TEST R9D,R9D
JZ 0x0011fe6b
MOV RSI,R12
CALL 0x00116260
JMP 0x0011fe84
LAB_0011fe6b:
MOV ESI,dword ptr [R12]
LEA RCX,[R12 + 0x10]
MOV EDX,0x4
XOR R8D,R8D
XOR R9D,R9D
CALL 0x0011a57f
LAB_0011fe84:
TEST R... |
void ggml_map_custom3_impl_f32
(int8 param_1,int4 *param_2,int8 param_3,int8 param_4,
int8 param_5,int param_6)
{
long lVar1;
if (param_6 == 0) {
lVar1 = ggml_new_tensor_impl(param_1,*param_2,4,param_2 + 4,0,0);
}
else {
lVar1 = ggml_view_tensor(param_1,param_2);
}
... | |
65,045 | hexlo | eloqsql/strings/ctype-utf8.c | static int hexlo(int x)
{
static const char hex_lo_digit[256]=
{
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* ................ */
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* ................ */
-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, /* !"#$%&'()*+,-./ */
0, 1, 2, 3, 4, 5, ... | O0 | c | hexlo:
pushq %rbp
movq %rsp, %rbp
movl %edi, -0x4(%rbp)
movl -0x4(%rbp), %eax
movl %eax, %ecx
leaq 0x14cafd(%rip), %rax # 0x1be5d0
movsbl (%rax,%rcx), %eax
popq %rbp
retq
nopl (%rax)
| hexlo:
push rbp
mov rbp, rsp
mov [rbp+var_4], edi
mov eax, [rbp+var_4]
mov ecx, eax
lea rax, hexlo_hex_lo_digit
movsx eax, byte ptr [rax+rcx]
pop rbp
retn
| long long hexlo(int a1)
{
return (unsigned int)hexlo_hex_lo_digit[a1];
}
| hexlo:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x4],EDI
MOV EAX,dword ptr [RBP + -0x4]
MOV ECX,EAX
LEA RAX,[0x2be5d0]
MOVSX EAX,byte ptr [RAX + RCX*0x1]
POP RBP
RET
|
int hexlo(uint param_1)
{
return (int)(char)hexlo_hex_lo_digit[param_1];
}
| |
65,046 | js_typed_array_sort | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_sort(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSObject *p;
int len;
size_t elt_size;
struct TA_sort_context tsc;
int (*cmpfun)(const void *a, const void *b, void *opaque);
p = get_typed_array(ctx, this_val);
... | O1 | c | js_typed_array_sort:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r8, %rbp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq %rsi, 0x28(%rsp)
cmpl $-0x1, %ebx
jne 0x81cd2
movq 0x28(%rsp), %r12
movzwl 0x6(%r12), %eax
addl $-0x15, %eax
cmpw $0xc, %ax
jb 0x81ce6
leaq 0x20738(... | js_typed_array_sort:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov rbp, r8
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov [rsp+98h+var_70], rsi
cmp ebx, 0FFFFFFFFh
jnz short loc_81CD2
mov r12, [rsp+98h+var_70]
movzx eax, word ptr [r12+6]
add ... | unsigned long long js_typed_array_sort(
long long a1,
_DWORD *a2,
long long a3,
long long a4,
const __m128i *a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
... | js_typed_array_sort:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV RBP,R8
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV qword ptr [RSP + 0x28],RSI
CMP EBX,-0x1
JNZ 0x00181cd2
MOV R12,qword ptr [RSP + 0x28]
MOVZX EAX,word ptr [R12 + 0x6]
ADD EAX,-0x15
CMP AX,0xc
JC 0x00181ce6
LAB_00181cd2:
LEA RSI,[0x... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int1 [16]
js_typed_array_sort(int *param_1,int *param_2,int8 param_3,int8 param_4,
int8 *param_5)
{
bool bVar1;
long lVar2;
long lVar3;
ushort uVar4;
int iVar5;
int iVar6;
long lVar7;
ulong uVar8;... | |
65,047 | js_typed_array_sort | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_sort(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSObject *p;
int len;
size_t elt_size;
struct TA_sort_context tsc;
int (*cmpfun)(const void *a, const void *b, void *opaque);
p = get_typed_array(ctx, this_val);
... | O2 | c | js_typed_array_sort:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x68, %rsp
movq %r8, %rbp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
callq 0x3280b
pushq $0x6
popq %r13
testq %rax, %rax
je 0x6d208
movq %rax, %r12
movq %rax, %rdi
callq 0x32836
testl %eax, %eax
je 0x6d221
movq %r15, %rdi
... | js_typed_array_sort:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 68h
mov rbp, r8
mov rbx, rdx
mov r14, rsi
mov r15, rdi
call get_typed_array
push 6
pop r13
test rax, rax
jz short loc_6D208
mov r12, rax
mov rdi, rax
call typed_array_is... | unsigned long long js_typed_array_sort(
long long a1,
long long a2,
long long a3,
long long a4,
__m128 *a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m1... | js_typed_array_sort:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x68
MOV RBP,R8
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
CALL 0x0013280b
PUSH 0x6
POP R13
TEST RAX,RAX
JZ 0x0016d208
MOV R12,RAX
MOV RDI,RAX
CALL 0x00132836
TEST EAX,EAX
JZ 0x0016d221
MOV RDI,R15
CALL 0x0013289b
LAB_0016d208:
XOR EAX,EAX
XOR ... |
int1 [16]
js_typed_array_sort(int8 param_1,int *param_2,int8 param_3,int8 param_4,
int8 *param_5)
{
int iVar1;
int iVar2;
long lVar3;
ulong uVar4;
long lVar5;
long lVar6;
void *__dest;
ushort uVar7;
ulong uVar8;
long lVar9;
long lVar10;
int iVar11;
int1 auVar12 [16];
in... | |
65,048 | js_typed_array_sort | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_sort(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSObject *p;
int len;
size_t elt_size;
struct TA_sort_context tsc;
int (*cmpfun)(const void *a, const void *b, void *opaque);
p = get_typed_array(ctx, this_val);
... | O3 | c | js_typed_array_sort:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rdx, %rbx
movq %rdi, %r15
cmpl $-0x1, %ebx
jne 0x847fb
movq %rsi, %r14
movzwl 0x6(%rsi), %eax
addl $-0x15, %eax
cmpw $0xc, %ax
jae 0x847fb
movq %r8, %r12
movq %r14, %rdi
callq 0x3aa19
testl %eax, %eax
je 0x8482... | js_typed_array_sort:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov rbx, rdx
mov r15, rdi
cmp ebx, 0FFFFFFFFh
jnz short loc_847FB
mov r14, rsi
movzx eax, word ptr [rsi+6]
add eax, 0FFFFFFEBh
cmp ax, 0Ch
jnb short loc_847FB
mov r12, r8
m... | unsigned long long js_typed_array_sort(
long long a1,
long long a2,
long long a3,
long long a4,
const __m128i *a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
... | js_typed_array_sort:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV RBX,RDX
MOV R15,RDI
CMP EBX,-0x1
JNZ 0x001847fb
MOV R14,RSI
MOVZX EAX,word ptr [RSI + 0x6]
ADD EAX,-0x15
CMP AX,0xc
JNC 0x001847fb
MOV R12,R8
MOV RDI,R14
CALL 0x0013aa19
TEST EAX,EAX
JZ 0x0018482e
LEA RSI,[0x1a53cc]
JMP 0x001848... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int1 [16]
js_typed_array_sort(long param_1,int *param_2,int8 param_3,int8 param_4,
int8 *param_5)
{
bool bVar1;
long lVar2;
long lVar3;
int iVar4;
int iVar5;
long lVar6;
ulong uVar7;
void *__dest;... | |
65,049 | nlohmann::json_abi_v3_11_3::detail::lexer<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... | llama.cpp/common/json.hpp | bool skip_bom()
{
if (get() == 0xEF)
{
// check if we completely parse the BOM
return get() == 0xBB && get() == 0xBF;
}
// the first character is not the beginning of the BOM; unget it to
// process is later
unget();
return true;
} | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<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... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE8skip_bomEv:
push rbx
mov rbx, rdi
call _ZN8nlohmann16json... | bool nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterator_in... | skip_bom:
PUSH RBX
MOV RBX,RDI
CALL 0x00121856
CMP EAX,0xef
JZ 0x00185d5e
MOV RDI,RBX
CALL 0x00186654
MOV AL,0x1
LAB_00185d5c:
POP RBX
RET
LAB_00185d5e:
MOV RDI,RBX
CALL 0x00121856
CMP EAX,0xbb
JZ 0x00185d71
XOR EAX,EAX
JMP 0x00185d5c
LAB_00185d71:
MOV RDI,RBX
CALL 0x00121856
CMP EAX,0xbf
SETZ AL
JMP 0x00185d5c
|
/* nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char... | |
65,050 | ma_randominit | eloqsql/libmariadb/libmariadb/ma_password.c | void ma_randominit(struct rand_struct *rand_st,ulong seed1, ulong seed2)
{ /* For mysql 3.21.# */
#ifdef HAVE_purify
memset((char*) rand_st, 0m sizeof(*rand_st)); /* Avoid UMC warnings */
#endif
rand_st->max_value= 0x3FFFFFFFL;
rand_st->max_value_dbl=(double) rand_st->max_value;
rand_st->seed1=seed1%rand_... | O3 | c | ma_randominit:
pushq %rbp
movq %rsp, %rbp
movq %rdx, %rcx
movq $0x3fffffff, 0x10(%rdi) # imm = 0x3FFFFFFF
movabsq $0x41cfffffff800000, %rax # imm = 0x41CFFFFFFF800000
movq %rax, 0x18(%rdi)
movabsq $0x400000011, %r8 # imm = 0x400000011
movq %rsi, %rax
mulq %r8
movq %rsi, %r9
subq %rdx, %r9
shrq %r9
addq %rdx, %r9
... | ma_randominit:
push rbp
mov rbp, rsp
mov rcx, rdx
mov qword ptr [rdi+10h], 3FFFFFFFh
mov rax, 41CFFFFFFF800000h
mov [rdi+18h], rax
mov r8, 400000011h
mov rax, rsi
mul r8
mov r9, rsi
sub r9, rdx
shr r9, 1
add r9, rdx
shr r9, 1Dh
mov rax, r9
shl rax, 1Eh
sub ... | unsigned long long ma_randominit(unsigned long long *a1, unsigned long long a2, unsigned long long a3)
{
unsigned long long result; // rax
a1[2] = 0x3FFFFFFFLL;
a1[3] = 0x41CFFFFFFF800000LL;
*a1 = a2 % 0x3FFFFFFF;
result = a3 % 0x3FFFFFFF;
a1[1] = a3 % 0x3FFFFFFF;
return result;
}
| ma_randominit:
PUSH RBP
MOV RBP,RSP
MOV RCX,RDX
MOV qword ptr [RDI + 0x10],0x3fffffff
MOV RAX,0x41cfffffff800000
MOV qword ptr [RDI + 0x18],RAX
MOV R8,0x400000011
MOV RAX,RSI
MUL R8
MOV R9,RSI
SUB R9,RDX
SHR R9,0x1
ADD R9,RDX
SHR R9,0x1d
MOV RAX,R9
SHL RAX,0x1e
SUB R9,RAX
ADD R9,RSI
MOV RAX,RCX
MUL R8
MOV qword ptr [RD... |
void ma_randominit(ulong *param_1,ulong param_2,ulong param_3)
{
param_1[2] = 0x3fffffff;
param_1[3] = 0x41cfffffff800000;
*param_1 = param_2 % 0x3fffffff;
param_1[1] = param_3 % 0x3fffffff;
return;
}
| |
65,051 | testing::internal::(anonymous namespace)::PositiveAndNegativeUnitTestFilter::PositiveAndNegativeUnitTestFilter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | seiftnesse[P]memoryallocator/build_O1/_deps/googletest-src/googletest/src/gtest.cc | explicit PositiveAndNegativeUnitTestFilter(const std::string& filter) {
std::vector<std::string> positive_and_negative_filters;
// NOTE: `SplitString` always returns a non-empty container.
SplitString(filter, '-', &positive_and_negative_filters);
const auto& positive_filter = positive_and_negative_filt... | O1 | cpp | testing::internal::(anonymous namespace)::PositiveAndNegativeUnitTestFilter::PositiveAndNegativeUnitTestFilter(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xc8, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
mov... | _ZN7testing8internal12_GLOBAL__N_133PositiveAndNegativeUnitTestFilterC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C8h
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
xor eax, eax
mov [rdi+10h]... | void testing::internal::`anonymous namespace'::PositiveAndNegativeUnitTestFilter::PositiveAndNegativeUnitTestFilter(
long long a1)
{
long long v1; // r14
long long v2; // rdx
void *v3; // rax
__int128 v4; // xmm0
void *v5; // rcx
void *v6; // rdx
void *v7; // rsi
void *v8; // rax
__int128 v9;... | PositiveAndNegativeUnitTestFilter:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xc8
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
XOR EAX,EAX
MOV qword ptr [RDI + 0x10],RAX
LEA R14,[RDI + 0x18]
LEA RCX,[RDI + 0x48]
MOV qword ptr [RDI + 0x18],RCX
MOV ECX,0x1
MOV qword ptr [RDI + 0x20],RCX
M... |
/* testing::internal::(anonymous
namespace)::PositiveAndNegativeUnitTestFilter::PositiveAndNegativeUnitTestFilter(std::__cxx11::string
const&) */
void __thiscall
testing::internal::(anonymous_namespace)::PositiveAndNegativeUnitTestFilter::
PositiveAndNegativeUnitTestFilter(PositiveAndNegativeUnitTestFilter *thi... | |
65,052 | LefDefParser::lefwLayerRoutingMinenclosedarea(int, double*, double*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwLayerRoutingMinenclosedarea(int numMinenclosed,
double *area,
double *width)
{
int i;
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState != LEFW_LAYERROUTING_START &&
lefwState != LEFW_LAYERROUTING)
r... | O3 | cpp | LefDefParser::lefwLayerRoutingMinenclosedarea(int, double*, double*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
leaq 0x78c21(%rip), %r12 # 0x8d0f0
movq (%r12), %rcx
testq %rcx, %rcx
je 0x1452d
movq %rdx, %rbx
movq %rsi, %r14
movl %edi, %ebp
leaq 0x78e59(%rip), %rax # 0x8d340
m... | _ZN12LefDefParser31lefwLayerRoutingMinenclosedareaEiPdS0_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
lea r12, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
mov rcx, [r12]
test rcx, rcx
jz short loc_1452D
mov rbx, rdx
mov r14, rsi
mov ebp, edi
l... | long long LefDefParser::lefwLayerRoutingMinenclosedarea(
LefDefParser *this,
long long a2,
double *a3,
double *a4,
int a5,
int a6)
{
int v6; // ecx
unsigned int v8; // edx
long long result; // rax
long long v10; // r15
int v11; // edx
int v12; // ecx
int v1... | lefwLayerRoutingMinenclosedarea:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
LEA R12,[0x18d0f0]
MOV RCX,qword ptr [R12]
TEST RCX,RCX
JZ 0x0011452d
MOV RBX,RDX
MOV R14,RSI
MOV EBP,EDI
LEA RAX,[0x18d340]
MOV EDX,dword ptr [RAX]
CMP EDX,0x1f
JZ 0x001144fc
MOV EAX,0x2
CMP EDX,0x7
JNZ 0x00114644
LAB_00114... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* LefDefParser::lefwLayerRoutingMinenclosedarea(int, double*, double*) */
int8
LefDefParser::lefwLayerRoutingMinenclosedarea(int param_1,double *param_2,double *param_3)
{
int8 uVar1;
ulong uVar2;
if (lefwFile == (_IO_FILE... | |
65,053 | parse_prefixed_json_tool_call_array(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long) | monkey531[P]llama/common/chat.cpp | static common_chat_msg parse_prefixed_json_tool_call_array(const std::string& input, const std::string & prefix, size_t rstrip_prefix = 0) {
auto content_end = input.find(prefix);
size_t tc_start = std::string::npos;
common_chat_msg result;
result.role = "assistant";
const auto process_tool_calls =... | O2 | cpp | parse_prefixed_json_tool_call_array(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xf8, %rsp
movq %rcx, ... | _ZL35parse_prefixed_json_tool_call_arrayRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_m:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0F8h
mov r15, rcx
mov r12, rdx
mov rbx, rsi
mov r13, rdi
mov rdi, rsi
mov rsi, rdx
xor edx, edx
call __Z... | common_chat_msg * parse_prefixed_json_tool_call_array(
common_chat_msg *this,
long long a2,
long long a3,
long long a4)
{
long long v6; // r14
long long v7; // r12
long long v8; // r13
_BYTE *v9; // r14
long long v10; // rax
unsigned __int8 *v11; // rax
int v12; // eax
co... | parse_prefixed_json_tool_call_array:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xf8
MOV R15,RCX
MOV R12,RDX
MOV RBX,RSI
MOV R13,RDI
MOV RDI,RSI
MOV RSI,RDX
XOR EDX,EDX
CALL 0x00121d90
MOV R14,RAX
MOV RDI,R13
CALL 0x001939ac
LAB_0019165c:
LEA RSI,[0x19c656]
MOV qword ptr [RSP + 0x8],R13
MOV RDI,R13
C... |
/* parse_prefixed_json_tool_call_array(std::__cxx11::string const&, std::__cxx11::string const&,
unsigned long) */
string * parse_prefixed_json_tool_call_array(string *param_1,string *param_2,ulong param_3)
{
char cVar1;
long lVar2;
basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::__cxx11... | |
65,054 | parse_prefixed_json_tool_call_array(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long) | monkey531[P]llama/common/chat.cpp | static common_chat_msg parse_prefixed_json_tool_call_array(const std::string& input, const std::string & prefix, size_t rstrip_prefix = 0) {
auto content_end = input.find(prefix);
size_t tc_start = std::string::npos;
common_chat_msg result;
result.role = "assistant";
const auto process_tool_calls =... | O3 | cpp | parse_prefixed_json_tool_call_array(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, unsigned long):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xf8, %rsp
movq %rcx, ... | _ZL35parse_prefixed_json_tool_call_arrayRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_m:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0F8h
mov rbx, rcx
mov r12, rdx
mov r14, rsi
mov rbp, rdi
mov rsi, [rdx]
mov rcx, [rdx+8]
xor r13d, r13d
mov... | long long parse_prefixed_json_tool_call_array(long long a1, long long a2, _QWORD *a3, long long a4)
{
long long v6; // r15
long long v7; // r12
long long v8; // r15
char *v10; // r14
long long v11; // rbx
_BYTE *v12; // rbp
long long v13; // rax
unsigned __int8 *v14; // rax
int v15; // eax
_BYTE *v... | parse_prefixed_json_tool_call_array:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xf8
MOV RBX,RCX
MOV R12,RDX
MOV R14,RSI
MOV RBP,RDI
MOV RSI,qword ptr [RDX]
MOV RCX,qword ptr [RDX + 0x8]
XOR R13D,R13D
MOV RDI,R14
XOR EDX,EDX
CALL 0x00119ba0
MOV R15,RAX
LEA RAX,[RBP + 0x10]
MOV qword ptr [RBP],RAX
MOV... |
/* parse_prefixed_json_tool_call_array(std::__cxx11::string const&, std::__cxx11::string const&,
unsigned long) */
void parse_prefixed_json_tool_call_array(string *param_1,string *param_2,ulong param_3)
{
vector<common_tool_call,std::allocator<common_tool_call>> *this;
char cVar1;
long lVar2;
basic_json<n... | |
65,055 | flux::parser::Parser::expressionStatement() | kvthweatt[P]FluxLang/src/parser/parser.cpp | std::unique_ptr<Stmt> Parser::expressionStatement() {
auto startToken = current_;
// Simply parse the expression using the expression() function,
// which will delegate to assignment() for handling assignments
auto expr = expression();
if (!expr) {
error("Expected expression");
... | O1 | cpp | flux::parser::Parser::expressionStatement():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xd8, %rsp
movq %rsi, %r15
movq %rdi, %rbx
movups 0x8(%rsi), %xmm0
movups 0x18(%rsi), %xmm1
movups 0x28(%rsi), %xmm2
movups 0x38(%rsi), %xmm3
leaq 0x50(%rsp), %rdi
movaps %xmm3, -0x10(%rdi)
movaps %xmm2,... | _ZN4flux6parser6Parser19expressionStatementEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0D8h
mov r15, rsi
mov rbx, rdi
movups xmm0, xmmword ptr [rsi+8]
movups xmm1, xmmword ptr [rsi+18h]
movups xmm2, xmmword ptr [rsi+28h]
movups xmm3, xmmword ptr [rsi+38h]
lea ... | flux::parser::Parser * flux::parser::Parser::expressionStatement(flux::parser::Parser *this, long long a2)
{
__int128 v2; // xmm0
__int128 v3; // xmm1
__int128 v4; // xmm2
long long v5; // r13
long long v6; // rbp
long long v7; // r12
long long v8; // r15
_QWORD *v9; // rax
long long v10; // rcx
lon... | expressionStatement:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xd8
MOV R15,RSI
MOV RBX,RDI
MOVUPS XMM0,xmmword ptr [RSI + 0x8]
MOVUPS XMM1,xmmword ptr [RSI + 0x18]
MOVUPS XMM2,xmmword ptr [RSI + 0x28]
MOVUPS XMM3,xmmword ptr [RSI + 0x38]
LEA RDI,[RSP + 0x50]
MOVAPS xmmword ptr [RDI + -0x10],XMM3
MO... |
/* flux::parser::Parser::expressionStatement() */
void flux::parser::Parser::expressionStatement(void)
{
int8 uVar1;
int8 uVar2;
int8 uVar3;
int8 uVar4;
long *plVar5;
int8 *puVar6;
long in_RSI;
int8 *in_RDI;
long *local_100;
int4 local_f8;
int4 uStack_f4;
int4 uStack_f0;
int4 uStack_ec;
i... | |
65,056 | js_add_slow | bluesky950520[P]quickjs/quickjs.c | int js_add_slow(JSContext *ctx, JSValue *sp)
{
JSValue op1, op2;
uint32_t tag1, tag2;
op1 = sp[-2];
op2 = sp[-1];
tag1 = JS_VALUE_GET_NORM_TAG(op1);
tag2 = JS_VALUE_GET_NORM_TAG(op2);
/* fast path for float64 */
if (tag1 == JS_TAG_FLOAT64 && tag2 == JS_TAG_FLOAT64) {
double d1,... | O1 | c | js_add_slow:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rsi, %rbx
movq -0x20(%rsi), %xmm0
movq -0x18(%rsi), %r15
movups -0x10(%rsi), %xmm1
movaps %xmm1, 0x10(%rsp)
movq 0x18(%rsp), %r12
movl %r15d, %eax
xorl $0x7, %eax
movl %r12d, %ecx
xorl $0x7, %ecx
orl %eax, %ecx
jne 0x4... | js_add_slow:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, rsi
movq xmm0, qword ptr [rsi-20h]
mov r15, [rsi-18h]
movups xmm1, xmmword ptr [rsi-10h]
movaps [rsp+68h+var_58], xmm1
mov r12, qword ptr [rsp+68h+var_58+8]
mov eax, r15d
xor eax, 7
mo... | long long js_add_slow(
long long a1,
long long a2,
double a3,
double a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
__m128 v11; // xmm0
long long v12; // r15
__m128 v13; // xmm1
__int32 v14; // r12d
doub... | js_add_slow:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RSI
MOVQ XMM0,qword ptr [RSI + -0x20]
MOV R15,qword ptr [RSI + -0x18]
MOVUPS XMM1,xmmword ptr [RSI + -0x10]
MOVAPS xmmword ptr [RSP + 0x10],XMM1
MOV R12,qword ptr [RSP + 0x18]
MOV EAX,R15D
XOR EAX,0x7
MOV ECX,R12D
XOR ECX,0x7
OR ECX... |
int8 js_add_slow(long param_1,long param_2)
{
double dVar1;
int iVar2;
ulong uVar3;
int8 uVar4;
uint uVar5;
int8 in_R9;
uint uVar6;
int iVar7;
bool bVar8;
double dVar9;
int1 auVar10 [16];
int1 auVar11 [16];
int8 local_58;
int8 uStack_50;
double local_40;
double local_38;
dVar9 = *... | |
65,057 | js_add_slow | bluesky950520[P]quickjs/quickjs.c | int js_add_slow(JSContext *ctx, JSValue *sp)
{
JSValue op1, op2;
uint32_t tag1, tag2;
op1 = sp[-2];
op2 = sp[-1];
tag1 = JS_VALUE_GET_NORM_TAG(op1);
tag2 = JS_VALUE_GET_NORM_TAG(op2);
/* fast path for float64 */
if (tag1 == JS_TAG_FLOAT64 && tag2 == JS_TAG_FLOAT64) {
double d1,... | O2 | c | js_add_slow:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rsi, %rbx
movq -0x20(%rsi), %xmm0
movq -0x18(%rsi), %r12
movups -0x10(%rsi), %xmm1
movaps %xmm1, 0x10(%rsp)
movq 0x18(%rsp), %r15
movl %r12d, %eax
xorl $0x7, %eax
movl %r15d, %ecx
xorl $0x7, %ecx
orl %eax, %ecx
jne 0x3... | js_add_slow:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, rsi
movq xmm0, qword ptr [rsi-20h]
mov r12, [rsi-18h]
movups xmm1, xmmword ptr [rsi-10h]
movaps [rsp+68h+var_58], xmm1
mov r15, qword ptr [rsp+68h+var_58+8]
mov eax, r12d
xor eax, 7
mo... | long long js_add_slow(
const char *a1,
long long a2,
double a3,
double a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
long long a11,
long long a12,
long long a13,
long long a14)
{
_... | js_add_slow:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RSI
MOVQ XMM0,qword ptr [RSI + -0x20]
MOV R12,qword ptr [RSI + -0x18]
MOVUPS XMM1,xmmword ptr [RSI + -0x10]
MOVAPS xmmword ptr [RSP + 0x10],XMM1
MOV R15,qword ptr [RSP + 0x18]
MOV EAX,R12D
XOR EAX,0x7
MOV ECX,R15D
XOR ECX,0x7
OR ECX... |
int8 js_add_slow(int8 param_1,long param_2)
{
double dVar1;
int8 uVar2;
int1 auVar3 [16];
int iVar4;
int iVar5;
int8 in_R9;
double dVar6;
int1 auVar7 [16];
int1 auVar8 [16];
int8 local_58;
double local_40;
double local_38;
dVar6 = *(double *)*(int1 (*) [16])(param_2 + -0x20);
auVar7 = *... | |
65,058 | my_wc_mb_sjis | eloqsql/strings/ctype-sjis.c | static int
my_wc_mb_sjis(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t wc, uchar *s, uchar *e)
{
int code;
if ((int) wc < 0x80) /* ASCII: [U+0000..U+007F] -> [00-7F] */
{
/*
This branch is for performance purposes on ASCII range,
to avoid using unicode_to_cp932[]: about 10% improvement... | O3 | c | my_wc_mb_sjis:
pushq %rbp
movq %rsp, %rbp
cmpl $0x7f, %esi
jg 0x5ac92
movl $0x815f, %edi # imm = 0x815F
cmpq $0x5c, %rsi
je 0x5acc8
movl $0xffffff9b, %eax # imm = 0xFFFFFF9B
cmpq %rcx, %rdx
jae 0x5ace2
movb %sil, (%rdx)
jmp 0x5acc1
xorl %eax, %eax
cmpq $0xffff, %rsi # imm = 0xFFFF
ja 0x5ace2
l... | my_wc_mb_sjis:
push rbp
mov rbp, rsp
cmp esi, 7Fh
jg short loc_5AC92
mov edi, 815Fh
cmp rsi, 5Ch ; '\'
jz short loc_5ACC8
mov eax, 0FFFFFF9Bh
cmp rdx, rcx
jnb short loc_5ACE2
mov [rdx], sil
jmp short loc_5ACC1
loc_5AC92:
xor eax, eax
cmp rsi, 0FFFFh
ja short... | long long my_wc_mb_sjis(long long a1, unsigned long long a2, _BYTE *a3, unsigned long long a4)
{
unsigned int v4; // edi
long long result; // rax
if ( (int)a2 <= 127 )
{
LOWORD(v4) = -32417;
if ( a2 != 92 )
{
result = 4294967195LL;
if ( (unsigned long long)a3 >= a4 )
return res... | my_wc_mb_sjis:
PUSH RBP
MOV RBP,RSP
CMP ESI,0x7f
JG 0x0015ac92
MOV EDI,0x815f
CMP RSI,0x5c
JZ 0x0015acc8
MOV EAX,0xffffff9b
CMP RDX,RCX
JNC 0x0015ace2
MOV byte ptr [RDX],SIL
JMP 0x0015acc1
LAB_0015ac92:
XOR EAX,EAX
CMP RSI,0xffff
JA 0x0015ace2
LEA RDI,[0x2e5bd0]
MOVZX EDI,word ptr [RDI + RSI*0x2]
TEST EDI,EDI
JZ 0x0015... |
int8 my_wc_mb_sjis(int8 param_1,ulong param_2,ushort *param_3,ushort *param_4)
{
ushort uVar1;
if ((int)param_2 < 0x80) {
uVar1 = 0x815f;
if (param_2 == 0x5c) {
LAB_0015acc8:
if (param_4 < param_3 + 1) {
return 0xffffff9a;
}
*param_3 = uVar1 << 8 | uVar1 >> 8;
return 2;
... | |
65,059 | ImPlotAxis::SetAspect(double) | zkingston[P]unknot/build_O1/_deps/implot-src/implot_internal.h | inline bool IsLockedMin() const { return !Enabled || IsRangeLocked() || ImHasFlag(Flags, ImPlotAxisFlags_LockMin); } | O1 | c | ImPlotAxis::SetAspect(double):
movb 0x16c(%rdi), %al
cmpb $0x1, %al
jne 0xc8559
cmpl $0x1, 0x20(%rdi)
sete %dl
andb 0x16f(%rdi), %dl
jne 0xc8559
movapd %xmm0, %xmm2
movl $0x4000, %ecx # imm = 0x4000
andl 0x4(%rdi), %ecx
sete %sil
orb %sil, %dl
je 0xc854f
shrl $0xe, %ecx
jmp 0xc8555
movb 0x5(%rdi), %cl
shrb $0... | _ZN10ImPlotAxis9SetAspectEd:
mov al, [rdi+16Ch]
cmp al, 1
jnz short locret_C8559
cmp dword ptr [rdi+20h], 1
setz dl
and dl, [rdi+16Fh]
jnz short locret_C8559
movapd xmm2, xmm0
mov ecx, 4000h
and ecx, [rdi+4]
setz sil
or dl, sil
jz short loc_C854F
shr ecx, 0Eh
jmp ... | void ImPlotAxis::SetAspect(ImPlotAxis *this, double a2, __m128d a3)
{
char v4; // cl
__m128d v5; // xmm0
if ( *((_BYTE *)this + 364) == 1 && (*((_BYTE *)this + 367) & (*((_DWORD *)this + 8) == 1)) == 0 )
{
v4 = (*((_DWORD *)this + 1) & 0x4000) != 0 ? *((_BYTE *)this + 5) >> 7 : 0;
if ( !v4 )
{
... | SetAspect:
MOV AL,byte ptr [RDI + 0x16c]
CMP AL,0x1
JNZ 0x001c8559
CMP dword ptr [RDI + 0x20],0x1
SETZ DL
AND DL,byte ptr [RDI + 0x16f]
JNZ 0x001c8559
MOVAPD XMM2,XMM0
MOV ECX,0x4000
AND ECX,dword ptr [RDI + 0x4]
SETZ SIL
OR DL,SIL
JZ 0x001c854f
SHR ECX,0xe
JMP 0x001c8555
LAB_001c854f:
MOV CL,byte ptr [RDI + 0x5]
SHR C... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* ImPlotAxis::SetAspect(double) */
void __thiscall ImPlotAxis::SetAspect(ImPlotAxis *this,double param_1)
{
byte bVar1;
double dVar2;
double dVar3;
if ((this[0x16c] == (ImPlotAxis)0x1) && ((*(int *)(this + 0x20) == 1 & (... | |
65,060 | PFS_host::aggregate_memory(bool) | eloqsql/storage/perfschema/pfs_host.cc | void PFS_host::aggregate_memory(bool alive)
{
if (read_instr_class_memory_stats() == NULL)
return;
/*
Aggregate MEMORY_SUMMARY_BY_HOST_BY_EVENT_NAME to:
- MEMORY_SUMMARY_GLOBAL_BY_EVENT_NAME
*/
aggregate_all_memory(alive,
write_instr_class_memory_stats(),
... | O0 | cpp | PFS_host::aggregate_memory(bool):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb %sil, %al
movq %rdi, -0x8(%rbp)
andb $0x1, %al
movb %al, -0x9(%rbp)
movq -0x8(%rbp), %rdi
movq %rdi, -0x18(%rbp)
callq 0x36910
cmpq $0x0, %rax
jne 0x56b99
jmp 0x56bc2
movq -0x18(%rbp), %rdi
movb -0x9(%rbp), %al
movb %al, -0x19(%rbp)
call... | _ZN8PFS_host16aggregate_memoryEb:
push rbp
mov rbp, rsp
sub rsp, 20h
mov al, sil
mov [rbp+var_8], rdi
and al, 1
mov [rbp+var_9], al
mov rdi, [rbp+var_8]; this
mov [rbp+var_18], rdi
call _ZNK20PFS_connection_slice29read_instr_class_memory_statsEv; PFS_connection_slice::read_instr_cl... | PFS_memory_stat * PFS_host::aggregate_memory(PFS_host *this, char a2)
{
PFS_memory_stat *result; // rax
PFS_memory_stat *v3; // rax
result = (PFS_memory_stat *)PFS_connection_slice::read_instr_class_memory_stats(this);
if ( result )
{
v3 = (PFS_memory_stat *)PFS_connection_slice::write_instr_class_memory... | aggregate_memory:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV AL,SIL
MOV qword ptr [RBP + -0x8],RDI
AND AL,0x1
MOV byte ptr [RBP + -0x9],AL
MOV RDI,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x18],RDI
CALL 0x00136910
CMP RAX,0x0
JNZ 0x00156b99
JMP 0x00156bc2
LAB_00156b99:
MOV RDI,qword ptr [RBP + -0x18]
MOV AL,byte ptr [RB... |
/* PFS_host::aggregate_memory(bool) */
void __thiscall PFS_host::aggregate_memory(PFS_host *this,bool param_1)
{
long lVar1;
PFS_memory_stat *pPVar2;
lVar1 = PFS_connection_slice::read_instr_class_memory_stats((PFS_connection_slice *)this);
if (lVar1 != 0) {
pPVar2 = (PFS_memory_stat *)
P... | |
65,061 | get_internal_charset | eloqsql/mysys/charset.c | static CHARSET_INFO *
get_internal_charset(MY_CHARSET_LOADER *loader, uint cs_number, myf flags)
{
char buf[FN_REFLEN];
struct charset_info_st *cs;
DBUG_ASSERT(cs_number < array_elements(all_charsets));
if ((cs= (struct charset_info_st*) all_charsets[cs_number]))
{
if (cs->state & MY_CS_READY) /* if C... | O3 | c | get_internal_charset:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x2c8, %rsp # imm = 0x2C8
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movl %esi, %r13d
leaq 0x3423ab(%rip), %r12 # 0x36e4c0
movq (%r12,%r13,8), %rbx
testq %rbx, %rbx
je 0x2c1fe
testb $0x1, 0xd(%rbx... | get_internal_charset:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 2C8h
mov rax, fs:28h
mov [rbp+var_30], rax
mov r13d, esi
lea r12, all_charsets
mov rbx, [r12+r13*8]
test rbx, rbx
jz loc_2C1FE
test byte ptr [rbx+0Dh], 1
jnz loc... | long long get_internal_charset(long long a1, unsigned int a2, long long a3)
{
long long v3; // r13
long long v4; // rbx
long long v6; // rdx
long long v7; // rcx
int v8; // eax
int charsets_dir; // eax
int v10; // r8d
int v11; // r9d
int charset_number_internal; // eax
long long v13; // rsi
long ... | get_internal_charset:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x2c8
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV R13D,ESI
LEA R12,[0x46e4c0]
MOV RBX,qword ptr [R12 + R13*0x8]
TEST RBX,RBX
JZ 0x0012c1fe
TEST byte ptr [RBX + 0xd],0x1
JNZ 0x0012c205
MOV R15,RDX
MOV R14,... |
uint * get_internal_charset(int8 param_1,ulong param_2,int8 param_3)
{
char *__s;
char *__s1;
long lVar1;
char cVar2;
uint uVar3;
int iVar4;
int8 uVar5;
char *pcVar6;
uint *puVar7;
long in_FS_OFFSET;
int1 local_2e8 [128];
code *local_268;
code *local_260;
code *local_258;
code *local_250... | |
65,062 | list_cons | eloqsql/mysys/list.c | LIST *list_cons(void *data, LIST *list)
{
LIST *new_charset=(LIST*) my_malloc(key_memory_LIST, sizeof(LIST),MYF(MY_FAE));
if (!new_charset)
return 0;
new_charset->data=data;
return list_add(list,new_charset);
} | O3 | c | list_cons:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
leaq 0xb81075(%rip), %rax # 0xc30fec
movl (%rax), %edi
movl $0x18, %esi
movl $0x8, %edx
callq 0xbf321
testq %rax, %rax
je 0xaffbc
movq %r14, 0x10(%rax)
testq %rbx, %rbx
je 0xaffa7
movq (%rbx), %rcx
testq %rcx, %rcx
je 0xaffb0... | list_cons:
push rbp
mov rbp, rsp
push r14
push rbx
mov rbx, rsi
mov r14, rdi
lea rax, key_memory_LIST
mov edi, [rax]
mov esi, 18h
mov edx, 8
call my_malloc
test rax, rax
jz short loc_AFFBC
mov [rax+10h], r14
test rbx, rbx
jz short loc_AFFA7
mov rcx, [rbx]
... | _QWORD * list_cons(long long a1, long long *a2)
{
_QWORD *result; // rax
long long v3; // rcx
result = (_QWORD *)my_malloc(key_memory_LIST, 24LL, 8LL);
if ( result )
{
result[2] = a1;
if ( a2 )
{
if ( *a2 )
{
*(_QWORD *)(*a2 + 8) = result;
v3 = *a2;
}
else
... | list_cons:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
LEA RAX,[0xd30fec]
MOV EDI,dword ptr [RAX]
MOV ESI,0x18
MOV EDX,0x8
CALL 0x001bf321
TEST RAX,RAX
JZ 0x001affbc
MOV qword ptr [RAX + 0x10],R14
TEST RBX,RBX
JZ 0x001affa7
MOV RCX,qword ptr [RBX]
TEST RCX,RCX
JZ 0x001affb0
MOV qword ptr [RCX + 0x8],... |
void list_cons(long param_1,long *param_2)
{
long *plVar1;
long lVar2;
plVar1 = (long *)my_malloc(key_memory_LIST,0x18,8);
if (plVar1 != (long *)0x0) {
plVar1[2] = param_1;
if (param_2 == (long *)0x0) {
*plVar1 = 0;
}
else {
if (*param_2 == 0) {
lVar2 = 0;
}
... | |
65,063 | fmt::v11::detail::add_compare(fmt::v11::detail::bigint const&, fmt::v11::detail::bigint const&, fmt::v11::detail::bigint const&) | zkingston[P]unknot/build_O0/_deps/fmt-src/include/fmt/format.h | FMT_CONSTEXPR auto add_compare(const bigint& lhs1, const bigint& lhs2,
const bigint& rhs) -> int {
int max_lhs_bigits = max_of(lhs1.num_bigits(), lhs2.num_bigits());
int num_rhs_bigits = rhs.num_bigits();
if (max_lhs_bigits + 1 < num_rhs_bigits) return -1;
if (max... | O0 | c | fmt::v11::detail::add_compare(fmt::v11::detail::bigint const&, fmt::v11::detail::bigint const&, fmt::v11::detail::bigint const&):
subq $0x58, %rsp
movq %rdi, 0x48(%rsp)
movq %rsi, 0x40(%rsp)
movq %rdx, 0x38(%rsp)
movq 0x48(%rsp), %rdi
callq 0xb9a30
movl %eax, 0x10(%rsp)
movq 0x40(%rsp), %rdi
callq 0xb9a30
movl 0x10(%rs... | _ZN3fmt3v116detail11add_compareERKNS1_6bigintES4_S4_:
sub rsp, 58h
mov [rsp+58h+var_10], rdi
mov [rsp+58h+var_18], rsi
mov [rsp+58h+var_20], rdx
mov rdi, [rsp+58h+var_10]; this
call _ZNK3fmt3v116detail6bigint10num_bigitsEv; fmt::v11::detail::bigint::num_bigits(void)
mov [rsp+58h+var_48], eax
... | long long fmt::v11::detail::add_compare(
fmt::v11::detail *this,
const fmt::v11::detail::bigint *a2,
const fmt::v11::detail::bigint *a3,
const fmt::v11::detail::bigint *a4)
{
unsigned int v4; // eax
unsigned int v5; // eax
unsigned int v6; // eax
long long bigit; // [rsp+8h] [rb... | add_compare:
SUB RSP,0x58
MOV qword ptr [RSP + 0x48],RDI
MOV qword ptr [RSP + 0x40],RSI
MOV qword ptr [RSP + 0x38],RDX
MOV RDI,qword ptr [RSP + 0x48]
CALL 0x001b9a30
MOV dword ptr [RSP + 0x10],EAX
MOV RDI,qword ptr [RSP + 0x40]
CALL 0x001b9a30
MOV EDI,dword ptr [RSP + 0x10]
MOV ESI,EAX
CALL 0x001b14c0
MOV dword ptr [RS... |
/* fmt::v11::detail::add_compare(fmt::v11::detail::bigint const&, fmt::v11::detail::bigint const&,
fmt::v11::detail::bigint const&) */
int4 fmt::v11::detail::add_compare(bigint *param_1,bigint *param_2,bigint *param_3)
{
int iVar1;
int iVar2;
uint uVar3;
uint uVar4;
uint uVar5;
ulong uVar6;
int loca... | |
65,064 | findValidMapping | untodesu[P]riteg/build_O3/_deps/glfw-src/src/input.c | static _GLFWmapping* findValidMapping(const _GLFWjoystick* js)
{
_GLFWmapping* mapping = findMapping(js->guid);
if (mapping)
{
int i;
for (i = 0; i <= GLFW_GAMEPAD_BUTTON_LAST; i++)
{
if (!isValidElementForJoystick(mapping->buttons + i, js))
{
... | O3 | c | findValidMapping:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %r14
addq $0x48, %rdi
callq 0x1b2ef
testq %rax, %rax
je 0x19852
movq %rax, %rbx
movl $0xa1, %r12d
leaq 0x69c2b(%rip), %r15 # 0x8341b
leaq (%rbx,%r12), %rdi
movq %r14, %rsi
callq 0x1b93c
testl %eax, %eax
je 0x19839
addq $0x4, %r12
cm... | findValidMapping:
push r15
push r14
push r12
push rbx
push rax
mov r14, rdi
add rdi, 48h ; 'H'
call findMapping
test rax, rax
jz short loc_19852
mov rbx, rax
mov r12d, 0A1h
lea r15, aInvalidButtonI; "Invalid button in gamepad mapping %s (%"...
loc_197F0:
lea rdi, [rbx+r... | long long findValidMapping(long long a1)
{
long long Mapping; // rax
long long v2; // rbx
long long v3; // r12
const char *v4; // r15
long long v5; // r12
Mapping = findMapping(a1 + 72);
if ( Mapping )
{
v2 = Mapping;
v3 = 161LL;
v4 = "Invalid button in gamepad mapping %s (%s)";
while ... | findValidMapping:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RDI
ADD RDI,0x48
CALL 0x0011b2ef
TEST RAX,RAX
JZ 0x00119852
MOV RBX,RAX
MOV R12D,0xa1
LEA R15,[0x18341b]
LAB_001197f0:
LEA RDI,[RBX + R12*0x1]
MOV RSI,R14
CALL 0x0011b93c
TEST EAX,EAX
JZ 0x00119839
ADD R12,0x4
CMP R12,0xdd
JNZ 0x001197f0
MOV R12D,0x... |
long findValidMapping(long param_1)
{
int iVar1;
long lVar2;
long lVar3;
char *pcVar4;
lVar2 = findMapping(param_1 + 0x48);
if (lVar2 != 0) {
lVar3 = 0xa1;
pcVar4 = "Invalid button in gamepad mapping %s (%s)";
do {
iVar1 = isValidElementForJoystick(lVar2 + lVar3,param_1);
if (iV... | |
65,065 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp) | monkey531[P]llama/common/json.hpp | inline void grisu2(char* buf, int& len, int& decimal_exponent,
diyfp m_minus, diyfp v, diyfp m_plus)
{
JSON_ASSERT(m_plus.e == m_minus.e);
JSON_ASSERT(m_plus.e == v.e);
// --------(-----------------------+-----------------------)-------- (A)
// m- v ... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x78, %rsp
m... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl6grisu2EPcRiS4_NS2_5diyfpES5_S5_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 78h
mov [rsp+0A8h+var_50], rcx
mov [rsp+0A8h+var_48], r8d
cmp [rsp+0A8h+arg_18], r8d
jnz loc_87CC8
mov [rsp+0A8h+var_88], rdi
mov ... | long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(
int a1,
int a2,
_DWORD *a3,
long long a4,
unsigned int a5,
long long a6,
char a7,
int a8,
char a9,
int a10)
{
long long cached_power_for_binary_exponent; // rax
int v11; ... | grisu2:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x78
MOV qword ptr [RSP + 0x58],RCX
MOV dword ptr [RSP + 0x60],R8D
CMP dword ptr [RSP + 0xc8],R8D
JNZ 0x00187cc8
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x30],RDX
LEA R13,[RSP + 0xb0]
CMP dword ptr [R13 + 0x... |
/* nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2(char*, int&, int&,
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp,
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp,
nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp) */
void nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2
... | |
65,066 | ftxui::Renderer(std::function<std::shared_ptr<ftxui::Node> (bool)>) | Andrewchistyakov[P]flashcards_lyc/build_O3/_deps/ftxui-src/src/ftxui/component/renderer.cpp | Component Renderer(std::function<Element(bool)> render) {
class Impl : public ComponentBase {
public:
explicit Impl(std::function<Element(bool)> render)
: render_(std::move(render)) {}
private:
Element Render() override { return render_(Focused()) | reflect(box_); }
bool Focusable() const o... | O3 | cpp | ftxui::Renderer(std::function<std::shared_ptr<ftxui::Node> (bool)>):
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movl $0x68, %edi
callq 0xb3e0
movabsq $0x100000001, %rcx # imm = 0x100000001
movq %rcx, 0x8(%rax)
leaq 0x2b951(%rip), %rcx # 0x58308
movq %rcx, (%rax)
movq 0x10(%r14), %rdx
movq... | _ZN5ftxui8RendererESt8functionIFSt10shared_ptrINS_4NodeEEbEE:
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov edi, 68h ; 'h'; unsigned __int64
call __Znwm; operator new(ulong)
mov rcx, 100000001h
mov [rax+8], rcx
lea rcx, off_58308
mov [rax], rcx
mov rdx, [r14+10h]
m... | _QWORD * ftxui::Renderer(_QWORD *a1, long long a2)
{
long long v2; // rax
long long v3; // rdx
long long v4; // rcx
v2 = operator new(0x68uLL);
*(_QWORD *)(v2 + 8) = 0x100000001LL;
*(_QWORD *)v2 = off_58308;
v3 = *(_QWORD *)(a2 + 16);
v4 = *(_QWORD *)(a2 + 24);
if ( v3 )
{
*(_OWORD *)(v2 + 72) ... | Renderer:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV EDI,0x68
CALL 0x0010b3e0
MOV RCX,0x100000001
MOV qword ptr [RAX + 0x8],RCX
LEA RCX,[0x158308]
MOV qword ptr [RAX],RCX
MOV RDX,qword ptr [R14 + 0x10]
MOV RCX,qword ptr [R14 + 0x18]
TEST RDX,RDX
JZ 0x0012c9ec
MOVUPS XMM0,xmmword ptr [R14]
ADD R14,0x10
MOVUP... |
/* ftxui::Renderer(std::function<std::shared_ptr<ftxui::Node> (bool)>) */
ftxui * __thiscall ftxui::Renderer(ftxui *this,int8 *param_2)
{
long lVar1;
int8 uVar2;
int8 uVar3;
int8 *puVar4;
puVar4 = (int8 *)operator_new(0x68);
puVar4[1] = 0x100000001;
*puVar4 = &PTR___Sp_counted_ptr_inplace_00158308;
... | |
65,067 | LefDefParser::defiVia::addPattern(char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiVia.cpp | void defiVia::addPattern(const char* pattern) {
int len = strlen(pattern) + 1;
if (len > patternLength_) {
patternLength_ = len;
pattern_ = (char*)realloc(pattern_, len);
}
strcpy(pattern_, defData->DEFCASE(pattern));
hasPattern_ = 1;
} | O3 | cpp | LefDefParser::defiVia::addPattern(char const*):
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, %rdi
callq 0x60d0
incl %eax
cmpl 0x18(%rbx), %eax
jle 0x2674a
movl %eax, 0x18(%rbx)
movq 0x10(%rbx), %rdi
movslq %eax, %rsi
callq 0x62f0
movq %rax, %r15
movq %rax, 0x10(%rbx)
jmp 0x2674e
movq 0x10... | _ZN12LefDefParser7defiVia10addPatternEPKc:
push r15
push r14
push rbx
mov r14, rsi
mov rbx, rdi
mov rdi, rsi
call _strlen
inc eax
cmp eax, [rbx+18h]
jle short loc_2674A
mov [rbx+18h], eax
mov rdi, [rbx+10h]
movsxd rsi, eax
call _realloc
mov r15, rax
mov [rbx+10h],... | long long LefDefParser::defiVia::addPattern(LefDefParser::defiVia *this, const char *a2)
{
int v2; // eax
long long v3; // r15
const char *v4; // rax
long long result; // rax
v2 = strlen(a2) + 1;
if ( v2 <= *((_DWORD *)this + 6) )
{
v3 = *((_QWORD *)this + 2);
}
else
{
*((_DWORD *)this + 6... | addPattern:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RSI
MOV RBX,RDI
MOV RDI,RSI
CALL 0x001060d0
INC EAX
CMP EAX,dword ptr [RBX + 0x18]
JLE 0x0012674a
MOV dword ptr [RBX + 0x18],EAX
MOV RDI,qword ptr [RBX + 0x10]
MOVSXD RSI,EAX
CALL 0x001062f0
MOV R15,RAX
MOV qword ptr [RBX + 0x10],RAX
JMP 0x0012674e
LAB_0012674a:
MOV R15,qw... |
/* LefDefParser::defiVia::addPattern(char const*) */
void __thiscall LefDefParser::defiVia::addPattern(defiVia *this,char *param_1)
{
int iVar1;
size_t sVar2;
char *__dest;
char *__src;
sVar2 = strlen(param_1);
iVar1 = (int)sVar2 + 1;
if (*(int *)(this + 0x18) < iVar1) {
*(int *)(this + 0x18) = ... | |
65,068 | fill_and_get_bits | eloqsql/storage/maria/ma_packrec.c | static uint fill_and_get_bits(MARIA_BIT_BUFF *bit_buff, uint count)
{
uint tmp;
count-=bit_buff->bits;
tmp=(bit_buff->current_byte & mask[bit_buff->bits]) << count;
fill_buffer(bit_buff);
bit_buff->bits=BITS_SAVED - count;
return tmp+(bit_buff->current_byte >> (BITS_SAVED - count));
} | O0 | c | fill_and_get_bits:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq -0x8(%rbp), %rax
movl 0x4(%rax), %ecx
movl -0xc(%rbp), %eax
subl %ecx, %eax
movl %eax, -0xc(%rbp)
movq -0x8(%rbp), %rax
movl (%rax), %eax
movq -0x8(%rbp), %rcx
movl 0x4(%rcx), %ecx
movl %ecx, %edx
leaq 0x2844... | fill_and_get_bits:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov rax, [rbp+var_8]
mov ecx, [rax+4]
mov eax, [rbp+var_C]
sub eax, ecx
mov [rbp+var_C], eax
mov rax, [rbp+var_8]
mov eax, [rax]
mov rcx, [rbp+var_8]
mov ecx, [rcx+4]
mo... | long long fill_and_get_bits(_DWORD *a1, int a2)
{
int v3; // [rsp+0h] [rbp-10h]
int v4; // [rsp+4h] [rbp-Ch]
v4 = a2 - a1[1];
v3 = (mask[a1[1]] & *a1) << v4;
fill_buffer(a1);
a1[1] = 32 - v4;
return (unsigned int)((*a1 >> (32 - v4)) + v3);
}
| fill_and_get_bits:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV RAX,qword ptr [RBP + -0x8]
MOV ECX,dword ptr [RAX + 0x4]
MOV EAX,dword ptr [RBP + -0xc]
SUB EAX,ECX
MOV dword ptr [RBP + -0xc],EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX]
MOV RCX,qword p... |
int fill_and_get_bits(uint *param_1,int param_2)
{
uint uVar1;
uint uVar2;
uint uVar3;
byte bVar4;
uVar1 = param_1[1];
uVar2 = *param_1;
uVar3 = *(uint *)(mask + (ulong)param_1[1] * 4);
bVar4 = (byte)(param_2 - uVar1);
fill_buffer(param_1);
param_1[1] = 0x20 - (param_2 - uVar1);
return ((uVar... | |
65,069 | llama_model_loader::weight_name_comparer::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) const | monkey531[P]llama/src/llama-model-loader.h | bool operator()(const std::string & a, const std::string & b) const {
int a_layer = -1;
int b_layer = -1;
sscanf(a.c_str(), "blk.%d.", &a_layer);
sscanf(b.c_str(), "blk.%d.", &b_layer);
if (a_layer != b_layer) {
return a_layer < b_layer;
... | O0 | c | llama_model_loader::weight_name_comparer::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) const:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq %rdx, 0x8(%rsp)
movl... | _ZNK18llama_model_loader20weight_name_comparerclERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_18], rsi
mov [rsp+28h+var_20], rdx
mov [rsp+28h+var_24], 0FFFFFFFFh
mov [rsp+28h+var_28], 0FFFFFFFFh
mov rdi, [rsp+28h+var_18]
c... | char llama_model_loader::weight_name_comparer::operator()(long long a1, long long a2, long long a3)
{
long long v3; // rax
long long v4; // rax
long long v5; // rdx
long long v6; // rcx
long long v7; // r8
long long v8; // r9
long long v10; // [rsp+0h] [rbp-28h] BYREF
long long v11; // [rsp+8h] [rbp-20... | |||
65,070 | llama_model_loader::weight_name_comparer::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) const | monkey531[P]llama/src/llama-model-loader.h | bool operator()(const std::string & a, const std::string & b) const {
int a_layer = -1;
int b_layer = -1;
sscanf(a.c_str(), "blk.%d.", &a_layer);
sscanf(b.c_str(), "blk.%d.", &b_layer);
if (a_layer != b_layer) {
return a_layer < b_layer;
... | O2 | c | llama_model_loader::weight_name_comparer::operator()(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) const:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10, %rsp
movq %rdx, %rb... | _ZNK18llama_model_loader20weight_name_comparerclERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10h
mov rbx, rdx
mov r14, rsi
lea r15, [rsp+38h+var_2C]
or dword ptr [r15], 0FFFFFFFFh
lea r12, [rsp+38h+var_30]
or ... | char llama_model_loader::weight_name_comparer::operator()(long long a1, _QWORD *a2, _QWORD *a3)
{
int v5; // [rsp+8h] [rbp-30h] BYREF
int v6; // [rsp+Ch] [rbp-2Ch] BYREF
v6 = -1;
v5 = -1;
__isoc99_sscanf(*a2, "blk.%d.", &v6);
__isoc99_sscanf(*a3, "blk.%d.", &v5);
if ( v6 == v5 )
return std::operator... | operator():
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV RBX,RDX
MOV R14,RSI
LEA R15,[RSP + 0xc]
OR dword ptr [R15],0xffffffff
LEA R12,[RSP + 0x8]
OR dword ptr [R12],0xffffffff
MOV RDI,qword ptr [RSI]
LEA R13,[0x246169]
MOV RSI,R13
MOV RDX,R15
XOR EAX,EAX
CALL 0x001a1a00
MOV RDI,qword ptr [RBX]
MOV RSI... |
/* llama_model_loader::weight_name_comparer::TEMPNAMEPLACEHOLDERVALUE(std::__cxx11::string const&,
std::__cxx11::string const&) const */
bool __thiscall
llama_model_loader::weight_name_comparer::operator()
(weight_name_comparer *this,string *param_1,string *param_2)
{
bool bVar1;
int local_30;
int... | |
65,071 | evmone::advanced::Instruction const* evmone::advanced::(anonymous namespace)::op<&void evmone::advanced::instr::impl<(evmone::Opcode)11, &evmone::instr::core::signextend(evmone::StackTop)>(evmone::advanced::AdvancedExecutionState&)>(evmone::advanced::Instruction const*, evmone::advanced::AdvancedExecutionState&) | corpus-core[P]colibri-stateless/build_O3/_deps/evmone_external-src/lib/evmone/advanced_instructions.cpp | inline void impl(AdvancedExecutionState& state) noexcept
{
CoreFn(state.stack);
state.adjust_stack_size(instr::traits[Op].stack_height_change);
} | O3 | cpp | evmone::advanced::Instruction const* evmone::advanced::(anonymous namespace)::op<&void evmone::advanced::instr::impl<(evmone::Opcode)11, &evmone::instr::core::signextend(evmone::StackTop)>(evmone::advanced::AdvancedExecutionState&)>(evmone::advanced::Instruction const*, evmone::advanced::AdvancedExecutionState&):
pushq... | _ZN6evmone8advanced12_GLOBAL__N_12opIXadL_ZNS0_5instr4implILNS_6OpcodeE11EXadL_ZNS_5instr4core10signextendENS_8StackTopEEEEEvRNS0_22AdvancedExecutionStateEEEEEPKNS0_11InstructionESD_SA_:
push r14
push rbx
mov rdx, [rsi+228h]
mov r9, [rdx]
mov rcx, [rdx+10h]
mov r8, [rdx+18h]
xor r10d, r10d
mov... | long long evmone::advanced::`anonymous namespace'::op<&void evmone::advanced::instr::impl<(evmone::Opcode)11,&evmone::instr::core::signextend>>(
long long a1,
long long a2)
{
unsigned long long *v2; // rdx
unsigned long long v3; // r9
unsigned long long v4; // rcx
unsigned long long v5; // r8
... | op<&(void_evmone::advanced::instr::impl<(evmone::Opcode)11,&evmone::instr::core::signextend>(evmone::advanced::AdvancedExecutionState&))>:
PUSH R14
PUSH RBX
MOV RDX,qword ptr [RSI + 0x228]
MOV R9,qword ptr [RDX]
MOV RCX,qword ptr [RDX + 0x10]
MOV R8,qword ptr [RDX + 0x18]
XOR R10D,R10D
MOV RAX,R8
OR RAX,RCX
CMOVZ RCX,R... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* evmone::advanced::Instruction const* evmone::advanced::(anonymous namespace)::op<&(void
evmone::advanced::instr::impl<(evmone::Opcode)11,
&evmone::instr::core::signextend>(evmone::advanced::AdvancedExecutionState&))>(evmone::... | |
65,072 | bool minja::Value::get<bool>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool) const | llama.cpp/common/minja/minja.hpp | T get(const std::string & key, T default_value) const {
if (!contains(key)) return default_value;
return at(key).get<T>();
} | O3 | cpp | bool minja::Value::get<bool>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool) const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x50, %rsp
movl %edx, %ebx
movq %rsi, %r15
movq %rdi, %r14
callq 0xc1d6c
testb %al, %al
je 0xcbb20
movq %rsp, %rbx
movq %rbx, %rdi
movq %r15, %rsi
callq... | _ZNK5minja5Value3getIbEET_RKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_:
push r15
push r14
push rbx
sub rsp, 50h
mov ebx, edx
mov r15, rsi
mov r14, rdi
call _ZNK5minja5Value8containsERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE; minja::Value::contains(std::string const&... | long long minja::Value::get<bool>(minja::Value *this, long long a2, unsigned int a3, __m128d a4)
{
_QWORD *v5; // rax
unsigned int v6; // eax
long long v7; // rdi
signed __int32 v8; // eax
long long v10; // [rsp+0h] [rbp-68h] BYREF
long long v11; // [rsp+8h] [rbp-60h]
volatile signed __int32 *v12; // [rs... | get<bool>:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x50
MOV EBX,EDX
MOV R15,RSI
MOV R14,RDI
CALL 0x001c1d6c
TEST AL,AL
JZ 0x001cbb20
MOV RBX,RSP
MOV RDI,RBX
MOV RSI,R15
CALL 0x001bbf7e
LAB_001cba9e:
MOV RDI,R14
MOV RSI,RBX
CALL 0x001c03c6
MOV RDI,RAX
CALL 0x001bef60
LAB_001cbab1:
MOV EBX,EAX
LEA R14,[RSP + 0x40]
MOV RDI,R14... |
/* bool minja::Value::get<bool>(std::__cxx11::string const&, bool) const */
bool __thiscall minja::Value::get<bool>(Value *this,string *param_1,bool param_2)
{
int *piVar1;
char cVar2;
int iVar3;
Value *this_00;
Value aVStack_68 [8];
long *local_60;
__shared_count<(__gnu_cxx::_Lock_policy)2> local_50 [... | |
65,073 | char const* fmt::v10::detail::parse_replacement_field<char, void fmt::v10::detail::vformat_to<char>(fmt::v10::detail::buffer<char>&, fmt::v10::basic_string_view<char>, fmt::v10::detail::vformat_args<char>::type, fmt::v10::detail::locale_ref)::format_handler&>(char const*, char const*, void fmt::v10::detail::vformat_to<... | aimrt_mujoco_sim/_deps/fmt-src/include/fmt/core.h | FMT_CONSTEXPR auto parse_replacement_field(const Char* begin, const Char* end,
Handler&& handler) -> const Char* {
struct id_adapter {
Handler& handler;
int arg_id;
FMT_CONSTEXPR void on_auto() { arg_id = handler.on_arg_id(); }
FMT_CONSTEXPR void on_index(in... | O3 | c | char const* fmt::v10::detail::parse_replacement_field<char, void fmt::v10::detail::vformat_to<char>(fmt::v10::detail::buffer<char>&, fmt::v10::basic_string_view<char>, fmt::v10::detail::vformat_args<char>::type, fmt::v10::detail::locale_ref)::format_handler&>(char const*, char const*, void fmt::v10::detail::vformat_to<... | _ZN3fmt3v106detail23parse_replacement_fieldIcRZNS1_10vformat_toIcEEvRNS1_6bufferIT_EENS0_17basic_string_viewIS5_EENS1_12vformat_argsIS5_E4typeENS1_10locale_refEE14format_handlerEEPKS5_SH_SH_OT0_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 98h
mov r14, rsi
lea rbx, [rdi+... | unsigned __int8 * fmt::v10::detail::parse_replacement_field<char,void fmt::v10::detail::vformat_to<char>(fmt::v10::detail::buffer<char> &,fmt::v10::basic_string_view<char>,fmt::v10::detail::vformat_args<char>::type,fmt::v10::detail::locale_ref)::format_handler &>(
long long a1,
const char *a2,
l... | parse_replacement_field<char,fmt::v10::detail::vformat_to<char>(fmt::v10::detail::buffer<char>&,fmt::v10::basic_string_view<char>,fmt::v10::detail::vformat_args<char>::type,fmt::v10::detail::locale_ref)::format_handler&>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x98
MOV R14,RSI
LEA RBX,[RDI + 0x1]... |
/* char const* fmt::v10::detail::parse_replacement_field<char,
fmt::v10::detail::vformat_to<char>(fmt::v10::detail::buffer<char>&,
fmt::v10::basic_string_view<char>, fmt::v10::detail::vformat_args<char>::type,
fmt::v10::detail::locale_ref)::format_handler&>(char const*, char const*,
fmt::v10::detail::vform... | |
65,074 | js_std_file_tell | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_std_file_tell(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int is_bigint)
{
FILE *f = js_std_file_get(ctx, this_val);
int64_t pos;
if (!f)
return JS_EXCEPTION;
#if defined(__linux__)
pos = ftello(f);
#else
pos = ftell(f);
#endif... | O0 | c | js_std_file_tell:
subq $0xd8, %rsp
movq %rsi, 0x38(%rsp)
movq %rdx, 0x40(%rsp)
movq %rdi, 0x30(%rsp)
movl %ecx, 0x2c(%rsp)
movq %r8, 0x20(%rsp)
movl %r9d, 0x1c(%rsp)
movq 0x30(%rsp), %rdi
movq 0x38(%rsp), %rsi
movq 0x40(%rsp), %rdx
callq 0x127c0
movq %rax, 0x10(%rsp)
cmpq $0x0, 0x10(%rsp)
jne 0x11a2b
movl $0x0, 0x48(%r... | js_std_file_tell:
sub rsp, 0D8h
mov [rsp+0D8h+var_A0], rsi
mov [rsp+0D8h+var_98], rdx
mov [rsp+0D8h+var_A8], rdi
mov [rsp+0D8h+var_AC], ecx
mov [rsp+0D8h+var_B8], r8
mov [rsp+0D8h+var_BC], r9d
mov rdi, [rsp+0D8h+var_A8]
mov rsi, [rsp+0D8h+var_A0]
mov rdx, [rsp+0D8h+var_98]
call ... | long long js_std_file_tell(long long a1, long long a2, long long a3, long long a4, long long a5, int a6)
{
long long v7; // [rsp+8h] [rbp-D0h]
long long v8; // [rsp+10h] [rbp-C8h]
long long v10; // [rsp+48h] [rbp-90h]
long long v12; // [rsp+A8h] [rbp-30h]
v8 = js_std_file_get(a1, a2, a3);
if ( v8 )
{
... | js_std_file_tell:
SUB RSP,0xd8
MOV qword ptr [RSP + 0x38],RSI
MOV qword ptr [RSP + 0x40],RDX
MOV qword ptr [RSP + 0x30],RDI
MOV dword ptr [RSP + 0x2c],ECX
MOV qword ptr [RSP + 0x20],R8
MOV dword ptr [RSP + 0x1c],R9D
MOV RDI,qword ptr [RSP + 0x30]
MOV RSI,qword ptr [RSP + 0x38]
MOV RDX,qword ptr [RSP + 0x40]
CALL 0x0011... |
int1 [16]
js_std_file_tell(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int param_6)
{
int4 extraout_EAX;
FILE *__stream;
__off_t _Var1;
int4 extraout_var;
int8 extraout_RDX;
int1 auVar2 [16];
int4 local_90;
int4 uStack_8c;
int8 local_88;
int4 local_60;
int4... | |
65,075 | js_std_file_tell | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_std_file_tell(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int is_bigint)
{
FILE *f = js_std_file_get(ctx, this_val);
int64_t pos;
if (!f)
return JS_EXCEPTION;
#if defined(__linux__)
pos = ftello(f);
#else
pos = ftell(f);
#endif... | O1 | c | js_std_file_tell:
pushq %rbp
pushq %r14
pushq %rbx
movl %r9d, %ebp
movq %rdi, %rbx
callq 0x15974
testq %rax, %rax
je 0x1549a
movabsq $-0x100000000, %r14 # imm = 0xFFFFFFFF00000000
movq %rax, %rdi
callq 0xe110
testl %ebp, %ebp
je 0x154a6
movq %rbx, %rdi
movq %rax, %rsi
callq 0x27762
jmp 0x154c7
movl $0x6, %edx
xorl ... | js_std_file_tell:
push rbp
push r14
push rbx
mov ebp, r9d
mov rbx, rdi
call js_std_file_get
test rax, rax
jz short loc_1549A
mov r14, 0FFFFFFFF00000000h
mov rdi, rax
call _ftello
test ebp, ebp
jz short loc_154A6
mov rdi, rbx
mov rsi, rax
call JS_NewBigInt64
jmp ... | unsigned long long js_std_file_tell(long long a1, long long a2, long long a3, long long a4, long long a5, int a6)
{
long long v7; // rax
long long v8; // rax
double v9; // rax
unsigned long long v10; // r14
bool v11; // zf
double v12; // rcx
v7 = js_std_file_get(a1);
if ( v7 )
{
v8 = ftello(v7);... | js_std_file_tell:
PUSH RBP
PUSH R14
PUSH RBX
MOV EBP,R9D
MOV RBX,RDI
CALL 0x00115974
TEST RAX,RAX
JZ 0x0011549a
MOV R14,-0x100000000
MOV RDI,RAX
CALL 0x0010e110
TEST EBP,EBP
JZ 0x001154a6
MOV RDI,RBX
MOV RSI,RAX
CALL 0x00127762
JMP 0x001154c7
LAB_0011549a:
MOV EDX,0x6
XOR EAX,EAX
XOR R14D,R14D
JMP 0x001154ca
LAB_001154... |
ulong js_std_file_tell(int8 param_1)
{
FILE *__stream;
ulong uVar1;
double dVar2;
int in_R9D;
__stream = (FILE *)js_std_file_get();
if (__stream == (FILE *)0x0) {
dVar2 = 0.0;
uVar1 = 0;
}
else {
uVar1 = ftello(__stream);
if (in_R9D == 0) {
dVar2 = (double)(long)uVar1;
i... | |
65,076 | js_std_file_tell | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_std_file_tell(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int is_bigint)
{
FILE *f = js_std_file_get(ctx, this_val);
int64_t pos;
if (!f)
return JS_EXCEPTION;
#if defined(__linux__)
pos = ftello(f);
#else
pos = ftell(f);
#endif... | O3 | c | js_std_file_tell:
pushq %rbp
pushq %r14
pushq %rbx
movl %r9d, %ebp
movq %rdi, %rbx
callq 0x1634c
testq %rax, %rax
je 0x15e7c
movabsq $-0x100000000, %r14 # imm = 0xFFFFFFFF00000000
movq %rax, %rdi
callq 0xe110
testl %ebp, %ebp
je 0x15e88
movq %rbx, %rdi
movq %rax, %rsi
callq 0x27d6d
jmp 0x15ea9
movl $0x6, %edx
xorl ... | js_std_file_tell:
push rbp
push r14
push rbx
mov ebp, r9d
mov rbx, rdi
call js_std_file_get
test rax, rax
jz short loc_15E7C
mov r14, 0FFFFFFFF00000000h
mov rdi, rax
call _ftello
test ebp, ebp
jz short loc_15E88
mov rdi, rbx
mov rsi, rax
call JS_NewBigInt64
jmp ... | unsigned long long js_std_file_tell(long long a1, long long a2, long long a3, long long a4, long long a5, int a6)
{
long long v7; // rax
long long v8; // rax
double v9; // rax
unsigned long long v10; // r14
bool v11; // zf
double v12; // rcx
v7 = js_std_file_get(a1);
if ( v7 )
{
v8 = ftello(v7);... | js_std_file_tell:
PUSH RBP
PUSH R14
PUSH RBX
MOV EBP,R9D
MOV RBX,RDI
CALL 0x0011634c
TEST RAX,RAX
JZ 0x00115e7c
MOV R14,-0x100000000
MOV RDI,RAX
CALL 0x0010e110
TEST EBP,EBP
JZ 0x00115e88
MOV RDI,RBX
MOV RSI,RAX
CALL 0x00127d6d
JMP 0x00115ea9
LAB_00115e7c:
MOV EDX,0x6
XOR EAX,EAX
XOR R14D,R14D
JMP 0x00115eac
LAB_00115e... |
ulong js_std_file_tell(int8 param_1)
{
FILE *__stream;
ulong uVar1;
double dVar2;
int in_R9D;
__stream = (FILE *)js_std_file_get();
if (__stream == (FILE *)0x0) {
dVar2 = 0.0;
uVar1 = 0;
}
else {
uVar1 = ftello(__stream);
if (in_R9D == 0) {
dVar2 = (double)(long)uVar1;
i... | |
65,077 | ggml_compute_forward_acc | ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp | void ggml_compute_forward_acc(
const ggml_compute_params * params,
ggml_tensor * dst) {
const ggml_tensor * src0 = dst->src[0];
switch (src0->type) {
case GGML_TYPE_F32:
{
ggml_compute_forward_acc_f32(params, dst);
} break;
case GGML_TYPE... | O0 | cpp | ggml_compute_forward_acc:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movq %rsi, 0x18(%rsp)
movq 0x18(%rsp), %rax
movq 0x98(%rax), %rax
movq %rax, 0x10(%rsp)
movq 0x10(%rsp), %rax
movl (%rax), %eax
movl %eax, 0xc(%rsp)
testl %eax, %eax
je 0x8a925
jmp 0x8a8e0
movl 0xc(%rsp), %eax
decl %eax
subl $0x3, %eax
jb 0x8a936
jmp 0x8a... | ggml_compute_forward_acc:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_10], rsi
mov rax, [rsp+28h+var_10]
mov rax, [rax+98h]
mov [rsp+28h+var_18], rax
mov rax, [rsp+28h+var_18]
mov eax, [rax]
mov [rsp+28h+var_1C], eax
test eax, eax
jz short loc_8A925
jmp short $... | double ggml_compute_forward_acc(long long a1, long long a2)
{
double result; // xmm0_8
if ( **(_DWORD **)(a2 + 152) )
return ggml_abort(
"/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp",
1836LL,
"fatal error");
ggml_compute_forward... | ggml_compute_forward_acc:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV RAX,qword ptr [RSP + 0x18]
MOV RAX,qword ptr [RAX + 0x98]
MOV qword ptr [RSP + 0x10],RAX
MOV RAX,qword ptr [RSP + 0x10]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RSP + 0xc],EAX
TEST EAX,EAX
JZ 0x0018a925
JMP 0x0018a8e0... |
void ggml_compute_forward_acc(ggml_compute_params *param_1,ggml_tensor *param_2)
{
if (**(int **)(param_2 + 0x98) == 0) {
ggml_compute_forward_acc_f32(param_1,param_2);
}
else {
ggml_abort("/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src/ggml-cpu/ops.cpp"
,0x72c,"fatal... | |
65,078 | free_all_read_locks | eloqsql/mysys/thr_lock.c | static inline void free_all_read_locks(THR_LOCK *lock,
my_bool using_concurrent_insert)
{
THR_LOCK_DATA *data=lock->read_wait.data;
check_locks(lock,"before freeing read locks", TL_UNLOCK, 1);
/* move all locks from read_wait list to read list */
(*lock->read.last)=data;
data->prev=lock->read.las... | O0 | c | free_all_read_locks:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movb %sil, %al
movq %rdi, -0x8(%rbp)
movb %al, -0x9(%rbp)
movq -0x8(%rbp), %rax
movq 0x60(%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rcx
movq -0x8(%rbp), %rax
movq 0x78(%rax), %rax
movq %rcx, (%rax)
movq -0x8(%rbp), %rax
movq 0x78(%rax), %rcx
m... | free_all_read_locks:
push rbp
mov rbp, rsp
sub rsp, 20h
mov al, sil
mov [rbp+var_8], rdi
mov [rbp+var_9], al
mov rax, [rbp+var_8]
mov rax, [rax+60h]
mov [rbp+var_18], rax
mov rcx, [rbp+var_18]
mov rax, [rbp+var_8]
mov rax, [rax+78h]
mov [rax], rcx
mov rax, [rbp+var... | long long free_all_read_locks(long long a1, char a2)
{
long long v2; // rax
long long result; // rax
long long v4; // [rsp+0h] [rbp-20h]
long long v5; // [rsp+8h] [rbp-18h]
v5 = *(_QWORD *)(a1 + 96);
**(_QWORD **)(a1 + 120) = v5;
*(_QWORD *)(v5 + 16) = *(_QWORD *)(a1 + 120);
*(_QWORD *)(a1 + 120) = *(... | free_all_read_locks:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV AL,SIL
MOV qword ptr [RBP + -0x8],RDI
MOV byte ptr [RBP + -0x9],AL
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x60]
MOV qword ptr [RBP + -0x18],RAX
MOV RCX,qword ptr [RBP + -0x18]
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x78]
MOV qw... |
void free_all_read_locks(long param_1,char param_2)
{
int8 uVar1;
long lVar2;
int8 local_20;
local_20 = *(long *)(param_1 + 0x60);
**(long **)(param_1 + 0x78) = local_20;
*(int8 *)(local_20 + 0x10) = *(int8 *)(param_1 + 0x78);
*(int8 *)(param_1 + 0x78) = *(int8 *)(param_1 + 0x68);
*(long *)(param_1... | |
65,079 | ma_skip_pack_key | eloqsql/storage/maria/ma_search.c | uchar *_ma_skip_pack_key(MARIA_KEY *key, uint page_flag,
uint nod_flag, uchar *page)
{
reg1 HA_KEYSEG *keyseg;
for (keyseg= key->keyinfo->seg ; keyseg->type ; keyseg++)
{
if (keyseg->flag & HA_PACK_KEY)
{
/* key with length, packed to previous key */
uint packed= *page... | O0 | c | ma_skip_pack_key:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movq %rcx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq 0x8(%rax), %rax
movq 0xc0(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x20(%rbp), %rax
cmpb $0x0, 0x18(%rax)
je 0x98c14
movq -0x20(%rbp), %rax
movzwl 0x12(%rax),... | _ma_skip_pack_key:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov [rbp+var_18], rcx
mov rax, [rbp+var_8]
mov rax, [rax+8]
mov rax, [rax+0C0h]
mov [rbp+var_20], rax
loc_98A15:
mov rax, [rbp+var_20]
cmp byte ptr [rax+18h], 0
jz ... | unsigned __int8 * ma_skip_pack_key(long long a1, char a2, int a3, unsigned __int16 *a4)
{
unsigned __int16 *v4; // rax
unsigned __int16 *v5; // rax
unsigned __int16 *v6; // rax
unsigned __int16 *v7; // rax
unsigned int v9; // [rsp+0h] [rbp-30h]
int v10; // [rsp+4h] [rbp-2Ch]
unsigned int v11; // [rsp+8h] ... | _ma_skip_pack_key:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV qword ptr [RBP + -0x18],RCX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV RAX,qword ptr [RAX + 0xc0]
MOV qword ptr [RBP + -0x20],RAX
LAB_00198a15:
MOV RAX,qword pt... |
byte * _ma_skip_pack_key(long param_1,uint param_2,uint param_3,byte *param_4)
{
byte bVar1;
byte *pbVar2;
uint local_38;
uint local_34;
uint local_30;
long local_28;
byte *local_20;
local_20 = param_4;
for (local_28 = *(long *)(*(long *)(param_1 + 8) + 0xc0); *(char *)(local_28 + 0x18) != '\0';
... | |
65,080 | mi_ft_update | eloqsql/storage/myisam/ft_update.c | int _mi_ft_update(MI_INFO *info, uint keynr, uchar *keybuf,
const uchar *oldrec, const uchar *newrec, my_off_t pos)
{
int error= -1;
FT_WORD *oldlist,*newlist, *old_word, *new_word;
CHARSET_INFO *cs=info->s->keyinfo[keynr].seg->charset;
uint key_length;
int cmp, cmp2;
DBUG_ENTER("_mi_ft_up... | O0 | c | mi_ft_update:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movl $0xffffffff, -0x34(%rbp) # imm = 0xFFFFFFFF
movq -0x8(%rbp), %rax
movq (%rax), %rax
movq 0x218(%rax), %rax
movl -0xc(%rbp),... | _mi_ft_update:
push rbp
mov rbp, rsp
sub rsp, 80h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov [rbp+var_34], 0FFFFFFFFh
mov rax, [rbp+var_8]
mov rax, [rax]
mov rax, [rax+218h]
mov ... | long long mi_ft_update(_QWORD *a1, unsigned int a2, long long a3, long long a4, long long a5, long long a6)
{
__m128i v6; // xmm0
BOOL v8; // [rsp+Ch] [rbp-74h]
bool v9; // [rsp+13h] [rbp-6Dh]
int v10; // [rsp+18h] [rbp-68h]
unsigned int key; // [rsp+1Ch] [rbp-64h]
unsigned int v12; // [rsp+1Ch] [rbp-64h]
... | _mi_ft_update:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV dword ptr [RBP + -0x34],0xffffffff
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int _mi_ft_update(long *param_1,uint param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6)
{
int8 uVar1;
int iVar2;
int4 uVar3;
bool bVar4;
long *local_60;
long *local_58;
int local_3c;
lo... | |
65,081 | js_object_defineProperties | bluesky950520[P]quickjs/quickjs.c | static JSValue js_object_defineProperties(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
// defineProperties(obj, properties)
JSValue obj = argv[0];
if (JS_ObjectDefineProperties(ctx, obj, argv[1]))
return JS_EXCEPTION;
else
return... | O1 | c | js_object_defineProperties:
pushq %r14
pushq %rbx
pushq %rax
movq (%r8), %r14
movq 0x8(%r8), %rbx
movq 0x10(%r8), %rcx
movq 0x18(%r8), %r8
movq %r14, %rsi
movq %rbx, %rdx
callq 0x710f1
testl %eax, %eax
je 0x6ffa9
movl $0x6, %ebx
xorl %r14d, %r14d
jmp 0x6ffb8
movq %r14, (%rsp)
cmpl $-0x9, %ebx
jb 0x6ffb8
movq (%rsp), %r... | js_object_defineProperties:
push r14
push rbx
push rax
mov r14, [r8]
mov rbx, [r8+8]
mov rcx, [r8+10h]
mov r8, [r8+18h]
mov rsi, r14
mov rdx, rbx
call JS_ObjectDefineProperties
test eax, eax
jz short loc_6FFA9
mov ebx, 6
xor r14d, r14d
jmp short loc_6FFB8
loc_6FFA... | _DWORD * js_object_defineProperties(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
_DWORD *v5; // r14
long long v6; // rbx
v5 = (_DWORD *)*a5;
v6 = a5[1];
if ( (unsigned int)JS_ObjectDefineProperties(a1, *a5, v6, a5[2]) )
return 0LL;
if ( (unsigned int)v6 >= 0xFFFFFFF7 )
++*v... | js_object_defineProperties:
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,qword ptr [R8]
MOV RBX,qword ptr [R8 + 0x8]
MOV RCX,qword ptr [R8 + 0x10]
MOV R8,qword ptr [R8 + 0x18]
MOV RSI,R14
MOV RDX,RBX
CALL 0x001710f1
TEST EAX,EAX
JZ 0x0016ffa9
MOV EBX,0x6
XOR R14D,R14D
JMP 0x0016ffb8
LAB_0016ffa9:
MOV qword ptr [RSP],R14
CMP EBX,... |
int1 [16] js_object_defineProperties(int8 param_1)
{
int iVar1;
int8 uVar2;
int8 *in_R8;
int *piVar3;
int1 auVar4 [16];
piVar3 = (int *)*in_R8;
uVar2 = in_R8[1];
iVar1 = JS_ObjectDefineProperties(param_1,piVar3,uVar2,in_R8[2],in_R8[3]);
if (iVar1 == 0) {
if (0xfffffff6 < (uint)uVar2) {
... | |
65,082 | my_strntol_8bit | eloqsql/strings/ctype-simple.c | long my_strntol_8bit(CHARSET_INFO *cs,
const char *nptr, size_t l, int base,
char **endptr, int *err)
{
int negative;
register uint32 cutoff;
register uint cutlim;
register uint32 i;
register const char *s;
register uchar c;
const char *save, *e;
int overflow;
*err= 0; /* Initialize ... | O0 | c | my_strntol_8bit:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movl %ecx, -0x24(%rbp)
movq %r8, -0x30(%rbp)
movq %r9, -0x38(%rbp)
movq -0x38(%rbp), %rax
movl $0x0, (%rax)
movq -0x18(%rbp), %rax
movq %rax, -0x50(%rbp)
movq -0x18(%rbp), %rax
addq -0x20(%rbp), %rax
movq %r... | my_strntol_8bit:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_24], ecx
mov [rbp+var_30], r8
mov [rbp+var_38], r9
mov rax, [rbp+var_38]
mov dword ptr [rax], 0
mov rax, [rbp+var_18]
mov [rbp+var_50], rax
mov rax, [r... | long long my_strntol_8bit(long long a1, _BYTE *a2, long long a3, int a4, _QWORD *a5, _DWORD *a6)
{
_BYTE *v6; // rax
long long v7; // rax
bool v10; // [rsp+Bh] [rbp-6Dh]
int v11; // [rsp+Ch] [rbp-6Ch]
_BYTE *v12; // [rsp+10h] [rbp-68h]
_BYTE *v13; // [rsp+18h] [rbp-60h]
unsigned __int8 v14; // [rsp+27h] ... | my_strntol_8bit:
PUSH RBP
MOV RBP,RSP
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 qword ptr [RBP + -0x30],R8
MOV qword ptr [RBP + -0x38],R9
MOV RAX,qword ptr [RBP + -0x38]
MOV dword ptr [RAX],0x0
MOV RAX,qword ptr [RBP + -0x18]
MOV ... |
ulong my_strntol_8bit(long param_1,byte *param_2,long param_3,uint param_4,int8 *param_5,
int4 *param_6)
{
bool bVar1;
byte *pbVar2;
uint uVar3;
byte *pbVar4;
bool bVar5;
ulong local_80;
byte local_59;
byte *local_58;
uint local_50;
*param_6 = 0;
pbVar4 = param_2 + param_... | |
65,083 | ggml_opt_dataset_get_batch | ngxson[P]ggml-easy/ggml/src/ggml-opt.cpp | void ggml_opt_dataset_get_batch(ggml_opt_dataset_t dataset, struct ggml_tensor * data_batch, struct ggml_tensor * labels_batch, int64_t ibatch) {
GGML_ASSERT( data_batch && ggml_is_contiguous(data_batch));
GGML_ASSERT(!labels_batch || ggml_is_contiguous(labels_batch));
GGML_ASSERT((labels_batch == nullptr... | O0 | cpp | ggml_opt_dataset_get_batch:
subq $0x68, %rsp
movq %rdi, 0x60(%rsp)
movq %rsi, 0x58(%rsp)
movq %rdx, 0x50(%rsp)
movq %rcx, 0x48(%rsp)
cmpq $0x0, 0x58(%rsp)
je 0x6521e
movq 0x58(%rsp), %rdi
callq 0x40fb0
testb $0x1, %al
jne 0x6523f
leaq 0x52e03(%rip), %rdi # 0xb8028
movl $0x90, %esi
leaq 0x4f3d1(%rip), %rdx # 0xb... | ggml_opt_dataset_get_batch:
sub rsp, 68h
mov [rsp+68h+var_8], rdi
mov [rsp+68h+var_10], rsi
mov [rsp+68h+var_18], rdx
mov [rsp+68h+var_20], rcx
cmp [rsp+68h+var_10], 0
jz short loc_6521E
mov rdi, [rsp+68h+var_10]
call _ggml_is_contiguous
test al, 1
jnz short loc_6523F
loc_6521... | signed long long ggml_opt_dataset_get_batch(_QWORD *a1, unsigned int *a2, unsigned int *a3, long long a4)
{
unsigned long long v4; // rdx
signed long long result; // rax
long long *v6; // rax
long long v7; // [rsp+20h] [rbp-48h]
signed long long i; // [rsp+28h] [rbp-40h]
long long v9; // [rsp+30h] [rbp-38h... | ggml_opt_dataset_get_batch:
SUB RSP,0x68
MOV qword ptr [RSP + 0x60],RDI
MOV qword ptr [RSP + 0x58],RSI
MOV qword ptr [RSP + 0x50],RDX
MOV qword ptr [RSP + 0x48],RCX
CMP qword ptr [RSP + 0x58],0x0
JZ 0x0016521e
MOV RDI,qword ptr [RSP + 0x58]
CALL 0x00140fb0
TEST AL,0x1
JNZ 0x0016523f
LAB_0016521e:
LEA RDI,[0x1b8028]
MOV... |
void ggml_opt_dataset_get_batch(long param_1,long param_2,long param_3,long param_4)
{
ulong uVar1;
long lVar2;
long *plVar3;
long local_40;
if ((param_2 == 0) || (uVar1 = ggml_is_contiguous(param_2), (uVar1 & 1) == 0)) {
ggml_abort("/workspace/llm4binary/github/2025_star3/ngxson[P]ggml-easy/ggml/src... | |
65,084 | ggml_opt_dataset_get_batch | ngxson[P]ggml-easy/ggml/src/ggml-opt.cpp | void ggml_opt_dataset_get_batch(ggml_opt_dataset_t dataset, struct ggml_tensor * data_batch, struct ggml_tensor * labels_batch, int64_t ibatch) {
GGML_ASSERT( data_batch && ggml_is_contiguous(data_batch));
GGML_ASSERT(!labels_batch || ggml_is_contiguous(labels_batch));
GGML_ASSERT((labels_batch == nullptr... | O1 | cpp | ggml_opt_dataset_get_batch:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
testq %rsi, %rsi
je 0x29484
movq %rcx, %r13
movq %rdx, %r14
movq %rsi, %rbx
movq %rdi, %r12
movq %rsi, %rdi
callq 0x16430
testb %al, %al
je 0x29484
testq %r14, %r14
je 0x29385
movq %r14, %rdi
callq 0x16430
testb %al... | ggml_opt_dataset_get_batch:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
test rsi, rsi
jz loc_29484
mov r13, rcx
mov r14, rdx
mov rbx, rsi
mov r12, rdi
mov rdi, rsi
call _ggml_is_contiguous
test al, al
jz loc_29484
test r14, r14
jz sh... | long long ggml_opt_dataset_get_batch(_QWORD *a1, long long *a2, long long *a3, long long a4, int a5, int a6)
{
unsigned long long v9; // rax
unsigned long long v10; // rtt
long long v11; // rsi
long long result; // rax
signed long long v13; // r15
long long v14; // r13
long long v15; // rbp
const char ... | ggml_opt_dataset_get_batch:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
TEST RSI,RSI
JZ 0x00129484
MOV R13,RCX
MOV R14,RDX
MOV RBX,RSI
MOV R12,RDI
MOV RDI,RSI
CALL 0x00116430
TEST AL,AL
JZ 0x00129484
TEST R14,R14
JZ 0x00129385
MOV RDI,R14
CALL 0x00116430
TEST AL,AL
JZ 0x001294f7
LAB_00129385:
TEST R1... |
void ggml_opt_dataset_get_batch(long param_1,long param_2,long param_3,long param_4)
{
char cVar1;
ulong uVar2;
ulong uVar3;
long lVar4;
long lVar5;
char *pcVar6;
int8 uVar7;
if (param_2 != 0) {
cVar1 = ggml_is_contiguous(param_2);
if (cVar1 != '\0') {
if (param_3 != 0) {
cVar... | |
65,085 | ggml_opt_dataset_get_batch | ngxson[P]ggml-easy/ggml/src/ggml-opt.cpp | void ggml_opt_dataset_get_batch(ggml_opt_dataset_t dataset, struct ggml_tensor * data_batch, struct ggml_tensor * labels_batch, int64_t ibatch) {
GGML_ASSERT( data_batch && ggml_is_contiguous(data_batch));
GGML_ASSERT(!labels_batch || ggml_is_contiguous(labels_batch));
GGML_ASSERT((labels_batch == nullptr... | O3 | cpp | ggml_opt_dataset_get_batch:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
testq %rsi, %rsi
je 0x2930c
movq %rcx, %r13
movq %rdx, %r14
movq %rsi, %rbx
movq %rdi, %r12
movq %rsi, %rdi
callq 0x16430
testb %al, %al
je 0x2930c
testq %r14, %r14
je 0x2920d
movq %r14, %rdi
callq 0x16430
testb %al... | ggml_opt_dataset_get_batch:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
test rsi, rsi
jz loc_2930C
mov r13, rcx
mov r14, rdx
mov rbx, rsi
mov r12, rdi
mov rdi, rsi
call _ggml_is_contiguous
test al, al
jz loc_2930C
test r14, r14
jz sh... | long long ggml_opt_dataset_get_batch(
_QWORD *a1,
unsigned int *a2,
unsigned int *a3,
long long a4,
int a5,
int a6)
{
unsigned long long v9; // rax
unsigned long long v10; // rtt
long long v11; // rsi
long long result; // rax
signed long long v13; // r15
long... | ggml_opt_dataset_get_batch:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
TEST RSI,RSI
JZ 0x0012930c
MOV R13,RCX
MOV R14,RDX
MOV RBX,RSI
MOV R12,RDI
MOV RDI,RSI
CALL 0x00116430
TEST AL,AL
JZ 0x0012930c
TEST R14,R14
JZ 0x0012920d
MOV RDI,R14
CALL 0x00116430
TEST AL,AL
JZ 0x0012937f
LAB_0012920d:
TEST R1... |
void ggml_opt_dataset_get_batch(long param_1,long param_2,long param_3,long param_4)
{
char cVar1;
ulong uVar2;
ulong uVar3;
long lVar4;
long lVar5;
char *pcVar6;
int8 uVar7;
if (param_2 != 0) {
cVar1 = ggml_is_contiguous(param_2);
if (cVar1 != '\0') {
if (param_3 != 0) {
cVar... | |
65,086 | getTimezoneOffset | bluesky950520[P]quickjs/quickjs.c | static int getTimezoneOffset(int64_t time) {
#if defined(_WIN32)
DWORD r;
TIME_ZONE_INFORMATION t;
r = GetTimeZoneInformation(&t);
if (r == TIME_ZONE_ID_INVALID)
return 0;
if (r == TIME_ZONE_ID_DAYLIGHT)
return (int)(t.Bias + t.DaylightBias);
return (int)t.Bias;
#else
time_t... | O2 | c | getTimezoneOffset:
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rax
movl $0x3e8, %ecx # imm = 0x3E8
cqto
idivq %rcx
movq %rsp, %rdi
movq %rax, (%rdi)
leaq 0x8(%rsp), %rbx
movq %rbx, %rsi
callq 0xe0f0
movq 0x28(%rbx), %rax
pushq $-0x3c
popq %rcx
cqto
idivq %rcx
addq $0x40, %rsp
popq %rbx
retq
| getTimezoneOffset:
push rbx
sub rsp, 40h
mov rax, rdi
mov ecx, 3E8h
cqo
idiv rcx
mov rdi, rsp
mov [rdi], rax
lea rbx, [rsp+48h+var_40]
mov rsi, rbx
call _localtime_r
mov rax, [rbx+28h]
push 0FFFFFFFFFFFFFFC4h
pop rcx
cqo
idiv rcx
add rsp, 40h
pop rbx
retn
| long long getTimezoneOffset(long long a1)
{
long long v2; // [rsp+0h] [rbp-48h] BYREF
char v3; // [rsp+8h] [rbp-40h] BYREF
long long v4; // [rsp+30h] [rbp-18h]
v2 = a1 / 1000;
localtime_r(&v2, &v3, a1 % 1000);
return v4 / -60;
}
| getTimezoneOffset:
PUSH RBX
SUB RSP,0x40
MOV RAX,RDI
MOV ECX,0x3e8
CQO
IDIV RCX
MOV RDI,RSP
MOV qword ptr [RDI],RAX
LEA RBX,[RSP + 0x8]
MOV RSI,RBX
CALL 0x0010e0f0
MOV RAX,qword ptr [RBX + 0x28]
PUSH -0x3c
POP RCX
CQO
IDIV RCX
ADD RSP,0x40
POP RBX
RET
|
long getTimezoneOffset(long param_1)
{
long local_48;
tm local_40;
local_48 = param_1 / 1000;
localtime_r(&local_48,&local_40);
return local_40.tm_gmtoff / -0x3c;
}
| |
65,087 | google::protobuf::compiler::php::(anonymous namespace)::PhpName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::compiler::php::Options const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/php/php_generator.cc | std::string PhpName(const std::string& full_name, const Options& options) {
if (options.is_descriptor) {
return kDescriptorPackageName;
}
std::string segment;
std::string result;
bool cap_next_letter = true;
for (int i = 0; i < full_name.size(); i++) {
if ('a' <= full_name[i] && full_name[i] <= 'z'... | O3 | cpp | google::protobuf::compiler::php::(anonymous namespace)::PhpName(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, google::protobuf::compiler::php::Options const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdi, %rbx
testb $0x1, %dl
je 0... | _ZN6google8protobuf8compiler3php12_GLOBAL__N_17PhpNameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKNS2_7OptionsE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov rbx, rdi
test dl, 1
jz short loc_5D3A2
lea rax, [rbx+10h]
mov [rbx], rax
mov ... | void google::protobuf::compiler::php::`anonymous namespace'::PhpName(long long a1, _QWORD *a2, char a3)
{
long long v4; // rdx
_BYTE *v5; // rsi
char v6; // r13
unsigned long long v7; // r12
char v8; // al
bool v9; // cf
long long v10; // rax
__int128 *v11; // rcx
long long v12; // rax
__int128 *v1... | PhpName:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV RBX,RDI
TEST DL,0x1
JZ 0x0015d3a2
LEA RAX,[RBX + 0x10]
MOV qword ptr [RBX],RAX
MOV RSI,qword ptr [0x00380460]
MOV RDX,qword ptr [0x00380468]
ADD RDX,RSI
MOV RDI,RBX
ADD RSP,0x88
POP RBX
POP R12
POP R13
POP R14
POP R15
POP RBP
JMP 0x0012586a... |
/* google::protobuf::compiler::php::(anonymous namespace)::PhpName(std::__cxx11::string const&,
google::protobuf::compiler::php::Options const&) */
void __thiscall
google::protobuf::compiler::php::(anonymous_namespace)::PhpName
(_anonymous_namespace_ *this,string *param_1,Options *param_2)
{
long *plV... | |
65,088 | mbedtls_ct_memcpy_offset | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/constant_time.c | void mbedtls_ct_memcpy_offset(unsigned char *dest,
const unsigned char *src,
size_t offset,
size_t offset_min,
size_t offset_max,
size_t len)
{
size_t offsetval;
... | O3 | c | mbedtls_ct_memcpy_offset:
cmpq %r8, %rcx
ja 0x82619
addq %rcx, %rsi
testq %r9, %r9
je 0x8260e
xorl %eax, %eax
leaq (%rsi,%rax), %r10
leaq (%rdi,%rax), %r11
cmpq %rdx, %rcx
cmoveq %r10, %r11
movb (%r11), %r10b
movb %r10b, (%rdi,%rax)
incq %rax
cmpq %rax, %r9
jne 0x825f0
incq %rcx
incq %rsi
cmpq %r8, %rcx
jbe 0x825e9
ret... | mbedtls_ct_memcpy_offset:
cmp rcx, r8
ja short locret_82619
add rsi, rcx
loc_825E9:
test r9, r9
jz short loc_8260E
xor eax, eax
loc_825F0:
lea r10, [rsi+rax]
lea r11, [rdi+rax]
cmp rcx, rdx
cmovz r11, r10
mov r10b, [r11]
mov [rdi+rax], r10b
inc rax
cmp r9, rax
jnz ... | void mbedtls_ct_memcpy_offset(
long long a1,
long long a2,
long long a3,
unsigned long long a4,
unsigned long long a5,
long long a6)
{
long long v6; // rsi
long long i; // rax
_BYTE *v8; // r11
if ( a4 <= a5 )
{
v6 = a4 + a2;
do
{
if ( a6 )
... | mbedtls_ct_memcpy_offset:
CMP RCX,R8
JA 0x00182619
ADD RSI,RCX
LAB_001825e9:
TEST R9,R9
JZ 0x0018260e
XOR EAX,EAX
LAB_001825f0:
LEA R10,[RSI + RAX*0x1]
LEA R11,[RDI + RAX*0x1]
CMP RCX,RDX
CMOVZ R11,R10
MOV R10B,byte ptr [R11]
MOV byte ptr [RDI + RAX*0x1],R10B
INC RAX
CMP R9,RAX
JNZ 0x001825f0
LAB_0018260e:
INC RCX
INC ... |
void mbedtls_ct_memcpy_offset
(long param_1,long param_2,ulong param_3,ulong param_4,ulong param_5,long param_6)
{
long lVar1;
int1 *puVar2;
if (param_4 <= param_5) {
param_2 = param_2 + param_4;
do {
if (param_6 != 0) {
lVar1 = 0;
do {
puVar2 = (int1 *)... | |
65,089 | inherit_charset_data | eloqsql/mysys/charset.c | static void
inherit_charset_data(struct charset_info_st *cs, CHARSET_INFO *refcs)
{
if (!cs->to_upper)
cs->to_upper= refcs->to_upper;
if (!cs->to_lower)
cs->to_lower= refcs->to_lower;
if (!cs->m_ctype)
cs->m_ctype= refcs->m_ctype;
if (!cs->tab_to_uni)
cs->tab_to_uni= refcs->tab_to_uni;
} | O3 | c | inherit_charset_data:
pushq %rbp
movq %rsp, %rbp
cmpq $0x0, 0x50(%rdi)
jne 0x9a520
movq 0x50(%rsi), %rax
movq %rax, 0x50(%rdi)
cmpq $0x0, 0x48(%rdi)
jne 0x9a52f
movq 0x48(%rsi), %rax
movq %rax, 0x48(%rdi)
cmpq $0x0, 0x40(%rdi)
jne 0x9a53e
movq 0x40(%rsi), %rax
movq %rax, 0x40(%rdi)
cmpq $0x0, 0x68(%rdi)
jne 0x9a54d
mov... | inherit_charset_data:
push rbp
mov rbp, rsp
cmp qword ptr [rdi+50h], 0
jnz short loc_9A520
mov rax, [rsi+50h]
mov [rdi+50h], rax
loc_9A520:
cmp qword ptr [rdi+48h], 0
jnz short loc_9A52F
mov rax, [rsi+48h]
mov [rdi+48h], rax
loc_9A52F:
cmp qword ptr [rdi+40h], 0
jnz short ... | long long inherit_charset_data(_QWORD *a1, _QWORD *a2)
{
long long result; // rax
if ( !a1[10] )
{
result = a2[10];
a1[10] = result;
}
if ( !a1[9] )
{
result = a2[9];
a1[9] = result;
}
if ( !a1[8] )
{
result = a2[8];
a1[8] = result;
}
if ( !a1[13] )
{
result = a2[13... | inherit_charset_data:
PUSH RBP
MOV RBP,RSP
CMP qword ptr [RDI + 0x50],0x0
JNZ 0x0019a520
MOV RAX,qword ptr [RSI + 0x50]
MOV qword ptr [RDI + 0x50],RAX
LAB_0019a520:
CMP qword ptr [RDI + 0x48],0x0
JNZ 0x0019a52f
MOV RAX,qword ptr [RSI + 0x48]
MOV qword ptr [RDI + 0x48],RAX
LAB_0019a52f:
CMP qword ptr [RDI + 0x40],0x0
JN... |
void inherit_charset_data(long param_1,long param_2)
{
if (*(long *)(param_1 + 0x50) == 0) {
*(int8 *)(param_1 + 0x50) = *(int8 *)(param_2 + 0x50);
}
if (*(long *)(param_1 + 0x48) == 0) {
*(int8 *)(param_1 + 0x48) = *(int8 *)(param_2 + 0x48);
}
if (*(long *)(param_1 + 0x40) == 0) {
*(int8 *)(par... | |
65,090 | my_casedn_str_mb | eloqsql/strings/ctype-mb.c | size_t my_casedn_str_mb(CHARSET_INFO * cs, char *str)
{
register uint32 l;
register const uchar *map= cs->to_lower;
char *str_orig= str;
while (*str)
{
/* Pointing after the '\0' is safe here. */
if ((l= my_ismbchar(cs, str, str + cs->mbmaxlen)))
str+= l;
else
{
*str= (char) map... | O3 | c | my_casedn_str_mb:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rsi, %rbx
cmpb $0x0, (%rsi)
movq %rsi, %rax
je 0x39d64
movq %rdi, %r14
movq 0x48(%rdi), %r12
movq %rbx, %r15
movl 0x9c(%r14), %edx
addq %r15, %rdx
movq 0xb8(%r14), %rax
movq %r14, %rdi
movq %r15, %rsi
callq *0xc0(%rax)
cmpl $... | my_casedn_str_mb:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rsi
cmp byte ptr [rsi], 0
mov rax, rsi
jz short loc_39D64
mov r14, rdi
mov r12, [rdi+48h]
mov r15, rbx
loc_39D20:
mov edx, [r14+9Ch]
add rdx, r15
mov rax, [r14+0B8h]
mov r... | long long my_casedn_str_mb(long long a1, _BYTE *a2)
{
_BYTE *v2; // rax
long long v3; // r12
_BYTE *v4; // r15
int v5; // eax
long long v6; // rcx
bool v7; // zf
v2 = a2;
if ( *a2 )
{
v3 = *(_QWORD *)(a1 + 72);
v4 = a2;
do
{
v5 = (*(long long ( **)(long long, _BYTE *, _BYTE *))... | my_casedn_str_mb:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RSI
CMP byte ptr [RSI],0x0
MOV RAX,RSI
JZ 0x00139d64
MOV R14,RDI
MOV R12,qword ptr [RDI + 0x48]
MOV R15,RBX
LAB_00139d20:
MOV EDX,dword ptr [R14 + 0x9c]
ADD RDX,R15
MOV RAX,qword ptr [R14 + 0xb8]
MOV RDI,R14
MOV RSI,R15
CALL qword ptr [R... |
long my_casedn_str_mb(long param_1,byte *param_2)
{
byte *pbVar1;
long lVar2;
uint uVar3;
byte *pbVar4;
ulong uVar5;
byte *pbVar6;
pbVar4 = param_2;
if (*param_2 != 0) {
lVar2 = *(long *)(param_1 + 0x48);
pbVar6 = param_2;
do {
uVar3 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xc0... | |
65,091 | js_array_at | bluesky950520[P]quickjs/quickjs.c | static JSValue js_array_at(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue obj, ret;
int64_t len, idx;
ret = JS_EXCEPTION;
obj = JS_ToObject(ctx, this_val);
if (js_get_length64(ctx, &len, obj))
goto exception;
if (JS_ToInt64Sat(ctx, &idx,... | O2 | c | js_array_at:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10, %rsp
movq %r8, %r13
movq %rdi, %rbx
callq 0x20b92
movq %rax, %r14
movq %rdx, %r15
leaq 0x8(%rsp), %rsi
movq %rbx, %rdi
movq %rax, %rdx
movq %r15, %rcx
callq 0x1cc43
pushq $0x6
popq %r12
testl %eax, %eax
jne 0x61af5
movq (%r13), %rdx
movq 0x... | js_array_at:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10h
mov r13, r8
mov rbx, rdi
call JS_ToObject
mov r14, rax
mov r15, rdx
lea rsi, [rsp+38h+var_30]
mov rdi, rbx
mov rdx, rax
mov rcx, r15
call js_get_length64
push 6
pop r12
test eax, eax... | unsigned long long js_array_at(
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_array_at:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV R13,R8
MOV RBX,RDI
CALL 0x00120b92
MOV R14,RAX
MOV R15,RDX
LEA RSI,[RSP + 0x8]
MOV RDI,RBX
MOV RDX,RAX
MOV RCX,R15
CALL 0x0011cc43
PUSH 0x6
POP R12
TEST EAX,EAX
JNZ 0x00161af5
MOV RDX,qword ptr [R13]
MOV RCX,qword ptr [R13 + 0x8]
MOV RSI,RSP
MOV... |
int1 [16] js_array_at(int8 param_1)
{
int iVar1;
int8 uVar2;
ulong uVar3;
int8 *in_R8;
int8 uVar5;
ulong uVar6;
int1 auVar7 [16];
long local_38;
ulong local_30;
int8 uVar4;
auVar7 = JS_ToObject();
uVar4 = auVar7._8_8_;
uVar2 = auVar7._0_8_;
iVar1 = js_get_length64(param_1,&local_30,uVa... | |
65,092 | LefDefParser::lefwVersion(int, int) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwVersion(int vers1,
int vers2)
{
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (!lefwDidInit)
return LEFW_BAD_ORDER;
if (lefwState != LEFW_INIT && lefwState < LEFW_END)
return LEFW_BAD_ORDER; // not of the ENDs
if (lefwSynArray[LEFW_VERSION])
return LEF... | O3 | cpp | LefDefParser::lefwVersion(int, int):
pushq %rbp
pushq %r14
pushq %rbx
movl %edi, %ebp
leaq 0x1e789(%rip), %rax # 0x24e00
movq (%rax), %rdi
testq %rdi, %rdi
je 0x66de
leaq 0x1e9ce(%rip), %rcx # 0x25054
movl $0x2, %eax
cmpl $0x0, (%rcx)
je 0x66e3
leaq 0x1e9b9(%rip), %rcx # 0x25050
movl (%rcx), %ecx
cmpl $0x1,... | _ZN12LefDefParser11lefwVersionEii:
push rbp
push r14
push rbx
mov ebp, edi
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
mov rdi, [rax]
test rdi, rdi
jz short loc_66DE
lea rcx, _ZN12LefDefParser11lefwDidInitE; LefDefParser::lefwDidInit
mov eax, 2
cmp dword ptr [rc... | long long LefDefParser::lefwVersion(LefDefParser *this, int a2, int a3, long long a4, int a5, int a6)
{
long long result; // rax
if ( !*(_QWORD *)&LefDefParser::lefwFile )
return 1LL;
result = 2LL;
if ( LefDefParser::lefwDidInit )
{
if ( LefDefParser::lefwState >= 79 || LefDefParser::lefwState == 1 ... | lefwVersion:
PUSH RBP
PUSH R14
PUSH RBX
MOV EBP,EDI
LEA RAX,[0x124e00]
MOV RDI,qword ptr [RAX]
TEST RDI,RDI
JZ 0x001066de
LEA RCX,[0x125054]
MOV EAX,0x2
CMP dword ptr [RCX],0x0
JZ 0x001066e3
LEA RCX,[0x125050]
MOV ECX,dword ptr [RCX]
CMP ECX,0x1
SETNZ DL
CMP ECX,0x4f
SETL CL
TEST DL,CL
JNZ 0x001066e3
LEA R14,[0x124e10]... |
/* LefDefParser::lefwVersion(int, int) */
int8 LefDefParser::lefwVersion(int param_1,int param_2)
{
int8 uVar1;
if (lefwFile == (_IO_FILE *)0x0) {
uVar1 = 1;
}
else {
uVar1 = 2;
if (((lefwDidInit != 0) && (lefwState == 1 || 0x4e < lefwState)) &&
(uVar1 = 4, lefwSynArray._284_4_ == 0)) {... | |
65,093 | blst_fr_from_scalar | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/exports.c | void blst_fr_from_scalar(vec256 ret, const pow256 a)
{
const union {
long one;
char little;
} is_endian = { 1 };
if ((uptr_t)ret == (uptr_t)a && is_endian.little) {
mul_mont_sparse_256(ret, (const limb_t *)a, BLS12_381_rRR,
BLS12_3... | O0 | c | blst_fr_from_scalar:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq 0x32139(%rip), %rax # 0xe6330
movq %rax, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq -0x10(%rbp), %rcx
cmpq %rcx, %rax
jne 0xb4238
movsbl -0x18(%rbp), %eax
cmpl $0x0, %eax
je 0xb4238
movq -0x8(%rbp), %rdi
m... | blst_fr_from_scalar:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, cs:qword_E6330
mov [rbp+var_18], rax
mov rax, [rbp+var_8]
mov rcx, [rbp+var_10]
cmp rax, rcx
jnz short loc_B4238
movsx eax, byte ptr [rbp+var_18]
cmp eax, 0
jz ... | long long blst_fr_from_scalar(long long a1, long long a2)
{
_BYTE v3[40]; // [rsp+0h] [rbp-40h] BYREF
long long v4; // [rsp+28h] [rbp-18h]
long long v5; // [rsp+30h] [rbp-10h]
long long v6; // [rsp+38h] [rbp-8h]
v6 = a1;
v5 = a2;
v4 = 1LL;
if ( a1 == a2 )
return mul_mont_sparse_256(v6, v5, &BLS12_... | blst_fr_from_scalar:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [0x001e6330]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RBP + -0x10]
CMP RAX,RCX
JNZ 0x001b4238
MOVSX EAX,byte ptr [RBP + -0x18]
CMP EAX,0x0
JZ 0... |
void blst_fr_from_scalar(long param_1,long param_2)
{
int1 local_48 [40];
int8 local_20;
long local_18;
long local_10;
local_20 = DAT_001e6330;
local_18 = param_2;
local_10 = param_1;
if ((param_1 == param_2) && (local_20._0_1_ = (char)DAT_001e6330, (char)local_20 != '\0')) {
mul_mont_sparse_25... | |
65,094 | LefDefParser::lefwStartMacro(char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwStartMacro(const char *macroName)
{
if (!lefwFile)
return LEFW_UNINITIALIZED;
if (lefwState == LEFW_MACRO_START ||
lefwState == LEFW_MACRO)
return LEFW_BAD_ORDER;
if (!macroName || macroName == 0 || *macroName == 0)
return LEFW_BAD_DATA;
if (lefwWriteEncrypt)
... | O0 | cpp | LefDefParser::lefwStartMacro(char const*):
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
leaq 0x9b8d0(%rip), %rax # 0xc5250
cmpq $0x0, (%rax)
jne 0x29993
movl $0x1, 0x14(%rsp)
jmp 0x29a85
leaq 0x9bb06(%rip), %rax # 0xc54a0
cmpl $0x9, (%rax)
je 0x299ab
leaq 0x9bafa(%rip), %rax # 0xc54a0
cmpl $0x21, (%rax)
jne 0x299b... | _ZN12LefDefParser14lefwStartMacroEPKc:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
lea rax, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
cmp qword ptr [rax], 0
jnz short loc_29993
mov [rsp+18h+var_4], 1
jmp loc_29A85
loc_29993:
lea rax, _ZN12LefDefParser9lefwStateE; LefDefParser::lefwS... | long long LefDefParser::lefwStartMacro(LefDefParser *this, const char *a2, long long a3, int a4, int a5, int a6)
{
if ( *(_QWORD *)&LefDefParser::lefwFile )
{
if ( LefDefParser::lefwState == 9 || LefDefParser::lefwState == 33 )
{
return 2;
}
else if ( this && *(_BYTE *)this )
{
if (... | lefwStartMacro:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
LEA RAX,[0x1c5250]
CMP qword ptr [RAX],0x0
JNZ 0x00129993
MOV dword ptr [RSP + 0x14],0x1
JMP 0x00129a85
LAB_00129993:
LEA RAX,[0x1c54a0]
CMP dword ptr [RAX],0x9
JZ 0x001299ab
LEA RAX,[0x1c54a0]
CMP dword ptr [RAX],0x21
JNZ 0x001299b8
LAB_001299ab:
MOV dword ptr... |
/* LefDefParser::lefwStartMacro(char const*) */
int4 LefDefParser::lefwStartMacro(char *param_1)
{
int4 local_4;
if (lefwFile == (_IO_FILE *)0x0) {
local_4 = 1;
}
else if ((lefwState == 9) || (lefwState == 0x21)) {
local_4 = 2;
}
else if ((param_1 == (char *)0x0) || ((param_1 == (char *)0x0 ||... | |
65,095 | session::send_login_request() | untodesu[P]voxelius/game/client/session.cc | void session::send_login_request(void)
{
protocol::LoginRequest packet;
packet.version = protocol::VERSION;
packet.voxel_registry_checksum = voxel_registry::calcualte_checksum();
packet.item_registry_checksum = item_registry::calcualte_checksum();
packet.password_hash = server_password_hash;
pac... | O3 | cpp | session::send_login_request():
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x58, %rsp
xorl %eax, %eax
leaq 0x48(%rsp), %r12
movq %rax, -0x38(%r12)
leaq 0x1ea4a2(%rip), %rcx # 0x251278
movq %rcx, -0x40(%r12)
movq %r12, -0x10(%r12)
movq %rax, -0x8(%r12)
movb $0x0, (%r12)
movl $0xf, -0x30(%r12)
callq 0x839fe
movq... | _ZN7session18send_login_requestEv:
push r15
push r14
push r12
push rbx
sub rsp, 58h
xor eax, eax
lea r12, [rsp+78h+var_30]
mov [r12-38h], rax
lea rcx, off_251278
mov [r12-40h], rcx
mov [r12-10h], r12
mov [r12-8], rax
mov byte ptr [r12], 0
mov dword ptr [r12-30h], 0Fh
... | void session::send_login_request(session *this)
{
long long v1; // rbx
long long v2; // rax
long long v3; // r9
message_box *v4; // rbx
unsigned int v5; // edx
const char *v6; // rsi
_QWORD v7[2]; // [rsp+8h] [rbp-70h] BYREF
int v8; // [rsp+18h] [rbp-60h]
long long v9; // [rsp+20h] [rbp-58h]
long l... | send_login_request:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x58
XOR EAX,EAX
LEA R12,[RSP + 0x48]
MOV qword ptr [R12 + -0x38],RAX
LEA RCX,[0x351278]
MOV qword ptr [R12 + -0x40],RCX
MOV qword ptr [R12 + -0x10],R12
MOV qword ptr [R12 + -0x8],RAX
MOV byte ptr [R12],0x0
MOV dword ptr [R12 + -0x30],0xf
LAB_00166df3:
CAL... |
/* session::send_login_request() */
void session::send_login_request(void)
{
_ENetPeer *p_Var1;
char *pcVar2;
char *__s;
_ENetPacket *p_Var3;
int **local_70;
int8 local_68;
int4 local_60;
int8 local_58;
int8 local_50;
int8 local_48;
int1 *local_40;
char *local_38;
int1 local_30;
int7 uSta... | |
65,096 | stbi__jpeg_finish(stbi__jpeg*) | 7CodeWizard[P]stablediffusion/thirdparty/stb_image.h | static void stbi__jpeg_finish(stbi__jpeg *z)
{
if (z->progressive) {
// dequantize and idct the data
int i,j,n;
for (n=0; n < z->s->img_n; ++n) {
int w = (z->img_comp[n].x+7) >> 3;
int h = (z->img_comp[n].y+7) >> 3;
for (j=0; j < h; ++j) {
for (i=0; i < w; ++i... | O0 | c | stbi__jpeg_finish(stbi__jpeg*):
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movq 0x20(%rsp), %rax
cmpl $0x0, 0x4830(%rax)
je 0x29a39
movl $0x0, 0x14(%rsp)
movl 0x14(%rsp), %eax
movq 0x20(%rsp), %rcx
movq (%rcx), %rcx
cmpl 0x8(%rcx), %eax
jge 0x29a37
movq 0x20(%rsp), %rax
addq $0x46a0, %rax # imm = 0x46A0
movslq 0x... | _ZL17stbi__jpeg_finishP10stbi__jpeg:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov rax, [rsp+28h+var_8]
cmp dword ptr [rax+4830h], 0
jz loc_29A39
mov [rsp+28h+var_14], 0
loc_29873:
mov eax, [rsp+28h+var_14]
mov rcx, [rsp+28h+var_8]
mov rcx, [rcx]
cmp eax, [rcx+8]
jge loc_29A37
m... | long long stbi__jpeg_finish(long long a1)
{
long long result; // rax
__int16 *v2; // [rsp+0h] [rbp-28h]
int v3; // [rsp+Ch] [rbp-1Ch]
int v4; // [rsp+10h] [rbp-18h]
unsigned int i; // [rsp+14h] [rbp-14h]
int j; // [rsp+18h] [rbp-10h]
int k; // [rsp+1Ch] [rbp-Ch]
result = a1;
if ( *(_DWORD *)(a1 + 18... | stbi__jpeg_finish:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV RAX,qword ptr [RSP + 0x20]
CMP dword ptr [RAX + 0x4830],0x0
JZ 0x00129a39
MOV dword ptr [RSP + 0x14],0x0
LAB_00129873:
MOV EAX,dword ptr [RSP + 0x14]
MOV RCX,qword ptr [RSP + 0x20]
MOV RCX,qword ptr [RCX]
CMP EAX,dword ptr [RCX + 0x8]
JGE 0x00129a37
MOV... |
/* stbi__jpeg_finish(stbi__jpeg*) */
void stbi__jpeg_finish(stbi__jpeg *param_1)
{
int iVar1;
int iVar2;
short *psVar3;
int local_14;
int local_10;
int local_c;
if (*(int *)(param_1 + 0x4830) != 0) {
for (local_14 = 0; local_14 < *(int *)(*(long *)param_1 + 8); local_14 = local_14 + 1) {
i... | |
65,097 | output2File() | isyoCode[P]yoyologger/test/usage.cc | void output2File() {
yoyo::Logger::getInstance()->setWritefile(false);
std::string sMsg = "this is a test message";
LOGI("This is a info log output to file");
LOGE(sMsg);
LOGD(std::move(sMsg));
LOGT("This is a info log output to file");
LOGW("This is a info log output to file");
LOGF("This is a info log... | O3 | cpp | output2File():
pushq %r14
pushq %rbx
subq $0x28, %rsp
callq 0x3940
movb $0x0, 0x2cb(%rax)
leaq 0x18(%rsp), %r14
movq %r14, -0x10(%r14)
leaq 0x39d1(%rip), %rsi # 0x7020
leaq 0x39e0(%rip), %rdx # 0x7036
leaq 0x8(%rsp), %rdi
callq 0x3ef0
callq 0x3940
leaq 0x74ec(%rip), %rcx # 0xab58
movq %rsp, %rdx
movq %rc... | _Z11output2Filev:
push r14; int
push rbx; int
sub rsp, 28h
call _ZN4yoyo9SingletonINS_6LoggerEE11getInstanceEv; yoyo::Singleton<yoyo::Logger>::getInstance(void)
mov byte ptr [rax+2CBh], 0
lea r14, [rsp+38h+var_20]
mov [r14-10h], r14
lea rsi, aThisIsATestMes; "this is a test message"
lea ... | output2File:
PUSH R14
PUSH RBX
SUB RSP,0x28
CALL 0x00103940
MOV byte ptr [RAX + 0x2cb],0x0
LEA R14,[RSP + 0x18]
MOV qword ptr [R14 + -0x10],R14
LEA RSI,[0x107020]
LEA RDX,[0x107036]
LEA RDI,[RSP + 0x8]
CALL 0x00103ef0
LAB_00103660:
CALL 0x00103940
LEA RCX,[0x10ab58]
MOV RDX,RSP
MOV qword ptr [RDX],RCX
LAB_00103672:
LEA... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* output2File() */
void output2File(void)
{
long lVar1;
Logger *pLVar2;
int **local_38;
long *local_30 [2];
long local_20 [2];
lVar1 = yoyo::Singleton<yoyo::Logger>::getInstance();
*(int1 *)(lVar1 + 0x2cb) = 0;
local_30[... | ||
65,098 | inline_mysql_file_create_with_symlink | eloqsql/include/mysql/psi/mysql_file.h | static inline File
inline_mysql_file_create_with_symlink(
#ifdef HAVE_PSI_FILE_INTERFACE
PSI_file_key key, const char *src_file, uint src_line,
#endif
const char *linkname, const char *filename, int create_flags,
int access_flags, myf flags)
{
File file;
#ifdef HAVE_PSI_FILE_INTERFACE
struct PSI_file_locker *... | O0 | c | inline_mysql_file_create_with_symlink:
pushq %rbp
movq %rsp, %rbp
subq $0x80, %rsp
movq 0x18(%rbp), %rax
movl 0x10(%rbp), %eax
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl %r9d, -0x2c(%rbp)
leaq 0x1e6da9(%rip), %rax # 0x2c0238
movq (%rax), %rax... | inline_mysql_file_create_with_symlink_0:
push rbp
mov rbp, rsp
sub rsp, 80h
mov rax, [rbp+arg_8]
mov eax, [rbp+arg_0]
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_2C], r9d
lea rax, PSI_server
mov ... | long long inline_mysql_file_create_with_symlink_0(
unsigned int a1,
long long a2,
unsigned int a3,
long long a4,
long long a5,
unsigned int a6,
unsigned int a7,
long long a8)
{
_BYTE v9[72]; // [rsp+0h] [rbp-80h] BYREF
long long v10; // [rsp+48h] [rbp... | inline_mysql_file_create_with_symlink:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x80
MOV RAX,qword ptr [RBP + 0x18]
MOV EAX,dword ptr [RBP + 0x10]
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV dword ptr [RBP + -0x2c]... |
int4
inline_mysql_file_create_with_symlink
(int4 param_1,int8 param_2,int4 param_3,int8 param_4,
int8 param_5,int4 param_6,int4 param_7,int8 param_8)
{
int1 local_88 [72];
long local_40;
int4 local_38;
int4 local_34;
int8 local_30;
int8 local_28;
int4 local_1c;
int8 local_18;
int... | |
65,099 | common_chat_format_name[abi:cxx11](common_chat_format) | monkey531[P]llama/common/chat.cpp | std::string common_chat_format_name(common_chat_format format) {
switch (format) {
case COMMON_CHAT_FORMAT_CONTENT_ONLY: return "Content-only";
case COMMON_CHAT_FORMAT_GENERIC: return "Generic";
case COMMON_CHAT_FORMAT_MISTRAL_NEMO: return "Mistral Nemo";
case COMMON_CHAT_FORMAT_LLAM... | O1 | cpp | common_chat_format_name[abi:cxx11](common_chat_format):
pushq %r14
pushq %rbx
pushq %rax
cmpl $0xa, %esi
ja 0x861e7
movq %rdi, %rbx
movl %esi, %eax
leaq 0x31477(%rip), %rcx # 0xb7538
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
jmpq *%rax
leaq 0x10(%rbx), %rax
movq %rax, (%rbx)
leaq 0x324a8(%rip), %rsi # 0xb8580
... | _Z23common_chat_format_nameB5cxx1118common_chat_format:
push r14
push rbx
push rax
cmp esi, 0Ah; switch 11 cases
ja def_860C8; jumptable 00000000000860C8 default case
mov rbx, rdi
mov eax, esi
lea rcx, jpt_860C8
movsxd rax, ds:(jpt_860C8 - 0B7538h)[rcx+rax*4]
add rax, rcx
jmp rax;... | _QWORD * common_chat_format_name[abi:cxx11](_QWORD *a1, int a2)
{
char *v2; // rsi
char *v3; // rdx
std::runtime_error *exception; // rbx
switch ( a2 )
{
case 0:
*a1 = a1 + 2;
v2 = "Content-only";
v3 = "";
break;
case 1:
*a1 = a1 + 2;
v2 = "Generic";
v3 = "";... | common_chat_format_name[abi:cxx11]:
PUSH R14
PUSH RBX
PUSH RAX
CMP ESI,0xa
JA 0x001861e7
MOV RBX,RDI
MOV EAX,ESI
LEA RCX,[0x1b7538]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_0:
LEA RAX,[RBX + 0x10]
MOV qword ptr [RBX],RAX
LEA RSI,[0x1b8580]
LEA RDX,[0x1b858c]
JMP 0x001861d4
caseD_4:
LEA RA... |
/* common_chat_format_name[abi:cxx11](common_chat_format) */
long * common_chat_format_name_abi_cxx11_(long *param_1,int4 param_2)
{
runtime_error *this;
char *pcVar1;
char *pcVar2;
switch(param_2) {
case 0:
*param_1 = (long)(param_1 + 2);
pcVar2 = "Content-only";
pcVar1 = "";
break;
c... |
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.