HomeSort by relevance Sort by last modified time
    Searched refs:uint16 (Results 1 - 25 of 1396) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/neven/Embedded/common/src/b_BitFeatureEm/
Functions.c 29 const uint16 bbf_bit8TblG[ 256 ] = {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go 6 var decoder = [...]uint16{
7 uint16(xFail),
8 /*1*/ uint16(xCondByte), 243,
252 uint16(xFail),
253 /*490*/ uint16(xSetOp), uint16(ADD),
254 /*492*/ uint16(xReadSlashR),
255 /*493*/ uint16(xArgRM8),
256 /*494*/ uint16(xArgR8),
257 /*495*/ uint16(xMatch)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
tables.go 6 var decoder = [...]uint16{
7 uint16(xFail),
8 /*1*/ uint16(xCondByte), 243,
252 uint16(xFail),
253 /*490*/ uint16(xSetOp), uint16(ADD),
254 /*492*/ uint16(xReadSlashR),
255 /*493*/ uint16(xArgRM8),
256 /*494*/ uint16(xArgR8),
257 /*495*/ uint16(xMatch)
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_huff_cw.h 88 uint16 pvmp3_decode_huff_cw_tab0(tmp3Bits *);
89 uint16 pvmp3_decode_huff_cw_tab1(tmp3Bits *);
90 uint16 pvmp3_decode_huff_cw_tab2(tmp3Bits *);
91 uint16 pvmp3_decode_huff_cw_tab3(tmp3Bits *);
92 uint16 pvmp3_decode_huff_cw_tab5(tmp3Bits *);
93 uint16 pvmp3_decode_huff_cw_tab6(tmp3Bits *);
94 uint16 pvmp3_decode_huff_cw_tab7(tmp3Bits *);
95 uint16 pvmp3_decode_huff_cw_tab8(tmp3Bits *);
96 uint16 pvmp3_decode_huff_cw_tab9(tmp3Bits *);
97 uint16 pvmp3_decode_huff_cw_tab10(tmp3Bits *)
    [all...]
pvmp3_tables.h 97 extern const uint16 huffTable_1[];
98 extern const uint16 huffTable_2[];
99 extern const uint16 huffTable_3[];
100 extern const uint16 huffTable_5[];
101 extern const uint16 huffTable_6[];
102 extern const uint16 huffTable_7[];
103 extern const uint16 huffTable_8[];
104 extern const uint16 huffTable_9[];
105 extern const uint16 huffTable_10[];
106 extern const uint16 huffTable_11[]
    [all...]
s_huffcodetab.h 85 uint16(*pdec_huff_tab)(tmp3Bits *);
  /packages/services/BuiltInPrintService/jni/plugins/
wprint_scaler.h 54 uint16 iSrcWidth; // input width (x-axis dimension)
55 uint16 iSrcHeight; // input height (y-axis dimension)
57 uint16 iOutWidth; // output width (x-axis dimension)
58 uint16 iOutHeight; // output height (y-axis dimension)
61 uint16 iSrcBufWidth; // input buffer width (typically source width)
64 uint16 iOutBufWidth; // output buffer width
68 uint16 iSrcStartRow; // first input row of this slice
69 uint16 iSrcEndRow; // last input row of this slice
71 uint16 iOutStartRow; // first output row of this slice
72 uint16 iOutEndRow; // last output row of this slic
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Functions.h 50 uint16* memPtrA );
54 const uint16* memPtrA );
57 uint32 bbs_memPeek32( const uint16* memPtrA );
59 /** writes a 16 bit word to memory; returns bbs_SIZEOF16( uint16 ) */
61 uint16* memPtrA );
63 /** reads a 16 bit word from memory; returns bbs_SIZEOF16( uint16 ) */
65 const uint16* memPtrA );
70 uint32 sizeA, uint16* memPtrA );
75 uint32 sizeA, const uint16* memPtrA );
77 /** writes a 16 bit word array to memory; sizeA specifies number of words in array; returns bbs_SIZEOF16( uint16 ) * sizeA *
    [all...]
Functions.c 40 uint16 bbs_swapBytes( uint16 valA )
48 uint16* memPtrA )
53 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 0 ) & 0xFFFF ) );
54 *memPtrA++ = bbs_swapBytes( ( uint16 )( ( valL >> 16 ) & 0xFFFF ) );
67 const uint16* memPtrA )
86 uint32 bbs_memPeek32( const uint16* memPtrA )
104 uint16* memPtrA )
107 *memPtrA++ = bbs_swapBytes( *( uint16* )ptrA );
109 *memPtrA++ = *( uint16* )ptrA
    [all...]
DynMemManager.c 90 uint16* pL = ( uint16* )ptrA->memPtrE;
94 pL = *( uint16** )pL;
125 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA,
130 uint16* pL = NULL;
131 bbs_DEF_fNameL( "uint16* bbs_DynMemManager_alloc( struct bbs_DynMemManager* ptrA, uint32 sizeA )" )
147 uint16** ppL = ( uint16** )ptrA->memPtrE;
148 while( *ppL != NULL ) ppL = ( uint16** )*ppL;
170 uint16* memPtrA
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 49 uint16 vlan_type; /* 0x8100 */
50 uint16 vlan_tag; /* priority, cfi and vid */
56 uint16 vlan_type; /* 0x8100 */
57 uint16 vlan_tag; /* priority, cfi and vid */
58 uint16 ether_type;
64 uint16 length; /* frame length incl header */
71 uint16 vlan_type; /* 0x8100 */
72 uint16 vlan_tag; /* priority, cfi and vid */
73 uint16 ether_type; /* ethertype */
bcmeth.h 94 uint16 subtype; /* Vendor specific..32769 */
95 uint16 length;
99 uint16 usr_subtype;
  /prebuilts/go/darwin-x86/src/debug/pe/
