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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
60,700 | mysql_stmt_free_result_cont | eloqsql/libmariadb/libmariadb/mariadb_async.c | int STDCALL
mysql_stmt_free_result_cont(my_bool *ret, MYSQL_STMT *stmt, int ready_status)
{
MK_ASYNC_CONT_BODY(
stmt->mysql,
TRUE,
r_my_bool)
} | O3 | c | mysql_stmt_free_result_cont:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movq %rsi, %r14
movq %rdi, %rbx
movq 0x38(%rsi), %rax
movq 0x480(%rax), %rcx
movq 0x28(%rcx), %r15
cmpb $0x0, 0x15(%r15)
je 0x4d9c0
movb $0x1, 0x14(%r15)
movl %edx, 0x4(%r15)
leaq 0x38(%r15), %rdi
callq 0x4e777
movb $0x0... | mysql_stmt_free_result_cont:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov r14, rsi
mov rbx, rdi
mov rax, [rsi+38h]
mov rcx, [rax+480h]
mov r15, [rcx+28h]
cmp byte ptr [r15+15h], 0
jz short loc_4D9C0
mov byte ptr [r15+14h], 1
mov [r15+4], edx
lea ... | long long mysql_stmt_free_result_cont(char *a1, long long a2, unsigned int a3)
{
long long v3; // rax
unsigned int *v4; // r15
int v5; // eax
unsigned int v6; // r15d
char v7; // al
v3 = *(_QWORD *)(a2 + 56);
v4 = *(unsigned int **)(*(_QWORD *)(v3 + 1152) + 40LL);
if ( *((_BYTE *)v4 + 21) )
{
*(... | mysql_stmt_free_result_cont:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RSI + 0x38]
MOV RCX,qword ptr [RAX + 0x480]
MOV R15,qword ptr [RCX + 0x28]
CMP byte ptr [R15 + 0x15],0x0
JZ 0x0014d9c0
MOV byte ptr [R15 + 0x14],0x1
MOV dword ptr [R15 + 0x4],EDX
LEA RDI,[R15... |
int4 mysql_stmt_free_result_cont(int1 *param_1,long param_2,int4 param_3)
{
int4 *puVar1;
int1 uVar2;
int iVar3;
int4 uVar4;
puVar1 = *(int4 **)(*(long *)(*(long *)(param_2 + 0x38) + 0x480) + 0x28);
if (*(char *)((long)puVar1 + 0x15) == '\0') {
*(int4 *)(*(long *)(param_2 + 0x38) + 0x90) = 0x7de;
... | |
60,701 | wstr_to_str | eloqsql/strings/ctype-uca.c | static void
wstr_to_str(char *str, size_t length, my_wc_t *wc, size_t wlength)
{
const char *end= str + length;
char *s;
size_t i, rem;
for (s= str, i= 0; (rem= (end - s)) > 0 && i < wlength; i++)
{
if ((wc[i] >= '0' && wc[i] <= '9') ||
(wc[i] >= 'a' && wc[i] <= 'z') ||
(wc[i] >= 'A' && wc... | O0 | c | wstr_to_str:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq -0x8(%rbp), %rax
addq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x30(%rbp)
movq $0x0, -0x38(%rbp)
movq -0x28(%rbp), %rcx
movq -0x30(%r... | wstr_to_str:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov rax, [rbp+var_8]
add rax, [rbp+var_10]
mov [rbp+var_28], rax
mov rax, [rbp+var_8]
mov [rbp+var_30], rax
mov [rbp+var_38], 0
loc_4F... | bool wstr_to_str(long long a1, long long a2, long long a3, unsigned long long a4, int a5, int a6)
{
bool result; // al
bool v7; // [rsp+Fh] [rbp-41h]
int v8; // [rsp+10h] [rbp-40h]
unsigned long long i; // [rsp+18h] [rbp-38h]
long long v10; // [rsp+20h] [rbp-30h]
long long v11; // [rsp+28h] [rbp-28h]
v1... | wstr_to_str:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV RAX,qword ptr [RBP + -0x8]
ADD RAX,qword ptr [RBP + -0x10]
MOV qword ptr [RBP + -0x28],RAX
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP +... |
void wstr_to_str(long param_1,long param_2,long param_3,ulong param_4)
{
long lVar1;
ulong local_40;
long local_38;
local_40 = 0;
for (local_38 = param_1; lVar1 = (param_1 + param_2) - local_38, lVar1 != 0 && local_40 < param_4;
local_38 = lVar1 + local_38) {
if ((((*(ulong *)(param_3 + local_4... | |
60,702 | SET_adapter_snaplen | xtate/src/xconf.c | static ConfRes SET_adapter_snaplen(void *conf, const char *name,
const char *value) {
XConf *xconf = (XConf *)conf;
UNUSEDPARM(name);
if (xconf->echo) {
if (xconf->nic.snaplen != XCONF_DFT_SNAPLEN || xconf->echo_all) {
fprintf(xconf->echo, "adapter-snap... | O3 | c | SET_adapter_snaplen:
pushq %rbx
movq %rdi, %rbx
movq 0x2a8(%rdi), %rdi
testq %rdi, %rdi
je 0x590c5
movl 0x164(%rbx), %edx
cmpl $0xffff, %edx # imm = 0xFFFF
jne 0x590b3
cmpl $0x0, 0x2b0(%rbx)
je 0x590f4
leaq 0x25b9b(%rip), %rsi # 0x7ec55
xorl %ebx, %ebx
xorl %eax, %eax
callq 0x15220
jmp 0x590f6
movq %rdx, ... | SET_adapter_snaplen:
push rbx
mov rbx, rdi
mov rdi, [rdi+2A8h]
test rdi, rdi
jz short loc_590C5
mov edx, [rbx+164h]
cmp edx, 0FFFFh
jnz short loc_590B3
cmp dword ptr [rbx+2B0h], 0
jz short loc_590F4
loc_590B3:
lea rsi, aAdapterSnaplen; "adapter-snaplen = %u\n"
xor ebx, eb... | long long SET_adapter_snaplen(
long long a1,
long long a2,
unsigned __int8 *a3,
long long a4,
long long a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
double a10,
double a11,
__m128 a12,
__m128 a13)
{
long long v... | SET_adapter_snaplen:
PUSH RBX
MOV RBX,RDI
MOV RDI,qword ptr [RDI + 0x2a8]
TEST RDI,RDI
JZ 0x001590c5
MOV EDX,dword ptr [RBX + 0x164]
CMP EDX,0xffff
JNZ 0x001590b3
CMP dword ptr [RBX + 0x2b0],0x0
JZ 0x001590f4
LAB_001590b3:
LEA RSI,[0x17ec55]
XOR EBX,EBX
XOR EAX,EAX
CALL 0x00115220
JMP 0x001590f6
LAB_001590c5:
MOV RDI,R... |
int8 SET_adapter_snaplen(long param_1,int8 param_2,int8 param_3)
{
uint uVar1;
if (*(FILE **)(param_1 + 0x2a8) == (FILE *)0x0) {
uVar1 = conf_parse_int(param_3);
*(uint *)(param_1 + 0x164) = uVar1;
if (0xffff < uVar1) {
LOG(0xffffffff,"snaplen must be less than 65535.\n");
return 1;
... | |
60,703 | maria_rtree_insert_level | eloqsql/storage/maria/ma_rt_index.c | int maria_rtree_insert_level(MARIA_HA *info, MARIA_KEY *key, int ins_level,
my_off_t *root)
{
my_off_t old_root;
MARIA_SHARE *share= info->s;
MARIA_KEYDEF *keyinfo= key->keyinfo;
int res;
my_off_t new_page;
enum pagecache_page_lock write_lock;
DBUG_ENTER("maria_rtree_insert_le... | O3 | c | maria_rtree_insert_level:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0xc8, %rsp
movq %rcx, %rbx
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movq (%rdi), %r15
movq 0x8(%rsi), %r12
movq 0x118(%r15), %rax
movzbl 0xa5(%r12), %ecx
movq (%rax,%rcx,8), %r13
cmpq $-0x... | maria_rtree_insert_level:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0C8h
mov rbx, rcx
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
mov r15, [rdi]
mov r12, [rsi+8]
mov rax, [r15+118h]
movzx ecx, byte ptr [r12+0A5h]
mov r1... | long long maria_rtree_insert_level(long long *a1, long long a2, unsigned int a3, long long *a4)
{
long long v5; // r15
long long v6; // r12
unsigned long long v7; // r13
unsigned int inserted; // ebx
long long v9; // rdx
unsigned long long v10; // rsi
unsigned long long v11; // rax
bool v12; // cc
un... | maria_rtree_insert_level:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xc8
MOV RBX,RCX
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV R15,qword ptr [RDI]
MOV R12,qword ptr [RSI + 0x8]
MOV RAX,qword ptr [R15 + 0x118]
MOVZX ECX,byte ptr [R12 + 0xa5]
MOV R13,qword... |
int maria_rtree_insert_level(long *param_1,long param_2,int4 param_3,long *param_4)
{
uint uVar1;
long lVar2;
int8 uVar3;
int4 uVar4;
char cVar5;
int iVar6;
int iVar7;
ulong uVar8;
long lVar9;
int1 *__s;
long lVar10;
int4 *puVar11;
size_t __n;
int1 *puVar12;
int1 *puVar13;
long lVar14;... | |
60,704 | validate_fp16 | Yangxiaoz[P]GGML-Tutorial/ggml/src/ggml-quants.c | static bool validate_fp16(ggml_fp16_t f, size_t i) {
if (isinf_fp16(f)) {
fprintf(stderr, "ggml_validate_row_data: found inf value at block %zu\n", i);
return false;
}
if (isnan_fp16(f)) {
fprintf(stderr, "ggml_validate_row_data: found nan value at block %zu\n", i);
return f... | O0 | c | validate_fp16:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movw %di, %ax
movw %ax, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
movzwl -0x4(%rbp), %edi
callq 0x89bc0
testb $0x1, %al
jne 0x88062
jmp 0x88084
movq 0x57f67(%rip), %rax # 0xdffd0
movq (%rax), %rdi
movq -0x10(%rbp), %rdx
leaq 0x3a0dc(%rip), %rsi # 0xc2153
movb $... | validate_fp16:
push rbp
mov rbp, rsp
sub rsp, 10h
mov ax, di
mov [rbp+var_4], ax
mov [rbp+var_10], rsi
movzx edi, [rbp+var_4]
call isinf_fp16
test al, 1
jnz short loc_88062
jmp short loc_88084
loc_88062:
mov rax, cs:stderr_ptr
mov rdi, [rax]
mov rdx, [rbp+var_10]
lea ... | char validate_fp16(unsigned __int16 a1, long long a2)
{
if ( (isinf_fp16(a1) & 1) != 0 )
{
fprintf(stderr, "ggml_validate_row_data: found inf value at block %zu\n", a2);
return 0;
}
else if ( (isnan_fp16(a1) & 1) != 0 )
{
fprintf(stderr, "ggml_validate_row_data: found nan value at block %zu\n", a... | validate_fp16:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV AX,DI
MOV word ptr [RBP + -0x4],AX
MOV qword ptr [RBP + -0x10],RSI
MOVZX EDI,word ptr [RBP + -0x4]
CALL 0x00189bc0
TEST AL,0x1
JNZ 0x00188062
JMP 0x00188084
LAB_00188062:
MOV RAX,qword ptr [0x001dffd0]
MOV RDI,qword ptr [RAX]
MOV RDX,qword ptr [RBP + -0x10]
LEA RSI,[... |
int1 validate_fp16(int2 param_1,int8 param_2)
{
ulong uVar1;
int1 local_9;
uVar1 = isinf_fp16(param_1);
if ((uVar1 & 1) == 0) {
uVar1 = isnan_fp16(param_1);
if ((uVar1 & 1) == 0) {
local_9 = 1;
}
else {
fprintf(*(FILE **)PTR_stderr_001dffd0,"ggml_validate_row_data: found nan val... | |
60,705 | js_error_constructor | bluesky950520[P]quickjs/quickjs.c | static JSValue js_error_constructor(JSContext *ctx, JSValue new_target,
int argc, JSValue *argv, int magic)
{
JSValue obj, msg, proto, cause;
JSValue message;
int opts;
BOOL present;
if (JS_IsUndefined(new_target))
new_target = JS_GetActiveFunction(ctx);
... | O1 | c | js_error_constructor:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %r9d, %ebp
movq %r8, 0x8(%rsp)
movl %ecx, (%rsp)
movq %rdx, %r13
movq %rsi, %r12
movq %rdi, %rbx
cmpl $0x3, %r13d
jne 0x381e3
movq 0x18(%rbx), %rax
movq 0x108(%rax), %rax
movq 0x8(%rax), %r12
movq 0x10(%rax), %... | js_error_constructor:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov ebp, r9d
mov [rsp+78h+var_70], r8
mov dword ptr [rsp+78h+var_78], ecx
mov r13, rdx
mov r12, rsi
mov rbx, rdi
cmp r13d, 3
jnz short loc_381E3
mov rax, [rbx+18h]
mov r... | unsigned long long js_error_constructor(
long long a1,
long long a2,
long long a3,
int a4,
_QWORD *a5,
int a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
double a11,
double a12,
__m128 a13,
__m128 a14)
{
... | js_error_constructor:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV EBP,R9D
MOV qword ptr [RSP + 0x8],R8
MOV dword ptr [RSP],ECX
MOV R13,RDX
MOV R12,RSI
MOV RBX,RDI
CMP R13D,0x3
JNZ 0x001381e3
MOV RAX,qword ptr [RBX + 0x18]
MOV RAX,qword ptr [RAX + 0x108]
MOV R12,qword ptr [RAX + 0x8]
MOV R13,q... |
int1 [16]
js_error_constructor
(long param_1,int8 param_2,int8 param_3,int param_4,int8 *param_5,
uint param_6)
{
int *piVar1;
double dVar2;
long lVar3;
int8 uVar4;
int8 *puVar5;
ulong uVar6;
int8 *puVar7;
int8 uVar8;
int8 uVar9;
int8 uVar10;
int iVar11;
ulong uVar12;
in... | |
60,706 | nlohmann::json_abi_v3_11_3::operator==(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<u... | monkey531[P]llama/common/json.hpp | constexpr value_t type() const noexcept
{
return m_data.m_type;
} | O3 | cpp | nlohmann::json_abi_v3_11_3::operator==(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<u... | _ZN8nlohmann16json_abi_v3_11_3eqERKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEESF_:
push r15
push r14
push r12
push rbx
sub rsp, 38h
movzx eax, byte ptr [rdi]
mov cl, [rsi]
cmp al, cl
jnz short loc... | long long nlohmann::json_abi_v3_11_3::operator==(unsigned __int8 *a1, unsigned __int8 *a2, __m128d a3)
{
unsigned int v3; // ebx
unsigned __int8 v4; // al
unsigned __int8 v5; // cl
bool v6; // zf
__m128d v7; // rt1
unsigned __int8 v8; // dl
__m128d v9; // xmm0
__m128d v10; // xmm1
__m128d v11; // rt1... | operator==:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x38
MOVZX EAX,byte ptr [RDI]
MOV CL,byte ptr [RSI]
CMP AL,CL
JNZ 0x001b0d16
CMP EAX,0x8
JA 0x001b0ede
MOV BL,0x1
MOV EAX,EAX
LEA RCX,[0x213f2c]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_5:
MOV RAX,qword ptr [RDI + 0x8]
CMP RAX,qword ... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* nlohmann::json_abi_v3_11_3::TEMPNAMEPLACEHOLDERVALUE(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,
nlohma... | |
60,707 | google::protobuf::compiler::java::ImmutableEnumFieldGenerator::GenerateBuilderMembers(google::protobuf::io::Printer*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/enum_field.cc | void ImmutableEnumFieldGenerator::GenerateBuilderMembers(
io::Printer* printer) const {
printer->Print(variables_, "private int $name$_ = $default_number$;\n");
if (HasHazzer(descriptor_)) {
WriteFieldAccessorDocComment(printer, descriptor_, HAZZER);
printer->Print(variables_,
"@java.... | O3 | cpp | google::protobuf::compiler::java::ImmutableEnumFieldGenerator::GenerateBuilderMembers(google::protobuf::io::Printer*) const:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rsi, %rbx
movq %rdi, %r14
leaq 0x18(%rdi), %r15
leaq 0xf38fa(%rip), %rdx # 0x1e7f4a
movq %rsi, %rdi
movq %r15, %rsi
callq 0x16cd32... | _ZNK6google8protobuf8compiler4java27ImmutableEnumFieldGenerator22GenerateBuilderMembersEPNS0_2io7PrinterE:
push r15; int
push r14; int
push r13; char
push r12; int
push rbx; void *
mov rbx, rsi
mov r14, rdi
lea r15, [rdi+18h]
lea rdx, aPrivateIntName_0; "private int $name$_ = $default_num... | GenerateBuilderMembers:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RBX,RSI
MOV R14,RDI
LEA R15,[RDI + 0x18]
LEA RDX,[0x2e7f4a]
MOV RDI,RSI
MOV RSI,R15
CALL 0x0026cd32
MOV R12,qword ptr [R14 + 0x8]
MOV AL,byte ptr [R12 + 0x1]
NOT AL
TEST AL,0x60
JZ 0x001f46cb
MOV RDI,R12
CALL 0x0021d7ce
TEST RAX,RAX
JNZ 0x001f468f... |
/* google::protobuf::compiler::java::ImmutableEnumFieldGenerator::GenerateBuilderMembers(google::protobuf::io::Printer*)
const */
void __thiscall
google::protobuf::compiler::java::ImmutableEnumFieldGenerator::GenerateBuilderMembers
(ImmutableEnumFieldGenerator *this,Printer *param_1)
{
map *pmVar1;
... | ||
60,708 | js_typed_array_of | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_of(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue obj;
JSValue args[1];
int i;
args[0] = js_int32(argc);
obj = js_typed_array_create(ctx, this_val, 1, args);
if (JS_IsException(obj))
return obj;
fo... | O0 | c | js_typed_array_of:
subq $0xa8, %rsp
movq %rsi, 0x88(%rsp)
movq %rdx, 0x90(%rsp)
movq %rdi, 0x80(%rsp)
movl %ecx, 0x7c(%rsp)
movq %r8, 0x70(%rsp)
movl 0x7c(%rsp), %edi
callq 0x39fb0
movq %rax, 0x38(%rsp)
movq %rdx, 0x40(%rsp)
movq 0x38(%rsp), %rax
movq %rax, 0x50(%rsp)
movq 0x40(%rsp), %rax
movq %rax, 0x58(%rsp)
movq 0x... | js_typed_array_of:
sub rsp, 0A8h
mov [rsp+0A8h+var_20], rsi
mov [rsp+0A8h+var_18], rdx
mov [rsp+0A8h+var_28], rdi
mov [rsp+0A8h+var_2C], ecx
mov [rsp+0A8h+var_38], r8
mov edi, [rsp+0A8h+var_2C]
call js_int32
mov [rsp+0A8h+var_70], rax
mov [rsp+0A8h+var_68], rdx
mov rax, [rsp+0... | long long js_typed_array_of(
long long a1,
long long a2,
unsigned long long a3,
int a4,
long long a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
double a10,
double a11,
__m128 a12,
__m128 a13)
{
long long v13; //... | js_typed_array_of:
SUB RSP,0xa8
MOV qword ptr [RSP + 0x88],RSI
MOV qword ptr [RSP + 0x90],RDX
MOV qword ptr [RSP + 0x80],RDI
MOV dword ptr [RSP + 0x7c],ECX
MOV qword ptr [RSP + 0x70],R8
MOV EDI,dword ptr [RSP + 0x7c]
CALL 0x00139fb0
MOV qword ptr [RSP + 0x38],RAX
MOV qword ptr [RSP + 0x40],RDX
MOV RAX,qword ptr [RSP + ... |
int1 [16]
js_typed_array_of(int8 param_1,int8 param_2,int8 param_3,int param_4,long param_5)
{
int8 uVar1;
int iVar2;
int8 *puVar3;
int1 auVar4 [16];
int local_5c;
int1 local_58 [16];
int1 local_48 [16];
long local_38;
int local_2c;
int8 local_28;
int8 local_20;
int8 local_18;
int4 local_10... | |
60,709 | js_typed_array_of | bluesky950520[P]quickjs/quickjs.c | static JSValue js_typed_array_of(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
JSValue obj;
JSValue args[1];
int i;
args[0] = js_int32(argc);
obj = js_typed_array_create(ctx, this_val, 1, args);
if (JS_IsException(obj))
return obj;
fo... | O2 | c | js_typed_array_of:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %r8, %r15
movl %ecx, %r12d
movq %rdi, %r13
movl %ecx, %eax
movq %rsp, %r8
movq %rax, (%r8)
andq $0x0, 0x8(%r8)
pushq $0x1
popq %rcx
callq 0x68b2c
movq %rax, %r14
movq %rdx, %rbx
cmpl $0x6, %ebx
jne 0x722b0
movabsq... | js_typed_array_of:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, r8
mov r12d, ecx
mov r13, rdi
mov eax, ecx
mov r8, rsp
mov [r8], rax
and qword ptr [r8+8], 0
push 1
pop rcx
call js_typed_array_create
mov r14, rax
mov rbx, ... | unsigned long long js_typed_array_of(
long long a1,
unsigned long long a2,
unsigned long long a3,
unsigned int a4,
long long a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
double a10,
double a11,
__m128 a12,
__m128... | js_typed_array_of:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,R8
MOV R12D,ECX
MOV R13,RDI
MOV EAX,ECX
MOV R8,RSP
MOV qword ptr [R8],RAX
AND qword ptr [R8 + 0x8],0x0
PUSH 0x1
POP RCX
CALL 0x00168b2c
MOV R14,RAX
MOV RBX,RDX
CMP EBX,0x6
JNZ 0x001722b0
LAB_0017229e:
MOV RAX,-0x100000000
MOV ... |
int1 [16]
js_typed_array_of(int8 param_1,int8 param_2,int8 param_3,uint param_4,long param_5
)
{
int iVar1;
ulong uVar2;
ulong uVar3;
ulong uVar4;
int8 *puVar5;
int1 auVar6 [16];
int1 auVar7 [16];
auVar6 = js_typed_array_create();
uVar2 = auVar6._0_8_;
if (auVar6._8_4_ == 6) {... | |
60,710 | nglog::GetLoggingDirectories[abi:cxx11]() | ng-log[P]ng-log/src/logging.cc | const vector<string>& GetLoggingDirectories() {
// Not strictly thread-safe but we're called early in InitGoogle().
if (logging_directories_list == nullptr) {
logging_directories_list = std::make_unique<std::vector<std::string>>();
if (!FLAGS_log_dir.empty()) {
// Ensure the specified path ends with ... | O0 | cpp | nglog::GetLoggingDirectories[abi:cxx11]():
pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
leaq 0x6f9be(%rip), %rdi # 0x86f00
xorl %eax, %eax
movl %eax, %esi
callq 0x1e910
testb $0x1, %al
jne 0x17554
jmp 0x17720
leaq -0x8(%rbp), %rdi
callq 0x1e940
leaq 0x6f99c(%rip), %rdi # 0x86f00
leaq -0x8(%rbp), %rsi
callq 0x1e9... | _ZN5nglog21GetLoggingDirectoriesB5cxx11Ev:
push rbp
mov rbp, rsp
sub rsp, 0A0h
lea rdi, _ZN5nglogL24logging_directories_listB5cxx11E; nglog::logging_directories_list
xor eax, eax
mov esi, eax
call _ZSteqISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS6_EESt14default_deleteIS... | long long nglog::GetLoggingDirectories[abi:cxx11]()
{
long long v0; // rax
long long v1; // rax
long long v2; // rax
long long v4; // [rsp+8h] [rbp-98h]
long long v5; // [rsp+18h] [rbp-88h]
long long v6; // [rsp+28h] [rbp-78h]
long long v7; // [rsp+30h] [rbp-70h]
long long v8; // [rsp+38h] [rbp-68h]
c... | GetLoggingDirectories[abi:cxx11]:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xa0
LEA RDI,[0x186f00]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x0011e910
TEST AL,0x1
JNZ 0x00117554
JMP 0x00117720
LAB_00117554:
LEA RDI,[RBP + -0x8]
CALL 0x0011e940
LEA RDI,[0x186f00]
LEA RSI,[RBP + -0x8]
CALL 0x0011e9a0
LEA RDI,[RBP + -0x8]
CALL 0x0011e8c0
LEA RAX... |
/* nglog::GetLoggingDirectories[abi:cxx11]() */
void nglog::GetLoggingDirectories_abi_cxx11_(void)
{
bool bVar1;
ulong uVar2;
char *pcVar3;
char *pcVar4;
char *pcVar5;
vector<std::__cxx11::string,std::allocator<std::__cxx11::string>> *pvVar6;
vector *pvVar7;
allocator local_61;
string local_60 [48]... | |
60,711 | splash::get() | untodesu[P]voxelius/game/shared/splash.cc | const char* splash::get(void)
{
std::uniform_int_distribution<std::size_t> dist(0, splash_lines.size() - 1);
return splash_lines.at(dist(splash_random)).c_str();
} | O1 | cpp | splash::get():
subq $0x18, %rsp
movq 0xc3d9a(%rip), %rax # 0x10bac0
subq 0xc3d8b(%rip), %rax # 0x10bab8
sarq $0x5, %rax
decq %rax
leaq 0x8(%rsp), %rdi
movq $0x0, (%rdi)
movq %rax, 0x8(%rdi)
leaq 0xc33a5(%rip), %rsi # 0x10b0f0
movq %rdi, %rdx
callq 0x4800e
movq 0xc3d66(%rip), %rdx # 0x10bac0
movq 0xc3d57... | _ZN6splash3getEv:
sub rsp, 18h
mov rax, qword ptr cs:_ZL12splash_linesB5cxx11+8; splash_lines
sub rax, qword ptr cs:_ZL12splash_linesB5cxx11; splash_lines
sar rax, 5
dec rax
lea rdi, [rsp+18h+var_10]
mov qword ptr [rdi], 0
mov [rdi+8], rax
lea rsi, _ZL13splash_random; splash_random
m... | long long splash::get(splash *this)
{
unsigned long long v1; // rax
unsigned long long v2; // rdx
_QWORD v4[2]; // [rsp+8h] [rbp-10h] BYREF
v4[0] = 0LL;
v4[1] = ((long long)(*((_QWORD *)&splash_lines[abi:cxx11] + 1) - splash_lines[abi:cxx11]) >> 5) - 1;
v1 = std::uniform_int_distribution<unsigned long>::o... | get:
SUB RSP,0x18
MOV RAX,qword ptr [0x0020bac0]
SUB RAX,qword ptr [0x0020bab8]
SAR RAX,0x5
DEC RAX
LEA RDI,[RSP + 0x8]
MOV qword ptr [RDI],0x0
MOV qword ptr [RDI + 0x8],RAX
LEA RSI,[0x20b0f0]
MOV RDX,RDI
CALL 0x0014800e
MOV RDX,qword ptr [0x0020bac0]
MOV RCX,qword ptr [0x0020bab8]
SUB RDX,RCX
SAR RDX,0x5
CMP RDX,RAX
J... |
/* splash::get() */
int8 splash::get(void)
{
ulong uVar1;
int8 uVar2;
int8 extraout_RAX;
char *pcVar3;
long *aplStack_50 [2];
long alStack_40 [2];
int8 local_10;
long local_8;
local_8 = (DAT_0020bac0 - splash_lines_abi_cxx11_ >> 5) + -1;
local_10 = 0;
uVar1 = std::uniform_int_distribution<un... | |
60,712 | string_getc | bluesky950520[P]quickjs/quickjs.c | static int string_getc(const JSString *p, int *pidx)
{
int idx, c, c1;
idx = *pidx;
if (p->is_wide_char) {
c = p->u.str16[idx++];
if (is_hi_surrogate(c) && idx < p->len) {
c1 = p->u.str16[idx];
if (is_lo_surrogate(c1)) {
c = from_surrogate(c, c1);
... | O0 | c | string_getc:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movq %rsi, 0x18(%rsp)
movq 0x18(%rsp), %rax
movl (%rax), %eax
movl %eax, 0x14(%rsp)
movq 0x20(%rsp), %rax
movq 0x4(%rax), %rax
shrq $0x1f, %rax
andq $0x1, %rax
cmpb $0x0, %al
je 0x84957
movq 0x20(%rsp), %rax
movl 0x14(%rsp), %ecx
movl %ecx, %edx
addl $0x1, %edx
movl %... | string_getc:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_10], rsi
mov rax, [rsp+28h+var_10]
mov eax, [rax]
mov [rsp+28h+var_14], eax
mov rax, [rsp+28h+var_8]
mov rax, [rax+4]
shr rax, 1Fh
and rax, 1
cmp al, 0
jz loc_84957
mov rax, [rsp+28h+var_8]
mov e... | long long string_getc(long long a1, int *a2)
{
unsigned __int16 v3; // [rsp+Ch] [rbp-1Ch]
unsigned int v4; // [rsp+10h] [rbp-18h]
int v5; // [rsp+14h] [rbp-14h]
int v6; // [rsp+14h] [rbp-14h]
v5 = *a2;
if ( (*(_QWORD *)(a1 + 4) & 0x80000000LL) != 0 )
{
v6 = v5 + 1;
v4 = *(unsigned __int16 *)(a1 ... | string_getc:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV RAX,qword ptr [RSP + 0x18]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RSP + 0x14],EAX
MOV RAX,qword ptr [RSP + 0x20]
MOV RAX,qword ptr [RAX + 0x4]
SHR RAX,0x1f
AND RAX,0x1
CMP AL,0x0
JZ 0x00184957
MOV RAX,qword ptr [RSP + 0x20]
MOV ... |
uint string_getc(long param_1,int *param_2)
{
int2 uVar1;
int iVar2;
int iVar3;
uint local_18;
int local_14;
iVar2 = *param_2;
if ((*(ulong *)(param_1 + 4) >> 0x1f & 1) == 0) {
local_14 = iVar2 + 1;
local_18 = (uint)*(byte *)(param_1 + 0x18 + (long)iVar2);
}
else {
local_14 = iVar2 + ... | |
60,713 | string_getc | bluesky950520[P]quickjs/quickjs.c | static int string_getc(const JSString *p, int *pidx)
{
int idx, c, c1;
idx = *pidx;
if (p->is_wide_char) {
c = p->u.str16[idx++];
if (is_hi_surrogate(c) && idx < p->len) {
c1 = p->u.str16[idx];
if (is_lo_surrogate(c1)) {
c = from_surrogate(c, c1);
... | O1 | c | string_getc:
movslq (%rsi), %rdx
movq 0x4(%rdi), %r8
leal 0x1(%rdx), %ecx
testl %r8d, %r8d
js 0x4b9af
movzbl 0x18(%rdi,%rdx), %eax
jmp 0x4ba10
movzwl 0x18(%rdi,%rdx,2), %eax
movl %eax, %r9d
andl $0xfc00, %r9d # imm = 0xFC00
cmpl $0xd800, %r9d # imm = 0xD800
sete %r9b
andl $0x7fffffff, %r8d # i... | string_getc:
movsxd rdx, dword ptr [rsi]
mov r8, [rdi+4]
lea ecx, [rdx+1]
test r8d, r8d
js short loc_4B9AF
movzx eax, byte ptr [rdi+rdx+18h]
jmp short loc_4BA10
loc_4B9AF:
movzx eax, word ptr [rdi+rdx*2+18h]
mov r9d, eax
and r9d, 0FC00h
cmp r9d, 0D800h
setz r9b
and r8d, 7FFFF... | long long string_getc(long long a1, int *a2)
{
long long v2; // rdx
long long v3; // r8
int v4; // ecx
long long result; // rax
__int16 v6; // di
v2 = *a2;
v3 = *(_QWORD *)(a1 + 4);
v4 = v2 + 1;
if ( (int)v3 < 0 )
{
result = *(unsigned __int16 *)(a1 + 2 * v2 + 24);
if ( (*(_WORD *)(a1 + 2 ... | string_getc:
MOVSXD RDX,dword ptr [RSI]
MOV R8,qword ptr [RDI + 0x4]
LEA ECX,[RDX + 0x1]
TEST R8D,R8D
JS 0x0014b9af
MOVZX EAX,byte ptr [RDI + RDX*0x1 + 0x18]
JMP 0x0014ba10
LAB_0014b9af:
MOVZX EAX,word ptr [RDI + RDX*0x2 + 0x18]
MOV R9D,EAX
AND R9D,0xfc00
CMP R9D,0xd800
SETZ R9B
AND R8D,0x7fffffff
CMP ECX,R8D
SETL R8B
... |
uint string_getc(long param_1,int *param_2)
{
ushort uVar1;
int iVar2;
uint uVar3;
int iVar4;
long lVar5;
uint uVar6;
iVar2 = *param_2;
lVar5 = (long)iVar2;
iVar4 = iVar2 + 1;
uVar6 = (uint)*(int8 *)(param_1 + 4);
if ((int)uVar6 < 0) {
uVar1 = *(ushort *)(param_1 + 0x18 + lVar5 * 2);
... | |
60,714 | string_getc | bluesky950520[P]quickjs/quickjs.c | static int string_getc(const JSString *p, int *pidx)
{
int idx, c, c1;
idx = *pidx;
if (p->is_wide_char) {
c = p->u.str16[idx++];
if (is_hi_surrogate(c) && idx < p->len) {
c1 = p->u.str16[idx];
if (is_lo_surrogate(c1)) {
c = from_surrogate(c, c1);
... | O3 | c | string_getc:
movslq (%rsi), %rdx
movq 0x4(%rdi), %r8
leal 0x1(%rdx), %ecx
testl %r8d, %r8d
js 0x4d814
movzbl 0x18(%rdi,%rdx), %eax
jmp 0x4d875
movzwl 0x18(%rdi,%rdx,2), %eax
movl %eax, %r9d
andl $0xfc00, %r9d # imm = 0xFC00
cmpl $0xd800, %r9d # imm = 0xD800
sete %r9b
andl $0x7fffffff, %r8d # i... | string_getc:
movsxd rdx, dword ptr [rsi]
mov r8, [rdi+4]
lea ecx, [rdx+1]
test r8d, r8d
js short loc_4D814
movzx eax, byte ptr [rdi+rdx+18h]
jmp short loc_4D875
loc_4D814:
movzx eax, word ptr [rdi+rdx*2+18h]
mov r9d, eax
and r9d, 0FC00h
cmp r9d, 0D800h
setz r9b
and r8d, 7FFFF... | long long string_getc(long long a1, int *a2)
{
long long v2; // rdx
long long v3; // r8
int v4; // ecx
long long result; // rax
__int16 v6; // di
v2 = *a2;
v3 = *(_QWORD *)(a1 + 4);
v4 = v2 + 1;
if ( (int)v3 < 0 )
{
result = *(unsigned __int16 *)(a1 + 2 * v2 + 24);
if ( (*(_WORD *)(a1 + 2 ... | string_getc:
MOVSXD RDX,dword ptr [RSI]
MOV R8,qword ptr [RDI + 0x4]
LEA ECX,[RDX + 0x1]
TEST R8D,R8D
JS 0x0014d814
MOVZX EAX,byte ptr [RDI + RDX*0x1 + 0x18]
JMP 0x0014d875
LAB_0014d814:
MOVZX EAX,word ptr [RDI + RDX*0x2 + 0x18]
MOV R9D,EAX
AND R9D,0xfc00
CMP R9D,0xd800
SETZ R9B
AND R8D,0x7fffffff
CMP ECX,R8D
SETL R8B
... |
uint string_getc(long param_1,int *param_2)
{
ushort uVar1;
int iVar2;
uint uVar3;
int iVar4;
long lVar5;
uint uVar6;
iVar2 = *param_2;
lVar5 = (long)iVar2;
iVar4 = iVar2 + 1;
uVar6 = (uint)*(int8 *)(param_1 + 4);
if ((int)uVar6 < 0) {
uVar1 = *(ushort *)(param_1 + 0x18 + lVar5 * 2);
... | |
60,715 | google::protobuf::compiler::csharp::MessageOneofFieldGenerator::GenerateMembers(google::protobuf::io::Printer*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/csharp/csharp_message_field.cc | void MessageOneofFieldGenerator::GenerateMembers(io::Printer* printer) {
WritePropertyDocComment(printer, descriptor_);
AddPublicMemberAttributes(printer);
printer->Print(
variables_,
"$access_level$ $type_name$ $property_name$ {\n"
" get { return $has_property_check$ ? ($type_name$) $oneof_name$_ : ... | O3 | cpp | google::protobuf::compiler::csharp::MessageOneofFieldGenerator::GenerateMembers(google::protobuf::io::Printer*):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rsi, %rbx
movq %rdi, %r14
movq 0x10(%rdi), %rsi
movq %rbx, %rdi
callq 0x9d827
movq %r14, %rdi
movq %rbx, %rsi
callq 0xa130c
leaq 0x20(%r14),... | _ZN6google8protobuf8compiler6csharp26MessageOneofFieldGenerator15GenerateMembersEPNS0_2io7PrinterE:
push r15; int
push r14; int
push r12; int
push rbx; int
sub rsp, 18h
mov rbx, rsi
mov r14, rdi
mov rsi, [rdi+10h]; google::protobuf::io::Printer *
mov rdi, rbx; this
call _ZN6google8pro... | GenerateMembers:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RSI
MOV R14,RDI
MOV RSI,qword ptr [RDI + 0x10]
MOV RDI,RBX
CALL 0x0019d827
MOV RDI,R14
MOV RSI,RBX
CALL 0x001a130c
LEA R15,[R14 + 0x20]
LEA RDX,[0x29ee80]
MOV RDI,RBX
MOV RSI,R15
CALL 0x0026cd32
MOV R12,qword ptr [R14 + 0x10]
MOV AL,byte ptr [R12... |
/* google::protobuf::compiler::csharp::MessageOneofFieldGenerator::GenerateMembers(google::protobuf::io::Printer*)
*/
void __thiscall
google::protobuf::compiler::csharp::MessageOneofFieldGenerator::GenerateMembers
(MessageOneofFieldGenerator *this,Printer *param_1)
{
map *pmVar1;
FieldDescriptor *p... | ||
60,716 | _cxx_global_var_init.1 | ripplerx/src/ui/CustomLookAndFeel.cpp | CustomLookAndFeel::CustomLookAndFeel(bool isDark)
{
(void) isDark;
setColour(ComboBox::backgroundColourId, Colour(globals::COLOR_BACKGROUND));
setColour(ComboBox::textColourId, Colour(globals::COLOR_ACTIVE));
setColour(ComboBox::arrowColourId, Colour(globals::COLOR_ACTIVE));
setColour(ComboBox::outlineColourI... | O0 | cpp | _cxx_global_var_init.1:
pushq %rbp
movq %rsp, %rbp
callq 0xe1770
callq 0xe17a0
callq 0xe17c0
callq 0xe17e0
callq 0xe1800
callq 0xe1820
callq 0xe1840
callq 0xe1860
callq 0xe1880
callq 0xe18a0
callq 0xe18c0
callq 0xe18e0
callq 0xe1900
callq 0xe1920
callq 0xe1940
callq 0xe1960
callq 0xe1980
callq 0xe19a0
callq 0xe19c0
cal... | _GLOBAL__sub_I_CustomLookAndFeel_cpp:
push rbp
mov rbp, rsp
call __cxx_global_var_init_15
call __cxx_global_var_init_1_14
call __cxx_global_var_init_3_11
call __cxx_global_var_init_4_10
call __cxx_global_var_init_5_11
call __cxx_global_var_init_6_10
call __cxx_global_var_init_7_10
call __... | long long GLOBAL__sub_I_CustomLookAndFeel_cpp()
{
_cxx_global_var_init_15();
_cxx_global_var_init_1_14();
_cxx_global_var_init_3_11();
_cxx_global_var_init_4_10();
_cxx_global_var_init_5_11();
_cxx_global_var_init_6_10();
_cxx_global_var_init_7_10();
_cxx_global_var_init_8_10();
_cxx_global_var_init_9... | _GLOBAL__sub_I_CustomLookAndFeel.cpp:
PUSH RBP
MOV RBP,RSP
CALL 0x001e1770
CALL 0x001e17a0
CALL 0x001e17c0
CALL 0x001e17e0
CALL 0x001e1800
CALL 0x001e1820
CALL 0x001e1840
CALL 0x001e1860
CALL 0x001e1880
CALL 0x001e18a0
CALL 0x001e18c0
CALL 0x001e18e0
CALL 0x001e1900
CALL 0x001e1920
CALL 0x001e1940
CALL 0x001e1960
CALL ... |
void _GLOBAL__sub_I_CustomLookAndFeel_cpp(void)
{
__cxx_global_var_init();
__cxx_global_var_init_1();
__cxx_global_var_init_3();
__cxx_global_var_init_4();
__cxx_global_var_init_5();
__cxx_global_var_init_6();
__cxx_global_var_init_7();
__cxx_global_var_init_8();
__cxx_global_var_init_9();
__cxx_g... | |
60,717 | mysql_mbcharlen_utf8mb3 | eloqsql/libmariadb/libmariadb/ma_charset.c | static unsigned int mysql_mbcharlen_utf8mb3(unsigned int utf8)
{
if (utf8 < 0x80) {
return 1; /* single byte character */
}
if (utf8 < 0xC2) {
return 0; /* invalid multibyte header */
}
if (utf8 < 0xE0) {
return 2; /* double byte character */
}
if (utf8 < 0xF0) {
return 3; /* t... | O3 | c | mysql_mbcharlen_utf8mb3:
pushq %rbp
movq %rsp, %rbp
movl $0x1, %eax
cmpl $0x80, %edi
jb 0x3465c
xorl %eax, %eax
cmpl $0xc2, %edi
jb 0x3465c
movl $0x2, %eax
cmpl $0xe0, %edi
jb 0x3465c
xorl %eax, %eax
cmpl $0xf0, %edi
setb %al
leal (%rax,%rax,2), %eax
popq %rbp
retq
| mysql_mbcharlen_utf8mb3:
push rbp
mov rbp, rsp
mov eax, 1
cmp edi, 80h
jb short loc_3465C
xor eax, eax
cmp edi, 0C2h
jb short loc_3465C
mov eax, 2
cmp edi, 0E0h
jb short loc_3465C
xor eax, eax
cmp edi, 0F0h
setb al
lea eax, [rax+rax*2]
loc_3465C:
pop rbp
... | long long mysql_mbcharlen_utf8mb3(unsigned int a1)
{
long long result; // rax
result = 1LL;
if ( a1 >= 0x80 )
{
result = 0LL;
if ( a1 >= 0xC2 )
{
result = 2LL;
if ( a1 >= 0xE0 )
return 3 * (unsigned int)(a1 < 0xF0);
}
}
return result;
}
| mysql_mbcharlen_utf8mb3:
PUSH RBP
MOV RBP,RSP
MOV EAX,0x1
CMP EDI,0x80
JC 0x0013465c
XOR EAX,EAX
CMP EDI,0xc2
JC 0x0013465c
MOV EAX,0x2
CMP EDI,0xe0
JC 0x0013465c
XOR EAX,EAX
CMP EDI,0xf0
SETC AL
LEA EAX,[RAX + RAX*0x2]
LAB_0013465c:
POP RBP
RET
|
char mysql_mbcharlen_utf8mb3(uint param_1)
{
char cVar1;
cVar1 = '\x01';
if (((0x7f < param_1) && (cVar1 = '\0', 0xc1 < param_1)) && (cVar1 = '\x02', 0xdf < param_1)) {
cVar1 = (param_1 < 0xf0) * '\x03';
}
return cVar1;
}
| |
60,718 | my_mb_wc_filename | eloqsql/strings/ctype-utf8.c | static int
my_mb_wc_filename(CHARSET_INFO *cs __attribute__((unused)),
my_wc_t *pwc, const uchar *s, const uchar *e)
{
int byte1, byte2;
if (s >= e)
return MY_CS_TOOSMALL;
if (*s < 128 && filename_safe_char[*s])
{
*pwc= *s;
return 1;
}
if (*s != MY_FILENAME_ESCAPE)
re... | O0 | c | my_mb_wc_filename:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq -0x20(%rbp), %rax
cmpq -0x28(%rbp), %rax
jb 0xd2bae
movl $0xffffff9b, -0x4(%rbp) # imm = 0xFFFFFF9B
jmp 0xd2d9e
movq -0x20(%rbp), %rax
movzbl (%rax), %eax
cmpl ... | my_mb_wc_filename:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov rax, [rbp+var_20]
cmp rax, [rbp+var_28]
jb short loc_D2BAE
mov [rbp+var_4], 0FFFFFF9Bh
jmp loc_D2D9E
loc_D2BAE:
mov rax, [... | long long my_mb_wc_filename(long long a1, _QWORD *a2, unsigned __int8 *a3, unsigned long long a4)
{
unsigned int v5; // [rsp+0h] [rbp-40h]
int v6; // [rsp+4h] [rbp-3Ch]
int v7; // [rsp+8h] [rbp-38h]
int v8; // [rsp+Ch] [rbp-34h]
unsigned int v9; // [rsp+10h] [rbp-30h]
int v10; // [rsp+10h] [rbp-30h]
int ... | my_mb_wc_filename:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV qword ptr [RBP + -0x28],RCX
MOV RAX,qword ptr [RBP + -0x20]
CMP RAX,qword ptr [RBP + -0x28]
JC 0x001d2bae
MOV dword ptr [RBP + -0x4],0xffffff9b
JMP 0x001d2d9e
LAB_001d... |
int4 my_mb_wc_filename(int8 param_1,ulong *param_2,byte *param_3,byte *param_4)
{
byte bVar1;
uint uVar2;
uint uVar3;
int iVar4;
int iVar5;
int iVar6;
int iVar7;
int4 local_c;
if (param_3 < param_4) {
if ((*param_3 < 0x80) && (filename_safe_char[*param_3] != '\0')) {
*param_2 = (ulong)*... | |
60,719 | main | eloqsql/extra/mysql_waitpid.c | int main(int argc, char *argv[])
{
int pid= 0, t= 0, sig= 0;
progname= argv[0];
if (handle_options(&argc, &argv, my_long_options, get_one_option))
exit(-1);
if (!argv[0] || !argv[1] || (pid= atoi(argv[0])) <= 0 ||
(t= atoi(argv[1])) <= 0)
{
usage();
exit(-1);
}
for (; t > 0; t--)
{
... | O0 | c | main:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl $0x0, -0x4(%rbp)
movl %edi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl $0x0, -0x14(%rbp)
movl $0x0, -0x18(%rbp)
movl $0x0, -0x1c(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, 0x36829f(%rip) # 0x38ca18
leaq -0x8(%rbp), %rdi
leaq -0x10(%rbp), %rsi
leaq 0x1... | main:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], 0
mov [rbp+var_8], edi
mov [rbp+var_10], rsi
mov [rbp+var_14], 0
mov [rbp+var_18], 0
mov [rbp+var_1C], 0
mov rax, [rbp+var_10]
mov rax, [rax]
mov cs:progname, rax
lea rdi, [rbp+var_8]
lea rsi, [rbp+var_10]
l... | int main(int argc, const char **argv, const char **envp)
{
unsigned int v4; // [rsp+4h] [rbp-1Ch]
int v5; // [rsp+8h] [rbp-18h]
int v6; // [rsp+Ch] [rbp-14h]
const char **v7; // [rsp+10h] [rbp-10h] BYREF
int v8; // [rsp+18h] [rbp-8h] BYREF
int v9; // [rsp+1Ch] [rbp-4h]
v9 = 0;
v8 = argc;
v7 = argv;
... | main:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],0x0
MOV dword ptr [RBP + -0x8],EDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],0x0
MOV dword ptr [RBP + -0x18],0x0
MOV dword ptr [RBP + -0x1c],0x0
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [0x0048ca18],RAX
LEA... |
int4 main(int4 param_1,long *param_2)
{
int iVar1;
int iVar2;
int *piVar3;
int local_24;
int local_20;
long *local_18;
int4 local_10;
int4 local_c;
local_c = 0;
local_24 = 0;
progname = *param_2;
local_18 = param_2;
local_10 = param_1;
iVar1 = handle_options(&local_10,&local_18,my_long_... | |
60,720 | httplib::detail::BufferStream::read(char*, unsigned long) | nickolajgrishuk[P]metricz-cpp/build_O2/_deps/httplib-src/httplib.h | inline ssize_t BufferStream::read(char *ptr, size_t size) {
#if defined(_MSC_VER) && _MSC_VER < 1910
auto len_read = buffer._Copy_s(ptr, size, size, position);
#else
auto len_read = buffer.copy(ptr, size, position);
#endif
position += static_cast<size_t>(len_read);
return static_cast<ssize_t>(len_read);
} | O2 | c | httplib::detail::BufferStream::read(char*, unsigned long):
pushq %rbx
movq %rdi, %rbx
addq $0x8, %rdi
movq 0x28(%rbx), %rcx
callq 0x80a0
addq %rax, 0x28(%rbx)
popq %rbx
retq
nop
| _ZN7httplib6detail12BufferStream4readEPcm:
push rbx
mov rbx, rdi
add rdi, 8
mov rcx, [rbx+28h]
call __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4copyEPcmm; std::string::copy(char *,ulong,ulong)
add [rbx+28h], rax
pop rbx
retn
| long long httplib::detail::BufferStream::read(httplib::detail::BufferStream *this, char *a2, long long a3)
{
long long result; // rax
result = std::string::copy((char *)this + 8, a2, a3, *((_QWORD *)this + 5));
*((_QWORD *)this + 5) += result;
return result;
}
| read:
PUSH RBX
MOV RBX,RDI
ADD RDI,0x8
MOV RCX,qword ptr [RBX + 0x28]
CALL 0x001080a0
ADD qword ptr [RBX + 0x28],RAX
POP RBX
RET
|
/* httplib::detail::BufferStream::read(char*, unsigned long) */
void __thiscall httplib::detail::BufferStream::read(BufferStream *this,char *param_1,ulong param_2)
{
long lVar1;
lVar1 = std::__cxx11::string::copy((char *)(this + 8),(ulong)param_1,param_2);
*(long *)(this + 0x28) = *(long *)(this + 0x28) + l... | |
60,721 | ma_net_init | eloqsql/libmariadb/libmariadb/ma_net.c | int ma_net_init(NET *net, MARIADB_PVIO* pvio)
{
if (!(net->buff=(uchar*) malloc(net_buffer_length)))
return 1;
if (!net->extension)
return 1;
memset(net->buff, 0, net_buffer_length);
net->max_packet_size= MAX(net_buffer_length, max_allowed_packet);
net->buff_end=net->buff+(net->max_packet=net_buffer... | O0 | c | ma_net_init:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
leaq 0x20d71(%rip), %rax # 0x80e68
movq (%rax), %rdi
callq 0x145c0
movq -0x10(%rbp), %rcx
movq %rax, 0x8(%rcx)
cmpq $0x0, %rax
jne 0x60119
movl $0x1, -0x4(%rbp)
jmp 0x602a0
movq -0x10(%rbp), %rax
cmpq $0x0, 0x2a0(... | ma_net_init:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
lea rax, net_buffer_length
mov rdi, [rax]
call _malloc
mov rcx, [rbp+var_10]
mov [rcx+8], rax
cmp rax, 0
jnz short loc_60119
mov [rbp+var_4], 1
jmp loc_602A0
loc_60119:
mov ... | long long ma_net_init(long long a1, long long a2)
{
long long v2; // rax
long long v3; // rcx
long long v4; // rax
long long v5; // rcx
long long v7; // [rsp+0h] [rbp-20h]
v2 = malloc(net_buffer_length);
*(_QWORD *)(a1 + 8) = v2;
if ( v2 )
{
if ( *(_QWORD *)(a1 + 672) )
{
memset(*(_QWO... | ma_net_init:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
LEA RAX,[0x180e68]
MOV RDI,qword ptr [RAX]
CALL 0x001145c0
MOV RCX,qword ptr [RBP + -0x10]
MOV qword ptr [RCX + 0x8],RAX
CMP RAX,0x0
JNZ 0x00160119
MOV dword ptr [RBP + -0x4],0x1
JMP 0x001602a0
LAB_00160119:
M... |
int4 ma_net_init(long *param_1,long param_2)
{
size_t sVar1;
void *pvVar2;
ulong local_28;
int4 local_c;
pvVar2 = malloc(net_buffer_length);
param_1[1] = (long)pvVar2;
if (pvVar2 == (void *)0x0) {
local_c = 1;
}
else if (param_1[0x54] == 0) {
local_c = 1;
}
else {
memset((void *)p... | |
60,722 | my_fdopen | eloqsql/mysys/my_fopen.c | FILE *my_fdopen(File Filedes, const char *name, int Flags, myf MyFlags)
{
FILE *fd;
char type[5];
DBUG_ENTER("my_fdopen");
DBUG_PRINT("my",("fd: %d Flags: %d MyFlags: %lu",
Filedes, Flags, MyFlags));
make_ftype(type,Flags);
#ifdef _WIN32
fd= my_win_fdopen(Filedes, type);
#else
fd= fdopen(Filedes, ... | O3 | c | my_fdopen:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rcx, %rbx
movq %rsi, %r15
movl %edi, %r12d
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
testb $0x1, %dl
jne 0x994b6
testb $0x2, %dl
jne 0x994d0
leaq -0x34(%rbp), %rax
movb $0x72, -0x1(%rax)
jmp 0x994fa
btl ... | my_fdopen:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rcx
mov r15, rsi
mov r12d, edi
mov rax, fs:28h
mov [rbp+var_30], rax
test dl, 1
jnz short loc_994B6
test dl, 2
jnz short loc_994D0
lea rax, [rbp+var_34]
mov... | long long my_fdopen(unsigned int a1, long long a2, __int16 a3, long long a4)
{
char *v5; // rax
char v6; // cl
char v7; // cl
bool v8; // zf
char v9; // dl
long long v10; // r14
char *v11; // rax
long long v12; // r12
unsigned int *v13; // r15
unsigned int v14; // r12d
char v16; // [rsp+Bh] [rbp-... | my_fdopen:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RCX
MOV R15,RSI
MOV R12D,EDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
TEST DL,0x1
JNZ 0x001994b6
TEST DL,0x2
JNZ 0x001994d0
LEA RAX,[RBP + -0x34]
MOV byte ptr [RAX + -0x1],0x72
JMP 0x001994fa
LAB_001994b... |
FILE * my_fdopen(uint param_1,int8 param_2,uint param_3,ulong param_4)
{
int iVar1;
int2 *puVar2;
FILE *pFVar3;
int *piVar4;
int *piVar5;
int8 uVar6;
char cVar7;
long lVar8;
long in_FS_OFFSET;
char local_3d;
int1 local_3c [4];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
if... | |
60,723 | minja::ExpressionNode::~ExpressionNode() | monkey531[P]llama/common/./minja.hpp | ExpressionNode(const Location & location, std::shared_ptr<Expression> && e) : TemplateNode(location), expr(std::move(e)) {} | O3 | cpp | minja::ExpressionNode::~ExpressionNode():
pushq %rbx
movq %rdi, %rbx
leaq 0x8da3f(%rip), %rax # 0xef2c8
movq %rax, (%rdi)
movq 0x28(%rdi), %rdi
testq %rdi, %rdi
je 0x6189a
callq 0x2f80e
leaq 0x8d747(%rip), %rax # 0xeefe8
movq %rax, (%rbx)
movq 0x10(%rbx), %rdi
testq %rdi, %rdi
je 0x618b3
popq %rbx
jmp 0x2f80e
p... | _ZN5minja14ExpressionNodeD2Ev:
push rbx
mov rbx, rdi
lea rax, off_EF2C8
mov [rdi], rax
mov rdi, [rdi+28h]
test rdi, rdi
jz short loc_6189A
call _ZNSt16_Sp_counted_baseILN9__gnu_cxx12_Lock_policyE2EE10_M_releaseEv; std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release(void)
loc_6189... | void minja::ExpressionNode::~ExpressionNode(minja::ExpressionNode *this)
{
volatile signed __int32 *v2; // rdi
volatile signed __int32 *v3; // rdi
*(_QWORD *)this = &off_EF2C8;
v2 = (volatile signed __int32 *)*((_QWORD *)this + 5);
if ( v2 )
std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release(... | ~ExpressionNode:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x1ef2c8]
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x28]
TEST RDI,RDI
JZ 0x0016189a
CALL 0x0012f80e
LAB_0016189a:
LEA RAX,[0x1eefe8]
MOV qword ptr [RBX],RAX
MOV RDI,qword ptr [RBX + 0x10]
TEST RDI,RDI
JZ 0x001618b3
POP RBX
JMP 0x0012f80e
LAB_001618b3:
POP RBX
RET
|
/* minja::ExpressionNode::~ExpressionNode() */
void __thiscall minja::ExpressionNode::~ExpressionNode(ExpressionNode *this)
{
*(int ***)this = &PTR_do_render_001ef2c8;
if (*(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> **)(this + 0x28) !=
(_Sp_counted_base<(__gnu_cxx::_Lock_policy)2> *)0x0) {
std::_Sp_... | |
60,724 | my_b_seq_read | eloqsql/mysys/mf_iocache.c | static int _my_b_seq_read(IO_CACHE *info, uchar *Buffer, size_t Count)
{
size_t length, diff_length, save_count, max_length;
my_off_t pos_in_file;
save_count=Count;
lock_append_buffer(info);
/* pos_in_file always point on where info->buffer was read */
if ((pos_in_file=info->pos_in_file +
(size_t) ... | O3 | c | my_b_seq_read:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdx, %r12
movq %rsi, -0x40(%rbp)
movq %rdi, %r14
leaq 0x50(%rdi), %r15
cmpq $0x0, 0x90(%rdi)
jne 0x964cf
movq %r15, %rdi
callq 0x29220
movq 0x18(%r14), %r13
subq 0x20(%r14), %r13
addq (%r14), %r13
cmp... | _my_b_seq_read:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov r12, rdx
mov [rbp+var_40], rsi
mov r14, rdi
lea r15, [rdi+50h]
cmp qword ptr [rdi+90h], 0
jnz loc_964CF
mov rdi, r15
call _pthread_mutex_lock
loc_961C8:
mov r1... | _BOOL8 my_b_seq_read(long long a1, unsigned long long a2, unsigned long long a3)
{
long long v4; // r15
unsigned long long v5; // r13
unsigned int v6; // ebx
long long v7; // rax
unsigned long long v8; // rsi
long long v9; // rax
unsigned long long v10; // rdx
unsigned long long v11; // rax
unsigned ... | _my_b_seq_read:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R12,RDX
MOV qword ptr [RBP + -0x40],RSI
MOV R14,RDI
LEA R15,[RDI + 0x50]
CMP qword ptr [RDI + 0x90],0x0
JNZ 0x001964cf
MOV RDI,R15
CALL 0x00129220
LAB_001961c8:
MOV R13,qword ptr [R14 + 0x18]
SUB R13,qword ptr [R14 + 0x20... |
bool _my_b_seq_read(ulong *param_1,void *param_2,ulong param_3)
{
int4 uVar1;
void *pvVar2;
pthread_mutex_t *__mutex;
long lVar3;
long lVar4;
ulong __n;
long lVar5;
ulong uVar6;
long lVar7;
uint uVar8;
ulong uVar9;
ulong uVar10;
int1 local_b0 [72];
long local_68;
long local_60;
ulong l... | |
60,725 | my_strnxfrm_8bit_nopad_bin | eloqsql/strings/ctype-bin.c | static size_t
my_strnxfrm_8bit_nopad_bin(CHARSET_INFO *cs,
uchar * dst, size_t dstlen, uint nweights,
const uchar *src, size_t srclen, uint flags)
{
set_if_smaller(srclen, dstlen);
set_if_smaller(srclen, nweights);
if (dst != src)
memcpy(dst, src, srclen);... | O0 | c | my_strnxfrm_8bit_nopad_bin:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movl 0x10(%rbp), %eax
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movl %ecx, -0x1c(%rbp)
movq %r8, -0x28(%rbp)
movq %r9, -0x30(%rbp)
movq -0x30(%rbp), %rax
cmpq -0x18(%rbp), %rax
jbe 0x6de94
movq -0x18(%rbp), %rax
movq %rax,... | my_strnxfrm_8bit_nopad_bin:
push rbp
mov rbp, rsp
sub rsp, 40h
mov eax, [rbp+arg_0]
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov [rbp+var_1C], ecx
mov [rbp+var_28], r8
mov [rbp+var_30], r9
mov rax, [rbp+var_30]
cmp rax, [rbp+var_18]
jbe short lo... | long long my_strnxfrm_8bit_nopad_bin(
int a1,
long long a2,
unsigned long long a3,
unsigned int a4,
long long a5,
unsigned long long a6,
int a7)
{
unsigned long long v8; // [rsp+10h] [rbp-30h]
int v10; // [rsp+28h] [rbp-18h]
v10 = a3;
v8 = a6;
if ( a6 ... | my_strnxfrm_8bit_nopad_bin:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV EAX,dword ptr [RBP + 0x10]
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV dword ptr [RBP + -0x1c],ECX
MOV qword ptr [RBP + -0x28],R8
MOV qword ptr [RBP + -0x30],R9
MOV RAX,qword ptr [RBP + -0x30]
CMP RA... |
void my_strnxfrm_8bit_nopad_bin
(int8 param_1,void *param_2,ulong param_3,uint param_4,void *param_5,
ulong param_6,int4 param_7)
{
int8 local_38;
local_38 = param_6;
if (param_3 < param_6) {
local_38 = param_3;
}
if (param_4 < local_38) {
local_38 = (ulong)param_4;
... | |
60,726 | POINTonE2_Deserialize_Z | corpus-core[P]colibri-stateless/build_O0/_deps/blst-src/src/e2.c | static BLST_ERROR POINTonE2_Deserialize_Z(POINTonE2_affine *out,
const unsigned char in[192])
{
unsigned char in0 = in[0];
if ((in0 & 0xe0) == 0)
return POINTonE2_Deserialize_BE(out, in);
if (in0 & 0x80) /* compressed bit */
return POIN... | O0 | c | POINTonE2_Deserialize_Z:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x18(%rbp), %rax
movb (%rax), %al
movb %al, -0x19(%rbp)
movzbl -0x19(%rbp), %eax
andl $0xe0, %eax
cmpl $0x0, %eax
jne 0xac34c
movq -0x10(%rbp), %rdi
movq -0x18(%rbp), %rsi
callq 0xbb9e0
movl %eax, -0... | POINTonE2_Deserialize_Z:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_18]
mov al, [rax]
mov [rbp+var_19], al
movzx eax, [rbp+var_19]
and eax, 0E0h
cmp eax, 0
jnz short loc_AC34C
mov rdi, [rbp+var_10]
mov rsi, [rbp+v... | long long POINTonE2_Deserialize_Z(long long a1, char *a2)
{
long long is_zero; // [rsp+8h] [rbp-28h]
char v4; // [rsp+17h] [rbp-19h]
v4 = *a2;
if ( (*a2 & 0xE0) != 0 )
{
if ( v4 < 0 )
{
return (unsigned int)POINTonE2_Uncompress_Z(a1, a2);
}
else if ( (v4 & 0x40) != 0 && (is_zero = byte... | POINTonE2_Deserialize_Z:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x18]
MOV AL,byte ptr [RAX]
MOV byte ptr [RBP + -0x19],AL
MOVZX EAX,byte ptr [RBP + -0x19]
AND EAX,0xe0
CMP EAX,0x0
JNZ 0x001ac34c
MOV RDI,qword ptr [RBP + -0x10]
MOV RSI,... |
int4 POINTonE2_Deserialize_Z(int8 param_1,byte *param_2)
{
byte bVar1;
ulong uVar2;
ulong uVar3;
int4 local_c;
bVar1 = *param_2;
if ((bVar1 & 0xe0) == 0) {
local_c = POINTonE2_Deserialize_BE(param_1,param_2);
}
else if ((bVar1 & 0x80) == 0) {
if ((bVar1 & 0x40) != 0) {
uVar2 = byte_is... | |
60,727 | google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes(std::vector<google::protobuf::FileDescriptor const*, std::allocator<google::protobuf::FileDescriptor const*>> const&, google::protobuf::compiler::objectivec::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc | bool ValidateObjCClassPrefixes(const std::vector<const FileDescriptor*>& files,
const Options& generation_options,
std::string* out_error) {
// Allow a '-' as the path for the expected prefixes to completely disable
// even the most basic of checks.
if... | O0 | cpp | google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes(std::vector<google::protobuf::FileDescriptor const*, std::allocator<google::protobuf::FileDescriptor const*>> const&, google::protobuf::compiler::objectivec::Options const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*)... | _ZN6google8protobuf8compiler10objectivec25ValidateObjCClassPrefixesERKSt6vectorIPKNS0_14FileDescriptorESaIS6_EERKNS2_7OptionsEPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
sub rsp, 0B8h
mov [rsp+0B8h+var_10], rdi
mov [rsp+0B8h+var_18], rsi
mov [rsp+0B8h+var_20], rdx
mov rdi, [rsp+0B8h+var_1... | char google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes(_QWORD *a1, long long a2, long long a3)
{
int v3; // ecx
int v4; // r8d
int v5; // r9d
long long *v6; // rax
_QWORD *v7; // rax
long long v9; // [rsp+10h] [rbp-A8h]
unsigned long long v10; // [rsp+18h] [rbp-A0h]
long long v11; // [r... | ValidateObjCClassPrefixes:
SUB RSP,0xb8
MOV qword ptr [RSP + 0xa8],RDI
MOV qword ptr [RSP + 0xa0],RSI
MOV qword ptr [RSP + 0x98],RDX
MOV RDI,qword ptr [RSP + 0xa0]
LEA RSI,[0x4a8a6c]
CALL 0x001371b0
TEST AL,0x1
JNZ 0x001887c9
JMP 0x001887d6
LAB_001887c9:
MOV byte ptr [RSP + 0xb7],0x1
JMP 0x001889ab
LAB_001887d6:
LEA RD... |
/* google::protobuf::compiler::objectivec::ValidateObjCClassPrefixes(std::vector<google::protobuf::FileDescriptor
const*, std::allocator<google::protobuf::FileDescriptor const*> > const&,
google::protobuf::compiler::objectivec::Options const&, std::__cxx11::string*) */
ulong google::protobuf::compiler::objectiv... | |
60,728 | minja::ForNode::ForNode(minja::Location const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>>&&, std::shared_ptr<minja::Expression>&&, std::shared_ptr<minja::Expression>&&, std::... | llama.cpp/common/minja/minja.hpp | ForNode(const Location & loc, std::vector<std::string> && var_names, std::shared_ptr<Expression> && iterable,
std::shared_ptr<Expression> && condition, std::shared_ptr<TemplateNode> && body, bool recursive, std::shared_ptr<TemplateNode> && else_body)
: TemplateNode(loc), var_names(var_names), iterable... | O3 | cpp | minja::ForNode::ForNode(minja::Location const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>>&&, std::shared_ptr<minja::Expression>&&, std::shared_ptr<minja::Expression>&&, std::... | _ZN5minja7ForNodeC2ERKNS_8LocationEOSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEOSt10shared_ptrINS_10ExpressionEESH_OSE_INS_12TemplateNodeEEbSK_:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, r9
mov r15, r8
mov r12, rcx
mov rbx, rd... | long long minja::ForNode::ForNode(
long long a1,
_QWORD *a2,
_QWORD *a3,
__int128 *a4,
__int128 *a5,
__int128 *a6,
char a7,
__int128 *a8)
{
long long v11; // rax
long long result; // rax
__int128 v13; // xmm0
__int128 v14; // xmm0
__int128 v15; ... | ForNode:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,R9
MOV R15,R8
MOV R12,RCX
MOV RBX,RDI
LEA RBP,[0x271510]
ADD RBP,0x10
MOV qword ptr [RDI],RBP
MOV RAX,qword ptr [RSI]
MOV qword ptr [RDI + 0x8],RAX
MOV RAX,qword ptr [RSI + 0x8]
MOV qword ptr [RDI + 0x10],RAX
TEST RAX,RAX
JZ 0x001fdda8
MOV ... |
/* minja::ForNode::ForNode(minja::Location const&, std::vector<std::__cxx11::string,
std::allocator<std::__cxx11::string > >&&, std::shared_ptr<minja::Expression>&&,
std::shared_ptr<minja::Expression>&&, std::shared_ptr<minja::TemplateNode>&&, bool,
std::shared_ptr<minja::TemplateNode>&&) */
void __thiscall
... | |
60,729 | Dimension::get_voxel(glm::vec<3, long, (glm::qualifier)0> const&) const | untodesu[P]voxelius/game/shared/dimension.cc | voxel_id Dimension::get_voxel(const voxel_pos &vpos) const
{
auto cpos = coord::to_chunk(vpos);
auto lpos = coord::to_local(vpos);
if(auto chunk = find_chunk(cpos))
return chunk->get_voxel(lpos);
return NULL_VOXEL_ID;
} | O3 | cpp | Dimension::get_voxel(glm::vec<3, long, (glm::qualifier)0> const&) const:
pushq %rbx
subq $0x20, %rsp
movq %rdi, %rbx
movq (%rsi), %rax
movq 0x8(%rsi), %rcx
movq %rax, %rdi
shrq $0x4, %rdi
movq 0x10(%rsi), %rdx
movq %rdx, %r8
shrq $0x4, %r8
movq %rcx, %rsi
andq $-0x10, %rsi
shlq $0x1c, %rsi
movl %edi, %edi
orq %rsi, %rd... | _ZNK9Dimension9get_voxelERKN3glm3vecILi3ElLNS0_9qualifierE0EEE:
push rbx
sub rsp, 20h
mov rbx, rdi
mov rax, [rsi]
mov rcx, [rsi+8]
mov rdi, rax
shr rdi, 4
mov rdx, [rsi+10h]
mov r8, rdx
shr r8, 4
mov rsi, rcx
and rsi, 0FFFFFFFFFFFFFFF0h
shl rsi, 1Ch
mov edi, edi
or... | long long Dimension::get_voxel(long long a1, long long *a2)
{
long long v2; // rax
long long v3; // rcx
unsigned long long v4; // rdx
int v5; // eax
long long v6; // rdi
int v8; // [rsp+8h] [rbp-20h] BYREF
__int16 v9; // [rsp+Ch] [rbp-1Ch]
unsigned long long v10; // [rsp+10h] [rbp-18h]
int v11; // [r... | get_voxel:
PUSH RBX
SUB RSP,0x20
MOV RBX,RDI
MOV RAX,qword ptr [RSI]
MOV RCX,qword ptr [RSI + 0x8]
MOV RDI,RAX
SHR RDI,0x4
MOV RDX,qword ptr [RSI + 0x10]
MOV R8,RDX
SHR R8,0x4
MOV RSI,RCX
AND RSI,-0x10
SHL RSI,0x1c
MOV EDI,EDI
OR RDI,RSI
LEA RSI,[RSP + 0x10]
MOV qword ptr [RSI],RDI
MOV dword ptr [RSI + 0x8],R8D
AND EDX... |
/* Dimension::get_voxel(glm::vec<3, long, (glm::qualifier)0> const&) const */
int8 __thiscall Dimension::get_voxel(Dimension *this,vec *param_1)
{
Chunk *this_00;
uint uVar1;
int8 uVar2;
uint local_20;
ushort local_1c;
ulong local_18;
int4 local_10;
local_18 = *(ulong *)param_1 >> 4 & 0xffffffff |... | |
60,730 | ma_rec_pos | eloqsql/storage/maria/ma_search.c | MARIA_RECORD_POS _ma_rec_pos(MARIA_SHARE *share, uchar *ptr)
{
my_off_t pos;
switch (share->rec_reflength) {
#if SIZEOF_OFF_T > 4
case 8:
pos= (my_off_t) mi_uint8korr(ptr);
if (pos == HA_OFFSET_ERROR)
return HA_OFFSET_ERROR; /* end of list */
break;
case 7:
pos= (my_off_t... | O0 | c | ma_rec_pos:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rax
movl 0x740(%rax), %eax
addl $-0x2, %eax
movl %eax, %ecx
movq %rcx, -0x28(%rbp)
subl $0x6, %eax
ja 0x95d44
movq -0x28(%rbp), %rax
leaq 0xc356d(%rip), %rcx # 0x1590d4
movslq (%rcx,%rax,4), %rax... | _ma_rec_pos:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rax, [rbp+var_10]
mov eax, [rax+740h]
add eax, 0FFFFFFFEh; switch 7 cases
mov ecx, eax
mov [rbp+var_28], rcx
sub eax, 6
ja def_95B6E; jumptable 0000000000095B6E default case
mo... | long long ma_rec_pos(long long a1, unsigned int *a2, long long a3)
{
unsigned long long v4; // [rsp+10h] [rbp-20h]
long long v5; // [rsp+28h] [rbp-8h]
switch ( *(_DWORD *)(a1 + 1856) )
{
case 2:
v4 = _byteswap_ushort(*(_WORD *)a2);
if ( v4 != 0xFFFF )
goto LABEL_24;
v5 = -1LL;
... | _ma_rec_pos:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RAX,qword ptr [RBP + -0x10]
MOV EAX,dword ptr [RAX + 0x740]
ADD EAX,-0x2
MOV ECX,EAX
MOV qword ptr [RBP + -0x28],RCX
SUB EAX,0x6
JA 0x00195d44
MOV RAX,qword ptr [RBP + -0x28]
LEA RCX,[0x2590d4]
MOVSXD RAX,... |
int8 _ma_rec_pos(long param_1,int1 *param_2)
{
int8 uVar1;
ulong local_28;
switch(*(int4 *)(param_1 + 0x740)) {
case 2:
local_28 = (ulong)CONCAT11(*param_2,param_2[1]);
if (local_28 == 0xffff) {
return 0xffffffffffffffff;
}
break;
case 3:
local_28 = (ulong)CONCAT12(*param_2,CONC... | |
60,731 | ok1 | eloqsql/unittest/mytap/tap.c | void
ok1(int const pass)
{
va_list ap;
memset(&ap, 0, sizeof(ap));
if (!pass && *g_test.todo == '\0')
++g_test.failed;
vemit_tap(pass, NULL, ap);
if (*g_test.todo != '\0')
emit_dir("todo", g_test.todo);
emit_endl();
} | O0 | c | ok1:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movl %edi, -0x4(%rbp)
leaq -0x20(%rbp), %rdi
xorl %esi, %esi
movl $0x18, %edx
callq 0x2a2a0
cmpl $0x0, -0x4(%rbp)
jne 0xd9e6c
movsbl 0xba0484(%rip), %eax # 0xc7a2dc
cmpl $0x0, %eax
jne 0xd9e6c
movl 0xba0475(%rip), %eax # 0xc7a2d8
addl $0x1, %eax
movl %eax, 0xba046c... | ok1:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_4], edi
lea rdi, [rbp+var_20]
xor esi, esi
mov edx, 18h
call _memset
cmp [rbp+var_4], 0
jnz short loc_D9E6C
movsx eax, cs:byte_C7A2DC
cmp eax, 0
jnz short loc_D9E6C
mov eax, cs:dword_C7A2D8
add eax, 1
mov cs... | long long ok1(int a1)
{
_BYTE v2[28]; // [rsp+0h] [rbp-20h] BYREF
int v3; // [rsp+1Ch] [rbp-4h]
v3 = a1;
memset(v2, 0LL, 24LL);
if ( !v3 && !byte_C7A2DC )
++dword_C7A2D8;
vemit_tap(v3, 0LL, (long long)v2);
if ( byte_C7A2DC )
emit_dir("todo", (const char *)&g_test + 12);
return emit_endl();
}
| ok1:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV dword ptr [RBP + -0x4],EDI
LEA RDI,[RBP + -0x20]
XOR ESI,ESI
MOV EDX,0x18
CALL 0x0012a2a0
CMP dword ptr [RBP + -0x4],0x0
JNZ 0x001d9e6c
MOVSX EAX,byte ptr [0x00d7a2dc]
CMP EAX,0x0
JNZ 0x001d9e6c
MOV EAX,dword ptr [0x00d7a2d8]
ADD EAX,0x1
MOV dword ptr [0x00d7a2d8],EAX
LAB_001d... |
void ok1(int param_1)
{
int1 local_28 [28];
int local_c;
local_c = param_1;
memset(local_28,0,0x18);
if ((local_c == 0) && (DAT_00d7a2dc == '\0')) {
DAT_00d7a2d8 = DAT_00d7a2d8 + 1;
}
vemit_tap(local_c,0,local_28);
if (DAT_00d7a2dc != '\0') {
emit_dir(&DAT_00253bc9,&DAT_00d7a2dc);
}
emi... | |
60,732 | hi0bits | eloqsql/libmariadb/libmariadb/ma_dtoa.c | static int hi0bits(register ULong x)
{
register int k= 0;
if (!(x & 0xffff0000))
{
k= 16;
x<<= 16;
}
if (!(x & 0xff000000))
{
k+= 8;
x<<= 8;
}
if (!(x & 0xf0000000))
{
k+= 4;
x<<= 4;
}
if (!(x & 0xc0000000))
{
k+= 2;
x<<= 2;
}
if (!(x & 0x80000000))
{
k... | O3 | c | hi0bits:
pushq %rbp
movq %rsp, %rbp
movl %edi, %eax
shll $0x10, %eax
xorl %ecx, %ecx
cmpl $0x10000, %edi # imm = 0x10000
setb %cl
cmovael %edi, %eax
shll $0x4, %ecx
movl %eax, %edx
shll $0x8, %edx
cmpl $0x1000000, %eax # imm = 0x1000000
cmovael %eax, %edx
leal 0x8(%rcx), %eax
cmovael %ecx, %eax
movl %ed... | hi0bits:
push rbp
mov rbp, rsp
mov eax, edi
shl eax, 10h
xor ecx, ecx
cmp edi, 10000h
setb cl
cmovnb eax, edi
shl ecx, 4
mov edx, eax
shl edx, 8
cmp eax, 1000000h
cmovnb edx, eax
lea eax, [rcx+8]
cmovnb eax, ecx
mov ecx, edx
shl ecx, 4
cmp edx, 10000000h
cmov... | long long hi0bits(unsigned int a1)
{
unsigned int v1; // eax
unsigned int v2; // edx
bool v3; // cf
int v4; // eax
unsigned int v5; // ecx
bool v6; // cf
int v7; // edx
int v8; // esi
bool v9; // cf
unsigned int v10; // ecx
long long result; // rax
v1 = a1 << 16;
if ( a1 >= 0x10000 )
v1 ... | hi0bits:
PUSH RBP
MOV RBP,RSP
MOV EAX,EDI
SHL EAX,0x10
XOR ECX,ECX
CMP EDI,0x10000
SETC CL
CMOVNC EAX,EDI
SHL ECX,0x4
MOV EDX,EAX
SHL EDX,0x8
CMP EAX,0x1000000
CMOVNC EDX,EAX
LEA EAX,[RCX + 0x8]
CMOVNC EAX,ECX
MOV ECX,EDX
SHL ECX,0x4
CMP EDX,0x10000000
CMOVNC ECX,EDX
LEA EDX,[RAX + 0x4]
CMOVNC EDX,EAX
LEA ESI,[RCX*0x4]... |
int hi0bits(uint param_1)
{
uint uVar1;
uint uVar2;
int iVar3;
int iVar4;
uVar2 = param_1 << 0x10;
if (param_1 >= 0x10000) {
uVar2 = param_1;
}
iVar4 = (uint)(param_1 < 0x10000) * 0x10;
uVar1 = uVar2 << 8;
if (0xffffff < uVar2) {
uVar1 = uVar2;
}
iVar3 = iVar4 + 8;
if (0xffffff < ... | |
60,733 | gguf_writer::pad(unsigned long) const | Yangxiaoz[P]GGML-Tutorial/ggml/src/gguf.cpp | void pad(const size_t alignment) const {
while (buf.size() % alignment != 0) {
const int8_t zero = 0;
write(zero);
}
} | O3 | cpp | gguf_writer::pad(unsigned long) const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq (%rdi), %rcx
movq 0x8(%rcx), %rax
subq (%rcx), %rax
xorl %edx, %edx
divq %rsi
testq %rdx, %rdx
je 0x429d8
movq %rsi, %rbx
movq %rdi, %r14
leaq 0xf(%rsp), %r15
movb $0x0, 0xf(%rsp)
movq %r14, %rdi
movq %r15, %rsi
callq 0x16a00
... | _ZNK11gguf_writer3padEm:
push r15
push r14
push rbx
sub rsp, 10h
mov rcx, [rdi]
mov rax, [rcx+8]
sub rax, [rcx]
xor edx, edx
div rsi
test rdx, rdx
jz short loc_429D8
mov rbx, rsi
mov r14, rdi
lea r15, [rsp+28h+var_19]
loc_429B4:
mov [rsp+28h+var_19], 0
mov rd... | unsigned long long gguf_writer::pad(gguf_writer *this, unsigned long long a2)
{
unsigned long long result; // rax
_BYTE v3[25]; // [rsp+Fh] [rbp-19h] BYREF
for ( result = (*(_QWORD *)(*(_QWORD *)this + 8LL) - **(_QWORD **)this) / a2;
(*(_QWORD *)(*(_QWORD *)this + 8LL) - **(_QWORD **)this) % a2;
... | pad:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV RCX,qword ptr [RDI]
MOV RAX,qword ptr [RCX + 0x8]
SUB RAX,qword ptr [RCX]
XOR EDX,EDX
DIV RSI
TEST RDX,RDX
JZ 0x001429d8
MOV RBX,RSI
MOV R14,RDI
LEA R15,[RSP + 0xf]
LAB_001429b4:
MOV byte ptr [RSP + 0xf],0x0
MOV RDI,R14
MOV RSI,R15
CALL 0x00116a00
MOV RCX,qword ptr [R14]... |
/* gguf_writer::pad(unsigned long) const */
ulong __thiscall gguf_writer::pad(gguf_writer *this,ulong param_1)
{
ulong uVar1;
signed local_19;
uVar1 = (*(long **)this)[1] - **(long **)this;
if (uVar1 % param_1 != 0) {
do {
local_19 = (signed)0x0;
write<signed_char>(this,&local_19);
u... | |
60,734 | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_digit_gen(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp) | monkey531[P]llama/common/json.hpp | inline void grisu2_digit_gen(char* buffer, int& length, int& decimal_exponent,
diyfp M_minus, diyfp w, diyfp M_plus)
{
static_assert(kAlpha >= -60, "internal error");
static_assert(kGamma <= -32, "internal error");
// Generates the digits (and the exponent) of a decimal floatin... | O0 | cpp | nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_digit_gen(char*, int&, int&, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp, nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp):
subq $0xf8, %rsp
leaq 0x110(%rsp), %rax
movq %rax, 0x8(%rsp)
leaq 0x100(%r... | _ZN8nlohmann16json_abi_v3_11_36detail9dtoa_impl16grisu2_digit_genEPcRiS4_NS2_5diyfpES5_S5_:
sub rsp, 0F8h
lea rax, [rsp+0F8h+arg_10]
mov [rsp+0F8h+var_F0], rax
lea r9, [rsp+0F8h+arg_0]
mov [rsp+0F8h+var_E8], r9
mov [rsp+0F8h+var_10], rcx
mov [rsp+0F8h+var_8], r8d
mov [rsp+0F8h+var_18], r... | long long nlohmann::json_abi_v3_11_3::detail::dtoa_impl::grisu2_digit_gen(
nlohmann::json_abi_v3_11_3::detail::dtoa_impl *a1,
_DWORD *a2,
const nlohmann::json_abi_v3_11_3::detail::dtoa_impl::diyfp *a3,
long long a4,
int a5,
long long a6,
char a7,
long lon... | __normal_iterator:
MOV qword ptr [RSP + -0x8],RDI
MOV qword ptr [RSP + -0x10],RSI
MOV RAX,qword ptr [RSP + -0x8]
MOV RCX,qword ptr [RSP + -0x10]
MOV RCX,qword ptr [RCX]
MOV qword ptr [RAX],RCX
RET
|
/* __gnu_cxx::__normal_iterator<llama_logit_bias const*, std::vector<llama_logit_bias,
std::allocator<llama_logit_bias> > >::__normal_iterator(llama_logit_bias const* const&) */
void __thiscall
__gnu_cxx::
__normal_iterator<llama_logit_bias_const*,std::vector<llama_logit_bias,std::allocator<llama_logit_bias>>>
::_... | |
60,735 | mysql_find_charset_nr | eloqsql/libmariadb/libmariadb/ma_charset.c | const MARIADB_CHARSET_INFO * mysql_find_charset_nr(unsigned int charsetnr)
{
const MARIADB_CHARSET_INFO * c = mariadb_compiled_charsets;
if (my_collation_id_is_uca1400(charsetnr))
charsetnr= my_uca1400_collation_id_uca400_compat(charsetnr);
do {
if (c->nr == charsetnr) {
return(c);
}
++c;
... | O3 | c | mysql_find_charset_nr:
pushq %rbp
movq %rsp, %rbp
movl %edi, %eax
andl $0xfffff800, %eax # imm = 0xFFFFF800
cmpl $0x800, %eax # imm = 0x800
jne 0x2ffaf
movl %edi, %eax
andl $0xf8, %eax
leaq 0x16696(%rip), %rcx # 0x46600
cmpq $0x0, 0x8(%rcx,%rax,4)
je 0x2ffaf
movl %edi, %edx
shrl $0x8, %edx
andl $0x... | mysql_find_charset_nr:
push rbp
mov rbp, rsp
mov eax, edi
and eax, 0FFFFF800h
cmp eax, 800h
jnz short def_2FF91; jumptable 000000000002FF91 default case
mov eax, edi
and eax, 0F8h
lea rcx, my_uca1400_collation_definitions
cmp qword ptr [rcx+rax*4+8], 0
jz short def_2FF91; jum... | _DWORD * mysql_find_charset_nr(unsigned int a1)
{
long long v1; // rax
unsigned __int16 *v2; // rax
_DWORD *result; // rax
int v4; // ecx
if ( (a1 & 0xFFFFF800) == 0x800 )
{
v1 = (unsigned __int8)a1 & 0xF8;
if ( *(_UNKNOWN **)((char *)&my_uca1400_collation_definitions + 4 * v1 + 8) )
{
v2... | mysql_find_charset_nr:
PUSH RBP
MOV RBP,RSP
MOV EAX,EDI
AND EAX,0xfffff800
CMP EAX,0x800
JNZ 0x0012ffaf
MOV EAX,EDI
AND EAX,0xf8
LEA RCX,[0x146600]
CMP qword ptr [RCX + RAX*0x4 + 0x8],0x0
JZ 0x0012ffaf
MOV EDX,EDI
SHR EDX,0x8
AND EDX,0x7
CMP EDX,0x4
JA 0x0012ffaf
LEA RAX,[RCX + RAX*0x4]
LEA RCX,[0x138348]
MOVSXD RDX,dw... |
int4 * mysql_find_charset_nr(uint param_1)
{
long lVar1;
int4 *puVar2;
uint uVar3;
if ((((param_1 & 0xfffff800) == 0x800) &&
(*(long *)(my_uca1400_collation_definitions + (ulong)(param_1 & 0xf8) * 4 + 8) != 0)) &&
(uVar3 = param_1 >> 8 & 7, uVar3 < 5)) {
lVar1 = (ulong)(param_1 & 0xf8) * 4;
... | |
60,736 | nglog::LogDestination::LogToStderr() | ng-log[P]ng-log/src/logging.cc | inline void LogDestination::LogToStderr() {
// *Don't* put this stuff in a mutex lock, since SetStderrLogging &
// SetLogDestination already do the locking!
SetStderrLogging(NGLOG_INFO); // thus everything is "also" logged to stderr
for (int i = 0; i < NUM_SEVERITIES; ++i) {
SetLogDestination(static_cast<L... | O0 | cpp | nglog::LogDestination::LogToStderr():
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
xorl %edi, %edi
callq 0x1e7c0
movl $0x0, -0x4(%rbp)
cmpl $0x4, -0x4(%rbp)
jge 0x1e8a6
movl -0x4(%rbp), %edi
leaq 0x33681(%rip), %rsi # 0x51f17
callq 0x1e240
movl -0x4(%rbp), %eax
addl $0x1, %eax
movl %eax, -0x4(%rbp)
jmp 0x1e886
addq ... | _ZN5nglog14LogDestination11LogToStderrEv:
push rbp
mov rbp, rsp
sub rsp, 10h
xor edi, edi
call _ZN5nglog14LogDestination16SetStderrLoggingENS_11LogSeverityE; nglog::LogDestination::SetStderrLogging(nglog::LogSeverity)
mov [rbp+var_4], 0
loc_1E886:
cmp [rbp+var_4], 4
jge short loc_1E8A6
mov... | long long nglog::LogDestination::LogToStderr(nglog::LogDestination *this)
{
long long result; // rax
signed int i; // [rsp+Ch] [rbp-4h]
result = nglog::LogDestination::SetStderrLogging(0);
for ( i = 0; i < 4; ++i )
{
nglog::LogDestination::SetLogDestination(i, "");
result = (unsigned int)(i + 1);
... | LogToStderr:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
XOR EDI,EDI
CALL 0x0011e7c0
MOV dword ptr [RBP + -0x4],0x0
LAB_0011e886:
CMP dword ptr [RBP + -0x4],0x4
JGE 0x0011e8a6
MOV EDI,dword ptr [RBP + -0x4]
LEA RSI,[0x151f17]
CALL 0x0011e240
MOV EAX,dword ptr [RBP + -0x4]
ADD EAX,0x1
MOV dword ptr [RBP + -0x4],EAX
JMP 0x0011e886... |
/* nglog::LogDestination::LogToStderr() */
void nglog::LogDestination::LogToStderr(void)
{
int local_c;
SetStderrLogging(0);
for (local_c = 0; local_c < 4; local_c = local_c + 1) {
SetLogDestination(local_c,&DAT_00151f17);
}
return;
}
| |
60,737 | testing::internal::FilePath::GetCurrentDir() | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-filepath.cc | FilePath FilePath::GetCurrentDir() {
#if defined(GTEST_OS_WINDOWS_MOBILE) || defined(GTEST_OS_WINDOWS_PHONE) || \
defined(GTEST_OS_WINDOWS_RT) || defined(GTEST_OS_ESP8266) || \
defined(GTEST_OS_ESP32) || defined(GTEST_OS_XTENSA) || \
defined(GTEST_OS_QURT) || defined(GTEST_OS_NXP_Q... | O0 | cpp | testing::internal::FilePath::GetCurrentDir():
subq $0x1088, %rsp # imm = 0x1088
movq %rdi, 0x20(%rsp)
movq %rdi, %rax
movq %rax, 0x28(%rsp)
movq %rdi, 0x1080(%rsp)
leaq 0x70(%rsp), %rdi
xorl %esi, %esi
movl $0x1001, %edx # imm = 0x1001
callq 0x15400
leaq 0x70(%rsp), %rdi
movl $0x1001, %esi ... | _ZN7testing8internal8FilePath13GetCurrentDirEv:
sub rsp, 1088h
mov [rsp+1088h+var_1068], rdi
mov rax, rdi
mov [rsp+1088h+var_1060], rax
mov [rsp+1088h+var_8], rdi
lea rdi, [rsp+1088h+var_1018]
xor esi, esi
mov edx, 1001h
call _memset
lea rdi, [rsp+1088h+var_1018]
mov esi, 1001... | testing::internal::FilePath * testing::internal::FilePath::GetCurrentDir(testing::internal::FilePath *this)
{
long long v1; // rdx
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
char *v7; // [rsp+18h] [rbp-1070h]
char v8; // [rsp+47h] [rbp-1041h] BYREF
char v9[32]; // [rsp+48h] [rbp-1040h] ... | GetCurrentDir:
SUB RSP,0x1088
MOV qword ptr [RSP + 0x20],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x28],RAX
MOV qword ptr [RSP + 0x1080],RDI
LEA RDI,[RSP + 0x70]
XOR ESI,ESI
MOV EDX,0x1001
CALL 0x00115400
LEA RDI,[RSP + 0x70]
MOV ESI,0x1001
CALL 0x001153b0
MOV qword ptr [RSP + 0x68],RAX
CMP qword ptr [RSP + 0x68],0x0
JNZ 0... |
/* testing::internal::FilePath::GetCurrentDir() */
FilePath * __thiscall testing::internal::FilePath::GetCurrentDir(FilePath *this)
{
char *local_1070;
allocator local_1041;
string local_1040 [32];
char *local_1020;
char local_1018 [4112];
FilePath *local_8;
local_8 = this;
memset(local_1018,0,0x1... | |
60,738 | sp_get_polygon_mbr | eloqsql/storage/maria/ma_sp_key.c | static int sp_get_polygon_mbr(uchar *(*wkb), uchar *end, uint n_dims,
uchar byte_order, double *mbr)
{
uint n_linear_rings;
uint n_points;
n_linear_rings = uint4korr((*wkb));
(*wkb) += 4;
for (; n_linear_rings > 0; --n_linear_rings)
{
n_points = uint4korr((*wkb));
(*... | O0 | c | sp_get_polygon_mbr:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movb %cl, %al
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movl %edx, -0x1c(%rbp)
movb %al, -0x1d(%rbp)
movq %r8, -0x28(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movl (%rax), %eax
movl %eax, -0x2c(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rcx
addq $... | sp_get_polygon_mbr:
push rbp
mov rbp, rsp
sub rsp, 30h
mov al, cl
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_1C], edx
mov [rbp+var_1D], al
mov [rbp+var_28], r8
mov rax, [rbp+var_10]
mov rax, [rax]
mov eax, [rax]
mov [rbp+var_2C], eax
mov rax, [rbp+var... | long long sp_get_polygon_mbr(_DWORD **a1, long long a2, unsigned int a3, unsigned __int8 a4, long long a5)
{
int j; // [rsp+0h] [rbp-30h]
int i; // [rsp+4h] [rbp-2Ch]
for ( i = *(*a1)++; i; --i )
{
for ( j = *(*a1)++; j; --j )
{
if ( (unsigned int)sp_add_point_to_mbr(a1, a2, a3, a4, a5) )
... | sp_get_polygon_mbr:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV AL,CL
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV dword ptr [RBP + -0x1c],EDX
MOV byte ptr [RBP + -0x1d],AL
MOV qword ptr [RBP + -0x28],R8
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RBP ... |
int4
sp_get_polygon_mbr(long *param_1,int8 param_2,int4 param_3,int1 param_4,
int8 param_5)
{
int iVar1;
int local_38;
int local_34;
local_34 = *(int *)*param_1;
*param_1 = *param_1 + 4;
do {
if (local_34 == 0) {
return 0;
}
local_38 = *(int *)*param_1;
*param_1 ... | |
60,739 | recursive_free | eloqsql/mysys/lf_dynarray.c | static void recursive_free(void **alloc, int level)
{
if (!alloc)
return;
if (level)
{
int i;
for (i= 0; i < LF_DYNARRAY_LEVEL_LENGTH; i++)
recursive_free(alloc[i], level-1);
my_free(alloc);
}
else
my_free(alloc[-1]);
} | O0 | c | recursive_free:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
cmpq $0x0, -0x8(%rbp)
jne 0xc7bd8
jmp 0xc7c28
cmpl $0x0, -0xc(%rbp)
je 0xc7c1b
movl $0x0, -0x10(%rbp)
cmpl $0x100, -0x10(%rbp) # imm = 0x100
jge 0xc7c10
movq -0x8(%rbp), %rax
movslq -0x10(%rbp), %rcx
movq (%rax,%... | recursive_free:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
cmp [rbp+var_8], 0
jnz short loc_C7BD8
jmp short loc_C7C28
loc_C7BD8:
cmp [rbp+var_C], 0
jz short loc_C7C1B
mov [rbp+var_10], 0
loc_C7BE5:
cmp [rbp+var_10], 100h
jge short loc... | long long recursive_free(long long a1, int a2)
{
long long result; // rax
int i; // [rsp+0h] [rbp-10h]
if ( a1 )
{
if ( a2 )
{
for ( i = 0; i < 256; ++i )
recursive_free(*(_QWORD *)(a1 + 8LL * i), (unsigned int)(a2 - 1));
return my_free(a1);
}
else
{
return my_fre... | recursive_free:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
CMP qword ptr [RBP + -0x8],0x0
JNZ 0x001c7bd8
JMP 0x001c7c28
LAB_001c7bd8:
CMP dword ptr [RBP + -0xc],0x0
JZ 0x001c7c1b
MOV dword ptr [RBP + -0x10],0x0
LAB_001c7be5:
CMP dword ptr [RBP + -0x10],0x100
JGE 0x00... |
void recursive_free(long param_1,int param_2)
{
int4 local_18;
if (param_1 != 0) {
if (param_2 == 0) {
my_free(*(int8 *)(param_1 + -8));
}
else {
for (local_18 = 0; local_18 < 0x100; local_18 = local_18 + 1) {
recursive_free(*(int8 *)(param_1 + (long)local_18 * 8),param_2 + -1);... | |
60,740 | my_getwd | eloqsql/mysys/my_getwd.c | int my_getwd(char * buf, size_t size, myf MyFlags)
{
char * pos;
DBUG_ENTER("my_getwd");
DBUG_PRINT("my",("buf:%p size: %u MyFlags %lu",
buf, (uint) size, MyFlags));
if (size < 1)
DBUG_RETURN(-1);
if (curr_dir[0]) /* Current pos is saved here */
(void) strmake(buf,&curr_dir[0]... | O3 | c | my_getwd:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
movl $0xffffffff, %ebx # imm = 0xFFFFFFFF
testq %rsi, %rsi
je 0x4b851
movq %rdx, %r15
movq %rsi, %rdx
movq %rdi, %r14
leaq 0x3856b0(%rip), %rax # 0x3d0ea0
cmpb $0x0, (%rax)
je 0x4b80b
decq %rdx
leaq 0x3856a1(%rip), %rsi # 0x3d0... | my_getwd:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
mov ebx, 0FFFFFFFFh
test rsi, rsi
jz short loc_4B851
mov r15, rdx
mov rdx, rsi
mov r14, rdi
lea rax, curr_dir
cmp byte ptr [rax], 0
jz short loc_4B80B
dec rdx
lea rsi, curr_dir
mov rdi... | long long my_getwd(_BYTE *a1, long long a2, char a3)
{
unsigned int v3; // ebx
_BYTE *v5; // r14
long long v6; // rdx
_BYTE *v7; // rsi
long long v8; // rax
unsigned int *v9; // r14
unsigned int v10; // r15d
_WORD *v12; // rax
v3 = -1;
if ( a2 )
{
v5 = a1;
if ( curr_dir[0] )
{
... | my_getwd:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
MOV EBX,0xffffffff
TEST RSI,RSI
JZ 0x0014b851
MOV R15,RDX
MOV RDX,RSI
MOV R14,RDI
LEA RAX,[0x4d0ea0]
CMP byte ptr [RAX],0x0
JZ 0x0014b80b
DEC RDX
LEA RSI,[0x4d0ea0]
MOV RDI,R14
LAB_0014b802:
CALL 0x00179f68
XOR EBX,EBX
JMP 0x0014b851
LAB_0014b80b:
CMP R... |
int8 my_getwd(char *param_1,long param_2,ulong param_3)
{
int iVar1;
char *pcVar2;
int *piVar3;
int *piVar4;
int2 *puVar5;
char *pcVar6;
if (param_2 == 0) {
return 0xffffffff;
}
if (curr_dir == '\0') {
if (param_2 == 1) {
return 0xffffffff;
}
pcVar2 = getcwd(param_1,(ulong)(... | |
60,741 | void reaction::ObserverGraph::resetNode<reaction::ObserverDataNode>(std::shared_ptr<reaction::ObserverDataNode>) | reaction/include/reaction/observerNode.h | void resetNode(std::shared_ptr<NodeType> node) {
if constexpr (std::is_same_v<typename NodeType::SourceType, DataNode>) {
for (auto dep : m_dataDependents[node]) {
m_dataObservers[dep].erase(node);
}
m_dataDependents[node].clear();
} else {
... | O3 | c | void reaction::ObserverGraph::resetNode<reaction::ObserverDataNode>(std::shared_ptr<reaction::ObserverDataNode>):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rsi, %rbx
movq %rdi, %r14
callq 0x7bf4
movq 0x10(%rax), %r13
testq %r13, %r13
je 0x75f4
leaq 0x38(%r14), %r15
leaq 0x... | _ZN8reaction13ObserverGraph9resetNodeITkNS_6NodeCCENS_16ObserverDataNodeEEEvSt10shared_ptrIT_E:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov rbx, rsi
mov r14, rdi
call _ZNSt8__detail9_Map_baseISt10shared_ptrIN8reaction16ObserverDataNodeEESt4pairIKS4_St13unorder... | long long ZN8reaction13ObserverGraph9resetNodeITkNS_6NodeCCENS_16ObserverDataNodeEEEvSt10shared_ptrIT_E(
int a1,
long long a2,
int a3,
int a4,
int a5,
int a6)
{
int v6; // edx
int v7; // ecx
int v8; // r8d
int v9; // r9d
_QWORD *i; // r13
volatile signed __in... | _ZN8reaction13ObserverGraph9resetNodeITkNS_6NodeCCENS_16ObserverDataNodeEEEvSt10shared_ptrIT_E:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RSI
MOV R14,RDI
CALL 0x00107bf4
MOV R13,qword ptr [RAX + 0x10]
TEST R13,R13
JZ 0x001075f4
LEA R15,[R14 + 0x38]
LEA R12,[RSP + 0x8]
MOV RBP,qword ptr ... |
void _ZN8reaction13ObserverGraph9resetNodeITkNS_6NodeCCENS_16ObserverDataNodeEEEvSt10shared_ptrIT_E
(_Map_base<std::shared_ptr<reaction::ObserverDataNode>,std::pair<std::shared_ptr<reaction::ObserverDataNode>const,std::unordered_set<std::shared_ptr<reaction::ObserverDataNode>,std::hash<std::shared_ptr<r... | |
60,742 | int minja::Value::get<int>() const | monkey531[P]llama/common/minja.hpp | T get() const {
if (is_primitive()) return primitive_.get<T>();
throw std::runtime_error("get<T> not defined for this value type: " + dump());
} | O1 | cpp | int minja::Value::get<int>() const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %r14
cmpq $0x0, 0x10(%rdi)
jne 0x915db
cmpq $0x0, 0x20(%r14)
jne 0x915db
cmpq $0x0, 0x30(%r14)
jne 0x915db
addq $0x40, %r14
movq %rsp, %rbx
movl $0x0, (%rbx)
movq %r14, %rdi
movq %rbx, %rsi
callq 0x91694
movl (%rbx), %eax
a... | _ZNK5minja5Value3getIiEET_v:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rdi
cmp qword ptr [rdi+10h], 0
jnz short loc_915DB
cmp qword ptr [r14+20h], 0
jnz short loc_915DB
cmp qword ptr [r14+30h], 0
jnz short loc_915DB
add r14, 40h ; '@'
mov rbx, rsp
mov dword pt... | long long minja::Value::get<int>(_QWORD *a1)
{
void *exception; // rbx
_DWORD v3[4]; // [rsp+0h] [rbp-58h] BYREF
_BYTE v4[16]; // [rsp+20h] [rbp-38h] BYREF
if ( a1[2] || a1[4] || a1[6] )
{
exception = __cxa_allocate_exception(0x10uLL);
minja::Value::dump[abi:cxx11]((long long)v4, (long long)a1, 0xFF... | get<int>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RDI
CMP qword ptr [RDI + 0x10],0x0
JNZ 0x001915db
CMP qword ptr [R14 + 0x20],0x0
JNZ 0x001915db
CMP qword ptr [R14 + 0x30],0x0
JNZ 0x001915db
ADD R14,0x40
MOV RBX,RSP
MOV dword ptr [RBX],0x0
MOV RDI,R14
MOV RSI,RBX
CALL 0x00191694
MOV EAX,dword ptr [RBX]
ADD RSP... |
/* int minja::Value::get<int>() const */
int __thiscall minja::Value::get<int>(Value *this)
{
runtime_error *this_00;
int local_58 [8];
int1 local_38 [32];
if (((*(long *)(this + 0x10) == 0) && (*(long *)(this + 0x20) == 0)) &&
(*(long *)(this + 0x30) == 0)) {
local_58[0] = 0;
_ZN8nlohmann16j... | |
60,743 | int minja::Value::get<int>() const | monkey531[P]llama/common/minja.hpp | T get() const {
if (is_primitive()) return primitive_.get<T>();
throw std::runtime_error("get<T> not defined for this value type: " + dump());
} | O2 | cpp | int minja::Value::get<int>() const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, %rdi
callq 0x63b88
testb %al, %al
je 0x64601
addq $0x40, %r14
movq %rbx, %rdi
movq %r14, %rsi
callq 0x64862
movq %rbx, %rax
addq $0x40, %rsp
popq %rbx
popq %r14
popq %rbp
retq
pushq $0x10
pop... | _ZNK5minja5Value3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rsi
mov rbx, rdi
mov rdi, rsi; this
call _ZNK5minja5Value12is_primitiveEv; minja::Value::is_primitive(void)
test al, al
jz short loc_64601
add r14, 40h... | long long minja::Value::get<std::string>(long long a1, minja::Value *a2)
{
void *exception; // rbx
_BYTE v4[32]; // [rsp+0h] [rbp-58h] BYREF
_BYTE v5[56]; // [rsp+20h] [rbp-38h] BYREF
if ( !minja::Value::is_primitive(a2) )
{
exception = __cxa_allocate_exception(0x10uLL);
minja::Value::dump[abi:cxx11... | get<std::__cxx11::string>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RSI
MOV RBX,RDI
MOV RDI,RSI
CALL 0x00163b88
TEST AL,AL
JZ 0x00164601
ADD R14,0x40
MOV RDI,RBX
MOV RSI,R14
CALL 0x00164862
MOV RAX,RBX
ADD RSP,0x40
POP RBX
POP R14
POP RBP
RET
LAB_00164601:
PUSH 0x10
POP RDI
CALL 0x00124460
MOV RBX,RAX
LAB_001646... |
/* std::__cxx11::string minja::Value::get<std::__cxx11::string >() const */
void minja::Value::get<std::__cxx11::string>(void)
{
char cVar1;
runtime_error *this;
Value *in_RSI;
int1 auStack_58 [32];
string local_38 [32];
cVar1 = is_primitive(in_RSI);
if (cVar1 != '\0') {
_ZNK8nlohmann16json_abi_... | |
60,744 | int minja::Value::get<int>() const | monkey531[P]llama/common/minja.hpp | T get() const {
if (is_primitive()) return primitive_.get<T>();
throw std::runtime_error("get<T> not defined for this value type: " + dump());
} | O3 | cpp | int minja::Value::get<int>() const:
pushq %rbp
pushq %r14
pushq %rbx
subq $0x40, %rsp
movq %rdi, %r14
cmpq $0x0, 0x10(%rdi)
jne 0x9104d
cmpq $0x0, 0x20(%r14)
jne 0x9104d
cmpq $0x0, 0x30(%r14)
jne 0x9104d
addq $0x40, %r14
leaq 0x20(%rsp), %rbx
movl $0x0, (%rbx)
movq %r14, %rdi
movq %rbx, %rsi
callq 0x9111b
movl (%rbx), ... | _ZNK5minja5Value3getIiEET_v:
push rbp
push r14
push rbx
sub rsp, 40h
mov r14, rdi
cmp qword ptr [rdi+10h], 0
jnz short loc_9104D
cmp qword ptr [r14+20h], 0
jnz short loc_9104D
cmp qword ptr [r14+30h], 0
jnz short loc_9104D
add r14, 40h ; '@'
lea rbx, [rsp+58h+var_38]
mov... | long long minja::Value::get<int>(_QWORD *a1)
{
void *exception; // rbx
_BYTE v3[16]; // [rsp+0h] [rbp-58h] BYREF
_DWORD v4[4]; // [rsp+20h] [rbp-38h] BYREF
if ( a1[2] || a1[4] || a1[6] )
{
exception = __cxa_allocate_exception(0x10uLL);
minja::Value::dump[abi:cxx11]((long long)v3, (long long)a1, 0xFF... | get<int>:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x40
MOV R14,RDI
CMP qword ptr [RDI + 0x10],0x0
JNZ 0x0019104d
CMP qword ptr [R14 + 0x20],0x0
JNZ 0x0019104d
CMP qword ptr [R14 + 0x30],0x0
JNZ 0x0019104d
ADD R14,0x40
LEA RBX,[RSP + 0x20]
MOV dword ptr [RBX],0x0
MOV RDI,R14
MOV RSI,RBX
CALL 0x0019111b
MOV EAX,dword ptr [RBX... |
/* int minja::Value::get<int>() const */
int __thiscall minja::Value::get<int>(Value *this)
{
runtime_error *this_00;
int1 auStack_58 [32];
int local_38 [8];
if (((*(long *)(this + 0x10) == 0) && (*(long *)(this + 0x20) == 0)) &&
(*(long *)(this + 0x30) == 0)) {
local_38[0] = 0;
_ZN8nlohmann1... | |
60,745 | my_is_symlink | eloqsql/mysys/my_symlink.c | int my_is_symlink(const char *filename __attribute__((unused)))
{
#if defined (HAVE_LSTAT) && defined (S_ISLNK)
struct stat stat_buff;
if (lstat(filename, &stat_buff))
return 0;
MSAN_STAT_WORKAROUND(&stat_buff);
return !!S_ISLNK(stat_buff.st_mode);
#elif defined (_WIN32)
DWORD dwAttr = GetFileAttributes(f... | O3 | c | my_is_symlink:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
subq $0x98, %rsp
leaq -0x98(%rbp), %rbx
movq %rbx, %rsi
callq 0x24420
movl 0x18(%rbx), %edx
andl $0xf000, %edx # imm = 0xF000
xorl $0xa000, %edx # imm = 0xA000
xorl %ecx, %ecx
orl %eax, %edx
sete %cl
movl %ecx, %eax
addq $0x98, %rsp
popq %rbx
popq... | my_is_symlink:
push rbp
mov rbp, rsp
push rbx
sub rsp, 98h
lea rbx, [rbp+var_98]
mov rsi, rbx
call _lstat64
mov edx, [rbx+18h]
and edx, 0F000h
xor edx, 0A000h
xor ecx, ecx
or edx, eax
setz cl
mov eax, ecx
add rsp, 98h
pop rbx
pop rbp
retn
| _BOOL8 my_is_symlink(long long a1)
{
int v1; // eax
_BYTE v3[24]; // [rsp+8h] [rbp-98h] BYREF
__int16 v4; // [rsp+20h] [rbp-80h]
v1 = lstat64(a1, v3);
return (v1 | v4 & 0xF000 ^ 0xA000) == 0;
}
| my_is_symlink:
PUSH RBP
MOV RBP,RSP
PUSH RBX
SUB RSP,0x98
LEA RBX,[RBP + -0x98]
MOV RSI,RBX
CALL 0x00124420
MOV EDX,dword ptr [RBX + 0x18]
AND EDX,0xf000
XOR EDX,0xa000
XOR ECX,ECX
OR EDX,EAX
SETZ CL
MOV EAX,ECX
ADD RSP,0x98
POP RBX
POP RBP
RET
|
bool my_is_symlink(char *param_1)
{
int iVar1;
stat64 local_a0;
iVar1 = lstat64(param_1,&local_a0);
return (local_a0.st_mode & 0xf000) == 0xa000 && iVar1 == 0;
}
| |
60,746 | OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/bilinearPatchBuilder.cpp | BilinearPatchBuilder::BilinearPatchBuilder(
TopologyRefiner const& refiner, Options const& options) :
PatchBuilder(refiner, options) {
_regPatchType = patchTypeFromBasisArray[_options.regBasisType];
_irregPatchType = (_options.irregBasisType == BASIS_UNSPECIFIED)
? _regPatchTy... | O1 | cpp | OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&):
pushq %rbx
movq %rdi, %rbx
callq 0x39340
movq 0x91680(%rip), %rax # 0xdde40
addq $0x10, %rax
movq %rax, (%rbx)
movl 0x10(%rbx), %ecx
movl 0x14(... | _ZN10OpenSubdiv6v3_6_03Far20BilinearPatchBuilderC2ERKNS1_15TopologyRefinerERKNS1_12PatchBuilder7OptionsE:
push rbx; Alternative name is 'OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&)'
mov ... | long long OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(long long a1)
{
long long v1; // rax
int v2; // ecx
long long result; // rax
OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder();
*(_QWORD *)a1 = &`vtable for'OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder + 2;
v1 = *(unsigned ... | BilinearPatchBuilder:
PUSH RBX
MOV RBX,RDI
CALL 0x00139340
MOV RAX,qword ptr [0x001dde40]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
MOV ECX,dword ptr [RBX + 0x10]
MOV EAX,dword ptr [RBX + 0x14]
LEA RDX,[0x1b4290]
MOV ECX,dword ptr [RDX + RCX*0x4]
MOV dword ptr [RBX + 0x28],ECX
TEST RAX,RAX
JZ 0x0014c7e2
MOV ECX,dword ptr [R... |
/* OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner
const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&) */
void __thiscall
OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder
(BilinearPatchBuilder *this,TopologyRefiner... | |
60,747 | OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/bilinearPatchBuilder.cpp | BilinearPatchBuilder::BilinearPatchBuilder(
TopologyRefiner const& refiner, Options const& options) :
PatchBuilder(refiner, options) {
_regPatchType = patchTypeFromBasisArray[_options.regBasisType];
_irregPatchType = (_options.irregBasisType == BASIS_UNSPECIFIED)
? _regPatchTy... | O3 | cpp | OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&):
pushq %rbx
movq %rdi, %rbx
callq 0x39330
movq 0x93088(%rip), %rax # 0xe1e48
addq $0x10, %rax
movq %rax, (%rbx)
movl 0x10(%rbx), %ecx
movl 0x14(... | _ZN10OpenSubdiv6v3_6_03Far20BilinearPatchBuilderC2ERKNS1_15TopologyRefinerERKNS1_12PatchBuilder7OptionsE:
push rbx; Alternative name is 'OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&)'
mov ... | long long OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(long long a1)
{
long long v1; // rax
int v2; // ecx
long long result; // rax
OpenSubdiv::v3_6_0::Far::PatchBuilder::PatchBuilder();
*(_QWORD *)a1 = &`vtable for'OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder + 2;
v1 = *(unsigned ... | BilinearPatchBuilder:
PUSH RBX
MOV RBX,RDI
CALL 0x00139330
MOV RAX,qword ptr [0x001e1e48]
ADD RAX,0x10
MOV qword ptr [RBX],RAX
MOV ECX,dword ptr [RBX + 0x10]
MOV EAX,dword ptr [RBX + 0x14]
LEA RDX,[0x1b7340]
MOV ECX,dword ptr [RDX + RCX*0x4]
MOV dword ptr [RBX + 0x28],ECX
TEST RAX,RAX
JZ 0x0014ede2
MOV ECX,dword ptr [R... |
/* OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder(OpenSubdiv::v3_6_0::Far::TopologyRefiner
const&, OpenSubdiv::v3_6_0::Far::PatchBuilder::Options const&) */
void __thiscall
OpenSubdiv::v3_6_0::Far::BilinearPatchBuilder::BilinearPatchBuilder
(BilinearPatchBuilder *this,TopologyRefiner... | |
60,748 | OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int, OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/surfaceFactory.cpp | bool
SurfaceFactory::populateLinearSurfaces(Index faceIndex,
SurfaceSet * surfaceSetPtr) const {
SurfaceSet & surfaces = *surfaceSetPtr;
if (surfaces.HasVaryingSurface()) {
assignLinearSurface(surfaces.GetVaryingSurface(), faceIndex, 0);
}
if (_linearScheme && surfaces.HasVertexSurfac... | O0 | cpp | OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int, OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x38(%rbp)
movq -0x18(%rbp), %rax
movq %rax, ... | _ZNK10OpenSubdiv6v3_6_03Bfr14SurfaceFactory22populateLinearSurfacesEiPNS2_10SurfaceSetE:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov [rbp+var_38], rax
mov rax, [rbp+var_18]
mov [rbp+var_20], rax
mov ... | char OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory *this,
int a2,
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet *a3)
{
OpenSubdiv::v3_6_0::Bfr::internal::SurfaceData *VaryingSurface; // rax
OpenSubdiv::v3_6_0::Bfr::internal::S... | |||
60,749 | OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int, OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/surfaceFactory.cpp | bool
SurfaceFactory::populateLinearSurfaces(Index faceIndex,
SurfaceSet * surfaceSetPtr) const {
SurfaceSet & surfaces = *surfaceSetPtr;
if (surfaces.HasVaryingSurface()) {
assignLinearSurface(surfaces.GetVaryingSurface(), faceIndex, 0);
}
if (_linearScheme && surfaces.HasVertexSurfac... | O1 | cpp | OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int, OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movl %esi, %ebp
movq %rdi, %r14
movq 0x10(%rdx), %rsi
testq %rsi, %rsi
je 0x9e454
movq %r14, %rdi... | _ZNK10OpenSubdiv6v3_6_03Bfr14SurfaceFactory22populateLinearSurfacesEiPNS2_10SurfaceSetE:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov ebp, esi
mov r14, rdi
mov rsi, [rdx+10h]; OpenSubdiv::v3_6_0::Bfr::internal::SurfaceData *
test rsi, rsi
jz ... | char OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory *this,
int a2,
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet *a3)
{
long long v3; // rax
OpenSubdiv::v3_6_0::Bfr::internal::SurfaceData *v6; // rsi
OpenSubdiv::v3_6_0::Bfr::... | populateLinearSurfaces:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV EBP,ESI
MOV R14,RDI
MOV RSI,qword ptr [RDX + 0x10]
TEST RSI,RSI
JZ 0x0019e454
MOV RDI,R14
MOV EDX,EBP
XOR ECX,ECX
CALL 0x0013a600
LAB_0019e454:
TEST byte ptr [R14 + 0x28],0x1
JZ 0x0019e470
MOV RSI,qword ptr [RBX + 0x8... |
/* OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int,
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const */
int8 __thiscall
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces
(SurfaceFactory *this,int param_1,SurfaceSet *param_2)
{
int iVar1;
SurfaceData *pSVa... | |
60,750 | OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int, OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/surfaceFactory.cpp | bool
SurfaceFactory::populateLinearSurfaces(Index faceIndex,
SurfaceSet * surfaceSetPtr) const {
SurfaceSet & surfaces = *surfaceSetPtr;
if (surfaces.HasVaryingSurface()) {
assignLinearSurface(surfaces.GetVaryingSurface(), faceIndex, 0);
}
if (_linearScheme && surfaces.HasVertexSurfac... | O2 | cpp | OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int, OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %rbx
movl %esi, %ebp
movq %rdi, %r14
movq 0x10(%rdx), %rsi
testq %rsi, %rsi
je 0xa9ed2
movq %r14, %rdi... | _ZNK10OpenSubdiv6v3_6_03Bfr14SurfaceFactory22populateLinearSurfacesEiPNS2_10SurfaceSetE:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdx
mov ebp, esi
mov r14, rdi
mov rsi, [rdx+10h]; OpenSubdiv::v3_6_0::Bfr::internal::SurfaceData *
test rsi, rsi
jz ... | char OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory *this,
int a2,
long long a3)
{
long long v3; // rax
OpenSubdiv::v3_6_0::Bfr::internal::SurfaceData *v6; // rsi
char v7; // al
OpenSubdiv::v3_6_0::Bfr::internal::SurfaceData *v8;... | populateLinearSurfaces:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDX
MOV EBP,ESI
MOV R14,RDI
MOV RSI,qword ptr [RDX + 0x10]
TEST RSI,RSI
JZ 0x001a9ed2
MOV RDI,R14
MOV EDX,EBP
XOR ECX,ECX
CALL 0x00152e00
LAB_001a9ed2:
MOV AL,byte ptr [R14 + 0x28]
TEST AL,0x1
JZ 0x001a9ef3
MOV RSI,qword ptr ... |
/* OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces(int,
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::SurfaceSet*) const */
int8 __thiscall
OpenSubdiv::v3_6_0::Bfr::SurfaceFactory::populateLinearSurfaces
(SurfaceFactory *this,int param_1,SurfaceSet *param_2)
{
SurfaceFactory SVar1;
Surfac... | |
60,751 | parser_synchronize | tsotchke[P]eshkol/src/frontend/parser/parser_error.c | void parser_synchronize(Parser* parser) {
parser->panic_mode = false;
while (!parser_is_at_end(parser)) {
if (parser->previous.type == TOKEN_RPAREN) {
return;
}
switch (parser->current.type) {
case TOKEN_LPAREN:
return;
de... | O0 | c | parser_synchronize:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movb $0x0, 0x81(%rax)
movq -0x8(%rbp), %rdi
callq 0x8440
xorb $-0x1, %al
testb $0x1, %al
jne 0x87f8
jmp 0x8821
movq -0x8(%rbp), %rax
cmpl $0x2, 0x50(%rax)
jne 0x8804
jmp 0x8821
movq -0x8(%rbp), %rax
movl 0x20(%ra... | parser_synchronize:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov byte ptr [rax+81h], 0
loc_87E7:
mov rdi, [rbp+var_8]
call parser_is_at_end
xor al, 0FFh
test al, 1
jnz short loc_87F8
jmp short loc_8821
loc_87F8:
mov rax, [rbp+var_8]
cm... | char parser_synchronize(long long a1)
{
int v1; // eax
*(_BYTE *)(a1 + 129) = 0;
while ( 1 )
{
LOBYTE(v1) = ~parser_is_at_end(a1);
if ( (v1 & 1) == 0 )
break;
LOBYTE(v1) = a1;
if ( *(_DWORD *)(a1 + 80) == 2 )
break;
v1 = *(_DWORD *)(a1 + 32) - 1;
if ( *(_DWORD *)(a1 + 32) =... | parser_synchronize:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV byte ptr [RAX + 0x81],0x0
LAB_001087e7:
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x00108440
XOR AL,0xff
TEST AL,0x1
JNZ 0x001087f8
JMP 0x00108821
LAB_001087f8:
MOV RAX,qword ptr [RBP + -0x8]
CMP dword ptr ... |
void parser_synchronize(long param_1)
{
byte bVar1;
*(int1 *)(param_1 + 0x81) = 0;
while (((bVar1 = parser_is_at_end(param_1), ((bVar1 ^ 0xff) & 1) != 0 &&
(*(int *)(param_1 + 0x50) != 2)) && (*(int *)(param_1 + 0x20) != 1))) {
parser_advance(param_1);
}
return;
}
| |
60,752 | 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 | std::string get_token_string() const
{
// escape control characters
std::string result;
for (const auto c : token_string)
{
if (static_cast<unsigned char>(c) <= '\x1F')
{
// escape control characters
std::array<char, 9> cs{{}};
... | O1 | 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... | _ZNK8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE16get_token_stringEv:
push rbp
push r15
push r14
push r... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | get_token_string:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
LEA R12,[RDI + 0x10]
MOV qword ptr [RDI],R12
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV R13,qword ptr [RSI + 0x38]
MOV RBP,qword ptr [RSI + 0x40]
CMP R13,RBP
JZ 0x0015f3d7
LEA R14,[0x1f441b]
LEA R15,[RS... |
/* 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... | |
60,753 | psi_rwlock_wrlock | eloqsql/mysys/my_thr_init.c | ATTRIBUTE_COLD
int psi_rwlock_wrlock(mysql_rwlock_t *that, const char *file, uint line)
{
PSI_rwlock_locker_state state;
PSI_rwlock_locker *locker= PSI_RWLOCK_CALL(start_rwlock_wrwait)
(&state, that->m_psi, PSI_RWLOCK_WRITELOCK, file, line);
int result= rw_wrlock(&that->m_rwlock);
if (locker)
PSI_RWLOCK... | O0 | c | psi_rwlock_wrlock:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movl %edx, -0x14(%rbp)
leaq 0x1b9596(%rip), %rax # 0x214310
movq (%rax), %rax
movq 0x1b0(%rax), %rax
movq -0x8(%rbp), %rcx
movq 0x90(%rcx), %rsi
movq -0x10(%rbp), %rcx
movl -0x14(%rbp), %r8d
leaq -0x48(%rbp), ... | psi_rwlock_wrlock:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_14], edx
lea rax, PSI_server
mov rax, [rax]
mov rax, [rax+1B0h]
mov rcx, [rbp+var_8]
mov rsi, [rcx+90h]
mov rcx, [rbp+var_10]
mov r8d, [rbp+var_14]
lea rdi... | long long psi_rwlock_wrlock(long long a1, long long a2, unsigned int a3)
{
unsigned int v4; // [rsp+Ch] [rbp-54h]
long long v5; // [rsp+10h] [rbp-50h]
_BYTE v6[52]; // [rsp+18h] [rbp-48h] BYREF
unsigned int v7; // [rsp+4Ch] [rbp-14h]
long long v8; // [rsp+50h] [rbp-10h]
long long v9; // [rsp+58h] [rbp-8h]
... | psi_rwlock_wrlock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV dword ptr [RBP + -0x14],EDX
LEA RAX,[0x314310]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x1b0]
MOV RCX,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RCX + 0x90]
MOV RCX,qword ptr [RBP + -0x10]
MOV... |
int4 psi_rwlock_wrlock(long param_1,int8 param_2,int4 param_3)
{
int4 uVar1;
long lVar2;
int1 local_50 [52];
int4 local_1c;
int8 local_18;
long local_10;
local_1c = param_3;
local_18 = param_2;
local_10 = param_1;
lVar2 = (**(code **)(PSI_server + 0x1b0))
(local_50,*(int8 *)... | |
60,754 | long httplib::Stream::write_format<int, char const*>(char const*, int const&, char const* const&) | nickolajgrishuk[P]metricz-cpp/build_O2/_deps/httplib-src/httplib.h | inline ssize_t Stream::write_format(const char *fmt, const Args &...args) {
const auto bufsiz = 2048;
std::array<char, bufsiz> buf{};
auto sn = snprintf(buf.data(), buf.size() - 1, fmt, args...);
if (sn <= 0) { return sn; }
auto n = static_cast<size_t>(sn);
if (n >= buf.size() - 1) {
std::vector<char... | O2 | c | long httplib::Stream::write_format<int, char const*>(char const*, int const&, char const* const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x828, %rsp # imm = 0x828
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
leaq 0x28(%rsp), %r13
movl $0x800, %edx ... | _ZN7httplib6Stream12write_formatIJPKcS3_EEElS3_DpRKT_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 828h
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
lea r13, [rsp+858h+var_830]
mov edx, 800h
mov rdi, r13
xor esi, esi
call _memset
mov ... | long long httplib::Stream::write_format<char const*,char const*>(
long long a1,
long long a2,
_QWORD *a3,
_QWORD *a4)
{
int v6; // eax
unsigned long long v7; // rbp
long long v8; // rbx
char v10; // [rsp+Fh] [rbp-849h] BYREF
unsigned long long v11; // [rsp+10h] [rbp-848h] BYRE... | write_format<char_const*,char_const*>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x828
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
LEA R13,[RSP + 0x28]
MOV EDX,0x800
MOV RDI,R13
XOR ESI,ESI
CALL 0x00108300
MOV RCX,qword ptr [R15]
MOV R8,qword ptr [R14]
MOV ESI,0x7ff
MOV RDI,R13
MOV RDX,R12
XOR E... |
/* long httplib::Stream::write_format<char const*, char const*>(char const*, char const* const&,
char const* const&) */
long __thiscall
httplib::Stream::write_format<char_const*,char_const*>
(Stream *this,char *param_1,char **param_2,char **param_3)
{
uint uVar1;
int iVar2;
long lVar3;
ulong uVa... | |
60,755 | Json::FastWriter::writeValue(Json::Value const&) | aimrt_mujoco_sim/_deps/jsoncpp-src/src/lib_json/json_writer.cpp | void FastWriter::writeValue(const Value& value) {
switch (value.type()) {
case nullValue:
if (!dropNullPlaceholders_)
document_ += "null";
break;
case intValue:
document_ += valueToString(value.asLargestInt());
break;
case uintValue:
document_ += valueToString(value.asLargestUInt());
... | O3 | cpp | Json::FastWriter::writeValue(Json::Value const&):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movq %rsi, %r14
movq %rdi, %rbx
movq %rsi, %rdi
callq 0x76e0e
cmpl $0x7, %eax
ja 0x7c45e
movl %eax, %eax
leaq 0xd5b4(%rip), %rcx # 0x89810
movslq (%rcx,%rax,4), %rax
addq %rcx, %rax
... | _ZN4Json10FastWriter10writeValueERKNS_5ValueE:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r14, rsi
mov rbx, rdi
mov rdi, rsi; this
call _ZNK4Json5Value4typeEv; Json::Value::type(void)
cmp eax, 7; switch 8 cases
ja def_7C263; jumptable 00000000000... | void Json::FastWriter::writeValue(Json::FastWriter *this, const Json::Value *a2)
{
unsigned long long v3; // rax
double v4; // xmm0_8
char *j; // r12
char *v6; // rsi
const Json::Value *v7; // rax
long long v8; // rax
void *v9; // rdi
unsigned __int8 v10; // al
const char *v11; // rsi
int v12; // e... | writeValue:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R14,RSI
MOV RBX,RDI
MOV RDI,RSI
CALL 0x00176e0e
CMP EAX,0x7
JA 0x0017c45e
MOV EAX,EAX
LEA RCX,[0x189810]
MOVSXD RAX,dword ptr [RCX + RAX*0x4]
ADD RAX,RCX
switchD:
JMP RAX
caseD_0:
CMP byte ptr [RBX + 0x29],0x0
JNZ 0x0017c45e
ADD RBX,0x8
... |
/* Json::FastWriter::writeValue(Json::Value const&) */
void __thiscall Json::FastWriter::writeValue(FastWriter *this,Value *param_1)
{
string *psVar1;
char cVar2;
byte bVar3;
int4 uVar4;
uint uVar5;
ulong uVar6;
Value *pVVar7;
long lVar8;
char *pcVar9;
uint uVar10;
string *psVar11;
char *loca... | |
60,756 | google::protobuf::compiler::php::(anonymous namespace)::EscapePhpdoc(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/php/php_generator.cc | static std::string EscapePhpdoc(const std::string& input) {
std::string result;
result.reserve(input.size() * 2);
char prev = '*';
for (std::string::size_type i = 0; i < input.size(); i++) {
char c = input[i];
switch (c) {
case '*':
// Avoid "/*".
if (prev == '/') {
res... | O0 | cpp | google::protobuf::compiler::php::(anonymous namespace)::EscapePhpdoc(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
subq $0x58, %rsp
movq %rdi, 0x18(%rsp)
movq %rdi, %rax
movq %rax, 0x10(%rsp)
movq %rdi, 0x50(%rsp)
movq %rsi, 0x48(%rsp)
movb $0x0, 0x47(%rsp)
callq 0x21390
movq 0... | _ZN6google8protobuf8compiler3php12_GLOBAL__N_112EscapePhpdocERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
sub rsp, 58h
mov [rsp+58h+var_40], rdi
mov rax, rdi
mov [rsp+58h+var_48], rax
mov [rsp+58h+var_8], rdi
mov [rsp+58h+var_10], rsi
mov [rsp+58h+var_11], 0
call __ZNSt7__cxx11... | long long google::protobuf::compiler::php::`anonymous namespace'::EscapePhpdoc(long long a1, long long a2)
{
long long v2; // rax
char v4; // [rsp+27h] [rbp-31h]
unsigned long long i; // [rsp+28h] [rbp-30h]
char v6; // [rsp+33h] [rbp-25h]
std::string::basic_string(a1);
v2 = std::string::size(a2);
std::s... | EscapePhpdoc:
SUB RSP,0x58
MOV qword ptr [RSP + 0x18],RDI
MOV RAX,RDI
MOV qword ptr [RSP + 0x10],RAX
MOV qword ptr [RSP + 0x50],RDI
MOV qword ptr [RSP + 0x48],RSI
MOV byte ptr [RSP + 0x47],0x0
CALL 0x00121390
MOV RDI,qword ptr [RSP + 0x48]
CALL 0x00121300
MOV RDI,qword ptr [RSP + 0x18]
MOV RSI,RAX
ADD RSI,RSI
LAB_0019a... |
/* WARNING: Removing unreachable block (ram,0x0019a8da) */
/* google::protobuf::compiler::php::(anonymous namespace)::EscapePhpdoc(std::__cxx11::string const&)
*/
_anonymous_namespace_ * __thiscall
google::protobuf::compiler::php::(anonymous_namespace)::EscapePhpdoc
(_anonymous_namespace_ *this,string *... | |
60,757 | lshift | eloqsql/strings/dtoa.c | static Bigint *lshift(Bigint *b, int k, Stack_alloc *alloc)
{
int i, k1, n, n1;
Bigint *b1;
ULong *x, *x1, *xe, z;
n= k >> 5;
k1= b->k;
n1= n + b->wds + 1;
for (i= b->maxwds; n1 > i; i<<= 1)
k1++;
b1= Balloc(k1, alloc);
x1= b1->p.x;
for (i= 0; i < n; i++)
*x1++= 0;
x= b->p.x;
xe= x + b-... | O0 | c | lshift:
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movl -0xc(%rbp), %eax
sarl $0x5, %eax
movl %eax, -0x24(%rbp)
movq -0x8(%rbp), %rax
movl 0x8(%rax), %eax
movl %eax, -0x20(%rbp)
movl -0x24(%rbp), %eax
movq -0x8(%rbp), %rcx
addl 0x14(%rcx), %eax
addl $0... | lshift:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov eax, [rbp+var_C]
sar eax, 5
mov [rbp+var_24], eax
mov rax, [rbp+var_8]
mov eax, [rax+8]
mov [rbp+var_20], eax
mov eax, [rbp+var_24]
mov rcx, [rbp+var_8]
a... | long long lshift(unsigned long long a1, int a2, unsigned long long *a3)
{
int *v3; // rax
int *v4; // rax
int *v5; // rax
int *v6; // rax
int v7; // ecx
int *v8; // rax
int v10; // [rsp+4h] [rbp-4Ch]
unsigned long long v11; // [rsp+8h] [rbp-48h]
int *v12; // [rsp+10h] [rbp-40h]
int *v13; // [rsp+18... | lshift:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV EAX,dword ptr [RBP + -0xc]
SAR EAX,0x5
MOV dword ptr [RBP + -0x24],EAX
MOV RAX,qword ptr [RBP + -0x8]
MOV EAX,dword ptr [RAX + 0x8]
MOV dword ptr [RBP + -0x20],EAX
MOV EAX,dword pt... |
int8 * lshift(int8 *param_1,uint param_2,int8 param_3)
{
sbyte sVar1;
int iVar2;
int8 *puVar3;
uint *puVar4;
uint *puVar5;
uint *puVar6;
uint local_54;
uint *local_48;
uint *local_40;
int local_30;
int local_28;
int local_24;
local_28 = *(int *)(param_1 + 1);
iVar2 = ((int)param_2 >> 5)... | |
60,758 | bool testing::internal::ParseNaturalNumber<int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int*) | giladroyz[P]FindPeaks/build_O0/_deps/googletest-src/googletest/src/gtest-internal-inl.h | bool ParseNaturalNumber(const ::std::string& str, Integer* number) {
// Fail fast if the given string does not begin with a digit;
// this bypasses strtoXXX's "optional leading whitespace and plus
// or minus sign" semantics, which are undesirable here.
if (str.empty() || !IsDigit(str[0])) {
return false;
... | O0 | c | bool testing::internal::ParseNaturalNumber<int>(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, int*):
pushq %rbp
movq %rsp, %rbp
subq $0x50, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x10(%rbp), %rdi
callq 0xaba0
testb $0x1, %al
jne 0x45756
movq -0x10(%rbp), %rdi
x... | _ZN7testing8internal18ParseNaturalNumberIiEEbRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPT_:
push rbp
mov rbp, rsp
sub rsp, 50h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rdi, [rbp+var_10]
call __ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv; std::string::empty(... | char testing::internal::ParseNaturalNumber<int>(long long a1, _DWORD *a2)
{
testing::internal *v2; // rdi
long long v3; // rdi
void *Stream; // rax
bool v6; // [rsp+Fh] [rbp-41h]
_BYTE v7[7]; // [rsp+20h] [rbp-30h] BYREF
bool v8; // [rsp+27h] [rbp-29h]
long long v9; // [rsp+28h] [rbp-28h]
bool v10[8]; ... | ParseNaturalNumber<int>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x50
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x0010aba0
TEST AL,0x1
JNZ 0x00145756
MOV RDI,qword ptr [RBP + -0x10]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x0010a710
MOVSX EDI,byte ptr [RAX]
CALL 0x0015bee0
TEST AL,0... |
/* bool testing::internal::ParseNaturalNumber<int>(std::__cxx11::string const&, int*) */
bool testing::internal::ParseNaturalNumber<int>(string *param_1,int *param_2)
{
ulong uVar1;
char *pcVar2;
int *piVar3;
ostream *poVar4;
int8 in_R8;
int8 in_R9;
bool local_49;
GTestLog local_38 [7];
bool local_... | |
60,759 | fn_format | eloqsql/mysys/mf_format.c | char * fn_format(char * to, const char *name, const char *dir,
const char *extension, uint flag)
{
char dev[FN_REFLEN], buff[FN_REFLEN], *pos, *startpos;
const char *ext;
reg1 size_t length;
size_t dev_length;
DBUG_ENTER("fn_format");
DBUG_ASSERT(name != NULL);
DBUG_ASSERT(extension != NULL);
DBUG... | O3 | c | fn_format:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x428, %rsp # imm = 0x428
movl %r8d, %r14d
movq %rcx, -0x438(%rbp)
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, -0x440(%rbp)
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
leaq -0x230(%rbp), %rdi
leaq -0x448(%rbp), %... | fn_format:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 428h
mov r14d, r8d
mov [rbp+var_438], rcx
mov r12, rdx
mov r15, rsi
mov [rbp+var_440], rdi
mov rax, fs:28h
mov [rbp+var_30], rax
lea rdi, [rbp+var_230]
lea rdx, [rbp+var_4... | _BYTE * fn_format(_BYTE *a1, _BYTE *a2, long long a3, char *a4, __int16 a5)
{
long long v8; // rdx
long long v9; // r13
long long v10; // rcx
_WORD *v11; // rax
_BYTE *v12; // r13
long long v13; // rax
_BYTE *v14; // r12
char v15; // al
_BYTE *v16; // rcx
int v17; // eax
_BYTE *v18; // rdx
char ... | fn_format:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x428
MOV R14D,R8D
MOV qword ptr [RBP + -0x438],RCX
MOV R12,RDX
MOV R15,RSI
MOV qword ptr [RBP + -0x440],RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
LEA RDI,[RBP + -0x230]
LEA RDX,[RBP + -0x448]
CALL 0x0015d3cd
MOV ... |
char * fn_format(char *param_1,char *param_2,int8 param_3,char *param_4,uint param_5)
{
char *pcVar1;
char *pcVar2;
char cVar3;
int iVar4;
long lVar5;
int8 uVar6;
char *pcVar7;
size_t sVar8;
size_t sVar9;
char *pcVar10;
ulong uVar11;
char *pcVar12;
long in_FS_OFFSET;
int1 local_450 [8];
... | |
60,760 | my_casedn_str_utf8mb3 | eloqsql/strings/ctype-utf8.c | static size_t my_casedn_str_utf8mb3(CHARSET_INFO *cs, char *src)
{
my_wc_t wc;
int srcres, dstres;
char *dst= src, *dst0= src;
MY_UNICASE_INFO *uni_plane= cs->caseinfo;
DBUG_ASSERT(cs->casedn_multiply == 1);
while (*src &&
(srcres= my_utf8mb3_uni_no_range(cs, &wc, (uchar *) src)) > 0)
{
my_t... | O3 | c | my_casedn_str_utf8mb3:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %rbx
cmpb $0x0, (%rsi)
movq %rsi, %r14
je 0x840be
movq 0x78(%rdi), %r13
leaq -0x30(%rbp), %r15
movq %rbx, %r12
movq %rbx, %r14
movq %r15, %rdi
movq %r12, %rsi
callq 0x848ac
testl %eax, %eax
je ... | my_casedn_str_utf8mb3:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rsi
cmp byte ptr [rsi], 0
mov r14, rsi
jz loc_840BE
mov r13, [rdi+78h]
lea r15, [rbp+var_30]
mov r12, rbx
mov r14, rbx
loc_84017:
mov rdi, r15
mov ... | long long my_casedn_str_utf8mb3(long long a1, _BYTE *a2)
{
unsigned long long v2; // rax
_BYTE *v3; // r14
long long v4; // r13
_BYTE *v5; // r12
unsigned int v6; // eax
unsigned long long v7; // rcx
long long v8; // rdx
long long v9; // rdx
bool v10; // zf
unsigned long long v12; // [rsp+0h] [rbp-... | my_casedn_str_utf8mb3:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RSI
CMP byte ptr [RSI],0x0
MOV R14,RSI
JZ 0x001840be
MOV R13,qword ptr [RDI + 0x78]
LEA R15,[RBP + -0x30]
MOV R12,RBX
MOV R14,RBX
LAB_00184017:
MOV RDI,R15
MOV RSI,R12
CALL 0x001848ac
TEST EAX,EAX
JZ 0x001840be
MOV... |
long my_casedn_str_utf8mb3(long param_1,char *param_2)
{
char *pcVar1;
long lVar2;
uint uVar3;
ulong in_RAX;
ulong uVar4;
long lVar5;
char *pcVar6;
char *pcVar7;
ulong local_38;
pcVar7 = param_2;
if (*param_2 != '\0') {
lVar2 = *(long *)(param_1 + 0x78);
pcVar6 = param_2;
local_38... | |
60,761 | double json_value<double>(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,... | monkey531[P]llama/examples/server/utils.hpp | static T json_value(const json & body, const std::string & key, const T & default_value) {
// Fallback null to default value
if (body.contains(key) && !body.at(key).is_null()) {
try {
return body.at(key);
} catch (NLOHMANN_JSON_NAMESPACE::detail::type_error const &) {
LOG... | O2 | cpp | double json_value<double>(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,... | _ZL10json_valueIdET_RKN8nlohmann16json_abi_v3_11_310basic_jsonINS2_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS2_14adl_serializerES5_IhSaIhEEvEERKSB_RKS0_:
push r15
push r14
push r12
push rbx
sub rsp, 18h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
call _... | double json_value<double>(long long a1, long long a2, long long a3)
{
long long v4; // rax
double result; // xmm0_8
if ( !(unsigned __int8)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... | json_value<double>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
CALL 0x00168c80
TEST AL,AL
JZ 0x00130cdd
MOV RDI,R15
MOV RSI,R14
CALL 0x00168ca2
CMP byte ptr [RAX],0x0
JZ 0x00130cdd
LAB_00130cc8:
MOV RDI,R15
MOV RSI,R14
CALL 0x00168ca2
MOV RDI,RAX
CALL 0x0016d788
LAB_00130cdb:
J... |
/* double
json_value<double>(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> c... | |
60,762 | ggml_opt_result_reset | ngxson[P]ggml-easy/ggml/src/ggml-opt.cpp | void ggml_opt_result_reset(ggml_opt_result_t result) {
result->ndata = 0;
result->loss.clear();
result->pred.clear();
result->ncorrect = 0;
} | O1 | cpp | ggml_opt_result_reset:
movq $0x0, (%rdi)
movq 0x8(%rdi), %rax
cmpq %rax, 0x10(%rdi)
je 0x29e20
movq %rax, 0x10(%rdi)
movq 0x20(%rdi), %rax
cmpq %rax, 0x28(%rdi)
je 0x29e2e
movq %rax, 0x28(%rdi)
movq $0x0, 0x38(%rdi)
retq
| ggml_opt_result_reset:
mov qword ptr [rdi], 0
mov rax, [rdi+8]
cmp [rdi+10h], rax
jz short loc_29E20
mov [rdi+10h], rax
loc_29E20:
mov rax, [rdi+20h]
cmp [rdi+28h], rax
jz short loc_29E2E
mov [rdi+28h], rax
loc_29E2E:
mov qword ptr [rdi+38h], 0
retn
| long long ggml_opt_result_reset(_QWORD *a1)
{
long long v1; // rax
long long result; // rax
*a1 = 0LL;
v1 = a1[1];
if ( a1[2] != v1 )
a1[2] = v1;
result = a1[4];
if ( a1[5] != result )
a1[5] = result;
a1[7] = 0LL;
return result;
}
| ggml_opt_result_reset:
MOV qword ptr [RDI],0x0
MOV RAX,qword ptr [RDI + 0x8]
CMP qword ptr [RDI + 0x10],RAX
JZ 0x00129e20
MOV qword ptr [RDI + 0x10],RAX
LAB_00129e20:
MOV RAX,qword ptr [RDI + 0x20]
CMP qword ptr [RDI + 0x28],RAX
JZ 0x00129e2e
MOV qword ptr [RDI + 0x28],RAX
LAB_00129e2e:
MOV qword ptr [RDI + 0x38],0x0
R... |
void ggml_opt_result_reset(int8 *param_1)
{
*param_1 = 0;
if (param_1[2] != param_1[1]) {
param_1[2] = param_1[1];
}
if (param_1[5] != param_1[4]) {
param_1[5] = param_1[4];
}
param_1[7] = 0;
return;
}
| |
60,763 | ggml_opt_result_reset | ngxson[P]ggml-easy/ggml/src/ggml-opt.cpp | void ggml_opt_result_reset(ggml_opt_result_t result) {
result->ndata = 0;
result->loss.clear();
result->pred.clear();
result->ncorrect = 0;
} | O2 | cpp | ggml_opt_result_reset:
andq $0x0, (%rdi)
movq 0x8(%rdi), %rax
cmpq %rax, 0x10(%rdi)
je 0x2e75c
movq %rax, 0x10(%rdi)
movq 0x20(%rdi), %rax
cmpq %rax, 0x28(%rdi)
je 0x2e76a
movq %rax, 0x28(%rdi)
andq $0x0, 0x38(%rdi)
retq
| ggml_opt_result_reset:
and qword ptr [rdi], 0
mov rax, [rdi+8]
cmp [rdi+10h], rax
jz short loc_2E75C
mov [rdi+10h], rax
loc_2E75C:
mov rax, [rdi+20h]
cmp [rdi+28h], rax
jz short loc_2E76A
mov [rdi+28h], rax
loc_2E76A:
and qword ptr [rdi+38h], 0
retn
| long long ggml_opt_result_reset(_QWORD *a1)
{
long long v1; // rax
long long result; // rax
*a1 = 0LL;
v1 = a1[1];
if ( a1[2] != v1 )
a1[2] = v1;
result = a1[4];
if ( a1[5] != result )
a1[5] = result;
a1[7] = 0LL;
return result;
}
| ggml_opt_result_reset:
AND qword ptr [RDI],0x0
MOV RAX,qword ptr [RDI + 0x8]
CMP qword ptr [RDI + 0x10],RAX
JZ 0x0012e75c
MOV qword ptr [RDI + 0x10],RAX
LAB_0012e75c:
MOV RAX,qword ptr [RDI + 0x20]
CMP qword ptr [RDI + 0x28],RAX
JZ 0x0012e76a
MOV qword ptr [RDI + 0x28],RAX
LAB_0012e76a:
AND qword ptr [RDI + 0x38],0x0
R... |
void ggml_opt_result_reset(int8 *param_1)
{
*param_1 = 0;
if (param_1[2] != param_1[1]) {
param_1[2] = param_1[1];
}
if (param_1[5] != param_1[4]) {
param_1[5] = param_1[4];
}
param_1[7] = 0;
return;
}
| |
60,764 | ggml_opt_result_reset | ngxson[P]ggml-easy/ggml/src/ggml-opt.cpp | void ggml_opt_result_reset(ggml_opt_result_t result) {
result->ndata = 0;
result->loss.clear();
result->pred.clear();
result->ncorrect = 0;
} | O3 | cpp | ggml_opt_result_reset:
movq $0x0, (%rdi)
movq 0x8(%rdi), %rax
cmpq %rax, 0x10(%rdi)
je 0x29c90
movq %rax, 0x10(%rdi)
movq 0x20(%rdi), %rax
cmpq %rax, 0x28(%rdi)
je 0x29c9e
movq %rax, 0x28(%rdi)
movq $0x0, 0x38(%rdi)
retq
| ggml_opt_result_reset:
mov qword ptr [rdi], 0
mov rax, [rdi+8]
cmp [rdi+10h], rax
jz short loc_29C90
mov [rdi+10h], rax
loc_29C90:
mov rax, [rdi+20h]
cmp [rdi+28h], rax
jz short loc_29C9E
mov [rdi+28h], rax
loc_29C9E:
mov qword ptr [rdi+38h], 0
retn
| long long ggml_opt_result_reset(_QWORD *a1)
{
long long v1; // rax
long long result; // rax
*a1 = 0LL;
v1 = a1[1];
if ( a1[2] != v1 )
a1[2] = v1;
result = a1[4];
if ( a1[5] != result )
a1[5] = result;
a1[7] = 0LL;
return result;
}
| ggml_opt_result_reset:
MOV qword ptr [RDI],0x0
MOV RAX,qword ptr [RDI + 0x8]
CMP qword ptr [RDI + 0x10],RAX
JZ 0x00129c90
MOV qword ptr [RDI + 0x10],RAX
LAB_00129c90:
MOV RAX,qword ptr [RDI + 0x20]
CMP qword ptr [RDI + 0x28],RAX
JZ 0x00129c9e
MOV qword ptr [RDI + 0x28],RAX
LAB_00129c9e:
MOV qword ptr [RDI + 0x38],0x0
R... |
void ggml_opt_result_reset(int8 *param_1)
{
*param_1 = 0;
if (param_1[2] != param_1[1]) {
param_1[2] = param_1[1];
}
if (param_1[5] != param_1[4]) {
param_1[5] = param_1[4];
}
param_1[7] = 0;
return;
}
| |
60,765 | composition_solid_source_in | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-blend.c | static void composition_solid_source_in(uint32_t* dest, int length, uint32_t color, uint32_t const_alpha)
{
if(const_alpha == 255) {
for(int i = 0; i < length; i++) {
dest[i] = BYTE_MUL(color, plutovg_alpha(dest[i]));
}
} else {
color = BYTE_MUL(color, const_alpha);
u... | O1 | c | composition_solid_source_in:
pushq %rbp
pushq %r14
pushq %rbx
cmpl $0xff, %ecx
jne 0x40d54
testl %esi, %esi
jle 0x40e1c
movl $0xff00ff, %eax # imm = 0xFF00FF
movl %edx, %ecx
andl %eax, %ecx
shrl $0x8, %edx
andl %eax, %edx
movl %esi, %esi
xorl %r8d, %r8d
movl $0x800080, %r9d # imm = 0x800080
movl (%rdi,%... | composition_solid_source_in:
push rbp
push r14
push rbx
cmp ecx, 0FFh
jnz short loc_40D54
test esi, esi
jle loc_40E1C
mov eax, 0FF00FFh
mov ecx, edx
and ecx, eax
shr edx, 8
and edx, eax
mov esi, esi
xor r8d, r8d
mov r9d, 800080h
loc_40D03:
mov r10d, [rdi+r8*4]... | void composition_solid_source_in(long long a1, int a2, unsigned int a3, int a4)
{
int v4; // ecx
int v5; // edx
long long i; // r8
unsigned int v7; // r8d
int v8; // r9d
unsigned int v9; // ecx
long long v10; // rdx
long long j; // rsi
if ( a4 == 255 )
{
if ( a2 > 0 )
{
v4 = a3 & 0xF... | composition_solid_source_in:
PUSH RBP
PUSH R14
PUSH RBX
CMP ECX,0xff
JNZ 0x00140d54
TEST ESI,ESI
JLE 0x00140e1c
MOV EAX,0xff00ff
MOV ECX,EDX
AND ECX,EAX
SHR EDX,0x8
AND EDX,EAX
MOV ESI,ESI
XOR R8D,R8D
MOV R9D,0x800080
LAB_00140d03:
MOV R10D,dword ptr [RDI + R8*0x4]
SHR R10D,0x18
MOV R11D,R10D
IMUL R11D,ECX
MOV EBX,R11D... |
void composition_solid_source_in(long param_1,uint param_2,uint param_3,int param_4)
{
uint uVar1;
ulong uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
if (param_4 == 0xff) {
if (0 < (int)param_2) {
uVar2 = 0;
do {
uVar3 = *(uint *)(param_1 + uVar2 * 4) >> 0x18;
uVar4 = uVar... | |
60,766 | composition_solid_source_in | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-blend.c | static void composition_solid_source_in(uint32_t* dest, int length, uint32_t color, uint32_t const_alpha)
{
if(const_alpha == 255) {
for(int i = 0; i < length; i++) {
dest[i] = BYTE_MUL(color, plutovg_alpha(dest[i]));
}
} else {
color = BYTE_MUL(color, const_alpha);
u... | O3 | c | composition_solid_source_in:
pushq %rbp
pushq %r14
pushq %rbx
cmpl $0xff, %ecx
jne 0x40aa7
testl %esi, %esi
jle 0x40b6f
movl $0xff00ff, %eax # imm = 0xFF00FF
movl %edx, %ecx
andl %eax, %ecx
shrl $0x8, %edx
andl %eax, %edx
movl %esi, %esi
xorl %r8d, %r8d
movl $0x800080, %r9d # imm = 0x800080
movl (%rdi,%... | composition_solid_source_in:
push rbp
push r14
push rbx
cmp ecx, 0FFh
jnz short loc_40AA7
test esi, esi
jle loc_40B6F
mov eax, 0FF00FFh
mov ecx, edx
and ecx, eax
shr edx, 8
and edx, eax
mov esi, esi
xor r8d, r8d
mov r9d, 800080h
loc_40A56:
mov r10d, [rdi+r8*4]... | void composition_solid_source_in(long long a1, int a2, unsigned int a3, int a4)
{
int v4; // ecx
int v5; // edx
long long i; // r8
unsigned int v7; // r8d
int v8; // r9d
unsigned int v9; // ecx
long long v10; // rdx
long long j; // rsi
if ( a4 == 255 )
{
if ( a2 > 0 )
{
v4 = a3 & 0xF... | composition_solid_source_in:
PUSH RBP
PUSH R14
PUSH RBX
CMP ECX,0xff
JNZ 0x00140aa7
TEST ESI,ESI
JLE 0x00140b6f
MOV EAX,0xff00ff
MOV ECX,EDX
AND ECX,EAX
SHR EDX,0x8
AND EDX,EAX
MOV ESI,ESI
XOR R8D,R8D
MOV R9D,0x800080
LAB_00140a56:
MOV R10D,dword ptr [RDI + R8*0x4]
SHR R10D,0x18
MOV R11D,R10D
IMUL R11D,ECX
MOV EBX,R11D... |
void composition_solid_source_in(long param_1,uint param_2,uint param_3,int param_4)
{
uint uVar1;
ulong uVar2;
uint uVar3;
uint uVar4;
uint uVar5;
if (param_4 == 0xff) {
if (0 < (int)param_2) {
uVar2 = 0;
do {
uVar3 = *(uint *)(param_1 + uVar2 * 4) >> 0x18;
uVar4 = uVar... | |
60,767 | inline_mysql_rwlock_unlock | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_rwlock_unlock(
mysql_rwlock_t *that)
{
int result;
#ifdef HAVE_PSI_RWLOCK_INTERFACE
if (psi_likely(that->m_psi != NULL))
PSI_RWLOCK_CALL(unlock_rwlock)(that->m_psi);
#endif
result= rw_unlock(&that->m_rwlock);
return result;
} | O0 | c | inline_mysql_rwlock_unlock:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x90(%rax)
setne %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
setne %al
andb $0x1, %al
movzbl %al, %eax
cltq
cmpq $0x0, %rax
je 0xb0b71
leaq 0x20f55e(%rip), %rax # 0x2c00b8
movq (%rax... | inline_mysql_rwlock_unlock_6:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
cmp qword ptr [rax+90h], 0
setnz al
and al, 1
movzx eax, al
cmp eax, 0
setnz al
and al, 1
movzx eax, al
cdqe
cmp rax, 0
jz short loc_B0B71
lea rax, PSI_serve... | long long inline_mysql_rwlock_unlock_6(long long a1)
{
if ( *(_QWORD *)(a1 + 144) )
((void ( *)(_QWORD))PSI_server[45])(*(_QWORD *)(a1 + 144));
return (unsigned int)my_rw_unlock(a1);
}
| inline_mysql_rwlock_unlock:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x90],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CDQE
CMP RAX,0x0
JZ 0x001b0b71
LEA RAX,[0x3c00b8]
MOV RAX,qword ptr [RAX]
MOV RAX,qword... |
int4 inline_mysql_rwlock_unlock(long param_1)
{
int4 uVar1;
if (*(long *)(param_1 + 0x90) != 0) {
(**(code **)(PSI_server + 0x168))(*(int8 *)(param_1 + 0x90));
}
uVar1 = my_rw_unlock(param_1);
return uVar1;
}
| |
60,768 | mysql_stmt_next_result_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_stmt_next_result_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_stmt_next_result,
(parms->stmt),
parms->stmt->mysql,
int,
r_int)
} | O3 | c | mysql_stmt_next_result_start_internal:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq (%rdi), %rdi
movq 0x38(%rdi), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rbx
callq 0x26b38
movl %eax, 0x8(%rbx)
movl $0x0, (%rbx)
addq $0x8, %rsp
popq %rbx
popq %rbp
retq
| mysql_stmt_next_result_start_internal:
push rbp
mov rbp, rsp
push rbx
push rax
mov rdi, [rdi]
mov rax, [rdi+38h]
mov rax, [rax+480h]
mov rbx, [rax+28h]
call mysql_stmt_next_result
mov [rbx+8], eax
mov dword ptr [rbx], 0
add rsp, 8
pop rbx
pop rbp
retn
| long long mysql_stmt_next_result_start_internal(long long *a1)
{
long long v1; // rdi
_DWORD *v2; // rbx
long long result; // rax
v1 = *a1;
v2 = *(_DWORD **)(*(_QWORD *)(*(_QWORD *)(v1 + 56) + 1152LL) + 40LL);
result = mysql_stmt_next_result(v1);
v2[2] = result;
*v2 = 0;
return result;
}
| mysql_stmt_next_result_start_internal:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RDI,qword ptr [RDI]
MOV RAX,qword ptr [RDI + 0x38]
MOV RAX,qword ptr [RAX + 0x480]
MOV RBX,qword ptr [RAX + 0x28]
CALL 0x00126b38
MOV dword ptr [RBX + 0x8],EAX
MOV dword ptr [RBX],0x0
ADD RSP,0x8
POP RBX
POP RBP
RET
|
void mysql_stmt_next_result_start_internal(long *param_1)
{
int4 *puVar1;
int4 uVar2;
puVar1 = *(int4 **)(*(long *)(*(long *)(*param_1 + 0x38) + 0x480) + 0x28);
uVar2 = mysql_stmt_next_result();
puVar1[2] = uVar2;
*puVar1 = 0;
return;
}
| |
60,769 | my_strnxfrm_czech | eloqsql/strings/ctype-czech.c | static size_t
my_strnxfrm_czech(CHARSET_INFO *cs __attribute__((unused)),
uchar *dest, size_t len,
uint nweights_arg __attribute__((unused)),
const uchar *src, size_t srclen, uint flags)
{
int value;
const uchar *p, * store;
int pass = 0;
size_t totlen = 0;... | O3 | c | my_strnxfrm_czech:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %r8, %r15
movq %rdx, %rbx
movq %rsi, -0x48(%rbp)
movl 0x10(%rbp), %eax
movl %eax, %r11d
orl $0xf, %r11d
testb $0xf, %al
cmovnel %eax, %r11d
movslq %r9d, %rdx
movl $0x1, %eax
subq %r8, %rax
movq %ra... | my_strnxfrm_czech:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r15, r8
mov rbx, rdx
mov [rbp+var_48], rsi
mov eax, [rbp+arg_0]
mov r11d, eax
or r11d, 0Fh
test al, 0Fh
cmovnz r11d, eax
movsxd rdx, r9d
mov eax, 1
sub r... | unsigned long long my_strnxfrm_czech(
long long a1,
long long a2,
unsigned long long a3,
long long a4,
unsigned __int8 *a5,
int a6,
int a7)
{
unsigned __int8 *v7; // r15
int v9; // r11d
long long v10; // rdx
int v11; // ecx
unsigned __int8 *v12; // r14
... | my_strnxfrm_czech:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R15,R8
MOV RBX,RDX
MOV qword ptr [RBP + -0x48],RSI
MOV EAX,dword ptr [RBP + 0x10]
MOV R11D,EAX
OR R11D,0xf
TEST AL,0xf
CMOVNZ R11D,EAX
MOVSXD RDX,R9D
MOV EAX,0x1
SUB RAX,R8
MOV qword ptr [RBP + -0x50],RAX
XOR ECX,ECX
L... |
ulong my_strnxfrm_czech(int8 param_1,long param_2,ulong param_3,int8 param_4,
byte *param_5,int param_6,uint param_7)
{
uint uVar1;
byte *pbVar2;
byte *pbVar3;
byte bVar4;
char cVar5;
long lVar6;
byte *pbVar7;
byte bVar8;
int iVar9;
long lVar10;
byte *pbVar11;
byte *pbVa... | |
60,770 | js_agent_sleep | bluesky950520[P]quickjs/run-test262.c | static JSValue js_agent_sleep(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv)
{
uint32_t duration;
if (JS_ToUint32(ctx, &duration, argv[0]))
return JS_EXCEPTION;
#ifdef _WIN32
Sleep(duration);
#else
usleep(duration * 1000);
#endif
return JS_UNDEFINED;... | O2 | c | js_agent_sleep:
pushq %rax
movq (%r8), %rdx
movq 0x8(%r8), %rcx
leaq 0x4(%rsp), %rsi
callq 0x25187
testl %eax, %eax
je 0x13008
pushq $0x6
jmp 0x13017
imull $0x3e8, 0x4(%rsp), %edi # imm = 0x3E8
callq 0xea70
pushq $0x3
popq %rdx
xorl %eax, %eax
popq %rcx
retq
| js_agent_sleep:
push rax
mov rdx, [r8]
mov rcx, [r8+8]
lea rsi, [rsp+8+var_4]
call JS_ToInt32
test eax, eax
jz short loc_13008
push 6
jmp short loc_13017
loc_13008:
imul edi, [rsp+8+var_4], 3E8h
call _usleep
push 3
loc_13017:
pop rdx
xor eax, eax
pop rcx
retn
| long long js_agent_sleep(long long a1, long long a2, long long a3, long long a4, _QWORD *a5)
{
long long v5; // rax
int v7; // [rsp+0h] [rbp-4h] BYREF
v7 = HIDWORD(v5);
if ( !(unsigned int)JS_ToInt32(a1, &v7, *a5, a5[1]) )
usleep((unsigned int)(1000 * v7));
return 0LL;
}
| js_agent_sleep:
PUSH RAX
MOV RDX,qword ptr [R8]
MOV RCX,qword ptr [R8 + 0x8]
LEA RSI,[RSP + 0x4]
CALL 0x00125187
TEST EAX,EAX
JZ 0x00113008
PUSH 0x6
JMP 0x00113017
LAB_00113008:
IMUL EDI,dword ptr [RSP + 0x4],0x3e8
CALL 0x0010ea70
PUSH 0x3
LAB_00113017:
POP RDX
XOR EAX,EAX
POP RCX
RET
|
int1 [16] js_agent_sleep(int8 param_1)
{
int1 auVar1 [16];
int iVar2;
int8 in_RAX;
int8 *in_R8;
ulong uStack_10;
int local_4;
local_4 = (int)((ulong)in_RAX >> 0x20);
iVar2 = JS_ToInt32(param_1,&local_4,*in_R8,in_R8[1]);
if (iVar2 == 0) {
usleep(local_4 * 1000);
uStack_10 = 3;
}
else ... | |
60,771 | inline_mysql_rwlock_destroy | eloqsql/include/mysql/psi/mysql_thread.h | static inline int inline_mysql_rwlock_destroy(
mysql_rwlock_t *that)
{
#ifdef HAVE_PSI_RWLOCK_INTERFACE
if (psi_likely(that->m_psi != NULL))
{
PSI_RWLOCK_CALL(destroy_rwlock)(that->m_psi);
that->m_psi= NULL;
}
#endif
return rwlock_destroy(&that->m_rwlock);
} | O0 | c | inline_mysql_rwlock_destroy:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
cmpq $0x0, 0x90(%rax)
setne %al
andb $0x1, %al
movzbl %al, %eax
cmpl $0x0, %eax
setne %al
andb $0x1, %al
movzbl %al, %eax
cltq
cmpq $0x0, %rax
je 0xfe8bd
leaq 0x1c181e(%rip), %rax # 0x2c00b8
movq (%ra... | inline_mysql_rwlock_destroy_1:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
cmp qword ptr [rax+90h], 0
setnz al
and al, 1
movzx eax, al
cmp eax, 0
setnz al
and al, 1
movzx eax, al
cdqe
cmp rax, 0
jz short loc_FE8BD
lea rax, PSI_serv... | long long inline_mysql_rwlock_destroy_1(long long a1)
{
if ( *(_QWORD *)(a1 + 144) )
{
((void ( *)(_QWORD))PSI_server[11])(*(_QWORD *)(a1 + 144));
*(_QWORD *)(a1 + 144) = 0LL;
}
return my_rw_destroy(a1);
}
| inline_mysql_rwlock_destroy:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
CMP qword ptr [RAX + 0x90],0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CMP EAX,0x0
SETNZ AL
AND AL,0x1
MOVZX EAX,AL
CDQE
CMP RAX,0x0
JZ 0x001fe8bd
LEA RAX,[0x3c00b8]
MOV RAX,qword ptr [RAX]
MOV RAX,qwor... |
void inline_mysql_rwlock_destroy(long param_1)
{
if (*(long *)(param_1 + 0x90) != 0) {
(**(code **)(PSI_server + 0x58))(*(int8 *)(param_1 + 0x90));
*(int8 *)(param_1 + 0x90) = 0;
}
my_rw_destroy(param_1);
return;
}
| |
60,772 | AsyncCallbackProcessor<QueryCallback>::ProcessReadyCallbacks() | SylCore-WoTLK/src/common/Utilities/AsyncCallbackProcessor.h | void ProcessReadyCallbacks()
{
if (_callbacks.empty())
return;
std::vector<T> updateCallbacks{ std::move(_callbacks) };
updateCallbacks.erase(std::remove_if(updateCallbacks.begin(), updateCallbacks.end(), [](T& callback)
{
return callback.InvokeIfReady();
... | O3 | c | AsyncCallbackProcessor<QueryCallback>::ProcessReadyCallbacks():
pushq %r14
pushq %rbx
subq $0x18, %rsp
movq %rdi, %rbx
movq (%rdi), %rdi
movq 0x8(%rbx), %r14
cmpq %r14, %rdi
je 0x46c0d
movq %rdi, (%rsp)
movq %r14, 0x8(%rsp)
movq 0x10(%rbx), %rax
movq %rax, 0x10(%rsp)
xorps %xmm0, %xmm0
movups %xmm0, (%rbx)
movq $0x0, 0... | _ZN22AsyncCallbackProcessorI13QueryCallbackE21ProcessReadyCallbacksEv:
push r14
push rbx
sub rsp, 18h
mov rbx, rdi
mov rdi, [rdi]
mov r14, [rbx+8]
cmp rdi, r14
jz short loc_46C0D
mov [rsp+28h+var_28], rdi
mov [rsp+28h+var_20], r14
mov rax, [rbx+10h]
mov [rsp+28h+var_18], r... | void AsyncCallbackProcessor<QueryCallback>::ProcessReadyCallbacks(long long *a1)
{
long long v2; // rdi
long long v3; // r14
long long v4; // rax
long long v5; // [rsp+0h] [rbp-28h] BYREF
long long v6; // [rsp+8h] [rbp-20h]
long long v7; // [rsp+10h] [rbp-18h]
v2 = *a1;
v3 = a1[1];
if ( v2 != v3 )
... | ProcessReadyCallbacks:
PUSH R14
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
MOV RDI,qword ptr [RDI]
MOV R14,qword ptr [RBX + 0x8]
CMP RDI,R14
JZ 0x00146c0d
MOV qword ptr [RSP],RDI
MOV qword ptr [RSP + 0x8],R14
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RSP + 0x10],RAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RBX],XMM0
MOV qword pt... |
/* AsyncCallbackProcessor<QueryCallback>::ProcessReadyCallbacks() */
void __thiscall
AsyncCallbackProcessor<QueryCallback>::ProcessReadyCallbacks
(AsyncCallbackProcessor<QueryCallback> *this)
{
long lVar1;
int8 uVar2;
long local_28;
long local_20;
int8 local_18;
local_28 = *(long *)this;
l... | |
60,773 | int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<float>(int, OpenSubdiv::v3_6_0::Far::PatchParam const&, float, float, float*, float*, float*, float*, float*, float*, float) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchBasis.cpp | int
EvaluatePatchBasis(int patchType, PatchParam const & param, REAL s, REAL t,
REAL wP[], REAL wDs[], REAL wDt[],
REAL wDss[], REAL wDst[], REAL wDtt[], REAL sharpness) {
REAL derivSign = 1.0f;
if ((patchType == PatchDescriptor::LOOP) ||
(patchType == PatchDescriptor::GREGORY_TRIANGLE) ||
... | O0 | cpp | int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<float>(int, OpenSubdiv::v3_6_0::Far::PatchParam const&, float, float, float*, float*, float*, float*, float*, float*, float):
pushq %rbp
movq %rsp, %rbp
subq $0x90, %rsp
movq 0x18(%rbp), %rax
movq 0x10(%rbp), %rax
movl %edi, -0x4(%rbp)
movq %rsi, -0x10(%rbp)
mov... | _ZN10OpenSubdiv6v3_6_03Far8internal18EvaluatePatchBasisIdEEiiRKNS1_10PatchParamET_S7_PS7_S8_S8_S8_S8_S8_S7_:
push rbp
mov rbp, rsp
sub rsp, 90h
mov rax, [rbp+arg_8]
mov rax, [rbp+arg_0]
mov [rbp+var_4], edi
mov [rbp+var_10], rsi
movsd [rbp+var_18], xmm0
movsd [rbp+var_20], xmm1
mov [r... | long long OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<double>(
int a1,
OpenSubdiv::v3_6_0::Far::PatchParam *a2,
double *a3,
_QWORD *a4,
_QWORD *a5,
_QWORD *a6,
double a7,
double a8,
double a9,
_QWORD *a10,
_QWORD *a11)
{
... | |||
60,774 | int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<float>(int, OpenSubdiv::v3_6_0::Far::PatchParam const&, float, float, float*, float*, float*, float*, float*, float*, float) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchBasis.cpp | int
EvaluatePatchBasis(int patchType, PatchParam const & param, REAL s, REAL t,
REAL wP[], REAL wDs[], REAL wDt[],
REAL wDss[], REAL wDst[], REAL wDtt[], REAL sharpness) {
REAL derivSign = 1.0f;
if ((patchType == PatchDescriptor::LOOP) ||
(patchType == PatchDescriptor::GREGORY_TRIANGLE) ||
... | O1 | cpp | int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<float>(int, OpenSubdiv::v3_6_0::Far::PatchParam const&, float, float, float*, float*, float*, float*, float*, float*, float):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %r9, %rbx
movq %r8, %r14
movq %rcx, %r15
movq %r... | _ZN10OpenSubdiv6v3_6_03Far8internal18EvaluatePatchBasisIdEEiiRKNS1_10PatchParamET_S7_PS7_S8_S8_S8_S8_S8_S7_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov rbx, r9
mov r14, r8
mov r15, rcx
mov r12, rsi
mov ebp, edi
mov r13, [rsp+58h+arg_0]
movsd [r... | long long OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<double>(
unsigned int a1,
unsigned long long *a2,
double *a3,
double *a4,
__m128d *a5,
double *a6,
double a7,
double a8,
double a9,
double *a10,
double *a11)
{
int v... | EvaluatePatchBasis<double>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV RBX,R9
MOV R14,R8
MOV R15,RCX
MOV R12,RSI
MOV EBP,EDI
MOV R13,qword ptr [RSP + 0x60]
MOVSD qword ptr [RSP + 0x10],XMM0
MOVSD qword ptr [RSP + 0x8],XMM1
CMP EDI,0xa
JA 0x00164b69
MOV EAX,0x430
BT EAX,EBP
JNC 0x00164b69
MOV... |
/* int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<double>(int,
OpenSubdiv::v3_6_0::Far::PatchParam const&, double, double, double*, double*, double*, double*,
double*, double*, double) */
int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<double>
(int param_1,PatchParam *param_2,... | |
60,775 | int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<float>(int, OpenSubdiv::v3_6_0::Far::PatchParam const&, float, float, float*, float*, float*, float*, float*, float*, float) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/patchBasis.cpp | int
EvaluatePatchBasis(int patchType, PatchParam const & param, REAL s, REAL t,
REAL wP[], REAL wDs[], REAL wDt[],
REAL wDss[], REAL wDst[], REAL wDtt[], REAL sharpness) {
REAL derivSign = 1.0f;
if ((patchType == PatchDescriptor::LOOP) ||
(patchType == PatchDescriptor::GREGORY_TRIANGLE) ||
... | O2 | cpp | int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<float>(int, OpenSubdiv::v3_6_0::Far::PatchParam const&, float, float, float*, float*, float*, float*, float*, float*, float):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movsd %xmm2, 0x30(%rsp)
movq %r9, %rbx
movq %r8, %r14... | _ZN10OpenSubdiv6v3_6_03Far8internal18EvaluatePatchBasisIdEEiiRKNS1_10PatchParamET_S7_PS7_S8_S8_S8_S8_S8_S7_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
movsd [rsp+68h+var_38], xmm2
mov rbx, r9
mov r14, r8
mov r15, rcx
mov [rsp+68h+var_40], rdx
mov [rsp... | long long OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<double>(
unsigned int a1,
OpenSubdiv::v3_6_0::Far::PatchParam *a2,
__m128d *a3,
__m128d *a4,
__m128d *a5,
__m128d *a6,
double a7,
double a8,
double a9,
__m128d *a10,
_... | EvaluatePatchBasis<double>:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOVSD qword ptr [RSP + 0x30],XMM2
MOV RBX,R9
MOV R14,R8
MOV R15,RCX
MOV qword ptr [RSP + 0x28],RDX
MOV qword ptr [RSP + 0x10],RSI
MOV EBP,EDI
MOV R13,qword ptr [RSP + 0x78]
MOV R12,qword ptr [RSP + 0x70]
MOVSD qword ptr [RSP ... |
/* int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<double>(int,
OpenSubdiv::v3_6_0::Far::PatchParam const&, double, double, double*, double*, double*, double*,
double*, double*, double) */
int OpenSubdiv::v3_6_0::Far::internal::EvaluatePatchBasis<double>
(int param_1,PatchParam *param_2,... | |
60,776 | js_worker_ctor_internal | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_worker_ctor_internal(JSContext *ctx, JSValue new_target,
JSWorkerMessagePipe *recv_pipe,
JSWorkerMessagePipe *send_pipe)
{
JSRuntime *rt = JS_GetRuntime(ctx);
JSThreadState *ts = js_get_thread_state(rt);
JSValue ... | O0 | c | js_worker_ctor_internal:
subq $0xa8, %rsp
movq %rsi, 0x88(%rsp)
movq %rdx, 0x90(%rsp)
movq %rdi, 0x80(%rsp)
movq %rcx, 0x78(%rsp)
movq %r8, 0x70(%rsp)
movq 0x80(%rsp), %rdi
callq 0x27f00
movq %rax, 0x68(%rsp)
movq 0x68(%rsp), %rdi
callq 0x115d0
movq %rax, 0x60(%rsp)
movq 0xf359f(%rip), %rax # 0x10a310
movq %rax, 0x... | js_worker_ctor_internal:
sub rsp, 0A8h
mov [rsp+0A8h+var_20], rsi
mov [rsp+0A8h+var_18], rdx
mov [rsp+0A8h+var_28], rdi
mov [rsp+0A8h+var_30], rcx
mov [rsp+0A8h+var_38], r8
mov rdi, [rsp+0A8h+var_28]
call JS_GetRuntime
mov [rsp+0A8h+var_40], rax
mov rdi, [rsp+0A8h+var_40]
call ... | long long js_worker_ctor_internal(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
long long v9; // rdx
long long v10; // rax
long long v11; // rdx
long long v12; // rdx
long long PropertyStr; // [rsp+18h] [rbp-90h]
... | js_worker_ctor_internal:
SUB RSP,0xa8
MOV qword ptr [RSP + 0x88],RSI
MOV qword ptr [RSP + 0x90],RDX
MOV qword ptr [RSP + 0x80],RDI
MOV qword ptr [RSP + 0x78],RCX
MOV qword ptr [RSP + 0x70],R8
MOV RDI,qword ptr [RSP + 0x80]
CALL 0x00127f00
MOV qword ptr [RSP + 0x68],RAX
MOV RDI,qword ptr [RSP + 0x68]
CALL 0x001115d0
MOV... |
int1 [16]
js_worker_ctor_internal
(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];
int1 auVar6 [16];
int8 local_68;
int8 local_60;
int8 local_58;
int8 local_50;
int4 local_10;
int4 uSta... | |
60,777 | js_worker_ctor_internal | bluesky950520[P]quickjs/quickjs-libc.c | static JSValue js_worker_ctor_internal(JSContext *ctx, JSValue new_target,
JSWorkerMessagePipe *recv_pipe,
JSWorkerMessagePipe *send_pipe)
{
JSRuntime *rt = JS_GetRuntime(ctx);
JSThreadState *ts = js_get_thread_state(rt);
JSValue ... | O3 | c | js_worker_ctor_internal:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %r8, (%rsp)
movq %rcx, %r15
movq %rdx, %r14
movq %rsi, %r13
movq %rdi, %rbx
callq 0x204e9
xorl %edi, %edi
movq %rax, %rsi
xorl %eax, %eax
callq 0x3bb70
movq %rax, %r12
cmpl $0x3, %r14d
jne 0x18afa
movl 0x7c(%r12),... | js_worker_ctor_internal:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov [rsp+38h+var_38], r8
mov r15, rcx
mov r14, rdx
mov r13, rsi
mov rbx, rdi
call JS_GetRuntime
xor edi, edi
mov rsi, rax
xor eax, eax
call js_std_cmd
mov r12, rax
cmp ... | long long js_worker_ctor_internal(
long long a1,
long long a2,
long long a3,
volatile signed __int32 *a4,
volatile signed __int32 *a5)
{
int Runtime; // eax
int v8; // edx
int v9; // ecx
int v10; // r8d
int v11; // r9d
long long v12; // rax
long long v13; // r12
... | js_worker_ctor_internal:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV qword ptr [RSP],R8
MOV R15,RCX
MOV R14,RDX
MOV R13,RSI
MOV RBX,RDI
CALL 0x001204e9
XOR EDI,EDI
MOV RSI,RAX
XOR EAX,EAX
CALL 0x0013bb70
MOV R12,RAX
CMP R14D,0x3
JNZ 0x00118afa
MOV ESI,dword ptr [R12 + 0x7c]
MOV RDI,RBX
CALL 0x001... |
int1 [16]
js_worker_ctor_internal
(int8 param_1,int8 param_2,int8 param_3,int *param_4,int *param_5)
{
int8 uVar1;
long lVar2;
int8 *puVar3;
int1 auVar4 [16];
int1 auVar5 [16];
uVar1 = JS_GetRuntime();
lVar2 = js_std_cmd(0,uVar1);
if ((int)param_3 == 3) {
auVar4 = JS_GetClassProto(pa... | |
60,778 | cxxopts::exceptions::invalid_option_format::invalid_option_format(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | shubhamoy[P]dir2txt/include/cxxopts.hpp | explicit invalid_option_format(const std::string& format)
: specification("Invalid option format " + LQUOTE + format + RQUOTE)
{
} | O3 | cpp | cxxopts::exceptions::invalid_option_format::invalid_option_format(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %r15
pushq %r14
pushq %rbx
subq $0x60, %rsp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x18b45(%rip), %rsi # 0x3613f
leaq 0x3119f(%rip), %rdx # 0x4e7a0
leaq 0... | _ZN7cxxopts10exceptions21invalid_option_formatC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push r15
push r14
push rbx
sub rsp, 60h
mov r14, rsi
mov rbx, rdi
lea rsi, aInvalidOptionF; "Invalid option format "
lea rdx, _ZN7cxxopts12_GLOBAL__N_16LQUOTEB5cxx11E; cxxopts::`anonymou... | void ( ** cxxopts::exceptions::invalid_option_format::invalid_option_format(
_QWORD *a1,
long long a2))(cxxopts::exceptions::exception *__hidden this)
{
_QWORD *v2; // rax
__int128 *v3; // rcx
_QWORD *v4; // rax
__int128 *v5; // rcx
void ( **result)(cxxopts::exceptions::exception *__hidden); /... | invalid_option_format:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV R14,RSI
MOV RBX,RDI
LEA RSI,[0x13613f]
LEA RDX,[0x14e7a0]
LEA R15,[RSP + 0x40]
MOV RDI,R15
CALL 0x0011d782
MOV RSI,qword ptr [R14]
MOV RDX,qword ptr [R14 + 0x8]
LAB_0011d615:
MOV RDI,R15
CALL 0x00109fb4
LEA R14,[RSP + 0x10]
MOV qword ptr [R14 + -0x10],R... |
/* cxxopts::exceptions::invalid_option_format::invalid_option_format(std::__cxx11::string const&) */
void __thiscall
cxxopts::exceptions::invalid_option_format::invalid_option_format
(invalid_option_format *this,string *param_1)
{
long *plVar1;
long *plVar2;
long *local_78;
long local_70;
long lo... | |
60,779 | ma_crypt_write | eloqsql/storage/maria/ma_crypt.c | int
ma_crypt_write(MARIA_SHARE* share, File file)
{
MARIA_CRYPT_DATA *crypt_data= share->crypt_data;
uchar buff[2 + 4 + sizeof(crypt_data->scheme.iv)];
if (crypt_data == 0)
return 0;
buff[0]= crypt_data->scheme.type;
buff[1]= sizeof(buff) - 2;
int4store(buff + 2, crypt_data->space);
memcpy(buff + 6,... | O3 | c | ma_crypt_write:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
subq $0x70, %rsp
movq %fs:0x28, %rax
movq %rax, -0x18(%rbp)
movq 0xc20(%rdi), %rax
testq %rax, %rax
je 0x67000
movl %esi, %ebx
movb 0x54(%rax), %cl
movb %cl, -0x30(%rbp)
movb $0x14, -0x2f(%rbp)
movl 0x60(%rax), %ecx
movl %ecx, -0x2e(%rbp)
movups (%rax), %... | ma_crypt_write:
push rbp
mov rbp, rsp
push r14
push rbx
sub rsp, 70h
mov rax, fs:28h
mov [rbp+var_18], rax
mov rax, [rdi+0C20h]
test rax, rax
jz short loc_67000
mov ebx, esi
mov cl, [rax+54h]
mov [rbp+var_30], cl
mov [rbp+var_2F], 14h
mov ecx, [rax+60h]
mov [... | _BOOL8 ma_crypt_write(long long a1, long long a2)
{
__int128 *v2; // rax
long long v3; // rax
long long v4; // rcx
_BYTE v6[72]; // [rsp+0h] [rbp-80h] BYREF
long long v7; // [rsp+48h] [rbp-38h] BYREF
_BYTE v8[2]; // [rsp+50h] [rbp-30h] BYREF
int v9; // [rsp+52h] [rbp-2Eh]
__int128 v10; // [rsp+56h] [rb... | ma_crypt_write:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
SUB RSP,0x70
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RDI + 0xc20]
TEST RAX,RAX
JZ 0x00167000
MOV EBX,ESI
MOV CL,byte ptr [RAX + 0x54]
MOV byte ptr [RBP + -0x30],CL
MOV byte ptr [RBP + -0x2f],0x14
MOV ECX,dword ptr [RAX + 0x60]... |
bool ma_crypt_write(long param_1,ulong param_2)
{
int4 *puVar1;
long lVar2;
long in_FS_OFFSET;
bool bVar3;
int1 local_88 [72];
long local_40;
int1 local_38;
int1 local_37;
int4 local_36;
int4 local_32;
int4 uStack_2e;
int4 uStack_2a;
int4 uStack_26;
long local_20;
local_20 = *(long *)... | |
60,780 | fil_space_encrypt_valid_page_type(fil_space_t const*, unsigned char const*) | eloqsql/storage/innobase/fil/fil0crypt.cc | static bool fil_space_encrypt_valid_page_type(
const fil_space_t* space,
const byte* src_frame)
{
switch (fil_page_get_type(src_frame)) {
case FIL_PAGE_RTREE:
return space->full_crc32();
case FIL_PAGE_TYPE_FSP_HDR:
case FIL_PAGE_TYPE_XDES:
return false;
}
return true;
} | O0 | cpp | fil_space_encrypt_valid_page_type(fil_space_t const*, unsigned char const*):
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq -0x18(%rbp), %rdi
callq 0x814470
movzwl %ax, %eax
movl %eax, -0x1c(%rbp)
addl $-0x8, %eax
subl $0x2, %eax
jb 0x106a085
jmp 0x106a069
movl -0x1c(%rbp... | _ZL33fil_space_encrypt_valid_page_typePK11fil_space_tPKh:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov rdi, [rbp+var_18]; unsigned __int8 *
call _Z17fil_page_get_typePKh; fil_page_get_type(uchar const*)
movzx eax, ax
mov [rbp+var_1C], eax
add eax... | bool fil_space_encrypt_valid_page_type(fil_space_t **a1, const unsigned __int8 *a2)
{
int type; // [rsp+4h] [rbp-1Ch]
type = (unsigned __int16)fil_page_get_type(a2);
if ( (unsigned int)(type - 8) < 2 )
return 0;
if ( type == 17854 )
return fil_space_t::full_crc32(a1);
return 1;
}
| reset_events_waits_by_host:
PUSH RBP
MOV RBP,RSP
LEA RDI,[0x26ba548]
LEA RSI,[0x106a060]
CALL 0x01068c10
POP RBP
RET
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* reset_events_waits_by_host() */
void reset_events_waits_by_host(void)
{
PFS_buffer_scalable_container<PFS_host,128,128,PFS_host_array,PFS_host_allocator>::apply
((PFS_buffer_scalable_container<PFS_host,128,128,PFS_host_arra... | |
60,781 | deflateReset | 3fs/build_O3/src/apache-arrow-cpp/cpp/zlib_ep-prefix/src/zlib_ep/deflate.c | int ZEXPORT deflateReset(strm)
z_streamp strm;
{
int ret;
ret = deflateResetKeep(strm);
if (ret == Z_OK)
lm_init(strm->state);
return ret;
} | O3 | c | deflateReset:
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %r14
callq 0x32b0
movl %eax, %ebx
testl %eax, %eax
jne 0x423e
movq 0x38(%r14), %r14
movl 0x50(%r14), %eax
addq %rax, %rax
movq %rax, 0x68(%r14)
movq 0x78(%r14), %rdi
movl 0x84(%r14), %edx
decl %edx
movw $0x0, (%rdi,%rdx,2)
addq %rdx, %rdx
xorl %r15d, %r15d
xorl ... | deflateReset:
push r15
push r14
push rbx
mov r14, rdi
call _deflateResetKeep
mov ebx, eax
test eax, eax
jnz loc_423E
mov r14, [r14+38h]
mov eax, [r14+50h]
add rax, rax
mov [r14+68h], rax
mov rdi, [r14+78h]
mov edx, [r14+84h]
dec edx
mov word ptr [rdi+rdx*2], 0
... | long long deflateReset(long long a1)
{
unsigned int v1; // ebx
long long v2; // r14
long long v3; // rdi
long long v4; // rdx
long long v5; // rax
v1 = deflateResetKeep();
if ( !v1 )
{
v2 = *(_QWORD *)(a1 + 56);
*(_QWORD *)(v2 + 104) = 2LL * *(unsigned int *)(v2 + 80);
v3 = *(_QWORD *)(v2 ... | deflateReset:
PUSH R15
PUSH R14
PUSH RBX
MOV R14,RDI
CALL 0x001032b0
MOV EBX,EAX
TEST EAX,EAX
JNZ 0x0010423e
MOV R14,qword ptr [R14 + 0x38]
MOV EAX,dword ptr [R14 + 0x50]
ADD RAX,RAX
MOV qword ptr [R14 + 0x68],RAX
MOV RDI,qword ptr [R14 + 0x78]
MOV EDX,dword ptr [R14 + 0x84]
DEC EDX
MOV word ptr [RDI + RDX*0x2],0x0
ADD... |
int deflateReset(long param_1)
{
long lVar1;
void *__s;
int iVar2;
long lVar3;
ulong uVar4;
iVar2 = deflateResetKeep();
if (iVar2 == 0) {
lVar1 = *(long *)(param_1 + 0x38);
*(ulong *)(lVar1 + 0x68) = (ulong)*(uint *)(lVar1 + 0x50) * 2;
__s = *(void **)(lVar1 + 0x78);
uVar4 = (ulong)(*... | |
60,782 | 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 | std::string get_token_string() const
{
// escape control characters
std::string result;
for (const auto c : token_string)
{
if (static_cast<unsigned char>(c) <= '\x1F')
{
// escape control characters
std::array<char, 9> cs{{}};
... | 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... | _ZNK8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcSB_EEEEE16get_token_stringEv:
push rbp
push r15
push r14
push r... | long long nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>,nlohmann::json_abi_v3_11_3::detail::iterat... | get_token_string:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV RBX,RDI
LEA R12,[RDI + 0x10]
MOV qword ptr [RDI],R12
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV R13,qword ptr [RSI + 0x38]
MOV RBP,qword ptr [RSI + 0x40]
CMP R13,RBP
JZ 0x0015b173
LEA R14,[0x1ed115]
LEA R15,[RS... |
/* 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... | |
60,783 | ma_update_static_record | eloqsql/storage/maria/ma_statrec.c | my_bool _ma_update_static_record(MARIA_HA *info, MARIA_RECORD_POS pos,
const uchar *oldrec __attribute__ ((unused)),
const uchar *record)
{
info->rec_cache.seek_not_done=1; /* We have done a seek */
return (info->s->file_write(info,
... | O3 | c | ma_update_static_record:
pushq %rbp
movq %rsp, %rbp
movq %rsi, %rax
movl $0x1, 0x598(%rdi)
movq (%rdi), %r9
movq 0x398(%r9), %rdx
movl $0x4, %r8d
movq %rcx, %rsi
movq %rax, %rcx
callq *0x6e8(%r9)
testq %rax, %rax
setne %al
popq %rbp
retq
| _ma_update_static_record:
push rbp
mov rbp, rsp
mov rax, rsi
mov dword ptr [rdi+598h], 1
mov r9, [rdi]
mov rdx, [r9+398h]
mov r8d, 4
mov rsi, rcx
mov rcx, rax
call qword ptr [r9+6E8h]
test rax, rax
setnz al
pop rbp
retn
| bool ma_update_static_record(_DWORD *a1, long long a2, long long a3, long long a4)
{
a1[358] = 1;
return (*(long long ( **)(_DWORD *, long long, _QWORD, long long, long long))(*(_QWORD *)a1 + 1768LL))(
a1,
a4,
*(_QWORD *)(*(_QWORD *)a1 + 920LL),
a2,
4LL) != 0;... | _ma_update_static_record:
PUSH RBP
MOV RBP,RSP
MOV RAX,RSI
MOV dword ptr [RDI + 0x598],0x1
MOV R9,qword ptr [RDI]
MOV RDX,qword ptr [R9 + 0x398]
MOV R8D,0x4
MOV RSI,RCX
MOV RCX,RAX
CALL qword ptr [R9 + 0x6e8]
TEST RAX,RAX
SETNZ AL
POP RBP
RET
|
bool _ma_update_static_record
(long *param_1,int8 param_2,int8 param_3,int8 param_4)
{
long lVar1;
*(int4 *)(param_1 + 0xb3) = 1;
lVar1 = (**(code **)(*param_1 + 0x6e8))
(param_1,param_4,*(int8 *)(*param_1 + 0x398),param_2,4);
return lVar1 != 0;
}
| |
60,784 | nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocato... | 11AgReS1SoR11[P]Graph/Common/FiguresStorage/src/json.hpp | static ::nlohmann::detail::parser<basic_json, InputAdapterType> parser(
InputAdapterType adapter,
detail::parser_callback_t<basic_json>cb = nullptr,
const bool allow_exceptions = true,
const bool ignore_comments = false
)
{
return ::nlohmann::... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocato... | _ZN8nlohmann16json_abi_v3_11_310basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE6parserINS0_6detail22iterator_input_adapterIN9__gnu_cxx17__normal_iteratorIPKcS9_EEEEEENSF_6parserISD_T_EESO_St8functionIFbiNSF_13parse_event_tERSD_EEbb:
push rbx
sub ... | long long nlohmann::json_abi_v3_11_3::basic_json<std::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>::parser<nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<char const*,std::st... | parser<nlohmann::json_abi_v3_11_3::detail::iterator_input_adapter<__gnu_cxx::__normal_iterator<char_const*,std::__cxx11::string>>>:
PUSH RBX
SUB RSP,0x30
MOV RBX,RDI
MOV qword ptr [RSP + 0x20],RSI
MOV qword ptr [RSP + 0x28],RDX
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP],XMM0
MOV qword ptr [RSP + 0x10],0x0
MOV RAX,qword p... |
/* nlohmann::json_abi_v3_11_3::detail::parser<nlohmann::json_abi_v3_11_3::basic_json<std::map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>,
nlohmann::json_... | |
60,785 | PFS_memory_stat::full_aggregate_to(PFS_memory_stat*) const | eloqsql/storage/perfschema/pfs_stat.h | inline void full_aggregate_to(PFS_memory_stat *stat) const
{
if (! m_used)
return;
stat->m_used= true;
stat->m_alloc_count+= m_alloc_count;
stat->m_free_count+= m_free_count;
stat->m_alloc_size+= m_alloc_size;
stat->m_free_size+= m_free_size;
stat->m_alloc_count_capacity+= m_alloc... | O0 | c | PFS_memory_stat::full_aggregate_to(PFS_memory_stat*) const:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x18(%rbp)
testb $0x1, (%rax)
jne 0x3f38e
jmp 0x3f419
movq -0x18(%rbp), %rax
movq -0x10(%rbp), %rcx
movb $0x1, (%rcx)
movq 0x8(%rax), %rdx
movq -0x10(%rbp... | _ZNK15PFS_memory_stat17full_aggregate_toEPS_:
push rbp
mov rbp, rsp
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov [rbp+var_18], rax
test byte ptr [rax], 1
jnz short loc_3F38E
jmp loc_3F419
loc_3F38E:
mov rax, [rbp+var_18]
mov rcx, [rbp+var_10]
mov byte... | PFS_memory_stat * PFS_memory_stat::full_aggregate_to(PFS_memory_stat *this, PFS_memory_stat *a2)
{
PFS_memory_stat *result; // rax
result = this;
if ( (*(_BYTE *)this & 1) != 0 )
{
*(_BYTE *)a2 = 1;
*((_QWORD *)a2 + 1) += *((_QWORD *)this + 1);
*((_QWORD *)a2 + 2) += *((_QWORD *)this + 2);
*((_... | full_aggregate_to:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x18],RAX
TEST byte ptr [RAX],0x1
JNZ 0x0013f38e
JMP 0x0013f419
LAB_0013f38e:
MOV RAX,qword ptr [RBP + -0x18]
MOV RCX,qword ptr [RBP + -0x10]
MOV byte ptr [RCX],0x1... |
/* PFS_memory_stat::full_aggregate_to(PFS_memory_stat*) const */
void __thiscall PFS_memory_stat::full_aggregate_to(PFS_memory_stat *this,PFS_memory_stat *param_1)
{
if (((byte)*this & 1) != 0) {
*param_1 = (PFS_memory_stat)0x1;
*(long *)(param_1 + 8) = *(long *)(this + 8) + *(long *)(param_1 + 8);
*(l... | |
60,786 | my_l10tostr_mb2_or_mb4 | eloqsql/strings/ctype-ucs2.c | static size_t
my_l10tostr_mb2_or_mb4(CHARSET_INFO *cs,
char *dst, size_t len, int radix, long int val)
{
char buffer[66];
register char *p, *db, *de;
long int new_val;
int sl= 0;
unsigned long int uval = (unsigned long int) val;
p= &buffer[sizeof(buffer) - 1];
*p= '\0';
if ... | O0 | c | my_l10tostr_mb2_or_mb4:
pushq %rbp
movq %rsp, %rbp
subq $0xc0, %rsp
movq %fs:0x28, %rax
movq %rax, -0x8(%rbp)
movq %rdi, -0x58(%rbp)
movq %rsi, -0x60(%rbp)
movq %rdx, -0x68(%rbp)
movl %ecx, -0x6c(%rbp)
movq %r8, -0x78(%rbp)
movl $0x0, -0x9c(%rbp)
movq -0x78(%rbp), %rax
movq %rax, -0xa8(%rbp)
leaq -0x50(%rbp), %rax
addq... | my_l10tostr_mb2_or_mb4:
push rbp
mov rbp, rsp
sub rsp, 0C0h
mov rax, fs:28h
mov [rbp+var_8], rax
mov [rbp+var_58], rdi
mov [rbp+var_60], rsi
mov [rbp+var_68], rdx
mov [rbp+var_6C], ecx
mov [rbp+var_78], r8
mov [rbp+var_9C], 0
mov rax, [rbp+var_78]
mov [rbp+var_A8], rax... | long long my_l10tostr_mb2_or_mb4(long long a1, unsigned long long a2, long long a3, int a4, long long a5)
{
_BYTE *v5; // rax
_BYTE *v6; // rax
bool v8; // [rsp+13h] [rbp-ADh]
int v9; // [rsp+14h] [rbp-ACh]
unsigned long long v10; // [rsp+18h] [rbp-A8h]
int v11; // [rsp+24h] [rbp-9Ch]
unsigned long long ... | my_l10tostr_mb2_or_mb4:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xc0
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x8],RAX
MOV qword ptr [RBP + -0x58],RDI
MOV qword ptr [RBP + -0x60],RSI
MOV qword ptr [RBP + -0x68],RDX
MOV dword ptr [RBP + -0x6c],ECX
MOV qword ptr [RBP + -0x78],R8
MOV dword ptr [RBP + -0x9c],0x0
MOV RAX,qwor... |
long my_l10tostr_mb2_or_mb4(long param_1,ulong param_2,long param_3,int param_4,ulong param_5)
{
int iVar1;
long in_FS_OFFSET;
bool bVar2;
ulong local_b0;
int local_90;
char *local_88;
ulong local_80;
ulong local_68;
char local_19 [9];
long local_10;
local_10 = *(long *)(in_FS_OFFSET + 0x28);... | |
60,787 | my_l10tostr_mb2_or_mb4 | eloqsql/strings/ctype-ucs2.c | static size_t
my_l10tostr_mb2_or_mb4(CHARSET_INFO *cs,
char *dst, size_t len, int radix, long int val)
{
char buffer[66];
register char *p, *db, *de;
long int new_val;
int sl= 0;
unsigned long int uval = (unsigned long int) val;
p= &buffer[sizeof(buffer) - 1];
*p= '\0';
if ... | O3 | c | my_l10tostr_mb2_or_mb4:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x58, %rsp
movq %rdx, %r14
movq %rsi, %rbx
movq %rdi, %r15
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
leaq -0x40(%rbp), %r13
testl %ecx, %ecx
setns %al
testq %r8, %r8
setns %dil
orb %al, %dil
movq %r8, %rsi
n... | my_l10tostr_mb2_or_mb4:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 58h
mov r14, rdx
mov rbx, rsi
mov r15, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
lea r13, [rbp+var_40]
test ecx, ecx
setns al
test r8, r8
setns dil
or dil,... | long long my_l10tostr_mb2_or_mb4(long long a1, unsigned long long a2, long long a3, int a4, signed long long a5)
{
_BYTE *v7; // r13
bool v8; // di
unsigned long long v9; // rsi
unsigned long long v10; // rcx
bool v11; // cc
unsigned long long v12; // r12
unsigned long long v13; // r14
int v14; // eax
... | my_l10tostr_mb2_or_mb4:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x58
MOV R14,RDX
MOV RBX,RSI
MOV R15,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
LEA R13,[RBP + -0x40]
TEST ECX,ECX
SETNS AL
TEST R8,R8
SETNS DIL
OR DIL,AL
MOV RSI,R8
NEG RSI
TEST DIL,DIL
CMOVNZ RSI,R8
... |
long my_l10tostr_mb2_or_mb4(long param_1,ulong param_2,long param_3,int param_4,ulong param_5)
{
ulong uVar1;
ulong uVar2;
uint uVar3;
ulong uVar4;
char *pcVar5;
long in_FS_OFFSET;
char local_49 [17];
long local_38;
local_38 = *(long *)(in_FS_OFFSET + 0x28);
pcVar5 = local_49 + 1;
uVar4 = -pa... | |
60,788 | ok | eloqsql/unittest/mytap/tap.c | void
ok(int pass, char const *fmt, ...)
{
va_list ap;
va_start(ap, fmt);
if (!pass && *g_test.todo == '\0')
++g_test.failed;
vemit_tap(pass, fmt, ap);
va_end(ap);
if (*g_test.todo != '\0')
emit_dir("todo", g_test.todo);
emit_endl();
} | O0 | c | ok:
pushq %rbp
movq %rsp, %rbp
subq $0xe0, %rsp
testb %al, %al
je 0x26048
movaps %xmm0, -0xb0(%rbp)
movaps %xmm1, -0xa0(%rbp)
movaps %xmm2, -0x90(%rbp)
movaps %xmm3, -0x80(%rbp)
movaps %xmm4, -0x70(%rbp)
movaps %xmm5, -0x60(%rbp)
movaps %xmm6, -0x50(%rbp)
movaps %xmm7, -0x40(%rbp)
movq %r9, -0xb8(%rbp)
movq %r8, -0xc0(... | ok:
push rbp
mov rbp, rsp
sub rsp, 0E0h
test al, al
jz short loc_26048
movaps [rbp+var_B0], xmm0
movaps [rbp+var_A0], xmm1
movaps [rbp+var_90], xmm2
movaps [rbp+var_80], xmm3
movaps [rbp+var_70], xmm4
movaps [rbp+var_60], xmm5
movaps [rbp+var_50], xmm6
movaps [rbp+var_40], xmm7
loc_26048:
mov... | long long ok(unsigned int a1, long long a2, ...)
{
va_list va; // [rsp+B0h] [rbp-30h] BYREF
long long v4; // [rsp+D0h] [rbp-10h]
unsigned int v5; // [rsp+DCh] [rbp-4h]
va_start(va, a2);
v5 = a1;
v4 = a2;
if ( !a1 && !byte_38ABAC )
++dword_38ABA8;
vemit_tap(v5, v4, va);
if ( byte_38ABAC )
emit... | ok:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xe0
TEST AL,AL
JZ 0x00126048
MOVAPS xmmword ptr [RBP + -0xb0],XMM0
MOVAPS xmmword ptr [RBP + -0xa0],XMM1
MOVAPS xmmword ptr [RBP + -0x90],XMM2
MOVAPS xmmword ptr [RBP + -0x80],XMM3
MOVAPS xmmword ptr [RBP + -0x70],XMM4
MOVAPS xmmword ptr [RBP + -0x60],XMM5
MOVAPS xmmword ptr [RBP + -0x... |
void ok(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,int param_9,
int8 param_10,int8 param_11,int8 param_12,int8 param_13,
int8 param_14)
{
char in_AL;
int1 local_e8 [16];
int8 local_d8;
int8 local_d0;
int8 local_c8;
int8 loc... | |
60,789 | async_func_mark | bluesky950520[P]quickjs/quickjs.c | static void async_func_mark(JSRuntime *rt, JSAsyncFunctionState *s,
JS_MarkFunc *mark_func)
{
JSStackFrame *sf;
JSValue *sp;
sf = &s->frame;
JS_MarkValue(rt, sf->cur_func, mark_func);
JS_MarkValue(rt, s->this_val, mark_func);
if (sf->cur_sp) {
/* if the funct... | O0 | c | async_func_mark:
subq $0x28, %rsp
movq %rdi, 0x20(%rsp)
movq %rsi, 0x18(%rsp)
movq %rdx, 0x10(%rsp)
movq 0x18(%rsp), %rax
addq $0x18, %rax
movq %rax, 0x8(%rsp)
movq 0x20(%rsp), %rdi
movq 0x8(%rsp), %rax
movq 0x10(%rsp), %rcx
movq 0x8(%rax), %rsi
movq 0x10(%rax), %rdx
callq 0x29920
movq 0x20(%rsp), %rdi
movq 0x18(%rsp),... | async_func_mark:
sub rsp, 28h
mov [rsp+28h+var_8], rdi
mov [rsp+28h+var_10], rsi
mov [rsp+28h+var_18], rdx
mov rax, [rsp+28h+var_10]
add rax, 18h
mov [rsp+28h+var_20], rax
mov rdi, [rsp+28h+var_8]
mov rax, [rsp+28h+var_20]
mov rcx, [rsp+28h+var_18]
mov rsi, [rax+8]
mov rd... | long long * async_func_mark(long long a1, long long *a2, long long ( *a3)(long long, long long))
{
long long *result; // rax
long long *i; // [rsp+0h] [rbp-28h]
JS_MarkValue(a1, a2[4], a2[5], a3);
JS_MarkValue(a1, *a2, a2[1], a3);
result = a2 + 3;
if ( a2[12] )
{
for ( i = (long long *)a2[6]; ; i += ... | async_func_mark:
SUB RSP,0x28
MOV qword ptr [RSP + 0x20],RDI
MOV qword ptr [RSP + 0x18],RSI
MOV qword ptr [RSP + 0x10],RDX
MOV RAX,qword ptr [RSP + 0x18]
ADD RAX,0x18
MOV qword ptr [RSP + 0x8],RAX
MOV RDI,qword ptr [RSP + 0x20]
MOV RAX,qword ptr [RSP + 0x8]
MOV RCX,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RAX + 0x8]
M... |
void async_func_mark(int8 param_1,int8 *param_2,int8 param_3)
{
int8 *local_28;
JS_MarkValue(param_1,param_2[4],param_2[5],param_3);
JS_MarkValue(param_1,*param_2,param_2[1],param_3);
if (param_2[0xc] != 0) {
for (local_28 = (int8 *)param_2[6]; local_28 < (int8 *)param_2[0xc];
local_28 = local_... | |
60,790 | async_func_mark | bluesky950520[P]quickjs/quickjs.c | static void async_func_mark(JSRuntime *rt, JSAsyncFunctionState *s,
JS_MarkFunc *mark_func)
{
JSStackFrame *sf;
JSValue *sp;
sf = &s->frame;
JS_MarkValue(rt, sf->cur_func, mark_func);
JS_MarkValue(rt, s->this_val, mark_func);
if (sf->cur_sp) {
/* if the funct... | O1 | c | async_func_mark:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10, %rsp
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movl $0xfffffffe, %r12d # imm = 0xFFFFFFFE
movsd 0x20(%rsi), %xmm0
movl 0x28(%rsi), %eax
movsd %xmm0, 0x8(%rsp)
andl $-0x2, %eax
cmpl %r12d, %eax
jne 0x3a9f9
movq 0x8(%rsp), %rsi... | async_func_mark:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10h
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov r12d, 0FFFFFFFEh
movsd xmm0, qword ptr [rsi+20h]
mov eax, [rsi+28h]
movsd [rsp+38h+var_30], xmm0
and eax, 0FFFFFFFEh
cmp eax, r12d
jnz short loc_3A... | long long async_func_mark(long long a1, long long a2, void ( *a3)(long long, _QWORD))
{
long long result; // rax
unsigned long long i; // r13
if ( (*(_DWORD *)(a2 + 40) & 0xFFFFFFFE) == 0xFFFFFFFE )
a3(a1, *(_QWORD *)(a2 + 32));
result = *(_DWORD *)(a2 + 8) & 0xFFFFFFFE;
if ( (_DWORD)result == -2 )
... | async_func_mark:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV R12D,0xfffffffe
MOVSD XMM0,qword ptr [RSI + 0x20]
MOV EAX,dword ptr [RSI + 0x28]
MOVSD qword ptr [RSP + 0x8],XMM0
AND EAX,0xfffffffe
CMP EAX,R12D
JNZ 0x0013a9f9
MOV RSI,qword ptr [RSP + 0x8]
MOV RDI,R15
CA... |
void async_func_mark(int8 param_1,int8 *param_2,code *param_3)
{
int8 *puVar1;
if ((*(uint *)(param_2 + 5) & 0xfffffffe) == 0xfffffffe) {
(*param_3)(param_1,param_2[4]);
}
if ((*(uint *)(param_2 + 1) & 0xfffffffe) == 0xfffffffe) {
(*param_3)(param_1,*param_2);
}
if (param_2[0xc] != 0) {
for... | |
60,791 | async_func_mark | bluesky950520[P]quickjs/quickjs.c | static void async_func_mark(JSRuntime *rt, JSAsyncFunctionState *s,
JS_MarkFunc *mark_func)
{
JSStackFrame *sf;
JSValue *sp;
sf = &s->frame;
JS_MarkValue(rt, sf->cur_func, mark_func);
JS_MarkValue(rt, s->this_val, mark_func);
if (sf->cur_sp) {
/* if the funct... | O3 | c | async_func_mark:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rdx, %rbx
movq %rsi, %r14
movq %rdi, %r15
movl $0xfffffffe, %r12d # imm = 0xFFFFFFFE
movl 0x28(%rsi), %eax
andl $-0x2, %eax
cmpl %r12d, %eax
jne 0x3c001
movq 0x20(%r14), %rsi
movq %r15, %rdi
callq *%rbx
movl 0x8(%r14), %eax
andl $-0x2, %... | async_func_mark:
push r15
push r14
push r13
push r12
push rbx
mov rbx, rdx
mov r14, rsi
mov r15, rdi
mov r12d, 0FFFFFFFEh
mov eax, [rsi+28h]
and eax, 0FFFFFFFEh
cmp eax, r12d
jnz short loc_3C001
mov rsi, [r14+20h]
mov rdi, r15
call rbx
loc_3C001:
mov eax, [r... | unsigned long long async_func_mark(long long a1, long long a2, void ( *a3)(long long, _QWORD))
{
unsigned long long result; // rax
unsigned long long i; // r13
if ( (*(_DWORD *)(a2 + 40) & 0xFFFFFFFE) == 0xFFFFFFFE )
a3(a1, *(_QWORD *)(a2 + 32));
if ( (*(_DWORD *)(a2 + 8) & 0xFFFFFFFE) == 0xFFFFFFFE )
... | async_func_mark:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RBX,RDX
MOV R14,RSI
MOV R15,RDI
MOV R12D,0xfffffffe
MOV EAX,dword ptr [RSI + 0x28]
AND EAX,0xfffffffe
CMP EAX,R12D
JNZ 0x0013c001
MOV RSI,qword ptr [R14 + 0x20]
MOV RDI,R15
CALL RBX
LAB_0013c001:
MOV EAX,dword ptr [R14 + 0x8]
AND EAX,0xfffffffe
CMP EAX,R... |
void async_func_mark(int8 param_1,int8 *param_2,code *param_3)
{
int8 *puVar1;
int8 *puVar2;
if ((*(uint *)(param_2 + 5) & 0xfffffffe) == 0xfffffffe) {
(*param_3)(param_1,param_2[4]);
}
if ((*(uint *)(param_2 + 1) & 0xfffffffe) == 0xfffffffe) {
(*param_3)(param_1,*param_2);
}
puVar1 = (int8 *... | |
60,792 | my_fstat | eloqsql/mysys/my_lib.c | int my_fstat(File Filedes, MY_STAT *stat_area,
myf MyFlags __attribute__((unused)))
{
DBUG_ENTER("my_fstat");
DBUG_PRINT("my",("fd: %d MyFlags: %lu", Filedes, MyFlags));
#ifdef _WIN32
DBUG_RETURN(my_win_fstat(Filedes, stat_area));
#elif defined HAVE_valgrind
{
int s= fstat(Filedes, stat_area);... | O3 | c | my_fstat:
pushq %rbp
movq %rsp, %rbp
popq %rbp
jmp 0x246b0
nopl (%rax)
| my_fstat:
push rbp
mov rbp, rsp
pop rbp
jmp _fstat64
| long long my_fstat()
{
return fstat64();
}
| my_fstat:
PUSH RBP
MOV RBP,RSP
POP RBP
JMP 0x001246b0
|
void my_fstat(int param_1,stat64 *param_2)
{
fstat64(param_1,param_2);
return;
}
| |
60,793 | common_chat_templates_source(common_chat_templates const*, char const*) | llama.cpp/common/chat.cpp | const char * common_chat_templates_source(const struct common_chat_templates * tmpls, const char * variant) {
if (variant != nullptr) {
if (strcmp(variant, "tool_use") == 0) {
if (tmpls->template_tool_use) {
return tmpls->template_tool_use->source().c_str();
}
... | O3 | cpp | common_chat_templates_source(common_chat_templates const*, char const*):
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
testq %rsi, %rsi
je 0x96904
movq %rsi, %r14
leaq 0x8a372(%rip), %rsi # 0x120c39
movq %r14, %rdi
callq 0x21e50
testl %eax, %eax
je 0x96914
leaq 0xd0006(%rip), %rax # 0x1668e0
cmpl $0x0, (%rax... | _Z28common_chat_templates_sourcePK21common_chat_templatesPKc:
push r14
push rbx
push rax
mov rbx, rdi
test rsi, rsi
jz short loc_96904
mov r14, rsi
lea rsi, aToolUse; "tool_use"
mov rdi, r14
call _strcmp
test eax, eax
jz short loc_96914
lea rax, common_log_verbosity_thold... | long long common_chat_templates_source(long long a1, long long a2)
{
int v2; // eax
int v3; // r9d
long long v4; // rax
if ( !a2 )
goto LABEL_5;
if ( (unsigned int)strcmp(a2, "tool_use") )
{
if ( common_log_verbosity_thold > 0 )
{
v2 = common_log_main();
common_log_add(
v2,... | common_chat_templates_source:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
TEST RSI,RSI
JZ 0x00196904
MOV R14,RSI
LEA RSI,[0x220c39]
MOV RDI,R14
CALL 0x00121e50
TEST EAX,EAX
JZ 0x00196914
LEA RAX,[0x2668e0]
CMP dword ptr [RAX],0x0
JLE 0x00196904
CALL 0x0020d3af
LEA RDX,[0x220c42]
LEA RCX,[0x220c64]
MOV RDI,RAX
MOV ESI,0x1
MO... |
/* common_chat_templates_source(common_chat_templates const*, char const*) */
int8 common_chat_templates_source(common_chat_templates *param_1,char *param_2)
{
int iVar1;
int8 uVar2;
long lVar3;
if (param_2 != (char *)0x0) {
iVar1 = strcmp(param_2,"tool_use");
if (iVar1 == 0) {
lVar3 = *(lon... | |
60,794 | my_message_stderr | eloqsql/mysys/my_mess.c | void my_message_stderr(uint error __attribute__((unused)),
const char *str, myf MyFlags)
{
DBUG_ENTER("my_message_stderr");
DBUG_PRINT("enter",("message: %s",str));
(void) fflush(stdout);
if (MyFlags & (ME_NOTE | ME_ERROR_LOG_ONLY))
DBUG_VOID_RETURN;
if (MyFlags & ME_BELL)
(void... | O3 | c | my_message_stderr:
pushq %rbp
movq %rsp, %rbp
pushq %r14
pushq %rbx
movq %rdx, %r14
movq %rsi, %rbx
movq 0x2ca9ac(%rip), %rax # 0x2f2fa8
movq (%rax), %rdi
callq 0x243d0
testl $0x480, %r14d # imm = 0x480
je 0x28612
popq %rbx
popq %r14
popq %rbp
retq
testb $0x4, %r14b
je 0x2862c
movq 0x2ca9b1(%rip), %rax ... | my_message_stderr:
push rbp
mov rbp, rsp
push r14
push rbx
mov r14, rdx
mov rbx, rsi
mov rax, cs:stdout_ptr
mov rdi, [rax]
call _fflush
test r14d, 480h
jz short loc_28612
pop rbx
pop r14
pop rbp
retn
loc_28612:
test r14b, 4
jz short loc_2862C
mov rax, cs:s... | long long my_message_stderr(long long a1, long long a2, __int16 a3)
{
long long result; // rax
result = fflush(stdout);
if ( (a3 & 0x480) == 0 )
{
if ( (a3 & 4) != 0 )
fputc(7LL, stderr);
if ( my_progname )
my_message_stderr_cold_1((long long)my_progname);
fputs(a2, stderr);
fputc(... | my_message_stderr:
PUSH RBP
MOV RBP,RSP
PUSH R14
PUSH RBX
MOV R14,RDX
MOV RBX,RSI
MOV RAX,qword ptr [0x003f2fa8]
MOV RDI,qword ptr [RAX]
CALL 0x001243d0
TEST R14D,0x480
JZ 0x00128612
POP RBX
POP R14
POP RBP
RET
LAB_00128612:
TEST R14B,0x4
JZ 0x0012862c
MOV RAX,qword ptr [0x003f2fd0]
MOV RSI,qword ptr [RAX]
MOV EDI,0x7
... |
void my_message_stderr(int8 param_1,char *param_2,ulong param_3)
{
int *puVar1;
fflush(*(FILE **)PTR_stdout_003f2fa8);
if ((param_3 & 0x480) != 0) {
return;
}
if ((param_3 & 4) != 0) {
fputc(7,*(FILE **)PTR_stderr_003f2fd0);
}
if (my_progname != 0) {
my_message_stderr_cold_1();
}
puVa... | |
60,795 | CLI::ExcludesError::ExcludesError(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_O3/_deps/cli11-src/include/CLI/Error.hpp | ExcludesError(std::string curname, std::string subname)
: ExcludesError(curname + " excludes " + subname, ExitCodes::ExcludesError) {} | O3 | cpp | CLI::ExcludesError::ExcludesError(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 %rbx
movq %rdi, %rbx
leaq 0x227ff(%rip), %rax # 0x49358
movq %rax, (%rdi)
movq 0x18(%rdi), %rdi
leaq 0x28(%rbx), %r... | _ZN3CLI13ExcludesErrorD0Ev:
push rbx
mov rbx, rdi
lea rax, off_49358
mov [rdi], rax
mov rdi, [rdi+18h]; void *
lea rax, [rbx+28h]
cmp rdi, rax
jz short loc_26B74
mov rsi, [rax]
inc rsi; unsigned __int64
call __ZdlPvm; operator delete(void *,ulong)
loc_26B74:
mov rdi, rbx; ... | void CLI::ExcludesError::~ExcludesError(CLI::ExcludesError *this)
{
char *v2; // rdi
*(_QWORD *)this = off_49358;
v2 = (char *)*((_QWORD *)this + 3);
if ( v2 != (char *)this + 40 )
operator delete(v2, *((_QWORD *)this + 5) + 1LL);
std::runtime_error::~runtime_error(this);
operator delete(this, 0x38uLL... | ~ExcludesError:
PUSH RBX
MOV RBX,RDI
LEA RAX,[0x149358]
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x18]
LEA RAX,[RBX + 0x28]
CMP RDI,RAX
JZ 0x00126b74
MOV RSI,qword ptr [RAX]
INC RSI
CALL 0x00107430
LAB_00126b74:
MOV RDI,RBX
CALL 0x00107490
MOV ESI,0x38
MOV RDI,RBX
POP RBX
JMP 0x00107430
|
/* CLI::ExcludesError::~ExcludesError() */
void __thiscall CLI::ExcludesError::~ExcludesError(ExcludesError *this)
{
*(int ***)this = &PTR__Error_00149358;
if (*(ExcludesError **)(this + 0x18) != this + 0x28) {
operator_delete(*(ExcludesError **)(this + 0x18),*(long *)(this + 0x28) + 1);
}
std::runtime_e... | |
60,796 | CutSegment | seiftnesse[P]memoryallocator/src/custom_alloc_util.c | segment_t *CutSegment(segment_t *s, int size_to_cut) {
if (s->size <= size_to_cut) {
HEAP_LOG("Cannot cut segment: segment size %d <= requested size %d\n", s->size, size_to_cut);
return s;
}
uintptr_t addr = (uintptr_t) s;
addr += (s->size - size_to_cut) * BLOCK_SIZE;
// Ensure new... | O1 | c | CutSegment:
movq %rdi, %rax
movl 0x4(%rdi), %ecx
subl %esi, %ecx
jle 0x3af6
pushq %rbx
movl %ecx, %edx
shll $0xc, %edx
movslq %edx, %rdx
leaq (%rax,%rdx), %rbx
addq $0xf, %rbx
andq $-0x10, %rbx
movl %ecx, 0x4(%rax)
movl %esi, 0x4(%rbx)
movq %rax, 0x10(%rbx)
movq 0x8(%rax), %rcx
movq %rcx, 0x8(%rbx)
movl (%rax), %ecx
mo... | CutSegment:
mov rax, rdi
mov ecx, [rdi+4]
sub ecx, esi
jle short locret_3AF6
push rbx
mov edx, ecx
shl edx, 0Ch
movsxd rdx, edx
lea rbx, [rax+rdx]
add rbx, 0Fh
and rbx, 0FFFFFFFFFFFFFFF0h
mov [rax+4], ecx
mov [rbx+4], esi
mov [rbx+10h], rax
mov rcx, [rax+8]
mov ... | unsigned long long CutSegment(unsigned long long a1, int a2)
{
unsigned long long result; // rax
int v3; // ecx
bool v4; // cc
int v5; // ecx
long long v6; // rdx
unsigned long long v7; // rbx
long long v8; // rcx
result = a1;
v3 = *(_DWORD *)(a1 + 4);
v4 = v3 <= a2;
v5 = v3 - a2;
if ( !v4 )
... | CutSegment:
MOV RAX,RDI
MOV ECX,dword ptr [RDI + 0x4]
SUB ECX,ESI
JLE 0x00103af6
PUSH RBX
MOV EDX,ECX
SHL EDX,0xc
MOVSXD RDX,EDX
LEA RBX,[RAX + RDX*0x1]
ADD RBX,0xf
AND RBX,-0x10
MOV dword ptr [RAX + 0x4],ECX
MOV dword ptr [RBX + 0x4],ESI
MOV qword ptr [RBX + 0x10],RAX
MOV RCX,qword ptr [RAX + 0x8]
MOV qword ptr [RBX +... |
int4 * CutSegment(int4 *param_1,int param_2)
{
int iVar1;
int4 *puVar2;
iVar1 = param_1[1] - param_2;
puVar2 = param_1;
if (iVar1 != 0 && param_2 <= (int)param_1[1]) {
puVar2 = (int4 *)((long)param_1 + (long)(iVar1 * 0x1000) + 0xf & 0xfffffffffffffff0);
param_1[1] = iVar1;
puVar2[1] = param_2... | |
60,797 | my_aes_crypt_init | eloqsql/mysys_ssl/my_crypt.cc | int my_aes_crypt_init(void *ctx, enum my_aes_mode mode, int flags,
const unsigned char* key, unsigned int klen,
const unsigned char* iv, unsigned int ivlen)
{
#ifdef HAVE_EncryptAes128Ctr
#ifdef HAVE_EncryptAes128Gcm
if (mode == MY_AES_GCM)
if (flags & ENCRYPTION_FLAG_N... | O3 | cpp | my_aes_crypt_init:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %r8d, %r14d
movl %edx, %r12d
movl %esi, %ebx
movq %rdi, %r13
cmpl $0x2, %esi
je 0xd7c1e
cmpl $0x3, %ebx
jne 0xd7c5d
testb $0x2, %r12b
jne 0xd7cee
movq %rcx, %r15
movq %r9, -0x30(%rbp)
leaq 0x2abbc5(%rip)... | my_aes_crypt_init:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14d, r8d
mov r12d, edx
mov ebx, esi
mov r13, rdi
cmp esi, 2
jz short loc_D7C1E
cmp ebx, 3
jnz loc_D7C5D
test r12b, 2
jnz loc_D7CEE
mov r15, rcx
mov ... | long long my_aes_crypt_init(_QWORD *a1, int a2, char a3, long long a4, unsigned int a5, long long a6)
{
long long v9; // r15
unsigned long long v10; // rdi
long long *v11; // rax
unsigned long long v12; // rdi
unsigned long long v13; // rdi
long long v14; // rax
long long v16; // [rsp+0h] [rbp-30h]
if... | my_aes_crypt_init:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14D,R8D
MOV R12D,EDX
MOV EBX,ESI
MOV R13,RDI
CMP ESI,0x2
JZ 0x001d7c1e
CMP EBX,0x3
JNZ 0x001d7c5d
TEST R12B,0x2
JNZ 0x001d7cee
MOV R15,RCX
MOV qword ptr [RBP + -0x30],R9
LEA RAX,[0x4837a8]
ADD RAX,0x10
MOV qword ptr [R13]... |
int8
my_aes_crypt_init(long *param_1,uint param_2,uint param_3,int8 param_4,int4 param_5,
int8 param_6)
{
int *puVar1;
int8 uVar2;
void *pvVar3;
if (param_2 == 2) {
*param_1 = (long)&PTR__MyCTX_004837b8;
pvVar3 = (void *)((long)param_1 + 0x17U & 0xfffffffffffffff0);
param_1[0x1... | |
60,798 | fulfill_or_reject_promise | bluesky950520[P]quickjs/quickjs.c | static void fulfill_or_reject_promise(JSContext *ctx, JSValue promise,
JSValue value, BOOL is_reject)
{
JSPromiseData *s = JS_GetOpaque(promise, JS_CLASS_PROMISE);
struct list_head *el, *el1;
JSPromiseReactionData *rd;
JSValue args[5];
if (!s || s->promise_stat... | O0 | c | fulfill_or_reject_promise:
subq $0xe8, %rsp
movq %rsi, 0xd8(%rsp)
movq %rdx, 0xe0(%rsp)
movq %rcx, 0xc8(%rsp)
movq %r8, 0xd0(%rsp)
movq %rdi, 0xc0(%rsp)
movl %r9d, 0xbc(%rsp)
movq 0xd8(%rsp), %rdi
movq 0xe0(%rsp), %rsi
movl $0x31, %edx
callq 0x3e640
movq %rax, 0xb0(%rsp)
cmpq $0x0, 0xb0(%rsp)
je 0x981a1
movq 0xb0(%rsp)... | fulfill_or_reject_promise:
sub rsp, 0E8h
mov [rsp+0E8h+var_10], rsi
mov [rsp+0E8h+var_8], rdx
mov [rsp+0E8h+var_20], rcx
mov [rsp+0E8h+var_18], r8
mov [rsp+0E8h+var_28], rdi
mov [rsp+0E8h+var_2C], r9d
mov rdi, [rsp+0E8h+var_10]
mov rsi, [rsp+0E8h+var_8]
mov edx, 31h ; '1'
call ... | _QWORD * fulfill_or_reject_promise(long long a1, long long a2, long long a3, _DWORD *a4, long long a5, int a6)
{
_QWORD *result; // rax
long long v7; // rdx
long long v8; // rdx
long long v9; // [rsp+28h] [rbp-C0h]
_DWORD *v10; // [rsp+30h] [rbp-B8h]
_QWORD v11[11]; // [rsp+40h] [rbp-A8h] BYREF
_QWORD *v1... | fulfill_or_reject_promise:
SUB RSP,0xe8
MOV qword ptr [RSP + 0xd8],RSI
MOV qword ptr [RSP + 0xe0],RDX
MOV qword ptr [RSP + 0xc8],RCX
MOV qword ptr [RSP + 0xd0],R8
MOV qword ptr [RSP + 0xc0],RDI
MOV dword ptr [RSP + 0xbc],R9D
MOV RDI,qword ptr [RSP + 0xd8]
MOV RSI,qword ptr [RSP + 0xe0]
MOV EDX,0x31
CALL 0x0013e640
MOV ... |
void fulfill_or_reject_promise
(long param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int param_6)
{
long lVar1;
int *piVar2;
int1 auVar3 [16];
int8 local_a8;
int8 local_a0;
int8 local_98;
int8 local_90;
int8 local_88;
int8 local_80;
int1 local_78 [16];
... | |
60,799 | fulfill_or_reject_promise | bluesky950520[P]quickjs/quickjs.c | static void fulfill_or_reject_promise(JSContext *ctx, JSValue promise,
JSValue value, BOOL is_reject)
{
JSPromiseData *s = JS_GetOpaque(promise, JS_CLASS_PROMISE);
struct list_head *el, *el1;
JSPromiseReactionData *rd;
JSValue args[5];
if (!s || s->promise_stat... | O2 | c | fulfill_or_reject_promise:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %r8, 0x18(%rsp)
movq %rcx, 0x10(%rsp)
movq %rdx, %r13
cmpl $-0x1, %r13d
jne 0x4ac5f
movq %rsi, %rbp
cmpw $0x31, 0x6(%rsi)
jne 0x4ac5f
movq 0x30(%rbp), %r15
testq %r15, %r15
je 0x4ac5f
cmpl $0x0, (%r15)
je ... | fulfill_or_reject_promise:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov [rsp+0B8h+var_A0], r8
mov [rsp+0B8h+var_A8], rcx
mov r13, rdx
cmp r13d, 0FFFFFFFFh
jnz short loc_4AC5F
mov rbp, rsi
cmp word ptr [rsi+6], 31h ; '1'
jnz short loc_4AC5F
... | void fulfill_or_reject_promise(long long a1, long long a2, long long a3, _DWORD *a4, long long a5, int a6)
{
long long v7; // r15
long long v9; // rcx
void ( *v10)(long long, long long, long long, _DWORD *, long long, _QWORD, _QWORD); // rax
int v11; // ecx
long long v12; // r14
long long v13; // r13
_BO... | fulfill_or_reject_promise:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV qword ptr [RSP + 0x18],R8
MOV qword ptr [RSP + 0x10],RCX
MOV R13,RDX
CMP R13D,-0x1
JNZ 0x0014ac5f
MOV RBP,RSI
CMP word ptr [RSI + 0x6],0x31
JNZ 0x0014ac5f
MOV R15,qword ptr [RBP + 0x30]
TEST R15,R15
JZ 0x0014ac5f
CMP dword... |
void fulfill_or_reject_promise
(long param_1,long param_2,int8 param_3,int *param_4,int8 param_5,
int param_6)
{
int *piVar1;
code *pcVar2;
long *plVar3;
long lVar4;
long *plVar5;
long *plVar6;
uint local_a0;
long local_88;
long lStack_80;
long local_78;
long lStack... |
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.