Searched defs:p_bytes (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
H A Dllcp_util.c44 BOOLEAN llcp_util_parse_link_params (UINT16 length, UINT8 *p_bytes) argument
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) argument
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) argument
639 UINT8 param_type, param_len, *p = p_bytes;
/external/boringssl/src/crypto/bn/
H A Dexponentiation.c1087 const uint8_t *p_bytes = (const uint8_t *)p->d; local
1100 wvalue = p_bytes[p->top * BN_BYTES - 1];
1109 wvalue = *(const uint16_t *) (p_bytes + (first_bit >> 3));

Completed in 312 milliseconds