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

<<11121314151617181920>>

  /external/chromium_org/courgette/
disassembler_win32_x86.h 122 uint16 size_of_optional_header_;
123 uint16 offset_of_data_directories_;
125 uint16 machine_type_;
126 uint16 number_of_sections_;
  /external/chromium_org/device/test/data/bluetooth/
rfcomm.xml 32 <uint16 value="0x0102" />
  /external/chromium_org/media/cast/transport/
cast_transport_defines.h 33 // Each uint16 represents one packet id within a cast frame.
34 typedef std::set<uint16> PacketIdSet;
91 // Each uint16 represents one packet id within a cast frame.
92 typedef std::set<uint16> PacketIdSet;
  /external/chromium_org/net/quic/
quic_socket_address_coder.h 33 uint16 port() const {
  /external/chromium_org/net/spdy/
spdy_frame_reader.cc 35 bool SpdyFrameReader::ReadUInt16(uint16* result) {
36 // Make sure that we have the whole uint16.
43 *result = ntohs(*(reinterpret_cast<const uint16*>(data_ + ofs_)));
116 uint16 result_len;
  /external/chromium_org/sync/tools/testserver/
run_sync_testserver.cc 57 static bool GetPortFromSwitch(const std::string& switch_name, uint16* port) {
67 *port = static_cast<uint16>(port_int);
102 uint16 port = 0;
105 uint16 xmpp_port = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeTypes.h 40 struct UInt16 {
41 UInt16(uint16_t u) : v(htons(u)) { }
59 typedef UInt16 Offset;
60 typedef UInt16 GlyphID;
  /external/chromium_org/third_party/lzma_sdk/
CpuArch.h 66 #define GetUi16(p) (*(const UInt16 *)(p))
69 #define SetUi16(p, d) *(UInt16 *)(p) = (d);
75 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
120 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /external/chromium_org/ui/events/keycodes/
keyboard_code_conversion_x.h 23 EVENTS_BASE_EXPORT uint16 GetCharacterFromXEvent(XEvent* xev);
  /external/chromium_org/v8/src/
bytecodes-irregexp.h 45 V(CHECK_CHAR, 24, 8) /* bc8 pad8 uint16 addr32 */ \
47 V(CHECK_NOT_CHAR, 26, 8) /* bc8 pad8 uint16 addr32 */ \
49 V(AND_CHECK_CHAR, 28, 12) /* bc8 pad8 uint16 uint32 addr32 */ \
51 V(AND_CHECK_NOT_CHAR, 30, 12) /* bc8 pad8 uint16 uint32 addr32 */ \
  /external/chromium_org/v8/test/mjsunit/harmony/
dataview-accessors.js 50 case "Uint16":
142 test(isTestingGet, "Uint16", 0, 256, true);
143 test(isTestingGet, "Uint16", undefined, 256, true);
144 test(isTestingGet, "Uint16", 5, 26213, true);
145 test(isTestingGet, "Uint16", 9, 33409, true);
146 test(isTestingGet, "Uint16", 14, 65534, true);
147 test(isTestingGet, "Uint16", 1e12, undefined, true);
150 test(isTestingGet, "Uint16", 0, 1);
151 test(isTestingGet, "Uint16", undefined, 1);
152 test(isTestingGet, "Uint16", 5, 25958)
    [all...]
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_main.c 61 static char *nfa_rw_evt_2_str (UINT16 event);
162 if ((p_msg = (tNFA_RW_MSG *) GKI_getbuf ((UINT16) sizeof(tNFA_RW_MSG))) != NULL)
188 UINT16 act_idx;
217 static char *nfa_rw_evt_2_str (UINT16 event)
  /external/lzma/C/
CpuArch.h 65 #define GetUi16(p) (*(const UInt16 *)(p))
68 #define SetUi16(p, d) *(UInt16 *)(p) = (d);
74 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
119 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetgammaramp.html 109 >(Uint16 *redtable, Uint16 *greentable, Uint16 *bluetable);</CODE
124 Each table is an array of 256 Uint16 values.</P
sdlsetgammaramp.html 109 >(Uint16 *redtable, Uint16 *greentable, Uint16 *bluetable);</CODE
124 Each table is an array of 256 Uint16 values, representing a mapping
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 23 typedef uint16_t uint16; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 29 typedef unsigned short uint16; // NOLINT typedef
  /external/bluetooth/bluedroid/bta/av/
bta_av_cfg.c 52 const UINT16 bta_av_audio_flush_to[] = {
121 const UINT16 bta_av_rc_id[] =
170 const UINT16 bta_av_rc_id_ac[] =
203 UINT16 *p_bta_av_rc_id_ac = (UINT16 *) bta_av_rc_id_ac;
205 UINT16 *p_bta_av_rc_id_ac = NULL;
208 UINT16 *p_bta_av_rc_id = (UINT16 *) bta_av_rc_id;
  /external/bluetooth/bluedroid/stack/hid/
hidh_int.h 41 UINT16 attr_mask; /* 0x01- virtual_cable; 0x02- normally_connectable; 0x03- reconn_initiate;
67 UINT16 data,UINT8 rpt_id, BT_HDR *buf);
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 243 UINT16 opcode;
332 UINT16 tot_scan_results_strg;
343 UINT16 low;
344 UINT16 hi;
353 UINT16 *p_uuid;
410 UINT16 appearance;
432 UINT16 adv_int_min;
433 UINT16 adv_int_max;
477 UINT8 num_records, UINT16 total_len,
519 UINT16 data_len[BTM_BLE_BATCH_REP_MAIN_Q_SIZE]
    [all...]
  /external/chromium_org/base/
big_endian.cc 50 bool BigEndianReader::ReadU16(uint16* value) {
89 bool BigEndianWriter::WriteU16(uint16 value) {
  /external/chromium_org/content/test/plugin/
plugin_geturl_test.h 30 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
34 NPBool seekable, uint16* stype) OVERRIDE;
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.h 50 uint16 num_channels_;
52 uint16 bits_per_sample_;
  /external/chromium_org/media/cast/logging/
logging_impl.h 58 uint32 frame_id, uint16 packet_id,
59 uint16 max_packet_id, size_t size);
  /external/chromium_org/third_party/libyuv/unit_test/
basictypes_test.cc 17 uint16 v16 = 0x1234u;
30 uint16 u16 = 1u;

Completed in 1315 milliseconds

<<11121314151617181920>>