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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
19,300 | plutovg_canvas_clip_preserve | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-canvas.c | void plutovg_canvas_clip_preserve(plutovg_canvas_t* canvas)
{
if(canvas->state->clipping) {
plutovg_rasterize(&canvas->fill_spans, canvas->path, &canvas->state->matrix, &canvas->clip_rect, NULL, canvas->state->winding);
plutovg_span_buffer_intersect(&canvas->clip_spans, &canvas->fill_spans, &canvas-... | O0 | c | plutovg_canvas_clip_preserve:
pushq %rbp
movq %rsp, %rbp
subq $0x10, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq 0x18(%rax), %rax
testb $0x1, 0x90(%rax)
je 0x56096
movq -0x8(%rbp), %rdi
addq $0x58, %rdi
movq -0x8(%rbp), %rax
movq 0x10(%rax), %rsi
movq -0x8(%rbp), %rax
movq 0x18(%rax), %rdx
addq $0x20, %rdx
mo... | plutovg_canvas_clip_preserve:
push rbp
mov rbp, rsp
sub rsp, 10h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov rax, [rax+18h]
test byte ptr [rax+90h], 1
jz short loc_56096
mov rdi, [rbp+var_8]
add rdi, 58h ; 'X'
mov rax, [rbp+var_8]
mov rsi, [rax+10h]
mov rax, [rbp+var... | long long plutovg_canvas_clip_preserve(long long a1)
{
long long result; // rax
if ( (*(_BYTE *)(*(_QWORD *)(a1 + 24) + 144LL) & 1) != 0 )
{
plutovg_rasterize(
a1 + 88,
*(_QWORD *)(a1 + 16),
*(_QWORD *)(a1 + 24) + 32LL,
a1 + 40,
0LL,
*(unsigned int *)(*(_QWORD *)(a1 + 24)... | plutovg_canvas_clip_preserve:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x10
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x18]
TEST byte ptr [RAX + 0x90],0x1
JZ 0x00156096
MOV RDI,qword ptr [RBP + -0x8]
ADD RDI,0x58
MOV RAX,qword ptr [RBP + -0x8]
MOV RSI,qword ptr [RAX + 0x10]
MOV RAX,qwor... |
void plutovg_canvas_clip_preserve(long param_1)
{
if ((*(byte *)(*(long *)(param_1 + 0x18) + 0x90) & 1) == 0) {
plutovg_rasterize(*(long *)(param_1 + 0x18) + 0x60,*(int8 *)(param_1 + 0x10),
*(long *)(param_1 + 0x18) + 0x20,param_1 + 0x28,0,
*(int4 *)(*(long *)(param_1... | |
19,301 | plutovg_canvas_clip_preserve | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-canvas.c | void plutovg_canvas_clip_preserve(plutovg_canvas_t* canvas)
{
if(canvas->state->clipping) {
plutovg_rasterize(&canvas->fill_spans, canvas->path, &canvas->state->matrix, &canvas->clip_rect, NULL, canvas->state->winding);
plutovg_span_buffer_intersect(&canvas->clip_spans, &canvas->fill_spans, &canvas-... | O1 | c | plutovg_canvas_clip_preserve:
pushq %r15
pushq %r14
pushq %rbx
movq %rdi, %rbx
movq 0x10(%rdi), %rsi
movq 0x18(%rdi), %rdi
leaq 0x20(%rdi), %rdx
leaq 0x28(%rbx), %rcx
movl 0x80(%rdi), %r9d
cmpb $0x1, 0x90(%rdi)
jne 0x23fa9
leaq 0x58(%rbx), %r14
movq %r14, %rdi
xorl %r8d, %r8d
callq 0x2d06d
leaq 0x38(%rbx), %r15
movq 0x... | plutovg_canvas_clip_preserve:
push r15
push r14
push rbx
mov rbx, rdi
mov rsi, [rdi+10h]
mov rdi, [rdi+18h]
lea rdx, [rdi+20h]
lea rcx, [rbx+28h]
mov r9d, [rdi+80h]
cmp byte ptr [rdi+90h], 1
jnz short loc_23FA9
lea r14, [rbx+58h]
mov rdi, r14
xor r8d, r8d
call plu... | long long plutovg_canvas_clip_preserve(long long a1)
{
long long v2; // rsi
long long v3; // rdi
long long v4; // rdx
long long v5; // rcx
long long v6; // r9
long long result; // rax
v2 = *(_QWORD *)(a1 + 16);
v3 = *(_QWORD *)(a1 + 24);
v4 = v3 + 32;
v5 = a1 + 40;
v6 = *(unsigned int *)(v3 + 12... | plutovg_canvas_clip_preserve:
PUSH R15
PUSH R14
PUSH RBX
MOV RBX,RDI
MOV RSI,qword ptr [RDI + 0x10]
MOV RDI,qword ptr [RDI + 0x18]
LEA RDX,[RDI + 0x20]
LEA RCX,[RBX + 0x28]
MOV R9D,dword ptr [RDI + 0x80]
CMP byte ptr [RDI + 0x90],0x1
JNZ 0x00123fa9
LEA R14,[RBX + 0x58]
MOV RDI,R14
XOR R8D,R8D
CALL 0x0012d06d
LEA R15,[R... |
void plutovg_canvas_clip_preserve(long param_1)
{
long lVar1;
lVar1 = *(long *)(param_1 + 0x18);
if (*(char *)(lVar1 + 0x90) == '\x01') {
plutovg_rasterize(param_1 + 0x58,*(int8 *)(param_1 + 0x10),lVar1 + 0x20,param_1 + 0x28,0,
*(int4 *)(lVar1 + 0x80));
plutovg_span_buffer_inter... | |
19,302 | js_module_loader_so | bluesky950520[P]quickjs/quickjs-libc.c | static JSModuleDef *js_module_loader_so(JSContext *ctx,
const char *module_name)
{
JSModuleDef *m;
void *hd;
JSInitModuleFunc *init;
char *filename;
if (!strchr(module_name, '/')) {
/* must add a '/' so that the DLL is not searched in the
s... | O0 | c | js_module_loader_so:
subq $0x88, %rsp
movq %rdi, 0x78(%rsp)
movq %rsi, 0x70(%rsp)
movq 0x70(%rsp), %rdi
movl $0x2f, %esi
callq 0xe290
cmpq $0x0, %rax
jne 0x168e3
movq 0x78(%rsp), %rax
movq %rax, 0x18(%rsp)
movq 0x70(%rsp), %rdi
callq 0xe260
movq 0x18(%rsp), %rdi
movq %rax, %rsi
addq $0x2, %rsi
addq $0x1, %rsi
callq 0x2... | js_module_loader_so:
sub rsp, 88h
mov [rsp+88h+var_10], rdi
mov [rsp+88h+var_18], rsi
mov rdi, [rsp+88h+var_18]
mov esi, 2Fh ; '/'
call _strchr
cmp rax, 0
jnz short loc_168E3
mov rax, [rsp+88h+var_10]
mov [rsp+88h+var_70], rax
mov rdi, [rsp+88h+var_18]
call _strlen
mov ... | long long js_module_loader_so(long long a1, long long a2)
{
long long v2; // rax
int v3; // eax
int v4; // r8d
int v5; // r9d
int v6; // ecx
int v7; // r8d
int v8; // r9d
int v9; // ecx
int v10; // r8d
int v11; // r9d
long long v13; // [rsp+50h] [rbp-38h]
long long ( *v14)(long long, long long)... | js_module_loader_so:
SUB RSP,0x88
MOV qword ptr [RSP + 0x78],RDI
MOV qword ptr [RSP + 0x70],RSI
MOV RDI,qword ptr [RSP + 0x70]
MOV ESI,0x2f
CALL 0x0010e290
CMP RAX,0x0
JNZ 0x001168e3
MOV RAX,qword ptr [RSP + 0x78]
MOV qword ptr [RSP + 0x18],RAX
MOV RDI,qword ptr [RSP + 0x70]
CALL 0x0010e260
MOV RDI,qword ptr [RSP + 0x1... |
long js_module_loader_so(int8 param_1,char *param_2)
{
char *pcVar1;
size_t sVar2;
long lVar3;
int8 uVar4;
code *pcVar5;
long lVar6;
char *local_38;
pcVar1 = strchr(param_2,0x2f);
local_38 = param_2;
if (pcVar1 == (char *)0x0) {
sVar2 = strlen(param_2);
local_38 = (char *)js_malloc(para... | |
19,303 | js_parse_expect_semi | bluesky950520[P]quickjs/quickjs.c | static int js_parse_expect_semi(JSParseState *s)
{
if (s->token.val != ';') {
/* automatic insertion of ';' */
if (s->token.val == TOK_EOF || s->token.val == '}' || s->got_lf) {
return 0;
}
return js_parse_error(s, "expecting '%c'", ';');
}
return next_token(s);
} | O0 | c | js_parse_expect_semi:
subq $0x18, %rsp
movq %rdi, 0x8(%rsp)
movq 0x8(%rsp), %rax
cmpl $0x3b, 0x20(%rax)
je 0xae59d
movq 0x8(%rsp), %rax
cmpl $-0x56, 0x20(%rax)
je 0xae575
movq 0x8(%rsp), %rax
cmpl $0x7d, 0x20(%rax)
je 0xae575
movq 0x8(%rsp), %rax
cmpl $0x0, 0x58(%rax)
je 0xae57f
movl $0x0, 0x14(%rsp)
jmp 0xae5ab
movq 0... | js_parse_expect_semi:
sub rsp, 18h
mov [rsp+18h+var_10], rdi
mov rax, [rsp+18h+var_10]
cmp dword ptr [rax+20h], 3Bh ; ';'
jz short loc_AE59D
mov rax, [rsp+18h+var_10]
cmp dword ptr [rax+20h], 0FFFFFFAAh
jz short loc_AE575
mov rax, [rsp+18h+var_10]
cmp dword ptr [rax+20h], 7Dh ;... | long long js_parse_expect_semi(
long long a1,
__m128 a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
long long a10,
long long a11,
long long a12,
long long a13,
long long a14... | js_parse_expect_semi:
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RDI
MOV RAX,qword ptr [RSP + 0x8]
CMP dword ptr [RAX + 0x20],0x3b
JZ 0x001ae59d
MOV RAX,qword ptr [RSP + 0x8]
CMP dword ptr [RAX + 0x20],-0x56
JZ 0x001ae575
MOV RAX,qword ptr [RSP + 0x8]
CMP dword ptr [RAX + 0x20],0x7d
JZ 0x001ae575
MOV RAX,qword ptr [RSP + 0... |
int4 js_parse_expect_semi(long param_1)
{
int4 local_4;
if (*(int *)(param_1 + 0x20) == 0x3b) {
local_4 = next_token(param_1);
}
else if (((*(int *)(param_1 + 0x20) == -0x56) || (*(int *)(param_1 + 0x20) == 0x7d)) ||
(*(int *)(param_1 + 0x58) != 0)) {
local_4 = 0;
}
else {
local_4... | |
19,304 | js_parse_expect_semi | bluesky950520[P]quickjs/quickjs.c | static int js_parse_expect_semi(JSParseState *s)
{
if (s->token.val != ';') {
/* automatic insertion of ';' */
if (s->token.val == TOK_EOF || s->token.val == '}' || s->got_lf) {
return 0;
}
return js_parse_error(s, "expecting '%c'", ';');
}
return next_token(s);
} | O2 | c | js_parse_expect_semi:
movl 0x20(%rdi), %ecx
xorl %eax, %eax
cmpl $-0x56, %ecx
je 0x5a26e
cmpl $0x3b, %ecx
je 0x4fa4e
cmpl $0x7d, %ecx
je 0x5a26e
cmpl $0x0, 0x58(%rdi)
je 0x5a26f
retq
pushq %rax
leaq 0x2dc2a(%rip), %rsi # 0x87ea1
pushq $0x3b
popq %rdx
xorl %eax, %eax
callq 0x28457
pushq $-0x1
popq %rax
addq $0x8, %r... | js_parse_expect_semi:
mov ecx, [rdi+20h]
xor eax, eax
cmp ecx, 0FFFFFFAAh
jz short locret_5A26E
cmp ecx, 3Bh ; ';'
jz next_token
cmp ecx, 7Dh ; '}'
jz short locret_5A26E
cmp dword ptr [rdi+58h], 0
jz short loc_5A26F
locret_5A26E:
retn
loc_5A26F:
push rax
lea rsi, aExpe... | long long js_parse_expect_semi(
long long a1,
long long a2,
long long a3,
__m128 a4,
__m128 a5,
__m128 a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
long long a12,
long long a13,
long long a14... | js_parse_expect_semi:
MOV ECX,dword ptr [RDI + 0x20]
XOR EAX,EAX
CMP ECX,-0x56
JZ 0x0015a26e
CMP ECX,0x3b
JZ 0x0014fa4e
CMP ECX,0x7d
JZ 0x0015a26e
CMP dword ptr [RDI + 0x58],0x0
JZ 0x0015a26f
LAB_0015a26e:
RET
LAB_0015a26f:
PUSH RAX
LEA RSI,[0x187ea1]
PUSH 0x3b
POP RDX
XOR EAX,EAX
CALL 0x00128457
PUSH -0x1
POP RAX
ADD ... |
int8 js_parse_expect_semi(long *param_1)
{
uint *puVar1;
byte bVar2;
uint uVar3;
int iVar4;
int4 uVar5;
byte *pbVar6;
byte *pbVar7;
byte bVar8;
int8 uVar9;
int8 uVar10;
uint uVar11;
char *pcVar12;
int1 auVar13 [16];
int1 auStack_3f0 [912];
int8 uStack_60;
byte *pbStack_58;
byte *pbSt... | |
19,305 | google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File(google::protobuf::compiler::CodeGeneratorResponse_File const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/plugin.pb.cc | CodeGeneratorResponse_File::CodeGeneratorResponse_File(const CodeGeneratorResponse_File& from)
: ::PROTOBUF_NAMESPACE_ID::Message() {
CodeGeneratorResponse_File* const _this = this; (void)_this;
new (&_impl_) Impl_{
decltype(_impl_._has_bits_){from._impl_._has_bits_}
, /*decltype(_impl_._cached_size_)*/... | O0 | cpp | google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File(google::protobuf::compiler::CodeGeneratorResponse_File const&):
subq $0x118, %rsp # imm = 0x118
movq %rdi, 0xc8(%rsp)
movq %rsi, 0xc0(%rsp)
movq 0xc8(%rsp), %rdi
movq %rdi, 0x98(%rsp)
callq 0xd3f60
movq 0x98(%rsp), %rax
leaq 0... | _ZN6google8protobuf8compiler26CodeGeneratorResponse_FileC2ERKS2_:
sub rsp, 118h
mov [rsp+118h+var_50], rdi
mov [rsp+118h+var_58], rsi
mov rdi, [rsp+118h+var_50]; this
mov [rsp+118h+var_80], rdi
call _ZN6google8protobuf7MessageC2Ev; google::protobuf::Message::Message(void)
mov rax, [rsp+118h+v... | char google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File(
google::protobuf::compiler::CodeGeneratorResponse_File *this,
const google::protobuf::compiler::CodeGeneratorResponse_File *a2)
{
char result; // al
google::protobuf::GeneratedCodeInfo *v3; // [rsp+0h] [rbp-118... | |||
19,306 | google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File(google::protobuf::compiler::CodeGeneratorResponse_File const&) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/plugin.pb.cc | CodeGeneratorResponse_File::CodeGeneratorResponse_File(const CodeGeneratorResponse_File& from)
: ::PROTOBUF_NAMESPACE_ID::Message() {
CodeGeneratorResponse_File* const _this = this; (void)_this;
new (&_impl_) Impl_{
decltype(_impl_._has_bits_){from._impl_._has_bits_}
, /*decltype(_impl_._cached_size_)*/... | O3 | cpp | google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File(google::protobuf::compiler::CodeGeneratorResponse_File const&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rsi, %r15
movq %rdi, %rbx
leaq 0x8(%rdi), %r14
movq $0x0, 0x8(%rdi)
leaq 0x535f1(%rip), %rax # 0x101ad0
movq... | _ZN6google8protobuf8compiler26CodeGeneratorResponse_FileC2ERKS2_:
push r15
push r14
push r12
push rbx
push rax
mov r15, rsi
mov rbx, rdi
lea r14, [rdi+8]
mov qword ptr [rdi+8], 0
lea rax, off_101AD0
mov [rdi], rax
mov eax, [rsi+10h]
mov [rdi+10h], eax
xorps xmm0, xmm0
mo... | signed int * google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File(
google::protobuf::compiler::CodeGeneratorResponse_File *this,
const google::protobuf::compiler::CodeGeneratorResponse_File *a2)
{
_QWORD *v3; // r14
long long v4; // rsi
signed int *result; // rax
go... | CodeGeneratorResponse_File:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RSI
MOV RBX,RDI
LEA R14,[RDI + 0x8]
MOV qword ptr [RDI + 0x8],0x0
LEA RAX,[0x201ad0]
MOV qword ptr [RDI],RAX
MOV EAX,dword ptr [RSI + 0x10]
MOV dword ptr [RDI + 0x10],EAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x14],XMM0
MOVUPS xmmword ... |
/* google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File(google::protobuf::compiler::CodeGeneratorResponse_File
const&) */
void __thiscall
google::protobuf::compiler::CodeGeneratorResponse_File::CodeGeneratorResponse_File
(CodeGeneratorResponse_File *this,CodeGeneratorRespons... | |
19,307 | LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiViaRule.cpp | void
lefiViaRuleLayer::setOverhangToEnclosure(double d)
{
if ((overhang1_ != -1) && (overhang2_ != -1))
return; // both overhang1_ & overhang2_ are set
if (overhang1_ == -1)
overhang1_ = d; // set value to overhang1_
else
overhang2_ = d; // overhang1_ alr... | O0 | cpp | LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(double):
movq %rdi, -0x8(%rsp)
movsd %xmm0, -0x10(%rsp)
movq -0x8(%rsp), %rax
movq %rax, -0x18(%rsp)
movsd 0x10(%rax), %xmm0
movsd 0x45ece(%rip), %xmm1 # 0x75020
ucomisd %xmm1, %xmm0
jne 0x2f15c
jp 0x2f15c
jmp 0x2f17a
movq -0x18(%rsp), %rax
movsd 0x18(%rax), %xm... | _ZN12LefDefParser16lefiViaRuleLayer22setOverhangToEnclosureEd:
mov [rsp+var_8], rdi
movsd [rsp+var_10], xmm0
mov rax, [rsp+var_8]
mov [rsp+var_18], rax
movsd xmm0, qword ptr [rax+10h]
movsd xmm1, cs:dbl_75020
ucomisd xmm0, xmm1
jnz short loc_2F15C
jp short loc_2F15C
jmp short loc_2F17A
lo... | LefDefParser::lefiViaRuleLayer * LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(
LefDefParser::lefiViaRuleLayer *this,
double a2)
{
LefDefParser::lefiViaRuleLayer *result; // rax
if ( *((double *)this + 2) == -1.0 || (result = this, *((double *)this + 3) == -1.0) )
{
result = this;
... | setOverhangToEnclosure:
MOV qword ptr [RSP + -0x8],RDI
MOVSD qword ptr [RSP + -0x10],XMM0
MOV RAX,qword ptr [RSP + -0x8]
MOV qword ptr [RSP + -0x18],RAX
MOVSD XMM0,qword ptr [RAX + 0x10]
MOVSD XMM1,qword ptr [0x00175020]
UCOMISD XMM0,XMM1
JNZ 0x0012f15c
JP 0x0012f15c
JMP 0x0012f17a
LAB_0012f15c:
MOV RAX,qword ptr [RSP ... |
/* LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(double) */
void __thiscall
LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(lefiViaRuleLayer *this,double param_1)
{
if (((*(double *)(this + 0x10) == DAT_00175020) &&
(!NAN(*(double *)(this + 0x10)) && !NAN(DAT_00175020))) ||
((*(double *)... | |
19,308 | LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(double) | Efficient-TDP/thirdparty/Limbo/limbo/thirdparty/lefdef/5.8/lef/lef/lefiViaRule.cpp | void
lefiViaRuleLayer::setOverhangToEnclosure(double d)
{
if ((overhang1_ != -1) && (overhang2_ != -1))
return; // both overhang1_ & overhang2_ are set
if (overhang1_ == -1)
overhang1_ = d; // set value to overhang1_
else
overhang2_ = d; // overhang1_ alr... | O3 | cpp | LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(double):
movsd 0x10(%rdi), %xmm1
ucomisd 0x2a129(%rip), %xmm1 # 0x4b0a8
jne 0x20f83
jnp 0x20f95
movsd 0x18(%rdi), %xmm2
ucomisd 0x2a118(%rip), %xmm2 # 0x4b0a8
jne 0x20f94
jnp 0x20f95
retq
leaq 0x10(%rdi), %rax
addq $0x18, %rdi
ucomisd 0x2a103(%rip), %xmm1 ... | _ZN12LefDefParser16lefiViaRuleLayer22setOverhangToEnclosureEd:
movsd xmm1, qword ptr [rdi+10h]
ucomisd xmm1, cs:dbl_4B0A8
jnz short loc_20F83
jnp short loc_20F95
loc_20F83:
movsd xmm2, qword ptr [rdi+18h]
ucomisd xmm2, cs:dbl_4B0A8
jnz short locret_20F94
jnp short loc_20F95
locret_20F94:
retn
loc_20... | void LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(LefDefParser::lefiViaRuleLayer *this, double a2)
{
double v2; // xmm1_8
double *v3; // rax
double *v4; // rdi
v2 = *((double *)this + 2);
if ( v2 == -1.0 || *((double *)this + 3) == -1.0 )
{
v3 = (double *)((char *)this + 16);
v4 = (doubl... | setOverhangToEnclosure:
MOVSD XMM1,qword ptr [RDI + 0x10]
UCOMISD XMM1,qword ptr [0x0014b0a8]
JNZ 0x00120f83
JNP 0x00120f95
LAB_00120f83:
MOVSD XMM2,qword ptr [RDI + 0x18]
UCOMISD XMM2,qword ptr [0x0014b0a8]
JNZ 0x00120f94
JNP 0x00120f95
LAB_00120f94:
RET
LAB_00120f95:
LEA RAX,[RDI + 0x10]
ADD RDI,0x18
UCOMISD XMM1,qwo... |
/* LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(double) */
void __thiscall
LefDefParser::lefiViaRuleLayer::setOverhangToEnclosure(lefiViaRuleLayer *this,double param_1)
{
double dVar1;
lefiViaRuleLayer *plVar2;
dVar1 = *(double *)(this + 0x10);
if ((dVar1 != DAT_0014b0a8) || (NAN(dVar1) || NAN(D... | |
19,309 | my_sync_dir | eloqsql/mysys/my_sync.c | int my_sync_dir(const char *dir_name __attribute__((unused)),
myf my_flags __attribute__((unused)))
{
#ifdef NEED_EXPLICIT_SYNC_DIR
static const char cur_dir_name[]= {FN_CURLIB, 0};
File dir_fd;
int res= 0;
const char *correct_dir_name;
DBUG_ENTER("my_sync_dir");
DBUG_PRINT("my",("Dir: '%s' ... | O3 | c | my_sync_dir:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
pushq %rax
cmpb $0x0, (%rdi)
movq %rsi, %rbx
leaq 0x40b10(%rip), %rax # 0xe1cc8
cmoveq %rax, %rdi
xorl %esi, %esi
movq %rbx, %rdx
callq 0x9ffac
testl %eax, %eax
js 0xa11ff
movl %eax, %r14d
movq %rbx, %rsi
orq $0x20, %rsi
movl %eax, %edi
callq ... | my_sync_dir:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
push rax
cmp byte ptr [rdi], 0
mov rbx, rsi
lea rax, my_sync_dir_cur_dir_name
cmovz rdi, rax
xor esi, esi
mov rdx, rbx
call my_open
test eax, eax
js short loc_A11FF
mov r14d, eax
mov rsi, rbx
or ... | long long my_sync_dir(_BYTE *a1, long long a2)
{
int v2; // eax
unsigned int v3; // r14d
unsigned int v4; // r15d
bool v5; // zf
long long result; // rax
if ( !*a1 )
a1 = &my_sync_dir_cur_dir_name;
v2 = my_open((long long)a1, 0, a2);
if ( v2 < 0 )
return 1LL;
v3 = v2;
v4 = 2 * ((unsigned i... | my_sync_dir:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
PUSH RAX
CMP byte ptr [RDI],0x0
MOV RBX,RSI
LEA RAX,[0x1e1cc8]
CMOVZ RDI,RAX
XOR ESI,ESI
MOV RDX,RBX
CALL 0x0019ffac
TEST EAX,EAX
JS 0x001a11ff
MOV R14D,EAX
MOV RSI,RBX
OR RSI,0x20
MOV EDI,EAX
CALL 0x001a1070
XOR R15D,R15D
TEST EAX,EAX
SETNZ R15B
ADD R15D,R15... |
char my_sync_dir(char *param_1,ulong param_2)
{
char cVar1;
int iVar2;
int iVar3;
if (*param_1 == '\0') {
param_1 = ".";
}
iVar2 = my_open(param_1,0,param_2);
if (iVar2 < 0) {
cVar1 = '\x01';
}
else {
iVar3 = my_sync(iVar2,param_2 | 0x20);
iVar2 = my_close(iVar2,param_2);
cVar... | |
19,310 | free_root | eloqsql/mysys/my_alloc.c | void free_root(MEM_ROOT *root, myf MyFlags)
{
reg1 USED_MEM *next,*old;
DBUG_ENTER("free_root");
DBUG_PRINT("enter",("root: %p flags: %lu", root, MyFlags));
#if !(defined(HAVE_valgrind) && defined(EXTRA_DEBUG))
/*
There is no point in using mark_blocks_free when using valgrind as
it will not reclaim a... | O0 | c | free_root:
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
jmp 0xf3282
movq -0x10(%rbp), %rax
andq $0x2, %rax
cmpq $0x0, %rax
je 0xf329e
movq -0x8(%rbp), %rdi
callq 0xf33c0
jmp 0xf33ad
movq -0x10(%rbp), %rax
andq $0x1, %rax
cmpq $0x0, %rax
jne 0xf32b8
movq -0x8(%rbp), %rax
movq ... | free_root:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
jmp short $+2
loc_F3282:
mov rax, [rbp+var_10]
and rax, 2
cmp rax, 0
jz short loc_F329E
mov rdi, [rbp+var_8]
call mark_blocks_free
jmp loc_F33AD
loc_F329E:
mov rax, [rbp+var_10... | long long free_root(long long a1, char a2)
{
long long result; // rax
_QWORD *v3; // [rsp+0h] [rbp-20h]
_QWORD *v4; // [rsp+0h] [rbp-20h]
_QWORD *v5; // [rsp+8h] [rbp-18h]
_QWORD *v6; // [rsp+8h] [rbp-18h]
if ( (a2 & 2) != 0 )
return mark_blocks_free(a1);
if ( (a2 & 1) == 0 )
*(_QWORD *)(a1 + 16... | free_root:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x20
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
JMP 0x001f3282
LAB_001f3282:
MOV RAX,qword ptr [RBP + -0x10]
AND RAX,0x2
CMP RAX,0x0
JZ 0x001f329e
MOV RDI,qword ptr [RBP + -0x8]
CALL 0x001f33c0
JMP 0x001f33ad
LAB_001f329e:
MOV RAX,qword ptr [RBP + -0x10]
AND R... |
void free_root(long *param_1,ulong param_2)
{
int8 *puVar1;
int8 *local_20;
if ((param_2 & 2) == 0) {
if ((param_2 & 1) == 0) {
param_1[2] = 0;
}
puVar1 = (int8 *)param_1[1];
while (local_20 = puVar1, local_20 != (int8 *)0x0) {
puVar1 = (int8 *)*local_20;
if (local_20 != (in... | |
19,311 | stbi__zbuild_huffman | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-stb-image.h | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizelist, int num)
{
int i,k=0;
int code, next_code[16], sizes[17];
// DEFLATE spec for generating codes
memset(sizes, 0, sizeof(sizes));
memset(z->fast, 0, sizeof(z->fast));
for (i=0; i < num; ++i)
++sizes[sizelist[i]];
sizes... | O1 | c | stbi__zbuild_huffman:
pushq %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x90, %rsp
movl %edx, %ebp
movq %rsi, %rbx
movq %rdi, %r14
xorps %xmm0, %xmm0
movaps %xmm0, 0x30(%rsp)
movaps %xmm0, 0x20(%rsp)
movaps %xmm0, 0x10(%rsp)
movaps %xmm0, (%rsp)
movl $0x0, 0x40(%rsp)
movl $0x400, %edx # imm = 0x40... | stbi__zbuild_huffman:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 90h
mov ebp, edx
mov rbx, rsi
mov r14, rdi
xorps xmm0, xmm0
movaps [rsp+0B8h+var_88], xmm0
movaps [rsp+0B8h+var_98], xmm0
movaps [rsp+0B8h+var_A8], xmm0
movaps [rsp+0B8h+var_B8], xmm0
mov [rsp+0B8h+var_7... | long long stbi__zbuild_huffman(long long a1, long long a2, int a3)
{
long long v6; // rcx
long long v7; // rcx
const char *v8; // r15
long long v9; // rdx
int v10; // eax
__int16 v11; // si
int v12; // edi
int v13; // r8d
int v14; // edi
long long result; // rax
long long v16; // rsi
long long ... | stbi__zbuild_huffman:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x90
MOV EBP,EDX
MOV RBX,RSI
MOV R14,RDI
XORPS XMM0,XMM0
MOVAPS xmmword ptr [RSP + 0x30],XMM0
MOVAPS xmmword ptr [RSP + 0x20],XMM0
MOVAPS xmmword ptr [RSP + 0x10],XMM0
MOVAPS xmmword ptr [RSP],XMM0
MOV dword ptr [RSP + 0x40],0x0
MOV EDX,0x400
XO... |
int8 stbi__zbuild_huffman(void *param_1,long param_2,uint param_3)
{
int *piVar1;
int iVar2;
byte bVar3;
ushort uVar4;
uint uVar5;
ulong uVar6;
long lVar7;
ulong uVar8;
ulong uVar9;
int iVar10;
int iVar11;
char *pcVar12;
long *in_FS_OFFSET;
int8 local_b8;
int8 uStack_b0;
int8 local_a8;... | |
19,312 | missing_device_string[abi:cxx11](bool, bool) | msxemulator/build_O3/_deps/picotool-src/main.cpp | string missing_device_string(bool wasRetry, bool requires_rp2350 = false) {
char b[256];
const char* device_name = requires_rp2350 ? "RP2350" : "RP-series";
if (wasRetry) {
strcpy(b, "Despite the reboot attempt, no ");
} else {
strcpy(b, "No ");
}
char *buf = b + strlen(b);
i... | O3 | cpp | missing_device_string[abi:cxx11](bool, bool):
pushq %r14
pushq %rbx
subq $0x108, %rsp # imm = 0x108
movq %rdi, %rbx
leaq 0x7a1ff(%rip), %rax # 0xa49c4
leaq 0x7a1ff(%rip), %r14 # 0xa49cb
testl %edx, %edx
cmovneq %rax, %r14
testl %esi, %esi
je 0x2a7ef
movups 0x7a208(%rip), %xmm0 # 0xa49e5
movaps %xm... | _Z21missing_device_stringB5cxx11bb:
push r14
push rbx
sub rsp, 108h
mov rbx, rdi
lea rax, aRp2350; "RP2350"
lea r14, aRpSeries; "RP-series"
test edx, edx
cmovnz r14, rax
test esi, esi
jz short loc_2A7EF
movups xmm0, cs:xmmword_A49E5
movaps [rsp+118h+var_108], xmm0
movups xmm0, cs:xm... | _QWORD * missing_device_string[abi:cxx11](_QWORD *a1, int a2, int a3)
{
const char *v4; // r14
long long v5; // rax
char *v6; // rdi
int v7; // ecx
long long v8; // rsi
long long v9; // rdx
long long v10; // rcx
long long v11; // r8
long long v12; // r9
long long v13; // rax
char v15[280]; // [rsp... | missing_device_string[abi:cxx11]:
PUSH R14
PUSH RBX
SUB RSP,0x108
MOV RBX,RDI
LEA RAX,[0x1a49c4]
LEA R14,[0x1a49cb]
TEST EDX,EDX
CMOVNZ R14,RAX
TEST ESI,ESI
JZ 0x0012a7ef
MOVUPS XMM0,xmmword ptr [0x001a49e5]
MOVAPS xmmword ptr [RSP + 0x10],XMM0
MOVUPS XMM0,xmmword ptr [0x001a49d5]
MOVAPS xmmword ptr [RSP],XMM0
JMP 0x00... |
/* missing_device_string[abi:cxx11](bool, bool) */
string * missing_device_string_abi_cxx11_(bool param_1,bool param_2)
{
char *__s;
uint uVar1;
size_t sVar2;
int iVar3;
int in_EDX;
char *__format;
int7 in_register_00000031;
int7 in_register_00000039;
string *psVar4;
char *pcVar5;
int8 local_11... | |
19,313 | ma_tls_write | eloqsql/libmariadb/libmariadb/secure/openssl.c | ssize_t ma_tls_write(MARIADB_TLS *ctls, const uchar* buffer, size_t length)
{
int rc;
MARIADB_PVIO *pvio= ctls->pvio;
while ((rc= SSL_write((SSL *)ctls->ssl, (void *)buffer, (int)length)) <= 0)
{
int error= SSL_get_error((SSL *)ctls->ssl, rc);
if (error != SSL_ERROR_WANT_WRITE)
break;
if (pvi... | O0 | c | ma_tls_write:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq %rdx, -0x18(%rbp)
movq -0x8(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x28(%rbp)
movq -0x8(%rbp), %rax
movq 0x10(%rax), %rdi
movq -0x10(%rbp), %rsi
movq -0x18(%rbp), %rax
movl %eax, %edx
callq 0x14830
movl %ea... | ma_tls_write:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov [rbp+var_18], rdx
mov rax, [rbp+var_8]
mov rax, [rax+8]
mov [rbp+var_28], rax
loc_51D50:
mov rax, [rbp+var_8]
mov rdi, [rax+10h]
mov rsi, [rbp+var_10]
mov rax, [rbp+var_18]
... | long long ma_tls_write(long long a1, long long a2, unsigned int a3)
{
long long *v4; // [rsp+8h] [rbp-38h]
long long v5; // [rsp+18h] [rbp-28h]
int v6; // [rsp+24h] [rbp-1Ch]
v5 = *(_QWORD *)(a1 + 8);
do
v6 = SSL_write(*(_QWORD *)(a1 + 16), a2, a3);
while ( v6 <= 0
&& (unsigned int)SSL_get_erro... | ma_tls_write:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV qword ptr [RBP + -0x18],RDX
MOV RAX,qword ptr [RBP + -0x8]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x28],RAX
LAB_00151d50:
MOV RAX,qword ptr [RBP + -0x8]
MOV RDI,qword ptr [RAX + 0x10]
MOV RSI,... |
long ma_tls_write(long param_1,void *param_2,int param_3)
{
long lVar1;
int ret_code;
int iVar2;
void *pvVar3;
lVar1 = *(long *)(param_1 + 8);
do {
ret_code = SSL_write(*(SSL **)(param_1 + 0x10),param_2,param_3);
if ((0 < ret_code) || (iVar2 = SSL_get_error(*(SSL **)(param_1 + 0x10),ret_code), ... | |
19,314 | trnman_get_max_trid | eloqsql/storage/maria/trnman.c | TrID trnman_get_max_trid()
{
TrID id;
/* Check if trnman has been initalized */
if (short_trid_to_active_trn == NULL)
return 0;
mysql_mutex_lock(&LOCK_trn_list);
id= global_trid_generator;
mysql_mutex_unlock(&LOCK_trn_list);
return id;
} | O3 | c | trnman_get_max_trid:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
cmpq $0x0, 0x3b6f61(%rip) # 0x3ff420
je 0x484f8
cmpq $0x0, 0x3b7347(%rip) # 0x3ff810
jne 0x48504
leaq 0x3b72fe(%rip), %rdi # 0x3ff7d0
callq 0x29220
movq 0x3b7222(%rip), %rbx # 0x3ff700
movq 0x3b732b(%rip), %rdi # 0x3ff810
testq %rdi, %... | trnman_get_max_trid:
push rbp
mov rbp, rsp
push rbx
push rax
cmp cs:short_trid_to_active_trn, 0
jz short loc_484F8
cmp cs:qword_3FF810, 0
jnz short loc_48504
lea rdi, LOCK_trn_list
call _pthread_mutex_lock
loc_484D7:
mov rbx, cs:global_trid_generator
mov rdi, cs:qword_3FF810... | long long trnman_get_max_trid(long long a1)
{
long long v1; // rbx
if ( !short_trid_to_active_trn )
return 0LL;
if ( qword_3FF810 )
trnman_get_max_trid_cold_1(a1);
else
pthread_mutex_lock(&LOCK_trn_list);
v1 = global_trid_generator;
if ( qword_3FF810 )
((void ( *)(long long))PSI_server[44]... | trnman_get_max_trid:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
CMP qword ptr [0x004ff420],0x0
JZ 0x001484f8
CMP qword ptr [0x004ff810],0x0
JNZ 0x00148504
LEA RDI,[0x4ff7d0]
CALL 0x00129220
LAB_001484d7:
MOV RBX,qword ptr [0x004ff700]
MOV RDI,qword ptr [0x004ff810]
TEST RDI,RDI
JNZ 0x0014850b
LAB_001484ea:
LEA RDI,[0x4ff7d... |
int8 trnman_get_max_trid(void)
{
int8 uVar1;
if (short_trid_to_active_trn == 0) {
uVar1 = 0;
}
else {
if (LOCK_trn_list._64_8_ == 0) {
pthread_mutex_lock((pthread_mutex_t *)LOCK_trn_list);
}
else {
trnman_get_max_trid_cold_1();
}
uVar1 = global_trid_generator;
if (LO... | |
19,315 | spdlog::details::D_formatter<spdlog::details::null_scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char>>&) | aimrt_mujoco_sim/_deps/spdlog_lib-src/include/spdlog/pattern_formatter-inl.h | void format(const details::log_msg &, const std::tm &tm_time, memory_buf_t &dest) override
{
const size_t field_size = 10;
ScopedPadder p(field_size, padinfo_, dest);
fmt_helper::pad2(tm_time.tm_mon + 1, dest);
dest.push_back('/');
fmt_helper::pad2(tm_time.tm_mday, dest);
... | O0 | c | spdlog::details::D_formatter<spdlog::details::null_scoped_padder>::format(spdlog::details::log_msg const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char>>&):
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movq %rsi, 0x28(%rsp)
movq %rdx, 0x20(%rsp)
movq %rcx, 0x18(%rsp)
movq 0x30(%rsp), %rdx
movq $0x... | _ZN6spdlog7details11D_formatterINS0_18null_scoped_padderEE6formatERKNS0_7log_msgERK2tmRN3fmt2v819basic_memory_bufferIcLm250ESaIcEEE:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_10], rsi
mov [rsp+38h+var_18], rdx
mov [rsp+38h+var_20], rcx
mov rdx, [rsp+38h+var_8]
mov [rsp+38h+var_2... | long long spdlog::details::D_formatter<spdlog::details::null_scoped_padder>::format(
long long a1,
long long a2,
int *a3,
long long a4)
{
char v5; // [rsp+Dh] [rbp-2Bh] BYREF
char v6; // [rsp+Eh] [rbp-2Ah] BYREF
long long v7; // [rsp+10h] [rbp-28h]
long long v8; // [rsp+18h] [rb... | format:
SUB RSP,0x38
MOV qword ptr [RSP + 0x30],RDI
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x20],RDX
MOV qword ptr [RSP + 0x18],RCX
MOV RDX,qword ptr [RSP + 0x30]
MOV qword ptr [RSP + 0x10],0xa
ADD RDX,0x8
MOV RCX,qword ptr [RSP + 0x18]
LEA RDI,[RSP + 0xf]
MOV ESI,0xa
CALL 0x001f3330
MOV RAX,qword ptr [RSP... |
/* spdlog::details::D_formatter<spdlog::details::null_scoped_padder>::format(spdlog::details::log_msg
const&, tm const&, fmt::v8::basic_memory_buffer<char, 250ul, std::allocator<char> >&) */
void __thiscall
spdlog::details::D_formatter<spdlog::details::null_scoped_padder>::format
(D_formatter<spdlog::det... | |
19,316 | minja::Value::Value(char const*) | monkey531[P]llama/common/minja.hpp | Value(const char * v) : primitive_(std::string(v)) {} | O2 | cpp | minja::Value::Value(char const*):
pushq %r14
pushq %rbx
subq $0x28, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movups %xmm0, 0x30(%rdi)
movups %xmm0, 0x20(%rdi)
movups %xmm0, 0x10(%rdi)
movups %xmm0, (%rdi)
leaq 0x8(%rsp), %rdi
leaq 0x7(%rsp), %rdx
callq 0x3bddc
leaq 0x40(%rbx), %rdi
leaq 0x8(%rsp), %rsi
callq 0x55e7a
lea... | _ZN5minja5ValueC2EPKc:
push r14
push rbx
sub rsp, 28h
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi+30h], xmm0
movups xmmword ptr [rdi+20h], xmm0
movups xmmword ptr [rdi+10h], xmm0
movups xmmword ptr [rdi], xmm0
lea rdi, [rsp+38h+var_30]
lea rdx, [rsp+38h+var_31]
call _ZNSt7__cxx1... | void minja::Value::Value(minja::Value *this, const char *a2)
{
_QWORD v2[6]; // [rsp+8h] [rbp-30h] BYREF
*((_OWORD *)this + 3) = 0LL;
*((_OWORD *)this + 2) = 0LL;
*((_OWORD *)this + 1) = 0LL;
*(_OWORD *)this = 0LL;
std::string::basic_string<std::allocator<char>>(v2, (long long)a2);
ZN8nlohmann16json_abi... | Value:
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI + 0x30],XMM0
MOVUPS xmmword ptr [RDI + 0x20],XMM0
MOVUPS xmmword ptr [RDI + 0x10],XMM0
MOVUPS xmmword ptr [RDI],XMM0
LAB_001b44b0:
LEA RDI,[RSP + 0x8]
LEA RDX,[RSP + 0x7]
CALL 0x0013bddc
LEA RDI,[RBX + 0x40]
LAB_001b44c3:
LEA RSI,... |
/* minja::Value::Value(char const*) */
void __thiscall minja::Value::Value(Value *this,char *param_1)
{
allocator local_31;
string local_30 [32];
*(int8 *)(this + 0x30) = 0;
*(int8 *)(this + 0x38) = 0;
*(int8 *)(this + 0x20) = 0;
*(int8 *)(this + 0x28) = 0;
*(int8 *)(this + 0x10) = 0;
*(int8 *)(th... | |
19,317 | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch const&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/loopPatchBuilder.cpp | GregoryTriConverter<REAL>::GregoryTriConverter(
SourcePatch const & sourcePatch) {
Initialize(sourcePatch);
} | O0 | cpp | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch const&):
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x40(%rbp)
addq $0x18, %rax
movq %rax, -0x38(%rbp)
movq %rax, %rcx
addq $0x21... | _ZN10OpenSubdiv6v3_6_03Far19GregoryTriConverterIdEC2ERKNS1_11SourcePatchE:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov [rbp+var_40], rax
add rax, 18h
mov [rbp+var_38], rax
mov rcx, rax
add rcx, 210h
mov [rbp+var_30... | long long OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(long long a1, long long a2)
{
long long v3; // [rsp+48h] [rbp-28h]
v3 = a1 + 24;
do
{
OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::CornerTopology::CornerTopology();
v3 += 176LL;
}
while ( v3 != a1 + 552 );... | |||
19,318 | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch const&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/loopPatchBuilder.cpp | GregoryTriConverter<REAL>::GregoryTriConverter(
SourcePatch const & sourcePatch) {
Initialize(sourcePatch);
} | O1 | cpp | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch const&):
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x40(%rdi), %rax
xorl %ecx, %ecx
movabsq $0x1e00000000, %rdx # imm = 0x1E00000000
leaq (%rax,%rcx), %rdi
movq %rdi, 0x30(%rbx,%rcx)
movq %rdx,... | _ZN10OpenSubdiv6v3_6_03Far19GregoryTriConverterIfEC2ERKNS1_11SourcePatchE:
push r14
push rbx
push rax
mov rbx, rdi
lea rax, [rdi+40h]
xor ecx, ecx
mov rdx, 1E00000000h
loc_56DB1:
lea rdi, [rax+rcx]
mov [rbx+rcx+30h], rdi
mov [rbx+rcx+38h], rdx
mov qword ptr [rbx+rcx+0B8h], 0
add... | long long OpenSubdiv::v3_6_0::Far::GregoryTriConverter<float>::GregoryTriConverter(long long a1, long long a2)
{
long long i; // rcx
for ( i = 0LL; i != 504; i += 168LL )
{
*(_QWORD *)(a1 + i + 48) = a1 + 64 + i;
*(_QWORD *)(a1 + i + 56) = 0x1E00000000LL;
*(_QWORD *)(a1 + i + 184) = 0LL;
}
retur... | GregoryTriConverter:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[RDI + 0x40]
XOR ECX,ECX
MOV RDX,0x1e00000000
LAB_00156db1:
LEA RDI,[RAX + RCX*0x1]
MOV qword ptr [RBX + RCX*0x1 + 0x30],RDI
MOV qword ptr [RBX + RCX*0x1 + 0x38],RDX
MOV qword ptr [RBX + RCX*0x1 + 0xb8],0x0
ADD RCX,0xa8
CMP RCX,0x1f8
JNZ 0x00156db1
LAB... |
/* OpenSubdiv::v3_6_0::Far::GregoryTriConverter<float>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch
const&) */
void __thiscall
OpenSubdiv::v3_6_0::Far::GregoryTriConverter<float>::GregoryTriConverter
(GregoryTriConverter<float> *this,SourcePatch *param_1)
{
long lVar1;
lVar1 = 0;
d... | |
19,319 | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch const&) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/loopPatchBuilder.cpp | GregoryTriConverter<REAL>::GregoryTriConverter(
SourcePatch const & sourcePatch) {
Initialize(sourcePatch);
} | O3 | cpp | OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch const&):
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x48(%rdi), %rax
xorl %ecx, %ecx
movabsq $0x1e00000000, %rdx # imm = 0x1E00000000
leaq (%rax,%rcx), %rdi
movq %rdi, 0x38(%rbx,%rcx)
movq %rdx,... | _ZN10OpenSubdiv6v3_6_03Far19GregoryTriConverterIdEC2ERKNS1_11SourcePatchE:
push r14
push rbx
push rax
mov rbx, rdi
lea rax, [rdi+48h]
xor ecx, ecx
mov rdx, 1E00000000h
loc_5D029:
lea rdi, [rax+rcx]
mov [rbx+rcx+38h], rdi
mov [rbx+rcx+40h], rdx
mov qword ptr [rbx+rcx+0C0h], 0
add... | long long OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(long long a1, long long a2)
{
long long i; // rcx
for ( i = 0LL; i != 528; i += 176LL )
{
*(_QWORD *)(a1 + i + 56) = a1 + 72 + i;
*(_QWORD *)(a1 + i + 64) = 0x1E00000000LL;
*(_QWORD *)(a1 + i + 192) = 0LL;
}
retu... | GregoryTriConverter:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA RAX,[RDI + 0x48]
XOR ECX,ECX
MOV RDX,0x1e00000000
LAB_0015d029:
LEA RDI,[RAX + RCX*0x1]
MOV qword ptr [RBX + RCX*0x1 + 0x38],RDI
MOV qword ptr [RBX + RCX*0x1 + 0x40],RDX
MOV qword ptr [RBX + RCX*0x1 + 0xc0],0x0
ADD RCX,0xb0
CMP RCX,0x210
JNZ 0x0015d029
LAB... |
/* OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter(OpenSubdiv::v3_6_0::Far::SourcePatch
const&) */
void __thiscall
OpenSubdiv::v3_6_0::Far::GregoryTriConverter<double>::GregoryTriConverter
(GregoryTriConverter<double> *this,SourcePatch *param_1)
{
long lVar1;
lVar1 = 0;
... | |
19,320 | my_string_metadata_get | eloqsql/strings/ctype.c | void
my_string_metadata_get(MY_STRING_METADATA *metadata,
CHARSET_INFO *cs, const char *str, size_t length)
{
if (cs->mbmaxlen == 1 && !(cs->state & MY_CS_NONASCII))
{
metadata->char_length= length;
metadata->repertoire= my_string_repertoire_8bit(cs, str, (ulong)length);
}
else
... | O3 | c | my_string_metadata_get:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rcx, %r14
movq %rdx, %r15
movq %rsi, %r12
movq %rdi, %rbx
cmpl $0x1, 0x9c(%rsi)
jne 0xd2cfd
testb $0x20, 0xd(%r12)
jne 0xd2cfd
movq %r14, (%rbx)
movl $0x3, %eax
testq %r14, %r14
je 0xd2cdd
movl $0x... | my_string_metadata_get:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
push rax
mov r14, rcx
mov r15, rdx
mov r12, rsi
mov rbx, rdi
cmp dword ptr [rsi+9Ch], 1
jnz short loc_D2CFD
test byte ptr [r12+0Dh], 20h
jnz short loc_D2CFD
mov [rbx], r... | long long my_string_metadata_get(long long a1, long long a2, char *a3, long long a4)
{
long long result; // rax
char *v5; // r15
unsigned long long v6; // r14
unsigned long long v7[6]; // [rsp+0h] [rbp-30h] BYREF
v7[0] = result;
v5 = a3;
if ( *(_DWORD *)(a2 + 156) != 1 || (*(_BYTE *)(a2 + 13) & 0x20) !=... | my_string_metadata_get:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV R14,RCX
MOV R15,RDX
MOV R12,RSI
MOV RBX,RDI
CMP dword ptr [RSI + 0x9c],0x1
JNZ 0x001d2cfd
TEST byte ptr [R12 + 0xd],0x20
JNZ 0x001d2cfd
MOV qword ptr [RBX],R14
MOV EAX,0x3
TEST R14,R14
JZ 0x001d2cdd
MOV ECX,0x2000
AND... |
void my_string_metadata_get(long *param_1,long param_2,char *param_3,long param_4)
{
int4 uVar1;
uint uVar2;
ulong in_RAX;
char *pcVar3;
ulong local_38;
if ((*(int *)(param_2 + 0x9c) == 1) && ((*(byte *)(param_2 + 0xd) & 0x20) == 0)) {
*param_1 = param_4;
uVar1 = 3;
if ((param_4 == 0) || ((... | |
19,321 | my_round_up_to_next_power | eloqsql/include/my_bit.h | static inline uint32 my_round_up_to_next_power(uint32 v)
{
v--; /* 01100000000000000000000000001010 */
v|= v >> 1; /* 01110000000000000000000000001111 */
v|= v >> 2; /* 01111100000000000000000000001111 */
v|= v >> 4; /* 01111111110000000000000000001111 */
v|= v >> 8; /* 01111111111111111100000000001111 ... | O0 | c | my_round_up_to_next_power:
pushq %rbp
movq %rsp, %rbp
movl %edi, -0x4(%rbp)
movl -0x4(%rbp), %eax
addl $-0x1, %eax
movl %eax, -0x4(%rbp)
movl -0x4(%rbp), %eax
shrl %eax
orl -0x4(%rbp), %eax
movl %eax, -0x4(%rbp)
movl -0x4(%rbp), %eax
shrl $0x2, %eax
orl -0x4(%rbp), %eax
movl %eax, -0x4(%rbp)
movl -0x4(%rbp), %eax
shrl ... | my_round_up_to_next_power_1:
push rbp
mov rbp, rsp
mov [rbp+var_4], edi
mov eax, [rbp+var_4]
add eax, 0FFFFFFFFh
mov [rbp+var_4], eax
mov eax, [rbp+var_4]
shr eax, 1
or eax, [rbp+var_4]
mov [rbp+var_4], eax
mov eax, [rbp+var_4]
shr eax, 2
or eax, [rbp+var_4]
mov ... | long long my_round_up_to_next_power_1(int a1)
{
unsigned int v2; // [rsp+0h] [rbp-4h]
unsigned int v3; // [rsp+0h] [rbp-4h]
v2 = (a1 - 1) | ((unsigned int)(a1 - 1) >> 1) | (((a1 - 1) | ((unsigned int)(a1 - 1) >> 1)) >> 2);
v3 = v2 | (v2 >> 4) | ((v2 | (v2 >> 4)) >> 8);
return (v3 | HIWORD(v3)) + 1;
}
| my_round_up_to_next_power:
PUSH RBP
MOV RBP,RSP
MOV dword ptr [RBP + -0x4],EDI
MOV EAX,dword ptr [RBP + -0x4]
ADD EAX,-0x1
MOV dword ptr [RBP + -0x4],EAX
MOV EAX,dword ptr [RBP + -0x4]
SHR EAX,0x1
OR EAX,dword ptr [RBP + -0x4]
MOV dword ptr [RBP + -0x4],EAX
MOV EAX,dword ptr [RBP + -0x4]
SHR EAX,0x2
OR EAX,dword ptr [R... |
int my_round_up_to_next_power(int param_1)
{
uint uVar1;
uVar1 = param_1 - 1U >> 1 | param_1 - 1U;
uVar1 = uVar1 >> 2 | uVar1;
uVar1 = uVar1 >> 4 | uVar1;
uVar1 = uVar1 >> 8 | uVar1;
return (uVar1 >> 0x10 | uVar1) + 1;
}
| |
19,322 | ma_zlib_ctx_init | eloqsql/libmariadb/plugins/compress/c_zlib.c | static ma_compress_ctx *ma_zlib_ctx_init(int compression_level)
{
ma_compress_ctx *ctx;
if (!(ctx = (ma_compress_ctx *)calloc(1, sizeof(ma_compress_ctx))))
return NULL;
ctx->compression_level= (compression_level == COMPRESSION_LEVEL_DEFAULT) ?
Z_DEFAULT_COMPRESSION : compression_le... | O3 | c | ma_zlib_ctx_init:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movl %edi, %ebx
movl $0x1, %edi
movl $0x20, %esi
callq 0x5fa60
testq %rax, %rax
je 0x8bf0a
cmpl $0x7fffffff, %ebx # imm = 0x7FFFFFFF
movl $0xffffffff, %ecx # imm = 0xFFFFFFFF
cmovnel %ebx, %ecx
movl %ecx, 0x10(%rax)
addq $0x8, %rsp
popq %rbx... | ma_zlib_ctx_init:
push rbp
mov rbp, rsp
push rbx
push rax
mov ebx, edi
mov edi, 1
mov esi, 20h ; ' '
call _calloc
test rax, rax
jz short loc_8BF0A
cmp ebx, 7FFFFFFFh
mov ecx, 0FFFFFFFFh
cmovnz ecx, ebx
mov [rax+10h], ecx
loc_8BF0A:
add rsp, 8
pop rbx
pop rbp
... | long long ma_zlib_ctx_init(int a1)
{
long long result; // rax
int v2; // ecx
result = calloc(1LL, 32LL);
if ( result )
{
v2 = -1;
if ( a1 != 0x7FFFFFFF )
v2 = a1;
*(_DWORD *)(result + 16) = v2;
}
return result;
}
| ma_zlib_ctx_init:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV EBX,EDI
MOV EDI,0x1
MOV ESI,0x20
CALL 0x0015fa60
TEST RAX,RAX
JZ 0x0018bf0a
CMP EBX,0x7fffffff
MOV ECX,0xffffffff
CMOVNZ ECX,EBX
MOV dword ptr [RAX + 0x10],ECX
LAB_0018bf0a:
ADD RSP,0x8
POP RBX
POP RBP
RET
|
void ma_zlib_ctx_init(int param_1)
{
void *pvVar1;
int iVar2;
pvVar1 = calloc(1,0x20);
if (pvVar1 != (void *)0x0) {
iVar2 = -1;
if (param_1 != 0x7fffffff) {
iVar2 = param_1;
}
*(int *)((long)pvVar1 + 0x10) = iVar2;
}
return;
}
| |
19,323 | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | monkey531[P]llama/common/json.hpp | const typename object_t::key_type& key() const
{
JSON_ASSERT(m_object != nullptr);
if (JSON_HEDLEY_LIKELY(m_object->is_object()))
{
return m_it.object_iterator->first;
}
JSON_THROW(invalid_iterator::create(207, "cannot use key() for non-object iterators", m_obje... | O2 | cpp | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyEv:
push rbp; char
push r14; int
push rbx; int
sub rsp, 30h
mov rax, [rdi]
test rax, rax
jz short loc_80... | long long nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::key(
_QWORD *a1)
{
void *v... | key:
PUSH RBP
PUSH R14
PUSH RBX
SUB RSP,0x30
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
JZ 0x001809ac
MOV R14,RDI
CMP byte ptr [RAX],0x1
JNZ 0x0018095b
MOV RAX,qword ptr [R14 + 0x8]
ADD RSP,0x30
POP RBX
POP R14
POP RBP
RET
LAB_0018095b:
PUSH 0x20
POP RDI
CALL 0x00123450
MOV RBX,RAX
LAB_00180966:
LEA RSI,[0x1b3f83]
LEA RDI,[R... |
/* nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
... | |
19,324 | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | monkey531[P]llama/common/json.hpp | const typename object_t::key_type& key() const
{
JSON_ASSERT(m_object != nullptr);
if (JSON_HEDLEY_LIKELY(m_object->is_object()))
{
return m_it.object_iterator->first;
}
JSON_THROW(invalid_iterator::create(207, "cannot use key() for non-object iterators", m_obje... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::v... | _ZNK8nlohmann16json_abi_v3_11_36detail9iter_implIKNS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE3keyEv:
push rbp; char
push r15; int
push r14; __int64
push rbx; int
sub rsp, 28h
mov rax, [rdi]
test rax, ra... | key:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x28
MOV RAX,qword ptr [RDI]
TEST RAX,RAX
JZ 0x0018d0e9
MOV R14,RDI
CMP byte ptr [RAX],0x1
JNZ 0x0018d08b
MOV RAX,qword ptr [R14 + 0x8]
ADD RSP,0x28
POP RBX
POP R14
POP R15
POP RBP
RET
LAB_0018d08b:
MOV EDI,0x20
CALL 0x0011a430
MOV RBX,RAX
LEA R15,[RSP + 0x18]
MOV qword ... |
/* nlohmann::json_abi_v3_11_3::detail::iter_impl<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
... | ||
19,325 | nglog::tools::ProgramInvocationShortName() | ng-log[P]ng-log/src/utilities.cc | const char* ProgramInvocationShortName() {
if (g_program_invocation_short_name != nullptr) {
return g_program_invocation_short_name;
}
#if defined(HAVE_PROGRAM_INVOCATION_SHORT_NAME)
return program_invocation_short_name;
#elif defined(HAVE_GETPROGNAME)
return getprogname();
#elif defined(HAVE___PROGNAME)
... | O1 | cpp | nglog::tools::ProgramInvocationShortName():
movq 0x1e6da(%rip), %rax # 0x3fa20
testq %rax, %rax
jne 0x21355
movq 0xdc4e(%rip), %rax # 0x2efa0
movq (%rax), %rax
retq
| _ZN5nglog5tools26ProgramInvocationShortNameEv:
mov rax, cs:_ZN5nglogL31g_program_invocation_short_nameE; nglog::g_program_invocation_short_name
test rax, rax
jnz short locret_21355
mov rax, cs:program_invocation_short_name_ptr
mov rax, [rax]
locret_21355:
retn
| long long nglog::tools::ProgramInvocationShortName(nglog::tools *this)
{
long long result; // rax
result = nglog::g_program_invocation_short_name;
if ( !nglog::g_program_invocation_short_name )
return program_invocation_short_name;
return result;
}
| ProgramInvocationShortName:
MOV RAX,qword ptr [0x0013fa20]
TEST RAX,RAX
JNZ 0x00121355
MOV RAX,qword ptr [0x0012efa0]
MOV RAX,qword ptr [RAX]
LAB_00121355:
RET
|
/* nglog::tools::ProgramInvocationShortName() */
long nglog::tools::ProgramInvocationShortName(void)
{
long lVar1;
lVar1 = g_program_invocation_short_name;
if (g_program_invocation_short_name == 0) {
lVar1 = *(long *)PTR_program_invocation_short_name_0012efa0;
}
return lVar1;
}
| |
19,326 | JS_AtomIsNumericIndex1 | bluesky950520[P]quickjs/quickjs.c | static JSValue JS_AtomIsNumericIndex1(JSContext *ctx, JSAtom atom)
{
JSRuntime *rt = ctx->rt;
JSAtomStruct *p1;
JSString *p;
int c, len, ret;
JSValue num, str;
if (__JS_AtomIsTaggedInt(atom))
return js_int32(__JS_AtomToUInt32(atom));
assert(atom < rt->atom_size);
p1 = rt->atom_a... | O0 | c | JS_AtomIsNumericIndex1:
subq $0xc8, %rsp
movq %rdi, 0xb0(%rsp)
movl %esi, 0xac(%rsp)
movq 0xb0(%rsp), %rax
movq 0x18(%rax), %rax
movq %rax, 0xa0(%rsp)
movl 0xac(%rsp), %edi
callq 0x3c3b0
cmpl $0x0, %eax
je 0x3c5f3
movl 0xac(%rsp), %edi
callq 0x3c3d0
movl %eax, %edi
callq 0x39fb0
movq %rax, 0xb8(%rsp)
movq %rdx, 0xc0(%r... | JS_AtomIsNumericIndex1:
sub rsp, 0C8h
mov [rsp+0C8h+var_18], rdi
mov [rsp+0C8h+var_1C], esi
mov rax, [rsp+0C8h+var_18]
mov rax, [rax+18h]
mov [rsp+0C8h+var_28], rax
mov edi, [rsp+0C8h+var_1C]
call __JS_AtomIsTaggedInt
cmp eax, 0
jz short loc_3C5F3
mov edi, [rsp+0C8h+var_1C]
c... | long long JS_AtomIsNumericIndex1(long long a1, int a2)
{
int v2; // eax
long long v3; // rdx
long long v4; // rdx
long long v5; // rdx
long long v6; // rcx
long long v7; // r8
long long v8; // r9
long long v9; // rdx
unsigned long long v11; // [rsp+30h] [rbp-98h]
unsigned __int8 *v12; // [rsp+38h] ... | JS_AtomIsNumericIndex1:
SUB RSP,0xc8
MOV qword ptr [RSP + 0xb0],RDI
MOV dword ptr [RSP + 0xac],ESI
MOV RAX,qword ptr [RSP + 0xb0]
MOV RAX,qword ptr [RAX + 0x18]
MOV qword ptr [RSP + 0xa0],RAX
MOV EDI,dword ptr [RSP + 0xac]
CALL 0x0013c3b0
CMP EAX,0x0
JZ 0x0013c5f3
MOV EDI,dword ptr [RSP + 0xac]
CALL 0x0013c3d0
MOV EDI,... |
int1 [16] JS_AtomIsNumericIndex1(long param_1,uint param_2)
{
int iVar1;
int4 uVar2;
byte *pbVar3;
int1 auVar4 [16];
byte *local_90;
int8 local_86;
int4 local_7e;
int2 local_7a;
ushort *local_78;
ushort *local_70;
int1 local_68 [16];
int1 local_58 [16];
int local_44;
uint local_40;
uint... | |
19,327 | intern_filename | eloqsql/mysys/mf_pack.c | char *intern_filename(char *to, const char *from)
{
size_t length, to_length;
char buff[FN_REFLEN + 1];
if (from == to)
{ /* Dirname may destroy from */
(void) strnmov(buff, from, FN_REFLEN);
from=buff;
}
length= dirname_part(to, from, &to_length); /* Copy dirname & fix chars */
(void) strnmo... | O3 | c | intern_filename:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x228, %rsp # imm = 0x228
movq %rsi, %r14
movq %rdi, %rbx
movq %fs:0x28, %rax
movq %rax, -0x20(%rbp)
cmpq %rdi, %rsi
jne 0x5daa7
leaq -0x230(%rbp), %r15
movl $0x200, %edx # imm = 0x200
movq %r15, %rdi
movq %r14, %rs... | intern_filename:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 228h
mov r14, rsi
mov rbx, rdi
mov rax, fs:28h
mov [rbp+var_20], rax
cmp rsi, rdi
jnz short loc_5DAA7
lea r15, [rbp+var_230]
mov edx, 200h
mov rdi, r15
mov rsi, r14
call strnmov
mov ... | long long intern_filename(long long a1, _BYTE *a2)
{
_BYTE *v2; // r14
long long v3; // rax
long long v5; // [rsp+8h] [rbp-238h] BYREF
_BYTE v6[528]; // [rsp+10h] [rbp-230h] BYREF
unsigned long long v7; // [rsp+220h] [rbp-20h]
v2 = a2;
v7 = __readfsqword(0x28u);
if ( a2 == (_BYTE *)a1 )
{
strnmo... | intern_filename:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x228
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x20],RAX
CMP RSI,RDI
JNZ 0x0015daa7
LEA R15,[RBP + -0x230]
MOV EDX,0x200
MOV RDI,R15
MOV RSI,R14
CALL 0x0019295c
MOV R14,R15
LAB_0015daa7:
LEA R15,[RBP + -0x238]
MOV ... |
int1 * intern_filename(int1 *param_1,int1 *param_2)
{
long lVar1;
int1 *puVar2;
long in_FS_OFFSET;
long local_240;
int1 local_238 [528];
long local_28;
local_28 = *(long *)(in_FS_OFFSET + 0x28);
puVar2 = param_2;
if (param_2 == param_1) {
puVar2 = local_238;
strnmov(puVar2,param_2,0x200);... | |
19,328 | minja::ArgumentsValue::get_named(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&) | monkey531[P]llama/common/minja.hpp | Value get_named(const std::string & name) {
for (const auto & [key, value] : kwargs) {
if (key == name) return value;
}
return Value();
} | O2 | cpp | minja::ArgumentsValue::get_named(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
movq %rdx, %r15
movq %rdi, %rbx
movq 0x18(%rsi), %r14
movq 0x20(%rsi), %r12
cmpq %r12, %r14
je 0x84a22
movq %r14, %rdi
movq %r15, %rsi
callq 0x3... | _ZN5minja14ArgumentsValue9get_namedERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:
push r15
push r14
push r12
push rbx
push rax
mov r15, rdx
mov rbx, rdi
mov r14, [rsi+18h]
mov r12, [rsi+20h]
loc_84A08:
cmp r14, r12
jz short loc_84A22
mov rdi, r14
mov rsi, r15
ca... | minja::Value * minja::ArgumentsValue::get_named(minja::Value *this, long long a2, long long *a3)
{
long long *v4; // r14
long long *v5; // r12
v4 = *(long long **)(a2 + 24);
v5 = *(long long **)(a2 + 32);
while ( 1 )
{
if ( v4 == v5 )
{
minja::Value::Value(this);
return this;
}
... | get_named:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
MOV R15,RDX
MOV RBX,RDI
MOV R14,qword ptr [RSI + 0x18]
MOV R12,qword ptr [RSI + 0x20]
LAB_00184a08:
CMP R14,R12
JZ 0x00184a22
MOV RDI,R14
MOV RSI,R15
CALL 0x00132815
TEST AL,AL
JNZ 0x00184a2c
ADD R14,0x70
JMP 0x00184a08
LAB_00184a22:
MOV RDI,RBX
CALL 0x0016ad10
JM... |
/* minja::ArgumentsValue::get_named(std::__cxx11::string const&) */
string * minja::ArgumentsValue::get_named(string *param_1)
{
string *psVar1;
char cVar2;
string *in_RDX;
long in_RSI;
string *psVar3;
psVar3 = *(string **)(in_RSI + 0x18);
psVar1 = *(string **)(in_RSI + 0x20);
while( true ) {
... | |
19,329 | maria_delete_table | eloqsql/storage/maria/ma_delete_table.c | int maria_delete_table(const char *name)
{
MARIA_HA *info;
myf sync_dir;
int got_error= 0, error;
DBUG_ENTER("maria_delete_table");
#ifdef EXTRA_DEBUG
_ma_check_table_is_closed(name,"delete");
#endif
/** @todo LOCK take X-lock on table */
/*
We need to know if this table is transactional.
Unfortu... | O3 | c | maria_delete_table:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x60, %rsp
movq %rdi, %rbx
callq 0xc14ee
movl $0x0, (%rax)
xorl %r12d, %r12d
movq %rbx, %rdi
xorl %esi, %esi
movl $0x20, %edx
xorl %ecx, %ecx
callq 0x56e1b
testq %rax, %rax
je 0x73618
movq %rax, %r15
movq (%rax), %rax
xorl ... | maria_delete_table:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 60h
mov rbx, rdi
call _my_thread_var
mov dword ptr [rax], 0
xor r12d, r12d
mov rdi, rbx
xor esi, esi
mov edx, 20h ; ' '
xor ecx, ecx
call maria_open
test rax, rax
jz sh... | long long maria_delete_table(long long a1)
{
unsigned int v1; // r12d
_QWORD *v2; // rax
_QWORD *v3; // r15
long long v4; // rax
long long v5; // r14
long long v6; // rax
long long result; // rax
char v8; // cl
unsigned int v9; // eax
__int128 v10; // [rsp+20h] [rbp-60h] BYREF
long long v11; // [... | maria_delete_table:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x60
MOV RBX,RDI
CALL 0x001c14ee
MOV dword ptr [RAX],0x0
XOR R12D,R12D
MOV RDI,RBX
XOR ESI,ESI
MOV EDX,0x20
XOR ECX,ECX
CALL 0x00156e1b
TEST RAX,RAX
JZ 0x00173618
MOV R15,RAX
MOV RAX,qword ptr [RAX]
XOR R12D,R12D
CMP byte ptr [RAX + 0x... |
int maria_delete_table(char *param_1)
{
char cVar1;
int iVar2;
int4 *puVar3;
long *plVar4;
int *piVar5;
size_t sVar6;
int iVar7;
ulong uVar8;
int1 local_68 [32];
char *local_48;
long local_40;
int8 local_30;
puVar3 = (int4 *)_my_thread_var();
*puVar3 = 0;
iVar7 = 0;
plVar4 = (long *... | |
19,330 | testing::ScopedFakeTestPartResultReporter::Init() | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest.cc | void ScopedFakeTestPartResultReporter::Init() {
internal::UnitTestImpl* const impl = internal::GetUnitTestImpl();
if (intercept_mode_ == INTERCEPT_ALL_THREADS) {
old_reporter_ = impl->GetGlobalTestPartResultReporter();
impl->SetGlobalTestPartResultReporter(this);
} else {
old_reporter_ = impl->GetTest... | O0 | cpp | testing::ScopedFakeTestPartResultReporter::Init():
subq $0x18, %rsp
movq %rdi, 0x10(%rsp)
movq 0x10(%rsp), %rax
movq %rax, (%rsp)
callq 0x450c0
movq %rax, %rcx
movq (%rsp), %rax
movq %rcx, 0x8(%rsp)
cmpl $0x1, 0x8(%rax)
jne 0x21d07
movq 0x8(%rsp), %rdi
callq 0x21db0
movq (%rsp), %rsi
movq %rax, 0x10(%rsi)
movq 0x8(%rsp... | _ZN7testing32ScopedFakeTestPartResultReporter4InitEv:
sub rsp, 18h
mov [rsp+18h+var_8], rdi
mov rax, [rsp+18h+var_8]
mov [rsp+18h+var_18], rax
call _ZN7testing8internal15GetUnitTestImplEv; testing::internal::GetUnitTestImpl(void)
mov rcx, rax
mov rax, [rsp+18h+var_18]
mov [rsp+18h+var_10]... | long long testing::ScopedFakeTestPartResultReporter::Init(testing::ScopedFakeTestPartResultReporter *this)
{
testing::internal::UnitTestImpl *UnitTestImpl; // [rsp+8h] [rbp-10h]
UnitTestImpl = (testing::internal::UnitTestImpl *)testing::internal::GetUnitTestImpl(this);
if ( *((_DWORD *)this + 2) == 1 )
{
... | Init:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [RSP],RAX
CALL 0x001450c0
MOV RCX,RAX
MOV RAX,qword ptr [RSP]
MOV qword ptr [RSP + 0x8],RCX
CMP dword ptr [RAX + 0x8],0x1
JNZ 0x00121d07
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x00121db0
MOV RSI,qword ptr [RSP]
MOV qword ptr [RSI... |
/* testing::ScopedFakeTestPartResultReporter::Init() */
void __thiscall
testing::ScopedFakeTestPartResultReporter::Init(ScopedFakeTestPartResultReporter *this)
{
UnitTestImpl *this_00;
int8 uVar1;
this_00 = (UnitTestImpl *)internal::GetUnitTestImpl();
if (*(int *)(this + 8) == 1) {
uVar1 = internal::U... | |
19,331 | my_hash_iterate | eloqsql/mysys/hash.c | my_bool my_hash_iterate(HASH *hash, my_hash_walk_action action, void *argument)
{
uint records, i;
records= hash->records;
for (i= 0 ; i < records ; i++)
{
if ((*action)(dynamic_element(&hash->array, i, HASH_LINK *)->data,
argument))
return 1;
}
return 0;
} | O0 | c | my_hash_iterate:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq 0x18(%rax), %rax
movl %eax, -0x24(%rbp)
movl $0x0, -0x28(%rbp)
movl -0x28(%rbp), %eax
cmpl -0x24(%rbp), %eax
jae 0xdf0b5
movq -0x18(%rbp), %rax
movq -0x10(%rbp), ... | my_hash_iterate:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_10]
mov rax, [rax+18h]
mov [rbp+var_24], eax
mov [rbp+var_28], 0
loc_DF076:
mov eax, [rbp+var_28]
cmp eax, [rbp+var_24]
jnb short loc... | char my_hash_iterate(long long a1, unsigned __int8 ( *a2)(_QWORD, long long), long long a3)
{
unsigned int i; // [rsp+8h] [rbp-28h]
unsigned int v5; // [rsp+Ch] [rbp-24h]
v5 = *(_QWORD *)(a1 + 24);
for ( i = 0; i < v5; ++i )
{
if ( a2(*(_QWORD *)(16LL * i + *(_QWORD *)(a1 + 40) + 8), a3) )
return ... | my_hash_iterate:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x18]
MOV dword ptr [RBP + -0x24],EAX
MOV dword ptr [RBP + -0x28],0x0
LAB_001df076:
MOV EAX,dword ptr [RBP + -0x28]
... |
int1 my_hash_iterate(long param_1,code *param_2,int8 param_3)
{
int8 uVar1;
char cVar2;
uint local_30;
uVar1 = *(int8 *)(param_1 + 0x18);
local_30 = 0;
while( true ) {
if ((uint)uVar1 <= local_30) {
return 0;
}
cVar2 = (*param_2)(*(int8 *)(*(long *)(param_1 + 0x28) + (ulong)local_30 *... | |
19,332 | 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) ... | O0 | c | my_b_seq_read:
pushq %rbp
movq %rsp, %rbp
subq $0x70, %rsp
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq -0x20(%rbp), %rax
movq %rax, -0x38(%rbp)
movq -0x10(%rbp), %rdi
addq $0x50, %rdi
leaq 0x71f75(%rip), %rsi # 0x153fa0
movl $0x54c, %edx # imm = 0x54C
callq 0xe1500
movq -0x1... | _my_b_seq_read:
push rbp
mov rbp, rsp
sub rsp, 70h
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov rax, [rbp+var_20]
mov [rbp+var_38], rax
mov rdi, [rbp+var_10]
add rdi, 50h ; 'P'
lea rsi, aWorkspaceLlm4b_35; "/workspace/llm4binary/github2025/eloqsq"...
m... | _BOOL8 my_b_seq_read(long long a1, long long a2, unsigned long long a3)
{
unsigned long long v4; // [rsp+0h] [rbp-70h]
unsigned long long v5; // [rsp+18h] [rbp-58h]
long long v6; // [rsp+20h] [rbp-50h]
unsigned long long v7; // [rsp+28h] [rbp-48h]
unsigned long long v8; // [rsp+30h] [rbp-40h]
int v9; // [r... | _my_b_seq_read:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x70
MOV qword ptr [RBP + -0x10],RDI
MOV qword ptr [RBP + -0x18],RSI
MOV qword ptr [RBP + -0x20],RDX
MOV RAX,qword ptr [RBP + -0x20]
MOV qword ptr [RBP + -0x38],RAX
MOV RDI,qword ptr [RBP + -0x10]
ADD RDI,0x50
LEA RSI,[0x253fa0]
MOV EDX,0x54c
CALL 0x001e1500
MOV RAX,qword pt... |
bool _my_b_seq_read(ulong *param_1,void *param_2,ulong param_3)
{
long lVar1;
ulong uVar2;
long lVar3;
size_t local_78;
ulong local_50;
ulong local_48;
ulong local_38;
ulong local_30;
ulong local_28;
void *local_20;
inline_mysql_mutex_lock
(param_1 + 10,"/workspace/llm4binary/gith... | |
19,333 | google::protobuf::internal::ExtensionSet::Erase(int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set.cc | void ExtensionSet::Erase(int key) {
if (PROTOBUF_PREDICT_FALSE(is_large())) {
map_.large->erase(key);
return;
}
KeyValue* end = flat_end();
KeyValue* it =
std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator());
if (it != end && it->first == key) {
std::copy(it + 1, end, it);
... | O0 | cpp | google::protobuf::internal::ExtensionSet::Erase(int):
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movl %esi, 0x2c(%rsp)
movq 0x30(%rsp), %rdi
movq %rdi, 0x8(%rsp)
callq 0x306480
testb $0x1, %al
jne 0x393382
jmp 0x393397
movq 0x8(%rsp), %rax
movq 0x10(%rax), %rdi
leaq 0x2c(%rsp), %rsi
callq 0x3a3690
jmp 0x393409
movq 0x8(%rs... | _ZN6google8protobuf8internal12ExtensionSet5EraseEi:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_C], esi
mov rdi, [rsp+38h+var_8]; this
mov [rsp+38h+var_30], rdi
call _ZNK6google8protobuf8internal12ExtensionSet8is_largeEv; google::protobuf::internal::ExtensionSet::is_large(void)
test ... | long long google::protobuf::internal::ExtensionSet::Erase(
google::protobuf::internal::ExtensionSet *this,
int a2)
{
long long result; // rax
long long v3; // rax
long long v4; // [rsp+18h] [rbp-20h]
long long v5; // [rsp+20h] [rbp-18h]
int v6; // [rsp+2Ch] [rbp-Ch] BYREF
google::protobuf::... | |||
19,334 | google::protobuf::internal::ExtensionSet::Erase(int) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/extension_set.cc | void ExtensionSet::Erase(int key) {
if (PROTOBUF_PREDICT_FALSE(is_large())) {
map_.large->erase(key);
return;
}
KeyValue* end = flat_end();
KeyValue* it =
std::lower_bound(flat_begin(), end, key, KeyValue::FirstComparator());
if (it != end && it->first == key) {
std::copy(it + 1, end, it);
... | O3 | cpp | google::protobuf::internal::ExtensionSet::Erase(int):
pushq %rbx
subq $0x10, %rsp
movq %rdi, %rbx
movl %esi, 0xc(%rsp)
movswq 0xa(%rdi), %rax
movq 0x10(%rdi), %rdi
testq %rax, %rax
js 0x192da7
movq %rax, %rdx
shlq $0x5, %rdx
addq %rdi, %rdx
testw %ax, %ax
je 0x192d80
movq %rax, %r8
movq %rax, %rcx
shrq %rcx
movq %rcx, ... | _ZN6google8protobuf8internal12ExtensionSet5EraseEi:
push rbx
sub rsp, 10h
mov rbx, rdi
mov [rsp+18h+var_C], esi
movsx rax, word ptr [rdi+0Ah]
mov rdi, [rdi+10h]
test rax, rax
js short loc_192DA7
mov rdx, rax
shl rdx, 5
add rdx, rdi
test ax, ax
jz short loc_192D80
mov ... | long long google::protobuf::internal::ExtensionSet::Erase(
google::protobuf::internal::ExtensionSet *this,
int a2)
{
long long result; // rax
char *v4; // rdi
char *v5; // rdx
long long v6; // r8
long long i; // rcx
long long v8; // r9
signed long long v9; // rdx
int v10[3]; // [rsp+Ch]... | _M_allocate:
TEST RDI,RDI
JZ 0x00192d43
MOV RAX,RDI
SHR RAX,0x3a
JNZ 0x00192d46
SHL RDI,0x5
JMP 0x0011f4f0
LAB_00192d43:
XOR EAX,EAX
RET
LAB_00192d46:
PUSH RAX
CALL 0x0011fe34
|
/* std::_Vector_base<google::protobuf::compiler::cpp::(anonymous namespace)::FieldGroup,
std::allocator<google::protobuf::compiler::cpp::(anonymous namespace)::FieldGroup>
>::_M_allocate(unsigned long) */
void * __thiscall
std::
_Vector_base<google::protobuf::compiler::cpp::(anonymous_namespace)::FieldGroup,std... | |
19,335 | test_conc566 | eloqsql/libmariadb/unittest/libmariadb/ps_bugs.c | static int test_conc566(MYSQL *mysql)
{
int rc;
MYSQL_STMT *stmt = mysql_stmt_init(mysql);
unsigned long cursor = CURSOR_TYPE_READ_ONLY;
const char* query= "call sp()";
SKIP_SKYSQL;
rc= mysql_query(mysql,"drop procedure if exists sp");
check_mysql_rc(rc, mysql);
rc= mysql_query(mysql,"create procedur... | O0 | c | test_conc566:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rdi
callq 0x44950
movq %rax, -0x20(%rbp)
movq $0x1, -0x28(%rbp)
leaq 0x4fa0d(%rip), %rax # 0x66455
movq %rax, -0x30(%rbp)
cmpq $0x0, 0x6a8ac(%rip) # 0x81300
je 0x16a89
movq 0x6a8a3(%rip), %rdi # 0x81300
leaq ... | test_conc566:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_10], rdi
mov rdi, [rbp+var_10]
call mysql_stmt_init
mov [rbp+var_20], rax
mov [rbp+var_28], 1
lea rax, aCallSp; "call sp()"
mov [rbp+var_30], rax
cmp cs:hostname, 0
jz short loc_16A89
mov rdi, cs:hostname
le... | long long test_conc566(long long a1)
{
int v1; // edx
int v2; // ecx
int v3; // r8d
int v4; // r9d
int v5; // eax
int v6; // eax
int v7; // eax
int v8; // r8d
int v9; // r9d
char v10; // al
int v11; // eax
int v12; // r8d
int v13; // r9d
int v14; // eax
int v15; // r8d
int v16; // r9d
... | test_conc566:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x10],RDI
MOV RDI,qword ptr [RBP + -0x10]
CALL 0x00144950
MOV qword ptr [RBP + -0x20],RAX
MOV qword ptr [RBP + -0x28],0x1
LEA RAX,[0x166455]
MOV qword ptr [RBP + -0x30],RAX
CMP qword ptr [0x00181300],0x0
JZ 0x00116a89
MOV RDI,qword ptr [0x00181300]
L... |
int4 test_conc566(int8 param_1)
{
char cVar1;
int iVar2;
int4 uVar3;
char *pcVar4;
int8 uVar5;
int8 local_30;
int8 local_28;
int local_1c;
int8 local_18;
int4 local_c;
local_18 = param_1;
local_28 = mysql_stmt_init(param_1);
local_30 = 1;
if ((hostname != (char *)0x0) &&
(pcVar4 = ... | |
19,336 | bitmap_is_set_all | eloqsql/mysys/my_bitmap.c | my_bool bitmap_is_set_all(const MY_BITMAP *map)
{
my_bitmap_map *data_ptr= map->bitmap;
my_bitmap_map *end= map->last_word_ptr;
for (; data_ptr < end; data_ptr++)
if (*data_ptr != 0xFFFFFFFF)
return FALSE;
return (*data_ptr | map->last_word_mask) == 0xFFFFFFFF;
} | O0 | c | bitmap_is_set_all:
pushq %rbp
movq %rsp, %rbp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq %rax, -0x18(%rbp)
movq -0x10(%rbp), %rax
movq 0x8(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x18(%rbp), %rax
cmpq -0x20(%rbp), %rax
jae 0xf0778
movq -0x18(%rbp), %rax
cmpl $-0x1, (%rax)
je 0xf0768
movb $0x0... | bitmap_is_set_all:
push rbp
mov rbp, rsp
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax]
mov [rbp+var_18], rax
mov rax, [rbp+var_10]
mov rax, [rax+8]
mov [rbp+var_20], rax
loc_F074F:
mov rax, [rbp+var_18]
cmp rax, [rbp+var_20]
jnb short loc_F0778
mov rax, [r... | bool bitmap_is_set_all(long long a1)
{
_DWORD *i; // [rsp+8h] [rbp-18h]
for ( i = *(_DWORD **)a1; (unsigned long long)i < *(_QWORD *)(a1 + 8); ++i )
{
if ( *i != -1 )
return 0;
}
return (*(_DWORD *)(a1 + 24) | *i) == -1;
}
| bitmap_is_set_all:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x10],RDI
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV qword ptr [RBP + -0x18],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX + 0x8]
MOV qword ptr [RBP + -0x20],RAX
LAB_001f074f:
MOV RAX,qword ptr [RBP + -0x18]
CMP RAX,qword ptr [R... |
int8 bitmap_is_set_all(int8 *param_1)
{
uint *local_20;
bool local_9;
local_20 = (uint *)*param_1;
do {
if ((uint *)param_1[1] <= local_20) {
local_9 = (*local_20 | *(uint *)(param_1 + 3)) == 0xffffffff;
local_20 = (uint *)0x0;
LAB_001f0793:
return CONCAT71((int7)((ulong)local_20 >> 8... | |
19,337 | my_wildcmp_8bit_impl | eloqsql/strings/ctype-simple.c | static
int my_wildcmp_8bit_impl(CHARSET_INFO *cs,
const char *str,const char *str_end,
const char *wildstr,const char *wildend,
int escape, int w_one, int w_many, int recurse_level)
{
int result= -1; /* Not found, using wildcards */
if (m... | O0 | c | my_wildcmp_8bit_impl:
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movl 0x20(%rbp), %eax
movl 0x18(%rbp), %eax
movl 0x10(%rbp), %eax
movq %rdi, -0x10(%rbp)
movq %rsi, -0x18(%rbp)
movq %rdx, -0x20(%rbp)
movq %rcx, -0x28(%rbp)
movq %r8, -0x30(%rbp)
movl %r9d, -0x34(%rbp)
movl $0xffffffff, -0x38(%rbp) # imm = 0xFFFFFFFF
le... | my_wildcmp_8bit_impl:
push rbp
mov rbp, rsp
sub rsp, 60h
mov eax, [rbp+arg_10]
mov eax, [rbp+arg_8]
mov eax, [rbp+arg_0]
mov [rbp+var_10], rdi
mov [rbp+var_18], rsi
mov [rbp+var_20], rdx
mov [rbp+var_28], rcx
mov [rbp+var_30], r8
mov [rbp+var_34], r9d
mov [rbp+var_38],... | long long my_wildcmp_8bit_impl(
long long a1,
unsigned __int8 *a2,
unsigned __int8 *a3,
char *a4,
char *a5,
int a6,
int a7,
int a8,
unsigned int a9)
{
char *v9; // rcx
unsigned __int8 *v10; // rdx
char *v11; // rax
unsigned __int8 *v12; //... | my_wildcmp_8bit_impl:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV EAX,dword ptr [RBP + 0x20]
MOV EAX,dword ptr [RBP + 0x18]
MOV EAX,dword ptr [RBP + 0x10]
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 qword ptr [RBP + -0x30],R8
MOV dword pt... |
uint my_wildcmp_8bit_impl
(long param_1,byte *param_2,byte *param_3,byte *param_4,byte *param_5,uint param_6,
int param_7,int param_8,int param_9)
{
char cVar1;
int iVar2;
uint uVar3;
byte *pbVar4;
bool bVar5;
byte local_41;
uint local_40;
byte *local_30;
byte *local_20... | |
19,338 | js_array_push | bluesky950520[P]quickjs/quickjs.c | static JSValue js_array_push(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int unshift)
{
JSValue obj;
int i;
int64_t len, from, newLen;
obj = JS_ToObject(ctx, this_val);
if (js_get_length64(ctx, &len, obj))
goto exception;
newLen = len + argc;
... | O0 | c | js_array_push:
subq $0xd8, %rsp
movq %rsi, 0xb8(%rsp)
movq %rdx, 0xc0(%rsp)
movq %rdi, 0xb0(%rsp)
movl %ecx, 0xac(%rsp)
movq %r8, 0xa0(%rsp)
movl %r9d, 0x9c(%rsp)
movq 0xb0(%rsp), %rdi
movq 0xb8(%rsp), %rsi
movq 0xc0(%rsp), %rdx
callq 0x364b0
movq %rax, 0x58(%rsp)
movq %rdx, 0x60(%rsp)
movq 0x58(%rsp), %rax
movq %rax, ... | js_array_push:
sub rsp, 0D8h
mov [rsp+0D8h+var_20], rsi
mov [rsp+0D8h+var_18], rdx
mov [rsp+0D8h+var_28], rdi
mov [rsp+0D8h+var_2C], ecx
mov [rsp+0D8h+var_38], r8
mov [rsp+0D8h+var_3C], r9d
mov rdi, [rsp+0D8h+var_28]
mov rsi, [rsp+0D8h+var_20]
mov rdx, [rsp+0D8h+var_18]
call J... | long long js_array_push(
long long a1,
_DWORD *a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14)
{
lon... | js_array_push:
SUB RSP,0xd8
MOV qword ptr [RSP + 0xb8],RSI
MOV qword ptr [RSP + 0xc0],RDX
MOV qword ptr [RSP + 0xb0],RDI
MOV dword ptr [RSP + 0xac],ECX
MOV qword ptr [RSP + 0xa0],R8
MOV dword ptr [RSP + 0x9c],R9D
MOV RDI,qword ptr [RSP + 0xb0]
MOV RSI,qword ptr [RSP + 0xb8]
MOV RDX,qword ptr [RSP + 0xc0]
CALL 0x001364b... |
int1 [16]
js_array_push(int8 param_1,int8 param_2,int8 param_3,int param_4,long param_5,
int param_6)
{
int8 uVar1;
int iVar2;
long lVar3;
int8 *puVar4;
long lVar5;
int1 auVar6 [16];
long local_68;
long local_60;
int local_54;
int1 local_50 [16];
int local_3c;
long local_38;
in... | |
19,339 | js_array_push | bluesky950520[P]quickjs/quickjs.c | static JSValue js_array_push(JSContext *ctx, JSValue this_val,
int argc, JSValue *argv, int unshift)
{
JSValue obj;
int i;
int64_t len, from, newLen;
obj = JS_ToObject(ctx, this_val);
if (js_get_length64(ctx, &len, obj))
goto exception;
newLen = len + argc;
... | O1 | c | js_array_push:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %r9d, %r13d
movq %r8, %r12
movl %ecx, %ebp
movq %rdi, %rbx
callq 0x261c9
movq %rax, %r14
movq %rdx, %r15
leaq 0x40(%rsp), %rsi
movq %rbx, %rdi
movq %rax, %rdx
movq %r15, %rcx
callq 0x21ec8
testl %eax, %eax
jne 0x4c3a7... | js_array_push:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 48h
mov r13d, r9d
mov r12, r8
mov ebp, ecx
mov rbx, rdi
call JS_ToObject
mov r14, rax
mov r15, rdx
lea rsi, [rsp+78h+var_38]
mov rdi, rbx
mov rdx, rax
mov rcx, r15
call js_ge... | long long js_array_push(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14)
{
i... | js_array_push:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R13D,R9D
MOV R12,R8
MOV EBP,ECX
MOV RBX,RDI
CALL 0x001261c9
MOV R14,RAX
MOV R15,RDX
LEA RSI,[RSP + 0x40]
MOV RDI,RBX
MOV RDX,RAX
MOV RCX,R15
CALL 0x00121ec8
TEST EAX,EAX
JNZ 0x0014c3a7
MOV EDI,R13D
MOV R13,qword ptr [RSP + 0x40]
MOVSX... |
int1 [16]
js_array_push(long param_1,int8 param_2,int8 param_3,uint param_4,long param_5,
int param_6)
{
ulong uVar1;
int iVar2;
int8 uVar3;
long lVar5;
double dVar6;
int8 uVar7;
bool bVar8;
int1 auVar9 [16];
int4 local_58;
int4 uStack_50;
long local_38;
int8 uVar4;
auVar9 =... | |
19,340 | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_ab... | monkey531[P]llama/common/json.hpp | const noexcept(noexcept(
JSONSerializer<ValueType>::from_json(std::declval<const basic_json_t&>(), std::declval<ValueType&>())))
{
auto ret = ValueType();
JSONSerializer<ValueType>::from_json(*this, ret);
return ret;
} | O3 | cpp | std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_ab... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detail12priority_... | long long ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detail1... | _ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detail12priority_... |
string_t *
_ZNK8nlohmann16json_abi_v3_11_310basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvE8get_implIS9_TnNSt9enable_ifIXaasr6detail24is_default_constructibleIT_EE5valuesr6detail13has_from_jsonISD_SG_EE5valueEiE4typeELi0EEESG_NS0_6detai... | |
19,341 | plutovg_matrix_init_rotate | dmazzella[P]pylunasvg/lunasvg/plutovg/source/plutovg-matrix.c | void plutovg_matrix_init_rotate(plutovg_matrix_t* matrix, float angle)
{
float c = cosf(angle);
float s = sinf(angle);
plutovg_matrix_init(matrix, c, s, -s, c, 0, 0);
} | O1 | c | plutovg_matrix_init_rotate:
pushq %rbx
subq $0x10, %rsp
movss %xmm0, 0x8(%rsp)
movq %rdi, %rbx
callq 0x3050
movss %xmm0, 0xc(%rsp)
movss 0x8(%rsp), %xmm0
callq 0x30c0
movaps 0x1b4ff(%rip), %xmm1 # 0x23280
xorps %xmm0, %xmm1
movss 0xc(%rsp), %xmm2
movss %xmm2, (%rbx)
movss %xmm0, 0x4(%rbx)
movss %xmm1, 0x8(%rbx)
movs... | plutovg_matrix_init_rotate:
push rbx
sub rsp, 10h
movss [rsp+18h+var_10], xmm0
mov rbx, rdi
call _cosf
movss [rsp+18h+var_C], xmm0
movss xmm0, [rsp+18h+var_10]
call _sinf
movaps xmm1, cs:xmmword_23280
xorps xmm1, xmm0
movss xmm2, [rsp+18h+var_C]
movss dword ptr [rbx], xmm2
movss dword pt... | void plutovg_matrix_init_rotate(long long a1, float a2)
{
float v2; // xmm0_4
float v4; // [rsp+Ch] [rbp-Ch]
v4 = cosf();
v2 = sinf(a2);
*(float *)a1 = v4;
*(float *)(a1 + 4) = v2;
*(float *)(a1 + 8) = -v2;
*(float *)(a1 + 12) = v4;
*(_QWORD *)(a1 + 16) = 0LL;
}
| plutovg_matrix_init_rotate:
PUSH RBX
SUB RSP,0x10
MOVSS dword ptr [RSP + 0x8],XMM0
MOV RBX,RDI
CALL 0x00103050
MOVSS dword ptr [RSP + 0xc],XMM0
MOVSS XMM0,dword ptr [RSP + 0x8]
CALL 0x001030c0
MOVAPS XMM1,xmmword ptr [0x00123280]
XORPS XMM1,XMM0
MOVSS XMM2,dword ptr [RSP + 0xc]
MOVSS dword ptr [RBX],XMM2
MOVSS dword pt... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
void plutovg_matrix_init_rotate(float param_1,float *param_2)
{
float fVar1;
float fVar2;
float fVar3;
fVar1 = cosf(param_1);
fVar2 = sinf(param_1);
fVar3 = (float)(_DAT_00123280 ^ (uint)fVar2);
*param_2 = fVar1;
... | |
19,342 | PreparedResultSet::operator[](unsigned long) const | SylCore-WoTLK/src/server/database/Database/QueryResult.cpp | Field const& PreparedResultSet::operator[](std::size_t index) const
{
ASSERT(m_rowPosition < m_rowCount);
ASSERT(index < m_fieldCount);
return m_rows[uint32(m_rowPosition) * m_fieldCount + index];
} | O0 | cpp | PreparedResultSet::operator[](unsigned long) const:
subq $0x148, %rsp # imm = 0x148
movq %rdi, 0x140(%rsp)
movq %rsi, 0x138(%rsp)
movq 0x140(%rsp), %rax
movq %rax, 0x40(%rsp)
movq 0x40(%rsp), %rcx
movq 0x38(%rcx), %rax
cmpq 0x30(%rcx), %rax
jb 0x12e204
leaq 0x1ea996(%rip), %rsi # 0x318ab4
leaq 0x128(%rsp)... | _ZNK17PreparedResultSetixEm:
sub rsp, 148h
mov [rsp+148h+var_8], rdi
mov [rsp+148h+var_10], rsi
mov rax, [rsp+148h+var_8]
mov [rsp+148h+var_108], rax
mov rcx, [rsp+148h+var_108]
mov rax, [rcx+38h]
cmp rax, [rcx+30h]
jb loc_12E204
lea rsi, aWorkspaceLlm4b_18; "/workspace/llm4bina... | long long PreparedResultSet::operator[](long long a1, unsigned long long a2)
{
int v2; // edx
int v3; // ecx
int v4; // r8d
int v5; // r9d
__int128 v6; // rax
int v7; // r9d
int v8; // edx
int v9; // ecx
int v10; // r8d
int v11; // r9d
__int128 v12; // rax
int v13; // r9d
__int128 v15; // [rs... | basic_string_view:
SUB RSP,0x18
MOV qword ptr [RSP + 0x10],RDI
MOV qword ptr [RSP + 0x8],RSI
MOV RAX,qword ptr [RSP + 0x10]
MOV qword ptr [RSP],RAX
MOV RDI,qword ptr [RSP + 0x8]
CALL 0x0012f4b0
MOV RCX,RAX
MOV RAX,qword ptr [RSP]
MOV qword ptr [RAX],RCX
MOV RCX,qword ptr [RSP + 0x8]
MOV qword ptr [RAX + 0x8],RCX
ADD RS... |
/* std::basic_string_view<char, std::char_traits<char> >::basic_string_view(char const*) */
void __thiscall
std::basic_string_view<char,std::char_traits<char>>::basic_string_view
(basic_string_view<char,std::char_traits<char>> *this,char *param_1)
{
int8 uVar1;
uVar1 = char_traits<char>::length(para... | |
19,343 | void evmone::instr::core::swap<1>(evmone::StackTop) | corpus-core[P]colibri-stateless/build_O0/_deps/evmone_external-src/lib/evmone/instructions.hpp | inline void swap(StackTop stack) noexcept
{
static_assert(N >= 1 && N <= 16);
// The simple std::swap(stack.top(), stack[N]) is not used to workaround
// clang missed optimization: https://github.com/llvm/llvm-project/issues/59116
// TODO(clang): Check if #59116 bug fix has been released.
auto& a ... | O0 | cpp | void evmone::instr::core::swap<1>(evmone::StackTop):
pushq %rbp
movq %rsp, %rbp
subq $0x60, %rsp
movq %rdi, -0x8(%rbp)
leaq -0x8(%rbp), %rdi
movl $0xf, %esi
callq 0x61a10
movq %rax, -0x10(%rbp)
leaq -0x8(%rbp), %rdi
callq 0x611d0
movq %rax, -0x18(%rbp)
movq -0x18(%rbp), %rdi
xorl %eax, %eax
movl %eax, %esi
callq 0x6145... | _ZN6evmone5instr4core4swapILi15EEEvNS_8StackTopE:
push rbp
mov rbp, rsp
sub rsp, 60h
mov [rbp+var_8], rdi
lea rdi, [rbp+var_8]
mov esi, 0Fh
call _ZN6evmone8StackTopixEi; evmone::StackTop::operator[](int)
mov [rbp+var_10], rax
lea rdi, [rbp+var_8]; this
call _ZN6evmone8StackTop3topEv... | _QWORD * evmone::instr::core::swap<15>(long long a1)
{
_QWORD *result; // rax
long long v2; // [rsp+28h] [rbp-38h]
long long v3; // [rsp+30h] [rbp-30h]
long long v4; // [rsp+38h] [rbp-28h]
long long v5; // [rsp+40h] [rbp-20h]
_QWORD *v6; // [rsp+48h] [rbp-18h]
_QWORD *v7; // [rsp+50h] [rbp-10h]
long lon... | swap<15>:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x60
MOV qword ptr [RBP + -0x8],RDI
LEA RDI,[RBP + -0x8]
MOV ESI,0xf
CALL 0x00161a10
MOV qword ptr [RBP + -0x10],RAX
LEA RDI,[RBP + -0x8]
CALL 0x001611d0
MOV qword ptr [RBP + -0x18],RAX
MOV RDI,qword ptr [RBP + -0x18]
XOR EAX,EAX
MOV ESI,EAX
CALL 0x00161450
MOV RAX,qword ptr [RAX]... |
/* void evmone::instr::core::swap<15>(evmone::StackTop) */
void evmone::instr::core::swap<15>(int8 param_1)
{
int8 uVar1;
int8 uVar2;
int8 uVar3;
int8 uVar4;
uint<256u> *this;
uint<256u> *this_00;
int8 *puVar5;
int8 local_10;
local_10 = param_1;
this = (uint<256u> *)StackTop::operator[]((Stack... | |
19,344 | thr_print_locks | eloqsql/mysys/thr_lock.c | void thr_print_locks(void)
{
LIST *list;
uint count=0;
mysql_mutex_lock(&THR_LOCK_lock);
puts("Current active THR (table level locks):");
for (list= thr_lock_thread_list; list && count++ < MAX_THREADS;
list= list_rest(list))
{
THR_LOCK *lock=(THR_LOCK*) list->data;
mysql_mutex_lock(&lock->mu... | O3 | c | thr_print_locks:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
leaq 0xb647d9(%rip), %rax # 0xc08778
cmpq $0x0, 0x40(%rax)
jne 0xa41dc
leaq 0xb647c7(%rip), %rdi # 0xc08778
callq 0x29220
leaq 0x38886(%rip), %rdi # 0xdc843
callq 0x297e0
leaq 0xb64a5f(%rip), %r... | thr_print_locks:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
lea rax, THR_LOCK_lock
cmp qword ptr [rax+40h], 0
jnz loc_A41DC
lea rdi, THR_LOCK_lock
call _pthread_mutex_lock
loc_A3FB6:
lea rdi, aCurrentActiveT; "Current active THR (tabl... | long long thr_print_locks()
{
long long *v0; // r15
int v1; // ebx
_QWORD *v2; // r14
_QWORD *v3; // r12
_QWORD *v4; // r15
long long *v6; // [rsp+8h] [rbp-38h]
if ( THR_LOCK_lock[8] )
thr_print_locks_cold_1();
else
pthread_mutex_lock(THR_LOCK_lock);
puts("Current active THR (table level lock... | thr_print_locks:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
LEA RAX,[0xd08778]
CMP qword ptr [RAX + 0x40],0x0
JNZ 0x001a41dc
LEA RDI,[0xd08778]
CALL 0x00129220
LAB_001a3fb6:
LEA RDI,[0x1dc843]
CALL 0x001297e0
LEA RAX,[0xd08a28]
MOV R15,qword ptr [RAX]
TEST R15,R15
JZ 0x001a41a3
MOV E... |
void thr_print_locks(void)
{
pthread_mutex_t *__mutex;
long *plVar1;
long lVar2;
int iVar3;
long lVar4;
if (THR_LOCK_lock._64_8_ == 0) {
pthread_mutex_lock((pthread_mutex_t *)THR_LOCK_lock);
}
else {
thr_print_locks_cold_1();
}
puts("Current active THR (table level locks):");
if (thr_... | |
19,345 | get_zeros_padding | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/cipher.c | static int get_zeros_padding(unsigned char *input, size_t input_len,
size_t *data_len)
{
size_t i;
unsigned char done = 0, prev_done;
if (NULL == input || NULL == data_len) {
return MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA;
}
*data_len = 0;
for (i = input_len; i >... | O3 | c | get_zeros_padding:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
testq %rdi, %rdi
sete %al
testq %rdx, %rdx
sete %cl
orb %al, %cl
movl $0xffff9f00, %r12d # imm = 0xFFFF9F00
jne 0x9ac90
movq %rdx, %rbx
movq %rsi, %r14
movq $0x0, (%rdx)
testq %rsi, %rsi
je 0x9ac8d
movq %rdi, %r15
xorl ... | get_zeros_padding:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
test rdi, rdi
setz al
test rdx, rdx
setz cl
or cl, al
mov r12d, 0FFFF9F00h
jnz short loc_9AC90
mov rbx, rdx
mov r14, rsi
mov qword ptr [rdx], 0
test rsi, rsi
jz short loc_9... | long long get_zeros_padding(long long a1, long long a2, _QWORD *a3)
{
unsigned int v3; // r12d
long long v5; // r14
int v6; // r13d
int v7; // ebp
v3 = -24832;
if ( a1 != 0 && a3 != 0LL )
{
v5 = a2;
*a3 = 0LL;
if ( a2 )
{
v3 = 0;
v6 = 0;
do
{
v7 = v6 | !mb... | get_zeros_padding:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
TEST RDI,RDI
SETZ AL
TEST RDX,RDX
SETZ CL
OR CL,AL
MOV R12D,0xffff9f00
JNZ 0x0019ac90
MOV RBX,RDX
MOV R14,RSI
MOV qword ptr [RDX],0x0
TEST RSI,RSI
JZ 0x0019ac8d
MOV R15,RDI
XOR R12D,R12D
XOR R13D,R13D
LAB_0019ac5a:
MOVZX EDI,byte ptr [R15... |
int8 get_zeros_padding(long param_1,ulong param_2,ulong *param_3)
{
int iVar1;
ulong uVar2;
byte bVar3;
int8 uVar4;
byte bVar5;
uVar4 = 0xffff9f00;
if (param_3 != (ulong *)0x0 && param_1 != 0) {
*param_3 = 0;
if (param_2 == 0) {
uVar4 = 0;
}
else {
uVar4 = 0;
bVar5 =... | |
19,346 | mysql_real_connect_start_internal | eloqsql/libmariadb/libmariadb/mariadb_async.c | static void
mysql_real_connect_start_internal(void *d)
{
MK_ASYNC_INTERNAL_BODY(
mysql_real_connect,
(parms->mysql, parms->host, parms->user, parms->passwd, parms->db,
parms->port, parms->unix_socket, parms->client_flags),
parms->mysql,
MYSQL *,
r_ptr)
} | O0 | c | mysql_real_connect_start_internal:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq -0x8(%rbp), %rax
movq %rax, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rax
movq 0x480(%rax), %rax
movq 0x28(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq (%rax), %rdi
movq -0x10(%rbp), %rax
m... | mysql_real_connect_start_internal:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov rax, [rbp+var_8]
mov [rbp+var_10], rax
mov rax, [rbp+var_10]
mov rax, [rax]
mov rax, [rax+480h]
mov rax, [rax+28h]
mov [rbp+var_20], rax
mov rax, [rbp+var_10]
mov rdi, [rax]
... | long long mysql_real_connect_start_internal(long long a1)
{
long long result; // rax
long long v2; // [rsp+10h] [rbp-20h]
v2 = *(_QWORD *)(*(_QWORD *)(*(_QWORD *)a1 + 1152LL) + 40LL);
*(_QWORD *)(v2 + 8) = mysql_real_connect(
*(_QWORD *)a1,
*(_QWORD *)(a1 + ... | mysql_real_connect_start_internal:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x30
MOV qword ptr [RBP + -0x8],RDI
MOV RAX,qword ptr [RBP + -0x8]
MOV qword ptr [RBP + -0x10],RAX
MOV RAX,qword ptr [RBP + -0x10]
MOV RAX,qword ptr [RAX]
MOV RAX,qword ptr [RAX + 0x480]
MOV RAX,qword ptr [RAX + 0x28]
MOV qword ptr [RBP + -0x20],RAX
MOV RA... |
void mysql_real_connect_start_internal(long *param_1)
{
int4 *puVar1;
int8 uVar2;
puVar1 = *(int4 **)(*(long *)(*param_1 + 0x480) + 0x28);
uVar2 = mysql_real_connect(*param_1,param_1[1],param_1[2],param_1[3],param_1[4],(int)param_1[5],
param_1[6],param_1[7]);
*(int8 *)(puVar1... | |
19,347 | ma_update_blob_record | eloqsql/storage/maria/ma_dynrec.c | my_bool _ma_update_blob_record(MARIA_HA *info, MARIA_RECORD_POS pos,
const uchar *oldrec __attribute__ ((unused)),
const uchar *record)
{
uchar *rec_buff;
int error;
ulong reclength,reclength2,extra;
my_bool buff_alloced;
extra= (ALIGN_SIZE(MARIA_... | O3 | c | ma_update_blob_record:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x18, %rsp
movq %rcx, %r15
movq %rsi, %rbx
movq %rdi, %r14
movq %fs:0x28, %rax
movq %rax, -0x30(%rbp)
movq (%rdi), %rax
movq 0x3a0(%rax), %r12
movq %rcx, %rsi
callq 0x48d8e
leaq (%r12,%rax), %rsi
addq $0x5c, %... | _ma_update_blob_record:
push rbp
mov rbp, rsp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 18h
mov r15, rcx
mov rbx, rsi
mov r14, rdi
mov rax, fs:28h
mov [rbp+var_30], rax
mov rax, [rdi]
mov r12, [rax+3A0h]
mov rsi, rcx
call _ma_calc_total_blob_lengt... | long long ma_update_blob_record(long long a1, long long a2, long long a3, unsigned __int8 *a4)
{
long long v6; // r12
unsigned long long v7; // rsi
unsigned long long v8; // rax
bool v9; // cc
unsigned long long v10; // rax
char *v11; // r12
long long v12; // rax
unsigned int v13; // eax
unsigned lon... | _ma_update_blob_record:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x18
MOV R15,RCX
MOV RBX,RSI
MOV R14,RDI
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RBP + -0x30],RAX
MOV RAX,qword ptr [RDI]
MOV R12,qword ptr [RAX + 0x3a0]
MOV RSI,RCX
CALL 0x00148d8e
LEA RSI,[R12 + RAX*0x1]
ADD RSI,0x5c
... |
ulong _ma_update_blob_record(long *param_1,int8 param_2,int8 param_3,int8 param_4)
{
long lVar1;
char cVar2;
int iVar3;
long lVar4;
ulong uVar5;
int1 *puVar6;
int4 *puVar7;
int7 uVar8;
ulong *puVar9;
long in_FS_OFFSET;
ulong local_48;
int4 local_3c;
long local_38;
puVar9 = &local_48;
... | |
19,348 | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilBuilder.cpp | void add(int src, int dst, W weight, WACCUM weights)
{
// The _dests array has num(weights) elements mapping each individual
// element back to a specific stencil. The array is constructed in such
// a way that the current stencil being built is always at the end of
// the array, so ... | O0 | cpp | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator):
pushq %rbp
movq %rsp, %rbp
subq $0xa0, %rsp
leaq 0x10(%rbp), %rax
movq %rax, -0x58(... | _ZN10OpenSubdiv6v3_6_03Far8internal11WeightTableIdE3addINS2_19Point2ndDerivWeightIdEENS4_24Point2ndDerivAccumulatorEEEviiT_T0_:
push rbp
mov rbp, rsp
sub rsp, 0A0h
lea rax, [rbp+arg_0]
mov [rbp+var_58], rax
mov [rbp+var_8], rcx
mov [rbp+var_10], rdi
mov [rbp+var_14], esi
mov [rbp+var_... | long long OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>(
long long a1,
int a2,
int a3,
long long a4,
long long a5,
... | |||
19,349 | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilBuilder.cpp | void add(int src, int dst, W weight, WACCUM weights)
{
// The _dests array has num(weights) elements mapping each individual
// element back to a specific stencil. The array is constructed in such
// a way that the current stencil being built is always at the end of
// the array, so ... | O1 | cpp | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator):
pushq %r14
pushq %rbx
subq $0x48, %rsp
movq %rdi, %rbx
movq %rcx, 0x40(%rsp)
movl %... | _ZN10OpenSubdiv6v3_6_03Far8internal11WeightTableIdE3addINS2_19Point2ndDerivWeightIdEENS4_24Point2ndDerivAccumulatorEEEviiT_T0_:
push r14
push rbx
sub rsp, 48h
mov rbx, rdi
mov [rsp+58h+var_18], rcx
mov [rsp+58h+var_1C], esi
mov [rsp+58h+var_20], edx
mov rax, [rdi+8]
cmp [rdi], rax
jz ... | long long OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>(
long long a1,
int a2,
long long a3,
long long a4,
int a5,
... | add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>:
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV RBX,RDI
MOV qword ptr [RSP + 0x40],RCX
MOV dword ptr [RSP + 0x3c],ESI
MOV dword ptr [RSP + 0x38],EDX
MOV RAX,qword ptr [RDI + 0x8]
CMP ... |
/* void
OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,
OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>(int, int,
OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,
OpenSubdiv::v3_6_0... | |
19,350 | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilBuilder.cpp | void add(int src, int dst, W weight, WACCUM weights)
{
// The _dests array has num(weights) elements mapping each individual
// element back to a specific stencil. The array is constructed in such
// a way that the current stencil being built is always at the end of
// the array, so ... | O2 | cpp | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator):
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x48, %rsp
movl %edx, %r14d
movq ... | _ZN10OpenSubdiv6v3_6_03Far8internal11WeightTableIdE3addINS2_19Point2ndDerivWeightIdEENS4_24Point2ndDerivAccumulatorEEEviiT_T0_:
push r15
push r14
push r12
push rbx
sub rsp, 48h
mov r14d, edx
mov rbx, rdi
lea r12, [rsp+68h+arg_0]
mov [rsp+68h+var_28], rcx
mov [rsp+68h+var_2C], esi
mov... | long long OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>(
long long a1,
int a2,
int a3,
long long a4,
long long a5,
... | add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x48
MOV R14D,EDX
MOV RBX,RDI
LEA R12,[RSP + 0x70]
MOV qword ptr [RSP + 0x40],RCX
MOV dword ptr [RSP + 0x3c],ESI
MOV dword ptr... |
/* void
OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,
OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>(int, int,
OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,
OpenSubdiv::v3_6_0... | |
19,351 | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator) | NVIDIA-RTX[P]OSD-Lite/opensubdiv/far/stencilBuilder.cpp | void add(int src, int dst, W weight, WACCUM weights)
{
// The _dests array has num(weights) elements mapping each individual
// element back to a specific stencil. The array is constructed in such
// a way that the current stencil being built is always at the end of
// the array, so ... | O3 | cpp | void OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::add<float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator>(int, int, float, OpenSubdiv::v3_6_0::Far::internal::WeightTable<float>::ScalarAccumulator):
pushq %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x48, %rsp
movl %edx, %r14d
movl ... | _ZN10OpenSubdiv6v3_6_03Far8internal11WeightTableIdE3addINS2_19Point2ndDerivWeightIdEENS4_24Point2ndDerivAccumulatorEEEviiT_T0_:
push rbp
push r15
push r14
push rbx
sub rsp, 48h
mov r14d, edx
mov ebp, esi
mov rbx, rdi
mov [rsp+68h+var_28], rcx
mov [rsp+68h+var_2C], esi
mov [rsp+68... | long long OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>(
long long a1,
int a2,
long long a3,
long long a4,
int a5,
... | add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV R14D,EDX
MOV EBP,ESI
MOV RBX,RDI
MOV qword ptr [RSP + 0x40],RCX
MOV dword ptr [RSP + 0x3c],ESI
MOV dword ptr [RSP + 0... |
/* void
OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::add<OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,
OpenSubdiv::v3_6_0::Far::internal::WeightTable<double>::Point2ndDerivAccumulator>(int, int,
OpenSubdiv::v3_6_0::Far::internal::Point2ndDerivWeight<double>,
OpenSubdiv::v3_6_0... | |
19,352 | SDL::CopyTexture(unsigned int, SDL::Vec2i const&, SDL::Vec2i const&, unsigned char*, int) | SDL3Lite/source/OpenGL/GLUtils.cpp | void CopyTexture(GLuint id, const Vec2i& dstPos, const Vec2i& srcSize, uint8_t* pixels, int bpp)
{
assert(pixels);
GLint format = BppToFormat(bpp);
GL_ASSERT(glEnable(GL_TEXTURE_2D));
GL_ASSERT(glBindTexture(GL_TEXTURE_2D, id));
GL_ASSERT(glTexSubImage2D(GL_TEXTURE_2D, 0, dstPos.x, dstPos.y, srcSize.x, sr... | O3 | cpp | SDL::CopyTexture(unsigned int, SDL::Vec2i const&, SDL::Vec2i const&, unsigned char*, int):
subq $0x48, %rsp
movl %edi, 0x44(%rsp)
movq %rsi, 0x38(%rsp)
movq %rdx, 0x30(%rsp)
movq %rcx, 0x28(%rsp)
movl %r8d, 0x24(%rsp)
cmpq $0x0, 0x28(%rsp)
je 0x1d346
jmp 0x1d365
leaq 0x128b8(%rip), %rdi # 0x2fc05
leaq 0x126bc(%rip)... | _ZN3SDL11CopyTextureEjRKNS_5Vec2iES2_Phi:
sub rsp, 48h
mov [rsp+48h+var_4], edi
mov [rsp+48h+var_10], rsi
mov [rsp+48h+var_18], rdx
mov [rsp+48h+var_24+4], rcx
mov dword ptr [rsp+48h+var_24], r8d
cmp [rsp+48h+var_24+4], 0
jz short loc_1D346
jmp short loc_1D365
loc_1D346:
lea rdi... | long long SDL::CopyTexture(
SDL *this,
unsigned int *a2,
const SDL::Vec2i *a3,
const SDL::Vec2i *a4,
unsigned __int8 *a5)
{
int v6; // [rsp+20h] [rbp-28h]
if ( !a4 )
__assert_fail(
"pixels",
"/workspace/llm4binary/github2025/SDL3Lite/source/OpenGL/GLUtils.cp... | CopyTexture:
SUB RSP,0x48
MOV dword ptr [RSP + 0x44],EDI
MOV qword ptr [RSP + 0x38],RSI
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x28],RCX
MOV dword ptr [RSP + 0x24],R8D
CMP qword ptr [RSP + 0x28],0x0
JZ 0x0011d346
JMP 0x0011d365
LAB_0011d346:
LEA RDI,[0x12fc05]
LEA RSI,[0x12fa10]
MOV EDX,0x62
LEA RCX,[0x12f... |
/* SDL::CopyTexture(unsigned int, SDL::Vec2i const&, SDL::Vec2i const&, unsigned char*, int) */
void SDL::CopyTexture(uint param_1,Vec2i *param_2,Vec2i *param_3,uchar *param_4,int param_5)
{
int4 uVar1;
if (param_4 != (uchar *)0x0) {
uVar1 = BppToFormat(param_5);
(*glEnable)(0xde1);
OpenGL_Assert(... | |
19,353 | Trie::Node::~Node() | BirdUp9000[P]ct9/src/../include/ct9/Trie.h | inline Trie::Node::~Node() {
for (const auto& [key, value] : children) {
delete value;
}
} | O2 | c | Trie::Node::~Node():
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
movq %rdi, %rbx
movq 0x18(%rdi), %r15
leaq 0x8(%rdi), %r13
pushq $0x38
popq %r14
cmpq %r13, %r15
je 0x3918
movq 0x28(%r15), %r12
testq %r12, %r12
je 0x3900
movq %r12, %rdi
callq 0x38d2
movq %r12, %rdi
movq %r14, %rsi
callq 0x21e0
movq %r15, %rd... | _ZN4Trie4NodeD2Ev:
push r15
push r14
push r13
push r12
push rbx
mov rbx, rdi
mov r15, [rdi+18h]
lea r13, [rdi+8]
push 38h ; '8'
pop r14
loc_38EA:
cmp r15, r13
jz short loc_3918
mov r12, [r15+28h]
test r12, r12
jz short loc_3900
mov rdi, r12; this
call _ZN4Tr... | void Trie::Node::~Node(Trie::Node *this)
{
Trie::Node **i; // r15
Trie::Node *v2; // r12
for ( i = (Trie::Node **)*((_QWORD *)this + 3);
i != (Trie::Node **)((char *)this + 8);
i = (Trie::Node **)std::_Rb_tree_increment(i) )
{
v2 = i[5];
if ( v2 )
Trie::Node::~Node(i[5]);
ope... | ~Node:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
MOV RBX,RDI
MOV R15,qword ptr [RDI + 0x18]
LEA R13,[RDI + 0x8]
PUSH 0x38
POP R14
LAB_001038ea:
CMP R15,R13
JZ 0x00103918
MOV R12,qword ptr [R15 + 0x28]
TEST R12,R12
JZ 0x00103900
MOV RDI,R12
CALL 0x001038d2
LAB_00103900:
MOV RDI,R12
MOV RSI,R14
CALL 0x001021e0
MOV RDI... |
/* Trie::Node::~Node() */
void __thiscall Trie::Node::~Node(Node *this)
{
Node *this_00;
_Rb_tree_node_base *p_Var1;
for (p_Var1 = *(_Rb_tree_node_base **)(this + 0x18); p_Var1 != (_Rb_tree_node_base *)(this + 8);
p_Var1 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var1)) {
this_00 = *(Node *... | |
19,354 | ftxui::focusCursorBarBlinking(std::shared_ptr<ftxui::Node>) | Andrewchistyakov[P]flashcards_lyc/build_O1/_deps/ftxui-src/src/ftxui/dom/frame.cpp | Element focusCursorBarBlinking(Element child) {
return std::make_shared<FocusCursor>(unpack(std::move(child)),
Screen::Cursor::BarBlinking);
} | O1 | cpp | ftxui::focusCursorBarBlinking(std::shared_ptr<ftxui::Node>):
pushq %r15
pushq %r14
pushq %rbx
subq $0x60, %rsp
movq %rdi, %rbx
movq (%rsi), %rcx
leaq 0x38(%rsp), %rax
movq %rcx, (%rax)
xorl %ecx, %ecx
movq %rcx, 0x8(%rax)
movq 0x8(%rsi), %rdx
movq %rcx, 0x8(%rsi)
movq %rdx, 0x8(%rax)
movq %rcx, (%rsi)
movq %rsp, %rdi
m... | _ZN5ftxui22focusCursorBarBlinkingESt10shared_ptrINS_4NodeEE:
push r15
push r14
push rbx
sub rsp, 60h
mov rbx, rdi
mov rcx, [rsi]
lea rax, [rsp+78h+var_40]
mov [rax], rcx
xor ecx, ecx
mov [rax+8], rcx
mov rdx, [rsi+8]
mov [rsi+8], rcx
mov [rax+8], rdx
mov [rsi], rcx
m... | _QWORD * ftxui::focusCursorBarBlinking(_QWORD *a1, long long *a2)
{
volatile signed __int32 *v2; // rdx
long long v3; // r14
int v4; // r8d
int v5; // r9d
__int128 v7; // [rsp+0h] [rbp-78h] BYREF
long long v8; // [rsp+10h] [rbp-68h]
__int128 v9; // [rsp+20h] [rbp-58h] BYREF
long long v10; // [rsp+30h] [... | focusCursorBarBlinking:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x60
MOV RBX,RDI
MOV RCX,qword ptr [RSI]
LEA RAX,[RSP + 0x38]
MOV qword ptr [RAX],RCX
XOR ECX,ECX
MOV qword ptr [RAX + 0x8],RCX
MOV RDX,qword ptr [RSI + 0x8]
MOV qword ptr [RSI + 0x8],RCX
MOV qword ptr [RAX + 0x8],RDX
MOV qword ptr [RSI],RCX
LAB_00138f3f:
MOV R... |
/* ftxui::focusCursorBarBlinking(std::shared_ptr<ftxui::Node>) */
ftxui * __thiscall ftxui::focusCursorBarBlinking(ftxui *this,int8 *param_2)
{
int8 *puVar1;
int8 local_78;
int8 uStack_70;
int8 local_68;
int8 local_58;
int8 uStack_50;
int8 local_48;
int8 local_40;
_Sp_counted_base<(__gnu_cxx::_Lock... | |
19,355 | mi_check_print_info | eloqsql/storage/myisam/myisamchk.c | void mi_check_print_info(HA_CHECK *param __attribute__((unused)),
const char *fmt,...)
{
va_list args;
param->note_printed=1;
va_start(args,fmt);
(void) vfprintf(stdout, fmt, args);
(void) fputc('\n',stdout);
va_end(args);
} | O0 | c | mi_check_print_info:
pushq %rbp
movq %rsp, %rbp
subq $0xf0, %rsp
testb %al, %al
je 0x2c518
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)... | mi_check_print_info:
push rbp
mov rbp, rsp
sub rsp, 0F0h
test al, al
jz short loc_2C518
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], xm... | long long mi_check_print_info(
long long a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,... | mi_check_print_info:
PUSH RBP
MOV RBP,RSP
SUB RSP,0xf0
TEST AL,AL
JZ 0x0012c518
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 xmmwo... |
void mi_check_print_info(int8 param_1,int8 param_2,int8 param_3,int8 param_4
,int8 param_5,int8 param_6,int8 param_7,int8 param_8
,long param_9,char *param_10,int8 param_11,int8 param_12,
int8 param_13,int8 param_14)
{
int *puVar1;
char in_AL... | |
19,356 | bytes_to_unicode[abi:cxx11]() | 7CodeWizard[P]stablediffusion/clip.hpp | std::vector<std::pair<int, std::u32string>> bytes_to_unicode() {
std::vector<std::pair<int, std::u32string>> byte_unicode_pairs;
std::set<int> byte_set;
for (int b = static_cast<int>('!'); b <= static_cast<int>('~'); ++b) {
byte_set.insert(b);
byte_unicode_pairs.push_back(std::pair<int, std:... | O2 | cpp | bytes_to_unicode[abi:cxx11]():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdi, %rbx
xorps %xmm0, %xmm0
movups %xmm0, (%rdi)
andq $0x0, 0x10(%rdi)
leaq 0x60(%rsp), %rax
andl $0x0, (%rax)
andq $0x0, 0x8(%rax)
movq %rax, 0x10(%rax)
movq %rax, 0x18(%rax)
andq $0x0, 0x20(%rax)
l... | _Z16bytes_to_unicodeB5cxx11v:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov rbx, rdi
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
and qword ptr [rdi+10h], 0
lea rax, [rsp+0B8h+var_58]
and dword ptr [rax], 0
and qword ptr [rax+8], 0
mov [rax+10... | long long bytes_to_unicode[abi:cxx11](long long a1)
{
int i; // eax
long long v2; // rax
int j; // eax
long long v4; // rax
int k; // eax
long long v6; // rax
int v7; // eax
int v8; // r13d
long long v9; // rax
unsigned int v11; // [rsp+Ch] [rbp-ACh] BYREF
__int128 *v12; // [rsp+10h] [rbp-A8h] BY... | bytes_to_unicode[abi:cxx11]:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV RBX,RDI
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RDI],XMM0
AND qword ptr [RDI + 0x10],0x0
LEA RAX,[RSP + 0x60]
AND dword ptr [RAX],0x0
AND qword ptr [RAX + 0x8],0x0
MOV qword ptr [RAX + 0x10],RAX
MOV qword ptr [RAX + 0x18],RA... |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* bytes_to_unicode[abi:cxx11]() */
void bytes_to_unicode_abi_cxx11_(void)
{
int4 *puVar1;
vector<std::pair<int,std::__cxx11::u32string>,std::allocator<std::pair<int,std::__cxx11::u32string>>>
*in_RDI;
int local_ac;
int4 *local_a8... | |
19,357 | bytes_to_unicode[abi:cxx11]() | 7CodeWizard[P]stablediffusion/clip.hpp | std::vector<std::pair<int, std::u32string>> bytes_to_unicode() {
std::vector<std::pair<int, std::u32string>> byte_unicode_pairs;
std::set<int> byte_set;
for (int b = static_cast<int>('!'); b <= static_cast<int>('~'); ++b) {
byte_set.insert(b);
byte_unicode_pairs.push_back(std::pair<int, std:... | O3 | cpp | bytes_to_unicode[abi:cxx11]():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rdi, %rbx
xorl %eax, %eax
movq %rax, 0x10(%rdi)
xorps %xmm0, %xmm0
movups %xmm0, (%rdi)
leaq 0x60(%rsp), %rcx
movl $0x0, (%rcx)
movq %rax, 0x8(%rcx)
movq %rcx, 0x10(%rcx)
movq %rcx, 0x18(%rcx)
movq %r... | _Z16bytes_to_unicodeB5cxx11v:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov rbx, rdi
xor eax, eax
mov [rdi+10h], rax
xorps xmm0, xmm0
movups xmmword ptr [rdi], xmm0
lea rcx, [rsp+0B8h+var_58]
mov dword ptr [rcx], 0
mov [rcx+8], rax
mov [rcx+1... | long long bytes_to_unicode[abi:cxx11](long long a1)
{
int v2; // eax
int v3; // eax
int v4; // eax
int v5; // r13d
signed int i; // r14d
int *v7; // rsi
int *v8; // rdi
int *v9; // rax
int *v10; // rcx
signed int v11; // edx
unsigned int v13; // [rsp+Ch] [rbp-ACh] BYREF
void *v14; // [rsp+10h] ... | |||
19,358 | blst_p2_mult | corpus-core[P]colibri-stateless/build_O3/_deps/blst-src/src/e2.c | void blst_p2_mult(POINTonE2 *out, const POINTonE2 *a,
const byte *scalar, size_t nbits)
{
if (nbits < 144) {
if (nbits)
POINTonE2_mult_w4(out, a, scalar, nbits);
else
vec_zero(out, sizeof(*out));
} else if (nbits <= 256) {
union {... | O3 | c | blst_p2_mult:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rcx, %r14
movq %rdx, %r12
movq %rsi, %r15
movq %rdi, %rbx
cmpq $0x8f, %rcx
ja 0x5e359
testq %r14, %r14
je 0x5e3d8
movq %rbx, %rdi
movq %r15, %rsi
movq %r12, %rdx
movq %r14, %rcx
addq $0x20, %rsp
popq %rbx
popq %r... | blst_p2_mult:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 20h
mov r14, rcx
mov r12, rdx
mov r15, rsi
mov rbx, rdi
cmp rcx, 8Fh
ja short loc_5E359
test r14, r14
jz loc_5E3D8
mov rdi, rbx
mov rsi, r15
mov rdx, r12
mov rcx, r14
... | long long blst_p2_mult(long long a1, long long a2, long long a3, unsigned long long a4)
{
long long result; // rax
unsigned long long v8; // rax
char v9; // si
unsigned long long v10; // rcx
long long v11; // rdx
long long v12; // rsi
long long i; // rax
char v14; // [rsp+1h] [rbp-41h]
_QWORD v15[8];... | blst_p2_mult:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV R14,RCX
MOV R12,RDX
MOV R15,RSI
MOV RBX,RDI
CMP RCX,0x8f
JA 0x0015e359
TEST R14,R14
JZ 0x0015e3d8
MOV RDI,RBX
MOV RSI,R15
MOV RDX,R12
MOV RCX,R14
ADD RSP,0x20
POP RBX
POP R12
POP R14
POP R15
POP RBP
JMP 0x0015e423
LAB_0015e359:
CMP ... |
byte * blst_p2_mult(long param_1,int8 param_2,long param_3,ulong param_4)
{
byte *pbVar1;
long lVar2;
ulong uVar3;
byte bVar4;
bool bVar5;
int8 uStack_50;
byte local_48 [32];
if (param_4 < 0x90) {
if (param_4 != 0) {
pbVar1 = (byte *)POINTonE2_mult_w4(param_1,param_2,param_3,param_4);
... | |
19,359 | LEX::check_dependencies_in_with_clauses() | eloqsql/sql/sql_cte.cc | bool LEX::check_dependencies_in_with_clauses()
{
for (With_clause *with_clause= with_clauses_list;
with_clause;
with_clause= with_clause->next_with_clause)
{
if (with_clause->check_dependencies())
return true;
if (with_clause->check_anchors())
return true;
with_clause->move_anc... | O0 | cpp | LEX::check_dependencies_in_with_clauses():
pushq %rbp
movq %rsp, %rbp
subq $0x20, %rsp
movq %rdi, -0x10(%rbp)
movq -0x10(%rbp), %rax
movq 0xd40(%rax), %rax
movq %rax, -0x18(%rbp)
cmpq $0x0, -0x18(%rbp)
je 0xc1b143
movq -0x18(%rbp), %rdi
callq 0xc1b160
testb $0x1, %al
jne 0xc1b111
jmp 0xc1b117
movb $0x1, -0x1(%rbp)
jmp ... | _ZN3LEX34check_dependencies_in_with_clausesEv:
push rbp
mov rbp, rsp
sub rsp, 20h
mov [rbp+var_10], rdi
mov rax, [rbp+var_10]
mov rax, [rax+0D40h]
mov [rbp+var_18], rax
loc_C1B0FB:
cmp [rbp+var_18], 0
jz short loc_C1B143
mov rdi, [rbp+var_18]; this
call _ZN11With_clause18check... | char LEX::check_dependencies_in_with_clauses(LEX *this)
{
With_clause *i; // [rsp+8h] [rbp-18h]
for ( i = (With_clause *)*((_QWORD *)this + 424); i; i = (With_clause *)*((_QWORD *)i + 5) )
{
if ( (With_clause::check_dependencies(i) & 1) != 0 )
return 1;
if ( (With_clause::check_anchors(i) & 1) != ... | extra_allocation:
PUSH RBP
MOV RBP,RSP
MOV qword ptr [RBP + -0x8],RDI
MOV qword ptr [RBP + -0x10],RSI
MOV RAX,qword ptr [RBP + -0x8]
MOV RCX,qword ptr [RBP + -0x10]
MOV dword ptr [RAX + 0x10],ECX
POP RBP
RET
|
/* Binary_string::extra_allocation(unsigned long) */
void __thiscall Binary_string::extra_allocation(Binary_string *this,ulong param_1)
{
*(int *)(this + 0x10) = (int)param_1;
return;
}
| |
19,360 | minja::Value::operator/(minja::Value const&) const | monkey531[P]llama/common/minja.hpp | Value operator/(const Value& rhs) const {
if (is_number_integer() && rhs.is_number_integer())
return get<int64_t>() / rhs.get<int64_t>();
else
return get<double>() / rhs.get<double>();
} | O3 | cpp | minja::Value::operator/(minja::Value const&) const:
pushq %r15
pushq %r14
pushq %rbx
subq $0x10, %rsp
movq %rdx, %r14
movq %rdi, %rbx
movb 0x40(%rsi), %al
addb $-0x5, %al
cmpb $0x1, %al
ja 0xbb42d
movb 0x40(%r14), %al
addb $-0x5, %al
cmpb $0x1, %al
ja 0xbb42d
movq %rsi, %rdi
callq 0xaa3e6
movq %rax, %r15
movq %r14, %rd... | _ZNK5minja5ValuedvERKS0_:
push r15
push r14
push rbx
sub rsp, 10h
mov r14, rdx
mov rbx, rdi
mov al, [rsi+40h]
add al, 0FBh
cmp al, 1
ja short loc_BB42D
mov al, [r14+40h]
add al, 0FBh
cmp al, 1
ja short loc_BB42D
mov rdi, rsi
call _ZNK5minja5Value3getIlEET_v;... | long long minja::Value::operator/(long long a1, long long a2, long long a3)
{
long long v4; // r15
long long v5; // rax
char *v6; // r14
double v7; // xmm1_8
double v9; // [rsp+8h] [rbp-20h]
if ( (unsigned __int8)(*(_BYTE *)(a2 + 64) - 5) > 1u || (unsigned __int8)(*(_BYTE *)(a3 + 64) - 5) > 1u )
{
v... | operator/:
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x10
MOV R14,RDX
MOV RBX,RDI
MOV AL,byte ptr [RSI + 0x40]
ADD AL,0xfb
CMP AL,0x1
JA 0x001bb42d
MOV AL,byte ptr [R14 + 0x40]
ADD AL,0xfb
CMP AL,0x1
JA 0x001bb42d
MOV RDI,RSI
CALL 0x001aa3e6
MOV R15,RAX
MOV RDI,R14
CALL 0x001aa3e6
MOV RCX,RAX
MOV RAX,R15
CQO
IDIV RCX
LEA R14,... |
/* minja::Value::TEMPNAMEPLACEHOLDERVALUE(minja::Value const&) const */
Value * __thiscall minja::Value::operator/(Value *this,Value *param_1)
{
long lVar1;
long lVar2;
Value *in_RDX;
double dVar3;
double dVar4;
if (((byte)((char)param_1[0x40] - 5U) < 2) && ((byte)((char)in_RDX[0x40] - 5U) < 2)) {
... | |
19,361 | google::protobuf::compiler::cpp::ListAllFields(google::protobuf::Descriptor const*, std::vector<google::protobuf::FieldDescriptor const*, std::allocator<google::protobuf::FieldDescriptor const*>>*) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/cpp/helpers.cc | void ListAllFields(const Descriptor* d,
std::vector<const FieldDescriptor*>* fields) {
// Collect sub messages
for (int i = 0; i < d->nested_type_count(); i++) {
ListAllFields(d->nested_type(i), fields);
}
// Collect message level extensions.
for (int i = 0; i < d->extension_count(); i+... | O0 | cpp | google::protobuf::compiler::cpp::ListAllFields(google::protobuf::Descriptor const*, std::vector<google::protobuf::FieldDescriptor const*, std::allocator<google::protobuf::FieldDescriptor const*>>*):
subq $0x58, %rsp
movq %rdi, 0x50(%rsp)
movq %rsi, 0x48(%rsp)
movl $0x0, 0x44(%rsp)
movl 0x44(%rsp), %eax
movl %eax, 0x24(... | _ZN6google8protobuf8compiler3cpp13ListAllFieldsEPKNS0_10DescriptorEPSt6vectorIPKNS0_15FieldDescriptorESaIS9_EE:
sub rsp, 58h
mov [rsp+58h+var_8], rdi
mov [rsp+58h+var_10], rsi
mov [rsp+58h+var_14], 0
loc_56606:
mov eax, [rsp+58h+var_14]
mov [rsp+58h+var_34], eax
mov rdi, [rsp+58h+var_8]; thi... | long long google::protobuf::compiler::cpp::ListAllFields(google::protobuf::Descriptor *a1, long long a2)
{
long long v2; // rax
int v3; // ecx
long long result; // rax
long long v5; // [rsp+8h] [rbp-50h]
int v6; // [rsp+14h] [rbp-44h]
long long v7; // [rsp+18h] [rbp-40h]
int v8; // [rsp+20h] [rbp-38h]
... | ListAllFields:
SUB RSP,0x58
MOV qword ptr [RSP + 0x50],RDI
MOV qword ptr [RSP + 0x48],RSI
MOV dword ptr [RSP + 0x44],0x0
LAB_00156606:
MOV EAX,dword ptr [RSP + 0x44]
MOV dword ptr [RSP + 0x24],EAX
MOV RDI,qword ptr [RSP + 0x50]
CALL 0x0013cb40
MOV ECX,EAX
MOV EAX,dword ptr [RSP + 0x24]
CMP EAX,ECX
JGE 0x0015664a
MOV RD... |
/* google::protobuf::compiler::cpp::ListAllFields(google::protobuf::Descriptor const*,
std::vector<google::protobuf::FieldDescriptor const*,
std::allocator<google::protobuf::FieldDescriptor const*> >*) */
void google::protobuf::compiler::cpp::ListAllFields(Descriptor *param_1,vector *param_2)
{
int iVar1;
... | |
19,362 | testing::internal::DeathTest::DeathTest() | AlayaLite/build_O0/_deps/googletest-src/googletest/src/gtest-death-test.cc | DeathTest::DeathTest() {
TestInfo* const info = GetUnitTestImpl()->current_test_info();
if (info == nullptr) {
DeathTestAbort(
"Cannot run a death test outside of a TEST or "
"TEST_F construct");
}
} | O0 | cpp | testing::internal::DeathTest::DeathTest():
subq $0x58, %rsp
movq %rdi, 0x50(%rsp)
movq 0x50(%rsp), %rax
leaq 0xca47b(%rip), %rcx # 0x183a20
addq $0x10, %rcx
movq %rcx, (%rax)
callq 0xeaeb0
movq %rax, %rdi
callq 0xeaec0
movq %rax, 0x48(%rsp)
cmpq $0x0, 0x48(%rsp)
jne 0xb962d
leaq 0x27(%rsp), %rdi
movq %rdi, 0x8(%rsp... | _ZN7testing8internal9DeathTestC2Ev:
sub rsp, 58h
mov [rsp+58h+var_8], rdi
mov rax, [rsp+58h+var_8]
lea rcx, _ZTVN7testing8internal9DeathTestE; `vtable for'testing::internal::DeathTest
add rcx, 10h
mov [rax], rcx
call _ZN7testing8internal15GetUnitTestImplEv; testing::internal::GetUnitTestImpl(... | long long testing::internal::DeathTest::DeathTest(testing::internal::DeathTest *this)
{
testing::internal::UnitTestImpl *UnitTestImpl; // rax
long long result; // rax
char v3; // [rsp+27h] [rbp-31h] BYREF
_BYTE v4[32]; // [rsp+28h] [rbp-30h] BYREF
long long v5; // [rsp+48h] [rbp-10h]
testing::internal::Dea... | DeathTest:
SUB RSP,0x58
MOV qword ptr [RSP + 0x50],RDI
MOV RAX,qword ptr [RSP + 0x50]
LEA RCX,[0x283a20]
ADD RCX,0x10
MOV qword ptr [RAX],RCX
CALL 0x001eaeb0
MOV RDI,RAX
CALL 0x001eaec0
MOV qword ptr [RSP + 0x48],RAX
CMP qword ptr [RSP + 0x48],0x0
JNZ 0x001b962d
LEA RDI,[RSP + 0x27]
MOV qword ptr [RSP + 0x8],RDI
CALL 0... |
/* testing::internal::DeathTest::DeathTest() */
void __thiscall testing::internal::DeathTest::DeathTest(DeathTest *this)
{
UnitTestImpl *this_00;
int8 uVar1;
allocator local_31;
string local_30 [32];
long local_10;
DeathTest *local_8;
*(int ***)this = &PTR__DeathTest_00283a30;
local_8 = this;
th... | |
19,363 | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | monkey531[P]llama/common/json.hpp | std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool skip_callback = false)
{
JSON_ASSERT(!keep_stack.empty());
// do not handle this value if we know it would be added to a discarded
// container
if (!keep_stack.back())
{
return {false, nullptr};
... | O0 | cpp | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12handle_valueIRlEESt4pairIbPSF_EOT_b:
sub rsp, 148h
mov al, dl
mov [rsp+148h+var_18], rdi
mov [rs... | char nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::handle_value<long &>(
... | |||
19,364 | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | monkey531[P]llama/common/json.hpp | std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool skip_callback = false)
{
JSON_ASSERT(!keep_stack.empty());
// do not handle this value if we know it would be added to a discarded
// container
if (!keep_stack.back())
{
return {false, nullptr};
... | O1 | cpp | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12handle_valueIRlEESt4pairIbPSF_EOT_b:
push rbp
push r15
push r14
push rbx
sub rsp, 48h
mov eb... | long long nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::handle_value<long... | handle_value<long&>:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV EBP,EDX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x30]
MOV ECX,dword ptr [RDI + 0x38]
CMP qword ptr [RDI + 0x20],RAX
SETZ DL
TEST ECX,ECX
SETZ DIL
AND DIL,DL
CMP DIL,0x1
JZ 0x0019144c
MOV ECX,ECX
MOV R15,-0x8000000000000000
LEA RDX,[RCX + -0x1]
ADD R... |
/* std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>*>
nlohmann::... | |
19,365 | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | monkey531[P]llama/common/json.hpp | std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool skip_callback = false)
{
JSON_ASSERT(!keep_stack.empty());
// do not handle this value if we know it would be added to a discarded
// container
if (!keep_stack.back())
{
return {false, nullptr};
... | O2 | cpp | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12handle_valueINS1_7value_tEEESt4pairIbPSF_EOT_b:
push rbp
push r15
push r14
push rbx
sub rsp, 38h... | long long nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::handle_value<nloh... | handle_value<nlohmann::json_abi_v3_11_3::detail::value_t>:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV EBP,EDX
MOV R14,RSI
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x20]
CMP RAX,qword ptr [RDI + 0x30]
JNZ 0x001693f8
CMP dword ptr [RBX + 0x38],0x0
JZ 0x00169551
LAB_001693f8:
LEA RDI,[RBX + 0x20]
CALL 0x00169380
TES... |
/* std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>*>
nlohmann::... | |
19,366 | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | monkey531[P]llama/common/json.hpp | std::pair<bool, BasicJsonType*> handle_value(Value&& v, const bool skip_callback = false)
{
JSON_ASSERT(!keep_stack.empty());
// do not handle this value if we know it would be added to a discarded
// container
if (!keep_stack.back())
{
return {false, nullptr};
... | O3 | cpp | std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allo... | _ZN8nlohmann16json_abi_v3_11_36detail28json_sax_dom_callback_parserINS0_10basic_jsonINS0_11ordered_mapESt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEEE12handle_valueIRbEESt4pairIbPSF_EOT_b:
push rbp
push r15
push r14
push rbx
sub rsp, 48h
mov eb... | long long nlohmann::json_abi_v3_11_3::detail::json_sax_dom_callback_parser<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,std::vector,std::string,bool,long,unsigned long,double,std::allocator,nlohmann::json_abi_v3_11_3::adl_serializer,std::vector<unsigned char>,void>>::handle_value<bool... | handle_value<bool&>:
PUSH RBP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x48
MOV EBP,EDX
MOV RBX,RDI
MOV RAX,qword ptr [RDI + 0x30]
MOV ECX,dword ptr [RDI + 0x38]
CMP qword ptr [RDI + 0x20],RAX
SETZ DL
TEST ECX,ECX
SETZ DIL
AND DIL,DL
CMP DIL,0x1
JZ 0x00190bd8
MOV ECX,ECX
MOV R15,-0x8000000000000000
LEA RDX,[RCX + -0x1]
ADD R... |
/* std::pair<bool, nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map,
std::vector, std::__cxx11::string, bool, long, unsigned long, double, std::allocator,
nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator<unsigned
char> >, void>*>
nlohmann::... | |
19,367 | google::protobuf::compiler::java::RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo(google::protobuf::io::Printer*, std::vector<unsigned short, std::allocator<unsigned short>>*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/enum_field_lite.cc | void RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo(
io::Printer* printer, std::vector<uint16_t>* output) const {
WriteIntToUtf16CharSequence(descriptor_->number(), output);
WriteIntToUtf16CharSequence(GetExperimentalJavaFieldType(descriptor_),
output);
printer->Print... | O0 | cpp | google::protobuf::compiler::java::RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo(google::protobuf::io::Printer*, std::vector<unsigned short, std::allocator<unsigned short>>*) const:
subq $0x38, %rsp
movq %rdi, 0x30(%rsp)
movq %rsi, 0x28(%rsp)
movq %rdx, 0x20(%rsp)
movq 0x30(%rsp), %rax
movq %rax, 0x18(%rsp)... | _ZNK6google8protobuf8compiler4java39RepeatedImmutableEnumFieldLiteGenerator17GenerateFieldInfoEPNS0_2io7PrinterEPSt6vectorItSaItEE:
sub rsp, 38h
mov [rsp+38h+var_8], rdi
mov [rsp+38h+var_10], rsi
mov [rsp+38h+var_18], rdx
mov rax, [rsp+38h+var_8]
mov [rsp+38h+var_20], rax
mov rdi, [rax+8]; t... | ||||
19,368 | google::protobuf::compiler::java::RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo(google::protobuf::io::Printer*, std::vector<unsigned short, std::allocator<unsigned short>>*) const | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/compiler/java/enum_field_lite.cc | void RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo(
io::Printer* printer, std::vector<uint16_t>* output) const {
WriteIntToUtf16CharSequence(descriptor_->number(), output);
WriteIntToUtf16CharSequence(GetExperimentalJavaFieldType(descriptor_),
output);
printer->Print... | O3 | cpp | google::protobuf::compiler::java::RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo(google::protobuf::io::Printer*, std::vector<unsigned short, std::allocator<unsigned short>>*) const:
pushq %r15
pushq %r14
pushq %rbx
movq %rdx, %r15
movq %rsi, %rbx
movq %rdi, %r14
movq 0x8(%rdi), %rax
movl 0x4(%rax), %edi
mov... | _ZNK6google8protobuf8compiler4java39RepeatedImmutableEnumFieldLiteGenerator17GenerateFieldInfoEPNS0_2io7PrinterEPSt6vectorItSaItEE:
push r15; char
push r14; int
push rbx; void *
mov r15, rdx
mov rbx, rsi
mov r14, rdi
mov rax, [rdi+8]
mov edi, [rax+4]
mov rsi, rdx; google::protobuf::Fiel... | GenerateFieldInfo:
PUSH R15
PUSH R14
PUSH RBX
MOV R15,RDX
MOV RBX,RSI
MOV R14,RDI
MOV RAX,qword ptr [RDI + 0x8]
MOV EDI,dword ptr [RAX + 0x4]
MOV RSI,RDX
CALL 0x00145d05
MOV RDI,qword ptr [R14 + 0x8]
CALL 0x00145ef8
MOV EDI,EAX
MOV RSI,R15
CALL 0x00145d05
LEA R15,[R14 + 0x10]
LEA RDX,[0x2ddb30]
MOV RDI,RBX
MOV RSI,R15
... |
/* google::protobuf::compiler::java::RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo(google::protobuf::io::Printer*,
std::vector<unsigned short, std::allocator<unsigned short> >*) const */
void __thiscall
google::protobuf::compiler::java::RepeatedImmutableEnumFieldLiteGenerator::GenerateFieldInfo
... | ||
19,369 | stbiw__zhash(unsigned char*) | 7CodeWizard[P]stablediffusion/thirdparty/stb_image_write.h | static unsigned int stbiw__zhash(unsigned char *data)
{
stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16);
hash ^= hash << 3;
hash += hash >> 5;
hash ^= hash << 4;
hash += hash >> 17;
hash ^= hash << 25;
hash += hash >> 6;
return hash;
} | O0 | c | stbiw__zhash(unsigned char*):
movq %rdi, -0x8(%rsp)
movq -0x8(%rsp), %rax
movzbl (%rax), %eax
movq -0x8(%rsp), %rcx
movzbl 0x1(%rcx), %ecx
shll $0x8, %ecx
addl %ecx, %eax
movq -0x8(%rsp), %rcx
movzbl 0x2(%rcx), %ecx
shll $0x10, %ecx
addl %ecx, %eax
movl %eax, -0xc(%rsp)
movl -0xc(%rsp), %eax
shll $0x3, %eax
xorl -0xc(%... | _ZL12stbiw__zhashPh:
mov [rsp+var_8], rdi
mov rax, [rsp+var_8]
movzx eax, byte ptr [rax]
mov rcx, [rsp+var_8]
movzx ecx, byte ptr [rcx+1]
shl ecx, 8
add eax, ecx
mov rcx, [rsp+var_8]
movzx ecx, byte ptr [rcx+2]
shl ecx, 10h
add eax, ecx
mov [rsp+var_C], eax
mov eax, [rsp+va... | long long stbiw__zhash(unsigned __int8 *a1)
{
int v2; // [rsp+0h] [rbp-Ch]
unsigned int v3; // [rsp+0h] [rbp-Ch]
unsigned int v4; // [rsp+0h] [rbp-Ch]
v2 = (a1[2] << 16) + (a1[1] << 8) + *a1;
v3 = (v2 ^ (8 * v2)) + ((v2 ^ (unsigned int)(8 * v2)) >> 5);
v4 = (v3 ^ (16 * v3)) + ((v3 ^ (16 * v3)) >> 17);
r... | stbiw__zhash:
MOV qword ptr [RSP + -0x8],RDI
MOV RAX,qword ptr [RSP + -0x8]
MOVZX EAX,byte ptr [RAX]
MOV RCX,qword ptr [RSP + -0x8]
MOVZX ECX,byte ptr [RCX + 0x1]
SHL ECX,0x8
ADD EAX,ECX
MOV RCX,qword ptr [RSP + -0x8]
MOVZX ECX,byte ptr [RCX + 0x2]
SHL ECX,0x10
ADD EAX,ECX
MOV dword ptr [RSP + -0xc],EAX
MOV EAX,dword p... |
/* stbiw__zhash(unsigned char*) */
int stbiw__zhash(uchar *param_1)
{
uint uVar1;
uVar1 = (uint)*param_1 + (uint)param_1[1] * 0x100 + (uint)param_1[2] * 0x10000;
uVar1 = uVar1 * 8 ^ uVar1;
uVar1 = (uVar1 >> 5) + uVar1;
uVar1 = uVar1 * 0x10 ^ uVar1;
uVar1 = (uVar1 >> 0x11) + uVar1;
uVar1 = uVar1 * 0x... | |
19,370 | stbiw__zhash(unsigned char*) | 7CodeWizard[P]stablediffusion/thirdparty/stb_image_write.h | static unsigned int stbiw__zhash(unsigned char *data)
{
stbiw_uint32 hash = data[0] + (data[1] << 8) + (data[2] << 16);
hash ^= hash << 3;
hash += hash >> 5;
hash ^= hash << 4;
hash += hash >> 17;
hash ^= hash << 25;
hash += hash >> 6;
return hash;
} | O2 | c | stbiw__zhash(unsigned char*):
movzwl (%rdi), %eax
movzbl 0x2(%rdi), %ecx
shll $0x10, %ecx
orl %eax, %ecx
leal (,%rcx,8), %eax
xorl %ecx, %eax
movl %eax, %ecx
shrl $0x5, %ecx
addl %eax, %ecx
movl %ecx, %eax
shll $0x4, %eax
xorl %ecx, %eax
movl %eax, %ecx
shrl $0x11, %ecx
addl %eax, %ecx
movl %ecx, %edx
shll $0x19, %edx
... | _ZL12stbiw__zhashPh:
movzx eax, word ptr [rdi]
movzx ecx, byte ptr [rdi+2]
shl ecx, 10h
or ecx, eax
lea eax, ds:0[rcx*8]
xor eax, ecx
mov ecx, eax
shr ecx, 5
add ecx, eax
mov eax, ecx
shl eax, 4
xor eax, ecx
mov ecx, eax
shr ecx, 11h
add ecx, eax
mov edx, ecx... | long long stbiw__zhash(unsigned __int8 *a1)
{
int v1; // ecx
unsigned int v2; // ecx
unsigned int v3; // ecx
v1 = *(unsigned __int16 *)a1 | (a1[2] << 16);
v2 = (v1 ^ (8 * v1)) + ((v1 ^ (unsigned int)(8 * v1)) >> 5);
v3 = (v2 ^ (16 * v2)) + ((v2 ^ (16 * v2)) >> 17);
return (v3 ^ (v3 << 25)) + ((v3 ^ (v3 ... | stbiw__zhash:
MOVZX EAX,word ptr [RDI]
MOVZX ECX,byte ptr [RDI + 0x2]
SHL ECX,0x10
OR ECX,EAX
LEA EAX,[RCX*0x8]
XOR EAX,ECX
MOV ECX,EAX
SHR ECX,0x5
ADD ECX,EAX
MOV EAX,ECX
SHL EAX,0x4
XOR EAX,ECX
MOV ECX,EAX
SHR ECX,0x11
ADD ECX,EAX
MOV EDX,ECX
SHL EDX,0x19
XOR EDX,ECX
MOV EAX,EDX
SHR EAX,0x6
ADD EAX,EDX
RET
|
/* stbiw__zhash(unsigned char*) */
int stbiw__zhash(uchar *param_1)
{
uint uVar1;
uVar1 = (uint)*(uint3 *)param_1 * 8 ^ (uint)*(uint3 *)param_1;
uVar1 = (uVar1 >> 5) + uVar1;
uVar1 = uVar1 * 0x10 ^ uVar1;
uVar1 = (uVar1 >> 0x11) + uVar1;
uVar1 = uVar1 * 0x2000000 ^ uVar1;
return (uVar1 >> 6) + uVar1... | |
19,371 | type_common_supertype | tsotchke[P]eshkol/src/core/utils/type_comparison.c | Type* type_common_supertype(Arena* arena, Type* a, Type* b) {
assert(arena != NULL);
assert(a != NULL);
assert(b != NULL);
// Same type
if (type_equals(a, b)) {
return a;
}
// Numeric types
if ((a->kind == TYPE_INTEGER || a->kind == TYPE_FLOAT) &&
(b->kind == TY... | O3 | c | type_common_supertype:
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
pushq %rax
testq %rdi, %rdi
je 0x17afd
movq %rsi, %r14
testq %rsi, %rsi
je 0x17b1c
movq %rdx, %r15
testq %rdx, %rdx
je 0x17b3b
movq %rdi, %rbx
movq %r14, %rdi
movq %r15, %rsi
callq 0x174ec
testb %al, %al
je 0x1797a
movq %r14, %rax
addq $0x8, %rsp
popq %... | type_common_supertype:
push r15
push r14
push r12
push rbx
push rax
test rdi, rdi
jz loc_17AFD
mov r14, rsi
test rsi, rsi
jz loc_17B1C
mov r15, rdx
test rdx, rdx
jz loc_17B3B
mov rbx, rdi
mov rdi, r14
mov rsi, r15
call type_equals
test al, al
jz shor... | _DWORD * type_common_supertype(long long a1, long long a2, long long a3)
{
long long v3; // r14
int v6; // ecx
int v7; // eax
unsigned int v8; // esi
long long v9; // r12
long long v10; // rax
long long v11; // rax
unsigned long long v12; // rdx
unsigned long long v13; // rcx
unsigned int v14; // ea... | type_common_supertype:
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
PUSH RAX
TEST RDI,RDI
JZ 0x00117afd
MOV R14,RSI
TEST RSI,RSI
JZ 0x00117b1c
MOV R15,RDX
TEST RDX,RDX
JZ 0x00117b3b
MOV RBX,RDI
MOV RDI,R14
MOV RSI,R15
CALL 0x001174ec
TEST AL,AL
JZ 0x0011797a
LAB_0011796b:
MOV RAX,R14
ADD RSP,0x8
POP RBX
POP R12
POP R14
POP R15
... |
uint * type_common_supertype(long param_1,uint *param_2,uint *param_3)
{
uint uVar1;
ulong uVar2;
char cVar3;
uint *puVar4;
int8 uVar5;
int8 uVar6;
ulong uVar7;
uint uVar8;
if (param_1 == 0) {
/* WARNING: Subroutine does not return */
__assert_fail("arena != NULL",
... | |
19,372 | js_instantiate_prototype | bluesky950520[P]quickjs/quickjs.c | static JSValue js_instantiate_prototype(JSContext *ctx, JSObject *p, JSAtom atom, void *opaque)
{
JSValue obj, this_val;
int ret;
this_val = JS_MKPTR(JS_TAG_OBJECT, p);
obj = JS_NewObject(ctx);
if (JS_IsException(obj))
return JS_EXCEPTION;
set_cycle_flag(ctx, obj);
set_cycle_flag(ct... | O0 | c | js_instantiate_prototype:
subq $0x98, %rsp
movq %rdi, 0x80(%rsp)
movq %rsi, 0x78(%rsp)
movl %edx, 0x74(%rsp)
movq %rcx, 0x68(%rsp)
movq 0x78(%rsp), %rax
movq %rax, 0x30(%rsp)
movq $-0x1, 0x38(%rsp)
movq 0x30(%rsp), %rax
movq %rax, 0x48(%rsp)
movq 0x38(%rsp), %rax
movq %rax, 0x50(%rsp)
movq 0x80(%rsp), %rdi
callq 0x292b... | js_instantiate_prototype:
sub rsp, 98h
mov [rsp+98h+var_18], rdi
mov [rsp+98h+var_20], rsi
mov [rsp+98h+var_24], edx
mov [rsp+98h+var_30], rcx
mov rax, [rsp+98h+var_20]
mov [rsp+98h+var_68], rax
mov [rsp+98h+var_60], 0FFFFFFFFFFFFFFFFh
mov rax, [rsp+98h+var_68]
mov [rsp+98h+var_5... | long long js_instantiate_prototype(
long long a1,
_DWORD *a2,
__m128 a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
long long v10; // rdx
long long v11; // rdx
__m128 v12; // xmm4
__m128 v13; //... | js_instantiate_prototype:
SUB RSP,0x98
MOV qword ptr [RSP + 0x80],RDI
MOV qword ptr [RSP + 0x78],RSI
MOV dword ptr [RSP + 0x74],EDX
MOV qword ptr [RSP + 0x68],RCX
MOV RAX,qword ptr [RSP + 0x78]
MOV qword ptr [RSP + 0x30],RAX
MOV qword ptr [RSP + 0x38],-0x1
MOV RAX,qword ptr [RSP + 0x30]
MOV qword ptr [RSP + 0x48],RAX
M... |
int1 [16] js_instantiate_prototype(int8 param_1,int8 param_2)
{
int iVar1;
int1 auVar3 [16];
int1 auVar4 [16];
int4 local_10;
int4 uStack_c;
int8 local_8;
int8 uVar2;
auVar3 = JS_NewObject(param_1);
local_8 = auVar3._8_8_;
uVar2 = auVar3._0_8_;
iVar1 = JS_IsException(uVar2,local_8);
if (iV... | |
19,373 | js_instantiate_prototype | bluesky950520[P]quickjs/quickjs.c | static JSValue js_instantiate_prototype(JSContext *ctx, JSObject *p, JSAtom atom, void *opaque)
{
JSValue obj, this_val;
int ret;
this_val = JS_MKPTR(JS_TAG_OBJECT, p);
obj = JS_NewObject(ctx);
if (JS_IsException(obj))
return JS_EXCEPTION;
set_cycle_flag(ctx, obj);
set_cycle_flag(ct... | O3 | c | js_instantiate_prototype:
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x10, %rsp
movq %rsi, %r13
movq %rdi, %r12
movq 0x40(%rdi), %rax
movq 0x10(%rax), %rsi
movq 0x18(%rax), %rdx
movl $0x1, %ecx
callq 0x20a15
movq %rdx, %r14
movl $0x6, %ebx
cmpl $0x6, %r14d
jne 0x3e804
xorl %eax, %eax
xorl %ecx, %ecx
j... | js_instantiate_prototype:
push r15
push r14
push r13
push r12
push rbx
sub rsp, 10h
mov r13, rsi
mov r12, rdi
mov rax, [rdi+40h]
mov rsi, [rax+10h]
mov rdx, [rax+18h]
mov ecx, 1
call JS_NewObjectProtoClass
mov r14, rdx
mov ebx, 6
cmp r14d, 6
jnz short loc_3E... | unsigned long long js_instantiate_prototype(
long long a1,
int *a2,
double a3,
__m128 a4,
__m128 a5,
__m128 a6,
double a7,
double a8,
__m128 a9,
__m128 a10)
{
long long v10; // rax
long long v11; // rdx
__m128 v12; // xmm4
__m128 v... | js_instantiate_prototype:
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x10
MOV R13,RSI
MOV R12,RDI
MOV RAX,qword ptr [RDI + 0x40]
MOV RSI,qword ptr [RAX + 0x10]
MOV RDX,qword ptr [RAX + 0x18]
MOV ECX,0x1
CALL 0x00120a15
MOV R14,RDX
MOV EBX,0x6
CMP R14D,0x6
JNZ 0x0013e804
LAB_0013e7fe:
XOR EAX,EAX
XOR ECX,ECX
J... |
int1 [16] js_instantiate_prototype(long param_1,int *param_2)
{
int8 uVar1;
int iVar2;
int *piVar3;
ulong uVar4;
ulong uVar5;
int8 uVar6;
int1 auVar7 [16];
auVar7 = JS_NewObjectProtoClass
(param_1,*(int8 *)(*(long *)(param_1 + 0x40) + 0x10),
*(int8 *)(*(l... | |
19,374 | compute_value_size | bluesky950520[P]quickjs/quickjs.c | static void compute_value_size(JSValue val, JSMemoryUsage_helper *hp)
{
switch(JS_VALUE_GET_TAG(val)) {
case JS_TAG_STRING:
compute_jsstring_size(JS_VALUE_GET_STRING(val), hp);
break;
case JS_TAG_BIG_INT:
/* should track JSBigInt usage */
break;
}
} | O0 | c | compute_value_size:
subq $0x28, %rsp
movq %rdi, 0x18(%rsp)
movq %rsi, 0x20(%rsp)
movq %rdx, 0x10(%rsp)
movl 0x20(%rsp), %eax
movl %eax, 0xc(%rsp)
subl $-0x9, %eax
je 0x2c0ae
jmp 0x2c092
movl 0xc(%rsp), %eax
subl $-0x7, %eax
jne 0x2c0b0
jmp 0x2c09d
movq 0x18(%rsp), %rdi
movq 0x10(%rsp), %rsi
callq 0x2c290
jmp 0x2c0b0
jm... | compute_value_size:
sub rsp, 28h
mov [rsp+28h+var_10], rdi
mov [rsp+28h+var_8], rsi
mov [rsp+28h+var_18], rdx
mov eax, dword ptr [rsp+28h+var_8]
mov [rsp+28h+var_1C], eax
sub eax, 0FFFFFFF7h
jz short loc_2C0AE
jmp short $+2
loc_2C092:
mov eax, [rsp+28h+var_1C]
sub eax, 0FFFF... | long long compute_value_size(long long a1, int a2, long long a3)
{
long long result; // rax
result = (unsigned int)(a2 + 9);
if ( a2 != -9 )
{
result = (unsigned int)(a2 + 7);
if ( a2 == -7 )
return compute_jsstring_size(a1, a3);
}
return result;
}
| compute_value_size:
SUB RSP,0x28
MOV qword ptr [RSP + 0x18],RDI
MOV qword ptr [RSP + 0x20],RSI
MOV qword ptr [RSP + 0x10],RDX
MOV EAX,dword ptr [RSP + 0x20]
MOV dword ptr [RSP + 0xc],EAX
SUB EAX,-0x9
JZ 0x0012c0ae
JMP 0x0012c092
LAB_0012c092:
MOV EAX,dword ptr [RSP + 0xc]
SUB EAX,-0x7
JNZ 0x0012c0b0
JMP 0x0012c09d
LAB_... |
void compute_value_size(int8 param_1,int param_2,int8 param_3)
{
if ((param_2 != -9) && (param_2 == -7)) {
compute_jsstring_size(param_1,param_3);
}
return;
}
| |
19,375 | minja::Parser::parseMathPlusMinus() | llama.cpp/common/minja/minja.hpp | std::shared_ptr<Expression> parseMathPlusMinus() {
static std::regex plus_minus_tok(R"(\+|-(?![}%#]\}))");
auto left = parseMathMulDiv();
if (!left) throw std::runtime_error("Expected left side of 'math plus/minus' expression");
std::string op_str;
while (!(op_str = consumeToken... | O3 | cpp | minja::Parser::parseMathPlusMinus():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x88, %rsp
movq %rsi, %r14
movq %rdi, %rbp
leaq 0x6a72a(%rip), %rax # 0x101d78
movb (%rax), %al
testb %al, %al
movq %rdi, (%rsp)
je 0x97856
movq %rbp, %rdi
movq %r14, %rsi
callq 0x97968
cmpq $0x0, (%rbp)
je ... | _ZN5minja6Parser18parseMathPlusMinusEv:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 88h
mov r14, rsi
mov rbp, rdi
lea rax, _ZGVZN5minja6Parser18parseMathPlusMinusEvE14plus_minus_tokB5cxx11; `guard variable for'minja::Parser::parseMathPlusMinus(void)::plus_minus_tok
m... | minja::Parser * minja::Parser::parseMathPlusMinus(minja::Parser *this, long long a2)
{
minja::Parser *v2; // rbp
long long v3; // r15
unsigned int v4; // r15d
volatile signed __int32 *v5; // rax
long long **v6; // r13
__int128 v7; // xmm0
std::runtime_error *v9; // r15
std::runtime_error *exception; // ... | parseMathPlusMinus:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x88
MOV R14,RSI
MOV RBP,RDI
LEA RAX,[0x201d78]
MOV AL,byte ptr [RAX]
TEST AL,AL
MOV qword ptr [RSP],RDI
JZ 0x00197856
LAB_0019765c:
MOV RDI,RBP
MOV RSI,R14
CALL 0x00197968
CMP qword ptr [RBP],0x0
JZ 0x001978b1
LEA RAX,[RSP + 0x48]
MOV qw... |
/* minja::Parser::parseMathPlusMinus() */
long * minja::Parser::parseMathPlusMinus(void)
{
int iVar1;
long lVar2;
int8 *puVar3;
runtime_error *prVar4;
int8 *in_RSI;
long *in_RDI;
long local_b0;
__shared_count<(__gnu_cxx::_Lock_policy)2> local_a8 [8];
long *local_a0;
long local_98;
long local_90... | |
19,376 | ft_linearize | eloqsql/storage/myisam/ft_parser.c | FT_WORD * ft_linearize(TREE *wtree, MEM_ROOT *mem_root)
{
FT_WORD *wlist,*p;
FT_DOCSTAT docstat;
DBUG_ENTER("ft_linearize");
if ((wlist=(FT_WORD *) alloc_root(mem_root, sizeof(FT_WORD)*
(1+wtree->elements_in_tree))))
{
docstat.list=wlist;
docstat.uniq=wtree->elemen... | O3 | c | ft_linearize:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
subq $0x20, %rsp
movq %rsi, %rax
movq %rdi, %r14
movl 0x20c(%rdi), %ecx
incl %ecx
shlq $0x3, %rcx
leaq (%rcx,%rcx,2), %rsi
movq %rax, %rdi
callq 0x9ca97
movq %rax, %rbx
testq %rax, %rax
je 0x735f0
leaq -0x38(%rbp), %r15
movq %rbx, (%r1... | ft_linearize:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
sub rsp, 20h
mov rax, rsi
mov r14, rdi
mov ecx, [rdi+20Ch]
inc ecx
shl rcx, 3
lea rsi, [rcx+rcx*2]
mov rdi, rax
call alloc_root
mov rbx, rax
test rax, rax
jz loc_735F0
lea r15, [... | _QWORD * ft_linearize(long long a1, long long a2)
{
long long v2; // rax
_QWORD *v3; // rbx
double v4; // xmm0_8
double v5; // xmm1_8
double *v6; // rax
bool v7; // zf
double v8; // xmm0_8
double *v9; // rax
_QWORD *v11; // [rsp+8h] [rbp-38h] BYREF
int v12; // [rsp+10h] [rbp-30h]
double v13; // [r... | ft_linearize:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0x20
MOV RAX,RSI
MOV R14,RDI
MOV ECX,dword ptr [RDI + 0x20c]
INC ECX
SHL RCX,0x3
LEA RSI,[RCX + RCX*0x2]
MOV RDI,RAX
CALL 0x0019ca97
MOV RBX,RAX
TEST RAX,RAX
JZ 0x001735f0
LEA R15,[RBP + -0x38]
MOV qword ptr [R15],RBX
MOV EAX,dword ptr [R14 ... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
long * ft_linearize(long param_1,int8 param_2)
{
double *pdVar1;
long *plVar2;
double *pdVar3;
double dVar4;
long *local_40;
uint local_38;
double local_30;
plVar2 = (long *)alloc_root(param_2,(ulong)(*(int *)(par... | |
19,377 | fmt::v10::detail::counting_iterator fmt::v10::detail::write_escaped_cp<fmt::v10::detail::counting_iterator, char>(fmt::v10::detail::counting_iterator, fmt::v10::detail::find_escape_result<char> const&) | AlayaLite/build_O0/_deps/spdlog-src/include/spdlog/fmt/bundled/format.h | auto write_escaped_cp(OutputIt out, const find_escape_result<Char>& escape)
-> OutputIt {
auto c = static_cast<Char>(escape.cp);
switch (escape.cp) {
case '\n':
*out++ = static_cast<Char>('\\');
c = static_cast<Char>('n');
break;
case '\r':
*out++ = static_cast<Char>('\\');
c = static_ca... | O0 | c | fmt::v10::detail::counting_iterator fmt::v10::detail::write_escaped_cp<fmt::v10::detail::counting_iterator, char>(fmt::v10::detail::counting_iterator, fmt::v10::detail::find_escape_result<char> const&):
subq $0xd8, %rsp
movq %rdi, 0xc8(%rsp)
movq %rsi, 0xc0(%rsp)
movq 0xc0(%rsp), %rax
movb 0x10(%rax), %al
movb %al, 0xb... | _ZN3fmt3v106detail16write_escaped_cpINS1_17counting_iteratorEcEET_S4_RKNS1_18find_escape_resultIT0_EE:
sub rsp, 0D8h
mov [rsp+0D8h+var_10], rdi
mov [rsp+0D8h+var_18], rsi
mov rax, [rsp+0D8h+var_18]
mov al, [rax+10h]
mov [rsp+0D8h+var_19], al
mov rax, [rsp+0D8h+var_18]
mov eax, [rax+10h]
... | long long fmt::v10::detail::write_escaped_cp<fmt::v10::detail::counting_iterator,char>(long long a1, long long a2)
{
long long v2; // rax
long long v4; // [rsp+0h] [rbp-D8h]
int v5; // [rsp+8h] [rbp-D0h]
long long v6; // [rsp+38h] [rbp-A0h]
unsigned __int8 *v7; // [rsp+40h] [rbp-98h]
_QWORD v8[2]; // [rsp+... | write_escaped_cp<fmt::v10::detail::counting_iterator,char>:
SUB RSP,0xd8
MOV qword ptr [RSP + 0xc8],RDI
MOV qword ptr [RSP + 0xc0],RSI
MOV RAX,qword ptr [RSP + 0xc0]
MOV AL,byte ptr [RAX + 0x10]
MOV byte ptr [RSP + 0xbf],AL
MOV RAX,qword ptr [RSP + 0xc0]
MOV EAX,dword ptr [RAX + 0x10]
MOV dword ptr [RSP + 0x8],EAX
SUB ... |
/* fmt::v10::detail::counting_iterator
fmt::v10::detail::write_escaped_cp<fmt::v10::detail::counting_iterator,
char>(fmt::v10::detail::counting_iterator, fmt::v10::detail::find_escape_result<char> const&) */
int8
fmt::v10::detail::write_escaped_cp<fmt::v10::detail::counting_iterator,char>
(int8 param_... | |
19,378 | producer(int) (.cleanup) | tinyCoroLab/examples/buffer_channel.cpp | task<> producer(int id)
{
for (int i = 0; i < 4; i++)
{
co_await ch.send(id * 10 + i);
log::info("producer {} send once", id);
}
if (number.fetch_sub(1, std::memory_order_acq_rel) == 1)
{
ch.close();
}
co_return;
} | O0 | cpp | producer(int) (.cleanup):
subq $0x108, %rsp # imm = 0x108
movq %rdi, 0x78(%rsp)
movq %rdi, 0x100(%rsp)
movq %rdi, %rax
addq $0x28, %rax
movq %rax, 0x80(%rsp)
movq %rdi, %rax
addq $0x35, %rax
movq %rax, 0x88(%rsp)
movq %rdi, %rax
addq $0x2c, %rax
movq %rax, 0x90(%rsp)
movq %rdi, %rax
addq $0x18, %rax
movq %ra... | _Z8produceri_cleanup:
sub rsp, 108h
mov [rsp+108h+var_90], rdi
mov [rsp+108h+var_8], rdi
mov rax, rdi
add rax, 28h ; '('
mov [rsp+108h+var_88], rax
mov rax, rdi
add rax, 35h ; '5'
mov [rsp+108h+var_80], rax
mov rax, rdi
add rax, 2Ch ; ','
mov [rsp+108h+var_78], rax
mov ... | char producer(long long a1)
{
char v2; // [rsp+7h] [rbp-101h]
v2 = *(_BYTE *)(a1 + 52);
if ( v2 != 2 && (v2 & 3) != 0 )
coro::task<bool>::~task(a1 + 32);
coro::detail::promise<void>::~promise(a1 + 16);
return 2;
}
| _Z8produceri.cleanup:
SUB RSP,0x108
MOV qword ptr [RSP + 0x78],RDI
MOV qword ptr [RSP + 0x100],RDI
MOV RAX,RDI
ADD RAX,0x28
MOV qword ptr [RSP + 0x80],RAX
MOV RAX,RDI
ADD RAX,0x35
MOV qword ptr [RSP + 0x88],RAX
MOV RAX,RDI
ADD RAX,0x2c
MOV qword ptr [RSP + 0x90],RAX
MOV RAX,RDI
ADD RAX,0x18
MOV qword ptr [RSP + 0x98],R... |
/* WARNING: Removing unreachable block (ram,0x0010b8ca) */
/* WARNING: Removing unreachable block (ram,0x0010b8ff) */
/* WARNING: Removing unreachable block (ram,0x0010bbef) */
/* WARNING: Removing unreachable block (ram,0x0010bc80) */
/* WARNING: Removing unreachable block (ram,0x0010baf5) */
/* WARNING: Removing unr... | |
19,379 | producer(int) (.cleanup) | tinyCoroLab/examples/buffer_channel.cpp | task<> producer(int id)
{
for (int i = 0; i < 4; i++)
{
co_await ch.send(id * 10 + i);
log::info("producer {} send once", id);
}
if (number.fetch_sub(1, std::memory_order_acq_rel) == 1)
{
ch.close();
}
co_return;
} | O3 | cpp | producer(int) (.cleanup):
pushq %r14
pushq %rbx
pushq %rax
movl %esi, %ebx
movq %rdi, %r14
movl $0x48, %edi
callq 0x7270
leaq 0x206(%rip), %rcx # 0x7c5c
movq %rcx, (%rax)
leaq 0x39b(%rip), %rcx # 0x7dfb
movq %rcx, 0x8(%rax)
movl %ebx, 0x38(%rax)
movq $0x0, 0x10(%rax)
movq %rax, (%r14)
movb $0x0, 0x44(%rax)
... | _Z8produceri:
push r14
push rbx
push rax
mov ebx, esi
mov r14, rdi
mov edi, 48h ; 'H'; unsigned __int64
call __Znwm; operator new(ulong)
lea rcx, _Z8produceri_resume; producer(int) [clone]
mov [rax], rcx
lea rcx, _Z8produceri_destroy; producer(int) [clone]
mov [rax+8], rcx
mov ... | _QWORD * producer(_QWORD *a1, int a2)
{
long long v2; // rax
v2 = operator new(0x48uLL);
*(_QWORD *)v2 = producer;
*(_QWORD *)(v2 + 8) = producer;
*(_DWORD *)(v2 + 56) = a2;
*(_QWORD *)(v2 + 16) = 0LL;
*a1 = v2;
*(_BYTE *)(v2 + 68) = 0;
return a1;
}
| producer:
PUSH R14
PUSH RBX
PUSH RAX
MOV EBX,ESI
MOV R14,RDI
MOV EDI,0x48
CALL 0x00107270
LEA RCX,[0x107c5c]
MOV qword ptr [RAX],RCX
LEA RCX,[0x107dfb]
MOV qword ptr [RAX + 0x8],RCX
MOV dword ptr [RAX + 0x38],EBX
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [R14],RAX
MOV byte ptr [RAX + 0x44],0x0
MOV RAX,R14
ADD RSP,0x... |
/* producer(int) */
int8 * producer(int param_1)
{
int8 *puVar1;
int4 in_ESI;
int4 in_register_0000003c;
puVar1 = (int8 *)operator_new(0x48);
*puVar1 = producer;
puVar1[1] = producer;
*(int4 *)(puVar1 + 7) = in_ESI;
puVar1[2] = 0;
*(int8 *)CONCAT44(in_register_0000003c,param_1) = puVar1;
*(int... | |
19,380 | google::protobuf::(anonymous namespace)::ToCamelCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool) | aimrt_mujoco_sim/_deps/protobuf-src/src/google/protobuf/descriptor.cc | std::string ToCamelCase(const std::string& input, bool lower_first) {
bool capitalize_next = !lower_first;
std::string result;
result.reserve(input.size());
for (char character : input) {
if (character == '_') {
capitalize_next = true;
} else if (capitalize_next) {
result.push_back(ToUpper(... | O3 | cpp | google::protobuf::(anonymous namespace)::ToCamelCase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>> const&, bool):
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movl %edx, %ebp
movq %rsi, %r14
movq %rdi, %rbx
leaq 0x10(%rdi), %rax
movq %rax, (%rsp)
movq %ra... | _ZN6google8protobuf12_GLOBAL__N_111ToCamelCaseERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEb:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov ebp, edx
mov r14, rsi
mov rbx, rdi
lea rax, [rdi+10h]
mov [rsp+38h+var_38], rax
mov [rdi], rax
mov q... | void google::protobuf::`anonymous namespace'::ToCamelCase(long long a1, long long *a2, char a3)
{
long long v4; // r12
long long v5; // r14
char v6; // al
long long i; // r13
char v8; // cl
bool v9; // r15
char v10; // dl
char v11; // cl
char v12; // dl
*(_QWORD *)a1 = a1 + 16;
*(_QWORD *)(a1 + ... | ToCamelCase:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV EBP,EDX
MOV R14,RSI
MOV RBX,RDI
LEA RAX,[RDI + 0x10]
MOV qword ptr [RSP],RAX
MOV qword ptr [RDI],RAX
MOV qword ptr [RDI + 0x8],0x0
MOV byte ptr [RDI + 0x10],0x0
MOV RSI,qword ptr [RSI + 0x8]
LAB_00137187:
CALL 0x00113bd4
MOV R12,qword ptr [... |
/* google::protobuf::(anonymous namespace)::ToCamelCase(std::__cxx11::string const&, bool) */
void __thiscall
google::protobuf::(anonymous_namespace)::ToCamelCase
(_anonymous_namespace_ *this,string *param_1,bool param_2)
{
char cVar1;
long lVar2;
long lVar3;
char cVar4;
long lVar5;
*(_anony... | |
19,381 | minja::Value& nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::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... | monkey531[P]llama/common/json.hpp | T & operator[](KeyType && key)
{
return emplace(std::forward<KeyType>(key), T{}).first->second;
} | O1 | cpp | minja::Value& nlohmann::json_abi_v3_11_3::ordered_map<nlohmann::json_abi_v3_11_3::basic_json<nlohmann::json_abi_v3_11_3::ordered_map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEERSF_OST... | long long ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0... | _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEERSF_OST... |
long _ZN8nlohmann16json_abi_v3_11_311ordered_mapINS0_10basic_jsonIS1_St6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES3_IhSaIhEEvEEN5minja5ValueESt4lessISD_ESaISt4pairIKSD_SF_EEEixIRKS9_TnNSt9enable_ifIXsr6detail21is_usable_as_key_typeISt8equal_toIvESD_T_EE5valueEiE4typeELi0EEER... | |
19,382 | maria_scan_init | eloqsql/storage/maria/ma_scan.c | int maria_scan_init(register MARIA_HA *info)
{
DBUG_ENTER("maria_scan_init");
info->cur_row.nextpos= info->s->pack.header_length; /* Read first record */
info->lastinx= -1; /* Can't forward or backward */
if (info->opt_flag & WRITE_CACHE_USED && flush_io_cache(&info->rec_cache))
DBUG_RETURN(my_errno);
... | O3 | c | maria_scan_init:
pushq %rbp
movq %rsp, %rbp
pushq %rbx
pushq %rax
movq %rdi, %rbx
movq (%rdi), %rax
movq 0x590(%rax), %rcx
movq %rcx, 0xa0(%rdi)
movl $0xffffffff, 0x62c(%rdi) # imm = 0xFFFFFFFF
testb $0x10, 0x61c(%rdi)
je 0x6347d
leaq 0x4b8(%rbx), %rdi
movl $0x1, %esi
callq 0xb0e3d
testl %eax, %eax
jne 0x6348a
movq (%r... | maria_scan_init:
push rbp
mov rbp, rsp
push rbx
push rax
mov rbx, rdi
mov rax, [rdi]
mov rcx, [rax+590h]
mov [rdi+0A0h], rcx
mov dword ptr [rdi+62Ch], 0FFFFFFFFh
test byte ptr [rdi+61Ch], 10h
jz short loc_6347D
lea rdi, [rbx+4B8h]
mov esi, 1
call my_b_flush_io_cache
t... | long long maria_scan_init(long long *a1)
{
long long v2; // rax
long long *v3; // rdi
v2 = *a1;
a1[20] = *(_QWORD *)(*a1 + 1424);
*((_DWORD *)a1 + 395) = -1;
if ( (*((_BYTE *)a1 + 1564) & 0x10) != 0 )
{
v3 = a1 + 151;
if ( (unsigned int)my_b_flush_io_cache(v3, 1LL) )
return *(unsigned int ... | maria_scan_init:
PUSH RBP
MOV RBP,RSP
PUSH RBX
PUSH RAX
MOV RBX,RDI
MOV RAX,qword ptr [RDI]
MOV RCX,qword ptr [RAX + 0x590]
MOV qword ptr [RDI + 0xa0],RCX
MOV dword ptr [RDI + 0x62c],0xffffffff
TEST byte ptr [RDI + 0x61c],0x10
JZ 0x0016347d
LEA RDI,[RBX + 0x4b8]
MOV ESI,0x1
CALL 0x001b0e3d
TEST EAX,EAX
JNZ 0x0016348a
M... |
int4 maria_scan_init(long *param_1)
{
char cVar1;
int iVar2;
long lVar3;
int4 *puVar4;
lVar3 = *param_1;
param_1[0x14] = *(long *)(lVar3 + 0x590);
*(int4 *)((long)param_1 + 0x62c) = 0xffffffff;
if ((*(byte *)((long)param_1 + 0x61c) & 0x10) != 0) {
iVar2 = my_b_flush_io_cache(param_1 + 0x97,1);
... | |
19,383 | my_caseup_str_mb | eloqsql/strings/ctype-mb.c | size_t my_caseup_str_mb(CHARSET_INFO * cs, char *str)
{
register uint32 l;
register const uchar *map= cs->to_upper;
char *str_orig= str;
while (*str)
{
/* Pointing after the '\0' is safe here. */
if ((l= my_ismbchar(cs, str, str + cs->mbmaxlen)))
str+= l;
else
{
*str= (char) ma... | O0 | c | my_caseup_str_mb:
pushq %rbp
movq %rsp, %rbp
subq $0x30, %rsp
movq %rdi, -0x8(%rbp)
movq %rsi, -0x10(%rbp)
movq -0x8(%rbp), %rax
movq 0x50(%rax), %rax
movq %rax, -0x20(%rbp)
movq -0x10(%rbp), %rax
movq %rax, -0x28(%rbp)
movq -0x10(%rbp), %rax
cmpb $0x0, (%rax)
je 0x117f87
movq -0x8(%rbp), %rdi
movq -0x10(%rbp), %rsi
mo... | my_caseup_str_mb:
push rbp
mov rbp, rsp
sub rsp, 30h
mov [rbp+var_8], rdi
mov [rbp+var_10], rsi
mov rax, [rbp+var_8]
mov rax, [rax+50h]
mov [rbp+var_20], rax
mov rax, [rbp+var_10]
mov [rbp+var_28], rax
loc_117F24:
mov rax, [rbp+var_10]
cmp byte ptr [rax], 0
jz short l... | _BYTE * my_caseup_str_mb(long long a1, _BYTE *a2)
{
long long v3; // [rsp+10h] [rbp-20h]
unsigned int v4; // [rsp+1Ch] [rbp-14h]
_BYTE *v5; // [rsp+20h] [rbp-10h]
v5 = a2;
v3 = *(_QWORD *)(a1 + 80);
while ( *v5 )
{
v4 = my_ismbchar_0(a1, v5, &v5[*(unsigned int *)(a1 + 156)]);
if ( v4 )
{
... | |||
19,384 | my_caseup_str_mb | eloqsql/strings/ctype-mb.c | size_t my_caseup_str_mb(CHARSET_INFO * cs, char *str)
{
register uint32 l;
register const uchar *map= cs->to_upper;
char *str_orig= str;
while (*str)
{
/* Pointing after the '\0' is safe here. */
if ((l= my_ismbchar(cs, str, str + cs->mbmaxlen)))
str+= l;
else
{
*str= (char) ma... | O3 | c | my_caseup_str_mb:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %r12
pushq %rbx
movq %rsi, %rbx
cmpb $0x0, (%rsi)
movq %rsi, %rax
je 0xb4444
movq %rdi, %r14
movq 0x50(%rdi), %r12
movq %rbx, %r15
movl 0x9c(%r14), %edx
addq %r15, %rdx
movq 0xb8(%r14), %rax
movq %r14, %rdi
movq %r15, %rsi
callq *0xc0(%rax)
cmpl $... | my_caseup_str_mb:
push rbp
mov rbp, rsp
push r15
push r14
push r12
push rbx
mov rbx, rsi
cmp byte ptr [rsi], 0
mov rax, rsi
jz short loc_B4444
mov r14, rdi
mov r12, [rdi+50h]
mov r15, rbx
loc_B4400:
mov edx, [r14+9Ch]
add rdx, r15
mov rax, [r14+0B8h]
mov r... | long long my_caseup_str_mb(long long a1, _BYTE *a2)
{
_BYTE *v2; // rax
long long v3; // r12
_BYTE *v4; // r15
int v5; // eax
long long v6; // rcx
bool v7; // zf
v2 = a2;
if ( *a2 )
{
v3 = *(_QWORD *)(a1 + 80);
v4 = a2;
do
{
v5 = (*(long long ( **)(long long, _BYTE *, _BYTE *))... | my_caseup_str_mb:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
MOV RBX,RSI
CMP byte ptr [RSI],0x0
MOV RAX,RSI
JZ 0x001b4444
MOV R14,RDI
MOV R12,qword ptr [RDI + 0x50]
MOV R15,RBX
LAB_001b4400:
MOV EDX,dword ptr [R14 + 0x9c]
ADD RDX,R15
MOV RAX,qword ptr [R14 + 0xb8]
MOV RDI,R14
MOV RSI,R15
CALL qword ptr [R... |
long my_caseup_str_mb(long param_1,byte *param_2)
{
byte *pbVar1;
long lVar2;
uint uVar3;
byte *pbVar4;
ulong uVar5;
byte *pbVar6;
pbVar4 = param_2;
if (*param_2 != 0) {
lVar2 = *(long *)(param_1 + 0x50);
pbVar6 = param_2;
do {
uVar3 = (**(code **)(*(long *)(param_1 + 0xb8) + 0xc0... | |
19,385 | minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&) | monkey531[P]llama/common/minja.hpp | json parseNumber(CharIterator& it, const CharIterator& end) {
auto before = it;
consumeSpaces();
auto start = it;
bool hasDecimal = false;
bool hasExponent = false;
if (it != end && (*it == '-' || *it == '+')) ++it;
while (it != end) {
if (std::isdigit... | O2 | cpp | minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq... | _ZN5minja6Parser11parseNumberERN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKSB_:
push rbp
push r15
push r14
push r12
push rbx
sub rsp, 0F0h
mov r15, rcx
mov r14, rdx
mov rax, rsi
mov rbx, rdi
mov r12, [rdx]
push 1
pop rsi
mov ... | long long minja::Parser::parseNumber(long long a1, long long a2, char **a3, char **a4)
{
char *v7; // r12
char *v8; // rsi
int v9; // edi
char v10; // al
char *v11; // rdx
char v12; // cl
int v13; // edi
bool v14; // zf
std::runtime_error *exception; // rbx
int v16; // r9d
_QWORD v18[2]; // [rsp+... | parseNumber:
PUSH RBP
PUSH R15
PUSH R14
PUSH R12
PUSH RBX
SUB RSP,0xf0
MOV R15,RCX
MOV R14,RDX
MOV RAX,RSI
MOV RBX,RDI
MOV R12,qword ptr [RDX]
PUSH 0x1
POP RSI
MOV RDI,RAX
CALL 0x0013b3ce
MOV RSI,qword ptr [R14]
CMP qword ptr [R15],RSI
JZ 0x00141766
MOVZX EDI,byte ptr [RSI]
XOR EAX,EAX
MOV RDX,RSI
CMP EDI,0x2d
JZ 0x001... |
/* minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::string >&,
__gnu_cxx::__normal_iterator<char const*, std::__cxx11::string > const&) */
__normal_iterator *
minja::Parser::parseNumber(__normal_iterator *param_1,__normal_iterator *param_2)
{
byte bVar1;
int8 uVar2;
byte *p... | |
19,386 | minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&) | monkey531[P]llama/common/minja.hpp | json parseNumber(CharIterator& it, const CharIterator& end) {
auto before = it;
consumeSpaces();
auto start = it;
bool hasDecimal = false;
bool hasExponent = false;
if (it != end && (*it == '-' || *it == '+')) ++it;
while (it != end) {
if (std::isdigit... | O3 | cpp | minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>>&, __gnu_cxx::__normal_iterator<char const*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>> const&):
pushq %rbp
pushq %r15
pushq %r14
pushq... | _ZN5minja6Parser11parseNumberERN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKSB_:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 0F8h
mov r15, rcx
mov r14, rdx
mov r12, rsi
mov rbx, rdi
mov r9, [rdx]
mov rbp, [rsi+... | long long minja::Parser::parseNumber(long long a1, long long a2, unsigned __int8 **a3, char **a4)
{
long long v7; // rbx
unsigned __int8 *v8; // r9
char *v9; // rbp
char *v10; // r13
unsigned __int8 *v11; // rsi
unsigned __int8 *v12; // rbx
char *v13; // rax
int v14; // ecx
char *v15; // rdx
char v... | parseNumber:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0xf8
MOV R15,RCX
MOV R14,RDX
MOV R12,RSI
MOV RBX,RDI
MOV R9,qword ptr [RDX]
MOV RBP,qword ptr [RSI + 0x18]
MOV R13,qword ptr [RSI + 0x20]
MOV RSI,R9
CMP R13,RBP
JZ 0x00143910
MOV qword ptr [RSP + 0x8],RBX
MOV RBX,R9
LAB_001438ea:
MOVSX EDI,byte ... |
/* minja::Parser::parseNumber(__gnu_cxx::__normal_iterator<char const*, std::__cxx11::string >&,
__gnu_cxx::__normal_iterator<char const*, std::__cxx11::string > const&) */
__normal_iterator *
minja::Parser::parseNumber(__normal_iterator *param_1,__normal_iterator *param_2)
{
byte bVar1;
byte *pbVar2;
char ... | |
19,387 | psi_mutex_trylock | eloqsql/mysys/my_thr_init.c | ATTRIBUTE_COLD int psi_mutex_trylock(mysql_mutex_t *that,
const char *file, uint line)
{
PSI_mutex_locker_state state;
PSI_mutex_locker *locker= PSI_MUTEX_CALL(start_mutex_wait)
(&state, that->m_psi, PSI_MUTEX_TRYLOCK, file, line);
# ifdef SAFE_MUTEX
int result= safe_mutex... | O3 | c | psi_mutex_trylock:
pushq %rbp
movq %rsp, %rbp
pushq %r15
pushq %r14
pushq %rbx
subq $0x38, %rsp
movl %edx, %r8d
movq %rsi, %rcx
movq %rdi, %r14
leaq 0x2cb199(%rip), %r15 # 0x2ef820
movq (%r15), %rax
movq 0x40(%rdi), %rsi
leaq -0x48(%rbp), %rdi
pushq $0x1
popq %rdx
callq *0x190(%rax)
movq %rax, %rbx
movq %r14, %rdi
c... | psi_mutex_trylock:
push rbp
mov rbp, rsp
push r15
push r14
push rbx
sub rsp, 38h
mov r8d, edx
mov rcx, rsi
mov r14, rdi
lea r15, PSI_server
mov rax, [r15]
mov rsi, [rdi+40h]
lea rdi, [rbp+var_48]
push 1
pop rdx
call qword ptr [rax+190h]
mov rbx, rax
mov ... | long long psi_mutex_trylock(long long a1, long long a2, unsigned int a3)
{
long long v3; // rbx
unsigned int v4; // r14d
_BYTE v6[72]; // [rsp+8h] [rbp-48h] BYREF
v3 = (*((long long ( **)(_BYTE *, _QWORD, long long, long long, _QWORD))PSI_server[0] + 50))(
v6,
*(_QWORD *)(a1 + 64),
... | psi_mutex_trylock:
PUSH RBP
MOV RBP,RSP
PUSH R15
PUSH R14
PUSH RBX
SUB RSP,0x38
MOV R8D,EDX
MOV RCX,RSI
MOV R14,RDI
LEA R15,[0x3ef820]
MOV RAX,qword ptr [R15]
MOV RSI,qword ptr [RDI + 0x40]
LEA RDI,[RBP + -0x48]
PUSH 0x1
POP RDX
CALL qword ptr [RAX + 0x190]
MOV RBX,RAX
MOV RDI,R14
CALL 0x001240a0
MOV R14D,EAX
TEST RBX,... |
int psi_mutex_trylock(pthread_mutex_t *param_1,int8 param_2,int4 param_3)
{
int iVar1;
long lVar2;
int1 local_50 [48];
lVar2 = (**(code **)(PSI_server + 400))
(local_50,*(int8 *)((long)param_1 + 0x40),1,param_2,param_3);
iVar1 = pthread_mutex_trylock(param_1);
if (lVar2 != 0) {
... | |
19,388 | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator... | llama.cpp/common/json.hpp | bool scan_comment()
{
switch (get())
{
// single-line comments skip input until a newline or EOF is read
case '/':
{
while (true)
{
switch (get())
{
case '\n':
... | O3 | cpp | nlohmann::json_abi_v3_11_3::detail::lexer<nlohmann::json_abi_v3_11_3::basic_json<std::map, std::vector, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>, bool, long, unsigned long, double, std::allocator, nlohmann::json_abi_v3_11_3::adl_serializer, std::vector<unsigned char, std::allocator... | _ZN8nlohmann16json_abi_v3_11_36detail5lexerINS0_10basic_jsonISt3mapSt6vectorNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEblmdSaNS0_14adl_serializerES5_IhSaIhEEvEENS1_20input_stream_adapterEE12scan_commentEv:
push rbp
push rbx
push rax
mov rbx, rdi
call _ZN8nlohmann16json_abi_v3_11_36detail5lexerI... | char nlohmann::json_abi_v3_11_3::detail::lexer<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>,nlohmann::json_abi_v3_11_3::detail::input_stream_adapter>::scan_comment(
... | scan_comment:
PUSH RBP
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x001216bc
CMP EAX,0x2f
JZ 0x00178185
CMP EAX,0x2a
JNZ 0x001781a2
LAB_00178159:
MOV RDI,RBX
CALL 0x001216bc
LEA ECX,[RAX + 0x1]
CMP ECX,0x2
JC 0x001781ab
CMP EAX,0x2a
JNZ 0x00178159
MOV RDI,RBX
CALL 0x001216bc
CMP EAX,0x2f
JZ 0x0017819e
MOV RDI,RBX
CALL 0x00178a... |
/* nlohmann::json_abi_v3_11_3::detail::lexer<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_abi_... | |
19,389 | push_break_entry | bluesky950520[P]quickjs/quickjs.c | static void push_break_entry(JSFunctionDef *fd, BlockEnv *be,
JSAtom label_name,
int label_break, int label_cont,
int drop_count)
{
be->prev = fd->top_break;
fd->top_break = be;
be->label_name = label_name;
be->label_... | O0 | c | push_break_entry:
movq %rdi, -0x8(%rsp)
movq %rsi, -0x10(%rsp)
movl %edx, -0x14(%rsp)
movl %ecx, -0x18(%rsp)
movl %r8d, -0x1c(%rsp)
movl %r9d, -0x20(%rsp)
movq -0x8(%rsp), %rax
movq 0x180(%rax), %rcx
movq -0x10(%rsp), %rax
movq %rcx, (%rax)
movq -0x10(%rsp), %rcx
movq -0x8(%rsp), %rax
movq %rcx, 0x180(%rax)
movl -0x14(... | push_break_entry:
mov [rsp+var_8], rdi
mov [rsp+var_10], rsi
mov [rsp+var_14], edx
mov [rsp+var_18], ecx
mov [rsp+var_1C], r8d
mov [rsp+var_20], r9d
mov rax, [rsp+var_8]
mov rcx, [rax+180h]
mov rax, [rsp+var_10]
mov [rax], rcx
mov rcx, [rsp+var_10]
mov rax, [rsp+var_8]
mo... | long long push_break_entry(long long a1, long long a2, int a3, int a4, int a5, int a6)
{
long long result; // rax
*(_QWORD *)a2 = *(_QWORD *)(a1 + 384);
*(_QWORD *)(a1 + 384) = a2;
*(_DWORD *)(a2 + 8) = a3;
*(_DWORD *)(a2 + 12) = a4;
*(_DWORD *)(a2 + 16) = a5;
*(_DWORD *)(a2 + 20) = a6;
*(_DWORD *)(a2... | push_break_entry:
MOV qword ptr [RSP + -0x8],RDI
MOV qword ptr [RSP + -0x10],RSI
MOV dword ptr [RSP + -0x14],EDX
MOV dword ptr [RSP + -0x18],ECX
MOV dword ptr [RSP + -0x1c],R8D
MOV dword ptr [RSP + -0x20],R9D
MOV RAX,qword ptr [RSP + -0x8]
MOV RCX,qword ptr [RAX + 0x180]
MOV RAX,qword ptr [RSP + -0x10]
MOV qword ptr [R... |
void push_break_entry(long param_1,int8 *param_2,int4 param_3,int4 param_4,
int4 param_5,int4 param_6)
{
*param_2 = *(int8 *)(param_1 + 0x180);
*(int8 **)(param_1 + 0x180) = param_2;
*(int4 *)(param_2 + 1) = param_3;
*(int4 *)((long)param_2 + 0xc) = param_4;
*(int4 *)(param_2 + 2) = par... | |
19,390 | ankerl::nanobench::Config::Config() | BadAccessGuards/build_O3/_deps/nanobench-src/src/include/nanobench.h | Config::Config() = default; | O3 | c | ankerl::nanobench::Config::Config():
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
pushq %rax
movq %rdi, %rbx
leaq 0x10(%rdi), %r13
movq %r13, (%rdi)
leaq 0xc1d8(%rip), %rsi # 0x1650c
leaq 0xc1da(%rip), %rdx # 0x16515
callq 0xe794
leaq 0x20(%rbx), %r14
leaq 0x30(%rbx), %rbp
movq %rbp, 0x20... | _ZN6ankerl9nanobench6ConfigC2Ev:
push rbp
push r15
push r14
push r13
push r12
push rbx
push rax
mov rbx, rdi
lea r13, [rdi+10h]
mov [rdi], r13
lea rsi, aBenchmark; "benchmark"
lea rdx, aBenchmark+9; ""
call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIP... | long long ankerl::nanobench::Config::Config(ankerl::nanobench::Config *this)
{
long long result; // rax
*(_QWORD *)this = (char *)this + 16;
std::string::_M_construct<char const*>(this, "benchmark", "");
*((_QWORD *)this + 4) = (char *)this + 48;
std::string::_M_construct<char const*>((char *)this + 32, "no... | Config:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
PUSH RAX
MOV RBX,RDI
LEA R13,[RDI + 0x10]
MOV qword ptr [RDI],R13
LEA RSI,[0x11650c]
LEA RDX,[0x116515]
CALL 0x0010e794
LEA R14,[RBX + 0x20]
LEA RBP,[RBX + 0x30]
MOV qword ptr [RBX + 0x20],RBP
LAB_0010a34c:
LEA RSI,[0x116516]
LEA RDX,[0x11651c]
MOV RDI,R14
C... |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
/* ankerl::nanobench::Config::Config() */
void __thiscall ankerl::nanobench::Config::Config(Config *this)
{
int8 uVar1;
*(Config **)this = this + 0x10;
std::__cxx11::string::_M_construct<char_const*>(this,"benchmark","");
... | |
19,391 | mbedtls_mpi_mul_mpi | msxemulator/build_O3/_deps/pico_sdk-src/lib/mbedtls/library/bignum.c | int mbedtls_mpi_mul_mpi(mbedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *B)
{
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
size_t i, j;
mbedtls_mpi TA, TB;
int result_is_zero = 0;
MPI_VALIDATE_RET(X != NULL);
MPI_VALIDATE_RET(A != NULL);
MPI_VALIDATE_RET(B != NULL);
mbedtls_... | O3 | c | mbedtls_mpi_mul_mpi:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x38, %rsp
movq %rdx, %r15
movq %rsi, %r14
movq %rdi, %rbx
movl $0x1, %eax
movl %eax, 0x20(%rsp)
xorps %xmm0, %xmm0
movups %xmm0, 0x28(%rsp)
movl %eax, 0x8(%rsp)
movups %xmm0, 0x10(%rsp)
cmpq %rsi, %rdi
je 0x7f509
cmpq %r15, %r... | mbedtls_mpi_mul_mpi:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 38h
mov r15, rdx
mov r14, rsi
mov rbx, rdi
mov eax, 1
mov [rsp+68h+var_48], eax
xorps xmm0, xmm0
movups [rsp+68h+var_40], xmm0
mov [rsp+68h+var_60], eax
movups [rsp+68h+var_58], xmm0
cmp... | long long mbedtls_mpi_mul_mpi(long long a1, long long a2, int *a3)
{
int *v4; // r14
long long v5; // r12
int v6; // eax
unsigned int v7; // eax
long long v8; // r13
unsigned int v9; // ebp
long long v11; // rbp
long long v12; // r13
int v13; // eax
bool v14; // [rsp+0h] [rbp-68h]
int v15; // [rs... | mbedtls_mpi_mul_mpi:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x38
MOV R15,RDX
MOV R14,RSI
MOV RBX,RDI
MOV EAX,0x1
MOV dword ptr [RSP + 0x20],EAX
XORPS XMM0,XMM0
MOVUPS xmmword ptr [RSP + 0x28],XMM0
MOV dword ptr [RSP + 0x8],EAX
MOVUPS xmmword ptr [RSP + 0x10],XMM0
CMP RDI,RSI
JZ 0x0017f509
LAB_001... |
int mbedtls_mpi_mul_mpi(int *param_1,int *param_2,int *param_3)
{
bool bVar1;
int iVar2;
long lVar3;
long lVar4;
long lVar5;
int *piVar6;
int *piVar7;
int local_60 [2];
int8 local_58;
int8 uStack_50;
int local_48 [2];
int8 local_40;
int8 uStack_38;
local_48[0] = 1;
local_40 = 0;
uSt... | |
19,392 | ma_ft_del | eloqsql/storage/maria/ma_ft_update.c | int _ma_ft_del(MARIA_HA *info, uint keynr, uchar *keybuf, const uchar *record,
my_off_t pos)
{
int error= -1;
FT_WORD *wlist;
DBUG_ENTER("_ma_ft_del");
DBUG_PRINT("enter",("keynr: %d",keynr));
if ((wlist= _ma_ft_parserecord(info, keynr, record, &info->ft_memroot)))
error= _ma_ft_erase(info,keynr,... | O0 | c | ma_ft_del:
pushq %rbp
movq %rsp, %rbp
subq $0x40, %rsp
movq %rdi, -0x8(%rbp)
movl %esi, -0xc(%rbp)
movq %rdx, -0x18(%rbp)
movq %rcx, -0x20(%rbp)
movq %r8, -0x28(%rbp)
movl $0xffffffff, -0x2c(%rbp) # imm = 0xFFFFFFFF
jmp 0x766e4
movq -0x8(%rbp), %rdi
movl -0xc(%rbp), %esi
movq -0x20(%rbp), %rdx
movq -0x8(%rbp), %rcx
add... | _ma_ft_del:
push rbp
mov rbp, rsp
sub rsp, 40h
mov [rbp+var_8], rdi
mov [rbp+var_C], esi
mov [rbp+var_18], rdx
mov [rbp+var_20], rcx
mov [rbp+var_28], r8
mov [rbp+var_2C], 0FFFFFFFFh
jmp short $+2
loc_766E4:
mov rdi, [rbp+var_8]
mov esi, [rbp+var_C]
mov rdx, [rbp+var_2... | long long ma_ft_del(long long *a1, unsigned int a2, _BYTE *a3, long long a4, long long a5)
{
_QWORD *v6; // [rsp+8h] [rbp-38h]
unsigned int v7; // [rsp+14h] [rbp-2Ch]
v7 = -1;
v6 = (_QWORD *)ma_ft_parserecord(a1, a2, a4, (long long)(a1 + 101));
if ( v6 )
v7 = ma_ft_erase(a1, a2, a3, v6, a5);
free_root... | _ma_ft_del:
PUSH RBP
MOV RBP,RSP
SUB RSP,0x40
MOV qword ptr [RBP + -0x8],RDI
MOV dword ptr [RBP + -0xc],ESI
MOV qword ptr [RBP + -0x18],RDX
MOV qword ptr [RBP + -0x20],RCX
MOV qword ptr [RBP + -0x28],R8
MOV dword ptr [RBP + -0x2c],0xffffffff
JMP 0x001766e4
LAB_001766e4:
MOV RDI,qword ptr [RBP + -0x8]
MOV ESI,dword ptr ... |
int4
_ma_ft_del(long param_1,int4 param_2,int8 param_3,int8 param_4,int8 param_5)
{
long lVar1;
int4 local_34;
local_34 = 0xffffffff;
lVar1 = _ma_ft_parserecord(param_1,param_2,param_4,param_1 + 0x328);
if (lVar1 != 0) {
local_34 = _ma_ft_erase(param_1,param_2,param_3,lVar1,param_5);
}
free_root(... | |
19,393 | dbuf_printf | bluesky950520[P]quickjs/cutils.c | int __attribute__((format(printf, 2, 3))) dbuf_printf(DynBuf *s,
const char *fmt, ...)
{
va_list ap;
char buf[128];
int len;
va_start(ap, fmt);
len = vsnprintf(buf, sizeof(buf), fmt, ap);
va_end(ap);
if (len < (int)sizeof(buf)) {
... | O0 | c | dbuf_printf:
subq $0x178, %rsp # imm = 0x178
testb %al, %al
je 0x24a7c
movaps %xmm0, 0x30(%rsp)
movaps %xmm1, 0x40(%rsp)
movaps %xmm2, 0x50(%rsp)
movaps %xmm3, 0x60(%rsp)
movaps %xmm4, 0x70(%rsp)
movaps %xmm5, 0x80(%rsp)
movaps %xmm6, 0x90(%rsp)
movaps %xmm7, 0xa0(%rsp)
movq %r9, 0x28(%rsp)
movq %r8, 0x20(%r... | dbuf_printf:
sub rsp, 178h
test al, al
jz short loc_24A7C
movaps [rsp+178h+var_148], xmm0
movaps [rsp+178h+var_138], xmm1
movaps [rsp+178h+var_128], xmm2
movaps [rsp+178h+var_118], xmm3
movaps [rsp+178h+var_108], xmm4
movaps [rsp+178h+var_F8], xmm5
movaps [rsp+178h+var_E8], xmm6
movaps [rsp+178h+var... | long long dbuf_printf(
_QWORD *a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,
c... | dbuf_printf:
SUB RSP,0x178
TEST AL,AL
JZ 0x00124a7c
MOVAPS xmmword ptr [RSP + 0x30],XMM0
MOVAPS xmmword ptr [RSP + 0x40],XMM1
MOVAPS xmmword ptr [RSP + 0x50],XMM2
MOVAPS xmmword ptr [RSP + 0x60],XMM3
MOVAPS xmmword ptr [RSP + 0x70],XMM4
MOVAPS xmmword ptr [RSP + 0x80],XMM5
MOVAPS xmmword ptr [RSP + 0x90],XMM6
MOVAPS xm... |
int4
dbuf_printf(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,long *param_9
,char *param_10,int8 param_11,int8 param_12,int8 param_13,
int8 param_14)
{
char in_AL;
int iVar1;
int1 auStack_178 [16];
int8 local_168;
i... | |
19,394 | dbuf_printf | bluesky950520[P]quickjs/cutils.c | int __attribute__((format(printf, 2, 3))) dbuf_printf(DynBuf *s,
const char *fmt, ...)
{
va_list ap;
char buf[128];
int len;
va_start(ap, fmt);
len = vsnprintf(buf, sizeof(buf), fmt, ap);
va_end(ap);
if (len < (int)sizeof(buf)) {
... | O2 | c | dbuf_printf:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x158, %rsp # imm = 0x158
movq %rsi, %r14
movq %rdi, %rbx
leaq 0xa0(%rsp), %r15
movq %rdx, 0x10(%r15)
movq %rcx, 0x18(%r15)
movq %r8, 0x20(%r15)
movq %r9, 0x28(%r15)
testb %al, %al
je 0x19993
movaps %xmm0, 0xd0(%rsp)
movaps ... | dbuf_printf:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 158h
mov r14, rsi
mov rbx, rdi
lea r15, [rsp+188h+var_E8]
mov [r15+10h], rdx
mov [r15+18h], rcx
mov [r15+20h], r8
mov [r15+28h], r9
test al, al
jz short loc_19993
movaps [rsp+188h+var_B... | long long dbuf_printf(
_QWORD *a1,
long long a2,
long long a3,
long long a4,
long long a5,
long long a6,
__m128 a7,
__m128 a8,
__m128 a9,
__m128 a10,
__m128 a11,
__m128 a12,
__m128 a13,
__m128 a14,
c... | dbuf_printf:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x158
MOV R14,RSI
MOV RBX,RDI
LEA R15,[RSP + 0xa0]
MOV qword ptr [R15 + 0x10],RDX
MOV qword ptr [R15 + 0x18],RCX
MOV qword ptr [R15 + 0x20],R8
MOV qword ptr [R15 + 0x28],R9
TEST AL,AL
JZ 0x00119993
MOVAPS xmmword ptr [RSP + 0xd0],XMM0
MOVAPS xmm... |
int8
dbuf_printf(int8 param_1,int8 param_2,int8 param_3,int8 param_4,
int8 param_5,int8 param_6,int8 param_7,int8 param_8,long *param_9
,char *param_10,int8 param_11,int8 param_12,int8 param_13,
int8 param_14)
{
char in_AL;
uint uVar1;
int iVar2;
int8 uVar3;
int8 local_188;
... | |
19,395 | JS_ConcatString3 | bluesky950520[P]quickjs/quickjs.c | static JSValue JS_ConcatString3(JSContext *ctx, const char *str1,
JSValue str2, const char *str3)
{
StringBuffer b_s, *b = &b_s;
int len1, len3;
JSString *p;
if (unlikely(JS_VALUE_GET_TAG(str2) != JS_TAG_STRING)) {
str2 = JS_ToStringFree(ctx, str2);
if (J... | O2 | c | JS_ConcatString3:
pushq %rbp
pushq %r15
pushq %r14
pushq %r13
pushq %r12
pushq %rbx
subq $0x28, %rsp
movq %r8, %rbp
movq %rcx, %rbx
movq %rdx, %r15
movq %rsi, %r13
movq %rdi, %r14
cmpl $-0x7, %ebx
jne 0x3d8b8
movq %r13, %rdi
callq 0xe280
movq %rax, %r12
movq %rbp, %rdi
callq 0xe280
movq %rbp, (%rsp)
movq %rax, %rbp
mov... | JS_ConcatString3:
push rbp
push r15
push r14
push r13
push r12
push rbx
sub rsp, 28h
mov rbp, r8
mov rbx, rcx
mov r15, rdx
mov r13, rsi
mov r14, rdi
cmp ebx, 0FFFFFFF9h
jnz loc_3D8B8
loc_3D806:
mov rdi, r13
call _strlen
mov r12, rax
mov rdi, rbp
call _... | long long JS_ConcatString3(long long a1, long long a2, long long a3, long long a4, long long a5)
{
long long v6; // rbx
long long v7; // r15
unsigned int v8; // r12d
unsigned int v9; // ebp
long long v11; // rdx
long long v12; // [rsp+0h] [rbp-58h]
long long v13[10]; // [rsp+8h] [rbp-50h] BYREF
v6 = a... | JS_ConcatString3:
PUSH RBP
PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBX
SUB RSP,0x28
MOV RBP,R8
MOV RBX,RCX
MOV R15,RDX
MOV R13,RSI
MOV R14,RDI
CMP EBX,-0x7
JNZ 0x0013d8b8
LAB_0013d806:
MOV RDI,R13
CALL 0x0010e280
MOV R12,RAX
MOV RDI,RBP
CALL 0x0010e280
MOV qword ptr [RSP],RBP
MOV RBP,RAX
MOV ECX,dword ptr [R15 + 0x4]
... |
int8
JS_ConcatString3(int8 param_1,char *param_2,int8 param_3,int8 param_4,
char *param_5)
{
int iVar1;
size_t sVar2;
size_t sVar3;
int8 uVar4;
long lVar5;
int1 auVar6 [16];
int1 local_50 [32];
auVar6._8_8_ = param_4;
auVar6._0_8_ = param_3;
if (((int)param_4 == -7) || (auVar6 =... | |
19,396 | OpenSubdiv::v3_6_0::Bfr::VertexDescriptor::Finalize() | NVIDIA-RTX[P]OSD-Lite/opensubdiv/bfr/vertexDescriptor.cpp | bool
VertexDescriptor::Finalize() {
// Fail if already invalid:
if (!_isValid) return false;
// Test for valid face size assignments while converting the sizes
// to offsets. Also detect if the faces are all the same size -- in
// which case, ignore the explicit assignments:
if (_hasFaceSi... | O3 | cpp | OpenSubdiv::v3_6_0::Bfr::VertexDescriptor::Finalize():
movb (%rdi), %cl
testb $0x1, %cl
jne 0xa5d0c
xorl %eax, %eax
retq
testb $0x20, %cl
je 0xa5d70
movq 0x60(%rdi), %rax
movswq 0x2(%rdi), %rcx
testq %rcx, %rcx
jle 0xa5d64
movl (%rax), %r8d
movb $0x1, %dl
xorl %r9d, %r9d
xorl %esi, %esi
movl (%rax,%r9,4), %r10d
leal -0... | _ZN10OpenSubdiv6v3_6_03Bfr16VertexDescriptor8FinalizeEv:
mov cl, [rdi]
test cl, 1
jnz short loc_A5D0C
xor eax, eax
retn
loc_A5D0C:
test cl, 20h
jz short loc_A5D70
mov rax, [rdi+60h]
movsx rcx, word ptr [rdi+2]
test rcx, rcx
jle short loc_A5D64
mov r8d, [rax]
mov dl, 1
xor ... | char OpenSubdiv::v3_6_0::Bfr::VertexDescriptor::Finalize(OpenSubdiv::v3_6_0::Bfr::VertexDescriptor *this)
{
char v1; // cl
char result; // al
int *v3; // rax
long long v4; // rcx
int v5; // r8d
char v6; // dl
long long v7; // r9
int v8; // esi
int v9; // r10d
char v10; // cl
v1 = *(_BYTE *)this;... | Finalize:
MOV CL,byte ptr [RDI]
TEST CL,0x1
JNZ 0x001a5d0c
XOR EAX,EAX
RET
LAB_001a5d0c:
TEST CL,0x20
JZ 0x001a5d70
MOV RAX,qword ptr [RDI + 0x60]
MOVSX RCX,word ptr [RDI + 0x2]
TEST RCX,RCX
JLE 0x001a5d64
MOV R8D,dword ptr [RAX]
MOV DL,0x1
XOR R9D,R9D
XOR ESI,ESI
LAB_001a5d29:
MOV R10D,dword ptr [RAX + R9*0x4]
LEA R11... |
/* OpenSubdiv::v3_6_0::Bfr::VertexDescriptor::Finalize() */
int8 __thiscall OpenSubdiv::v3_6_0::Bfr::VertexDescriptor::Finalize(VertexDescriptor *this)
{
ushort uVar1;
int iVar2;
int iVar3;
int *piVar4;
bool bVar5;
int8 uVar6;
VertexDescriptor VVar7;
long lVar8;
int iVar9;
long lVar10;
VVar7... | |
19,397 | minja::Value::empty() const | monkey531[P]llama/common/minja.hpp | bool empty() const {
if (is_null())
throw std::runtime_error("Undefined value or reference");
if (is_string()) return primitive_.empty();
if (is_array()) return array_->empty();
if (is_object()) return object_->empty();
return false;
} | O0 | cpp | minja::Value::empty() const:
subq $0x38, %rsp
movq %rdi, 0x28(%rsp)
movq 0x28(%rsp), %rdi
movq %rdi, 0x10(%rsp)
callq 0x113460
testb $0x1, %al
jne 0x11426e
jmp 0x1142c6
movl $0x10, %edi
callq 0x5a680
movq %rax, %rdi
movq %rdi, %rax
movq %rax, 0x8(%rsp)
leaq 0xfc567(%rip), %rsi # 0x2107f1
callq 0x5a460
jmp 0x114291
... | _ZNK5minja5Value5emptyEv:
sub rsp, 38h
mov [rsp+38h+var_10], rdi
mov rdi, [rsp+38h+var_10]; this
mov [rsp+38h+var_28], rdi
call _ZNK5minja5Value7is_nullEv; minja::Value::is_null(void)
test al, 1
jnz short loc_11426E
jmp short loc_1142C6
loc_11426E:
mov edi, 10h; thrown_size
call ___... | char minja::Value::empty(minja::Value *this)
{
long long v1; // rax
long long v2; // rax
std::runtime_error *exception; // [rsp+8h] [rbp-30h]
if ( (minja::Value::is_null(this) & 1) != 0 )
{
exception = (std::runtime_error *)__cxa_allocate_exception(0x10uLL);
std::runtime_error::runtime_error(excepti... | |||
19,398 | minja::Value::empty() const | monkey531[P]llama/common/minja.hpp | bool empty() const {
if (is_null())
throw std::runtime_error("Undefined value or reference");
if (is_string()) return primitive_.empty();
if (is_array()) return array_->empty();
if (is_object()) return object_->empty();
return false;
} | O2 | cpp | minja::Value::empty() const:
pushq %r14
pushq %rbx
pushq %rax
movq %rdi, %rbx
callq 0x632c6
testb %al, %al
jne 0x63825
cmpb $0x3, 0x40(%rbx)
jne 0x637fd
addq $0x40, %rbx
movq %rbx, %rdi
addq $0x8, %rsp
popq %rbx
popq %r14
jmp 0x63a90
movq 0x10(%rbx), %rax
testq %rax, %rax
jne 0x6380f
movq 0x20(%rbx), %rax
testq %rax, %... | _ZNK5minja5Value5emptyEv:
push r14
push rbx
push rax
mov rbx, rdi
call _ZNK5minja5Value7is_nullEv; minja::Value::is_null(void)
test al, al
jnz short loc_63825
cmp byte ptr [rbx+40h], 3
jnz short loc_637FD
add rbx, 40h ; '@'
mov rdi, rbx
add rsp, 8
pop rbx
pop r14
jmp ... | char minja::Value::empty(minja::Value *this)
{
_QWORD *v2; // rax
std::runtime_error *exception; // rbx
if ( minja::Value::is_null(this) )
{
exception = (std::runtime_error *)__cxa_allocate_exception(0x10uLL);
std::runtime_error::runtime_error(exception, "Undefined value or reference");
__cxa_thro... | empty:
PUSH R14
PUSH RBX
PUSH RAX
MOV RBX,RDI
CALL 0x001632c6
TEST AL,AL
JNZ 0x00163825
CMP byte ptr [RBX + 0x40],0x3
JNZ 0x001637fd
ADD RBX,0x40
MOV RDI,RBX
ADD RSP,0x8
POP RBX
POP R14
JMP 0x00163a90
LAB_001637fd:
MOV RAX,qword ptr [RBX + 0x10]
TEST RAX,RAX
JNZ 0x0016380f
MOV RAX,qword ptr [RBX + 0x20]
TEST RAX,RAX
JZ... |
/* minja::Value::empty() const */
int8 __thiscall minja::Value::empty(Value *this)
{
char cVar1;
int8 uVar2;
long *plVar3;
runtime_error *this_00;
cVar1 = is_null(this);
if (cVar1 != '\0') {
this_00 = (runtime_error *)__cxa_allocate_exception(0x10);
/* try { // try from 0016383... | |
19,399 | nglog::LogMessage::SendToSyslogAndLog() | ng-log[P]ng-log/src/logging.cc | void LogMessage::SendToSyslogAndLog() {
#ifdef HAVE_SYSLOG_H
// Before any calls to syslog(), make a single call to openlog()
static bool openlog_already_called = false;
if (!openlog_already_called) {
openlog(tools::ProgramInvocationShortName(),
LOG_CONS | LOG_NDELAY | LOG_PID, LOG_USER);
open... | O1 | cpp | nglog::LogMessage::SendToSyslogAndLog():
pushq %rbx
movq %rdi, %rbx
cmpb $0x0, 0x34e40(%rip) # 0x40c79
jne 0xbe59
callq 0x22117
movq %rax, %rdi
movl $0xb, %esi
movl $0x8, %edx
callq 0x7450
movb $0x1, 0x34e20(%rip) # 0x40c79
movq 0x8(%rbx), %rax
movslq 0x7698(%rax), %rcx
leaq 0x18a75(%rip), %rdx # 0x248e0
mo... | _ZN5nglog10LogMessage18SendToSyslogAndLogEv:
push rbx
mov rbx, rdi
cmp cs:_ZZN5nglog10LogMessage18SendToSyslogAndLogEvE22openlog_already_called, 0; nglog::LogMessage::SendToSyslogAndLog(void)::openlog_already_called
jnz short loc_BE59
call _ZN5nglog5tools26ProgramInvocationShortNameEv; nglog::tools::P... | long long nglog::LogMessage::SendToSyslogAndLog(nglog::LogMessage *this)
{
long long v1; // rax
if ( !nglog::LogMessage::SendToSyslogAndLog(void)::openlog_already_called )
{
v1 = nglog::tools::ProgramInvocationShortName(this);
openlog(v1, 11LL, 8LL);
nglog::LogMessage::SendToSyslogAndLog(void)::open... | SendToSyslogAndLog:
PUSH RBX
MOV RBX,RDI
CMP byte ptr [0x00140c79],0x0
JNZ 0x0010be59
CALL 0x00122117
MOV RDI,RAX
MOV ESI,0xb
MOV EDX,0x8
CALL 0x00107450
MOV byte ptr [0x00140c79],0x1
LAB_0010be59:
MOV RAX,qword ptr [RBX + 0x8]
MOVSXD RCX,dword ptr [RAX + 0x7698]
LEA RDX,[0x1248e0]
MOV EDI,dword ptr [RDX + RCX*0x4]
OR ... |
/* nglog::LogMessage::SendToSyslogAndLog() */
void __thiscall nglog::LogMessage::SendToSyslogAndLog(LogMessage *this)
{
long lVar1;
char *__ident;
if (SendToSyslogAndLog()::openlog_already_called == '\0') {
__ident = (char *)tools::ProgramInvocationShortName();
openlog(__ident,0xb,8);
SendToSysl... |
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.