Searched
refs:uint16 (Results
451 -
475 of
911) sorted by null
<<11121314151617181920>>
/external/chromium_org/gpu/command_buffer/common/ |
types.h | 48 typedef unsigned short uint16; typedef 172 typedef unsigned short Uint16; 177 typedef uint16_t Uint16;
|
/external/chromium_org/media/filters/ |
h264_to_annex_b_bitstream_converter.cc | 67 uint16 sps_len = decoder_configuration[0] << 8 | decoder_configuration[1]; 83 uint16 pps_len = decoder_configuration[0] << 8 | decoder_configuration[1]; 185 uint16 sps_len = decoder_configuration[0] << 8 | 208 uint16 pps_len = decoder_configuration[0] << 8 | decoder_configuration[1];
|
/external/chromium_org/net/base/ |
host_port_pair.cc | 17 HostPortPair::HostPortPair(const std::string& in_host, uint16 in_port)
|
/external/chromium_org/net/quic/crypto/ |
crypto_framer.h | 106 uint16 num_entries_;
|
quic_crypto_client_config_test.cc | 28 uint16 vers;
|
/external/chromium_org/net/spdy/ |
spdy_frame_builder.h | 87 bool WriteUInt16(uint16 value) {
|
/external/chromium_org/net/ssl/ |
ssl_cipher_suite_names.cc | 29 uint16 cipher_suite, encoded; 279 uint16 cipher_suite) { 334 uint16* cipher_suite) { 339 *cipher_suite = static_cast<uint16>(value);
|
/external/chromium_org/sandbox/win/src/ |
policy_low_level.h | 166 uint16 parameter, int state, bool last_call,
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/win/ |
cld_utf8statetable.h | 22 uint16 bytes_offset;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
bytebuffer.cc | 87 bool ByteBuffer::ReadUInt16(uint16* val) { 90 uint16 v; 166 void ByteBuffer::WriteUInt16(uint16 val) { 167 uint16 v = (byte_order_ == ORDER_NETWORK) ? HostToNetwork16(val) : val;
|
macasyncsocket.h | 45 virtual int EstimateMTU(uint16* mtu);
|
httpcommon.h | 132 const uint16 HTTP_DEFAULT_PORT = 80; 133 const uint16 HTTP_SECURE_PORT = 443; 183 inline uint16 HttpDefaultPort(bool secure) { 216 Url(const string& path, const string& host, uint16 port = HTTP_DEFAULT_PORT) 253 void set_port(uint16 val) { port_ = val; } 254 uint16 port() const { return port_; } 287 uint16 port_;
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
zip_writer.cc | 128 static void WriteShort(io::CodedOutputStream *out, uint16 val) { 143 uint16 filename_size = filename.size(); 170 uint16 num_entries = files_.size(); 177 uint16 filename_size = filename.size();
|
/external/chromium_org/third_party/re2/re2/testing/ |
re2_arg_test.cc | 114 PARSE_FOR_TYPE(uint16, 1);
|
/external/chromium_org/ui/views/controls/ |
message_box_view.h | 48 uint16 options;
|
/external/libffi/src/ |
types.c | 54 FFI_TYPEDEF(uint16, UINT16, FFI_TYPE_UINT16);
|
/external/libyuv/files/include/libyuv/ |
basic_types.h | 57 typedef unsigned short uint16; // NOLINT typedef
|
/external/neven/Embedded/common/src/b_BasicEm/ |
MemSeg.h | 79 uint16* memPtrE;
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Vec2D.h | 98 uint16 bts_Flt16Vec2D_norm( const struct bts_Flt16Vec2D* ptrA );
|
/external/openfst/src/test/ |
fst_test.cc | 102 static fst::FstRegisterer<ConstFst<StdArc, uint16> > 105 CompactFst<StdArc, CustomCompactor<StdArc>, uint16> > 188 // ConstFst<StdArc, uint16> tests 190 FstTester< ConstFst<StdArc, uint16> > std_const_tester; 197 // CompactFst<StdArc, CustomCompactor<StdArc>, uint16> 199 FstTester< CompactFst<StdArc, CustomCompactor<StdArc>, uint16> >
|
/external/protobuf/src/google/protobuf/compiler/ |
zip_writer.cc | 98 static void WriteShort(io::CodedOutputStream *out, uint16 val) { 113 uint16 filename_size = filename.size(); 140 uint16 num_entries = files_.size(); 147 uint16 filename_size = filename.size();
|
/external/regex-re2/re2/testing/ |
re2_arg_test.cc | 114 PARSE_FOR_TYPE(uint16, 1);
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_Device.h | 36 typedef unsigned short uint16; typedef
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
ti_video_config_parser.cpp | 26 (w) = ((uint16) *(pb + 1) << 8) + *pb; 31 ((uint16) *(pb + 1) << 8) + *pb; 33 #define GetUnalignedWordEx( pb, w ) GetUnalignedWord( pb, w ); (pb) += sizeof(uint16); 174 uint16 wdat;
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 132 const uint16 HTTP_DEFAULT_PORT = 80; 133 const uint16 HTTP_SECURE_PORT = 443; 183 inline uint16 HttpDefaultPort(bool secure) { 216 Url(const string& path, const string& host, uint16 port = HTTP_DEFAULT_PORT) 253 void set_port(uint16 val) { port_ = val; } 254 uint16 port() const { return port_; } 287 uint16 port_;
|
Completed in 1434 milliseconds
<<11121314151617181920>>