Searched
full:uint8 (Results
351 -
375 of
3007) sorted by null
<<11121314151617181920>>
/system/bt/stack/l2cap/ |
l2c_int.h | 166 UINT8 next_tx_seq; /* Next sequence number to be Tx'ed */ 167 UINT8 last_rx_ack; /* Last sequence number ack'ed by the peer */ 168 UINT8 next_seq_expected; /* Next peer sequence number expected */ 169 UINT8 last_ack_sent; /* Last peer sequence number ack'ed */ 170 UINT8 num_tries; /* Number of retries to send a packet */ 171 UINT8 max_held_acks; /* Max acks we can hold before sending */ 233 UINT8 state; 299 UINT8 config_done; /* Configuration flag word */ 300 UINT8 local_id; /* Transaction ID for local trans */ 301 UINT8 remote_id; /* Transaction ID for local * [all...] |
/system/bt/stack/smp/ |
smp_cmac.c | 37 UINT8 *text; 50 void print128(BT_OCTET16 x, const UINT8 *key_name) 53 UINT8 *p = (UINT8 *)x; 54 UINT8 i; 79 static void padding ( BT_OCTET16 dest, UINT8 length ) 81 UINT8 i, *p = dest; 95 static void leftshift_onebit(UINT8 *input, UINT8 *output) 97 UINT8 i, overflow = 0 , next_overflow = 0 [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
rotate_common.cc | 19 void TransposeWx8_C(const uint8* src, int src_stride, 20 uint8* dst, int dst_stride, int width) { 36 void TransposeUVWx8_C(const uint8* src, int src_stride, 37 uint8* dst_a, int dst_stride_a, 38 uint8* dst_b, int dst_stride_b, int width) { 63 void TransposeWxH_C(const uint8* src, int src_stride, 64 uint8* dst, int dst_stride, 75 void TransposeUVWxH_C(const uint8* src, int src_stride, 76 uint8* dst_a, int dst_stride_a, 77 uint8* dst_b, int dst_stride_b [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/encoding/ |
binary.a | 65 0runtime.morestack_noctxt @ "".~r1 0type.uint16 "".b type.[]uint8 |