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

<<11121314151617181920>>

  /external/tpm2/
Marshal_RSA_Encrypt.c 10 UINT16 RSA_Encrypt_Out_Marshal(RSA_Encrypt_Out* source,
14 UINT16 total_size = 0;
75 UINT16 bytes_marshalled;
76 UINT16 num_response_handles = 0;
Marshal_ReadPublic.c 10 UINT16 ReadPublic_Out_Marshal(ReadPublic_Out* source,
14 UINT16 total_size = 0;
64 UINT16 bytes_marshalled;
65 UINT16 num_response_handles = 0;
Marshal_Rewrap.c 10 UINT16 Rewrap_Out_Marshal(Rewrap_Out* source,
14 UINT16 total_size = 0;
78 UINT16 bytes_marshalled;
79 UINT16 num_response_handles = 0;
Marshal_SequenceComplete.c 10 UINT16 SequenceComplete_Out_Marshal(SequenceComplete_Out* source,
14 UINT16 total_size = 0;
72 UINT16 bytes_marshalled;
73 UINT16 num_response_handles = 0;
Marshal_Sign.c 10 UINT16 Sign_Out_Marshal(Sign_Out* source,
14 UINT16 total_size = 0;
75 UINT16 bytes_marshalled;
76 UINT16 num_response_handles = 0;
Marshal_StartAuthSession.c 10 UINT16 StartAuthSession_Out_Marshal(StartAuthSession_Out* source,
14 UINT16 total_size = 0;
88 UINT16 bytes_marshalled;
89 UINT16 num_response_handles = 1;
Marshal_VerifySignature.c 10 UINT16 VerifySignature_Out_Marshal(VerifySignature_Out* source,
14 UINT16 total_size = 0;
71 UINT16 bytes_marshalled;
72 UINT16 num_response_handles = 0;
Marshal_ZGen_2Phase.c 10 UINT16 ZGen_2Phase_Out_Marshal(ZGen_2Phase_Out* source,
14 UINT16 total_size = 0;
81 UINT16 bytes_marshalled;
82 UINT16 num_response_handles = 0;
TPMB.h 17 UINT16 size; \
stubs_ecc.c 27 UINT16 i)
stubs_sym.c 9 UINT16 keySizeInBits // IN: the key size
  /hardware/bsp/intel/peripheral/libupm/src/pn532/
pyupm_pn532.i 5 // Adding this typemap because SWIG is converting uint8, uint16, and uint32 into a short by default
  /prebuilts/go/darwin-x86/src/runtime/
vdso_linux_amd64.go 57 st_shndx uint16
63 vd_version uint16 /* Version revision */
64 vd_flags uint16 /* Version information */
65 vd_ndx uint16 /* Version Index */
66 vd_cnt uint16 /* Number of associated aux entries */
74 e_type uint16 /* Object file type */
75 e_machine uint16 /* Architecture */
81 e_ehsize uint16 /* ELF header size in bytes */
82 e_phentsize uint16 /* Program header table entry size */
83 e_phnum uint16 /* Program header table entry count *
    [all...]
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16_test.go 26 out []uint16
30 {[]rune{1, 2, 3, 4}, []uint16{1, 2, 3, 4}},
32 []uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff}},
34 []uint16{'a', 'b', 0xd7ff, 0xfffd, 0xfffd, 0xe000, 0xfffd, 0xfffd}},
82 in []uint16
87 {[]uint16{1, 2, 3, 4}, []rune{1, 2, 3, 4}},
88 {[]uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff},
90 {[]uint16{0xd800, 'a'}, []rune{0xfffd, 'a'}},
91 {[]uint16{0xdfff}, []rune{0xfffd}},
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug013.go 10 var cu0 uint16 = '\u1234';
bug440_32.go 19 h := uint16(ce)
issue4396b.go 15 U uint16
  /prebuilts/go/linux-x86/src/runtime/
vdso_linux_amd64.go 57 st_shndx uint16
63 vd_version uint16 /* Version revision */
64 vd_flags uint16 /* Version information */
65 vd_ndx uint16 /* Version Index */
66 vd_cnt uint16 /* Number of associated aux entries */
74 e_type uint16 /* Object file type */
75 e_machine uint16 /* Architecture */
81 e_ehsize uint16 /* ELF header size in bytes */
82 e_phentsize uint16 /* Program header table entry size */
83 e_phnum uint16 /* Program header table entry count *
    [all...]
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16_test.go 26 out []uint16
30 {[]rune{1, 2, 3, 4}, []uint16{1, 2, 3, 4}},
32 []uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff}},
34 []uint16{'a', 'b', 0xd7ff, 0xfffd, 0xfffd, 0xe000, 0xfffd, 0xfffd}},
82 in []uint16
87 {[]uint16{1, 2, 3, 4}, []rune{1, 2, 3, 4}},
88 {[]uint16{0xffff, 0xd800, 0xdc00, 0xd800, 0xdc01, 0xd808, 0xdf45, 0xdbff, 0xdfff},
90 {[]uint16{0xd800, 'a'}, []rune{0xfffd, 'a'}},
91 {[]uint16{0xdfff}, []rune{0xfffd}},
  /prebuilts/go/linux-x86/test/fixedbugs/
bug013.go 10 var cu0 uint16 = '\u1234';
bug440_32.go 19 h := uint16(ce)
issue4396b.go 15 U uint16
  /system/bt/bta/ag/
bta_ag_at.h 57 typedef void (tBTA_AG_AT_CMD_CBACK)(void *p_user, UINT16 cmd, UINT8 arg_type,
71 UINT16 cmd_pos; /* position in temp buffer */
72 UINT16 cmd_max_len; /* length of temp buffer to allocate */
118 extern void bta_ag_at_parse(tBTA_AG_AT_CB *p_cb, char *p_buf, UINT16 len);
bta_ag_int.h 200 UINT16 status;
207 UINT16 port_handle;
252 UINT16 serv_handle[BTA_AG_NUM_IDX]; /* RFCOMM server handles */
258 UINT16 conn_handle; /* RFCOMM handle of connected service */
263 UINT16 peer_version; /* profile version of peer device */
264 UINT16 hsp_version; /* HSP profile version */
265 UINT16 sco_idx; /* SCO handle */
309 UINT16 cur_idx; /* SCO handle */
331 extern const UINT16 bta_ag_uuid[BTA_AG_NUM_IDX];
352 extern UINT16 bta_ag_scb_to_idx(tBTA_AG_SCB *p_scb)
    [all...]
bta_ag_sdp.c 48 void bta_ag_sdp_cback_1(UINT16 status);
49 void bta_ag_sdp_cback_2(UINT16 status);
50 void bta_ag_sdp_cback_3(UINT16 status);
71 static void bta_ag_sdp_cback(UINT16 status, UINT8 idx)
73 UINT16 event;
111 void bta_ag_sdp_cback_1(UINT16 status) {bta_ag_sdp_cback(status, 1);}
112 void bta_ag_sdp_cback_2(UINT16 status) {bta_ag_sdp_cback(status, 2);}
113 void bta_ag_sdp_cback_3(UINT16 status) {bta_ag_sdp_cback(status, 3);}
128 BOOLEAN bta_ag_add_record(UINT16 service_uuid, char *p_service_name, UINT8 scn,
132 UINT16 svc_class_id_list[BTA_AG_NUM_SVC_ELEMS]
    [all...]

Completed in 339 milliseconds

<<11121314151617181920>>