Home
last modified time | relevance | path

Searched refs:twd (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-throw.cpp91 void j(TemplateWithDefault &twd) { in j() argument
92 throw twd; in j()
/external/aac/libFDK/src/
Ddct.cpp380 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/
D2003-11-27-UnionCtorInitialization.c5 long twd; member
/external/libchrome/sandbox/linux/system_headers/
Dx86_64_linux_ucontext.h31 uint16_t twd; member
/external/valgrind/include/vki/
Dvki-amd64-linux.h182 __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
Dvki-x86-linux.h580 long twd; member
591 unsigned short twd; member
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc98 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/
Dsigcontext.h152 __u16 twd; member
/external/google-breakpad/src/common/android/
Dbreakpad_getcontext_unittest.cc150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd), in TEST()
/external/icu/icu4c/source/data/misc/
DkeyTypeData.txt373 twd{""}
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc276 thread->fpregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters()
286 thread->fpxregs.twd = rawregs->float_save.tag_word; in ParseThreadRegisters()