Searched refs:uint16 (Results 1 - 25 of 323) sorted by relevance

1234567891011>>

/external/neven/Embedded/common/src/b_BitFeatureEm/
H A DFunctions.c29 const uint16 bbf_bit8TblG[ 256 ] = {
/external/neven/Embedded/common/src/b_BasicEm/
H A DFunctions.h50 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 ) * size
[all...]
H A DFunctions.c40 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* )ptr
[all...]
H A DDynMemManager.c90 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* memPtr
[all...]
H A DMemory.c59 uint16* dstL = ( uint16* )dstA;
60 const uint16* srcL = ( uint16* )srcA;
61 uint16 iL;
73 *( uint16* ) ( ( int32 ) dstA + iL ) = *( uint16* ) ( ( int32 ) srcA + iL );
78 uint16* dstL = ( uint16* )dstA;
79 const uint16* src
[all...]
H A DDynMemManager.h65 uint16* memPtrE;
100 uint16* bbs_DynMemManager_alloc( struct bbs_Context* cpA,
108 uint16* memPtrA );
111 uint16* bbs_DynMemManager_nextBlock( struct bbs_Context* cpA,
114 uint16* curBlockPtrA,
H A DAPh.h45 uint16 absE;
77 uint16* memPtrA );
82 const uint16* memPtrA );
H A DComplex.h76 uint16* memPtrA );
81 const uint16* memPtrA );
92 uint16 bbs_Complex_abs( struct bbs_Complex complA );
/external/chromium/net/base/
H A Ddns_util.h37 static const uint16 kDNS_CNAME = 5;
38 static const uint16 kDNS_TXT = 16;
39 static const uint16 kDNS_CERT = 37;
40 static const uint16 kDNS_DS = 43;
41 static const uint16 kDNS_RRSIG = 46;
42 static const uint16 kDNS_DNSKEY = 48;
43 static const uint16 kDNS_ANY = 0xff;
44 static const uint16 kDNS_CAA = 13172; // temporary, not IANA
45 static const uint16 kDNS_TESTING = 0xfffe; // in private use area.
H A Dhost_port_pair.h21 HostPortPair(const std::string& in_host, uint16 in_port);
46 uint16 port() const {
54 void set_port(uint16 in_port) {
69 uint16 port_;
H A Dssl_cipher_suite_names.h21 uint16 cipher_suite);
H A Ddnssec_keyset.h35 uint16 rrtype,
40 static uint16 DNSKEYToKeyID(const base::StringPiece& dnskey);
56 std::vector<uint16> keyids_;
/external/openfst/src/extensions/const/
H A Dconst16-fst.cc26 // Register ConstFst for common arcs types with uint16 size type
27 static FstRegisterer< ConstFst<StdArc, uint16> >
29 static FstRegisterer< ConstFst<LogArc, uint16> >
31 static FstRegisterer< ConstFst<Log64Arc, uint16> >
/external/openfst/src/extensions/compact/
H A Dcompact16_acceptor-fst.cc27 CompactFst<StdArc, AcceptorCompactor<StdArc>, uint16> >
30 CompactFst<LogArc, AcceptorCompactor<LogArc>, uint16> >
H A Dcompact16_string-fst.cc27 CompactFst<StdArc, StringCompactor<StdArc>, uint16> >
30 CompactFst<LogArc, StringCompactor<LogArc>, uint16> >
H A Dcompact16_unweighted-fst.cc27 CompactFst<StdArc, UnweightedCompactor<StdArc>, uint16> >
30 CompactFst<LogArc, UnweightedCompactor<LogArc>, uint16> >
H A Dcompact16_unweighted_acceptor-fst.cc27 CompactFst<StdArc, UnweightedAcceptorCompactor<StdArc>, uint16> >
30 CompactFst<LogArc, UnweightedAcceptorCompactor<LogArc>, uint16> >
H A Dcompact16_weighted_string-fst.cc27 CompactFst<StdArc, WeightedStringCompactor<StdArc>, uint16> >
30 CompactFst<LogArc, WeightedStringCompactor<LogArc>, uint16> >
/external/regex-re2/re2/
H A Dunicode_groups.h27 uint16 lo;
28 uint16 hi;
/external/neven/Embedded/common/src/b_APIEm/
H A DFunctions.h82 uint32 bpi_memWriteCsa16( uint16* memPtrA, uint32 memSizeA, uint16 chkSumA );
85 uint32 bpi_memReadCsa16( const uint16* memPtrA );
88 void bpi_testCheckSum( struct bbs_Context* cpA, uint16* memPtrA, uint16 chkSumA, const char* fNameA );
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstun.h124 uint16 length() const { return length_; }
148 uint16 type_;
149 uint16 length_;
164 uint16 length() const { return length_; }
175 static StunAttribute* Create(uint16 type, uint16 length);
178 static StunAddressAttribute* CreateAddress(uint16 type);
179 static StunUInt32Attribute* CreateUInt32(uint16 type);
180 static StunByteStringAttribute* CreateByteString(uint16 type);
186 StunAttribute(uint16 typ
[all...]
/external/neven/Embedded/common/src/b_TensorEm/
H A DInt16Vec3D.h72 uint16* memPtrA );
77 const uint16* memPtrA );
85 uint16 bts_Int16Vec3D_norm( const struct bts_Int16Vec3D* ptrA );
H A DUint32Rect.h75 uint16* memPtrA );
80 const uint16* memPtrA );
/external/chromium/net/http/
H A Dhttp_version.h20 HttpVersion(uint16 major, uint16 minor) : value_(major << 16 | minor) { }
23 uint16 major_value() const {
28 uint16 minor_value() const {
/external/chromium/chrome/browser/safe_browsing/
H A Dprefix_set.h91 uint16 DeltaAt(size_t target_index) const;
106 std::vector<uint16> *deltas);
117 std::vector<uint16> deltas_;

Completed in 408 milliseconds

1234567891011>>