/external/mesa3d/src/gallium/auxiliary/util/ |
u_index_modify.c | 88 /* Ushort indices. */
|
u_sse.h | 77 ushort us[8]; 112 union { __m128i m; ushort us[8]; } u;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tile_cache.h | 69 ushort depth16[TILE_SIZE][TILE_SIZE];
|
/external/opencv/cv/src/ |
_cv.h | 61 typedef unsigned short ushort; typedef
|
cvfloodfill.cpp | 46 ushort y; 47 ushort l; 48 ushort r; 49 ushort prevl; 50 ushort prevr; 60 tail->y = (ushort)(Y); \ 61 tail->l = (ushort)(L); \ 62 tail->r = (ushort)(R); \ 63 tail->prevl = (ushort)(PREV_L); \ 64 tail->prevr = (ushort)(PREV_R); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/ |
SDL_syssem.c | 49 ushort *array;
|
/external/regex-re2/util/ |
util.h | 78 typedef unsigned short ushort; typedef in namespace:re2
|
/external/zlib/src/contrib/inflate86/ |
inffas86.c | 497 " lodsw\n" /* al = *(ushort *)in++ */ 501 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */ 536 " lodsw\n" /* al = *(ushort *)in++ */ 540 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */ 558 " lodsw\n" /* al = *(ushort *)in++ */ 562 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */ 587 " lodsw\n" /* al = *(ushort *)in++ */ 591 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */ 824 lodsw /* al = *(ushort *)in++ */ 828 or edx, eax /* hold |= *((ushort *)in)++ << bits * [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
dbdcddef.h | 77 USHORT usLoadType; /* Static, dynamic, overlay */
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
dbdcddef.h | 77 USHORT usLoadType; /* Static, dynamic, overlay */
|
/art/compiler/dex/quick/x86/ |
call_x86.cc | 121 * ushort ident = 0x0300 magic value 122 * ushort width width of each element in the table
|
/external/aac/libSBRdec/src/ |
sbr_crc.cpp | 107 USHORT flag = (hCrcBuf->crcState & hCrcBuf->crcMask) ? 1 : 0; 108 USHORT flag1 = (bMask & bValue) ? 1 : 0;
|
sbrdec_drc.h | 113 USHORT bandTopCurr[SBRDEC_MAX_DRC_BANDS]; 114 USHORT bandTopNext[SBRDEC_MAX_DRC_BANDS];
|
/external/chromium/third_party/libjingle/source/talk/base/ |
winping.cc | 45 USHORT DataSize; // Reply data size in bytes 46 USHORT Reserved; // Reserved for system use
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_ycbcr_texture.spec | 84 UNSIGNED_SHORT_8_8_MESA ushort 2 YCBCR_MESA 85 UNSIGNED_SHORT_8_8_REV_MESA ushort 2 YCBCR_MESA
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_stipple.c | 112 stipple_test(int counter, ushort pattern, int factor) 150 (ushort) stipple->pattern, stipple->factor );
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_sse.h | 77 ushort us[8]; 112 union { __m128i m; ushort us[8]; } u;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_scene.h | 96 ushort x; 97 ushort y;
|
/external/mesa3d/docs/ |
MESA_ycbcr_texture.spec | 84 UNSIGNED_SHORT_8_8_MESA ushort 2 YCBCR_MESA 85 UNSIGNED_SHORT_8_8_REV_MESA ushort 2 YCBCR_MESA
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_stipple.c | 112 stipple_test(int counter, ushort pattern, int factor) 150 (ushort) stipple->pattern, stipple->factor );
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene.h | 96 ushort x; 97 ushort y;
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 708 Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port ); 735 UShort VG_(htons) ( UShort x ) 745 UShort VG_(ntohs) ( UShort x ) 772 UShort port = VG_CLO_DEFAULT_LOGPORT; 812 static Int parse_inet_addr_and_port ( UChar* str, UInt* ip_addr, UShort* port ) 845 *port = (UShort)j; [all...] |
/frameworks/compile/slang/ |
slang_rs_check_ast.cpp | 112 case clang::BuiltinType::UShort: 113 Name = "ushort";
|
/external/opencv/cxcore/src/ |
cxcopy.cpp | 226 ICV_DEF_SET_MASK_2D( icvSet_16s_C1MR, ushort, 1 ) 229 ICV_DEF_SET_MASK_2D( icvSet_16s_C3MR, ushort, 3 ) 237 ICV_DEF_COPY_MASK_2D( icvCopy_16s_C1MR, ushort, 1 ) 240 ICV_DEF_COPY_MASK_2D( icvCopy_16s_C3MR, ushort, 3 ) 823 ICV_DEF_FLIP_HZ_FUNC( 8u_C2R, ushort, 1 ) 826 ICV_DEF_FLIP_HZ_FUNC( 16u_C3R, ushort, 3 ) [all...] |
/external/valgrind/main/VEX/priv/ |
host_mips_defs.h | 222 UShort imm16; 232 extern MIPSRH *MIPSRH_Imm(Bool, UShort); 258 UShort imm8; 259 UShort imm4; 267 extern MIPSRI84 *MIPSRI84_I84(UShort imm8, UShort imm4);
|