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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
21,900 | mag_machine_probe_cpu_name | magnetron/magnetron/magnetron.c | static void MAG_COLDPROC mag_machine_probe_cpu_name(char (*out_cpu_name)[128]) { /* Get CPU name */
#ifdef _WIN32
HKEY key;
if (mag_unlikely(RegOpenKeyExA(HKEY_LOCAL_MACHINE, "HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0", 0, KEY_READ, &key))) return;
char tmp[64+1] = {0};
DWOR... | O0 | c | mag_machine_probe_cpu_name:
pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
movq %rdi, -0x8(%rbp)
leaq 0x1a8857(%rip), %rdi # 0x1c398d
leaq -0x90(%rbp), %rsi
callq 0x1be20
testb $0x1, %al
jne 0x1b148
jmp 0x1b15c
movsbl -0x90(%rbp), %ecx
movb $0x1, %al
cmpl $0x0, %ecx
movb %al, -0x91(%rbp)
jne 0x1b19f
leaq 0x1a8835(%rip)... | mag_machine_probe_cpu_name:
push rbp
mov rbp, rsp
sub rsp, 0A0h
mov [rbp+var_8], rdi
lea rdi, aModelName; "model name"
lea rsi, [rbp+var_90]
call mag_cpuinfo_parse_value
test al, 1
jnz short loc_1B148
jmp short loc_1B15C
loc_1B148:
movsx ecx, [rbp+var_90]
mov al, 1
cmp ecx... | long long mag_machine_probe_cpu_name(long long a1)
{
long long result; // rax
bool v2; // [rsp+Eh] [rbp-92h]
char v3; // [rsp+Fh] [rbp-91h]
char v4[136]; // [rsp+10h] [rbp-90h] BYREF
long long v5; // [rsp+98h] [rbp-8h]
v5 = a1;
if ( (mag_cpuinfo_parse_value("model name", v4) & 1) == 0 || (v3 = 1, !v4[0]... | mag_machine_probe_cpu_name:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
MOV qword ptr [RBP + -0x8],RDI
LEA RDI,[0x2c398d]
LEA RSI,[RBP + -0x90]
CALL 0x0011be20
TEST AL,0x1
JNZ 0x0011b148
JMP 0x0011b15c
LAB_0011b148:
MOVSX ECX,byte ptr [RBP + -0x90]
MOV AL,0x1
CMP ECX,0x0
MOV byte ptr [RBP + -0x91],AL
JNZ 0x0011b19f
LAB_0011b15c:... |
void mag_machine_probe_cpu_name(char *param_1)
{
uint uVar1;
ulong uVar2;
bool local_9a;
char local_98 [136];
char *local_10;
local_10 = param_1;
uVar2 = mag_cpuinfo_parse_value("model name",local_98);
if (((uVar2 & 1) == 0) || (local_9a = true, local_98[0] == '\0')) {
uVar1 = mag_cpuinfo_parse... | |
21,901 | nglog::LogMessage::Flush() | ng-log[P]ng-log/src/logging.cc | void LogMessage::Flush() {
if (data_->has_been_flushed_ || data_->severity_ < FLAGS_minloglevel) {
return;
}
data_->num_chars_to_log_ = data_->stream_.pcount();
data_->num_chars_to_syslog_ =
data_->num_chars_to_log_ - data_->num_prefix_chars_;
// Do we need to add a \n to the end of this message?
... | O3 | cpp | nglog::LogMessage::Flush():
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq 0x8(%rdi), %rax
cmpb $0x0, 0x76e0(%rax)
jne 0xa9b6
movl 0x7698(%rax), %ecx
leaq 0x25188(%rip), %rdx # 0x2f9c8
cmpl (%rdx), %ecx
jl 0xa9b6
movq %rdi, %rbx
movq 0x7568(%rax), %rcx
subq 0x7560(%rax), %rcx
movq %rcx, 0x76c0(%rax)
mo... | _ZN5nglog10LogMessage5FlushEv:
push rbp
push r15
push r14
push r12
push rbx
mov rax, [rdi+8]
cmp byte ptr [rax+76E0h], 0
jnz loc_A9B6
mov ecx, [rax+7698h]
lea rdx, _ZN3fLI17FLAGS_minloglevelE; fLI::FLAGS_minloglevel
cmp ecx, [rdx]
jl loc_A9B6
mov rbx, rdi
mov rcx, [ra... | long long nglog::LogMessage::Flush(nglog::LogMessage *this)
{
long long result; // rax
long long v3; // rcx
char v4; // r14
char v5; // bp
int v6; // eax
long long v7; // rcx
void ( *v8)(_QWORD); // rax
_QWORD *v9; // rdi
long long v10; // rax
_QWORD *v11; // r15
long long i; // r12
long long v... | Flush:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RAX,qword ptr [RDI + 0x8]
CMP byte ptr [RAX + 0x76e0],0x0
JNZ 0x0010a9b6
MOV ECX,dword ptr [RAX + 0x7698]
LEA RDX,[0x12f9c8]
CMP ECX,dword ptr [RDX]
JL 0x0010a9b6
MOV RBX,RDI
MOV RCX,qword ptr [RAX + 0x7568]
SUB RCX,qword ptr [RAX + 0x7560]
MOV qword ptr [RAX + 0x... |
/* nglog::LogMessage::Flush() */
void __thiscall nglog::LogMessage::Flush(LogMessage *this)
{
char cVar1;
int *piVar2;
int iVar3;
long lVar4;
code *pcVar5;
int *piVar6;
long lVar7;
int1 uVar8;
bool bVar9;
lVar4 = *(long *)(this + 8);
if ((*(char *)(lVar4 + 0x76e0) == '\0') && (fLI::FLAGS_min... | |
21,902 | bf_print_str | bluesky950520[P]quickjs/libbf.c | void bf_print_str(const char *str, const bf_t *a)
{
slimb_t i;
printf("%s=", str);
if (a->expn == BF_EXP_NAN) {
printf("NaN");
} else {
if (a->sign)
putchar('-');
if (a->expn == BF_EXP_ZERO) {
putchar('0');
} else if (a->expn == BF_EXP_INF) {
... | O1 | c | bf_print_str:
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %rsi
leaq 0x1ddd5(%rip), %rdi # 0xa313e
xorl %eax, %eax
callq 0xe280
movabsq $0x7fffffffffffffff, %rax # imm = 0x7FFFFFFFFFFFFFFF
cmpq %rax, 0x10(%rbx)
jne 0x85389
leaq 0x1b2e0(%rip), %rdi # 0xa0667
jmp 0x853c4
cmpl $0x0, 0x8(%rbx)
je 0x8... | bf_print_str:
push r15
push r14
push rbx
mov rbx, rsi
mov rsi, rdi
lea rdi, aS_2; "%s="
xor eax, eax
call _printf
mov rax, 7FFFFFFFFFFFFFFFh
cmp [rbx+10h], rax
jnz short loc_85389
lea rdi, aDateValueIsNan+0Eh; "NaN"
jmp short loc_853C4
loc_85389:
cmp dword ptr [rbx+8]... | long long bf_print_str(const char *a1, long long a2)
{
long long v2; // rax
long long v4; // r15
printf("%s=", a1);
if ( *(_QWORD *)(a2 + 16) == 0x7FFFFFFFFFFFFFFFLL )
{
printf("NaN");
}
else
{
if ( *(_DWORD *)(a2 + 8) )
putchar(45LL);
v2 = *(_QWORD *)(a2 + 16);
if ( v2 == 0x7FFF... | bf_print_str:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV RSI,RDI
LEA RDI,[0x1a313e]
XOR EAX,EAX
CALL 0x0010e280
MOV RAX,0x7fffffffffffffff
CMP qword ptr [RBX + 0x10],RAX
JNZ 0x00185389
LEA RDI,[0x1a0667]
JMP 0x001853c4
LAB_00185389:
CMP dword ptr [RBX + 0x8],0x0
JZ 0x00185399
MOV EDI,0x2d
CALL 0x0010e080
LAB_00185399:
... |
/* WARNING: Removing unreachable block (ram,0x001853b1) */
void bf_print_str(int8 param_1,long param_2)
{
char *__format;
long lVar1;
printf("%s=",param_1);
if (*(long *)(param_2 + 0x10) == 0x7fffffffffffffff) {
__format = "NaN";
}
else {
if (*(int *)(param_2 + 8) != 0) {
putchar(0x2d);
... | |
21,903 | bf_print_str | bluesky950520[P]quickjs/libbf.c | void bf_print_str(const char *str, const bf_t *a)
{
slimb_t i;
printf("%s=", str);
if (a->expn == BF_EXP_NAN) {
printf("NaN");
} else {
if (a->sign)
putchar('-');
if (a->expn == BF_EXP_ZERO) {
putchar('0');
} else if (a->expn == BF_EXP_INF) {
... | O2 | c | bf_print_str:
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %rsi
leaq 0x1a3d2(%rip), %rdi # 0x8a07e
xorl %eax, %eax
callq 0xe290
movq 0x10(%rbx), %rax
movabsq $0x7fffffffffffffff, %rcx # imm = 0x7FFFFFFFFFFFFFFF
cmpq %rcx, %rax
jne 0x6fccf
leaq 0x178d4(%rip), %rdi # 0x875a1
jmp 0x6fd06
cmpl $0x0, ... | bf_print_str:
push r15
push r14
push rbx
mov rbx, rsi
mov rsi, rdi
lea rdi, aS_2; "%s="
xor eax, eax
call _printf
mov rax, [rbx+10h]
mov rcx, 7FFFFFFFFFFFFFFFh
cmp rax, rcx
jnz short loc_6FCCF
lea rdi, aDateValueIsNan+0Eh; "NaN"
jmp short loc_6FD06
loc_6FCCF:
cmp ... | long long bf_print_str(const char *a1, long long a2)
{
long long v2; // rax
long long i; // r15
printf("%s=", a1);
v2 = *(_QWORD *)(a2 + 16);
if ( v2 == 0x7FFFFFFFFFFFFFFFLL )
{
printf("NaN");
}
else
{
if ( *(_DWORD *)(a2 + 8) )
{
putchar(45LL);
v2 = *(_QWORD *)(a2 + 16);
... | bf_print_str:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV RSI,RDI
LEA RDI,[0x18a07e]
XOR EAX,EAX
CALL 0x0010e290
MOV RAX,qword ptr [RBX + 0x10]
MOV RCX,0x7fffffffffffffff
CMP RAX,RCX
JNZ 0x0016fccf
LEA RDI,[0x1875a1]
JMP 0x0016fd06
LAB_0016fccf:
CMP dword ptr [RBX + 0x8],0x0
JZ 0x0016fce1
PUSH 0x2d
POP RDI
CALL 0x0010e0... |
/* WARNING: Removing unreachable block (ram,0x0016fcf5) */
void bf_print_str(int8 param_1,long param_2)
{
char *__format;
long lVar1;
printf("%s=",param_1);
lVar1 = *(long *)(param_2 + 0x10);
if (lVar1 == 0x7fffffffffffffff) {
__format = "NaN";
}
else {
if (*(int *)(param_2 + 8) != 0) {
... | |
21,904 | bf_print_str | bluesky950520[P]quickjs/libbf.c | void bf_print_str(const char *str, const bf_t *a)
{
slimb_t i;
printf("%s=", str);
if (a->expn == BF_EXP_NAN) {
printf("NaN");
} else {
if (a->sign)
putchar('-');
if (a->expn == BF_EXP_ZERO) {
putchar('0');
} else if (a->expn == BF_EXP_INF) {
... | O3 | c | bf_print_str:
pushq %r15
pushq %r14
pushq %rbx
movq %rsi, %rbx
movq %rdi, %rsi
leaq 0x1e34f(%rip), %rdi # 0xa60ee
xorl %eax, %eax
callq 0xe280
movq 0x10(%rbx), %rax
movabsq $0x7fffffffffffffff, %rcx # imm = 0x7FFFFFFFFFFFFFFF
cmpq %rcx, %rax
jne 0x87dc2
leaq 0x1b851(%rip), %rdi # 0xa3611
jmp 0x87dfd
cmpl $0x0, ... | bf_print_str:
push r15
push r14
push rbx
mov rbx, rsi
mov rsi, rdi
lea rdi, aS_2; "%s="
xor eax, eax
call _printf
mov rax, [rbx+10h]
mov rcx, 7FFFFFFFFFFFFFFFh
cmp rax, rcx
jnz short loc_87DC2
lea rdi, aDateValueIsNan+0Eh; "NaN"
jmp short loc_87DFD
loc_87DC2:
cmp ... | long long bf_print_str(const char *a1, long long a2)
{
long long v2; // rax
long long v4; // r15
printf("%s=", a1);
v2 = *(_QWORD *)(a2 + 16);
if ( v2 == 0x7FFFFFFFFFFFFFFFLL )
{
printf("NaN");
}
else
{
if ( *(_DWORD *)(a2 + 8) )
{
putchar(45LL);
v2 = *(_QWORD *)(a2 + 16);
... | bf_print_str:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RSI
MOV RSI,RDI
LEA RDI,[0x1a60ee]
XOR EAX,EAX
CALL 0x0010e280
MOV RAX,qword ptr [RBX + 0x10]
MOV RCX,0x7fffffffffffffff
CMP RAX,RCX
JNZ 0x00187dc2
LEA RDI,[0x1a3611]
JMP 0x00187dfd
LAB_00187dc2:
CMP dword ptr [RBX + 0x8],0x0
JZ 0x00187dd6
MOV EDI,0x2d
CALL 0x0010e080
MO... |
/* WARNING: Removing unreachable block (ram,0x00187dea) */
void bf_print_str(int8 param_1,long param_2)
{
char *__format;
long lVar1;
printf("%s=",param_1);
lVar1 = *(long *)(param_2 + 0x10);
if (lVar1 == 0x7fffffffffffffff) {
__format = "NaN";
}
else {
if (*(int *)(param_2 + 8) != 0) {
... | |
21,905 | st_select_lex_unit::is_unit_op() | eloqsql/sql/sql_lex.h | inline bool st_select_lex_unit::is_unit_op ()
{
if (!first_select()->next_select())
{
if (first_select()->tvc)
return 1;
else
return 0;
}
enum sub_select_type linkage= first_select()->next_select()->linkage;
return linkage == UNION_TYPE || linkage == INTERSECT_TYPE ||
linkage == EXCEP... | O0 | c | st_select_lex_unit::is_unit_op():
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
movq %rdi, -0x20(%rbp)
callq 0x7fb3e0
movq %rax, %rdi
callq 0x8a9850
cmpq $0x0, %rax
jne 0x8a9ea6
movq -0x20(%rbp), %rdi
callq 0x7fb3e0
cmpq $0x0, 0x118(%rax)
je 0x8a9ea0
movb $0x1, -0x1(%rbp)
jmp... | _ZN18st_select_lex_unit10is_unit_opEv:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov rdi, [rbp+var_10]; this
mov [rbp+var_20], rdi
call _ZN18st_select_lex_unit12first_selectEv; st_select_lex_unit::first_select(void)
mov rdi, rax; this
call _ZN13st_select_lex11next_selectE... | bool st_select_lex_unit::is_unit_op(st_select_lex_unit *this)
{
st_select_lex *select; // rax
st_select_lex *v2; // rax
bool v4; // [rsp+Fh] [rbp-21h]
int v5; // [rsp+1Ch] [rbp-14h]
select = (st_select_lex *)st_select_lex_unit::first_select(this);
if ( st_select_lex::next_select(select) )
{
v2 = (st... | __cxx_global_var_init.8:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x264b4e8]
MOV ESI,0x1800000
CALL 0x008db900
POP RBP
RET
|
void __cxx_global_var_init_8(void)
{
date_conv_mode_t::date_conv_mode_t((date_conv_mode_t *)&TIME_NO_ZEROS,0x1800000);
return;
}
| |
21,906 | google::protobuf::compiler::cpp::ParseFunctionGenerator::GenerateFieldNames(google::protobuf::compiler::cpp::Formatter&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/parse_function_generator.cc | void ParseFunctionGenerator::GenerateFieldNames(Formatter& format) {
// First, we output the size of each string, as an unsigned byte. The first
// string is the message name.
int count = 1;
format("\"");
FormatOctal(format,
std::min(static_cast<int>(descriptor_->full_name().size()), 255));
fo... | O3 | cpp | google::protobuf::compiler::cpp::ParseFunctionGenerator::GenerateFieldNames(google::protobuf::compiler::cpp::Formatter&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x118, %rsp # imm = 0x118
movq %rsi, %rbx
movq %rdi, %r14
leaq 0x1080e2(%rip), %rsi # 0x1a0338
movq %rbx, %rdi
c... | _ZN6google8protobuf8compiler3cpp22ParseFunctionGenerator18GenerateFieldNamesERNS2_9FormatterE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 118h
mov rbx, rsi
mov r14, rdi
lea rsi, asc_1A0335+3; "\""
mov rdi, rbx
call _ZNK6google8protobuf8compiler3cpp9Formatterc... | void google::protobuf::compiler::cpp::ParseFunctionGenerator::GenerateFieldNames(
_QWORD *a1,
google::protobuf::io::Printer **a2)
{
unsigned int v2; // ecx
long long v3; // rax
long long v4; // r13
long long v5; // r14
int v6; // ebp
int v7; // ebp
int v8; // r14d
bool v9; // zf
long ... | GenerateFieldNames:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x118
MOV RBX,RSI
MOV R14,RDI
LEA RSI,[0x2a0338]
MOV RDI,RBX
CALL 0x00139938
MOV RAX,qword ptr [R14]
MOV RAX,qword ptr [RAX + 0x8]
MOV EAX,dword ptr [RAX + 0x28]
MOV ECX,0xff
CMP EAX,ECX
CMOVL ECX,EAX
MOV EAX,ECX
SHR EAX,0x6
AND EAX,0x3
I... |
/* google::protobuf::compiler::cpp::ParseFunctionGenerator::GenerateFieldNames(google::protobuf::compiler::cpp::Formatter&)
*/
void __thiscall
google::protobuf::compiler::cpp::ParseFunctionGenerator::GenerateFieldNames
(ParseFunctionGenerator *this,Formatter *param_1)
{
long *plVar1;
long lVar2;
... | |
21,907 | js_TA_get_float16 | bluesky950520[P]quickjs/quickjs.c | static JSValue js_TA_get_float16(JSContext *ctx, const void *a) {
return js_float64(fromfp16(*(const uint16_t *)a));
} | O1 | c | js_TA_get_float16:
pushq %rbx
movzwl (%rsi), %ebx
movl $0x7c00, %edx # imm = 0x7C00
movl %ebx, %eax
andl %edx, %eax
movl %ebx, %ecx
andl $0x3ff, %ecx # imm = 0x3FF
cmpl %edx, %eax
jne 0x82d5c
xorl %eax, %eax
testl %ecx, %ecx
sete %al
leaq 0x1b9fb(%rip), %rcx # 0x9e750
movsd (%rcx,%rax,8), %xmm0... | js_TA_get_float16:
push rbx
movzx ebx, word ptr [rsi]
mov edx, 7C00h
mov eax, ebx
and eax, edx
mov ecx, ebx
and ecx, 3FFh
cmp eax, edx
jnz short loc_82D5C
xor eax, eax
test ecx, ecx
setz al
lea rcx, dbl_9E750
movsd xmm0, qword ptr [rcx+rax*8]
jmp short loc_82D89
loc_... | long long js_TA_get_float16(long long a1, __int16 *a2)
{
__int16 v2; // bx
unsigned int v3; // eax
int v4; // ecx
double v5; // xmm0_8
long long v6; // rdi
v2 = *a2;
v3 = *a2 & 0x7C00;
v4 = *a2 & 0x3FF;
if ( v3 == 31744 )
{
v5 = dbl_9E750[v4 == 0];
}
else
{
v5 = (double)v4 * 0.000976... | js_TA_get_float16:
PUSH RBX
MOVZX EBX,word ptr [RSI]
MOV EDX,0x7c00
MOV EAX,EBX
AND EAX,EDX
MOV ECX,EBX
AND ECX,0x3ff
CMP EAX,EDX
JNZ 0x00182d5c
XOR EAX,EAX
TEST ECX,ECX
SETZ AL
LEA RCX,[0x19e750]
MOVSD XMM0,qword ptr [RCX + RAX*0x8]
JMP 0x00182d89
LAB_00182d5c:
CVTSI2SD XMM0,ECX
MULSD XMM0,qword ptr [0x0019e880]
MOV E... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
int1 [16] js_TA_get_float16(int8 param_1,ushort *param_2)
{
ushort uVar1;
int __n;
double dVar2;
int1 auVar3 [16];
uVar1 = *param_2;
if ((uVar1 & 0x7c00) == 0x7c00) {
dVar2 = *(double *)(&DAT_0019e750 + (ulong)((... | |
21,908 | js_generator_finalizer | bluesky950520[P]quickjs/quickjs.c | static void js_generator_finalizer(JSRuntime *rt, JSValue obj)
{
JSGeneratorData *s = JS_GetOpaque(obj, JS_CLASS_GENERATOR);
if (s) {
free_generator_stack_rt(rt, s);
js_free_rt(rt, s);
}
} | O1 | c | js_generator_finalizer:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq %rsi, (%rsp)
cmpl $-0x1, %edx
jne 0x3a771
movq (%rsp), %rax
cmpw $0x2f, 0x6(%rax)
jne 0x3a771
movq 0x30(%rax), %r14
jmp 0x3a774
xorl %r14d, %r14d
testq %r14, %r14
je 0x3a7bf
cmpl $0x4, (%r14)
je 0x3a792
leaq 0x8(%r14), %rsi
movq %rbx, %rdi
ca... | js_generator_finalizer:
push r14
push rbx
push rax
mov rbx, rdi
mov [rsp+18h+var_18], rsi
cmp edx, 0FFFFFFFFh
jnz short loc_3A771
mov rax, [rsp+18h+var_18]
cmp word ptr [rax+6], 2Fh ; '/'
jnz short loc_3A771
mov r14, [rax+30h]
jmp short loc_3A774
loc_3A771:
xor r14d, r14... | void js_generator_finalizer(long long a1, long long a2, long long a3)
{
_DWORD *v3; // r14
long long v4; // rax
void ( *v5)(_QWORD, _DWORD *); // rcx
if ( (_DWORD)a3 == -1 && *(_WORD *)(a2 + 6) == 47 )
v3 = *(_DWORD **)(a2 + 48);
else
v3 = 0LL;
if ( v3 )
{
if ( *v3 != 4 )
{
async_f... | js_generator_finalizer:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV qword ptr [RSP],RSI
CMP EDX,-0x1
JNZ 0x0013a771
MOV RAX,qword ptr [RSP]
CMP word ptr [RAX + 0x6],0x2f
JNZ 0x0013a771
MOV R14,qword ptr [RAX + 0x30]
JMP 0x0013a774
LAB_0013a771:
XOR R14D,R14D
LAB_0013a774:
TEST R14,R14
JZ 0x0013a7bf
CMP dword ptr [R14],0... |
void js_generator_finalizer(long param_1,long param_2,int param_3)
{
long lVar1;
int *piVar2;
if ((param_3 == -1) && (*(short *)(param_2 + 6) == 0x2f)) {
piVar2 = *(int **)(param_2 + 0x30);
}
else {
piVar2 = (int *)0x0;
}
if (piVar2 != (int *)0x0) {
if (*piVar2 != 4) {
async_func_fr... | |
21,909 | my_hash_first | eloqsql/mysys/hash.c | uchar* my_hash_first(const HASH *hash, const uchar *key, size_t length,
HASH_SEARCH_STATE *current_record)
{
uchar *res;
DBUG_ASSERT(my_hash_inited(hash));
res= my_hash_first_from_hash_value(hash,
hash->hash_function(hash->charset, key,
... | O3 | c | my_hash_first:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rcx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movq 0x58(%rdi), %rax
movq 0x68(%rdi), %rdi
movq %rdx, %r12
testq %rdx, %rdx
jne 0x93ae8
movq 0x8(%r15), %rdx
xorl %r12d, %r12d
movq %r14, %rsi
callq *%rax
movq %r15, %rdi
movl %eax, %es... | my_hash_first:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rcx
mov r14, rsi
mov r15, rdi
mov rax, [rdi+58h]
mov rdi, [rdi+68h]
mov r12, rdx
test rdx, rdx
jnz short loc_93AE8
mov rdx, [r15+8]
xor r12d, r12d
loc_93AE8:
mov rsi, r14
call ... | long long my_hash_first(_QWORD *a1, long long a2, long long a3, long long a4)
{
long long ( *v6)(long long, long long, long long); // rax
long long v7; // rdi
long long v8; // r12
unsigned int v9; // eax
v6 = (long long ( *)(long long, long long, long long))a1[11];
v7 = a1[13];
v8 = a3;
if ( !a3 )
{... | my_hash_first:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RCX
MOV R14,RSI
MOV R15,RDI
MOV RAX,qword ptr [RDI + 0x58]
MOV RDI,qword ptr [RDI + 0x68]
MOV R12,RDX
TEST RDX,RDX
JNZ 0x00193ae8
MOV RDX,qword ptr [R15 + 0x8]
XOR R12D,R12D
LAB_00193ae8:
MOV RSI,R14
CALL RAX
MOV RDI,R15
MOV ESI,EAX
MOV RDX... |
void my_hash_first(long param_1,int8 param_2,long param_3,int8 param_4)
{
int4 uVar1;
long lVar2;
lVar2 = param_3;
if (param_3 == 0) {
param_3 = *(long *)(param_1 + 8);
lVar2 = 0;
}
uVar1 = (**(code **)(param_1 + 0x58))(*(int8 *)(param_1 + 0x68),param_2,param_3);
my_hash_first_from_hash_value... | |
21,910 | evmone::EOF1Header::get_code(std::basic_string_view<unsigned char, evmc::byte_traits<unsigned char>>, unsigned long) const | corpus-core[P]colibri-stateless/build_O3/_deps/evmone_external-src/lib/evmone/eof.hpp | [[nodiscard]] bytes_view get_code(bytes_view container, size_t code_idx) const noexcept
{
assert(code_idx < code_offsets.size());
return container.substr(code_offsets[code_idx], code_sizes[code_idx]);
} | O3 | cpp | evmone::EOF1Header::get_code(std::basic_string_view<unsigned char, evmc::byte_traits<unsigned char>>, unsigned long) const:
pushq %rax
movq %rsi, %r8
movq 0x28(%rdi), %rax
movq 0x30(%rdi), %rsi
subq %rax, %rsi
sarq %rsi
cmpq %rcx, %rsi
jbe 0x31682
movzwl (%rax,%rcx,2), %r9d
movq %r8, %rsi
subq %r9, %rsi
jb 0x316a1
movq... | _ZNK6evmone10EOF1Header8get_codeESt17basic_string_viewIhN4evmc11byte_traitsIhEEEm:
push rax
mov r8, rsi
mov rax, [rdi+28h]
mov rsi, [rdi+30h]
sub rsi, rax
sar rsi, 1
cmp rsi, rcx
jbe short loc_31682
movzx r9d, word ptr [rax+rcx*2]
mov rsi, r8
sub rsi, r9
jb short loc_316A1
... | unsigned long long evmone::EOF1Header::get_code(
_QWORD *a1,
unsigned long long a2,
long long a3,
unsigned long long a4)
{
long long v4; // rax
unsigned long long v5; // r9
unsigned long long result; // rax
v4 = a1[5];
if ( (a1[6] - v4) >> 1 <= a4 )
__assert_fail(
"... | get_code:
PUSH RAX
MOV R8,RSI
MOV RAX,qword ptr [RDI + 0x28]
MOV RSI,qword ptr [RDI + 0x30]
SUB RSI,RAX
SAR RSI,0x1
CMP RSI,RCX
JBE 0x00131682
MOVZX R9D,word ptr [RAX + RCX*0x2]
MOV RSI,R8
SUB RSI,R9
JC 0x001316a1
MOV RAX,qword ptr [RDI + 0x10]
MOVZX EAX,word ptr [RAX + RCX*0x2]
CMP RSI,RAX
CMOVC RAX,RSI
ADD RDX,R9
POP... |
/* evmone::EOF1Header::get_code(std::basic_string_view<unsigned char, evmc::byte_traits<unsigned
char> >, unsigned long) const */
int1 [16] evmone::EOF1Header::get_code(long param_1,ulong param_2,long param_3,ulong param_4)
{
ulong uVar1;
ulong uVar2;
int1 auVar3 [16];
if ((ulong)(*(long *)(param_1 + ... | |
21,911 | ulight::(anonymous namespace)::append_html_escaped(ulight::Non_Owning_Buffer<char>&, std::basic_string_view<char, std::char_traits<char>>) | ulight/src/main/cpp/ulight.cpp | void append_html_escaped(Non_Owning_Buffer<char>& out, std::string_view text)
{
while (!text.empty()) {
const std::size_t bracket_pos = text.find_first_of("<>&");
const auto snippet = text.substr(0, std::min(text.length(), bracket_pos));
out.append_range(snippet);
if (bracket_pos == ... | O0 | cpp | ulight::(anonymous namespace)::append_html_escaped(ulight::Non_Owning_Buffer<char>&, std::basic_string_view<char, std::char_traits<char>>):
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rsi, -0x10(%rbp)
movq %rdx, -0x8(%rbp)
movq %rdi, -0x18(%rbp)
leaq -0x10(%rbp), %rdi
callq 0x8110
xorb $-0x1, %al
testb $0x1, %al
... | _ZN6ulight12_GLOBAL__N_119append_html_escapedERNS_17Non_Owning_BufferIcEESt17basic_string_viewIcSt11char_traitsIcEE:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rsi
mov [rbp+var_8], rdx
mov [rbp+var_18], rdi
loc_6204:
lea rdi, [rbp+var_10]
call _ZNKSt17basic_string_viewIcSt11char_... | char ulight::`anonymous namespace'::append_html_escaped(long long a1, long long a2, long long a3)
{
char result; // al
_QWORD *v4; // rax
long long v5; // rdx
char v6; // si
char *v7; // rax
long long v8; // rdx
long long v9; // rdx
long long v10; // [rsp+0h] [rbp-60h]
_QWORD v11[2]; // [rsp+18h] [rb... | append_html_escaped:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x8],RDX
MOV qword ptr [RBP + -0x18],RDI
LAB_00106204:
LEA RDI,[RBP + -0x10]
CALL 0x00108110
XOR AL,0xff
TEST AL,0x1
JNZ 0x00106218
JMP 0x001062df
LAB_00106218:
LEA RDI,[RBP + -0x10]
LEA RSI,[0x11b77d]
XOR EAX,E... |
/* ulight::(anonymous namespace)::append_html_escaped(ulight::Non_Owning_Buffer<char>&,
std::basic_string_view<char, std::char_traits<char> >) */
void __thiscall
ulight::(anonymous_namespace)::append_html_escaped
(_anonymous_namespace_ *this,int8 param_1,int8 param_3)
{
_anonymous_namespace_ *p_Var1;
... | |
21,912 | nglog::tools::GetSymbolFromObjectFile(int, unsigned long, char*, unsigned long, unsigned long) | ng-log[P]ng-log/src/symbolize.cc | static bool GetSymbolFromObjectFile(const int fd, uint64_t pc, char* out,
size_t out_size, uint64_t base_address) {
// Read the ELF header.
ElfW(Ehdr) elf_header;
if (!ReadFromOffsetExact(fd, &elf_header, sizeof(elf_header), 0)) {
return false;
}
ElfW(Shdr) symtab, str... | O0 | cpp | nglog::tools::GetSymbolFromObjectFile(int, unsigned long, char*, unsigned long, unsigned long):
pushq %rbp
movq %rsp, %rbp
subq $0xf0, %rsp
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl -0x8(%rbp), %edi
leaq -0x68(%rbp), %rsi
movl $0x40, %edx
xorl ... | _ZN5nglog5toolsL23GetSymbolFromObjectFileEimPcmm:
push rbp
mov rbp, rsp
sub rsp, 0F0h
mov dword ptr [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov edi, dword ptr [rbp+var_8]; this
lea rsi, [rbp+var_68]; int
mov edx, ... | char nglog::tools::GetSymbolFromObjectFile(
nglog::tools *this,
long long a2,
long long a3,
char *a4,
unsigned long long a5)
{
unsigned long long v5; // r8
unsigned long long v6; // r8
int v8[16]; // [rsp+8h] [rbp-E8h] BYREF
_BYTE v9[40]; // [rsp+48h] [rbp-A8h] BYREF
u... | GetSymbolFromObjectFile:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xf0
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV EDI,dword ptr [RBP + -0x8]
LEA RSI,[RBP + -0x68]
MOV EDX,0x40
XOR EAX,EAX
MOV ECX,EAX
CALL 0x001497... |
/* nglog::tools::GetSymbolFromObjectFile(int, unsigned long, char*, unsigned long, unsigned long) */
int1
nglog::tools::GetSymbolFromObjectFile
(int param_1,ulong param_2,char *param_3,ulong param_4,ulong param_5)
{
ulong uVar1;
Elf64_Shdr local_f0;
Elf64_Shdr local_b0;
int1 local_70 [40];
ulong ... | |
21,913 | JS_ThrowTypeErrorReadOnly | bluesky950520[P]quickjs/quickjs.c | static int JS_ThrowTypeErrorReadOnly(JSContext *ctx, int flags, JSAtom atom)
{
if ((flags & JS_PROP_THROW) ||
((flags & JS_PROP_THROW_STRICT) && is_strict_mode(ctx))) {
JS_ThrowTypeErrorAtom(ctx, "'%s' is read-only", atom);
return -1;
} else {
return FALSE;
}
} | O0 | c | JS_ThrowTypeErrorReadOnly:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movl %esi, 0x14(%rsp)
movl %edx, 0x10(%rsp)
movl 0x14(%rsp), %eax
andl $0x4000, %eax # imm = 0x4000
cmpl $0x0, %eax
jne 0x6100c
movl 0x14(%rsp), %eax
andl $0x8000, %eax # imm = 0x8000
cmpl $0x0, %eax
je 0x6103d
movq 0x18(%rsp), %rdi
c... | JS_ThrowTypeErrorReadOnly:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_14], esi
mov [rsp+28h+var_18], edx
mov eax, [rsp+28h+var_14]
and eax, 4000h
cmp eax, 0
jnz short loc_6100C
mov eax, [rsp+28h+var_14]
and eax, 8000h
cmp eax, 0
jz short loc_6103D
mov rd... | long long JS_ThrowTypeErrorReadOnly(
long long a1,
__int16 a2,
unsigned int a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
if ( (a2 & 0x4000) != 0 || a2 < 0 && is_strict_mode(a1) )... | JS_ThrowTypeErrorReadOnly:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV dword ptr [RSP + 0x14],ESI
MOV dword ptr [RSP + 0x10],EDX
MOV EAX,dword ptr [RSP + 0x14]
AND EAX,0x4000
CMP EAX,0x0
JNZ 0x0016100c
MOV EAX,dword ptr [RSP + 0x14]
AND EAX,0x8000
CMP EAX,0x0
JZ 0x0016103d
MOV RDI,qword ptr [RSP + 0x18]
CALL 0x0013... |
int4 JS_ThrowTypeErrorReadOnly(int8 param_1,uint param_2,int4 param_3)
{
int iVar1;
int4 local_4;
if ((param_2 & 0x4000) == 0) {
if ((param_2 & 0x8000) != 0) {
iVar1 = is_strict_mode(param_1);
if (iVar1 != 0) goto LAB_0016100c;
}
local_4 = 0;
}
else {
LAB_0016100c:
__JS_ThrowT... | |
21,914 | JS_ThrowTypeErrorReadOnly | bluesky950520[P]quickjs/quickjs.c | static int JS_ThrowTypeErrorReadOnly(JSContext *ctx, int flags, JSAtom atom)
{
if ((flags & JS_PROP_THROW) ||
((flags & JS_PROP_THROW_STRICT) && is_strict_mode(ctx))) {
JS_ThrowTypeErrorAtom(ctx, "'%s' is read-only", atom);
return -1;
} else {
return FALSE;
}
} | O1 | c | JS_ThrowTypeErrorReadOnly:
pushq %rbx
subq $0x40, %rsp
movq %rdi, %rbx
btl $0xe, %esi
jb 0x3db8d
xorl %eax, %eax
testw %si, %si
jns 0x3dbb2
movq 0x18(%rbx), %rcx
movq 0x108(%rcx), %rcx
testq %rcx, %rcx
je 0x3dbb2
cmpl $0x0, 0x40(%rcx)
jns 0x3dbb2
movq 0x18(%rbx), %rdi
movq %rsp, %rsi
callq 0x221f0
leaq 0x61593(%rip), %... | JS_ThrowTypeErrorReadOnly:
push rbx
sub rsp, 40h
mov rbx, rdi
bt esi, 0Eh
jb short loc_3DB8D
xor eax, eax
test si, si
jns short loc_3DBB2
mov rcx, [rbx+18h]
mov rcx, [rcx+108h]
test rcx, rcx
jz short loc_3DBB2
cmp dword ptr [rcx+40h], 0
jns short loc_3DBB2
loc_3DB... | long long JS_ThrowTypeErrorReadOnly(
long long a1,
__int16 a2,
int a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long result; // rax
long long v12; // rcx
unsigned long l... | JS_ThrowTypeErrorReadOnly:
PUSH RBX
SUB RSP,0x40
MOV RBX,RDI
BT ESI,0xe
JC 0x0013db8d
XOR EAX,EAX
TEST SI,SI
JNS 0x0013dbb2
MOV RCX,qword ptr [RBX + 0x18]
MOV RCX,qword ptr [RCX + 0x108]
TEST RCX,RCX
JZ 0x0013dbb2
CMP dword ptr [RCX + 0x40],0x0
JNS 0x0013dbb2
LAB_0013db8d:
MOV RDI,qword ptr [RBX + 0x18]
MOV RSI,RSP
CAL... |
int8 JS_ThrowTypeErrorReadOnly(long param_1,uint param_2)
{
long lVar1;
int8 uVar2;
int1 auStack_48 [64];
if (((param_2 >> 0xe & 1) != 0) ||
(((uVar2 = 0, (short)param_2 < 0 &&
(lVar1 = *(long *)(*(long *)(param_1 + 0x18) + 0x108), lVar1 != 0)) &&
(*(int *)(lVar1 + 0x40) < 0)))) {
uVa... | |
21,915 | JS_ThrowTypeErrorReadOnly | bluesky950520[P]quickjs/quickjs.c | static int JS_ThrowTypeErrorReadOnly(JSContext *ctx, int flags, JSAtom atom)
{
if ((flags & JS_PROP_THROW) ||
((flags & JS_PROP_THROW_STRICT) && is_strict_mode(ctx))) {
JS_ThrowTypeErrorAtom(ctx, "'%s' is read-only", atom);
return -1;
} else {
return FALSE;
}
} | O2 | c | JS_ThrowTypeErrorReadOnly:
btl $0xe, %esi
jb 0x3638b
xorl %eax, %eax
testw %si, %si
jns 0x3638a
movq 0x18(%rdi), %rcx
movq 0x108(%rcx), %rcx
testq %rcx, %rcx
je 0x3638a
cmpl $0x0, 0x40(%rcx)
js 0x3638b
retq
pushq %rax
leaq 0x4fcf0(%rip), %rax # 0x86083
movl %edx, %esi
movq %rax, %rdx
callq 0x35e6d
pushq $-0x1
popq ... | JS_ThrowTypeErrorReadOnly:
bt esi, 0Eh
jb short loc_3638B
xor eax, eax
test si, si
jns short locret_3638A
mov rcx, [rdi+18h]
mov rcx, [rcx+108h]
test rcx, rcx
jz short locret_3638A
cmp dword ptr [rcx+40h], 0
js short loc_3638B
locret_3638A:
retn
loc_3638B:
push rax
lea ... | long long JS_ThrowTypeErrorReadOnly(
long long a1,
__int16 a2,
int a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11)
{
long long result; // rax
long long v12; // rcx
if ( (a2 & 0x4... | JS_ThrowTypeErrorReadOnly:
BT ESI,0xe
JC 0x0013638b
XOR EAX,EAX
TEST SI,SI
JNS 0x0013638a
MOV RCX,qword ptr [RDI + 0x18]
MOV RCX,qword ptr [RCX + 0x108]
TEST RCX,RCX
JZ 0x0013638a
CMP dword ptr [RCX + 0x40],0x0
JS 0x0013638b
LAB_0013638a:
RET
LAB_0013638b:
PUSH RAX
LEA RAX,[0x186083]
MOV ESI,EDX
MOV RDX,RAX
CALL 0x0013... |
int8 JS_ThrowTypeErrorReadOnly(long param_1,uint param_2,int4 param_3)
{
long lVar1;
if ((param_2 >> 0xe & 1) == 0) {
if (((-1 < (short)param_2) || (lVar1 = *(long *)(*(long *)(param_1 + 0x18) + 0x108), lVar1 == 0)
) || (-1 < *(int *)(lVar1 + 0x40))) {
return 0;
}
}
__JS_ThrowTypeErro... | |
21,916 | TensorStorage::unsqueeze() | 7CodeWizard[P]stablediffusion/model.h | void unsqueeze() {
if (n_dims == 2) {
n_dims = 4;
ne[3] = ne[1];
ne[2] = ne[0];
ne[1] = 1;
ne[0] = 1;
}
} | O0 | c | TensorStorage::unsqueeze():
movq %rdi, -0x8(%rsp)
movq -0x8(%rsp), %rax
movq %rax, -0x10(%rsp)
cmpl $0x2, 0x48(%rax)
jne 0xc2c41
movq -0x10(%rsp), %rax
movl $0x4, 0x48(%rax)
movq 0x30(%rax), %rcx
movq %rcx, 0x40(%rax)
movq 0x28(%rax), %rcx
movq %rcx, 0x38(%rax)
movq $0x1, 0x30(%rax)
movq $0x1, 0x28(%rax)
retq
nopw %cs:... | _ZN13TensorStorage9unsqueezeEv:
mov [rsp+var_8], rdi
mov rax, [rsp+var_8]
mov [rsp+var_10], rax
cmp dword ptr [rax+48h], 2
jnz short locret_C2C41
mov rax, [rsp+var_10]
mov dword ptr [rax+48h], 4
mov rcx, [rax+30h]
mov [rax+40h], rcx
mov rcx, [rax+28h]
mov [rax+38h], rcx
mov ... | TensorStorage * TensorStorage::unsqueeze(TensorStorage *this)
{
TensorStorage *result; // rax
result = this;
if ( *((_DWORD *)this + 18) == 2 )
{
result = this;
*((_DWORD *)this + 18) = 4;
*((_QWORD *)this + 8) = *((_QWORD *)this + 6);
*((_QWORD *)this + 7) = *((_QWORD *)this + 5);
*((_QWOR... | unsqueeze:
MOV qword ptr [RSP + -0x8],RDI
MOV RAX,qword ptr [RSP + -0x8]
MOV qword ptr [RSP + -0x10],RAX
CMP dword ptr [RAX + 0x48],0x2
JNZ 0x001c2c41
MOV RAX,qword ptr [RSP + -0x10]
MOV dword ptr [RAX + 0x48],0x4
MOV RCX,qword ptr [RAX + 0x30]
MOV qword ptr [RAX + 0x40],RCX
MOV RCX,qword ptr [RAX + 0x28]
MOV qword ptr... |
/* TensorStorage::unsqueeze() */
void __thiscall TensorStorage::unsqueeze(TensorStorage *this)
{
if (*(int *)(this + 0x48) == 2) {
*(int4 *)(this + 0x48) = 4;
*(int8 *)(this + 0x40) = *(int8 *)(this + 0x30);
*(int8 *)(this + 0x38) = *(int8 *)(this + 0x28);
*(int8 *)(this + 0x30) = 1;
*(int8 *)(... | |
21,917 | TensorStorage::unsqueeze() | 7CodeWizard[P]stablediffusion/model.h | void unsqueeze() {
if (n_dims == 2) {
n_dims = 4;
ne[3] = ne[1];
ne[2] = ne[0];
ne[1] = 1;
ne[0] = 1;
}
} | O2 | c | TensorStorage::unsqueeze():
cmpl $0x2, 0x48(%rdi)
jne 0x4a3fe
movl $0x4, 0x48(%rdi)
movups 0x28(%rdi), %xmm0
movups %xmm0, 0x38(%rdi)
pushq $0x1
popq %rax
movq %rax, 0x30(%rdi)
movq %rax, 0x28(%rdi)
retq
nop
| _ZN13TensorStorage9unsqueezeEv:
cmp dword ptr [rdi+48h], 2
jnz short locret_4A3FE
mov dword ptr [rdi+48h], 4
movups xmm0, xmmword ptr [rdi+28h]
movups xmmword ptr [rdi+38h], xmm0
push 1
pop rax
mov [rdi+30h], rax
mov [rdi+28h], rax
locret_4A3FE:
retn
| long long TensorStorage::unsqueeze(TensorStorage *this)
{
long long result; // rax
if ( *((_DWORD *)this + 18) == 2 )
{
*((_DWORD *)this + 18) = 4;
*(_OWORD *)((char *)this + 56) = *(_OWORD *)((char *)this + 40);
result = 1LL;
*((_QWORD *)this + 6) = 1LL;
*((_QWORD *)this + 5) = 1LL;
}
r... | unsqueeze:
CMP dword ptr [RDI + 0x48],0x2
JNZ 0x0014a3fe
MOV dword ptr [RDI + 0x48],0x4
MOVUPS XMM0,xmmword ptr [RDI + 0x28]
MOVUPS xmmword ptr [RDI + 0x38],XMM0
PUSH 0x1
POP RAX
MOV qword ptr [RDI + 0x30],RAX
MOV qword ptr [RDI + 0x28],RAX
LAB_0014a3fe:
RET
|
/* TensorStorage::unsqueeze() */
void __thiscall TensorStorage::unsqueeze(TensorStorage *this)
{
if (*(int *)(this + 0x48) == 2) {
*(int4 *)(this + 0x48) = 4;
*(int8 *)(this + 0x38) = *(int8 *)(this + 0x28);
*(int8 *)(this + 0x40) = *(int8 *)(this + 0x30);
*(int8 *)(this + 0x30) = 1;
*(int8 *)(... | |
21,918 | ma_report_error | eloqsql/storage/maria/ma_info.c | void _ma_report_error(int errcode, const LEX_STRING *name, myf flags)
{
size_t length;
const char *file_name= name->str;
DBUG_ENTER("_ma_report_error");
DBUG_PRINT("enter",("error: %d table: '%s'", errcode, file_name));
if ((length= name->length) > 64)
{
/* we first remove the directory */
size_t ... | O0 | c | ma_report_error:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x28(%rbp)
jmp 0x37ae0
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x20(%rbp)
cmpq $0x40, %rax
jbe 0x37b32
movq -0x28(%rbp), %... | _ma_report_error:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_28], rax
jmp short $+2
loc_37AE0:
mov rax, [rbp+var_10]
mov rax, [rax+8]
mov [rbp+var_20], rax
cmp ... | long long ma_report_error(int a1, long long *a2, int a3, long long a4, long long a5, int a6)
{
long long v7; // [rsp+0h] [rbp-30h]
long long v8; // [rsp+8h] [rbp-28h]
unsigned long long v9; // [rsp+10h] [rbp-20h]
unsigned long long v10; // [rsp+10h] [rbp-20h]
v8 = *a2;
v9 = a2[1];
if ( v9 > 0x40 )
{
... | _ma_report_error:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x28],RAX
JMP 0x00137ae0
LAB_00137ae0:
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX +... |
void _ma_report_error(int4 param_1,long *param_2,int8 param_3)
{
long lVar1;
ulong uVar2;
long local_30;
local_30 = *param_2;
uVar2 = param_2[1];
if (0x40 < uVar2) {
lVar1 = dirname_length(local_30);
local_30 = lVar1 + local_30;
uVar2 = uVar2 - lVar1;
if (0x40 < uVar2) {
local_30 ... | |
21,919 | my_fprintf | eloqsql/strings/my_vsnprintf.c | int my_fprintf(FILE *stream, const char* format, ...)
{
int result;
va_list args;
va_start(args, format);
result= my_vfprintf(stream, format, args);
va_end(args);
return result;
} | O3 | c | my_fprintf:
pushq %rbp
movq %rsp, %rbp
subq $0xd0, %rsp
leaq -0xd0(%rbp), %r10
movq %rdx, 0x10(%r10)
movq %rcx, 0x18(%r10)
movq %r8, 0x20(%r10)
movq %r9, 0x28(%r10)
testb %al, %al
je 0xf6c24
movaps %xmm0, -0xa0(%rbp)
movaps %xmm1, -0x90(%rbp)
movaps %xmm2, -0x80(%rbp)
movaps %xmm3, -0x70(%rbp)
movaps %xmm4, -0x60(%rbp)... | my_fprintf:
push rbp
mov rbp, rsp
sub rsp, 0D0h
lea r10, [rbp+var_D0]
mov [r10+10h], rdx
mov [r10+18h], rcx
mov [r10+20h], r8
mov [r10+28h], r9
test al, al
jz short loc_F6C24
movaps [rbp+var_A0], xmm0
movaps [rbp+var_90], xmm1
movaps [rbp+var_80], xmm2
movaps [rbp+var_70], xmm... | long long my_fprintf(
long long a1,
unsigned __int8 *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,
... | my_fprintf:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xd0
LEA R10,[RBP + -0xd0]
MOV qword ptr [R10 + 0x10],RDX
MOV qword ptr [R10 + 0x18],RCX
MOV qword ptr [R10 + 0x20],R8
MOV qword ptr [R10 + 0x28],R9
TEST AL,AL
JZ 0x001f6c24
MOVAPS xmmword ptr [RBP + -0xa0],XMM0
MOVAPS xmmword ptr [RBP + -0x90],XMM1
MOVAPS xmmword ptr [RBP + -0x... |
void my_fprintf(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,
int8 param_9,int8 param_10,int8 param_11,int8 param_12,
int8 param_13,int8 param_14)
{
char in_AL;
int1 local_d8 [16];
int8 local_c8;
int8 loca... | |
21,920 | mysql_commit_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_commit_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_commit,
(parms->mysql),
parms->mysql,
my_bool,
r_my_bool)
} | O0 | c | mysql_commit_start_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rdi
callq 0x227f0
movb %al, -0x11(... | mysql_commit_start_internal:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
mov rax, [rbp+var_10]
mov rax, [rax]
mov rax, [rax+480h]
mov rax, [rax+28h]
mov [rbp+var_20], rax
mov rax, [rbp+var_10]
mov rdi, [rax]
call ... | long long mysql_commit_start_internal(long long *a1)
{
long long result; // rax
long long v2; // [rsp+0h] [rbp-20h]
v2 = *(_QWORD *)(*(_QWORD *)(*a1 + 1152) + 40LL);
*(_BYTE *)(v2 + 8) = mysql_commit(*a1);
result = v2;
*(_DWORD *)v2 = 0;
return result;
}
| mysql_commit_start_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x480]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ptr [RBP + -0x20],RAX
MOV RAX,qwor... |
void mysql_commit_start_internal(long *param_1)
{
int4 *puVar1;
int1 uVar2;
puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28);
uVar2 = mysql_commit(*param_1);
*(int1 *)(puVar1 + 2) = uVar2;
*puVar1 = 0;
return;
}
| |
21,921 | google::protobuf::compiler::objectivec::MessageGenerator::GenerateEnumHeader(google::protobuf::io::Printer*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/objectivec/objectivec_message.cc | void MessageGenerator::GenerateEnumHeader(io::Printer* printer) {
for (const auto& generator : enum_generators_) {
generator->GenerateHeader(printer);
}
for (const auto& generator : nested_message_generators_) {
generator->GenerateEnumHeader(printer);
}
} | O0 | cpp | google::protobuf::compiler::objectivec::MessageGenerator::GenerateEnumHeader(google::protobuf::io::Printer*):
subq $0x58, %rsp
movq %rdi, 0x50(%rsp)
movq %rsi, 0x48(%rsp)
movq 0x50(%rsp), %rax
movq %rax, (%rsp)
addq $0xb8, %rax
movq %rax, 0x40(%rsp)
movq 0x40(%rsp), %rdi
callq 0x16c170
movq %rax, 0x38(%rsp)
movq 0x40(%... | _ZN6google8protobuf8compiler10objectivec16MessageGenerator18GenerateEnumHeaderEPNS0_2io7PrinterE:
sub rsp, 58h
mov [rsp+58h+var_8], rdi
mov [rsp+58h+var_10], rsi
mov rax, [rsp+58h+var_8]
mov [rsp+58h+var_58], rax
add rax, 0B8h
mov [rsp+58h+var_18], rax
mov rdi, [rsp+58h+var_18]
call _... | bool google::protobuf::compiler::objectivec::MessageGenerator::GenerateEnumHeader(
google::protobuf::compiler::objectivec::MessageGenerator *this,
google::protobuf::io::Printer *a2)
{
google::protobuf::compiler::objectivec::EnumGenerator *v2; // rax
bool result; // al
google::protobuf::compiler::... | GenerateSerializationCode:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV RDI,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RSP + 0x8]
MOV RAX,qword ptr [RDI]
MOV EDX,0x1
CALL qword ptr [RAX + 0x58]
ADD RSP,0x18
RET
|
/* google::protobuf::compiler::csharp::WrapperOneofFieldGenerator::GenerateSerializationCode(google::protobuf::io::Printer*)
*/
void __thiscall
google::protobuf::compiler::csharp::WrapperOneofFieldGenerator::GenerateSerializationCode
(WrapperOneofFieldGenerator *this,Printer *param_1)
{
(**(code **)(... | |
21,922 | LefDefParser::defiGroup::setup(char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/def/def/defiGroup.cpp | void defiGroup::setup(const char* name) {
int len = strlen(name) + 1;
if (len > nameLength_) {
if (name_) free(name_);
nameLength_ = len;
name_ = (char*)malloc(len);
}
strcpy(name_, defData->DEFCASE(name));
clear();
} | O3 | cpp | LefDefParser::defiGroup::setup(char const*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, %rdi
callq 0x70d0
movq %rax, %r12
incl %r12d
movq (%rbx), %r15
cmpl 0x8(%rbx), %r12d
jle 0x2e2aa
testq %r15, %r15
je 0x2e298
movq %r15, %rdi
callq 0x7220
movl %r12d, 0x8(%rbx)
m... | _ZN12LefDefParser9defiGroup5setupEPKc:
push r15
push r14
push r12
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov rdi, rsi
call _strlen
mov r12, rax
inc r12d
mov r15, [rbx]
cmp r12d, [rbx+8]
jle short loc_2E2AA
test r15, r15
jz short loc_2E298
mov rdi, r15
c... | long long LefDefParser::defiGroup::setup(LefDefParser::defiGroup *this, const char *a2)
{
int v2; // r12d
void *v3; // r15
const char *v4; // rax
v2 = strlen(a2) + 1;
v3 = *(void **)this;
if ( v2 > *((_DWORD *)this + 2) )
{
if ( v3 )
free(*(void **)this);
*((_DWORD *)this + 2) = v2;
v3... | setup:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV RDI,RSI
CALL 0x001070d0
MOV R12,RAX
INC R12D
MOV R15,qword ptr [RBX]
CMP R12D,dword ptr [RBX + 0x8]
JLE 0x0012e2aa
TEST R15,R15
JZ 0x0012e298
MOV RDI,R15
CALL 0x00107220
LAB_0012e298:
MOV dword ptr [RBX + 0x8],R12D
MOVSXD RDI,R12D
CALL 0x00... |
/* LefDefParser::defiGroup::setup(char const*) */
void __thiscall LefDefParser::defiGroup::setup(defiGroup *this,char *param_1)
{
size_t sVar1;
char *__dest;
char *__src;
int iVar2;
sVar1 = strlen(param_1);
iVar2 = (int)sVar1 + 1;
__dest = *(char **)this;
if (*(int *)(this + 8) < iVar2) {
if (... | |
21,923 | translog_write_file_header | eloqsql/storage/maria/ma_loghandler.c | static my_bool translog_write_file_header()
{
TRANSLOG_FILE *file;
ulonglong timestamp;
uchar page_buff[TRANSLOG_PAGE_SIZE], *page= page_buff;
my_bool rc;
DBUG_ENTER("translog_write_file_header");
/* file tag */
memcpy(page, maria_trans_file_magic, sizeof(maria_trans_file_magic));
page+= sizeof(maria_t... | O0 | c | translog_write_file_header:
pushq %rbp
movq %rsp, %rbp
subq $0x2070, %rsp # imm = 0x2070
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
leaq -0x2010(%rbp), %rax
movq %rax, -0x2028(%rbp)
movq -0x2028(%rbp), %rax
movq 0x2643a4(%rip), %rcx # 0x2bcff8
movq %rcx, (%rax)
movl 0x2643a3(%rip), %ecx # 0x2bd000
movl %... | translog_write_file_header:
push rbp
mov rbp, rsp
sub rsp, 2070h
mov rax, fs:28h
mov [rbp+var_8], rax
lea rax, [rbp+var_2010]
mov [rbp+var_2028], rax
mov rax, [rbp+var_2028]
mov rcx, cs:maria_trans_file_magic
mov [rax], rcx
mov ecx, cs:dword_2BD000
mov [rax+8], ecx
mov ... | bool translog_write_file_header(long long a1, long long a2, long long a3)
{
long long v3; // rax
long long current_logfile; // [rsp+58h] [rbp-2018h]
long long v6; // [rsp+60h] [rbp-2010h] BYREF
int v7; // [rsp+68h] [rbp-2008h]
long long v8; // [rsp+6Ch] [rbp-2004h]
int v9; // [rsp+74h] [rbp-1FFCh]
int v1... | translog_write_file_header:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x2070
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
LEA RAX,[RBP + -0x2010]
MOV qword ptr [RBP + -0x2028],RAX
MOV RAX,qword ptr [RBP + -0x2028]
MOV RCX,qword ptr [0x003bcff8]
MOV qword ptr [RAX],RCX
MOV ECX,dword ptr [0x003bd000]
MOV dword ptr [RAX ... |
int8 translog_write_file_header(void)
{
long lVar1;
long lVar2;
long in_FS_OFFSET;
int8 local_2018;
int4 local_2010;
int8 local_200c;
int4 local_2004;
int4 local_2000;
int4 local_1ffc;
int2 local_1ff8;
int1 local_1ff6;
int1 local_1ff5;
int1 local_1ff4;
int1 local_1ff3;
int1 local_1ff2;
... | |
21,924 | ggml_get_f32_1d | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c | float ggml_get_f32_1d(const struct ggml_tensor * tensor, int i) {
if (!ggml_is_contiguous(tensor)) {
int64_t id[4] = { 0, 0, 0, 0 };
ggml_unravel_index(tensor, i, &id[0], &id[1], &id[2], &id[3]);
return ggml_get_f32_nd(tensor, id[0], id[1], id[2], id[3]);
}
switch (tensor->type) {
... | O0 | c | ggml_get_f32_1d:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq -0x10(%rbp), %rdi
callq 0xd280
testb $0x1, %al
jne 0xff91
leaq -0x40(%rbp), %rdi
xorl %esi, %esi
movl $0x20, %edx
callq 0xd560
movq -0x10(%rbp), %rdi
movslq -0x14(%rbp), %rsi
leaq -0x40(%rbp), %rdx
leaq -0x40... | ggml_get_f32_1d:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov rdi, [rbp+var_10]
call _ggml_is_contiguous
test al, 1
jnz short loc_FF91
lea rdi, [rbp+var_40]
xor esi, esi
mov edx, 20h ; ' '
call _memset
mov rdi, [rbp+var_10]
movsxd... | __int128 __usercall ggml_get_f32_1d@<xmm0>(long long a1@<rdi>, int a2@<esi>, __m128 _XMM0@<xmm0>)
{
__int128 result; // xmm0
long long v12; // [rsp+10h] [rbp-40h] BYREF
long long v13; // [rsp+18h] [rbp-38h] BYREF
long long v14; // [rsp+20h] [rbp-30h] BYREF
long long v15; // [rsp+28h] [rbp-28h] BYREF
int v16... | ggml_get_f32_1d:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0010d280
TEST AL,0x1
JNZ 0x0010ff91
LEA RDI,[RBP + -0x40]
XOR ESI,ESI
MOV EDX,0x20
CALL 0x0010d560
MOV RDI,qword ptr [RBP + -0x10]
MOVSXD RSI,dword ptr [RBP + -0x14]
... |
float ggml_get_f32_1d(int4 *param_1,int param_2)
{
ulong uVar1;
ulong local_48;
ulong local_40;
ulong local_38;
ulong local_30 [2];
int local_1c;
int4 *local_18;
float local_c;
local_1c = param_2;
local_18 = param_1;
uVar1 = ggml_is_contiguous(param_1);
if ((uVar1 & 1) == 0) {
memset(&l... | |
21,925 | ggml_get_f32_1d | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-cpu/ggml-cpu.c | float ggml_get_f32_1d(const struct ggml_tensor * tensor, int i) {
if (!ggml_is_contiguous(tensor)) {
int64_t id[4] = { 0, 0, 0, 0 };
ggml_unravel_index(tensor, i, &id[0], &id[1], &id[2], &id[3]);
return ggml_get_f32_nd(tensor, id[0], id[1], id[2], id[3]);
}
switch (tensor->type) {
... | O2 | c | ggml_get_f32_1d:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x20, %rsp
movl %esi, %ebp
movq %rdi, %rbx
callq 0x81e0
testb %al, %al
je 0x9f1a
movl (%rbx), %eax
leal -0x18(%rax), %ecx
cmpl $0x6, %ecx
ja 0x9f5f
leaq 0x291a7(%rip), %rax # 0x330a8
movslq (%rax,%rcx,4), %rcx
addq %rax, %rcx
jmpq *%rcx
movq 0xf8(%rbx), %rax
m... | ggml_get_f32_1d:
push rbp
push r14
push rbx
sub rsp, 20h
mov ebp, esi
mov rbx, rdi
call _ggml_is_contiguous
test al, al
jz short loc_9F1A
mov eax, [rbx]
lea ecx, [rax-18h]; switch 7 cases
cmp ecx, 6
ja short def_9F08; jumptable 0000000000009F08 default case
lea rax, ... | long long ggml_get_f32_1d(int *a1, int a2, __m128 _XMM0)
{
int v4; // eax
long long result; // rax
unsigned int v15; // [rsp+0h] [rbp-38h] BYREF
unsigned int v16; // [rsp+8h] [rbp-30h] BYREF
unsigned int v17; // [rsp+10h] [rbp-28h] BYREF
_DWORD v18[8]; // [rsp+18h] [rbp-20h] BYREF
if ( (unsigned __int8)... | ggml_get_f32_1d:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV EBP,ESI
MOV RBX,RDI
CALL 0x001081e0
TEST AL,AL
JZ 0x00109f1a
MOV EAX,dword ptr [RBX]
LEA ECX,[RAX + -0x18]
CMP ECX,0x6
JA 0x00109f5f
LEA RAX,[0x1330a8]
MOVSXD RCX,dword ptr [RAX + RCX*0x4]
ADD RCX,RAX
switchD:
JMP RCX
caseD_18:
MOV RAX,qword ptr [RBX + 0xf8]
... |
ulong ggml_get_f32_1d(int *param_1,int param_2)
{
char cVar1;
int iVar2;
int8 extraout_XMM0_Qa;
ulong uVar3;
int1 auVar4 [16];
int1 auVar5 [16];
int1 extraout_var [56];
ulong local_38;
ulong uStack_30;
ulong uStack_28;
ulong uStack_20;
int1 auVar6 [64];
cVar1 = ggml_is_contiguous();
auV... | |
21,926 | js_object_getOwnPropertyDescriptor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_object_getOwnPropertyDescriptor(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int magic)
{
JSValue prop;
JSAtom atom;
JSValue ret, obj;
JSPropertyDescriptor desc;
int res, flags;
if (magic) {
/* Reflect.get... | O0 | c | js_object_getOwnPropertyDescriptor:
subq $0x198, %rsp # imm = 0x198
movq %rsi, 0x178(%rsp)
movq %rdx, 0x180(%rsp)
movq %rdi, 0x170(%rsp)
movl %ecx, 0x16c(%rsp)
movq %r8, 0x160(%rsp)
movl %r9d, 0x15c(%rsp)
cmpl $0x0, 0x15c(%rsp)
je 0xbdffc
movq 0x160(%rsp), %rax
movq 0x8(%rax), %rax
cmpl $-0x1, %eax
je 0xbdfb... | js_object_getOwnPropertyDescriptor:
sub rsp, 198h
mov [rsp+198h+var_20], rsi
mov [rsp+198h+var_18], rdx
mov [rsp+198h+var_28], rdi
mov [rsp+198h+var_2C], ecx
mov [rsp+198h+var_38], r8
mov [rsp+198h+var_3C], r9d
cmp [rsp+198h+var_3C], 0
jz short loc_BDFFC
mov rax, [rsp+198h+var_3... | _DWORD * js_object_getOwnPropertyDescriptor(
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,
... | js_object_getOwnPropertyDescriptor:
SUB RSP,0x198
MOV qword ptr [RSP + 0x178],RSI
MOV qword ptr [RSP + 0x180],RDX
MOV qword ptr [RSP + 0x170],RDI
MOV dword ptr [RSP + 0x16c],ECX
MOV qword ptr [RSP + 0x160],R8
MOV dword ptr [RSP + 0x15c],R9D
CMP dword ptr [RSP + 0x15c],0x0
JZ 0x001bdffc
MOV RAX,qword ptr [RSP + 0x160]
M... |
int1 [16]
js_object_getOwnPropertyDescriptor
(int8 param_1,int8 param_2,int8 param_3,int4 param_4,
int8 *param_5,int param_6)
{
int1 auVar1 [16];
int8 uVar2;
int iVar3;
int1 auVar4 [16];
uint uStack_e4;
uint local_b0 [2];
int8 local_a8;
int8 local_a0;
int8 local_98;
int8 local... | |
21,927 | js_object_getOwnPropertyDescriptor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_object_getOwnPropertyDescriptor(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int magic)
{
JSValue prop;
JSAtom atom;
JSValue ret, obj;
JSPropertyDescriptor desc;
int res, flags;
if (magic) {
/* Reflect.get... | O1 | c | js_object_getOwnPropertyDescriptor:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %r8, %r13
movq %rdi, %rbx
testl %r9d, %r9d
je 0x6f9e8
movq 0x8(%r13), %r14
cmpl $-0x1, %r14d
jne 0x6fabf
movsd (%r13), %xmm0
movsd %xmm0, 0x20(%rsp)
movq 0x20(%rsp), %rax
incl (%rax)
movsd %xmm0, ... | js_object_getOwnPropertyDescriptor:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov r13, r8
mov rbx, rdi
test r9d, r9d
jz short loc_6F9E8
mov r14, [r13+8]
cmp r14d, 0FFFFFFFFh
jnz loc_6FABF
movsd xmm0, qword ptr [r13+0]
movsd [rsp+88h+var_68],... | _DWORD * js_object_getOwnPropertyDescriptor(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long *a13,
... | js_object_getOwnPropertyDescriptor:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV R13,R8
MOV RBX,RDI
TEST R9D,R9D
JZ 0x0016f9e8
MOV R14,qword ptr [R13 + 0x8]
CMP R14D,-0x1
JNZ 0x0016fabf
MOVSD XMM0,qword ptr [R13]
MOVSD qword ptr [RSP + 0x20],XMM0
MOV RAX,qword ptr [RSP + 0x20]
INC dword ptr [R... |
int1 [16] js_object_getOwnPropertyDescriptor(long param_1)
{
int iVar1;
int iVar2;
int8 uVar3;
int8 *in_R8;
int in_R9D;
ulong uVar4;
ulong uVar5;
int8 uVar6;
int1 auVar7 [16];
int1 auVar8 [16];
int8 local_70;
int *local_68;
int *local_60;
int8 local_58;
int *local_50;
int8 local_48;
... | |
21,928 | js_object_getOwnPropertyDescriptor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_object_getOwnPropertyDescriptor(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int magic)
{
JSValue prop;
JSAtom atom;
JSValue ret, obj;
JSPropertyDescriptor desc;
int res, flags;
if (magic) {
/* Reflect.get... | O3 | c | js_object_getOwnPropertyDescriptor:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %r8, %rbp
movq %rdi, %r14
testl %r9d, %r9d
je 0x71da4
movq 0x8(%rbp), %rbx
cmpl $-0x1, %ebx
jne 0x71ead
movq (%rbp), %r13
incl (%r13)
jmp 0x71dc9
movq (%rbp), %rsi
movq 0x8(%rbp), %rdx
movq %r14, ... | js_object_getOwnPropertyDescriptor:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbp, r8
mov r14, rdi
test r9d, r9d
jz short loc_71DA4
mov rbx, [rbp+8]
cmp ebx, 0FFFFFFFFh
jnz loc_71EAD
mov r13, [rbp+0]
inc dword ptr [r13+0]
jmp sho... | unsigned long long js_object_getOwnPropertyDescriptor(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long *a1... | js_object_getOwnPropertyDescriptor:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBP,R8
MOV R14,RDI
TEST R9D,R9D
JZ 0x00171da4
MOV RBX,qword ptr [RBP + 0x8]
CMP EBX,-0x1
JNZ 0x00171ead
MOV R13,qword ptr [RBP]
INC dword ptr [R13]
JMP 0x00171dc9
LAB_00171da4:
MOV RSI,qword ptr [RBP]
MOV RDX,qwor... |
int1 [16] js_object_getOwnPropertyDescriptor(long param_1)
{
int iVar1;
int iVar2;
int8 uVar3;
uint uVar4;
ulong uVar5;
int8 *in_R8;
int in_R9D;
int8 uVar6;
int *piVar7;
ulong uVar8;
int1 auVar9 [16];
int1 auVar10 [16];
uint local_68 [2];
int *local_60;
int8 local_58;
int *local_50;
... | |
21,929 | js_worker_set_onmessage | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_worker_set_onmessage(JSContext *ctx, JSValue this_val,
JSValue func)
{
JSRuntime *rt = JS_GetRuntime(ctx);
JSThreadState *ts = js_get_thread_state(rt);
JSWorkerData *worker = JS_GetOpaque2(ctx, this_val, ts->worker_class_id);
JSWorkerMessageHandler *p... | O0 | c | js_worker_set_onmessage:
subq $0x88, %rsp
movq %rsi, 0x68(%rsp)
movq %rdx, 0x70(%rsp)
movq %rcx, 0x58(%rsp)
movq %r8, 0x60(%rsp)
movq %rdi, 0x50(%rsp)
movq 0x50(%rsp), %rdi
callq 0x2e1f0
movq %rax, 0x48(%rsp)
movq 0x48(%rsp), %rdi
callq 0x178c0
movq %rax, 0x40(%rsp)
movq 0x50(%rsp), %rdi
movq 0x40(%rsp), %rax
movl 0x7c... | js_worker_set_onmessage:
sub rsp, 88h
mov [rsp+88h+var_20], rsi
mov [rsp+88h+var_18], rdx
mov [rsp+88h+var_30], rcx
mov [rsp+88h+var_28], r8
mov [rsp+88h+var_38], rdi
mov rdi, [rsp+88h+var_38]
call JS_GetRuntime
mov [rsp+88h+var_40], rax
mov rdi, [rsp+88h+var_40]
call js_get_th... | long long js_worker_set_onmessage(long long a1, long long a2, long long a3, long long a4, long long a5)
{
int v5; // edx
int v6; // ecx
int v7; // r8d
int v8; // r9d
int v9; // edx
int v10; // ecx
int v11; // r8d
int v12; // r9d
long long v13; // rdx
long long v15; // [rsp+20h] [rbp-68h]
long lon... | js_worker_set_onmessage:
SUB RSP,0x88
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x70],RDX
MOV qword ptr [RSP + 0x58],RCX
MOV qword ptr [RSP + 0x60],R8
MOV qword ptr [RSP + 0x50],RDI
MOV RDI,qword ptr [RSP + 0x50]
CALL 0x0012e1f0
MOV qword ptr [RSP + 0x48],RAX
MOV RDI,qword ptr [RSP + 0x48]
CALL 0x001178c0
MOV... |
int1 [16]
js_worker_set_onmessage
(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5)
{
int iVar1;
int8 uVar2;
long lVar3;
int8 *puVar4;
int1 auVar5 [16];
uint uStack_64;
long local_58;
int4 local_10;
int4 uStack_c;
int8 local_8;
uVar2 = JS_GetRuntime(para... | |
21,930 | js_worker_set_onmessage | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_worker_set_onmessage(JSContext *ctx, JSValue this_val,
JSValue func)
{
JSRuntime *rt = JS_GetRuntime(ctx);
JSThreadState *ts = js_get_thread_state(rt);
JSWorkerData *worker = JS_GetOpaque2(ctx, this_val, ts->worker_class_id);
JSWorkerMessageHandler *p... | O2 | c | js_worker_set_onmessage:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r8, %r12
movq %rcx, 0x10(%rsp)
movq %rdx, %rbx
movq %rsi, %r13
movq %rdi, %r15
callq 0x1dd35
movq %rax, %r14
movq %rax, %rdi
callq 0x13e3a
movq %rax, 0x8(%rsp)
movl 0x7c(%rax), %ecx
movq %r15, %rdi
movq %r1... | js_worker_set_onmessage:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r12, r8
mov [rsp+48h+var_38], rcx
mov rbx, rdx
mov r13, rsi
mov r15, rdi
call JS_GetRuntime
mov r14, rax
mov rdi, rax
call js_get_thread_state
mov [rsp+48h+var_40],... | unsigned long long js_worker_set_onmessage(long long a1, long long a2, long long a3, long long a4, long long a5)
{
long long Runtime; // r14
int v8; // edx
int v9; // ecx
int v10; // r8d
int v11; // r9d
long long Opaque2; // rax
long long v13; // rbp
long long v14; // r13
int v15; // edx
int v16; /... | js_worker_set_onmessage:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R12,R8
MOV qword ptr [RSP + 0x10],RCX
MOV RBX,RDX
MOV R13,RSI
MOV R15,RDI
CALL 0x0011dd35
MOV R14,RAX
MOV RDI,RAX
CALL 0x00113e3a
MOV qword ptr [RSP + 0x8],RAX
MOV ECX,dword ptr [RAX + 0x7c]
MOV RDI,R15
MOV RSI,R13
MOV RDX,R... |
int1 [16]
js_worker_set_onmessage
(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5)
{
int *piVar1;
long lVar2;
int iVar3;
int8 uVar4;
long lVar5;
int8 *puVar6;
long *plVar7;
ulong uVar8;
ulong uVar9;
int8 uVar10;
int1 auVar11 [16];
uVar4 = JS_GetRuntim... | |
21,931 | CodepointToUTF8 | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rtext.c | const char *CodepointToUTF8(int codepoint, int *utf8Size)
{
static char utf8[6] = { 0 };
memset(utf8, 0, 6); // Clear static array
int size = 0; // Byte size of codepoint
if (codepoint <= 0x7f)
{
utf8[0] = (char)codepoint;
size = 1;
}
else if (codepoint <= 0x7ff)
{... | O0 | c | CodepointToUTF8:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
leaq 0x13c62a(%rip), %rdi # 0x223e00
xorl %esi, %esi
movl $0x6, %edx
callq 0xa2d0
movl $0x0, -0x14(%rbp)
cmpl $0x7f, -0x4(%rbp)
jg 0xe7804
movl -0x4(%rbp), %eax
movb %al, 0x13c608(%rip) # 0x223e00
movl $0x1,... | CodepointToUTF8:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
lea rdi, CodepointToUTF8_utf8
xor esi, esi
mov edx, 6
call _memset
mov [rbp+var_14], 0
cmp [rbp+var_4], 7Fh
jg short loc_E7804
mov eax, [rbp+var_4]
mov cs:CodepointToUTF8... | char * CodepointToUTF8(int a1, int *a2)
{
int v3; // [rsp+Ch] [rbp-14h]
memset(&CodepointToUTF8_utf8, 0LL, 6LL);
v3 = 0;
if ( a1 > 127 )
{
if ( a1 > 2047 )
{
if ( a1 > 0xFFFF )
{
if ( a1 <= 1114111 )
{
CodepointToUTF8_utf8 = (a1 >> 18) & 7 | 0xF0;
byte_... | CodepointToUTF8:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],EDI
MOV qword ptr [RBP + -0x10],RSI
LEA RDI,[0x323e00]
XOR ESI,ESI
MOV EDX,0x6
CALL 0x0010a2d0
MOV dword ptr [RBP + -0x14],0x0
CMP dword ptr [RBP + -0x4],0x7f
JG 0x001e7804
MOV EAX,dword ptr [RBP + -0x4]
MOV byte ptr [0x00323e00],AL
MOV dword... |
int6 * CodepointToUTF8(int param_1,int4 *param_2)
{
byte bVar1;
byte bVar2;
byte bVar3;
int4 local_1c;
memset(&CodepointToUTF8_utf8,0,6);
local_1c = 0;
bVar3 = (byte)param_1;
if (param_1 < 0x80) {
local_1c = 1;
CodepointToUTF8_utf8._0_1_ = bVar3;
}
else {
bVar1 = (byte)(param_1 >> 6... | |
21,932 | mi_seq_search | eloqsql/storage/myisam/mi_search.c | int _mi_seq_search(MI_INFO *info, register MI_KEYDEF *keyinfo, uchar *page,
uchar *key, uint key_len, uint comp_flag, uchar **ret_pos,
uchar *buff, my_bool *last_key)
{
int UNINIT_VAR(flag);
uint nod_flag,UNINIT_VAR(length),not_used[2];
uchar t_buff[HA_MAX_KEY_BUFF],*end;
D... | O3 | c | mi_seq_search:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x508, %rsp # imm = 0x508
movl %r9d, -0x508(%rbp)
movl %r8d, -0x504(%rbp)
movq %rcx, -0x520(%rbp)
movq %rsi, -0x510(%rbp)
movq 0x10(%rbp), %rbx
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movzbl 0x1(%rdx), %... | _mi_seq_search:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 508h
mov [rbp+var_508], r9d
mov [rbp+var_504], r8d
mov [rbp+var_520], rcx
mov [rbp+var_510], rsi
mov rbx, [rbp+arg_0]
mov rax, fs:28h
mov [rbp+var_30], rax
movzx ecx, byte ... | long long mi_seq_search(
long long a1,
long long a2,
char *a3,
long long a4,
unsigned int a5,
unsigned int a6,
char **a7,
long long a8,
bool *a9)
{
unsigned int v9; // r14d
unsigned long long v10; // rax
long long v11; // rsi
long long v12... | _mi_seq_search:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x508
MOV dword ptr [RBP + -0x508],R9D
MOV dword ptr [RBP + -0x504],R8D
MOV qword ptr [RBP + -0x520],RCX
MOV qword ptr [RBP + -0x510],RSI
MOV RBX,qword ptr [RBP + 0x10]
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
M... |
int _mi_seq_search(long *param_1,long param_2,byte *param_3,int8 param_4,int4 param_5,
int4 param_6,int8 *param_7,void *param_8,int8 param_9)
{
uint uVar1;
ulong uVar2;
int4 *puVar3;
int iVar4;
int unaff_R14D;
long in_FS_OFFSET;
int1 local_530 [8];
int8 local_528;
long *local_520;
... | |
21,933 | nlohmann::json_abi_v3_12_0::detail::dtoa_impl::format_buffer(char*, int, int, int, int) | shubhamoy[P]dir2txt/include/nlohmann/json.hpp | inline char* format_buffer(char* buf, int len, int decimal_exponent,
int min_exp, int max_exp)
{
JSON_ASSERT(min_exp < 0);
JSON_ASSERT(max_exp > 0);
const int k = len;
const int n = len + decimal_exponent;
// v = buf * 10^(n-k)
// k is the length of the buffer (numbe... | O2 | cpp | nlohmann::json_abi_v3_12_0::detail::dtoa_impl::format_buffer(char*, int, int, int, int):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
testl %ecx, %ecx
jns 0x2be4d
testl %r8d, %r8d
jle 0x2be6c
movq %rdi, %rbx
leal (%rdx,%rsi), %r14d
testl %edx, %edx
sets %al
cmpl %r8d, %r14d
setg %dil
orb %al, %dil
je 0x2bd9c
... | _ZN8nlohmann16json_abi_v3_12_06detail9dtoa_impl13format_bufferEPciiii:
push r15
push r14
push r12
push rbx
push rax
test ecx, ecx
jns loc_2BE4D
test r8d, r8d
jle loc_2BE6C
mov rbx, rdi
lea r14d, [rdx+rsi]
test edx, edx
sets al
cmp r14d, r8d
setnle dil
or dil, al
jz ... | char * nlohmann::json_abi_v3_12_0::detail::dtoa_impl::format_buffer(
nlohmann::json_abi_v3_12_0::detail::dtoa_impl *this,
char *a2,
int a3,
int a4,
int a5)
{
nlohmann::json_abi_v3_12_0::detail::dtoa_impl *v5; // rbx
int v6; // r14d
long long v7; // r14
char *v8; // r15
... | format_buffer:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
TEST ECX,ECX
JNS 0x0012be4d
TEST R8D,R8D
JLE 0x0012be6c
MOV RBX,RDI
LEA R14D,[RDX + RSI*0x1]
TEST EDX,EDX
SETS AL
CMP R14D,R8D
SETG DIL
OR DIL,AL
JZ 0x0012bd9c
CMP R14D,R8D
SETG AL
TEST R14D,R14D
SETLE DIL
OR DIL,AL
JZ 0x0012bdc5
TEST R14D,R14D
SETG AL
CMP R14... |
/* nlohmann::json_abi_v3_12_0::detail::dtoa_impl::format_buffer(char*, int, int, int, int) */
char * nlohmann::json_abi_v3_12_0::detail::dtoa_impl::format_buffer
(char *param_1,int param_2,int param_3,int param_4,int param_5)
{
char *pcVar1;
ulong uVar2;
uint uVar3;
char *pcVar4;
if (-1... | |
21,934 | psi_prlock_rdlock | eloqsql/mysys/my_thr_init.c | ATTRIBUTE_COLD
int psi_prlock_rdlock(mysql_prlock_t *that, const char *file, uint line)
{
PSI_rwlock_locker_state state;
PSI_rwlock_locker *locker= PSI_RWLOCK_CALL(start_rwlock_rdwait)
(&state, that->m_psi, PSI_RWLOCK_READLOCK, file, line);
int result= rw_pr_rdlock(&that->m_prlock);
if (locker)
PSI_RWLO... | O3 | c | psi_prlock_rdlock:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x38, %rsp
movl %edx, %r8d
movq %rsi, %rcx
movq %rdi, %r14
leaq 0x360d3c(%rip), %r15 # 0x390ed8
movq (%r15), %rax
movq 0x68(%rdi), %rsi
leaq -0x48(%rbp), %rdi
xorl %edx, %edx
callq *0x1a0(%rax)
movq %rax, %rbx
movq %r14, %rdi
callq ... | psi_prlock_rdlock:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 38h
mov r8d, edx
mov rcx, rsi
mov r14, rdi
lea r15, PSI_server
mov rax, [r15]
mov rsi, [rdi+68h]
lea rdi, [rbp+var_48]
xor edx, edx
call qword ptr [rax+1A0h]
mov rbx, rax
mov rdi, ... | long long psi_prlock_rdlock(long long a1, long long a2, unsigned int a3)
{
long long v3; // rbx
unsigned int v4; // r14d
_BYTE v6[72]; // [rsp+8h] [rbp-48h] BYREF
v3 = ((long long ( *)(_BYTE *, _QWORD, _QWORD, long long, _QWORD))PSI_server[52])(
v6,
*(_QWORD *)(a1 + 104),
0LL,
... | psi_prlock_rdlock:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV R8D,EDX
MOV RCX,RSI
MOV R14,RDI
LEA R15,[0x490ed8]
MOV RAX,qword ptr [R15]
MOV RSI,qword ptr [RDI + 0x68]
LEA RDI,[RBP + -0x48]
XOR EDX,EDX
CALL qword ptr [RAX + 0x1a0]
MOV RBX,RAX
MOV RDI,R14
CALL 0x001ab857
MOV R14D,EAX
TEST RBX,RBX
J... |
int4 psi_prlock_rdlock(long param_1,int8 param_2,int4 param_3)
{
int4 uVar1;
long lVar2;
int1 local_50 [48];
lVar2 = (**(code **)(PSI_server + 0x1a0))
(local_50,*(int8 *)(param_1 + 0x68),0,param_2,param_3);
uVar1 = rw_pr_rdlock(param_1);
if (lVar2 != 0) {
(**(code **)(PSI_server... | |
21,935 | testing::internal::StreamingListener::OnTestIterationStart(testing::UnitTest const&, int) | seiftnesse[P]memoryallocator/build_O2/_deps/googletest-src/googletest/src/gtest-internal-inl.h | void OnTestIterationStart(const UnitTest& /* unit_test */,
int iteration) override {
SendLn("event=TestIterationStart&iteration=" +
StreamableToString(iteration));
} | O2 | c | testing::internal::StreamingListener::OnTestIterationStart(testing::UnitTest const&, int):
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
leaq 0x4(%rsp), %rsi
movl %edx, (%rsi)
leaq 0x28(%rsp), %r14
movq %r14, %rdi
callq 0x263bc
leaq 0x88f3(%rip), %rsi # 0x34704
leaq 0x8(%rsp), %rdi
movq %r14, %rdx
callq 0... | _ZN7testing8internal17StreamingListener20OnTestIterationStartERKNS_8UnitTestEi:
push r14
push rbx
sub rsp, 48h
mov rbx, rdi
lea rsi, [rsp+58h+var_54]
mov [rsi], edx
lea r14, [rsp+58h+var_30]
mov rdi, r14
call _ZN7testing8internal18StreamableToStringIiEENSt7__cxx1112basic_stringIcSt11cha... | void testing::internal::StreamingListener::OnTestIterationStart(
testing::internal::StreamingListener *this,
const testing::UnitTest *a2,
int a3)
{
int v3; // [rsp+4h] [rbp-54h] BYREF
_BYTE v4[32]; // [rsp+8h] [rbp-50h] BYREF
_BYTE v5[48]; // [rsp+28h] [rbp-30h] BYREF
v3 = a3;
testin... | OnTestIterationStart:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RDI
LEA RSI,[RSP + 0x4]
MOV dword ptr [RSI],EDX
LEA R14,[RSP + 0x28]
MOV RDI,R14
CALL 0x001263bc
LAB_0012be0a:
LEA RSI,[0x134704]
LEA RDI,[RSP + 0x8]
MOV RDX,R14
CALL 0x00126675
LAB_0012be1e:
LEA RSI,[RSP + 0x8]
MOV RDI,RBX
CALL 0x0012c7dc
LAB_0012be2b:
LEA R... |
/* testing::internal::StreamingListener::OnTestIterationStart(testing::UnitTest const&, int) */
void __thiscall
testing::internal::StreamingListener::OnTestIterationStart
(StreamingListener *this,UnitTest *param_1,int param_2)
{
int local_54;
string local_50 [32];
internal local_30 [32];
local_5... | |
21,936 | ma_alloc_root | eloqsql/libmariadb/libmariadb/ma_alloc.c | void * ma_alloc_root(MA_MEM_ROOT *mem_root, size_t Size)
{
#if defined(HAVE_purify) && defined(EXTRA_DEBUG)
reg1 MA_USED_MEM *next;
Size+=ALIGN_SIZE(sizeof(MA_USED_MEM));
if (!(next = (MA_USED_MEM*) malloc(Size)))
{
if (mem_root->error_handler)
(*mem_root->error_handler)();
return((void *) 0); ... | O3 | c | ma_alloc_root:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
addq $0x7, %r14
andq $-0x8, %r14
movq (%rdi), %rax
movq %rdi, %r12
testq %rax, %rax
je 0x22ef1
cmpq %r14, 0x8(%rax)
jae 0x22ed8
movl 0x2c(%rbx), %ecx
leal 0x1(%rcx), %edx
movl %edx... | ma_alloc_root:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rsi
mov rbx, rdi
add r14, 7
and r14, 0FFFFFFFFFFFFFFF8h
mov rax, [rdi]
mov r12, rdi
test rax, rax
jz short loc_22EF1
cmp [rax+8], r14
jnb short loc_22ED8
m... | char * ma_alloc_root(long long a1, long long a2)
{
unsigned long long v2; // r14
_QWORD *v3; // rax
_QWORD *v4; // r12
unsigned int v5; // ecx
_QWORD *v6; // rax
unsigned long long v7; // rdx
unsigned int v8; // r13d
unsigned long long v9; // r15
char *v10; // rcx
unsigned long long v11; // rdx
vo... | ma_alloc_root:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
ADD R14,0x7
AND R14,-0x8
MOV RAX,qword ptr [RDI]
MOV R12,RDI
TEST RAX,RAX
JZ 0x00122ef1
CMP qword ptr [RAX + 0x8],R14
JNC 0x00122ed8
MOV ECX,dword ptr [RBX + 0x2c]
LEA EDX,[RCX + 0x1]
MOV dword ptr [RBX + 0... |
long ma_alloc_root(long *param_1,long param_2)
{
uint uVar1;
long *plVar2;
long lVar3;
long *plVar4;
long *plVar5;
ulong uVar6;
ulong uVar7;
uVar6 = param_2 + 7U & 0xfffffffffffffff8;
plVar2 = (long *)*param_1;
plVar5 = param_1;
if (plVar2 == (long *)0x0) {
LAB_00122ef1:
uVar1 = *(uint *)... | |
21,937 | CLI::detail::split_long(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>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&) | MikePodsytnik[P]TCRtrie/build_O1/_deps/cli11-src/include/CLI/impl/Split_inl.hpp | CLI11_INLINE bool split_long(const std::string ¤t, std::string &name, std::string &value) {
if(current.size() > 2 && current.substr(0, 2) == "--" && valid_first_char(current[2])) {
auto loc = current.find_first_of('=');
if(loc != std::string::npos) {
name = current.substr(2, loc - ... | O1 | cpp | CLI::detail::split_long(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>>&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pu... | _ZN3CLI6detail10split_longERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERS6_S9_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r14, rdx
mov r12, rsi
mov r15, rdi
mov rbp, [rdi+8]
xor ebx, ebx
cmp rbp, 3
jb short loc_2135D
lea r13, ... | long long CLI::detail::split_long(_QWORD *a1, long long a2, long long a3)
{
unsigned long long v4; // rbp
unsigned long long v5; // rbx
unsigned __int8 v6; // cl
long long v7; // rax
long long v8; // r13
void *v10[2]; // [rsp+8h] [rbp-70h] BYREF
_QWORD v11[2]; // [rsp+18h] [rbp-60h] BYREF
void *v12[2];... | split_long:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R14,RDX
MOV R12,RSI
MOV R15,RDI
MOV RBP,qword ptr [RDI + 0x8]
XOR EBX,EBX
CMP RBP,0x3
JC 0x0012135d
LEA R13,[RSP + 0x28]
MOV ECX,0x2
MOV RDI,R13
MOV RSI,R15
XOR EDX,EDX
CALL 0x00107460
LEA RSI,[0x1374c6]
MOV RDI,R13
CALL 0x00107130
TEST ... |
/* CLI::detail::split_long(std::__cxx11::string const&, std::__cxx11::string&,
std::__cxx11::string&) */
ulong CLI::detail::split_long(string *param_1,string *param_2,string *param_3)
{
ulong uVar1;
int iVar2;
long lVar3;
ulong uVar4;
long *local_70 [2];
long local_60 [2];
long *local_50 [2];
long... | |
21,938 | testing::internal::PrettyUnitTestResultPrinter::OnTestIterationEnd(testing::UnitTest const&, int) | giladroyz[P]FindPeaks/build_O3/_deps/googletest-src/googletest/src/gtest.cc | void PrettyUnitTestResultPrinter::OnTestIterationEnd(const UnitTest& unit_test,
int /*iteration*/) {
ColoredPrintf(GTestColor::kGreen, "[==========] ");
printf("%s from %s ran.",
FormatTestCount(unit_test.test_to_run_count()).c_str(),
FormatTest... | O3 | cpp | testing::internal::PrettyUnitTestResultPrinter::OnTestIterationEnd(testing::UnitTest const&, int):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rsi, %rbx
leaq 0x1ffed(%rip), %rsi # 0x432c7
xorl %ebp, %ebp
movl $0x2, %edi
xorl %eax, %eax
callq 0x22129
movq 0x40(%rbx), %rdi
callq 0x1c862
leaq 0x... | _ZN7testing8internal27PrettyUnitTestResultPrinter18OnTestIterationEndERKNS_8UnitTestEi:
push rbp
push r15
push r14
push rbx
sub rsp, 48h
mov rbx, rsi
lea rsi, asc_432C7; "[==========] "
xor ebp, ebp
mov edi, 2
xor eax, eax
call _ZN7testing8internalL13ColoredPrintfENS0_12_GLOBAL__N... | long long testing::internal::PrettyUnitTestResultPrinter::OnTestIterationEnd(
testing::internal::PrettyUnitTestResultPrinter *this,
testing::internal::UnitTestImpl **a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
... | OnTestIterationEnd:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RSI
LEA RSI,[0x1432c7]
XOR EBP,EBP
MOV EDI,0x2
XOR EAX,EAX
CALL 0x00122129
MOV RDI,qword ptr [RBX + 0x40]
CALL 0x0011c862
LEA RDX,[0x1422ae]
LEA RCX,[0x1426ba]
LEA RDI,[RSP + 0x8]
MOV ESI,EAX
CALL 0x001228b2
MOV RCX,qword ptr [RBX + 0x40]
MOV ... |
/* testing::internal::PrettyUnitTestResultPrinter::OnTestIterationEnd(testing::UnitTest const&, int)
*/
void testing::internal::PrettyUnitTestResultPrinter::OnTestIterationEnd
(UnitTest *param_1,int param_2)
{
long *plVar1;
UnitTestImpl *this;
long *plVar2;
char cVar3;
uint uVar4;
int ... | |
21,939 | engine | qoraal-tictactoe/build_O0/_deps/qoraal_engine-src/src/qshell/enginecmd.c | int32_t _engine (SVC_SHELL_IF_T * pif, char** argv, int argc, uint32_t filter)
{
uint32_t idx = 0 ;
int found = 0 ;
if (argc < 2) {
engine_loginstance ((uint32_t)-1, 0) ;
engine_logfilter (ENGINE_LOG_FILTER_DEFAULT, (uint16_t)-1) ;
for (idx=0; idx<engine_statemachine_count(); idx++) {
... | O0 | c | engine:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movl %ecx, -0x20(%rbp)
movl $0x0, -0x24(%rbp)
movl $0x0, -0x28(%rbp)
cmpl $0x2, -0x1c(%rbp)
jge 0x12c8c
movl $0xffffffff, %edi # imm = 0xFFFFFFFF
xorl %esi, %esi
callq 0x13220
movl $0x6, %edi
m... | _engine:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_20], ecx
mov [rbp+var_24], 0
mov [rbp+var_28], 0
cmp [rbp+var_1C], 2
jge loc_12C8C
mov edi, 0FFFFFFFFh
xor esi, esi
call engine_loginstance
mov... | long long engine(int a1, long long a2, int a3, unsigned __int16 a4)
{
unsigned int v4; // ecx
int v5; // r8d
int v6; // r9d
int v7; // eax
int v8; // r8d
int v9; // r9d
long long v10; // rax
int v11; // eax
int v12; // r8d
int v13; // r9d
int v14; // eax
char v16; // [rsp+0h] [rbp-60h]
int v1... | _engine:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV dword ptr [RBP + -0x20],ECX
MOV dword ptr [RBP + -0x24],0x0
MOV dword ptr [RBP + -0x28],0x0
CMP dword ptr [RBP + -0x1c],0x2
JGE 0x00112c8c
MOV EDI,0xffffffff
XOR ESI,ESI
CALL 0x... |
int4 _engine(int8 param_1,long param_2,int param_3,int2 param_4)
{
uint uVar1;
int iVar2;
int4 uVar3;
int4 uVar4;
int8 uVar5;
char *__s1;
int local_34;
int local_30;
uint local_2c;
local_30 = 0;
if (param_3 < 2) {
engine_loginstance(0xffffffff,0);
engine_logfilter(6,0xffff);
local... | |
21,940 | find_type_eol | eloqsql/mysys/typelib.c | static int find_type_eol(const char **x, const TYPELIB *typelib, uint flags,
const char *eol)
{
int find,pos;
int UNINIT_VAR(findpos); /* guarded by find */
const char *UNINIT_VAR(termptr);
const char *i;
const char *j;
CHARSET_INFO *cs= &my_charset_latin1;
D... | O0 | c | find_type_eol:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movq %rcx, -0x28(%rbp)
movl -0x34(%rbp), %eax
movl %eax, -0x34(%rbp)
movq -0x40(%rbp), %rax
movq %rax, -0x40(%rbp)
leaq 0x252b58(%rip), %rax # 0x280050
movq %rax, -0x58(%rbp)
jmp 0x2d4fe
jmp 0x2d500
jmp 0x2... | find_type_eol:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_28], rcx
mov eax, [rbp+var_34]
mov [rbp+var_34], eax
mov rax, [rbp+var_40]
mov [rbp+var_40], rax
lea rax, my_charset_latin1
mov [rbp+var_58], rax
jmp sho... | long long find_type_eol(_BYTE **a1, long long a2, char a3, _BYTE *a4)
{
bool v5; // [rsp+0h] [rbp-5Ah]
bool v6; // [rsp+1h] [rbp-59h]
_BYTE *v7; // [rsp+Ah] [rbp-50h]
_BYTE *j; // [rsp+12h] [rbp-48h]
_BYTE *v9; // [rsp+1Ah] [rbp-40h]
int v10; // [rsp+26h] [rbp-34h]
int i; // [rsp+2Ah] [rbp-30h]
int v12... | find_type_eol:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV qword ptr [RBP + -0x28],RCX
MOV EAX,dword ptr [RBP + -0x34]
MOV dword ptr [RBP + -0x34],EAX
MOV RAX,qword ptr [RBP + -0x40]
MOV qword ptr [RBP + -0x40],RAX
LEA RAX,[0x380050]
MOV qword... |
int find_type_eol(int8 *param_1,int *param_2,uint param_3,byte *param_4)
{
bool bVar1;
byte *local_58;
byte *local_50;
byte *local_48;
int local_3c;
int local_38;
int local_34;
int local_c;
if (*param_2 == 0) {
local_c = 0;
}
else {
local_34 = 0;
local_38 = 0;
while (local_58 ... | |
21,941 | find_type_eol | eloqsql/mysys/typelib.c | static int find_type_eol(const char **x, const TYPELIB *typelib, uint flags,
const char *eol)
{
int find,pos;
int UNINIT_VAR(findpos); /* guarded by find */
const char *UNINIT_VAR(termptr);
const char *i;
const char *j;
CHARSET_INFO *cs= &my_charset_latin1;
D... | O3 | c | find_type_eol:
xorl %eax, %eax
cmpl $0x0, (%rsi)
je 0x2acd1
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq 0x10(%rsi), %r8
movq (%r8), %r13
testq %r13, %r13
je 0x2acc7
movq (%rdi), %r10
leaq 0x2f238d(%rip), %rax # 0x31cf40
movq 0x50(%rax), %rbx
movq %rcx, %r14
subq %r10, %r14
... | find_type_eol:
xor eax, eax
cmp dword ptr [rsi], 0
jz locret_2ACD1
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
mov r8, [rsi+10h]
mov r13, [r8]
test r13, r13
jz loc_2ACC7
mov r10, [rdi]
lea rax, my_charset_latin1
mov rbx, [rax+50h]
mov... | long long find_type_eol(_QWORD *a1, long long a2, char a3, unsigned __int8 *a4)
{
long long result; // rax
_BYTE **v5; // r8
_BYTE *v6; // r13
unsigned __int8 *v7; // r10
long long v8; // rbx
unsigned __int8 *v9; // r14
long long v10; // rax
int v11; // r11d
_BYTE *v12; // r9
unsigned __int8 *v13; ... | find_type_eol:
XOR EAX,EAX
CMP dword ptr [RSI],0x0
JZ 0x0012acd1
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV R8,qword ptr [RSI + 0x10]
MOV R13,qword ptr [R8]
TEST R13,R13
JZ 0x0012acc7
MOV R10,qword ptr [RDI]
LEA RAX,[0x41cf40]
MOV RBX,qword ptr [RAX + 0x50]
MOV R14,RCX
SUB R14,R10
XOR EAX,EAX... |
int find_type_eol(int8 *param_1,int *param_2,byte param_3,byte *param_4)
{
byte *pbVar1;
byte bVar2;
byte *pbVar3;
int iVar4;
long lVar5;
long lVar6;
int iVar7;
byte bVar8;
byte *pbVar9;
byte *pbVar10;
byte *pbVar11;
byte *pbVar12;
byte *local_40;
int local_34;
iVar4 = 0;
if (*param... | |
21,942 | rlCheckErrors | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rlgl.h | void rlCheckErrors(void)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
int check = 1;
while (check)
{
const GLenum err = glGetError();
switch (err)
{
case GL_NO_ERROR: check = 0; break;
case 0x0500: TRACELOG(RL_LOG_WARNING, "GL: Err... | O0 | c | rlCheckErrors:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movl $0x1, -0x4(%rbp)
cmpl $0x0, -0x4(%rbp)
je 0xb31a5
movq 0x165b88(%rip), %rax # 0x218bf8
callq *%rax
movl %eax, -0x8(%rbp)
movl -0x8(%rbp), %eax
movl %eax, -0xc(%rbp)
testl %eax, %eax
je 0xb30e8
jmp 0xb3081
movl -0xc(%rbp), %eax
subl $0x500, %eax ... | rlCheckErrors:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_4], 1
loc_B305F:
cmp [rbp+var_4], 0
jz loc_B31A5
mov rax, cs:glad_glGetError
call rax ; glad_glGetError
mov [rbp+var_8], eax
mov eax, [rbp+var_8]
mov [rbp+var_C], eax
test eax, eax
jz short loc_B30E8
jmp ... | void rlCheckErrors()
{
int v0; // edx
int v1; // ecx
int v2; // r8d
int v3; // r9d
int Error; // [rsp+8h] [rbp-8h]
int v5; // [rsp+Ch] [rbp-4h]
v5 = 1;
while ( v5 )
{
Error = glad_glGetError();
if ( Error )
{
switch ( Error )
{
case 1280:
TraceLog(4, (unsigne... | rlCheckErrors:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV dword ptr [RBP + -0x4],0x1
LAB_001b305f:
CMP dword ptr [RBP + -0x4],0x0
JZ 0x001b31a5
MOV RAX,qword ptr [0x00318bf8]
CALL RAX
MOV dword ptr [RBP + -0x8],EAX
MOV EAX,dword ptr [RBP + -0x8]
MOV dword ptr [RBP + -0xc],EAX
TEST EAX,EAX
JZ 0x001b30e8
JMP 0x001b3081
LAB_00... |
void rlCheckErrors(void)
{
bool bVar1;
int iVar2;
bVar1 = true;
while (bVar1) {
iVar2 = (*glad_glGetError)();
if (iVar2 == 0) {
bVar1 = false;
}
else if (iVar2 == 0x500) {
TraceLog(4,"GL: Error detected: GL_INVALID_ENUM");
}
else if (iVar2 == 0x501) {
TraceLog(4,"G... | |
21,943 | rlCheckErrors | csit-sgu[P]mit-game-2025_1/Libraries/raylib/src/rlgl.h | void rlCheckErrors(void)
{
#if defined(GRAPHICS_API_OPENGL_33) || defined(GRAPHICS_API_OPENGL_ES2)
int check = 1;
while (check)
{
const GLenum err = glGetError();
switch (err)
{
case GL_NO_ERROR: check = 0; break;
case 0x0500: TRACELOG(RL_LOG_WARNING, "GL: Err... | O2 | c | rlCheckErrors:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
pushq $0x1
popq %r12
pushq $0x4
popq %rbp
leaq 0x704dd(%rip), %r13 # 0xc36d0
leaq 0x71a10(%rip), %rbx # 0xc4c0a
leaq 0x71a30(%rip), %r14 # 0xc4c31
leaq 0x71a4e(%rip), %r15 # 0xc4c56
movl %r12d, %eax
testl %eax, %... | rlCheckErrors:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
push 1
pop r12
push 4
pop rbp
lea r13, jpt_53240
lea rbx, aGlErrorDetecte; "GL: Error detected: GL_STACK_UNDERFLOW"
lea r14, aGlErrorDetecte_0; "GL: Error detected: GL_OUT_OF_MEMORY"
lea r15,... | long long rlCheckErrors(long long a1)
{
long long result; // rax
int v2; // edx
int v3; // r8d
int v4; // r9d
int v5; // ecx
const char *v6; // rsi
while ( 1 )
{
result = 1LL;
LABEL_2:
if ( !(_DWORD)result )
return result;
result = glad_glGetError(a1);
v5 = result - 1280;
swi... | rlCheckErrors:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
PUSH 0x1
POP R12
PUSH 0x4
POP RBP
LEA R13,[0x1c36d0]
LEA RBX,[0x1c4c0a]
LEA R14,[0x1c4c31]
LEA R15,[0x1c4c56]
LAB_00153208:
MOV EAX,R12D
LAB_0015320b:
TEST EAX,EAX
JZ 0x0015328d
CALL qword ptr [0x00225b58]
LEA ECX,[RAX + -0x500]
CMP ECX,0x6
J... |
void rlCheckErrors(void)
{
int iVar1;
char *pcVar2;
LAB_00153208:
iVar1 = 1;
LAB_0015320b:
if (iVar1 == 0) {
return;
}
iVar1 = (*glad_glGetError)();
switch(iVar1) {
case 0x500:
pcVar2 = "GL: Error detected: GL_INVALID_ENUM";
break;
case 0x501:
pcVar2 = "GL: Error detected: GL_INVA... | |
21,944 | ma_search | eloqsql/storage/maria/ma_search.c | int _ma_search(register MARIA_HA *info, MARIA_KEY *key, uint32 nextflag,
my_off_t pos)
{
int error;
MARIA_PINNED_PAGE *page_link;
uchar *page_buff;
info->page_changed= 1; /* If page not saved */
if (!(error= _ma_search_no_save(info, key, nextflag, pos, &page_link,
... | O0 | c | ma_search:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x8(%rbp), %rax
movb $0x1, 0x684(%rax)
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
movl -0x14(%rbp), %edx
movq -0x20(%rbp), %rcx
leaq -0x30(%rbp), %r8
leaq -0x38(%rbp)... | _ma_search:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
mov [rbp+var_20], rcx
mov rax, [rbp+var_8]
mov byte ptr [rax+684h], 1
mov rdi, [rbp+var_8]
mov rsi, [rbp+var_10]
mov edx, [rbp+var_14]
mov rcx, [rbp+var_20]
... | long long ma_search(long long a1, long long a2, unsigned int a3, long long a4)
{
long long v5; // [rsp+8h] [rbp-38h] BYREF
_BYTE v6[12]; // [rsp+10h] [rbp-30h] BYREF
unsigned int v7; // [rsp+1Ch] [rbp-24h]
long long v8; // [rsp+20h] [rbp-20h]
unsigned int v9; // [rsp+2Ch] [rbp-14h]
long long v10; // [rsp+3... | _ma_search:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
MOV qword ptr [RBP + -0x20],RCX
MOV RAX,qword ptr [RBP + -0x8]
MOV byte ptr [RAX + 0x684],0x1
MOV RDI,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RBP + -0x10]
MOV EDX,dword ptr [RBP... |
int _ma_search(long *param_1,long param_2,uint param_3,int8 param_4)
{
void *local_40;
int1 local_38 [12];
int local_2c;
int8 local_28;
uint local_1c;
long local_18;
long *local_10;
*(int1 *)((long)param_1 + 0x684) = 1;
local_28 = param_4;
local_1c = param_3;
local_18 = param_2;
local_10 = ... | |
21,945 | moodycamel::ConcurrentQueue<std::__n4861::coroutine_handle<void>, moodycamel::ConcurrentQueueDefaultTraits>::ImplicitProducer::~ImplicitProducer() | AlayaLite/build_O0/_deps/concurrentqueue-src/concurrentqueue.h | ~ImplicitProducer()
{
// Note that since we're in the destructor we can assume that all enqueue/dequeue operations
// completed already; this means that all undequeued elements are placed contiguously across
// contiguous blocks, and that only the first and last remaining blocks can be only partially
// e... | O0 | c | moodycamel::ConcurrentQueue<std::__n4861::coroutine_handle<void>, moodycamel::ConcurrentQueueDefaultTraits>::ImplicitProducer::~ImplicitProducer():
subq $0xa8, %rsp
movq %rdi, 0x70(%rsp)
movq 0x70(%rsp), %rax
movq %rax, 0x20(%rsp)
leaq 0x15ee63(%rip), %rcx # 0x1cc780
addq $0x10, %rcx
movq %rcx, (%rax)
addq $0x20, %r... | _ZN10moodycamel15ConcurrentQueueINSt7__n486116coroutine_handleIvEENS_28ConcurrentQueueDefaultTraitsEE16ImplicitProducerD2Ev:
sub rsp, 0A8h
mov [rsp+0A8h+var_38], rdi
mov rax, [rsp+0A8h+var_38]
mov [rsp+0A8h+var_88], rax
lea rcx, _ZTVN10moodycamel15ConcurrentQueueINSt7__n486116coroutine_handleIvEENS_... | void moodycamel::ConcurrentQueue<std::__n4861::coroutine_handle<void>,moodycamel::ConcurrentQueueDefaultTraits>::ImplicitProducer::~ImplicitProducer(
_QWORD *a1)
{
long long block_index_entry_for_index; // [rsp+8h] [rbp-A0h]
moodycamel::ConcurrentQueueDefaultTraits *v2; // [rsp+38h] [rbp-70h]
long long i... | ~ImplicitProducer:
SUB RSP,0xa8
MOV qword ptr [RSP + 0x70],RDI
MOV RAX,qword ptr [RSP + 0x70]
MOV qword ptr [RSP + 0x20],RAX
LEA RCX,[0x2cc780]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
ADD RAX,0x20
MOV qword ptr [RSP + 0xa0],RAX
MOV dword ptr [RSP + 0x9c],0x0
MOV RAX,qword ptr [RSP + 0xa0]
MOV qword ptr [RSP + 0x28],RAX
MO... |
/* WARNING: Removing unreachable block (ram,0x0016da3e) */
/* WARNING: Removing unreachable block (ram,0x0016d9a3) */
/* WARNING: Removing unreachable block (ram,0x0016d991) */
/* WARNING: Removing unreachable block (ram,0x0016da2f) */
/* moodycamel::ConcurrentQueue<std::__n4861::coroutine_handle<void>,
moodycamel:... | |
21,946 | my_strcasecmp_utf8mb3 | eloqsql/strings/ctype-utf8.c | static
int my_strcasecmp_utf8mb3(CHARSET_INFO *cs, const char *s, const char *t)
{
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
while (s[0] && t[0])
{
my_wc_t s_wc,t_wc;
if ((uchar) s[0] < 128)
{
/*
s[0] is between 0 and 127.
It represents a single byte character.
Conv... | O3 | c | my_strcasecmp_utf8mb3:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rdx, %r13
movb (%rsi), %al
testb %al, %al
je 0xd58e8
movq %rsi, %r14
movq 0x78(%rdi), %r15
leaq 0x30df13(%rip), %r12 # 0x3e3730
cmpb $0x0, (%r13)
je 0xd58e3
testb %al, %al
js 0xd5841
movzbl... | my_strcasecmp_utf8mb3:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r13, rdx
mov al, [rsi]
test al, al
jz loc_D58E8
mov r14, rsi
mov r15, [rdi+78h]
lea r12, my_unicase_default_page00
loc_D581D:
cmp byte ptr [r13+0], 0
jz ... | long long my_strcasecmp_utf8mb3(long long a1, unsigned __int8 *a2, unsigned __int8 *a3)
{
unsigned __int8 v4; // al
unsigned __int8 *v5; // r14
long long v6; // r15
unsigned long long v7; // rbx
int v8; // eax
long long v9; // rax
long long v10; // rax
unsigned long long v11; // rax
int v12; // eax
... | my_strcasecmp_utf8mb3:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R13,RDX
MOV AL,byte ptr [RSI]
TEST AL,AL
JZ 0x001d58e8
MOV R14,RSI
MOV R15,qword ptr [RDI + 0x78]
LEA R12,[0x4e3730]
LAB_001d581d:
CMP byte ptr [R13],0x0
JZ 0x001d58e3
TEST AL,AL
JS 0x001d5841
MOVZX EAX,AL
LEA RAX,... |
int my_strcasecmp_utf8mb3(long param_1,byte *param_2,byte *param_3)
{
long lVar1;
long lVar2;
byte bVar3;
uint uVar4;
int iVar5;
ulong uVar6;
ulong local_40;
ulong local_38;
bVar3 = *param_2;
if (bVar3 == 0) {
uVar4 = 0;
}
else {
lVar1 = *(long *)(param_1 + 0x78);
do {
if ... | |
21,947 | nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::... | hkr04[P]cpp-mcp/common/json.hpp | void dump_float(number_float_t x)
{
// NaN / inf
if (!std::isfinite(x))
{
o->write_characters("null", 4);
return;
}
// If number_float_t is an IEEE-754 single or double precision number,
// use the Grisu2 algorithm to produce short numbers whi... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::... | _ZN8nlohmann16json_abi_v3_11_36detail10serializerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE10dump_floatEd:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
movsd [rsp+28h+var_10], xmm0
mov rax, [rsp+28h+var_8]
mov [r... | long long nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::dump_float(
long long a1,
... | dump_float:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOVSD qword ptr [RSP + 0x18],XMM0
MOV RAX,qword ptr [RSP + 0x20]
MOV qword ptr [RSP + 0x8],RAX
MOVSD XMM0,qword ptr [RSP + 0x18]
CALL 0x0017ac40
TEST AL,0x1
JNZ 0x0017a2a9
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x00178c40
MOV RDI,RAX
MOV RAX,qword ptr [RDI]
LEA RSI,[0... |
/* nlohmann::json_abi_v3_11_3::detail::serializer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
... | |
21,948 | ModbusRtuPort::readBuffer(unsigned char&, unsigned char&, unsigned char*, unsigned short, unsigned short*) | serhmarch[P]ModbusBridge/modbus/src/ModbusRtuPort.cpp | StatusCode ModbusRtuPort::readBuffer(uint8_t& unit, uint8_t& func, uint8_t *buff, uint16_t maxSzBuff, uint16_t *szOutBuff)
{
ModbusSerialPortPrivate *d = d_ModbusSerialPort(d_ptr);
uint16_t crc;
if (d->sz < 4) // Note: Unit + Func + 2 bytes CRC
return d->setError(Status_BadNotCorrectRequest, St... | O2 | cpp | ModbusRtuPort::readBuffer(unsigned char&, unsigned char&, unsigned char*, unsigned short, unsigned short*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq 0x8(%rdi), %rbx
movzwl 0x82(%rbx), %eax
cmpl $0x3, %eax
ja 0x8f5e
leaq 0x9bc5(%rip), %rsi # 0x12ae8
leaq 0x10(%rsp), %r... | _ZN13ModbusRtuPort10readBufferERhS0_PhtPt:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, [rdi+8]
movzx eax, word ptr [rbx+82h]
cmp eax, 3
ja short loc_8F5E
lea rsi, aRtuNotCorrectI; "RTU. Not correct input. Input data leng"...
lea rdi, [rsp+68h+... | long long ModbusRtuPort::readBuffer(
ModbusRtuPort *this,
unsigned __int8 *a2,
unsigned __int8 *a3,
unsigned __int8 *a4,
unsigned __int16 a5,
unsigned __int16 *a6)
{
long long v6; // rbx
unsigned int v7; // eax
long long v13; // rdi
long long v14; // rsi
int v1... | readBuffer:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,qword ptr [RDI + 0x8]
MOVZX EAX,word ptr [RBX + 0x82]
CMP EAX,0x3
JA 0x00108f5e
LAB_00108f1c:
LEA RSI,[0x112ae8]
LEA RDI,[RSP + 0x10]
LEA RDX,[RSP + 0xf]
CALL 0x00108b48
MOV dword ptr [RBX + 0x10],0x1000102
ADD RBX,0x18
LAB_00108f3d:... |
/* ModbusRtuPort::readBuffer(unsigned char&, unsigned char&, unsigned char*, unsigned short,
unsigned short*) */
int8 __thiscall
ModbusRtuPort::readBuffer
(ModbusRtuPort *this,uchar *param_1,uchar *param_2,uchar *param_3,ushort param_4,
ushort *param_5)
{
int1 uVar1;
int1 uVar2;
long lVa... | |
21,949 | ModbusRtuPort::readBuffer(unsigned char&, unsigned char&, unsigned char*, unsigned short, unsigned short*) | serhmarch[P]ModbusBridge/modbus/src/ModbusRtuPort.cpp | StatusCode ModbusRtuPort::readBuffer(uint8_t& unit, uint8_t& func, uint8_t *buff, uint16_t maxSzBuff, uint16_t *szOutBuff)
{
ModbusSerialPortPrivate *d = d_ModbusSerialPort(d_ptr);
uint16_t crc;
if (d->sz < 4) // Note: Unit + Func + 2 bytes CRC
return d->setError(Status_BadNotCorrectRequest, St... | O3 | cpp | ModbusRtuPort::readBuffer(unsigned char&, unsigned char&, unsigned char*, unsigned short, unsigned short*):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq 0x8(%rdi), %rbx
movzwl 0x82(%rbx), %eax
cmpl $0x3, %eax
ja 0x96e5
leaq 0x10(%rsp), %r14
movq %r14, -0x10(%r14)
leaq 0xf447(%... | _ZN13ModbusRtuPort10readBufferERhS0_PhtPt:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov rbx, [rdi+8]
movzx eax, word ptr [rbx+82h]
cmp eax, 3
ja short loc_96E5
lea r14, [rsp+58h+var_48]
mov [r14-10h], r14
lea rsi, aRtuNotCorrectI; "RTU. Not corr... | long long ModbusRtuPort::readBuffer(
ModbusRtuPort *this,
unsigned __int8 *a2,
unsigned __int8 *a3,
unsigned __int8 *a4,
unsigned __int16 a5,
unsigned __int16 *a6)
{
long long v6; // rbx
unsigned int v7; // eax
long long v13; // rdi
long long v14; // rsi
int v1... | readBuffer:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV RBX,qword ptr [RDI + 0x8]
MOVZX EAX,word ptr [RBX + 0x82]
CMP EAX,0x3
JA 0x001096e5
LEA R14,[RSP + 0x10]
MOV qword ptr [R14 + -0x10],R14
LAB_00109699:
LEA RSI,[0x118ae7]
LEA RDX,[0x118b19]
MOV RDI,RSP
CALL 0x001092a8
MOV dword ptr [RBX +... |
/* ModbusRtuPort::readBuffer(unsigned char&, unsigned char&, unsigned char*, unsigned short,
unsigned short*) */
int8 __thiscall
ModbusRtuPort::readBuffer
(ModbusRtuPort *this,uchar *param_1,uchar *param_2,uchar *param_3,ushort param_4,
ushort *param_5)
{
int1 uVar1;
int1 uVar2;
long lVa... | |
21,950 | nlohmann::json_abi_v3_11_3::detail::type_error nlohmann::json_abi_v3_11_3::detail::type_error::create<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::alloc... | monkey531[P]llama/common/json.hpp | static type_error create(int id_, const std::string& what_arg, BasicJsonContext context)
{
const std::string w = concat(exception::name("type_error", id_), exception::diagnostics(context), what_arg);
return {id_, w.c_str()};
} | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::type_error nlohmann::json_abi_v3_11_3::detail::type_error::create<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::alloc... | _ZN8nlohmann16json_abi_v3_11_36detail10type_error6createIPNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SJ_:
push rbp
push r15
push r14
push ... | nlohmann::json_abi_v3_11_3::detail::type_error * ZN8nlohmann16json_abi_v3_11_36detail10type_error6createIPNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_... | _ZN8nlohmann16json_abi_v3_11_36detail10type_error6createIPNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SJ_:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP... |
type_error *
_ZN8nlohmann16json_abi_v3_11_36detail10type_error6createIPNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES6_IhSaIhEEvEETnNSt9enable_ifIXsr21is_basic_json_contextIT_EE5valueEiE4typeELi0EEES2_iRKSC_SJ_
(type_error *param_1... | |
21,951 | insert_events_waits_history_long(PFS_events_waits*) | eloqsql/storage/perfschema/pfs_events_waits.cc | void insert_events_waits_history_long(PFS_events_waits *wait)
{
if (unlikely(events_waits_history_long_size == 0))
return;
uint index= PFS_atomic::add_u32(&events_waits_history_long_index.m_u32, 1);
index= index % events_waits_history_long_size;
if (index == 0)
events_waits_history_long_full= true;
... | O0 | cpp | insert_events_waits_history_long(PFS_events_waits*):
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
cmpq $0x0, 0x3d90ec(%rip) # 0x40e380
sete %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
je 0x352a3
jmp 0x352f4
leaq 0x3d9296(%rip), %rdi # 0x40e540
movl $0x1, %esi
callq 0x33c80
movl %eax, ... | _Z32insert_events_waits_history_longP16PFS_events_waits:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
cmp cs:events_waits_history_long_size, 0
setz al
and al, 1
movzx eax, al
cmp eax, 0
jz short loc_352A3
jmp short loc_352F4
loc_352A3:
lea rdi, events_waits_histor... | long long insert_events_waits_history_long(long long a1)
{
long long result; // rax
unsigned int v2; // [rsp+4h] [rbp-Ch]
result = events_waits_history_long_size == 0;
if ( events_waits_history_long_size )
{
v2 = (unsigned int)PFS_atomic::add_u32(
(PFS_atomic *)&events_waits_his... | insert_events_waits_history_long:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
CMP qword ptr [0x0050e380],0x0
SETZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
JZ 0x001352a3
JMP 0x001352f4
LAB_001352a3:
LEA RDI,[0x50e540]
MOV ESI,0x1
CALL 0x00133c80
MOV dword ptr [RBP + -0xc],EAX
MOV EAX,dword ptr [RBP + ... |
/* insert_events_waits_history_long(PFS_events_waits*) */
void insert_events_waits_history_long(PFS_events_waits *param_1)
{
uint uVar1;
if (events_waits_history_long_size != 0) {
uVar1 = PFS_atomic::add_u32((uint *)events_waits_history_long_index,1);
if ((int)((ulong)uVar1 % events_waits_history_long... | |
21,952 | JS_DetachArrayBuffer | bluesky950520[P]quickjs/quickjs.c | void JS_DetachArrayBuffer(JSContext *ctx, JSValue obj)
{
JSArrayBuffer *abuf = JS_GetOpaque(obj, JS_CLASS_ARRAY_BUFFER);
struct list_head *el;
if (!abuf || abuf->detached)
return;
if (abuf->free_func)
abuf->free_func(ctx->rt, abuf->opaque, abuf->data);
abuf->data = NULL;
abuf->b... | O0 | c | JS_DetachArrayBuffer:
subq $0x38, %rsp
movq %rsi, 0x28(%rsp)
movq %rdx, 0x30(%rsp)
movq %rdi, 0x20(%rsp)
movq 0x28(%rsp), %rdi
movq 0x30(%rsp), %rsi
movl $0x13, %edx
callq 0x3e640
movq %rax, 0x18(%rsp)
cmpq $0x0, 0x18(%rsp)
je 0x5e232
movq 0x18(%rsp), %rax
movzbl 0x8(%rax), %eax
cmpl $0x0, %eax
je 0x5e237
jmp 0x5e2f8
m... | JS_DetachArrayBuffer:
sub rsp, 38h
mov [rsp+38h+var_10], rsi
mov [rsp+38h+var_8], rdx
mov [rsp+38h+var_18], rdi
mov rdi, [rsp+38h+var_10]
mov rsi, [rsp+38h+var_8]
mov edx, 13h
call JS_GetOpaque
mov [rsp+38h+var_20], rax
cmp [rsp+38h+var_20], 0
jz short loc_5E232
mov rax, ... | long long JS_DetachArrayBuffer(long long a1, long long a2, int a3)
{
long long result; // rax
long long v4; // [rsp+0h] [rbp-38h]
long long i; // [rsp+10h] [rbp-28h]
long long v6; // [rsp+18h] [rbp-20h]
result = JS_GetOpaque(a2, a3, 19);
v6 = result;
if ( result )
{
result = *(unsigned __int8 *)(r... | JS_DetachArrayBuffer:
SUB RSP,0x38
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x20],RDI
MOV RDI,qword ptr [RSP + 0x28]
MOV RSI,qword ptr [RSP + 0x30]
MOV EDX,0x13
CALL 0x0013e640
MOV qword ptr [RSP + 0x18],RAX
CMP qword ptr [RSP + 0x18],0x0
JZ 0x0015e232
MOV RAX,qword ptr [RSP + ... |
void JS_DetachArrayBuffer(long param_1,int8 param_2,int8 param_3)
{
long lVar1;
int4 *puVar2;
int4 *local_28;
puVar2 = (int4 *)JS_GetOpaque(param_2,param_3,0x13);
if ((puVar2 != (int4 *)0x0) && (*(char *)(puVar2 + 2) == '\0')) {
if (*(long *)(puVar2 + 0xc) != 0) {
(**(code **)(puVar2 + 0xc))
... | |
21,953 | JS_DetachArrayBuffer | bluesky950520[P]quickjs/quickjs.c | void JS_DetachArrayBuffer(JSContext *ctx, JSValue obj)
{
JSArrayBuffer *abuf = JS_GetOpaque(obj, JS_CLASS_ARRAY_BUFFER);
struct list_head *el;
if (!abuf || abuf->detached)
return;
if (abuf->free_func)
abuf->free_func(ctx->rt, abuf->opaque, abuf->data);
abuf->data = NULL;
abuf->b... | O2 | c | JS_DetachArrayBuffer:
cmpl $-0x1, %edx
jne 0x35c1a
pushq %rbx
cmpw $0x13, 0x6(%rsi)
jne 0x35c19
movq 0x30(%rsi), %rbx
testq %rbx, %rbx
je 0x35c19
cmpb $0x0, 0x8(%rbx)
je 0x35c1b
popq %rbx
retq
movq 0x30(%rbx), %rax
testq %rax, %rax
je 0x35c32
movq 0x18(%rdi), %rdi
movq 0x10(%rbx), %rdx
movq 0x28(%rbx), %rsi
callq *%rax... | JS_DetachArrayBuffer:
cmp edx, 0FFFFFFFFh
jnz short locret_35C1A
push rbx
cmp word ptr [rsi+6], 13h
jnz short loc_35C19
mov rbx, [rsi+30h]
test rbx, rbx
jz short loc_35C19
cmp byte ptr [rbx+8], 0
jz short loc_35C1B
loc_35C19:
pop rbx
locret_35C1A:
retn
loc_35C1B:
mov rax,... | void JS_DetachArrayBuffer(long long a1, long long a2, int a3)
{
long long v3; // rbx
void ( *v4)(_QWORD, _QWORD, _QWORD); // rax
long long v5; // rax
long long *i; // rbx
long long v7; // rbx
long long v8; // rcx
if ( a3 == -1 && *(_WORD *)(a2 + 6) == 19 )
{
v3 = *(_QWORD *)(a2 + 48);
if ( v3 ... | JS_DetachArrayBuffer:
CMP EDX,-0x1
JNZ 0x00135c1a
PUSH RBX
CMP word ptr [RSI + 0x6],0x13
JNZ 0x00135c19
MOV RBX,qword ptr [RSI + 0x30]
TEST RBX,RBX
JZ 0x00135c19
CMP byte ptr [RBX + 0x8],0x0
JZ 0x00135c1b
LAB_00135c19:
POP RBX
LAB_00135c1a:
RET
LAB_00135c1b:
MOV RAX,qword ptr [RBX + 0x30]
TEST RAX,RAX
JZ 0x00135c32
MOV... |
void JS_DetachArrayBuffer(long param_1,long param_2,int param_3)
{
int4 *puVar1;
int4 *puVar2;
long lVar3;
int8 *puVar4;
if ((((param_3 == -1) && (*(short *)(param_2 + 6) == 0x13)) &&
(puVar1 = *(int4 **)(param_2 + 0x30), puVar1 != (int4 *)0x0)) &&
(*(char *)(puVar1 + 2) == '\0')) {
if (*(... | |
21,954 | ulight::cpp::match_integer_literal(std::basic_string_view<char8_t, std::char_traits<char8_t>>) | ulight/src/main/cpp/cpp.cpp | Literal_Match_Result match_integer_literal // NOLINT(bugprone-exception-escape)
(std::u8string_view s) noexcept
{
if (s.empty() || !is_ascii_digit(s[0])) {
return { Literal_Match_Status::no_digits, 0, {} };
}
if (s.starts_with(u8"0b")) {
const std::size_t digits = match_digits(s.substr(2... | O0 | cpp | ulight::cpp::match_integer_literal(std::basic_string_view<char8_t, std::char_traits<char8_t>>):
pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
movq %rdi, -0x90(%rbp)
movq %rdi, -0x88(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x8(%rbp)
leaq -0x10(%rbp), %rdi
callq 0xb350
testb $0x1, %al
jne 0x93c7
xorl %eax, %eax
movl %eax,... | _ZN6ulight3cpp21match_integer_literalESt17basic_string_viewIDuSt11char_traitsIDuEE:
push rbp
mov rbp, rsp
sub rsp, 0E0h
mov [rbp+var_90], rdi
mov [rbp+var_88], rdi
mov qword ptr [rbp+var_10], rsi
mov qword ptr [rbp+var_10+8], rdx
lea rdi, [rbp+var_10]
call _ZNKSt17basic_string_viewIDuS... | long long ulight::cpp::match_integer_literal(long long a1, long long a2, long long a3)
{
long long v3; // rdi
long long v4; // rax
long long v5; // rdx
long long v6; // rax
long long v7; // rdx
long long v9; // [rsp+0h] [rbp-E0h]
char v10; // [rsp+Fh] [rbp-D1h]
long long v11; // [rsp+10h] [rbp-D0h]
l... | match_integer_literal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
MOV qword ptr [RBP + -0x90],RDI
MOV qword ptr [RBP + -0x88],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x8],RDX
LEA RDI,[RBP + -0x10]
CALL 0x0010b350
TEST AL,0x1
JNZ 0x001093c7
XOR EAX,EAX
MOV ESI,EAX
LEA RDI,[RBP + -0x10]
CALL 0x0010b3a0
MOVZX EDI... |
/* ulight::cpp::match_integer_literal(std::basic_string_view<char8_t, std::char_traits<char8_t> >)
*/
int1 *
ulight::cpp::match_integer_literal(int1 *param_1,ulight *param_2,int8 param_3)
{
byte bVar1;
ulong uVar2;
uchar *puVar3;
char *pcVar4;
long lVar5;
int8 uVar6;
int1 auVar7 [16];
int1 local_... | |
21,955 | minja::Parser::consumeToken(std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>> const&, minja::SpaceHandling) | monkey531[P]llama/common/./minja.hpp | std::string consumeToken(const std::regex & regex, SpaceHandling space_handling = SpaceHandling::Strip) {
auto start = it;
consumeSpaces(space_handling);
std::smatch match;
if (std::regex_search(it, end, match, regex) && match.position() == 0) {
it += match[0].length();
... | O0 | cpp | minja::Parser::consumeToken(std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>> const&, minja::SpaceHandling):
subq $0xb8, %rsp
movq %rdi, 0x28(%rsp)
movq %rdi, %rax
movq %rax, 0x30(%rsp)
movq %rdi, 0xb0(%rsp)
movq %rsi, 0xa8(%rsp)
movq %rdx, 0xa0(%rsp)
movl %ecx, 0x9c(%rsp)
movq 0xa8(%rsp), %rdi
movq %rd... | _ZN5minja6Parser12consumeTokenERKNSt7__cxx1111basic_regexIcNS1_12regex_traitsIcEEEENS_13SpaceHandlingE:
sub rsp, 0B8h
mov [rsp+0B8h+var_90], rdi
mov rax, rdi
mov [rsp+0B8h+var_88], rax
mov [rsp+0B8h+var_8], rdi
mov [rsp+0B8h+var_10], rsi
mov [rsp+0B8h+var_18], rdx
mov [rsp+0B8h+var_1C], ... | long long minja::Parser::consumeToken(long long a1, long long a2, long long a3, unsigned int a4)
{
long long v4; // rax
int v5; // edx
int v6; // ecx
int v7; // r8d
int v8; // r9d
int v10; // [rsp+10h] [rbp-A8h]
long long v11; // [rsp+18h] [rbp-A0h]
char v12; // [rsp+4Fh] [rbp-69h] BYREF
int v13; // ... | consumeToken:
SUB RSP,0xb8
MOV qword ptr [RSP + 0x28],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x30],RAX
MOV qword ptr [RSP + 0xb0],RDI
MOV qword ptr [RSP + 0xa8],RSI
MOV qword ptr [RSP + 0xa0],RDX
MOV dword ptr [RSP + 0x9c],ECX
MOV RDI,qword ptr [RSP + 0xa8]
MOV qword ptr [RSP + 0x38],RDI
MOV RAX,qword ptr [RDI + 0x20]
MO... |
/* minja::Parser::consumeToken(std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char> >
const&, minja::SpaceHandling) */
string * minja::Parser::consumeToken
(string *param_1,Parser *param_2,int8 param_3,int4 param_4)
{
bool bVar1;
long lVar2;
sub_match<__gnu_cxx::__normal_itera... | |
21,956 | minja::Parser::consumeToken(std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>> const&, minja::SpaceHandling) | monkey531[P]llama/common/./minja.hpp | std::string consumeToken(const std::regex & regex, SpaceHandling space_handling = SpaceHandling::Strip) {
auto start = it;
consumeSpaces(space_handling);
std::smatch match;
if (std::regex_search(it, end, match, regex) && match.position() == 0) {
it += match[0].length();
... | O3 | cpp | minja::Parser::consumeToken(std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char>> const&, minja::SpaceHandling):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
movq 0x20(%rsi), %r12
movq %rsi, %rdi
movl %ecx, %esi
callq 0x3bcc2
xorps %xmm0, %xmm0... | _ZN5minja6Parser12consumeTokenERKNSt7__cxx1111basic_regexIcNS1_12regex_traitsIcEEEENS_13SpaceHandlingE:
push r15
push r14
push r12
push rbx
sub rsp, 28h
mov r15, rdx
mov r14, rsi
mov rbx, rdi
mov r12, [rsi+20h]
mov rdi, rsi
mov esi, ecx
call _ZN5minja6Parser13consumeSpacesENS_... | long long minja::Parser::consumeToken(long long a1, long long a2, long long a3, unsigned int a4)
{
long long v7; // r12
__int128 v8; // kr00_16
long long v9; // rdx
long long v10; // r8
long long v11; // rdi
long long v13; // rsi
bool v14; // zf
long long v15; // rsi
long long v16; // rdx
long long... | consumeToken:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
MOV R12,qword ptr [RSI + 0x20]
MOV RDI,RSI
MOV ESI,ECX
CALL 0x0013bcc2
XORPS XMM0,XMM0
MOV RDX,RSP
MOVAPS xmmword ptr [RDX + 0x10],XMM0
MOVAPS xmmword ptr [RDX],XMM0
MOV RSI,qword ptr [R14 + 0x18]
MOV RDI,qword ptr [R14 +... |
/* minja::Parser::consumeToken(std::__cxx11::basic_regex<char, std::__cxx11::regex_traits<char> >
const&, minja::SpaceHandling) */
long * minja::Parser::consumeToken
(long *param_1,Parser *param_2,int8 param_3,int4 param_4)
{
int8 uVar1;
bool bVar2;
long lVar3;
long *plVar4;
long lVar5;... | |
21,957 | my_wildcmp_unicode_impl | eloqsql/strings/ctype-utf8.c | static
int my_wildcmp_unicode_impl(CHARSET_INFO *cs,
const char *str,const char *str_end,
const char *wildstr,const char *wildend,
int escape, int w_one, int w_many,
MY_UNICASE_INFO *weights, int recurse_leve... | O3 | c | my_wildcmp_unicode_impl:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movl %r9d, -0x54(%rbp)
movq %r8, %r12
movq %rcx, %r13
movq %rdx, -0x50(%rbp)
movq %rsi, -0x38(%rbp)
movq %rdi, %r15
movl 0x28(%rbp), %eax
movq %rax, -0x60(%rbp)
movq 0xb8(%rdi), %rax
movq 0x28(%ra... | my_wildcmp_unicode_impl:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov [rbp+var_54], r9d
mov r12, r8
mov r13, rcx
mov [rbp+var_50], rdx
mov [rbp+var_38], rsi
mov r15, rdi
mov eax, [rbp+arg_18]
mov [rbp+var_60], rax
mov r... | long long my_wildcmp_unicode_impl(
long long a1,
long long a2,
unsigned long long a3,
unsigned long long a4,
unsigned long long a5,
int a6,
int a7,
int a8,
unsigned long long *a9,
unsigned int a10)
{
unsigned int v13; // ebx
long long ... | my_wildcmp_unicode_impl:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV dword ptr [RBP + -0x54],R9D
MOV R12,R8
MOV R13,RCX
MOV qword ptr [RBP + -0x50],RDX
MOV qword ptr [RBP + -0x38],RSI
MOV R15,RDI
MOV EAX,dword ptr [RBP + 0x28]
MOV qword ptr [RBP + -0x60],RAX
MOV RAX,qword ptr [RDI... |
uint my_wildcmp_unicode_impl
(long param_1,long param_2,long param_3,ulong param_4,ulong param_5,int param_6,
int param_7,int param_8,ulong *param_9,int param_10)
{
long lVar1;
code *pcVar2;
ulong uVar3;
int iVar4;
uint uVar5;
uint uVar6;
short sVar7;
long lVar8;
ulong ... | |
21,958 | HDL_set_probe | xtate/src/xcmd.c | static void HDL_set_probe(void *conf, char *subcmd) {
XConf *xconf = conf;
Probe *probe = get_probe_module_by_name(subcmd);
if (!probe) {
LOG(LEVEL_ERROR, "no such probe module named %s\n", subcmd);
return;
}
xconf->probe = probe;
LOG(LEVEL_HINT, "set probe module successfully... | O3 | c | HDL_set_probe:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
movq %rsi, %rdi
callq 0x2d5b8
testq %rax, %rax
je 0x5799c
movq %rax, 0x4e0(%r14)
leaq 0x1f068(%rip), %rsi # 0x769f1
movl $0xfffffffe, %edi # imm = 0xFFFFFFFE
xorl %eax, %eax
addq $0x8, %rsp
popq %rbx
popq %r14
jmp 0x536da
leaq 0x2... | HDL_set_probe:
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
mov rdi, rsi
call get_probe_module_by_name
test rax, rax
jz short loc_5799C
mov [r14+4E0h], rax
lea rsi, aSetProbeModule; "set probe module successfully.\n"
mov edi, 0FFFFFFFEh
xor eax, eax
add rsp, 8... | long long HDL_set_probe(
long long a1,
long long a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10,
long long a11,
long long a12,
long long a13,
long long a14,
... | HDL_set_probe:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
MOV RDI,RSI
CALL 0x0012d5b8
TEST RAX,RAX
JZ 0x0015799c
MOV qword ptr [R14 + 0x4e0],RAX
LEA RSI,[0x1769f1]
MOV EDI,0xfffffffe
XOR EAX,EAX
ADD RSP,0x8
POP RBX
POP R14
JMP 0x001536da
LAB_0015799c:
LEA RSI,[0x17ed83]
MOV EDI,0xffffffff
MOV RDX,RBX
XOR EAX,EA... |
void HDL_set_probe(long param_1,int8 param_2)
{
long lVar1;
lVar1 = get_probe_module_by_name(param_2);
if (lVar1 != 0) {
*(long *)(param_1 + 0x4e0) = lVar1;
LOG(0xfffffffe,"set probe module successfully.\n");
return;
}
LOG(0xffffffff,"no such probe module named %s\n",param_2);
return;
}
| |
21,959 | mysql_stmt_fetch_column | eloqsql/libmariadb/libmariadb/mariadb_stmt.c | int STDCALL mysql_stmt_fetch_column(MYSQL_STMT *stmt, MYSQL_BIND *bind, unsigned int column, unsigned long offset)
{
if (stmt->state < MYSQL_STMT_USER_FETCHING || column >= stmt->field_count ||
stmt->state == MYSQL_STMT_FETCH_DONE) {
SET_CLIENT_STMT_ERROR(stmt, CR_NO_DATA, SQLSTATE_UNKNOWN, 0);
return(... | O3 | c | mysql_stmt_fetch_column:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
movl 0x50(%rdi), %eax
cmpl $0x5, %eax
jae 0x20654
movl $0x803, 0x108(%rbx) # imm = 0x803
leaq 0x30d(%rbx), %rdi
leaq 0x283f9(%rip), %rax # 0x48a00
movq (%rax), %rsi
movl $0x5, %edx
callq 0x13220
xorl ... | mysql_stmt_fetch_column:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov rbx, rdi
mov eax, [rdi+50h]
cmp eax, 5
jnb short loc_20654
loc_205EF:
mov dword ptr [rbx+108h], 803h
lea rdi, [rbx+30Dh]
lea rax, SQLSTATE_UNKNOWN
mov rsi, [rax]
mov edx, 5
call ... | long long mysql_stmt_fetch_column(long long a1, long long a2, unsigned int a3, long long a4)
{
unsigned int v4; // eax
long long result; // rax
long long v6; // rax
long long v7; // r14
_QWORD **v8; // rax
_BYTE *v9; // rcx
_BYTE *v10; // rax
_BYTE *v11; // rax
long long v12; // r15
v4 = *(_DWORD ... | mysql_stmt_fetch_column:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV EAX,dword ptr [RDI + 0x50]
CMP EAX,0x5
JNC 0x00120654
LAB_001205ef:
MOV dword ptr [RBX + 0x108],0x803
LEA RDI,[RBX + 0x30d]
LEA RAX,[0x148a00]
MOV RSI,qword ptr [RAX]
MOV EDX,0x5
CALL 0x00113220
XOR R14D,R14D
MOV byte ptr ... |
int8 mysql_stmt_fetch_column(long param_1,long *param_2,uint param_3,long param_4)
{
int8 uVar1;
int8 *puVar2;
int1 *puVar3;
long lVar4;
long lVar5;
if (((*(uint *)(param_1 + 0x50) < 5) || (*(uint *)(param_1 + 0x50) == 6)) ||
(*(uint *)(param_1 + 0x60) <= param_3)) {
*(int4 *)(param_1 + 0x108)... | |
21,960 | bc_get_atom | bluesky950520[P]quickjs/quickjs.c | static int bc_get_atom(BCReaderState *s, JSAtom *patom)
{
uint32_t v;
if (bc_get_leb128(s, &v))
return -1;
if (v & 1) {
*patom = __JS_AtomFromUInt32(v >> 1);
return 0;
} else {
return bc_idx_to_atom(s, patom, v >> 1);
}
} | O0 | c | bc_get_atom:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x10(%rsp)
movq 0x18(%rsp), %rdi
leaq 0xc(%rsp), %rsi
callq 0x78f20
cmpl $0x0, %eax
je 0x7bc0c
movl $0xffffffff, 0x24(%rsp) # imm = 0xFFFFFFFF
jmp 0x7bc4f
movl 0xc(%rsp), %eax
andl $0x1, %eax
cmpl $0x0, %eax
je 0x7bc36
movl 0xc(%rsp), %edi
shrl %edi
callq 0... | bc_get_atom:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_18], rsi
mov rdi, [rsp+28h+var_10]
lea rsi, [rsp+28h+var_1C]
call bc_get_leb128
cmp eax, 0
jz short loc_7BC0C
mov [rsp+28h+var_4], 0FFFFFFFFh
jmp short loc_7BC4F
loc_7BC0C:
mov eax, [rsp+28h+var_1C]
and ... | long long bc_get_atom(long long a1, _DWORD *a2)
{
unsigned int v3; // [rsp+Ch] [rbp-1Ch] BYREF
_DWORD *v4; // [rsp+10h] [rbp-18h]
long long v5; // [rsp+18h] [rbp-10h]
v5 = a1;
v4 = a2;
if ( (unsigned int)bc_get_leb128(a1, &v3) )
{
return (unsigned int)-1;
}
else if ( (v3 & 1) != 0 )
{
*v4 ... | bc_get_atom:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV qword ptr [RSP + 0x10],RSI
MOV RDI,qword ptr [RSP + 0x18]
LEA RSI,[RSP + 0xc]
CALL 0x00178f20
CMP EAX,0x0
JZ 0x0017bc0c
MOV dword ptr [RSP + 0x24],0xffffffff
JMP 0x0017bc4f
LAB_0017bc0c:
MOV EAX,dword ptr [RSP + 0xc]
AND EAX,0x1
CMP EAX,0x0
JZ 0x0017bc36
MOV ... |
int4 bc_get_atom(int8 param_1,int4 *param_2)
{
int iVar1;
int4 uVar2;
uint local_1c;
int4 *local_18;
int8 local_10;
int4 local_4;
local_18 = param_2;
local_10 = param_1;
iVar1 = bc_get_leb128(param_1,&local_1c);
if (iVar1 == 0) {
if ((local_1c & 1) == 0) {
local_4 = bc_idx_to_atom(loc... | |
21,961 | bc_get_atom | bluesky950520[P]quickjs/quickjs.c | static int bc_get_atom(BCReaderState *s, JSAtom *patom)
{
uint32_t v;
if (bc_get_leb128(s, &v))
return -1;
if (v & 1) {
*patom = __JS_AtomFromUInt32(v >> 1);
return 0;
} else {
return bc_idx_to_atom(s, patom, v >> 1);
}
} | O1 | c | bc_get_atom:
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %rbx
movq %rdi, %r14
leaq 0x4(%rsp), %rsi
callq 0x44e61
movl %eax, %ecx
movl $0xffffffff, %eax # imm = 0xFFFFFFFF
testl %ecx, %ecx
jne 0x462e9
movl 0x4(%rsp), %eax
movl %eax, %edx
shrl %edx
testb $0x1, %al
jne 0x462df
movq %r14, %rdi
movq %rbx, %rsi
addq $0... | bc_get_atom:
push r14
push rbx
push rax
mov rbx, rsi
mov r14, rdi
lea rsi, [rsp+18h+var_14]
call bc_get_leb128
mov ecx, eax
mov eax, 0FFFFFFFFh
test ecx, ecx
jnz short loc_462E9
mov eax, [rsp+18h+var_14]
mov edx, eax
shr edx, 1
test al, 1
jnz short loc_462DF
mov... | long long bc_get_atom(long long a1, _DWORD *a2, long long a3, int a4, unsigned long long a5)
{
long long v5; // rax
int leb128; // ecx
long long result; // rax
long long v8; // rdx
_DWORD v9[5]; // [rsp+0h] [rbp-14h] BYREF
v9[0] = HIDWORD(v5);
leb128 = bc_get_leb128(a1, v9, a3, a4, a5);
result = 0xFFF... | bc_get_atom:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RSI
MOV R14,RDI
LEA RSI,[RSP + 0x4]
CALL 0x00144e61
MOV ECX,EAX
MOV EAX,0xffffffff
TEST ECX,ECX
JNZ 0x001462e9
MOV EAX,dword ptr [RSP + 0x4]
MOV EDX,EAX
SHR EDX,0x1
TEST AL,0x1
JNZ 0x001462df
MOV RDI,R14
MOV RSI,RBX
ADD RSP,0x8
POP RBX
POP R14
JMP 0x001463fa
LAB_001462df:... |
int8 bc_get_atom(int8 param_1,uint *param_2)
{
int iVar1;
int8 in_RAX;
int8 uVar2;
uint local_14;
local_14 = (uint)((ulong)in_RAX >> 0x20);
iVar1 = bc_get_leb128(param_1,&local_14);
uVar2 = 0xffffffff;
if (iVar1 == 0) {
if ((local_14 & 1) == 0) {
uVar2 = bc_idx_to_atom(param_1,param_2);
... | |
21,962 | ma_flush_table_files | eloqsql/storage/maria/ma_extra.c | int _ma_flush_table_files(MARIA_HA *info, uint flush_data_or_index,
enum flush_type flush_type_for_data,
enum flush_type flush_type_for_index)
{
int error= 0;
MARIA_SHARE *share= info->s;
DBUG_ENTER("_ma_flush_table_files");
/* flush data file first because i... | O3 | c | ma_flush_table_files:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movl %esi, %r12d
movq %rdi, %rbx
movq (%rdi), %r15
testb $0x1, %r12b
jne 0x5c2fc
xorl %r14d, %r14d
movl $0x0, %r13d
testb $0x2, %r12b
jne 0x5c3d8
jmp 0x5c410
movl %edx, %r13d
xorl %r14d, %r14d
cmpl $... | _ma_flush_table_files:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r12d, esi
mov rbx, rdi
mov r15, [rdi]
test r12b, 1
jnz short loc_5C2FC
xor r14d, r14d
mov r13d, 0
test r12b, 2
jnz loc_5C3D8
jmp loc_5C410
loc_5C2FC:... | long long ma_flush_table_files(long long a1, char a2, unsigned int a3, unsigned int a4)
{
long long v5; // r15
BOOL v6; // r14d
unsigned int v7; // r13d
unsigned int v9; // r14d
int v10; // eax
long long v11; // rdi
unsigned int v13; // [rsp+14h] [rbp-2Ch]
v5 = *(_QWORD *)a1;
if ( (a2 & 1) == 0 )
... | _ma_flush_table_files:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R12D,ESI
MOV RBX,RDI
MOV R15,qword ptr [RDI]
TEST R12B,0x1
JNZ 0x0015c2fc
XOR R14D,R14D
MOV R13D,0x0
TEST R12B,0x2
JNZ 0x0015c3d8
JMP 0x0015c410
LAB_0015c2fc:
MOV R13D,EDX
XOR R14D,R14D
CMP EDX,0x2
JZ 0x0015c332
MO... |
int8 _ma_flush_table_files(long *param_1,uint param_2,int param_3,int4 param_4)
{
pthread_mutex_t *__mutex;
long lVar1;
char cVar2;
int iVar3;
bool bVar4;
lVar1 = *param_1;
if ((param_2 & 1) == 0) {
bVar4 = false;
if ((param_2 & 2) == 0) {
return 0;
}
}
else {
bVar4 = false;... | |
21,963 | translog_finish_page | eloqsql/storage/maria/ma_loghandler.c | static void translog_finish_page(TRANSLOG_ADDRESS *horizon,
struct st_buffer_cursor *cursor)
{
uint16 left= TRANSLOG_PAGE_SIZE - cursor->current_page_fill;
uchar *page= cursor->ptr - cursor->current_page_fill;
DBUG_ENTER("translog_finish_page");
DBUG_PRINT("enter", ("Buffer: #%u... | O3 | c | translog_finish_page:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq 0x28(%rsi), %rax
movq 0x100010(%rax), %rax
xorq (%rdi), %rax
shrq $0x20, %rax
jne 0x46361
movq %rsi, %r14
cmpb $0x0, 0x38(%rsi)
jne 0x46361
movzwl 0x30(%r14), %r13d
movq 0x20(%r14), %rbx
movb $0x1, 0x... | translog_finish_page:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rax, [rsi+28h]
mov rax, [rax+100010h]
xor rax, [rdi]
shr rax, 20h
jnz loc_46361
mov r14, rsi
cmp byte ptr [rsi+38h], 0
jnz loc_46361
movzx r13d, word ptr [r14+... | long long translog_finish_page(_QWORD *a1, long long a2)
{
long long result; // rax
long long v3; // r13
long long v4; // rbx
long long v5; // r12
long long v6; // rbx
result = (*a1 ^ *(_QWORD *)(*(_QWORD *)(a2 + 40) + 1048592LL)) >> 32;
if ( !result && !*(_BYTE *)(a2 + 56) )
{
v3 = *(unsigned __i... | translog_finish_page:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RAX,qword ptr [RSI + 0x28]
MOV RAX,qword ptr [RAX + 0x100010]
XOR RAX,qword ptr [RDI]
SHR RAX,0x20
JNZ 0x00146361
MOV R14,RSI
CMP byte ptr [RSI + 0x38],0x0
JNZ 0x00146361
MOVZX R13D,word ptr [R14 + 0x30]
MOV RBX,qword p... |
void translog_finish_page(ulong *param_1,long param_2)
{
ushort uVar1;
void *__s;
int4 uVar2;
long lVar3;
uint uVar4;
ulong __n;
if (((*(ulong *)(Elf64_Ehdr_00100000.e_ident_pad + *(long *)(param_2 + 0x28) + 7) ^ *param_1) >>
0x20 == 0) && (*(char *)(param_2 + 0x38) == '\0')) {
uVar1 = *(u... | |
21,964 | stbi_load | monkey531[P]llama/examples/llava/../../common/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;
} | O1 | 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 0xe8056(%rip), %rsi # 0x1104f5
callq 0x1de50
testq %rax, %rax
je 0x284d0
movq %rax, %r13
movq %rax, %rdi
movq %r12, %rsi
movq %r15, %rdx
movq %r14, %rcx
movl %ebx, %r8d
callq 0x284f... | 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, aCrb+2; "rb"
call _fopen
test rax, rax
jz short loc_284D0
mov r13, rax
mov rdi, rax
mov rsi, r12
mov rdx, r15
mov rcx, r14
mov r8d, e... | 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, "rb");
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,[0x2104f5]
CALL 0x0011de50
TEST RAX,RAX
JZ 0x001284d0
MOV R13,RAX
MOV RDI,RAX
MOV RSI,R12
MOV RDX,R15
MOV RCX,R14
MOV R8D,EBX
CALL 0x001284f6
MOV RBX,RAX
MOV RDI,R13
CALL 0x0011dc00
MOV RAX,RBX
JMP 0x001284ec... |
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... | |
21,965 | stbi_load | monkey531[P]llama/examples/llava/../../common/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;
} | O3 | 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 0xe510e(%rip), %rsi # 0x10d505
callq 0x1de60
testq %rax, %rax
je 0x28428
movq %rax, %r13
movq %rax, %rdi
movq %r12, %rsi
movq %r15, %rdx
movq %r14, %rcx
movl %ebx, %r8d
callq 0x2844... | 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, aCrb+2; "rb"
call _fopen
test rax, rax
jz short loc_28428
mov r13, rax
mov rdi, rax
mov rsi, r12
mov rdx, r15
mov rcx, r14
mov r8d, e... | 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, "rb");
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,[0x20d505]
CALL 0x0011de60
TEST RAX,RAX
JZ 0x00128428
MOV R13,RAX
MOV RDI,RAX
MOV RSI,R12
MOV RDX,R15
MOV RCX,R14
MOV R8D,EBX
CALL 0x0012844e
MOV RBX,RAX
MOV RDI,R13
CALL 0x0011dc10
MOV RAX,RBX
JMP 0x00128444... |
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... | |
21,966 | Rpl_filter::set_wild_do_table(char const*) | eloqsql/sql/rpl_filter.cc | int
Rpl_filter::set_wild_do_table(const char* table_spec)
{
int status;
if (wild_do_table_inited)
{
free_string_array(&wild_do_table);
wild_do_table_inited= 0;
}
status= parse_filter_rule(table_spec, &Rpl_filter::add_wild_do_table);
if (wild_do_table_inited && status)
{
if (!wild_do_table.e... | O3 | cpp | Rpl_filter::set_wild_do_table(char const*):
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rsi, %r14
movq %rdi, %rbx
cmpb $0x1, 0x137(%rdi)
jne 0x55183
leaq 0xe0(%rbx), %rsi
callq 0x54940
movb $0x0, 0x137(%rbx)
leaq -0x1de(%rip), %rdx # 0x54fac
movq %rbx, %rdi
movq %r14, %rsi
xorl %ecx, %ecx
callq 0x54c1a
... | _ZN10Rpl_filter17set_wild_do_tableEPKc:
push rbp
mov rbp, rsp
push r14
push rbx
mov r14, rsi
mov rbx, rdi
cmp byte ptr [rdi+137h], 1
jnz short loc_55183
lea rsi, [rbx+0E0h]
call _ZN10Rpl_filter17free_string_arrayEP16st_dynamic_array; Rpl_filter::free_string_array(st_dynamic_array *)
... | long long Rpl_filter::set_wild_do_table(Rpl_filter *this, const char *a2)
{
unsigned int v2; // r14d
if ( *((_BYTE *)this + 311) == 1 )
{
Rpl_filter::free_string_array((long long)this, (long long)this + 224);
*((_BYTE *)this + 311) = 0;
}
v2 = Rpl_filter::parse_filter_rule((long long)this, (long lon... | set_wild_do_table:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV R14,RSI
MOV RBX,RDI
CMP byte ptr [RDI + 0x137],0x1
JNZ 0x00155183
LEA RSI,[RBX + 0xe0]
CALL 0x00154940
MOV byte ptr [RBX + 0x137],0x0
LAB_00155183:
LEA RDX,[0x154fac]
MOV RDI,RBX
MOV RSI,R14
XOR ECX,ECX
CALL 0x00154c1a
MOV R14D,EAX
TEST EAX,EAX
JZ 0x001551c3... |
/* Rpl_filter::set_wild_do_table(char const*) */
int __thiscall Rpl_filter::set_wild_do_table(Rpl_filter *this,char *param_1)
{
int iVar1;
if (this[0x137] == (Rpl_filter)0x1) {
free_string_array(this,(st_dynamic_array *)(this + 0xe0));
this[0x137] = (Rpl_filter)0x0;
}
iVar1 = parse_filter_rule((ch... | |
21,967 | ma_crypt_data_post_read_hook | eloqsql/storage/maria/ma_crypt.c | static my_bool ma_crypt_data_post_read_hook(int res,
PAGECACHE_IO_HOOK_ARGS *args)
{
MARIA_SHARE *share= (MARIA_SHARE*) args->data;
const uint size= share->block_size;
const uchar page_type= args->page[PAGE_TYPE_OFFSET] & PAGE_TYPE_MASK;
const uint32 key_version_offse... | O3 | c | ma_crypt_data_post_read_hook:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rsi, %rbx
movl %edi, %r12d
testl %edi, %edi
jne 0x757a2
movq (%rbx), %r14
movq 0x10(%rbx), %r15
movl 0x7bc(%r15), %ecx
movq %rcx, -0x48(%rbp)
movb 0x7(%r14), %al
andb $0x7, %al
xorl %ec... | ma_crypt_data_post_read_hook:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov rbx, rsi
mov r12d, edi
test edi, edi
jnz loc_757A2
mov r14, [rbx]
mov r15, [rbx+10h]
mov ecx, [r15+7BCh]
mov [rbp+var_48], rcx
mov al, [r14+7]
an... | char ma_crypt_data_post_read_hook(int a1, _QWORD *a2)
{
int v2; // r12d
unsigned __int16 *v3; // r14
long long v4; // r15
BOOL v5; // ecx
unsigned int v6; // r13d
long long v7; // rax
long long v8; // rdi
unsigned long long v10; // [rsp+8h] [rbp-58h]
long long v11; // [rsp+10h] [rbp-50h]
long long ... | ma_crypt_data_post_read_hook:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV RBX,RSI
MOV R12D,EDI
TEST EDI,EDI
JNZ 0x001757a2
MOV R14,qword ptr [RBX]
MOV R15,qword ptr [RBX + 0x10]
MOV ECX,dword ptr [R15 + 0x7bc]
MOV qword ptr [RBP + -0x48],RCX
MOV AL,byte ptr [R14 + 0x7]
AND AL,0x7
... |
void ma_crypt_data_post_read_hook(int param_1,long *param_2)
{
ushort uVar1;
uint uVar2;
uint uVar3;
int4 uVar4;
ushort *__src;
long lVar5;
void *__dest;
long lVar6;
ushort uVar7;
ulong uVar8;
uint uVar9;
bool bVar10;
ulong __n;
if (param_1 == 0) {
__src = (ushort *)*param_2;
lV... | |
21,968 | js_std_await | bluesky950520[P]quickjs/quickjs-libc.c | JSValue js_std_await(JSContext *ctx, JSValue obj)
{
JSRuntime *rt = JS_GetRuntime(ctx);
JSThreadState *ts = js_get_thread_state(rt);
JSValue ret;
int state;
for(;;) {
state = JS_PromiseState(ctx, obj);
if (state == JS_PROMISE_FULFILLED) {
ret = JS_PromiseResult(ctx, obj)... | O0 | c | js_std_await:
subq $0x88, %rsp
movq %rsi, 0x68(%rsp)
movq %rdx, 0x70(%rsp)
movq %rdi, 0x60(%rsp)
movq 0x60(%rsp), %rdi
callq 0x27f00
movq %rax, 0x58(%rsp)
movq 0x58(%rsp), %rdi
callq 0x115d0
movq %rax, 0x50(%rsp)
movq 0x60(%rsp), %rdi
movq 0x68(%rsp), %rsi
movq 0x70(%rsp), %rdx
callq 0x536b0
movl %eax, 0x4c(%rsp)
cmpl ... | js_std_await:
sub rsp, 88h
mov [rsp+88h+var_20], rsi
mov [rsp+88h+var_18], rdx
mov [rsp+88h+var_28], rdi
mov rdi, [rsp+88h+var_28]
call JS_GetRuntime
mov [rsp+88h+var_30], rax
mov rdi, [rsp+88h+var_30]
call js_get_thread_state
mov [rsp+88h+var_38], rax
loc_122B4:
mov rdi, [rsp+... | long long js_std_await(long long a1, long long a2, long long a3)
{
int v3; // edx
int v4; // ecx
int v5; // r8d
int v6; // r9d
long long v7; // rdx
long long v8; // rdx
long long v9; // rdx
long long v10; // rax
long long v12; // [rsp+0h] [rbp-88h]
long long v13; // [rsp+10h] [rbp-78h] BYREF
long... | js_std_await:
SUB RSP,0x88
MOV qword ptr [RSP + 0x68],RSI
MOV qword ptr [RSP + 0x70],RDX
MOV qword ptr [RSP + 0x60],RDI
MOV RDI,qword ptr [RSP + 0x60]
CALL 0x00127f00
MOV qword ptr [RSP + 0x58],RAX
MOV RDI,qword ptr [RSP + 0x58]
CALL 0x001115d0
MOV qword ptr [RSP + 0x50],RAX
LAB_001122b4:
MOV RDI,qword ptr [RSP + 0x60]... |
int1 [16] js_std_await(int8 param_1,int8 param_2,int8 param_3)
{
int1 auVar1 [16];
int iVar2;
int8 uVar3;
int8 local_78;
int1 local_70 [16];
int1 local_60 [16];
int1 local_50 [16];
int local_3c;
long local_38;
int8 local_30;
int8 local_28;
int8 local_20;
int8 local_18;
int1 local_10 [16];... | |
21,969 | js_std_await | bluesky950520[P]quickjs/quickjs-libc.c | JSValue js_std_await(JSContext *ctx, JSValue obj)
{
JSRuntime *rt = JS_GetRuntime(ctx);
JSThreadState *ts = js_get_thread_state(rt);
JSValue ret;
int state;
for(;;) {
state = JS_PromiseState(ctx, obj);
if (state == JS_PROMISE_FULFILLED) {
ret = JS_PromiseResult(ctx, obj)... | O2 | c | js_std_await:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
callq 0x1a185
movq %rax, %rdi
callq 0x1028a
movq %rax, %r12
leaq 0x8(%rsp), %r13
movq %r15, %rdi
movq %r14, %rsi
movq %rbx, %rdx
callq 0x2f918
testl %eax, %eax
jne 0x10aa4
movq %r15, %rd... | js_std_await:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
call JS_GetRuntime
mov rdi, rax
call js_get_thread_state
mov r12, rax
lea r13, [rsp+38h+var_30]
loc_10A5F:
mov rdi, r15
mov rsi, r14
mov rdx, rbx
ca... | long long js_std_await(long long a1, long long a2, long long a3)
{
long long v4; // r14
int Runtime; // eax
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
long long thread_state; // r12
int v11; // eax
long long v12; // rax
long long v13; // rax
long long v14; // rax
long long v15;... | js_std_await:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
CALL 0x0011a185
MOV RDI,RAX
CALL 0x0011028a
MOV R12,RAX
LEA R13,[RSP + 0x8]
LAB_00110a5f:
MOV RDI,R15
MOV RSI,R14
MOV RDX,RBX
CALL 0x0012f918
TEST EAX,EAX
JNZ 0x00110aa4
MOV RDI,R15
CALL 0x0011a185
MOV RDI,RAX
MO... |
int1 [16] js_std_await(int8 param_1,int8 param_2,int8 param_3)
{
int iVar1;
int8 uVar2;
long lVar3;
int1 auVar4 [16];
int8 local_30;
auVar4._8_8_ = param_3;
auVar4._0_8_ = param_2;
uVar2 = JS_GetRuntime();
lVar3 = js_get_thread_state(uVar2);
while (iVar1 = JS_PromiseState(param_1,param_2,param... | |
21,970 | mariadb_set_conf_option | eloqsql/libmariadb/libmariadb/mariadb_lib.c | my_bool _mariadb_set_conf_option(MYSQL *mysql, const char *config_option, const char *config_value)
{
if (config_option)
{
int i;
char *c;
/* CONC-395: replace underscore "_" by dash "-" */
while ((c= strchr(config_option, '_')))
*c= '-';
for (i=0; mariadb_defaults[i].conf_key; i++)
... | O0 | c | mariadb_set_conf_option:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
cmpq $0x0, -0x18(%rbp)
je 0x1c28a
jmp 0x1c0e1
movq -0x18(%rbp), %rdi
movl $0x5f, %esi
callq 0x13170
movq %rax, -0x30(%rbp)
cmpq $0x0, %rax
je 0x1c102
movq -0x30(%rbp), %rax
movb $0x2... | _mariadb_set_conf_option:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
cmp [rbp+var_18], 0
jz loc_1C28A
jmp short $+2
loc_1C0E1:
mov rdi, [rbp+var_18]
mov esi, 5Fh ; '_'
call _strchr
mov [rbp+var_30], rax
cmp ... | char mariadb_set_conf_option(long long a1, long long a2, long long a3)
{
int v3; // r8d
int v4; // r9d
int v5; // eax
int v7; // [rsp+10h] [rbp-50h]
long long v8; // [rsp+20h] [rbp-40h] BYREF
int v9; // [rsp+28h] [rbp-38h] BYREF
char v10; // [rsp+2Fh] [rbp-31h] BYREF
_BYTE *v11; // [rsp+30h] [rbp-30h]
... | _mariadb_set_conf_option:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
CMP qword ptr [RBP + -0x18],0x0
JZ 0x0011c28a
JMP 0x0011c0e1
LAB_0011c0e1:
MOV RDI,qword ptr [RBP + -0x18]
MOV ESI,0x5f
CALL 0x00113170
MOV qword ptr [RBP + -0x30],... |
bool _mariadb_set_conf_option(int8 param_1,char *param_2,long *param_3)
{
int1 uVar1;
int iVar2;
long *local_58;
long local_48;
int local_40;
int1 local_39;
char *local_38;
int local_2c;
long *local_28;
char *local_20;
int8 local_18;
local_28 = param_3;
local_20 = param_2;
local_18 = pa... | |
21,971 | lf_alloc_init | eloqsql/mysys/lf_alloc-pin.c | void lf_alloc_init(LF_ALLOCATOR *allocator, uint size, uint free_ptr_offset)
{
lf_pinbox_init(&allocator->pinbox, free_ptr_offset,
(lf_pinbox_free_func *)alloc_free, allocator);
allocator->top= 0;
allocator->mallocs= 0;
allocator->element_size= size;
allocator->constructor= 0;
allocator->de... | O0 | c | lf_alloc_init:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movl %edx, -0x10(%rbp)
movq -0x8(%rbp), %rdi
movl -0x10(%rbp), %esi
movq -0x8(%rbp), %rcx
leaq 0x4c(%rip), %rdx # 0xc76c0
callq 0xc6fb0
movq -0x8(%rbp), %rax
movq $0x0, 0x48(%rax)
movq -0x8(%rbp), %rax
movl $0x... | lf_alloc_init:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_10], edx
mov rdi, [rbp+var_8]
mov esi, [rbp+var_10]
mov rcx, [rbp+var_8]
lea rdx, alloc_free
call lf_pinbox_init
mov rax, [rbp+var_8]
mov qword ptr [rax+48h], 0
mov ... | long long lf_alloc_init(long long a1, int a2, int a3)
{
long long result; // rax
lf_pinbox_init(a1, a3, (long long)alloc_free, a1);
*(_QWORD *)(a1 + 72) = 0LL;
*(_DWORD *)(a1 + 84) = 0;
*(_DWORD *)(a1 + 80) = a2;
*(_QWORD *)(a1 + 88) = 0LL;
result = a1;
*(_QWORD *)(a1 + 96) = 0LL;
return result;
}
| lf_alloc_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV dword ptr [RBP + -0x10],EDX
MOV RDI,qword ptr [RBP + -0x8]
MOV ESI,dword ptr [RBP + -0x10]
MOV RCX,qword ptr [RBP + -0x8]
LEA RDX,[0x1c76c0]
CALL 0x001c6fb0
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RA... |
void lf_alloc_init(long param_1,int4 param_2,int4 param_3)
{
lf_pinbox_init(param_1,param_3,alloc_free,param_1);
*(int8 *)(param_1 + 0x48) = 0;
*(int4 *)(param_1 + 0x54) = 0;
*(int4 *)(param_1 + 0x50) = param_2;
*(int8 *)(param_1 + 0x58) = 0;
*(int8 *)(param_1 + 0x60) = 0;
return;
}
| |
21,972 | js_regexp_compile | bluesky950520[P]quickjs/quickjs.c | static JSValue js_regexp_compile(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSRegExp *re1, *re;
JSValue pattern1, flags1;
JSValue bc, pattern;
re = js_get_regexp(ctx, this_val, TRUE);
if (!re)
return JS_EXCEPTION;
pattern1 = argv[0];
... | O1 | c | js_regexp_compile:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %r8, %rbx
movq %rdx, %r14
movq %rsi, %r15
movq %rdi, %r12
movq %rsi, 0x28(%rsp)
cmpl $-0x1, %r14d
jne 0x48d6b
movq 0x28(%rsp), %r13
cmpw $0x12, 0x6(%r13)
jne 0x48d6b
addq $0x30, %r13
jmp 0x48d7b
movq %r12, %rdi
mo... | js_regexp_compile:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov rbx, r8
mov r14, rdx
mov r15, rsi
mov r12, rdi
mov qword ptr [rsp+78h+var_50], rsi
cmp r14d, 0FFFFFFFFh
jnz short loc_48D6B
mov r13, qword ptr [rsp+78h+var_50]
cmp word ptr... | unsigned long long js_regexp_compile(
long long a1,
long long a2,
unsigned long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
long long a12,
long long *a13)
{
l... | js_regexp_compile:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV RBX,R8
MOV R14,RDX
MOV R15,RSI
MOV R12,RDI
MOV qword ptr [RSP + 0x28],RSI
CMP R14D,-0x1
JNZ 0x00148d6b
MOV R13,qword ptr [RSP + 0x28]
CMP word ptr [R13 + 0x6],0x12
JNZ 0x00148d6b
ADD R13,0x30
JMP 0x00148d7b
LAB_00148d6b:
MOV RDI,R... |
int1 [16]
js_regexp_compile(long param_1,int *param_2,int8 param_3,int8 param_4,long *param_5)
{
long lVar1;
long lVar2;
long lVar3;
int *piVar4;
int iVar5;
int8 *puVar6;
ulong uVar7;
int8 uVar8;
int *piVar9;
ulong uVar10;
uint uVar11;
int1 auVar12 [16];
int1 auVar13 [16];
int1 auVar14 [1... | |
21,973 | js_regexp_compile | bluesky950520[P]quickjs/quickjs.c | static JSValue js_regexp_compile(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSRegExp *re1, *re;
JSValue pattern1, flags1;
JSValue bc, pattern;
re = js_get_regexp(ctx, this_val, TRUE);
if (!re)
return JS_EXCEPTION;
pattern1 = argv[0];
... | O2 | c | js_regexp_compile:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r8, %r14
movq %rsi, %r15
movq %rdi, %r12
pushq $0x1
popq %rcx
movq %rdx, 0x10(%rsp)
callq 0x41310
pushq $0x6
popq %rbp
testq %rax, %rax
je 0x3ee4d
movq %rax, %r13
movq 0x8(%r14), %rdx
movq 0x10(%r14), %rcx
movq 0... | js_regexp_compile:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r14, r8
mov r15, rsi
mov r12, rdi
push 1
pop rcx
mov [rsp+48h+var_38], rdx
call js_get_regexp
push 6
pop rbp
test rax, rax
jz short loc_3EE4D
mov r13, rax
mov ... | unsigned long long js_regexp_compile(
long long a1,
unsigned long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
double a8,
double a9,
__m128 a10,
__m128 a11,
long long a12,
long long *a13)
{
l... | js_regexp_compile:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R14,R8
MOV R15,RSI
MOV R12,RDI
PUSH 0x1
POP RCX
MOV qword ptr [RSP + 0x10],RDX
CALL 0x00141310
PUSH 0x6
POP RBP
TEST RAX,RAX
JZ 0x0013ee4d
MOV R13,RAX
MOV RDX,qword ptr [R14 + 0x8]
MOV RCX,qword ptr [R14 + 0x10]
MOV RBX,qword ptr ... |
int1 [16]
js_regexp_compile(int8 param_1,int *param_2,int8 param_3,int8 param_4,
long *param_5)
{
long lVar1;
long lVar2;
long lVar3;
int iVar4;
int8 *puVar5;
ulong uVar6;
ulong uVar7;
int *piVar8;
int8 uVar9;
int1 auVar10 [16];
int1 auVar11 [16];
int *local_40;
puVar5 =... | |
21,974 | lre_is_cased | bluesky950520[P]quickjs/libunicode.c | BOOL lre_is_cased(uint32_t c)
{
uint32_t v, code, len;
int idx, idx_min, idx_max;
idx_min = 0;
idx_max = countof(case_conv_table1) - 1;
while (idx_min <= idx_max) {
idx = (unsigned)(idx_max + idx_min) / 2;
v = case_conv_table1[idx];
code = v >> (32 - 17);
len = (v >>... | O1 | c | lre_is_cased:
xorl %edx, %edx
movl $0x179, %ecx # imm = 0x179
leaq 0xb32b(%rip), %rax # 0xa3840
leal (%rcx,%rdx), %esi
shrl %esi
movl (%rax,%rsi,4), %r8d
movl %r8d, %r9d
shrl $0xf, %r9d
cmpl %edi, %r9d
jbe 0x98530
decl %esi
movl %esi, %ecx
jmp 0x98544
shrl $0x8, %r8d
andl $0x7f, %r8d
addl %r9d, %r8d
cmp... | lre_is_cased:
xor edx, edx
mov ecx, 179h
lea rax, case_conv_table1
loc_98515:
lea esi, [rcx+rdx]
shr esi, 1
mov r8d, [rax+rsi*4]
mov r9d, r8d
shr r9d, 0Fh
cmp r9d, edi
jbe short loc_98530
dec esi
mov ecx, esi
jmp short loc_98544
loc_98530:
shr r8d, 8
and r8d, ... | long long lre_is_cased(long long a1)
{
int v1; // edx
int v2; // ecx
long long v3; // rsi
unsigned int v4; // r9d
v1 = 0;
v2 = 377;
while ( 1 )
{
v3 = (unsigned int)(v2 + v1) >> 1;
v4 = case_conv_table1[v3] >> 15;
if ( v4 <= (unsigned int)a1 )
break;
v2 = v3 - 1;
LABEL_6:
if ... | |||
21,975 | lre_is_cased | bluesky950520[P]quickjs/libunicode.c | BOOL lre_is_cased(uint32_t c)
{
uint32_t v, code, len;
int idx, idx_min, idx_max;
idx_min = 0;
idx_max = countof(case_conv_table1) - 1;
while (idx_min <= idx_max) {
idx = (unsigned)(idx_max + idx_min) / 2;
v = case_conv_table1[idx];
code = v >> (32 - 17);
len = (v >>... | O2 | c | lre_is_cased:
movl $0x179, %ecx # imm = 0x179
xorl %edx, %edx
leaq 0xb477(%rip), %rax # 0x8a750
cmpl %ecx, %edx
jg 0x7f30e
leal (%rcx,%rdx), %esi
shrl %esi
movl (%rax,%rsi,4), %r8d
movl %r8d, %r9d
shrl $0xf, %r9d
cmpl %edi, %r9d
jbe 0x7f2f8
decl %esi
movl %esi, %ecx
jmp 0x7f2d9
shrl $0x8, %r8d
andl $0x7... | lre_is_cased:
mov ecx, 179h
xor edx, edx
lea rax, case_conv_table1
loc_7F2D9:
cmp edx, ecx
jg short loc_7F30E
lea esi, [rcx+rdx]
shr esi, 1
mov r8d, [rax+rsi*4]
mov r9d, r8d
shr r9d, 0Fh
cmp r9d, edi
jbe short loc_7F2F8
dec esi
mov ecx, esi
jmp short loc_7F2D... | long long lre_is_cased(long long a1)
{
int v1; // ecx
int i; // edx
long long v3; // rsi
unsigned int v4; // r9d
v1 = 377;
for ( i = 0; ; i = v3 + 1 )
{
while ( 1 )
{
if ( i > v1 )
return lre_is_in_table(a1, &unicode_prop_Cased1_table, &unicode_prop_Cased1_index, 6LL);
v3 = (... | lre_is_cased:
MOV ECX,0x179
XOR EDX,EDX
LEA RAX,[0x18a750]
LAB_0017f2d9:
CMP EDX,ECX
JG 0x0017f30e
LEA ESI,[RCX + RDX*0x1]
SHR ESI,0x1
MOV R8D,dword ptr [RAX + RSI*0x4]
MOV R9D,R8D
SHR R9D,0xf
CMP R9D,EDI
JBE 0x0017f2f8
DEC ESI
MOV ECX,ESI
JMP 0x0017f2d9
LAB_0017f2f8:
SHR R8D,0x8
AND R8D,0x7f
ADD R8D,R9D
CMP R8D,EDI
JA... |
int8 lre_is_cased(uint param_1)
{
int8 uVar1;
uint uVar2;
int iVar3;
int iVar4;
uint uVar5;
iVar3 = 0x179;
iVar4 = 0;
while( true ) {
while( true ) {
if (iVar3 < iVar4) {
uVar1 = lre_is_in_table(param_1,unicode_prop_Cased1_table,unicode_prop_Cased1_index,6);
return uVar1;
... | |
21,976 | evmone::instr::core::dataload(evmone::StackTop, evmone::ExecutionState&) | corpus-core[P]colibri-stateless/build_O2/_deps/evmone_external-src/lib/evmone/instructions.hpp | inline void dataload(StackTop stack, ExecutionState& state) noexcept
{
const auto data = state.analysis.baseline->eof_data();
auto& index = stack.top();
if (data.size() < index)
index = 0;
else
{
const auto begin = static_cast<size_t>(index);
const auto end = std::min(begin ... | O2 | cpp | evmone::instr::core::dataload(evmone::StackTop, evmone::ExecutionState&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
movq 0x1f8(%rsi), %rdi
callq 0x3d044
movq %rax, %r15
movq %rdx, %r14
movq %rsp, %rdi
movq %rax, (%rdi)
movq %rbx, %rsi
callq 0x3b654
testb %al, %al
je 0x3cfe0
pxor %xmm0, %xmm0
mov... | _ZN6evmone5instr4core8dataloadENS_8StackTopERNS_14ExecutionStateE:
push r15
push r14
push rbx
sub rsp, 20h
mov rbx, rdi
mov rdi, [rsi+1F8h]; this
call _ZNK6evmone8baseline12CodeAnalysis8eof_dataEv; evmone::baseline::CodeAnalysis::eof_data(void)
mov r15, rax
mov r14, rdx
mov rdi, rsp
... | char evmone::instr::core::dataload(long long a1, long long a2)
{
unsigned long long v2; // r15
long long v3; // rdx
long long v4; // r14
unsigned long long v5; // rax
unsigned long long v6; // rcx
unsigned long long v7; // rax
long long v8; // r14
long long i; // rcx
__m128i si128; // xmm1
__m128i ... | dataload:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x20
MOV RBX,RDI
MOV RDI,qword ptr [RSI + 0x1f8]
CALL 0x0013d044
MOV R15,RAX
MOV R14,RDX
MOV RDI,RSP
MOV qword ptr [RDI],RAX
MOV RSI,RBX
CALL 0x0013b654
TEST AL,AL
JZ 0x0013cfe0
PXOR XMM0,XMM0
MOVDQU xmmword ptr [RBX + 0x10],XMM0
MOVDQU xmmword ptr [RBX],XMM0
JMP 0x0013d039
... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* evmone::instr::core::dataload(evmone::StackTop, evmone::ExecutionState&) */
void evmone::instr::core::dataload(uint *param_1,long param_2)
{
long lVar1;
int1 auVar2 [16];
bool bVar3;
ulong uVar4;
ulong uVar5;
long lVa... | |
21,977 | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | monkey531[P]llama/common/json.hpp | const_reference operator[](T* key) const
{
return operator[](typename object_t::key_type(key));
} | O3 | cpp | nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned c... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEixIKcEERKSD_PT_:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
lea r14, [rsp+38h+var_30]
lea rdx, [rsp+38h+var_31]
mov rdi, r14
call ... | long long nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>::operator[]<char const>(
long long a1,
long long a2)
{
long long v... | operator[]<char_const>:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
LEA R14,[RSP + 0x8]
LEA RDX,[RSP + 0x7]
MOV RDI,R14
CALL 0x001256d6
LAB_001c9774:
MOV RDI,RBX
MOV RSI,R14
CALL 0x001cf8f2
LAB_001c977f:
MOV RBX,RAX
LEA RAX,[RSP + 0x18]
MOV RDI,qword ptr [RAX + -0x10]
CMP RDI,RAX
JZ 0x001c979d
MOV RSI,qword ptr [RSP + 0... |
/* nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector,
std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void> const&
nlohmann::json_abi_v3... | |
21,978 | dequantize_row_q5_K | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-quants.c | void dequantize_row_q5_K(const block_q5_K * restrict x, float * restrict y, int64_t k) {
assert(k % QK_K == 0);
const int64_t nb = k / QK_K;
for (int i = 0; i < nb; i++) {
const uint8_t * ql = x[i].qs;
const uint8_t * qh = x[i].qh;
const float d = GGML_FP16_TO_FP32(x[i].d);
... | O3 | c | dequantize_row_q5_K:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, (%rsp)
testb %dl, %dl
jne 0x308bd
sarq $0x8, %rdx
testq %rdx, %rdx
jle 0x308ae
movq (%rsp), %rax
addq $0x10, %rax
xorl %edi, %edi
movaps 0x1b98b(%rip), %xmm0 # 0x4c080
imulq $0xb0, %rdi, %r8
movq (%rsp), %rcx... | dequantize_row_q5_K:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov [rsp+38h+var_38], rdi
test dl, dl
jnz loc_308BD
sar rdx, 8
test rdx, rdx
jle loc_308AE
mov rax, [rsp+38h+var_38]
add rax, 10h
xor edi, edi
movaps xmm0, cs:xmmword_4C080
loc_306... | void dequantize_row_q5_K(long long a1, float *a2, long long a3)
{
long long v3; // rdx
long long v4; // rax
long long i; // rdi
unsigned __int16 *v6; // r9
unsigned __int16 *v7; // r10
float v8; // xmm1_4
float v9; // xmm2_4
char v10; // r11
char v11; // bl
unsigned long long v12; // r14
unsigned... | dequantize_row_q5_K:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV qword ptr [RSP],RDI
TEST DL,DL
JNZ 0x001308bd
SAR RDX,0x8
TEST RDX,RDX
JLE 0x001308ae
MOV RAX,qword ptr [RSP]
ADD RAX,0x10
XOR EDI,EDI
MOVAPS XMM0,xmmword ptr [0x0014c080]
LAB_001306f5:
IMUL R8,RDI,0xb0
MOV RCX,qword ptr [RSP]
LEA R... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void dequantize_row_q5_K(long param_1,float *param_2,long param_3)
{
long lVar1;
ushort *puVar2;
float fVar3;
uint uVar4;
uint uVar5;
long lVar6;
byte bVar7;
byte bVar8;
long lVar9;
byte bVar10;
long lVar11;
... | |
21,979 | LefDefParser::lefwViaForeignStr(char const*, double, double, char const*) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefwWriter.cpp | int
lefwViaForeignStr(const char *foreignName,
double xl, // optional
double yl, // optional
const char *orient)
{ // optional
lefwObsoleteNum = LEFW_VIAFOREIGN;
if (!lefwFile)
return LEFW_UNINITIALIZED;
... | O3 | cpp | LefDefParser::lefwViaForeignStr(char const*, double, double, char const*):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rdx
movl $0x49, 0x1676b(%rip) # 0x24d48
leaq 0x1681c(%rip), %r15 # 0x24e00
movq (%r15), %rdi
testq %rdi, %rdi
je 0xe696
movq %rsi, %rbx
leaq 0x16a56(%rip), %r14 ... | _ZN12LefDefParser17lefwViaForeignStrEPKcddS1_:
push rbp
push r15
push r14
push rbx
sub rsp, 28h
mov rdx, rdi
mov cs:_ZN12LefDefParserL15lefwObsoleteNumE, 49h ; 'I'; LefDefParser::lefwObsoleteNum
lea r15, _ZN12LefDefParser8lefwFileE; LefDefParser::lefwFile
mov rdi, [r15]
test rdi, rdi
... | long long LefDefParser::lefwViaForeignStr(
LefDefParser *this,
const char *a2,
__m128d a3,
__m128d a4,
const char *a5,
long long a6,
int a7,
int a8)
{
long long result; // rax
char v9; // bp
int v10; // edx
int v11; // ecx
int v12; // r8d
int ... | lefwViaForeignStr:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RDX,RDI
MOV dword ptr [0x00124d48],0x49
LEA R15,[0x124e00]
MOV RDI,qword ptr [R15]
TEST RDI,RDI
JZ 0x0010e696
MOV RBX,RSI
LEA R14,[0x125050]
MOV ECX,dword ptr [R14]
CMP ECX,0x48
JZ 0x0010e610
MOV EAX,0x2
CMP ECX,0xf
JNZ 0x0010e78f
LAB_0010e610:
MOV... |
/* LefDefParser::lefwViaForeignStr(char const*, double, double, char const*) */
int8
LefDefParser::lefwViaForeignStr(char *param_1,double param_2,double param_3,char *param_4)
{
int4 local_48;
int4 local_38;
lefwObsoleteNum = 0x49;
if (lefwFile == (_IO_FILE *)0x0) {
lefwObsoleteNum = 0x49;
return ... | |
21,980 | google::protobuf::compiler::objectivec::HandleExtremeFloatingPoint(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc | static std::string HandleExtremeFloatingPoint(std::string val,
bool add_float_suffix) {
if (val == "nan") {
return "NAN";
} else if (val == "inf") {
return "INFINITY";
} else if (val == "-inf") {
return "-INFINITY";
} else {
// float strings with ., ... | O3 | cpp | google::protobuf::compiler::objectivec::HandleExtremeFloatingPoint(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool):
pushq %rbp
pushq %r14
pushq %rbx
movl %edx, %ebp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x1568d5(%rip), %rsi # 0x1a402c
movq %r14, %rdi
callq 0x1f130
testl %eax, %ea... | _ZN6google8protobuf8compiler10objectivecL26HandleExtremeFloatingPointENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb:
push rbp
push r14
push rbx
mov ebp, edx
mov r14, rsi
mov rbx, rdi
lea rsi, aNan; "nan"
mov rdi, r14
call __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7co... | _OWORD * google::protobuf::compiler::objectivec::HandleExtremeFloatingPoint(long long a1, long long a2, char a3)
{
_OWORD *result; // rax
char *v5; // rsi
char *v6; // rdx
if ( !(unsigned int)std::string::compare(a2, "nan") )
{
*(_QWORD *)a1 = a1 + 16;
v5 = "NAN";
v6 = "";
return (_OWORD *)st... | HandleExtremeFloatingPoint:
PUSH RBP
PUSH R14
PUSH RBX
MOV EBP,EDX
MOV R14,RSI
MOV RBX,RDI
LEA RSI,[0x2a402c]
MOV RDI,R14
CALL 0x0011f130
TEST EAX,EAX
JZ 0x0014d81c
LEA RSI,[0x2a4035]
MOV RDI,R14
CALL 0x0011f130
TEST EAX,EAX
JZ 0x0014d833
LEA RSI,[0x2a4034]
MOV RDI,R14
CALL 0x0011f130
TEST EAX,EAX
JZ 0x0014d84a
TEST BP... |
/* google::protobuf::compiler::objectivec::HandleExtremeFloatingPoint(std::__cxx11::string, bool) */
void __thiscall
google::protobuf::compiler::objectivec::HandleExtremeFloatingPoint
(objectivec *this,long *param_2,char param_3)
{
long *plVar1;
int iVar2;
long lVar3;
char *pcVar4;
char *pcVar5;
... | |
21,981 | POINTonE1_in_G1 | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/map_to_g1.c | static bool_t POINTonE1_in_G1(const POINTonE1 *P)
{
POINTonE1 t0, t1;
/* Scott, M., https://eprint.iacr.org/2021/1130 */
POINTonE1_times_minus_z(&t0, P);
POINTonE1_times_minus_z(&t1, &t0);
POINTonE1_cneg(&t1, 1); /* [-z²]P */
sigma(&t0, P); /* σ(P) */
... | O0 | c | POINTonE1_in_G1:
pushq %rbp
movq %rsp, %rbp
subq $0x130, %rsp # imm = 0x130
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rsi
leaq -0x98(%rbp), %rdi
callq 0xb9030
leaq -0x128(%rbp), %rdi
leaq -0x98(%rbp), %rsi
callq 0xb9030
leaq -0x128(%rbp), %rdi
movl $0x1, %esi
callq 0xa7210
movq -0x8(%rbp), %rsi
leaq -0x98(%rbp... | POINTonE1_in_G1:
push rbp
mov rbp, rsp
sub rsp, 130h
mov [rbp+var_8], rdi
mov rsi, [rbp+var_8]
lea rdi, [rbp+var_98]
call POINTonE1_times_minus_z
lea rdi, [rbp+var_128]
lea rsi, [rbp+var_98]
call POINTonE1_times_minus_z
lea rdi, [rbp+var_128]
mov esi, 1
call POINTonE1_cne... | long long POINTonE1_in_G1(long long a1)
{
_BYTE v2[144]; // [rsp+8h] [rbp-128h] BYREF
_BYTE v3[144]; // [rsp+98h] [rbp-98h] BYREF
long long v4; // [rsp+128h] [rbp-8h]
v4 = a1;
POINTonE1_times_minus_z(v3, a1);
POINTonE1_times_minus_z(v2, v3);
POINTonE1_cneg((long long)v2, 1LL);
sigma(v3, v4);
sigma(v... | POINTonE1_in_G1:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x130
MOV qword ptr [RBP + -0x8],RDI
MOV RSI,qword ptr [RBP + -0x8]
LEA RDI,[RBP + -0x98]
CALL 0x001b9030
LEA RDI,[RBP + -0x128]
LEA RSI,[RBP + -0x98]
CALL 0x001b9030
LEA RDI,[RBP + -0x128]
MOV ESI,0x1
CALL 0x001a7210
MOV RSI,qword ptr [RBP + -0x8]
LEA RDI,[RBP + -0x98]
CAL... |
void POINTonE1_in_G1(int8 param_1)
{
int1 local_130 [144];
int1 local_a0 [144];
int8 local_10;
local_10 = param_1;
POINTonE1_times_minus_z(local_a0,param_1);
POINTonE1_times_minus_z(local_130,local_a0);
POINTonE1_cneg(local_130,1);
sigma(local_a0,local_10);
sigma(local_a0);
POINTonE1_is_equal(l... | |
21,982 | 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 | void reset() noexcept
{
token_buffer.clear();
token_string.clear();
token_string.push_back(char_traits<char_type>::to_char_type(current));
} | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vecto... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE5resetEv:
push rax
mov rax, rdi
and qword ptr [rdi+58h], ... | void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> 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>,nlohm... | reset:
PUSH RAX
MOV RAX,RDI
AND qword ptr [RDI + 0x58],0x0
MOV RCX,qword ptr [RDI + 0x50]
MOV byte ptr [RCX],0x0
ADD RDI,0x38
MOV RCX,qword ptr [RAX + 0x38]
CMP qword ptr [RAX + 0x40],RCX
JZ 0x0013f5c6
MOV qword ptr [RAX + 0x40],RCX
LAB_0013f5c6:
MOV AL,byte ptr [RAX + 0x14]
LEA RSI,[RSP + 0x7]
MOV byte ptr [RSI],AL
LA... |
/* 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... | |
21,983 | 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 | void reset() noexcept
{
token_buffer.clear();
token_string.clear();
token_string.push_back(char_traits<char_type>::to_char_type(current));
} | 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_EEEEE5resetEv:
push rax
mov rax, rdi
mov qword ptr [rdi+58h], ... | void __spoils<rdx,rcx,r8,r9,r10,r11,xmm4,xmm5> 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>,nlohm... | reset:
PUSH RAX
MOV RAX,RDI
MOV qword ptr [RDI + 0x58],0x0
MOV RCX,qword ptr [RDI + 0x50]
MOV byte ptr [RCX],0x0
ADD RDI,0x38
MOV RCX,qword ptr [RAX + 0x38]
CMP qword ptr [RAX + 0x40],RCX
JZ 0x0015a143
MOV qword ptr [RAX + 0x40],RCX
LAB_0015a143:
MOV AL,byte ptr [RAX + 0x14]
LEA RSI,[RSP + 0x7]
MOV byte ptr [RSI],AL
LA... |
/* 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... | |
21,984 | translog_get_LSN_from_diff | eloqsql/storage/maria/ma_loghandler.c | static uchar *translog_get_LSN_from_diff(LSN base_lsn, uchar *src, uchar *dst)
{
LSN lsn;
uint32 diff;
uint32 first_byte;
uint32 file_no, rec_offset;
uint8 code;
DBUG_ENTER("translog_get_LSN_from_diff");
DBUG_PRINT("enter", ("Base: " LSN_FMT " src:%p dst %p",
LSN_IN_PARTS(base_lsn... | O0 | c | translog_get_LSN_from_diff:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
jmp 0x96782
movq -0x18(%rbp), %rax
movzbl (%rax), %eax
movl %eax, -0x30(%rbp)
movl -0x30(%rbp), %eax
shrl $0x6, %eax
movb %al, -0x39(%rbp)
movl -0x30(%rbp), %eax
andl $0x3f, %eax
movl %eax, -0x30(... | translog_get_LSN_from_diff:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
jmp short $+2
loc_96782:
mov rax, [rbp+var_18]
movzx eax, byte ptr [rax]
mov [rbp+var_30], eax
mov eax, [rbp+var_30]
shr eax, 6
mov [rbp+var_39], al
mov ea... | _BYTE * translog_get_LSN_from_diff(long long a1, long long a2, long long a3)
{
unsigned __int8 v4; // [rsp+1Fh] [rbp-39h]
int v5; // [rsp+20h] [rbp-38h]
int v6; // [rsp+24h] [rbp-34h]
int v7; // [rsp+28h] [rbp-30h]
_BYTE *v8; // [rsp+40h] [rbp-18h]
_BYTE *v9; // [rsp+50h] [rbp-8h]
v4 = *(_BYTE *)a2 >> 6;... | translog_get_LSN_from_diff:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
JMP 0x00196782
LAB_00196782:
MOV RAX,qword ptr [RBP + -0x18]
MOVZX EAX,byte ptr [RAX]
MOV dword ptr [RBP + -0x30],EAX
MOV EAX,dword ptr [RBP + -0x30]
SHR EAX,0x6
MOV byte ptr ... |
byte * translog_get_LSN_from_diff(ulong param_1,byte *param_2,int4 *param_3)
{
byte bVar1;
uint *puVar2;
int local_40;
int local_3c;
uint local_38;
bVar1 = *param_2;
local_38 = bVar1 & 0x3f;
puVar2 = (uint *)(param_2 + 1);
local_3c = (int)(param_1 >> 0x20);
local_40 = (int)param_1;
switch(bVa... | |
21,985 | build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&, common_grammar_options const&) | monkey531[P]llama/common/json-schema-to-grammar.cpp | std::string build_grammar(const std::function<void(const common_grammar_builder &)> & cb, const common_grammar_options & options) {
SchemaConverter converter([&](const std::string &) { return json(); }, options.dotall, options.compact_spaces);
common_grammar_builder builder {
/* .add_rule = */ [&](const... | O3 | cpp | build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&, common_grammar_options const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x160, %rsp # imm = 0x160
movq %rsi, %r14
movq %rdi, %rbx
xorps %xmm0, %xmm0
movq %rsp, %rsi
movaps %xmm0, (%rsi)
leaq 0x2f4(%rip), %rax # 0x3b332
... | _Z13build_grammarB5cxx11RKSt8functionIFvRK22common_grammar_builderEERK22common_grammar_options:
push r15
push r14
push rbx
sub rsp, 160h
mov r14, rsi
mov rbx, rdi
xorps xmm0, xmm0
mov rsi, rsp; int
movaps xmmword ptr [rsi], xmm0
lea rax, _ZNSt17_Function_handlerIFN8nlohmann16json_abi_v3_... | long long build_grammar[abi:cxx11](long long a1, long long a2, unsigned __int8 *a3, long long a4, int a5, int a6)
{
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
int *v11; // [rsp+0h] [rbp-178h] BYREF
long long v12; // [rsp+8h] [rbp-170h]
long long ( *v13)(); // [rsp+10h] [rbp-168h]
void ... | build_grammar[abi:cxx11]:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x160
MOV R14,RSI
MOV RBX,RDI
XORPS XMM0,XMM0
MOV RSI,RSP
MOVAPS xmmword ptr [RSI],XMM0
LEA RAX,[0x13b332]
MOV qword ptr [RSI + 0x18],RAX
LEA RAX,[0x13b35e]
MOV qword ptr [RSI + 0x10],RAX
MOVZX EAX,byte ptr [RDX]
MOVZX ECX,byte ptr [RDX + 0x1]
LAB_0013b054:
L... |
/* build_grammar[abi:cxx11](std::function<void (common_grammar_builder const&)> const&,
common_grammar_options const&) */
function * build_grammar_abi_cxx11_(function *param_1,common_grammar_options *param_2)
{
long in_RDX;
SchemaConverter *local_178;
int8 uStack_170;
code *local_168;
code *local_160;
... | |
21,986 | my_fopen | eloqsql/mysys/my_fopen.c | FILE *my_fopen(const char *filename, int flags, myf MyFlags)
{
FILE *fd;
char type[10];
DBUG_ENTER("my_fopen");
DBUG_PRINT("my",("Name: '%s' flags: %d MyFlags: %lu",
filename, flags, MyFlags));
make_ftype(type,flags);
#ifdef _WIN32
fd= my_win_fopen(filename, type);
#else
fd= fopen(filename, type)... | O3 | c | my_fopen:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rdx, %r14
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x28(%rbp)
testb $0x1, %sil
jne 0x36860
testb $0x2, %sil
jne 0x3687a
leaq -0x31(%rbp), %rax
movb $0x72, -0x1(%rax)
jmp 0x368a4
btl $0xa, %esi
movl $0x77, %eax... | my_fopen:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 20h
mov r14, rdx
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_28], rax
test sil, 1
jnz short loc_36860
test sil, 2
jnz short loc_3687A
lea rax, [rbp+var_31]
mov byte ptr [rax-1], 72h ; ... | long long my_fopen(long long a1, __int16 a2, int a3)
{
char *v4; // rax
char v5; // cl
char v6; // cl
char v7; // dl
long long v8; // rax
long long v9; // r15
unsigned int v10; // r12d
long long v11; // rsi
int v12; // r12d
unsigned int *v13; // rax
char v15; // [rsp+Eh] [rbp-32h] BYREF
char v1... | my_fopen:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV R14,RDX
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x28],RAX
TEST SIL,0x1
JNZ 0x00136860
TEST SIL,0x2
JNZ 0x0013687a
LEA RAX,[RBP + -0x31]
MOV byte ptr [RAX + -0x1],0x72
JMP 0x001368a4
LAB_00136860:
BT ESI,0xa
MOV EAX... |
FILE * my_fopen(char *param_1,uint param_2,ulong param_3)
{
int iVar1;
uint uVar2;
int2 *puVar3;
FILE *pFVar4;
int8 uVar5;
int *piVar6;
int4 *puVar7;
char cVar8;
long in_FS_OFFSET;
char local_3a;
int1 local_39 [9];
long local_30;
local_30 = *(long *)(in_FS_OFFSET + 0x28);
if ((param_2 &... | |
21,987 | codegen_get_c_type | tsotchke[P]eshkol/src/backend/codegen/type_conversion.c | const char* codegen_get_c_type(CodegenContext* context, const AstNode* node) {
assert(context != NULL);
assert(node != NULL);
// Get type context
TypeInferenceContext* type_context = codegen_context_get_type_context(context);
// Get node type
Type* type = type_inference_get_type(type_c... | O2 | c | codegen_get_c_type:
pushq %rbx
testq %rdi, %rdi
je 0x13423
movq %rsi, %rbx
testq %rsi, %rsi
je 0x1343c
callq 0xa5ad
movq %rax, %rdi
movq %rbx, %rsi
callq 0x807c
testq %rax, %rax
je 0x1341a
movq %rax, %rdi
popq %rbx
jmp 0x13324
leaq 0x6aea(%rip), %rax # 0x19f0b
popq %rbx
retq
leaq 0x4935(%rip), %rdi # 0x17d5f
... | codegen_get_c_type:
push rbx
test rdi, rdi
jz short loc_13423
mov rbx, rsi
test rsi, rsi
jz short loc_1343C
call codegen_context_get_type_context
mov rdi, rax
mov rsi, rbx
call type_inference_get_type
test rax, rax
jz short loc_1341A
mov rdi, rax
pop rbx
jmp code... | const char * codegen_get_c_type(long long a1, long long a2)
{
_QWORD *type_context; // rax
_DWORD *type; // rax
if ( !a1 )
__assert_fail(
"context != NULL",
"/workspace/llm4binary/github/2025_star3/tsotchke[P]eshkol/src/backend/codegen/type_conversion.c",
91LL,
"const char *codegen_ge... | codegen_get_c_type:
PUSH RBX
TEST RDI,RDI
JZ 0x00113423
MOV RBX,RSI
TEST RSI,RSI
JZ 0x0011343c
CALL 0x0010a5ad
MOV RDI,RAX
MOV RSI,RBX
CALL 0x0010807c
TEST RAX,RAX
JZ 0x0011341a
MOV RDI,RAX
POP RBX
JMP 0x00113324
LAB_0011341a:
LEA RAX,[0x119f0b]
POP RBX
RET
LAB_00113423:
LEA RDI,[0x117d5f]
LEA RSI,[0x11f07c]
LEA RCX,[0... |
int * codegen_get_c_type(long param_1,long param_2)
{
uint __line;
int8 uVar1;
long lVar2;
int *puVar3;
char *__assertion;
if (param_1 == 0) {
__assertion = "context != NULL";
__line = 0x5b;
}
else {
if (param_2 != 0) {
uVar1 = codegen_context_get_type_context();
lVar2 = typ... | |
21,988 | make_ftype | eloqsql/mysys/my_fopen.c | static void make_ftype(register char * to, register int flag)
{
/* check some possible invalid combinations */
DBUG_ASSERT((flag & (O_TRUNC | O_APPEND)) != (O_TRUNC | O_APPEND));
DBUG_ASSERT((flag & (O_WRONLY | O_RDWR)) != (O_WRONLY | O_RDWR));
if ((flag & (O_RDONLY|O_WRONLY)) == O_WRONLY)
*to++= (fl... | O0 | c | make_ftype:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
jmp 0xbd15d
jmp 0xbd15f
jmp 0xbd161
movl -0xc(%rbp), %eax
andl $0x1, %eax
cmpl $0x1, %eax
jne 0xbd19d
movl -0xc(%rbp), %edx
andl $0x400, %edx # imm = 0x400
movl $0x77, %eax
movl $0x61, %ecx
cmpl $0x0, %edx
cmovnel %ecx, %eax
m... | make_ftype:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
jmp short $+2
loc_BD15D:
jmp short $+2
loc_BD15F:
jmp short $+2
loc_BD161:
mov eax, [rbp+var_C]
and eax, 1
cmp eax, 1
jnz short loc_BD19D
mov edx, [rbp+var_C]
and edx, 400h
mov eax, 77h ; '... | _BYTE * make_ftype(char *a1, __int16 a2)
{
char v2; // al
_BYTE *v3; // rax
_BYTE *result; // rax
_BYTE *v5; // [rsp+4h] [rbp-8h]
_BYTE *v6; // [rsp+4h] [rbp-8h]
if ( (a2 & 1) == 1 )
{
v2 = 119;
if ( (a2 & 0x400) != 0 )
v2 = 97;
v5 = a1 + 1;
*a1 = v2;
}
else if ( (a2 & 2) != 0 )... | make_ftype:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
JMP 0x001bd15d
LAB_001bd15d:
JMP 0x001bd15f
LAB_001bd15f:
JMP 0x001bd161
LAB_001bd161:
MOV EAX,dword ptr [RBP + -0xc]
AND EAX,0x1
CMP EAX,0x1
JNZ 0x001bd19d
MOV EDX,dword ptr [RBP + -0xc]
AND EDX,0x400
MOV EAX,0x77
MOV ECX,0x... |
/* WARNING: Removing unreachable block (ram,0x001bd231) */
void make_ftype(int1 *param_1,uint param_2)
{
int1 uVar1;
int1 *local_10;
if ((param_2 & 1) == 1) {
uVar1 = 0x77;
if ((param_2 & 0x400) != 0) {
uVar1 = 0x61;
}
*param_1 = uVar1;
local_10 = param_1 + 1;
}
else if ((param... | |
21,989 | void unifex::_ch::_visit_for<unifex::_await::_sender_task<unifex::_with_query_value::_receiver_wrapper<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler, unifex::_seq::_successor_receiver<unifex::_inline_sched::scheduler::schedule_task&&, unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unife... | aimrt_mujoco_sim/_deps/libunifex-src/include/unifex/continuations.hpp | void _visit_for(const void* address, _ci::_continuation_info_vtable::callback_t* cb, void* data) {
visit_continuations(
const_cast<const Promise&>(
coro::coroutine_handle<Promise>::from_address(
const_cast<void*>(address)).promise()),
[cb, data](const auto& continuation) {
... | O3 | cpp | void unifex::_ch::_visit_for<unifex::_await::_sender_task<unifex::_with_query_value::_receiver_wrapper<unifex::_get_scheduler::_fn, unifex::_inline_sched::scheduler, unifex::_seq::_successor_receiver<unifex::_inline_sched::scheduler::schedule_task&&, unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn, unife... | _ZN6unifex3_ch10_visit_forINS_6_await12_sender_taskINS_17_with_query_value17_receiver_wrapperINS_14_get_scheduler3_fnENS_13_inline_sched9schedulerENS_4_seq19_successor_receiverIONS9_13schedule_taskENS4_7_senderIS7_S9_NS_5_task5_taskIvE4typeEE4typeENS_12_async_scope9_receiverINSA_7_senderISC_SK_E4typeEE4typeEE4typeEE4ty... | long long unifex::_ch::_visit_for<unifex::_await::_sender_task<unifex::_with_query_value::_receiver_wrapper<unifex::_get_scheduler::_fn,unifex::_inline_sched::scheduler,unifex::_seq::_successor_receiver<unifex::_inline_sched::scheduler::schedule_task &&,unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn,un... | _visit_for<unifex::_await::_sender_task<unifex::_with_query_value::_receiver_wrapper<unifex::_get_scheduler::_fn,unifex::_inline_sched::scheduler,unifex::_seq::_successor_receiver<unifex::_inline_sched::scheduler::schedule_task&&,unifex::_with_query_value::_sender<unifex::_get_scheduler::_fn,unifex::_inline_sched::sche... |
/* void
unifex::_ch::_visit_for<unifex::_await::_sender_task<unifex::_with_query_value::_receiver_wrapper<unifex::_get_scheduler::_fn,
unifex::_inline_sched::scheduler,
unifex::_seq::_successor_receiver<unifex::_inline_sched::scheduler::schedule_task&&,
unifex::_with_query_value::_sender<unifex::_get_sche... | |
21,990 | str2int | eloqsql/strings/str2int.c | char *str2int(register const char *src, register int radix, long int lower,
long int upper, long int *val)
{
int sign; /* is number negative (+1) or positive (-1) */
int n; /* number of digits yet to be converted */
long limit; /* "largest" possible valid input */
long scale; /* the amount to mul... | O0 | c | str2int:
pushq %rbp
movq %rsp, %rbp
subq $0xf0, %rsp
movq %rdi, -0x10(%rbp)
movl %esi, -0x14(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movq -0x30(%rbp), %rax
movq $0x0, (%rax)
movq -0x20(%rbp), %rax
movq %rax, -0x40(%rbp)
cmpq $0x0, %rax
jle 0x7d0f1
xorl %eax, %eax
subq -0x40(%rbp), %rax... | str2int:
push rbp
mov rbp, rsp
sub rsp, 0F0h
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov rax, [rbp+var_30]
mov qword ptr [rax], 0
mov rax, [rbp+var_20]
mov [rbp+var_40], rax
cmp rax, 0
jle short l... | _BYTE * str2int(_BYTE *a1, int a2, long long a3, long long a4, long long *a5)
{
bool v6; // [rsp+3h] [rbp-EDh]
int v7; // [rsp+4h] [rbp-ECh]
int v8; // [rsp+8h] [rbp-E8h]
int v9; // [rsp+Ch] [rbp-E4h]
_DWORD v10[32]; // [rsp+10h] [rbp-E0h]
_BYTE *v11; // [rsp+90h] [rbp-60h]
int v12; // [rsp+9Ch] [rbp-54h]... | str2int:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xf0
MOV qword ptr [RBP + -0x10],RDI
MOV dword ptr [RBP + -0x14],ESI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV qword ptr [RBP + -0x30],R8
MOV RAX,qword ptr [RBP + -0x30]
MOV qword ptr [RAX],0x0
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x40],RA... |
byte * str2int(byte *param_1,int param_2,long param_3,long param_4,long *param_5)
{
int *piVar1;
int local_f4;
int local_f0;
int local_ec;
int aiStack_e8 [32];
byte *local_68;
int local_5c;
long local_58;
long local_50;
long local_48;
int local_40;
int local_3c;
long *local_38;
long local_... | |
21,991 | str2int | eloqsql/strings/str2int.c | char *str2int(register const char *src, register int radix, long int lower,
long int upper, long int *val)
{
int sign; /* is number negative (+1) or positive (-1) */
int n; /* number of digits yet to be converted */
long limit; /* "largest" possible valid input */
long scale; /* the amount to mul... | O3 | c | str2int:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x80, %rsp
movq %rdx, %r9
movq $0x0, (%r8)
movq %rdx, %rax
negq %rax
cmovsq %rdx, %rax
movq %rcx, %rdx
negq %rdx
cmovnsq %rcx, %rdx
leaq 0x2bbef5(%rip), %r10 # 0x319ca0
movq 0x40(%r10), %r11
movzbl (%rdi), %r10d
incq %rdi
testb $0x... | str2int:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 80h
mov r9, rdx
mov qword ptr [r8], 0
mov rax, rdx
neg rax
cmovs rax, rdx
mov rdx, rcx
neg rdx
cmovns rdx, rcx
lea r10, my_charset_latin1
mov r11, [r10+40h]
loc_5DDAF:
movzx r10d, byte... | long long str2int(long long a1, int a2, long long a3, long long a4, long long *a5)
{
long long v6; // rax
long long v7; // rdx
long long v8; // r10
long long v9; // rax
char v10; // r10
long long v11; // rbx
unsigned __int8 v12; // r14
long long v13; // r11
unsigned long long i; // rdx
int v15; // ... | str2int:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x80
MOV R9,RDX
MOV qword ptr [R8],0x0
MOV RAX,RDX
NEG RAX
CMOVS RAX,RDX
MOV RDX,RCX
NEG RDX
CMOVNS RDX,RCX
LEA R10,[0x419ca0]
MOV R11,qword ptr [R10 + 0x40]
LAB_0015ddaf:
MOVZX R10D,byte ptr [RDI]
INC RDI
TEST byte ptr [R11 + R10*0x1 + 0x1],0x8
... |
byte * str2int(byte *param_1,int param_2,long param_3,long param_4,long *param_5)
{
long lVar1;
int *piVar2;
ulong uVar3;
byte *pbVar4;
long lVar5;
byte *pbVar6;
long lVar7;
ulong uVar8;
byte bVar9;
int iVar10;
uint uVar11;
long lVar12;
bool bVar13;
uint local_a8 [32];
*param_5 = 0;
... | |
21,992 | ImPlot3D::AddColormap(char const*, ImVec4 const*, int, bool) | zkingston[P]unknot/build_O0/_deps/implot3d-src/implot3d.cpp | ImPlot3DColormap AddColormap(const char* name, const ImVec4* colormap, int size, bool qual) {
ImPlot3DContext& gp = *GImPlot3D;
IM_ASSERT_USER_ERROR(size > 1, "The colormap size must be greater than 1!");
IM_ASSERT_USER_ERROR(gp.ColormapData.GetIndex(name) == -1, "The colormap name has already been used!");... | O0 | cpp | ImPlot3D::AddColormap(char const*, ImVec4 const*, int, bool):
subq $0x68, %rsp
movb %cl, %al
movq %rdi, 0x60(%rsp)
movq %rsi, 0x58(%rsp)
movl %edx, 0x54(%rsp)
andb $0x1, %al
movb %al, 0x53(%rsp)
movq 0x5b8cd7(%rip), %rax # 0x68f638
movq %rax, 0x48(%rsp)
cmpl $0x1, 0x54(%rsp)
jg 0xd6981
leaq 0x4fbf62(%rip), %rdi #... | _ZN8ImPlot3D11AddColormapEPKcPK6ImVec4ib:
sub rsp, 68h
mov al, cl
mov [rsp+68h+var_8], rdi
mov [rsp+68h+var_14+4], rsi
mov dword ptr [rsp+68h+var_14], edx
and al, 1
mov [rsp+68h+var_15], al
mov rax, cs:_ZN8ImPlot3D9GImPlot3DE; ImPlot3D::GImPlot3D
mov [rsp+68h+var_20], rax
cmp dwo... | long long ImPlot3D::AddColormap(ImPlot3D *this, const char *a2, const ImVec4 *a3, char a4)
{
unsigned long long v4; // rsi
unsigned int v6; // [rsp+Ch] [rbp-5Ch]
int v7; // [rsp+1Ch] [rbp-4Ch]
int i; // [rsp+28h] [rbp-40h]
_BYTE v9[8]; // [rsp+38h] [rbp-30h] BYREF
unsigned int *v10; // [rsp+40h] [rbp-28h]
... | AddColormap:
SUB RSP,0x68
MOV AL,CL
MOV qword ptr [RSP + 0x60],RDI
MOV qword ptr [RSP + 0x58],RSI
MOV dword ptr [RSP + 0x54],EDX
AND AL,0x1
MOV byte ptr [RSP + 0x53],AL
MOV RAX,qword ptr [0x0078f638]
MOV qword ptr [RSP + 0x48],RAX
CMP dword ptr [RSP + 0x54],0x1
JG 0x001d6981
LEA RDI,[0x6d28d6]
CALL 0x005f7220
TEST AL,0... |
/* ImPlot3D::AddColormap(char const*, ImVec4 const*, int, bool) */
int4 ImPlot3D::AddColormap(char *param_1,ImVec4 *param_2,int param_3,bool param_4)
{
int iVar1;
int4 uVar2;
int4 *puVar3;
int local_40;
ImVector<unsigned_int> local_30 [8];
uint *local_28;
long local_20;
byte local_15;
int local_14;... | |
21,993 | my_caseup_ucs2 | eloqsql/strings/ctype-ucs2.c | static size_t my_caseup_ucs2(CHARSET_INFO *cs, const char *src, size_t srclen,
char *dst, size_t dstlen)
{
my_wc_t wc;
int res;
const char *srcend= src + srclen;
char *dstend= dst + dstlen;
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
DBUG_ASSERT(srclen <= dstlen);
while ((src <... | O3 | c | my_caseup_ucs2:
movq %rdx, %rax
cmpq $0x2, %rdx
jl 0x48f0b
pushq %rbp
movq %rsp, %rbp
leaq (%rsi,%rax), %rdx
addq %rcx, %r8
movq 0x78(%rdi), %rdi
addq $0x2, %rcx
movzbl (%rsi), %r9d
movzbl 0x1(%rsi), %r10d
movq 0x8(%rdi), %r11
movq (%r11,%r9,8), %r11
testq %r11, %r11
je 0x48ed2
leaq (%r10,%r10,2), %r9
movl (%r11,%r9,4)... | my_caseup_ucs2:
mov rax, rdx
cmp rdx, 2
jl short locret_48F0B
push rbp
mov rbp, rsp
lea rdx, [rsi+rax]
add r8, rcx
mov rdi, [rdi+78h]
add rcx, 2
loc_48EB2:
movzx r9d, byte ptr [rsi]
movzx r10d, byte ptr [rsi+1]
mov r11, [rdi+8]
mov r11, [r11+r9*8]
test r11, r11
jz ... | long long my_caseup_ucs2(long long a1, unsigned __int8 *a2, long long a3, long long a4, long long a5)
{
long long result; // rax
unsigned long long v6; // rdx
unsigned long long v7; // r8
long long v8; // rdi
unsigned long long v9; // rcx
long long v10; // r9
long long v11; // r10
long long v12; // r11... | my_caseup_ucs2:
MOV RAX,RDX
CMP RDX,0x2
JL 0x00148f0b
PUSH RBP
MOV RBP,RSP
LEA RDX,[RSI + RAX*0x1]
ADD R8,RCX
MOV RDI,qword ptr [RDI + 0x78]
ADD RCX,0x2
LAB_00148eb2:
MOVZX R9D,byte ptr [RSI]
MOVZX R10D,byte ptr [RSI + 0x1]
MOV R11,qword ptr [RDI + 0x8]
MOV R11,qword ptr [R11 + R9*0x8]
TEST R11,R11
JZ 0x00148ed2
LEA R9... |
void my_caseup_ucs2(long param_1,byte *param_2,long param_3,long param_4,long param_5)
{
long lVar1;
long lVar2;
ulong uVar3;
byte *pbVar4;
byte *pbVar5;
uint uVar6;
if (1 < param_3) {
lVar1 = *(long *)(param_1 + 0x78);
uVar3 = param_4 + 2;
pbVar4 = param_2;
while( true ) {
lVar... | |
21,994 | language::find(char const*) | untodesu[P]voxelius/game/client/language.cc | LanguageIterator language::find(const char *ietf)
{
const auto it = ietf_map.find(ietf);
if(it != ietf_map.cend())
return it->second;
return manifest.cend();
} | O2 | cpp | language::find(char const*):
pushq %rbx
subq $0x30, %rsp
movq %rdi, %rsi
leaq 0x10(%rsp), %rbx
leaq 0xf(%rsp), %rdx
movq %rbx, %rdi
callq 0x2a464
leaq 0x2058c7(%rip), %rdi # 0x255248
movq %rbx, %rsi
callq 0x50a7a
movq %rax, %rbx
leaq 0x10(%rsp), %rdi
callq 0x272a8
leaq 0x28(%rbx), %rax
testq %rbx, %rbx
leaq 0x20585c... | _ZN8language4findEPKc:
push rbx
sub rsp, 30h
mov rsi, rdi
lea rbx, [rsp+38h+var_28]
lea rdx, [rsp+38h+var_29]
mov rdi, rbx
call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IS3_EEPKcRKS3_; std::string::basic_string<std::allocator<char>>(char const*,std::allocator<char> const&)
lea ... | long long language::find(language *this, const char *a2)
{
long long v2; // rbx
char *v3; // rcx
_QWORD v5[5]; // [rsp+10h] [rbp-28h] BYREF
std::string::basic_string<std::allocator<char>>(v5, (long long)this);
v2 = std::_Hashtable<std::string,std::pair<std::string const,__gnu_cxx::__normal_iterator<Language... | find:
PUSH RBX
SUB RSP,0x30
MOV RSI,RDI
LEA RBX,[RSP + 0x10]
LEA RDX,[RSP + 0xf]
MOV RDI,RBX
CALL 0x0012a464
LAB_0014f97a:
LEA RDI,[0x355248]
MOV RSI,RBX
CALL 0x00150a7a
LAB_0014f989:
MOV RBX,RAX
LEA RDI,[RSP + 0x10]
CALL 0x001272a8
LEA RAX,[RBX + 0x28]
TEST RBX,RBX
LEA RCX,[0x355200]
CMOVNZ RCX,RAX
MOV RAX,qword ptr [... |
/* language::find(char const*) */
int8 language::find(char *param_1)
{
long lVar1;
int8 *puVar2;
allocator local_29;
string local_28 [32];
std::__cxx11::string::string<std::allocator<char>>(local_28,param_1,&local_29);
/* try { // try from 0014f97a to 0014f988 has its CatchHandler @ ... | |
21,995 | dequantize_row_q5_0 | 7CodeWizard[P]stablediffusion/ggml/src/ggml-quants.c | void dequantize_row_q5_0(const block_q5_0 * restrict x, float * restrict y, int k) {
static const int qk = QK5_0;
assert(k % qk == 0);
const int nb = k / qk;
for (int i = 0; i < nb; i++) {
const float d = GGML_FP16_TO_FP32(x[i].d);
uint32_t qh;
memcpy(&qh, x[i].qh, sizeof(qh)... | O0 | c | dequantize_row_q5_0:
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movq %rsi, 0x28(%rsp)
movl %edx, 0x24(%rsp)
movl 0x24(%rsp), %eax
movl $0x20, %ecx
cltd
idivl %ecx
movl %eax, 0x20(%rsp)
movl $0x0, 0x1c(%rsp)
movl 0x1c(%rsp), %eax
cmpl 0x20(%rsp), %eax
jge 0x16dd05
movq 0x30(%rsp), %rax
movslq 0x1c(%rsp), %rcx
imulq $0x16, %... | dequantize_row_q5_0:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_10], rsi
mov [rsp+38h+var_14], edx
mov eax, [rsp+38h+var_14]
mov ecx, 20h ; ' '
cdq
idiv ecx
mov [rsp+38h+var_18], eax
mov [rsp+38h+var_1C], 0
loc_16DBBA:
mov eax, [rsp+38h+var_1C]
cmp eax, [rsp+38h+va... | long long dequantize_row_q5_0(long long a1, long long a2, int a3)
{
long long result; // rax
int j; // [rsp+10h] [rbp-28h]
int i; // [rsp+1Ch] [rbp-1Ch]
int v15; // [rsp+20h] [rbp-18h]
v15 = a3 / 32;
for ( i = 0; ; ++i )
{
result = (unsigned int)i;
if ( i >= v15 )
break;
_XMM0 = ggml_l... | |||
21,996 | dequantize_row_q5_0 | 7CodeWizard[P]stablediffusion/ggml/src/ggml-quants.c | void dequantize_row_q5_0(const block_q5_0 * restrict x, float * restrict y, int k) {
static const int qk = QK5_0;
assert(k % qk == 0);
const int nb = k / qk;
for (int i = 0; i < nb; i++) {
const float d = GGML_FP16_TO_FP32(x[i].d);
uint32_t qh;
memcpy(&qh, x[i].qh, sizeof(qh)... | O1 | c | dequantize_row_q5_0:
cmpl $0x20, %edx
jl 0xb6cf3
shrl $0x5, %edx
leaq 0x6(%rdi), %rax
addq $0x40, %rsi
xorl %ecx, %ecx
leaq 0xc766e(%rip), %r8 # 0x17e280
vpmovsxbd 0xee15(%rip), %ymm0 # 0xc5a30
vpbroadcastd 0x12380(%rip), %ymm1 # 0xc8fa4
vpbroadcastd 0x1238f(%rip), %ymm2 # 0xc8fbc
vpbroadcastd 0x1237e(%rip), %ymm3... | dequantize_row_q5_0:
cmp edx, 20h ; ' '
jl loc_B6CF3
shr edx, 5
lea rax, [rdi+6]
add rsi, 40h ; '@'
xor ecx, ecx
lea r8, ggml_table_f32_f16
vpmovsxbd ymm0, cs:qword_C5A30
vpbroadcastd ymm1, cs:dword_C8FA4
vpbroadcastd ymm2, cs:dword_C8FBC
vpbroadcastd ymm3, cs:dword_C8FB4
vpbroadcastd ymm4,... | void dequantize_row_q5_0(long long _RDI, long long a2, int a3)
{
long long v3; // rdx
long long v6; // rcx
if ( a3 >= 32 )
{
v3 = (unsigned int)a3 >> 5;
_RAX = _RDI + 6;
_RSI = a2 + 64;
v6 = 0LL;
_R8 = &ggml_table_f32_f16;
__asm
{
vpmovsxbd ymm0, cs:qword_C5A30
vpbroadc... | |||
21,997 | dequantize_row_q5_0 | 7CodeWizard[P]stablediffusion/ggml/src/ggml-quants.c | void dequantize_row_q5_0(const block_q5_0 * restrict x, float * restrict y, int k) {
static const int qk = QK5_0;
assert(k % qk == 0);
const int nb = k / qk;
for (int i = 0; i < nb; i++) {
const float d = GGML_FP16_TO_FP32(x[i].d);
uint32_t qh;
memcpy(&qh, x[i].qh, sizeof(qh)... | O2 | c | dequantize_row_q5_0:
pushq %r15
pushq %r14
pushq %rbx
movl %edx, %eax
movl $0x20, %ecx
cltd
idivl %ecx
xorl %r8d, %r8d
testl %eax, %eax
cmovlel %r8d, %eax
addq $0x40, %rsi
leaq 0x6(%rdi), %r9
leaq 0xca625(%rip), %r10 # 0x15d290
cmpq %rax, %r8
je 0x92cf4
imulq $0x16, %r8, %rcx
movzwl (%rdi,%rcx), %edx
vmovss (%r10,%... | dequantize_row_q5_0:
push r15
push r14
push rbx
mov eax, edx
mov ecx, 20h ; ' '
cdq
idiv ecx
xor r8d, r8d
test eax, eax
cmovle eax, r8d
add rsi, 40h ; '@'
lea r9, [rdi+6]
lea r10, ggml_table_f32_f16
loc_92C6B:
cmp r8, rax
jz loc_92CF4
imul rcx, r8, 16h
movzx edx, wo... | long long dequantize_row_q5_0(long long a1, long long a2, int a3, double a4, double a5, double a6, __m128 _XMM3)
{
long long result; // rax
long long v8; // r8
long long v10; // r9
result = (unsigned int)(a3 / 32);
v8 = 0LL;
if ( (int)result <= 0 )
result = 0LL;
_RSI = a2 + 64;
v10 = a1 + 6;
_R1... | dequantize_row_q5_0:
PUSH R15
PUSH R14
PUSH RBX
MOV EAX,EDX
MOV ECX,0x20
CDQ
IDIV ECX
XOR R8D,R8D
TEST EAX,EAX
CMOVLE EAX,R8D
ADD RSI,0x40
LEA R9,[RDI + 0x6]
LEA R10,[0x25d290]
LAB_00192c6b:
CMP R8,RAX
JZ 0x00192cf4
IMUL RCX,R8,0x16
MOVZX EDX,word ptr [RDI + RCX*0x1]
VMOVSS XMM0,dword ptr [R10 + RDX*0x4]
MOV R11D,dword... |
void dequantize_row_q5_0(long param_1,long param_2,int param_3)
{
float fVar1;
byte bVar2;
uint uVar3;
ulong uVar4;
long lVar5;
ulong uVar6;
long lVar7;
uVar6 = 0;
uVar4 = (long)param_3 / 0x20 & 0xffffffff;
if ((int)((long)param_3 / 0x20) < 1) {
uVar4 = uVar6;
}
param_2 = param_2 + 0x40... | |
21,998 | dequantize_row_q5_0 | 7CodeWizard[P]stablediffusion/ggml/src/ggml-quants.c | void dequantize_row_q5_0(const block_q5_0 * restrict x, float * restrict y, int k) {
static const int qk = QK5_0;
assert(k % qk == 0);
const int nb = k / qk;
for (int i = 0; i < nb; i++) {
const float d = GGML_FP16_TO_FP32(x[i].d);
uint32_t qh;
memcpy(&qh, x[i].qh, sizeof(qh)... | O3 | c | dequantize_row_q5_0:
cmpl $0x20, %edx
jl 0xb582b
shrl $0x5, %edx
leaq 0x6(%rdi), %rax
addq $0x40, %rsi
xorl %ecx, %ecx
leaq 0xc6b36(%rip), %r8 # 0x17c280
vpmovsxbd 0xec0d(%rip), %ymm0 # 0xc4360
vpbroadcastd 0x12828(%rip), %ymm1 # 0xc7f84
vpbroadcastd 0x12837(%rip), %ymm2 # 0xc7f9c
vpbroadcastd 0x12826(%rip), %ymm3... | dequantize_row_q5_0:
cmp edx, 20h ; ' '
jl loc_B582B
shr edx, 5
lea rax, [rdi+6]
add rsi, 40h ; '@'
xor ecx, ecx
lea r8, ggml_table_f32_f16
vpmovsxbd ymm0, cs:qword_C4360
vpbroadcastd ymm1, cs:dword_C7F84
vpbroadcastd ymm2, cs:dword_C7F9C
vpbroadcastd ymm3, cs:dword_C7F94
vpbroadcastd ymm4,... | void dequantize_row_q5_0(long long _RDI, long long a2, int a3)
{
long long v3; // rdx
long long v6; // rcx
if ( a3 >= 32 )
{
v3 = (unsigned int)a3 >> 5;
_RAX = _RDI + 6;
_RSI = a2 + 64;
v6 = 0LL;
_R8 = &ggml_table_f32_f16;
__asm
{
vpmovsxbd ymm0, cs:qword_C4360
vpbroadc... | |||
21,999 | my_convert_fix | eloqsql/strings/ctype.c | size_t
my_convert_fix(CHARSET_INFO *to_cs, char *to, size_t to_length,
CHARSET_INFO *from_cs, const char *from, size_t from_length,
size_t nchars,
MY_STRCOPY_STATUS *copy_status,
MY_STRCONV_STATUS *conv_status)
{
int cnvres;
my_wc_t wc;
my_charset_conv_m... | O3 | c | my_convert_fix:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r8, %r14
movq %rdx, %r12
movq %rdi, %r13
movq 0x20(%rbp), %rdi
movq 0x18(%rbp), %rdx
movq 0x10(%rbp), %r8
movq %rcx, -0x60(%rbp)
movq 0xb8(%rcx), %rax
movq 0x28(%rax), %rax
movq %rax, -0x58(%rbp)
mov... | my_convert_fix:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r14, r8
mov r12, rdx
mov r13, rdi
mov rdi, [rbp+arg_10]
mov rdx, [rbp+arg_8]
mov r8, [rbp+arg_0]
mov [rbp+var_60], rcx
mov rax, [rcx+0B8h]
mov rax, [rax+28h]
... | long long my_convert_fix(
long long a1,
long long a2,
long long a3,
long long a4,
unsigned long long a5,
long long a6,
long long a7,
unsigned long long *a8,
unsigned long long *a9)
{
unsigned long long v9; // r14
long long v10; // r12
long l... | my_convert_fix:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R14,R8
MOV R12,RDX
MOV R13,RDI
MOV RDI,qword ptr [RBP + 0x20]
MOV RDX,qword ptr [RBP + 0x18]
MOV R8,qword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x60],RCX
MOV RAX,qword ptr [RCX + 0xb8]
MOV RAX,qword ptr [RAX + 0x28]
MOV ... |
long my_convert_fix(long param_1,long param_2,long param_3,long param_4,ulong param_5,long param_6,
long param_7,ulong *param_8,ulong *param_9)
{
code *pcVar1;
code *pcVar2;
uint uVar3;
long lVar4;
ulong uVar5;
ulong uVar6;
long local_58;
long local_38;
pcVar1 = *(code **)(*(lo... |
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.