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

<<41424344454647484950>>

  /external/chromium_org/chrome/browser/net/
network_stats.h 108 uint16 histogram_port,
267 uint16 histogram_port_;
385 uint16 histogram_port,
  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.cc 109 uint16 port;
201 uint16* port,
294 uint16 port,
  /external/chromium_org/components/usb_service/
usb_device_handle_impl.cc 391 uint16 langid[128] = {0};
440 const uint16 value,
441 const uint16 index,
  /external/chromium_org/media/filters/
opus_audio_decoder.cc 22 static uint16 ReadLE16(const uint8* data, size_t data_size, int read_offset) {
23 uint16 value = 0;
183 uint16 skip_samples;
  /external/chromium_org/third_party/cld/base/
basictypes.h 44 typedef unsigned short uint16; typedef
66 const uint16 kuint16max = ((uint16) 0xFFFF);
  /external/chromium_org/third_party/libyuv/util/
ssim.cc 21 typedef unsigned short uint16; // NOLINT typedef
54 #define PWEIGHT(A, B) static_cast<uint16>(K[(A)] * K[(B)]) // weight product
63 uint16 i16_[8];
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
basictypes.h 69 typedef uint16_t uint16; typedef
73 const uint16 kuint16max = ( (uint16) 0xFFFF);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
basictypes.h 69 typedef uint16_t uint16; typedef
73 const uint16 kuint16max = ( (uint16) 0xFFFF);
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 17 assert tp == "uint16"
20 assert tp == "uint16"
373 "uint16": UShort,
  /external/jpeg/
jmorecfg.h 171 /* UINT16 must hold at least the values 0..65535. */
174 typedef uint16_t UINT16;
176 typedef unsigned int UINT16;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 433 HAL_NfcPrmSetI2cPatch((UINT8*)sI2cFixPrmBuf, (UINT16)lenPrmBuffer, 0);
592 UINT16 xtalFreq = 0;
600 xtalFreq = (UINT16) num;
  /external/pdfium/core/include/thirdparties/libjpeg/
jmorecfg.h 150 /* UINT16 must hold at least the values 0..65535. */
153 typedef unsigned short UINT16;
155 typedef unsigned int UINT16;
  /external/pdfium/core/src/fxcodec/libjpeg/
jmorecfg.h 150 /* UINT16 must hold at least the values 0..65535. */
153 typedef unsigned short UINT16;
155 typedef unsigned int UINT16;
  /external/qemu/distrib/jpeg-6b/
jmorecfg.h 168 /* UINT16 must hold at least the values 0..65535. */
171 typedef unsigned short UINT16;
173 typedef unsigned int UINT16;
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c 278 static __inline__ void swizzle_alsa_channels_6_16bit(_THIS) { SWIZ6(Uint16); }
291 const Uint16 fmtsize = (this->spec.format & 0xFF); /* bits/channel. */
471 Uint16 test_format;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 28 typedef uint16 chanspec_t;
308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
482 extern uint16 wf_channel2chspec(uint ctl_ch, uint bw);
  /external/chromium_org/net/base/
net_util.cc 509 uint16* port) {
570 uint16 port) {
596 uint16 port;
610 uint16 port) {
903 const uint16* GetPortFieldFromSockaddr(const struct sockaddr* address,
922 const uint16* port_field = GetPortFieldFromSockaddr(address, address_len);
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 56 const uint16 kFirstEphemeralPort = 49152;
57 const uint16 kLastEphemeralPort = 65535;
58 const uint16 kEphemeralPortCount = kLastEphemeralPort - kFirstEphemeralPort + 1;
378 virtual int EstimateMTU(uint16* mtu) {
596 uint16 VirtualSocketServer::GetNextPort() {
597 uint16 port = next_port_;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter_unittest.cc 672 static const uint16 kMaxSeqnum = static_cast<uint16>(-1);
673 static const uint16 seqnum_big = 62275;
674 static const uint16 seqnum_small = 10;
675 static const uint16 replay_window = 1024;
710 for (uint16 seqnum = 65000; seqnum < 65003; ++seqnum) {
    [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.cc 39 const uint16 kFirstEphemeralPort = 49152;
40 const uint16 kLastEphemeralPort = 65535;
41 const uint16 kEphemeralPortCount = kLastEphemeralPort - kFirstEphemeralPort + 1;
361 virtual int EstimateMTU(uint16* mtu) {
579 uint16 VirtualSocketServer::GetNextPort() {
580 uint16 port = next_port_;
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc 55 virtual void GenerateUInt16(uint16* value) = 0;
127 virtual void GenerateUInt16(uint16* value) OVERRIDE {
128 GenerateIntegralType<uint16>(value);
247 generator->GenerateUInt16(reinterpret_cast<uint16*>(p));
255 generator->GenerateUInt16(reinterpret_cast<uint16*>(p));
905 uint16 port;
    [all...]
  /external/libnfc-nci/src/nfa/hci/
nfa_hci_utils.c 316 tNFA_STATUS nfa_hciu_send_msg (UINT8 pipe_id, UINT8 type, UINT8 instruction, UINT16 msg_len, UINT8 *p_msg)
321 UINT16 data_len;
323 UINT16 max_seg_hcp_pkt_size = nfa_hci_cb.buff_size - NCI_DATA_HDR_SIZE;
993 UINT16 id_ref_data = 0x0102;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 140 GpStatus WINGDIPAPI GdipGetEmHeight(GDIPCONST GpFontFamily*,INT,UINT16*);
141 GpStatus WINGDIPAPI GdipGetCellAscent(GDIPCONST GpFontFamily*,INT,UINT16*);
142 GpStatus WINGDIPAPI GdipGetCellDescent(GDIPCONST GpFontFamily*,INT,UINT16*);
143 GpStatus WINGDIPAPI GdipGetLineSpacing(GDIPCONST GpFontFamily*,INT,UINT16*);
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_main.c 275 void bta_hh_sm_execute(tBTA_HH_DEV_CB *p_cb, UINT16 event, tBTA_HH_DATA * p_data)
283 UINT16 debug_event = event;
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_main.c 46 extern UINT16 L2CA_AllocateRandomPsm(void);
47 extern UINT16 L2CA_AllocatePsm(void);
419 UINT16 event, tBTA_HL_DATA *p_data)
428 UINT16 cur_evt = event;
477 UINT16 event, tBTA_HL_DATA *p_data)
486 UINT16 cur_evt = event;
    [all...]

Completed in 1399 milliseconds

<<41424344454647484950>>