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

<<21222324252627282930>>

  /prebuilts/go/linux-x86/src/database/sql/driver/
types_test.go 31 {Bool, uint16(1), true, ""},
37 {Bool, uint16(0), false, ""},
  /prebuilts/go/linux-x86/src/os/
dir_plan9.go 45 m := int(uint16(b[0])|uint16(b[1])<<8) + 2
  /prebuilts/go/linux-x86/src/path/filepath/
symlink_windows.go 26 b = make([]uint16, n)
45 b = make([]uint16, n)
  /prebuilts/go/linux-x86/src/syscall/
dir_plan9.go 27 Type uint16 // server type
43 Type: ^uint16(0),
75 b = pbit16(b, uint16(n)-2)
145 func pbit16(b []byte, v uint16) []byte {
176 b = pbit16(b, uint16(len(s)))
187 func gbit16(b []byte) (uint16, []byte) {
188 return uint16(b[0]) | uint16(b[1])<<8, b[2:]
env_windows.go 21 b := make([]uint16, n)
77 for from, i, p := 0, 0, (*[1 << 24]uint16)(unsafe.Pointer(s)); true; i++ {
  /prebuilts/go/linux-x86/test/
rename.go 51 uint16 +
97 uint16 = 34
typeswitch1.go 35 case uint, uint8, uint16, uint32:
54 case uint, uint8, uint16, uint32:
  /system/bt/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/boringssl/src/ssl/test/runner/
ticket.go 21 vers uint16
22 cipherSuite uint16
107 s.vers = uint16(data[0])<<8 | uint16(data[1])
108 s.cipherSuite = uint16(data[2])<<8 | uint16(data[3])
  /external/libnfc-nci/src/nfa/int/
nfa_cho_int.h 114 typedef UINT16 tNFA_CHO_INT_EVT;
216 UINT16 local_link_miu; /* MIU of local LLCP */
217 UINT16 remote_miu; /* peer's MIU of data link connection */
222 UINT16 collision_remote_miu; /* peer's MIU of collision connection */
225 UINT16 tx_random_number; /* it has been sent in Hr for collision */
242 UINT16 test_random_number;
nfa_hci_int.h 102 typedef UINT16 tNFA_HCI_INT_EVT;
234 UINT16 evt_len;
236 UINT16 rsp_len;
238 UINT16 rsp_timeout;
248 UINT16 cmd_len;
257 UINT16 size;
347 UINT16 rec_errors; /* Receive errors */
354 UINT16 version_sw; /* Software version number */
355 UINT16 version_hw; /* Hardware version number */
395 UINT16 msg_len; /* For segmentation - length of the c (…)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 104 uint16 tot_len; /* Number of bytes in packet (max 65535) */
105 uint16 id;
106 uint16 frag; /* 3 flag bits and fragment offset */
109 uint16 hdr_chksum; /* IP header checksum */
174 uint16 frag_off;
181 uint16 len = 0, hlen;
  /prebuilts/go/darwin-x86/src/crypto/tls/
ticket.go 21 vers uint16
22 cipherSuite uint16
94 s.vers = uint16(data[0])<<8 | uint16(data[1])
95 s.cipherSuite = uint16(data[2])<<8 | uint16(data[3])
  /prebuilts/go/linux-x86/src/crypto/tls/
ticket.go 21 vers uint16
22 cipherSuite uint16
94 s.vers = uint16(data[0])<<8 | uint16(data[1])
95 s.cipherSuite = uint16(data[2])<<8 | uint16(data[3])
  /prebuilts/misc/windows/sdl2/test/
testplatform.c 42 if (badsize(sizeof(Uint16), 2)) {
44 SDL_Log("sizeof(Uint16) != 2, instead = %u\n",
45 (unsigned int)sizeof(Uint16));
70 Uint16 value = 0x1234;
72 Uint16 value16 = 0xCDAB;
73 Uint16 swapped16 = 0xABCD;
  /system/bt/bta/hf_client/
bta_hf_client_api.c 136 void BTA_HfClientDeregister(UINT16 handle)
159 void BTA_HfClientOpen(UINT16 handle, BD_ADDR bd_addr, tBTA_SEC sec_mask)
183 void BTA_HfClientClose(UINT16 handle)
204 void BTA_HfClientAudioOpen(UINT16 handle)
225 void BTA_HfClientAudioClose(UINT16 handle)
245 void BTA_HfClientSendAT(UINT16 handle, tBTA_HF_CLIENT_AT_CMD_TYPE at, UINT32 val1, UINT32 val2, const char *str)
  /system/bt/bta/sys/
utl.c 114 ** Description This utility function converts a UINT16 to a string. The
122 UINT8 utl_itoa(UINT16 i, char *p_s)
124 UINT16 j, k;
172 UINT16 service;
238 UINT16 i = 0;
262 UINT16 i = 0;
  /system/bt/stack/include/
avrc_api.h 134 UINT16 num_attr;/* The number of attributes in p_attrs */
135 UINT16 *p_attrs; /* The attributes filter. If NULL, AVRCP API sets the attribute filter
146 typedef void (tAVRC_FIND_CBACK) (UINT16 status);
151 typedef void (tAVRC_CTRL_CBACK) (UINT8 handle, UINT8 event, UINT16 result,
212 extern UINT16 AVRC_AddRecord(UINT16 service_uuid, char *p_service_name,
213 char *p_provider_name, UINT16 categories, UINT32 sdp_handle,
214 BOOLEAN browse_supported, UINT16 profile_version);
253 extern UINT16 AVRC_FindService(UINT16 service_uuid, BD_ADDR bd_addr
    [all...]
  /system/tpm/trunks/
mock_tpm.cc 134 UINT16* counter,
195 const UINT16& offset,
229 const UINT16& size,
230 const UINT16& offset,
245 const UINT16& size,
246 const UINT16& offset,
  /external/dng_sdk/source/
dng_linearization_info.cpp 316 uint16 *lut = NULL;
372 uint16 z = (uint16) Round_uint32 (y * 0x0FFFF);
574 const uint16 *lut = fScale_buffer->Buffer_uint16 ();
576 uint16 *dstPtr = (uint16 *) dPtr;
598 const uint16 *srcPtr = (const uint16 *) sPtr;
641 const uint16 *srcPtr = (const uint16 *) sPtr
    [all...]
  /system/bt/bta/av/
bta_av_int.h 166 UINT8 num_snk, UINT8 num_src, BD_ADDR addr, UINT16 uuid_local);
176 UINT16 mtu);
177 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
182 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
215 UINT16 service_uuid;
235 UINT16 uuid; /* uuid of initiator */
258 UINT16 len;
266 UINT16 len;
382 UINT16 avdt_version; /* AVDTP protocol version */
445 UINT16 buf_size
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
bit.hpp 129 GLM_FUNC_DECL uint16 bitfieldInterleave(uint8 x, uint8 y);
143 GLM_FUNC_DECL uint32 bitfieldInterleave(uint16 x, uint16 y);
185 GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z);
227 GLM_FUNC_DECL uint64 bitfieldInterleave(uint16 x, uint16 y, uint16 z, uint16 w)
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/testdata/
const1.src 144 _ uint16 = 0 /* ERROR "overflows" */ - 1
145 _ uint16 = 0
146 _ uint16 = maxUint16
147 _ uint16 = maxUint16 /* ERROR "overflows" */ + 1
148 _ uint16 = smallestFloat64 /* ERROR "truncated" */
150 _ = uint16(0 /* ERROR "cannot convert" */ - 1)
151 _ = uint16(0)
152 _ = uint16(maxUint16)
153 _ = uint16(maxUint16 /* ERROR "cannot convert" */ + 1)
154 _ = uint16(smallestFloat64 /* ERROR "cannot convert" */
    [all...]
  /prebuilts/go/linux-x86/src/go/types/testdata/
const1.src 144 _ uint16 = 0 /* ERROR "overflows" */ - 1
145 _ uint16 = 0
146 _ uint16 = maxUint16
147 _ uint16 = maxUint16 /* ERROR "overflows" */ + 1
148 _ uint16 = smallestFloat64 /* ERROR "truncated" */
150 _ = uint16(0 /* ERROR "cannot convert" */ - 1)
151 _ = uint16(0)
152 _ = uint16(maxUint16)
153 _ = uint16(maxUint16 /* ERROR "cannot convert" */ + 1)
154 _ = uint16(smallestFloat64 /* ERROR "cannot convert" */
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2_ttf/include/SDL2/
SDL_ttf.h 139 extern DECLSPEC int SDLCALL TTF_GlyphIsProvided(const TTF_Font *font, Uint16 ch);
145 extern DECLSPEC int SDLCALL TTF_GlyphMetrics(TTF_Font *font, Uint16 ch,
152 extern DECLSPEC int SDLCALL TTF_SizeUNICODE(TTF_Font *font, const Uint16 *text, int *w, int *h);
165 const Uint16 *text, SDL_Color fg);
175 Uint16 ch, SDL_Color fg);
187 const Uint16 *text, SDL_Color fg, SDL_Color bg);
197 Uint16 ch, SDL_Color fg, SDL_Color bg);
208 const Uint16 *text, SDL_Color fg);
222 const Uint16 *text, SDL_Color fg, Uint32 wrapLength);
231 Uint16 ch, SDL_Color fg)
    [all...]

Completed in 756 milliseconds

<<21222324252627282930>>