Searched defs:u8 (Results 1 – 14 of 14) sorted by relevance
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
D | types.h | 16 typedef unsigned char u8; typedef
|
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/ |
D | types.h | 29 typedef unsigned char u8; typedef
|
/system/media/camera/include/system/ |
D | camera_metadata.h | 87 uint8_t *u8; member 106 const uint8_t *u8; member
|
/system/core/libsparse/ |
D | sparse_defs.h | 40 typedef unsigned char u8; typedef
|
/system/bt/stack/include/ |
D | bt_types.h | 240 #define UINT8_TO_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument 241 #define INT8_TO_STREAM(p, u8) {*(p)++ = (INT8)(u8);} argument 251 #define STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument 274 #define UINT8_TO_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument 283 #define UINT8_TO_BE_STREAM(p, u8) {*(p)++ = (UINT8)(u8);} argument 287 #define BE_STREAM_TO_UINT8(u8, p) {u8 = (UINT8)(*(p)); (p) += 1;} argument 306 #define UINT8_TO_BE_FIELD(p, u8) {*(UINT8 *)(p) = (UINT8)(u8);} argument
|
D | sdp_api.h | 101 UINT8 u8; /* 8-bit integer */ member
|
D | btm_api.h | 391 #define BTM_COD_FORMAT_TYPE(u8, pd) {u8 = pd[2]&0x03;} argument 392 #define BTM_COD_MINOR_CLASS(u8, pd) {u8 = pd[2]&0xFC;} argument 393 #define BTM_COD_MAJOR_CLASS(u8, pd) {u8 = pd[1]&0x1F;} argument
|
/system/keymaster/ |
D | ocb.c | 754 uint8_t u8[16]; in gen_offset_from_nonce() member 791 uint8_t u8[16]; in process_ad() member 921 uint8_t u8[16]; in ae_encrypt() member 1132 uint8_t u8[16]; in ae_decrypt() member
|
/system/extras/ext4_utils/ |
D | ext4_utils.h | 82 typedef unsigned char u8; typedef
|
/system/bt/stack/sdp/ |
D | sdp_utils.c | 582 UINT8 u8; in sdpu_get_len_from_type() local
|
D | sdp_api.c | 1128 UINT8 u8; in SDP_SetLocalDiRecord() local
|
/system/bt/bta/av/ |
D | bta_av_act.c | 771 UINT8 u8, pdu, *p; in bta_av_proc_meta_cmd() local
|
/system/media/camera/src/ |
D | camera_metadata.c | 112 uint8_t u8; member
|
/system/core/libmincrypt/ |
D | p256_ec.c | 43 typedef uint8_t u8; typedef
|