Home
last modified time | relevance | path

Searched refs:pbytes (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_ild.c189 static inline int resolve_z(uint8_t *pbytes, enum pt_exec_mode eosz) in resolve_z() argument
194 if (!pbytes) in resolve_z()
201 *pbytes = bytes[idx]; in resolve_z()
205 static inline int resolve_v(uint8_t *pbytes, enum pt_exec_mode eosz) in resolve_v() argument
210 if (!pbytes) in resolve_v()
217 *pbytes = bytes[idx]; in resolve_v()
/freebsd-12.1/sys/mips/nlm/dev/sec/
H A Dnlmrsa.c382 uint32_t pdwords, pbytes; in xlp_rsa_inp2hwformat() local
386 pbytes = paramsize % 8; in xlp_rsa_inp2hwformat()
393 if (pbytes) { in xlp_rsa_inp2hwformat()