HomeSort by relevance Sort by last modified time
    Searched refs:twd (Results 1 - 24 of 24) sorted by null

  /external/clang/test/CodeGen/
2003-11-27-UnionCtorInitialization.c 5 long twd; member in struct:i387_soft_struct
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.h 22 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
vp9_detokenize.h 22 int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
vp9_decodeframe.c 323 static void predict_and_reconstruct_intra_block(TileWorkerData *twd,
327 MACROBLOCKD *const xd = &twd->xd;
345 const int eob = vp9_decode_block_tokens(twd, plane, sc, col, row, tx_size,
354 static int reconstruct_inter_block(TileWorkerData *twd, MODE_INFO *const mi,
357 MACROBLOCKD *const xd = &twd->xd;
360 const int eob = vp9_decode_block_tokens(twd, plane, sc, col, row, tx_size,
747 static void decode_block(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
755 vpx_reader *r = &twd->bit_reader;
756 MACROBLOCKD *const xd = &twd->xd;
769 vp9_read_mode_info(twd, pbi, mi_row, mi_col, x_mis, y_mis)
    [all...]
vp9_detokenize.c 233 int vp9_decode_block_tokens(TileWorkerData *twd, int plane,
236 vpx_reader *r = &twd->bit_reader;
237 MACROBLOCKD *xd = &twd->xd;
vp9_decodemv.c 810 void vp9_read_mode_info(TileWorkerData *twd, VP9Decoder *const pbi, int mi_row,
812 vpx_reader *r = &twd->bit_reader;
813 MACROBLOCKD *const xd = &twd->xd;
  /external/clang/test/CodeGenCXX/
microsoft-abi-throw.cpp 100 void j(TemplateWithDefault &twd) {
101 throw twd;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h 30 long int twd; member in struct:user_fpregs_struct
42 unsigned short int twd; member in struct:user_fpxregs_struct
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 268 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); local
270 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns;
272 label.setLayoutData(twd);
348 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); local
349 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT;
351 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns;
353 text.setLayoutData(twd);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiSeparatorAttributeNode.java 80 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); local
82 twd.colspan = ((TableWrapLayout) parent.getLayout()).numColumns;
84 row.setLayoutData(twd);
UiListAttributeNode.java 76 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.MIDDLE); local
77 twd.maxWidth = 100;
78 mCombo.setLayoutData(twd);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
user.h 102 long int twd; member in struct:user_fpregs_struct
114 unsigned short int twd; member in struct:user_fpxregs_struct
  /external/aac/libFDK/src/
dct.cpp 454 FIXP_STP twd = sin_twiddle[idx]; local
455 cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd);
462 cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd);
565 FIXP_STP twd = sin_twiddle[idx]; local
567 cplxMultDiv2(&accu3, &accu4, accu1, accu2, twd);
574 cplxMultDiv2(&accu3, &accu4, pDat_0[1], pDat_0[0], twd);
  /bionic/libc/include/sys/
user.h 46 long twd; member in struct:user_fpregs_struct
56 unsigned short twd; member in struct:user_fpxregs_struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
sigcontext.h 137 __u16 twd; /* Note this is not the same as the member in struct:_fpstate
138 32bit/x87/FSAVE twd */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
sigcontext.h 137 __u16 twd; /* Note this is not the same as the member in struct:_fpstate
138 32bit/x87/FSAVE twd */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 385 TableWrapData twd = new TableWrapData(TableWrapData.FILL_GRAB); local
386 twd.maxWidth = AndroidXmlEditor.TEXT_WIDTH_HINT;
387 twd.colspan = parentNumCol;
388 masterTable.setLayoutData(twd);
  /external/google-breakpad/src/client/linux/dump_writer_common/
thread_info.cc 98 out->float_save.tag_word = fpregs.twd;
110 U16(out->extended_registers + 4, fpregs.twd);
  /external/valgrind/include/vki/
vki-amd64-linux.h 182 __vki_u16 twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:_vki_fpstate
500 unsigned short twd; /* Note this is not the same as the 32bit/x87/FSAVE twd */ member in struct:vki_user_i387_struct
vki-x86-linux.h 580 long twd; member in struct:vki_user_i387_struct
591 unsigned short twd; member in struct:vki_user_fxsr_struct
  /bionic/libc/kernel/uapi/asm-x86/asm/
sigcontext.h 74 __u16 twd; member in struct:_fpstate_64
  /external/google-breakpad/src/common/android/
breakpad_getcontext_unittest.cc 150 COMPILE_ASSERT_EQ(offsetof(_libc_fpstate,ftw),offsetof(_fpstate,twd),
  /external/kernel-headers/original/uapi/asm-x86/asm/
sigcontext.h 152 /* Note this is not the same as the 32-bit/x87/FSAVE twd: */
153 __u16 twd; member in struct:_fpstate_64
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 276 thread->fpregs.twd = rawregs->float_save.tag_word;
286 thread->fpxregs.twd = rawregs->float_save.tag_word;
    [all...]

Completed in 169 milliseconds