OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_bytes
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/int/
llcp_int.h
319
BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *
p_bytes
);
325
tLLCP_STATUS llcp_util_parse_connect (UINT8 *
p_bytes
, UINT16 length, tLLCP_CONNECTION_PARAMS *p_params);
327
tLLCP_STATUS llcp_util_parse_cc (UINT8 *
p_bytes
, UINT16 length, UINT16 *p_miu, UINT8 *p_rw);
/external/libnfc-nci/src/nfc/llcp/
llcp_util.c
44
BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *
p_bytes
)
46
UINT8 param_type, param_len, *p =
p_bytes
;
492
tLLCP_STATUS llcp_util_parse_connect (UINT8 *
p_bytes
, UINT16 length, tLLCP_CONNECTION_PARAMS *p_params)
494
UINT8 param_type, param_len, *p =
p_bytes
;
637
tLLCP_STATUS llcp_util_parse_cc (UINT8 *
p_bytes
, UINT16 length, UINT16 *p_miu, UINT8 *p_rw)
639
UINT8 param_type, param_len, *p =
p_bytes
;
/external/boringssl/src/crypto/bn/
exponentiation.c
1089
const uint8_t *
p_bytes
= (const uint8_t *)p->d;
local
1102
wvalue =
p_bytes
[p->top * BN_BYTES - 1];
1111
wvalue = *(const uint16_t *) (
p_bytes
+ (first_bit >> 3));
[
all
...]
Completed in 77 milliseconds