HomeSort by relevance Sort by last modified time
    Searched defs:ld (Results 126 - 150 of 336) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
huge_struct.c 243 long double ld = 11; local
289 argValues[10] = argValues[22] = argValues[34] = argValues[46] = &ld;
322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
324 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
325 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
huge_struct.c 243 long double ld = 11; local
289 argValues[10] = argValues[22] = argValues[34] = argValues[46] = &ld;
322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
324 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
325 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
  /external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
huge_struct.c 243 long double ld = 11; local
289 argValues[10] = argValues[22] = argValues[34] = argValues[46] = &ld;
322 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
323 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
324 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
325 ui8, si8, ui16, si16, ui32, si32, ui64, si64, f, d, ld, p,
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 269 static void clear_label_data(struct labeldata *ld)
271 refstr_put(ld->label);
272 refstr_put(ld->kernel);
273 refstr_put(ld->append);
274 refstr_put(ld->initrd);
275 refstr_put(ld->menulabel);
276 refstr_put(ld->passwd);
278 memset(ld, 0, sizeof *ld);
347 static void record(struct menu *m, struct labeldata *ld, const char *append
641 static struct labeldata ld; variable in typeref:struct:labeldata
    [all...]
  /external/syslinux/com32/menu/
readconfig.c 240 static void clear_label_data(struct labeldata *ld)
242 refstr_put(ld->label);
243 refstr_put(ld->kernel);
244 refstr_put(ld->append);
245 refstr_put(ld->initrd);
246 refstr_put(ld->menulabel);
247 refstr_put(ld->passwd);
249 memset(ld, 0, sizeof *ld);
316 static void record(struct menu *m, struct labeldata *ld, const char *append
597 static struct labeldata ld; variable in typeref:struct:labeldata
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKDateTimeFormatter.java 279 LocalDate ld = LocalDate.of(2008, 6, 30); local
290 {null, null, ld, "2008::::ISO"},
300 {IsoChronology.INSTANCE, null, ld, "2008::::ISO"},
310 {null, ZONE_PARIS, ld, "2008:::Europe/Paris:ISO"},
320 {null, OFFSET_PTHREE, ld, "2008:::+03:00:ISO"},
330 {ThaiBuddhistChronology.INSTANCE, null, ld, "2551::::ThaiBuddhist"},
340 {ThaiBuddhistChronology.INSTANCE, ZONE_PARIS, ld, "2551:::Europe/Paris:ThaiBuddhist"},
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 145 long double *ld; member in union:__mingw_fp_types_t
416 hlp.ld = &x;
568 __mingw_fp_types_t ld; local
571 ld.ld = &_x;
572 signexp = (ld.ldt->lh.sign_exponent & 0x7fff) << 1;
573 xx = (int) (ld.ldt->lh.low | (ld.ldt->lh.high & 0x7fffffffu)); /* explicit */
638 __mingw_fp_types_t ld; local
639 ld.ld = &x
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 5 package ld package
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
macho.go 5 package ld package
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/fr30/
allinsn.s 146 .global ld
147 ld: label
148 ld @r3, r4
149 ld @(R13, r5), r6
150 ld @(R14, 0x1fc), r7
151 ld @(R15, 0x3c), r8
152 ld @r15+, r9
153 ld @r15+, ps
154 ld @R15+, tbr
155 ld @r15+, r
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m32r/
allinsn.s 190 .global ld
191 ld: label
192 ld fp,@fp
196 ld fp,@(fp)
200 ld fp,@(0,fp)
204 ld fp,@(fp,0)
272 ld fp,@fp+
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 366 plog(LLV_DEBUG, LOCATION, NULL, "(lifetime = %ld:%ld)\n",
1809 u_int32_t ld; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp 1199 Instruction *ld = local
1294 Instruction *ld = local
2403 Instruction *ld; local
    [all...]
nv50_ir_peephole.cpp 163 LoadPropagation::isCSpaceLoad(Instruction *ld)
165 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST;
169 LoadPropagation::isImmdLoad(Instruction *ld)
171 if (!ld || (ld->op != OP_MOV) ||
172 ((typeSizeof(ld->dType) != 4) && (typeSizeof(ld->dType) != 8)))
177 return ld->src(0).getImmediate(val) && !val.isInteger(0)
261 Instruction *ld = i->getSrc(s)->getInsn(); local
2838 Instruction *ld = insn->getSrc(s)->getUniqueInsn(); local
    [all...]
nv50_ir_ra.cpp 1668 Instruction *ld; local
    [all...]
  /external/python/cpython3/Objects/
memoryobject.c 1546 long ld; local
1652 long ld; local
1742 long ld; local
    [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestUmmAlQuraChronology.java 115 public void Test_UmmAlQuraVsISODates(HijrahDate hd, LocalDate ld) {
116 assertEquals(hd.toEpochDay(), ld.toEpochDay(), "Umm alQura date and ISO date should have same epochDay");
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarFragment.java 319 final int ld = TextUtils.getLayoutDirectionFromLocale(locale); local
320 if (!locale.equals(mLocale) || ld != mLayoutDirection) {
323 "config changed locale/LD: %s (%d) -> %s (%d)", mLocale, mLayoutDirection,
324 locale, ld));
327 mLayoutDirection = ld;
328 refreshLayout(ld);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 157 uint8 ld[2]; member in struct:ld_cmd_parms
347 uint8 ld[2]; member in struct:ld_evt_parms
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 940 uint32_t ld; member in struct:__anon20883
955 uint64_t ld; member in struct:__anon20885
    [all...]
  /external/python/cpython3/Modules/_decimal/libmpdec/
mpdecimal.c 1620 int ld; local
3656 mpd_uint_t ld; local
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 251 // ld(r, MemOperand(sp, 0))
253 LD | (Register::kCode_sp << kRsShift) | (0 & kImm16Mask); // NOLINT
2179 void Assembler::ld(Register rd, const MemOperand& rs) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ppc/
assembler-ppc.cc 1384 void Assembler::ld(Register rd, const MemOperand& src) { function in class:v8::internal::Assembler
    [all...]
  /frameworks/base/core/java/android/widget/
Toolbar.java 1847 final int ld = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[0]; local
2041 final int ld = getLayoutDirection(); local
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
Toolbar.java 1853 final int ld = (titleHasWidth ? mTitleMarginStart : 0) - collapsingMargins[0]; local
2048 final int ld = ViewCompat.getLayoutDirection(this); local
    [all...]

Completed in 1356 milliseconds

1 2 3 4 56 7 8 91011>>