HomeSort by relevance Sort by last modified time
    Searched full:uint8 (Results 401 - 425 of 3007) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/
rsa.a 196 ,math/big.(*Int).BitLen?("".ErrMessageTooLong?("".ErrMessageTooLong?type.[]uint8?
210 0runtime.morestack_noctxt??2"".autotmp_0025"type.math/big.Int"".autotmp_0024?"type.math/big.Int"".autotmp_0022type.int"".autotmp_0021type.[]uint8"".autotmp_0020type.[]uint8"".autotmp_0019type.int"".autotmp_0017type.[]uint8"".autotmp_0016$type.*math/big.Int"".autotmp_0014type.int"".autotmp_0013type.int"".autotmp_0012?type.[]uint8"".autotmp_0008?type.[]uint8"".autotmp_0006type.int"".autotmp_0005type.int"".autotmp_0004type.int "".~r1?type.error
212 "".mm?type.[]uint8
213 "".ps?type.[]uint8
214 "".em?type.[]uint8 "".err?type.error "".err?type.error "".out`type.[]uint8 "".msg0type.[]uint8 "".pub $type.*"".PublicKey"".randtype.io.ReaderB"????`?? (…)
    [all...]
aes.a 161 0runtime.morestack_noctxt? 6"".autotmp_0026type.uint8"".autotmp_0025type.uint8"".autotmp_0024type.uint8"".autotmp_0023type.uint8"".autotmp_0022type.uint8"".autotmp_0021type.uint8"".autotmp_0020type.uint8"".autotmp_0019type.uint8"".autotmp_0018type.uint8"".autotmp_0017type.uint8"".autotmp_0016type.uint8"".autotmp_0015type.uint8"".autotmp_0010type.uint32"". (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/crypto/
rsa.a 196 ,math/big.(*Int).BitLen?("".ErrMessageTooLong?("".ErrMessageTooLong?type.[]uint8?
210 0runtime.morestack_noctxt??2"".autotmp_0025"type.math/big.Int"".autotmp_0024?"type.math/big.Int"".autotmp_0022type.int"".autotmp_0021type.[]uint8"".autotmp_0020type.[]uint8"".autotmp_0019type.int"".autotmp_0017type.[]uint8"".autotmp_0016$type.*math/big.Int"".autotmp_0014type.int"".autotmp_0013type.int"".autotmp_0012?type.[]uint8"".autotmp_0008?type.[]uint8"".autotmp_0006type.int"".autotmp_0005type.int"".autotmp_0004type.int "".~r1?type.error
212 "".mm?type.[]uint8
213 "".ps?type.[]uint8
214 "".em?type.[]uint8 "".err?type.error "".err?type.error "".out`type.[]uint8 "".msg0type.[]uint8 "".pub $type.*"".PublicKey"".randtype.io.ReaderB"????`?? (…)
    [all...]
aes.a 161 0runtime.morestack_noctxt? 6"".autotmp_0026type.uint8"".autotmp_0025type.uint8"".autotmp_0024type.uint8"".autotmp_0023type.uint8"".autotmp_0022type.uint8"".autotmp_0021type.uint8"".autotmp_0020type.uint8"".autotmp_0019type.uint8"".autotmp_0018type.uint8"".autotmp_0017type.uint8"".autotmp_0016type.uint8"".autotmp_0015type.uint8"".autotmp_0010type.uint32"". (…)
    [all...]
  /system/bt/stack/include/
avct_api.h 103 typedef void (tAVCT_CTRL_CBACK)(UINT8 handle, UINT8 event, UINT16 result,
108 typedef void (tAVCT_MSG_CBACK)(UINT8 handle, UINT8 label, UINT8 cr,
116 UINT8 role; /* Initiator/acceptor role */
117 UINT8 control; /* Control role (Control/Target) */
142 extern void AVCT_Register(UINT16 mtu, UINT16 mtu_br, UINT8 sec_mask);
176 extern UINT16 AVCT_CreateConn(UINT8 *p_handle, tAVCT_CC *p_cc,
192 extern UINT16 AVCT_RemoveConn(UINT8 handle)
    [all...]
  /system/bt/stack/rfcomm/
rfc_port_if.c 82 void RFCOMM_DlcEstablishReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu)
110 void RFCOMM_DlcEstablishRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT16 result)
140 void RFCOMM_ParNegReq (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu)
142 UINT8 flow;
143 UINT8 cl;
144 UINT8 k;
194 void RFCOMM_ParNegRsp (tRFC_MCB *p_mcb, UINT8 dlci, UINT16 mtu, UINT8 cl, UINT8 k)
215 void RFCOMM_PortNegReq (tRFC_MCB *p_mcb, UINT8 dlci, tPORT_STATE *p_pars
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4.go 17 i, j uint8
37 var j uint8 = 0
39 j += uint8(c.s[i]) + key[i%k]
64 j += uint8(c.s[i])
66 dst[k] = v ^ uint8(c.s[uint8(c.s[i]+c.s[j])])
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4.go 17 i, j uint8
37 var j uint8 = 0
39 j += uint8(c.s[i]) + key[i%k]
64 j += uint8(c.s[i])
66 dst[k] = v ^ uint8(c.s[uint8(c.s[i]+c.s[j])])
  /system/bt/bta/gatt/
bta_gattc_int.h 139 UINT8 *p_value;
159 UINT8 op_code;
174 UINT8 num_attr;
198 UINT8 role;
264 typedef UINT8 tBTA_GATTC_STATE;
278 UINT8 state;
281 UINT8 update_count; /* indication received */
282 UINT8 num_clcb; /* number of associated CLCB */
286 UINT8 cur_srvc_idx;
287 UINT8 cur_char_idx
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/index/
suffixarray.a 17 type @"regexp/syntax".InstOp uint8
25 type @"regexp/syntax".EmptyOp uint8
190 "".sa?type.[]int "".~r10type.[]int"".datatype.[]uint8(?y??????? ?<9: y?  / *  v0B 2"
206 0runtime.morestack_noctxt`? "".autotmp_0031type.uint8"".autotmp_0030type.*uint8"".autotmp_0029type.int"".autotmp_0028type.int"".autotmp_0027type.int"".autotmp_0026type.int"".autotmp_0025type.int"".autotmp_0020type.int"".autotmp_0019type.[]uint8"".autotmp_0018type.int"".count?type.[256]int "".~r10type.[]int"".datatype.[]uint8"? ?? ? $?L?D % 6)%$   ??Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals·33cdeccccebe80329f1fdbee7f5874cbrprebuilts/go/darwin-x86/src/index/suffixarray/qsufsort.go?"".initGroups? ? eH? %H;a??H??H1?H??$?H??$?H??$?H?D$pH?H?$H?D$H?D$?L?\$hL?T$pH?L$PH?D$XL?l$L?d$ H?\$(H?\$@H??H??H9??uH??H?+L9??^I?+?+I??H??H??H????H9??4H??H?+L9??I?+?+H??D8?s+H??H??H9?uH??H??H9???H??H?????I??H??H9???H??H?+L??L9???H??H?3H??uH????H?????H??H???f???L??H??L9??jI?,?]I??H??????1?I??L9???H??H9??7H??H?H??? H9??H?,?L?EM9???K??D8?u H???uH??H9???H??H?H??H??H9???H9???H??H?3H9???H??H9???H?,?L?EL?H9?siH??H?3H9?sVH??H?+L??L9?s@H??H?;H9?s-H??H?????L??$?L??$?H?\$@H??$?H??H?? ? ? ? ? ? ? H???????? ? ? ? ? ? ? ? ? ? ? ? ? ??????0
275 0runtime.morestack_noctxt??"".autotmp_0039type.int"".autotmp_0038type.int"".autotmp_0036type.int"".autotmp_0035type.int"".autotmp_0034type.int"".autotmp_0033type.int "".inv/type.[]int "".~r2`type.[]int"".data0type.[]uint8
365 0runtime.morestack_noctxt@?"".autotmp_0080?type.*"".Index"".autotmp_0079/type.[]int "".~r10type.*"".Index"".datatype.[]uint8????>?H?4.mTgclocals·c87a734079562d73ffd9eee8328c7183Tgclocals·63cd04555cdf6098214cf65f28956084xprebuilts/go/darwin-x86/src/index/suffixarray/suffixarray.go?"".writeInt??eH? %H;a??H??P1?H??$?H??$?H?\$hH?$H?\$pH?\$H?\$xH?\$H??$?H?\$?H?\$xH??
375 "".autotmp_0081/type.[]uint8 "".~r3`type.error"".xPtype.int "".buf type.[]uint8"".wtype.io.Writer??? (…)
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/index/
suffixarray.a 17 type @"regexp/syntax".InstOp uint8
25 type @"regexp/syntax".EmptyOp uint8
190 "".sa?type.[]int "".~r10type.[]int"".datatype.[]uint8(?y??????? ?<9: y?  / *  v0B 2"
206 0runtime.morestack_noctxt`? "".autotmp_0031type.uint8"".autotmp_0030type.*uint8"".autotmp_0029type.int"".autotmp_0028type.int"".autotmp_0027type.int"".autotmp_0026type.int"".autotmp_0025type.int"".autotmp_0020type.int"".autotmp_0019type.[]uint8"".autotmp_0018type.int"".count?type.[256]int "".~r10type.[]int"".datatype.[]uint8"? ?? ? $?L?D % 6)%$   ??Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals·33cdeccccebe80329f1fdbee7f5874cbpprebuilts/go/linux-x86/src/index/suffixarray/qsufsort.go?"".initGroups? ? dH? %H;a??H??H1?H??$?H??$?H??$?H?D$pH?H?$H?D$H?D$?L?\$hL?T$pH?L$PH?D$XL?l$L?d$ H?\$(H?\$@H??H??H9??uH??H?+L9??^I?+?+I??H??H??H????H9??4H??H?+L9??I?+?+H??D8?s+H??H??H9?uH??H??H9???H??H?????I??H??H9???H??H?+L??L9???H??H?3H??uH????H?????H??H???f???L??H??L9??jI?,?]I??H??????1?I??L9???H??H9??7H??H?H??? H9??H?,?L?EM9???K??D8?u H???uH??H9???H??H?H??H??H9???H9???H??H?3H9???H??H9???H?,?L?EL?H9?siH??H?3H9?sVH??H?+L??L9?s@H??H?;H9?s-H??H?????L??$?L??$?H?\$@H??$?H??H?? ? ? ? ? ? ? H???????? ? ? ? ? ? ? ? ? ? ? ? ? ??????0
275 0runtime.morestack_noctxt??"".autotmp_0039type.int"".autotmp_0038type.int"".autotmp_0036type.int"".autotmp_0035type.int"".autotmp_0034type.int"".autotmp_0033type.int "".inv/type.[]int "".~r2`type.[]int"".data0type.[]uint8
365 0runtime.morestack_noctxt@?"".autotmp_0080?type.*"".Index"".autotmp_0079/type.[]int "".~r10type.*"".Index"".datatype.[]uint8????>?H?4.mTgclocals·c87a734079562d73ffd9eee8328c7183Tgclocals·63cd04555cdf6098214cf65f28956084vprebuilts/go/linux-x86/src/index/suffixarray/suffixarray.go?"".writeInt??dH? %H;a??H??P1?H??$?H??$?H?\$hH?$H?\$pH?\$H?\$xH?\$H??$?H?\$?H?\$xH??
375 "".autotmp_0081/type.[]uint8 "".~r3`type.error"".xPtype.int "".buf type.[]uint8"".wtype.io.Writer??? (…)
    [all...]
  /system/bt/stack/bnep/
bnep_utils.c 41 static UINT8 *bnepu_init_hdr (BT_HDR *p_buf, UINT16 hdr_len, UINT8 pkt_type);
43 void bnepu_process_peer_multicast_filter_set (tBNEP_CONN *p_bcb, UINT8 *p_filters, UINT16 len);
84 tBNEP_CONN *bnepu_find_bcb_by_bd_addr (UINT8 *p_bda)
94 if (!memcmp ((UINT8 *)(p_bcb->rem_bda), p_bda, BD_ADDR_LEN))
124 memset ((UINT8 *)p_bcb, 0, sizeof (tBNEP_CONN));
127 memcpy ((UINT8 *)(p_bcb->rem_bda), (UINT8 *)p_rem_bda, BD_ADDR_LEN);
181 UINT8 *p, *p_start;
187 p = p_start = (UINT8 *)(p_buf + 1) + L2CAP_MIN_OFFSET
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_argb.cc 36 const uint8* src_argb, uint8* dst_argb,
41 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride,
42 uint8* dst_argb, int dst_width) =
96 const uint8* src_argb, uint8* dst_argb,
103 void (*ScaleARGBRowDown2)(const uint8* src_argb, ptrdiff_t src_stride,
104 uint8* dst_argb, int dst_width) = ScaleARGBRowDown2Box_C;
143 const uint8* src_argb, uint8* dst_argb
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 52 void LLCP_SetTestParams (UINT8 version, UINT16 wks)
84 UINT8 opt,
85 UINT8 wt,
166 UINT8 *p_opt,
167 UINT8 *p_wt,
214 void LLCP_GetDiscoveryConfig (UINT8 *p_wt,
215 UINT8 *p_gen_bytes,
216 UINT8 *p_gen_bytes_len)
218 UINT8 *p = p_gen_bytes;
277 *p_gen_bytes_len = (UINT8) (p - p_gen_bytes)
    [all...]
  /system/bt/bta/hl/
bta_hl_act.c 46 static char *bta_hl_mcap_evt_code(UINT8 evt_code);
48 static char *bta_hl_cback_evt_code(UINT8 evt_code);
50 static void bta_hl_sdp_cback(UINT8 sdp_op, UINT8 app_idx, UINT8 mcl_idx,
51 UINT8 mdl_idx, UINT16 status);
83 void bta_hl_dch_mca_cong_change(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx,
117 void bta_hl_dch_echo_test(UINT8 app_idx, UINT8 mcl_idx, UINT8 mdl_idx
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
android_logmsg.cpp 34 static void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize);
67 void ProtoDispAdapterDisplayNciPacket (UINT8 *nciPacket, UINT16 nciPacketLen, BOOLEAN is_recv)
78 void ToHex (const UINT8* data, UINT16 len, char* hexString, UINT16 hexStringSize)
104 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type)
202 UINT8* data = (UINT8*) p_buf;
220 UINT8* data = (UINT8*) p_buf;
246 UINT8 * data = (UINT8*) p_buf
    [all...]
  /system/bt/bta/jv/
bta_jv_int.h 102 UINT8 state; /* state: see above enum */
117 typedef UINT8 tBTA_JV_STATE;
144 UINT8 max_sess; /* max sessions */
156 UINT8 handle; /* index: the handle reported to java app */
157 UINT8 scn; /* the scn of the server */
158 UINT8 max_sess; /* max sessions */
218 UINT8* p_data;
230 UINT8 *p_data;
243 UINT8 *p_data;
254 UINT8 remote_scn
    [all...]
  /system/bt/stack/srvc/
srvc_battery.c 50 UINT8 i = 0;
70 UINT8 battery_s_write_attr_value(UINT8 clcb_idx, tGATT_WRITE_REQ * p_value,
73 UINT8 *p = p_value->value, i;
78 UINT8 act = SRVC_ACT_RSP;
112 UINT8 battery_s_read_attr_value (UINT8 clcb_idx, UINT16 handle, tGATT_VALUE *p_value, BOOLEAN is_long, tGATT_STATUS* p_status)
114 UINT8 i;
117 UINT8 act = SRVC_ACT_RSP;
198 UINT16 Battery_Instantiate (UINT8 app_id, tBA_REG_INFO *p_reg_info
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm_cfg.c 31 UINT8 nfc_hal_start_up_cfg[] = {
66 UINT8 *p_nfc_hal_dm_start_up_cfg = (UINT8 *) nfc_hal_start_up_cfg;
74 UINT8 nfc_hal_dm_start_up_vsc_cfg[] = {
83 UINT8 *p_nfc_hal_dm_start_up_vsc_cfg = NULL;
86 UINT8 nfc_hal_pre_discover_cfg[] = {
100 UINT8 *p_nfc_hal_pre_discover_cfg = NULL;
108 const UINT8 nfc_hal_dm_lptd_cfg[] =
134 UINT8 *p_nfc_hal_dm_lptd_cfg = (UINT8 *) &nfc_hal_dm_lptd_cfg[0]
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
eapol.h 148 uint8 type;
149 uint8 length;
150 uint8 oui[3];
151 uint8 subtype;
152 uint8 data[1];
165 uint8 flags;
166 uint8 reserved;
167 uint8 gtk[EAPOL_WPA_MAX_KEY_SIZE];
180 uint8 ipn[6];
181 uint8 key[EAPOL_WPA_MAX_KEY_SIZE]
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
link.go 48 Dupok uint8
49 Cfunc uint8
50 External uint8
51 Nosplit uint8
53 Cgoexport uint8
54 Special uint8
55 Stkcheck uint8
56 Hide uint8
57 Leaf uint8
58 Localentry uint8
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/runtime/
trace.a 50 0runtime.morestack_noctxt ?"".data/type.[]uint8"".wtype.io.Writer????-?&6  #
69 0runtime.morestack_noctxtOH?V? ?Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cbdprebuilts/go/darwin-x86/src/runtime/trace/trace.go?Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 ?Tgclocals·19b49d53e9c11805652fa4c0885cbb29 ?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·790e5cc5051fc0affc980ade09e929ec?Tgclocals·2a1dd1e1e59d0a384c26951e316cd7e6?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?0"".initdone·type.uint8?"".Start·f"".Start?"".Stop·f"".Stop?""".Start.func1·f"".Start.func1?"".init·f"".init?"runtime.gcbits.01?.go.string.hdr."[]uint8" &go.string."[]uint8"?&go.string."[]uint8"[]uint8?type.[]uint8???~.8 0? runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8?"runtime.zerovalue?type.uint8?6go.typelink.[]uint8 []uint8type.[]uint8?.go.string.hdr."runtime" (…)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
link.go 45 Dupok uint8
46 Cfunc uint8
47 External uint8
48 Nosplit uint8
50 Cgoexport uint8
51 Special uint8
52 Stkcheck uint8
53 Hide uint8
54 Leaf uint8
55 Localentry uint8
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
link.go 48 Dupok uint8
49 Cfunc uint8
50 External uint8
51 Nosplit uint8
53 Cgoexport uint8
54 Special uint8
55 Stkcheck uint8
56 Hide uint8
57 Leaf uint8
58 Localentry uint8
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/runtime/
trace.a 50 0runtime.morestack_noctxt ?"".data/type.[]uint8"".wtype.io.Writer????-?&6  #
69 0runtime.morestack_noctxtOH?V? ?Tgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/linux-x86/src/runtime/trace/trace.go?Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 ?Tgclocals·19b49d53e9c11805652fa4c0885cbb29 ?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·790e5cc5051fc0affc980ade09e929ec?Tgclocals·2a1dd1e1e59d0a384c26951e316cd7e6?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?Tgclocals·33cdeccccebe80329f1fdbee7f5874cb?0"".initdone·type.uint8?"".Start·f"".Start?"".Stop·f"".Stop?""".Start.func1·f"".Start.func1?"".init·f"".init?"runtime.gcbits.01?.go.string.hdr."[]uint8" &go.string."[]uint8"?&go.string."[]uint8"[]uint8?type.[]uint8???~.8 0? runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8?"runtime.zerovalue?type.uint8?6go.typelink.[]uint8 []uint8type.[]uint8?.go.string.hdr."runtime" (…)
    [all...]

Completed in 534 milliseconds

<<11121314151617181920>>