pe.go 8 Machine uint16
9 NumberOfSections uint16
13 SizeOfOptionalHeader uint16
14 Characteristics uint16
23 Magic uint16
35 MajorOperatingSystemVersion uint16
36 MinorOperatingSystemVersion uint16
37 MajorImageVersion uint16
38 MinorImageVersion uint16
39 MajorSubsystemVersion uint16
    [all...]
  /prebuilts/go/linux-x86/src/debug/pe/
pe.go 8 Machine uint16
9 NumberOfSections uint16
13 SizeOfOptionalHeader uint16
14 Characteristics uint16
23 Magic uint16
35 MajorOperatingSystemVersion uint16
36 MinorOperatingSystemVersion uint16
37 MajorImageVersion uint16
38 MinorImageVersion uint16
39 MajorSubsystemVersion uint16
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9604.go 9 var x uint16 = 0xffff
10 var y uint16 = 0xfffe
11 var a uint16 = 0x7000
12 var b uint16 = 0x9000
18 panic("^uint16(0xffff) != 0")
21 panic("^uint16(0xfffe) != 1")
24 panic("-uint16(0xffff) != 1")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9604.go 9 var x uint16 = 0xffff
10 var y uint16 = 0xfffe
11 var a uint16 = 0x7000
12 var b uint16 = 0x9000
18 panic("^uint16(0xffff) != 0")
21 panic("^uint16(0xfffe) != 1")
24 panic("-uint16(0xffff) != 1")
  /prebuilts/go/darwin-x86/src/syscall/
types_windows_386.go 8 Version uint16
9 HighVersion uint16
12 MaxSockets uint16
13 MaxUdpDg uint16
20 Port uint16
types_windows_amd64.go 8 Version uint16
9 HighVersion uint16
10 MaxSockets uint16
11 MaxUdpDg uint16
21 Port uint16
  /prebuilts/go/linux-x86/src/syscall/
types_windows_386.go 8 Version uint16
9 HighVersion uint16
12 MaxSockets uint16
13 MaxUdpDg uint16
20 Port uint16
types_windows_amd64.go 8 Version uint16
9 HighVersion uint16
10 MaxSockets uint16
11 MaxUdpDg uint16
21 Port uint16
  /external/protobuf/src/google/protobuf/util/internal/
json_escaping.h 47 static const uint16 kMinHighSurrogate = 0xd800;
52 static const uint16 kMaxHighSurrogate = 0xdbff;
57 static const uint16 kMinLowSurrogate = 0xdc00;
62 static const uint16 kMaxLowSurrogate = 0xdfff;
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_bitwise_and.cu.cc 22 DEFINE_BINARY8(bitwise_and, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_gpu_bitwise_or.cu.cc 22 DEFINE_BINARY8(bitwise_or, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_gpu_bitwise_xor.cu.cc 22 DEFINE_BINARY8(bitwise_xor, int8, int16, int32, int64, uint8, uint16, uint32,
cwise_op_gpu_div.cu.cc 22 DEFINE_BINARY10(div, Eigen::half, float, double, uint8, uint16, int16, int32,

Completed in 725 milliseconds

1 2 3 4 5 6 7 8 91011>>