/third_party/musl/src/setjmp/riscv64/ |
D | longjmp.S | 26 fld fs0, 112(a0) 27 fld fs1, 120(a0) 28 fld fs2, 128(a0) 29 fld fs3, 136(a0) 30 fld fs4, 144(a0) 31 fld fs5, 152(a0) 32 fld fs6, 160(a0) 33 fld fs7, 168(a0) 34 fld fs8, 176(a0) 35 fld fs9, 184(a0) [all …]
|
/third_party/openssl/crypto/asn1/ |
D | tasn_prn.c | 104 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 109 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, 112 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, 134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() argument 155 || (it->utype != V_ASN1_BOOLEAN)) && *fld == NULL) { in asn1_item_print_ctx() 168 if (!asn1_template_print_ctx(out, fld, indent, in asn1_item_print_ctx() 175 if (!asn1_primitive_print(out, fld, it, indent, fname, sname, pctx)) in asn1_item_print_ctx() 185 i = ef->asn1_ex_print(out, fld, indent, "", pctx); in asn1_item_print_ctx() 198 i = ossl_asn1_get_choice_selector_const(fld, it); in asn1_item_print_ctx() 206 tmpfld = ossl_asn1_get_const_field_ptr(fld, tt); in asn1_item_print_ctx() [all …]
|
/third_party/cJSON/ |
D | test.c | 116 cJSON *fld = NULL; in create_objects() local 230 cJSON_AddItemToArray(root, fld = cJSON_CreateObject()); in create_objects() 231 cJSON_AddStringToObject(fld, "precision", fields[i].precision); in create_objects() 232 cJSON_AddNumberToObject(fld, "Latitude", fields[i].lat); in create_objects() 233 cJSON_AddNumberToObject(fld, "Longitude", fields[i].lon); in create_objects() 234 cJSON_AddStringToObject(fld, "Address", fields[i].address); in create_objects() 235 cJSON_AddStringToObject(fld, "City", fields[i].city); in create_objects() 236 cJSON_AddStringToObject(fld, "State", fields[i].state); in create_objects() 237 cJSON_AddStringToObject(fld, "Zip", fields[i].zip); in create_objects() 238 cJSON_AddStringToObject(fld, "Country", fields[i].country); in create_objects()
|
/third_party/libffi/src/sh64/ |
D | sysv.S | 135 fld.d r15, 0, dr0 137 fld.d r15, 0, dr2 139 fld.d r15, 0, dr4 141 fld.d r15, 0, dr6 143 fld.d r15, 0, dr8 145 fld.d r15, 0, dr10 183 fld.s r15, OFS_FLT, fr0 185 fld.s r15, OFS_FLT, fr1 187 fld.s r15, OFS_FLT, fr2 189 fld.s r15, OFS_FLT, fr3 [all …]
|
/third_party/musl/src/math/i386/ |
D | expl.s | 36 fld %st(0) 43 fld %st(0) 51 fld %st(1) 59 fld %st(2) 62 fld %st(2) 70 fld %st(2)
|
D | exp_ld.s | 20 1: fld %st(1) 43 fld %st(0) 56 fld %st(1) 68 fld %st(1)
|
D | asinf.s | 9 fld %st(0) 20 1: fld %st(0)
|
D | hypotf.s | 23 fld %st(0) 26 fld %st(0)
|
D | hypot.s | 24 fld %st(0) 27 fld %st(0)
|
/third_party/musl/src/math/x32/ |
D | expl.s | 36 fld %st(0) 42 fld %st(0) 50 fld %st(1) 58 fld %st(2) 61 fld %st(2) 69 fld %st(2)
|
D | exp2l.s | 16 1: fld %st(1) 34 1: fld %st(0) 48 fld %st(1) 58 fld %st(1)
|
D | asinl.s | 5 1: fld %st(0)
|
/third_party/musl/src/math/x86_64/ |
D | expl.s | 36 fld %st(0) 42 fld %st(0) 50 fld %st(1) 58 fld %st(2) 61 fld %st(2) 69 fld %st(2)
|
D | exp2l.s | 16 1: fld %st(1) 34 1: fld %st(0) 48 fld %st(1) 58 fld %st(1)
|
D | asinl.s | 5 1: fld %st(0)
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | X87.cpp | 17 __ fld(IceType_f32, in TEST_F() local 19 __ fld(IceType_f64, Address(GPRRegister::Encoded_Reg_ebp, 0x10000, in TEST_F() local 130 __ fld(IceType_f##Size, dwordAddress(N7)); \ in TEST_F() 132 __ fld(IceType_f##Size, dwordAddress(N6)); \ in TEST_F() 134 __ fld(IceType_f##Size, dwordAddress(N5)); \ in TEST_F() 136 __ fld(IceType_f##Size, dwordAddress(N4)); \ in TEST_F() 138 __ fld(IceType_f##Size, dwordAddress(N3)); \ in TEST_F() 140 __ fld(IceType_f##Size, dwordAddress(N2)); \ in TEST_F() 142 __ fld(IceType_f##Size, dwordAddress(N1)); \ in TEST_F()
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | umodarith.h | 527 fld TBYTE PTR [eax] in ppro_mulmod() 529 fld MPD_TWO63 in ppro_mulmod() 532 fld QWORD PTR [edx] in ppro_mulmod() 561 fld TBYTE PTR [ebx] in ppro_mulmod2c() 562 fld MPD_TWO63 in ppro_mulmod2c() 563 fld st(2) in ppro_mulmod2c() 600 fld TBYTE PTR [ebx] in ppro_mulmod2() 601 fld st(2) in ppro_mulmod2() 605 fld DWORD PTR MPD_TWO63 in ppro_mulmod2() 606 fld QWORD PTR [ecx] in ppro_mulmod2()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | unique_small_name_test.cc | 59 int fld; member 73 VeryLongStructName::VeryLongStructName(int i) : fld(i) {} in VeryLongStructName() 74 int VeryLongStructName::VeryLongMethodName() { return fld; } in VeryLongMethodName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | README-FPStack.txt | 33 fld P -> fld Q 34 fld Q fld P
|
/third_party/libbpf/src/ |
D | bpf_core_read.h | 45 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 48 __CORE_RELO(src, fld, BYTE_SIZE), \ 49 (const void *)src + __CORE_RELO(src, fld, BYTE_OFFSET)) 55 #define __CORE_BITFIELD_PROBE_READ(dst, src, fld) \ argument 57 (void *)dst + (8 - __CORE_RELO(src, fld, BYTE_SIZE)), \ 58 __CORE_RELO(src, fld, BYTE_SIZE), \ 59 (const void *)src + __CORE_RELO(src, fld, BYTE_OFFSET))
|
/third_party/libffi/src/x86/ |
D | sysv_intel.S | 304 fld dword ptr [esp+closure_CF] 307 fld qword ptr [esp+closure_CF] 310 fld qword ptr [esp+closure_CF] 448 fld DWORD PTR [esp+closure_CF] 452 fld QWORD PTR [esp+closure_CF] 456 fld QWORD PTR [esp+closure_CF] 554 fld DWORD PTR [esp +16] 557 fld QWORD PTR [esp +16] 560 fld QWORD PTR [esp +16] 669 fld DWORD PTR [esp +16] [all …]
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | surf3d.s | 152 fld %st(0) 176 fld %st(0) 177 fld %st(1) 310 fld %st(0) 313 fld %st(3) 324 fld %st(2) 394 fld %st(0)
|
/third_party/elfutils/tests/ |
D | testfile-riscv64-dis1.expect.bz2 |
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 1246 const char *fld; in set_control() local 1247 if (snd_config_get_id(n, &fld) < 0) in set_control() 1249 if (strcmp(fld, "comment") == 0) { in set_control() 1251 cerror(doit, "control.%d.%s is invalid", numid, fld); in set_control() 1257 if (strcmp(fld, "iface") == 0) { in set_control() 1263 if (strcmp(fld, "device") == 0) { in set_control() 1265 cerror(doit, "control.%d.%s is invalid", numid, fld); in set_control() 1272 if (strcmp(fld, "subdevice") == 0) { in set_control() 1274 cerror(doit, "control.%d.%s is invalid", numid, fld); in set_control() 1281 if (strcmp(fld, "name") == 0) { in set_control() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstX86.def | 51 /* tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld */ \ 67 //#define X(tag, elty, cvt, sdss, pdps, spsd, int_, unpack, pack, width, fld)
|