HomeSort by relevance Sort by last modified time
    Searched full:uint16 (Results 501 - 525 of 1769) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/test/plugin/
plugin_arguments_test.h 35 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
plugin_delete_plugin_in_stream_test.cc 35 NPBool seekable, uint16* stype) {
plugin_execute_stream_javascript.cc 20 NPBool seekable, uint16* stype) {
plugin_get_javascript_url_test.h 24 NPBool seekable, uint16* stype) OVERRIDE;
plugin_private_test.cc 17 NPError PrivateTest::New(uint16 mode, int16 argc,
  /external/chromium_org/courgette/
disassembler_elf_32_x86.h 34 virtual uint16 op_size() const OVERRIDE { return 4; }
  /external/chromium_org/jingle/notifier/communicator/
connection_settings.h 22 extern const uint16 kSslTcpPort;
  /external/chromium_org/media/cast/test/utility/
audio_utility.cc 96 bool EncodeTimestamp(uint16 timestamp,
150 bool DecodeTimestamp(const float* samples, size_t length, uint16* timestamp) {
159 uint16 gray_coded = 0;
177 uint16 mask;
  /external/chromium_org/mojo/apps/js/test/
js_to_cpp.mojom 12 uint16 ui16;
  /external/chromium_org/net/dns/
dns_response.h 33 uint16 type;
34 uint16 klass;
131 uint16 flags() const; // excluding rcode
139 uint16 qtype() const;
mdns_client.h 78 virtual uint16 GetType() const = 0;
124 virtual uint16 GetType() const = 0;
147 uint16 rrtype,
155 uint16 rrtype,
  /external/chromium_org/net/spdy/
mock_spdy_framer_visitor.h 55 uint16 port,
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.cc 88 bool ByteBuffer::ReadUInt16(uint16* val) {
91 uint16 v;
167 void ByteBuffer::WriteUInt16(uint16 val) {
168 uint16 v = (byte_order_ == ORDER_NETWORK) ? HostToNetwork16(val) : val;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 57 typedef unsigned short uint16; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 39 typedef uint16_t uint16; typedef
  /external/chromium_org/third_party/webrtc/base/
bytebuffer.cc 71 bool ByteBuffer::ReadUInt16(uint16* val) {
74 uint16 v;
150 void ByteBuffer::WriteUInt16(uint16 val) {
151 uint16 v = (byte_order_ == ORDER_NETWORK) ? HostToNetwork16(val) : val;
bytebuffer_unittest.cc 19 uint16 n16 = 1;
130 // Write and read uint16.
131 uint16 wu16 = (1 << 8) + 1;
133 uint16 ru16;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 96 seqno(temp_ix) = fread(fid, 1, 'uint16');
109 temp_delay = fread(fid, 1, 'uint16');
120 fsvec(fs_ix) = fread(fid, 1, 'uint16');
167 playout_delay(k) = fread(fid, 1, 'uint16') + ...
  /external/chromium_org/ui/base/ime/
input_method_minimal.cc 36 const uint16 ch = event.GetCharacter();
  /external/chromium_org/win8/metro_driver/
winrt_utils.cc 85 IMPLEMENT_CREATE_PROPERTY(UInt16, UINT16);
154 COMPARE_ATOMIC_PROPERTY_VALUES(UInt16, UINT16);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_api.c 68 (UINT16 *) ((UINT8 *)nfc_hal_task_stack + NFC_HAL_TASK_STACK_SIZE),
157 UINT16 size;
165 if ((p_msg = (NFC_HDR *)GKI_getbuf ((UINT16)(size + NFC_HDR_SIZE))) != NULL)
189 void HAL_NfcWrite (UINT16 data_len, UINT8 *p_data)
  /external/libnfc-nci/src/hal/int/
nfc_hal_int_api.h 56 UINT16 xtal_freq;
108 typedef void (tNFC_HAL_NCI_CBACK) (tNFC_HAL_NCI_EVT event, UINT16 data_len, UINT8 *p_data);
225 UINT16 patch_data_len);
245 UINT16 i2c_patchfile_len, UINT32 prei2c_delay);
  /external/libnfc-nci/src/nfa/int/
nfa_rw_int.h 201 UINT16 first_block_number;
202 UINT16 number_blocks;
323 UINT16 i93_afi_location;
326 UINT16 i93_num_block;
  /external/libnfc-nci/src/udrv/include/
udac.h 29 typedef UINT16 tUDAC_GAIN;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 57 typedef unsigned short uint16; typedef

Completed in 945 milliseconds

<<21222324252627282930>>