Home
last modified time | relevance | path

Searched refs:lld (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/android/
H A Dmesa3d_cross.mk150 define m-lld-flags
170 define m-lld-flags-cleaned
177 $(m-lld-flags)))))))
240 "c_link_args = [$(foreach flag, $(m-lld-flags-cleaned),'$(flag)',)'']\n" \
241 "cpp_link_args = [$(foreach flag, $(m-lld-flags-cleaned),'$(flag)',)'']\n" \
247 "c_ld = 'lld'\n" \
248 "cpp_ld = 'lld'\n\n" \
/third_party/python/Objects/
H A Dmemoryobject.c1616 long long lld; in pylong_as_lld() local
1622 lld = PyLong_AsLongLong(tmp); in pylong_as_lld()
1624 return lld; in pylong_as_lld()
1691 long long lld; in unpack_single() local
1718 case 'q': UNPACK_SINGLE(lld, ptr, long long); goto convert_lld; in unpack_single()
1747 return PyLong_FromLongLong(lld); in unpack_single()
1783 long long lld; in pack_single() local
1834 lld = pylong_as_lld(item); in pack_single()
1835 if (lld == -1 && PyErr_Occurred()) in pack_single()
1838 PACK_SINGLE(ptr, lld, lon in pack_single()
[all...]
/third_party/openssl/crypto/property/
H A Dproperty_parse.c631 BIO_snprintf(*buf, *remain, "%lld", (long long int)val); in put_num()
/third_party/alsa-lib/src/
H A Dconf.c1638 snd_output_printf(out, "%lld", n->u.integer64); in _snd_config_save_node_value()
/third_party/node/deps/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1922 Format(instr, "lld 'rt, 'imm9s('rs)"); in DecodeTypeImmediateSPECIAL3()
2185 Format(instr, "lld 'rt, 'imm16s('rs)"); in DecodeTypeImmediate()
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h599 void lld(Register rd, const MemOperand& rs);
H A Dmacro-assembler-mips64.cc1486 lld(rd, rs); in CallRecordWriteStub()
1492 lld(rd, MemOperand(scratch, 0)); in CallRecordWriteStub()
H A Dassembler-mips64.cc2217 void Assembler::lld(Register rd, const MemOperand& rs) { in lld() function in v8::internal::Assembler
/third_party/ffmpeg/
H A Dconfigure4812 # lld can emulate multiple different linkers; in ms link.exe mode,
4815 _type=lld-link

Completed in 40 milliseconds