Searched refs:twd (Results 1 – 11 of 11) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-throw.cpp | 91 void j(TemplateWithDefault &twd) { in j() argument 92 throw twd; in j()
|
/external/aac/libFDK/src/ |
D | dct.cpp | 380 FIXP_STP twd = sin_twiddle[idx]; in dct_IV() local 381 cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd); in dct_IV() 388 cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd); in dct_IV() 506 FIXP_STP twd = sin_twiddle[idx]; in dst_IV() local 508 cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd); in dst_IV() 515 cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd); in dst_IV()
|
/external/clang/test/CodeGen/ |
D | 2003-11-27-UnionCtorInitialization.c | 5 long twd; member
|
/external/libchrome/sandbox/linux/system_headers/ |
D | x86_64_linux_ucontext.h | 31 uint16_t twd; member
|
/external/valgrind/include/vki/ |
D | vki-amd64-linux.h | 182 __vki_u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member 500 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member
|
D | vki-x86-linux.h | 580 long twd; member 591 unsigned short twd; member
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 98 out->float_save.tag_word = fpregs.twd; in FillCPUContext() 110 U16(out->extended_registers + 4, fpregs.twd); in FillCPUContext()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | sigcontext.h | 152 __u16 twd; member
|
/external/google-breakpad/src/common/android/ |
D | breakpad_getcontext_unittest.cc | 150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd), in TEST()
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 373 twd{""}
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 276 thread->fpregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters() 286 thread->fpxregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters()
|