Searched
full:uint8 (Results
426 -
450 of
3007) sorted by null
<<11121314151617181920>>
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
link.go | 45 Dupok uint8 46 Cfunc uint8 47 External uint8 48 Nosplit uint8 50 Cgoexport uint8 51 Special uint8 52 Stkcheck uint8 53 Hide uint8 54 Leaf uint8 55 Localentry uint8 [all...] |
ldelf.go | 168 Ident [16]uint8 169 Type [2]uint8 170 Machine [2]uint8 171 Version [4]uint8 172 Entry [4]uint8 173 Phoff [4]uint8 174 Shoff [4]uint8 175 Flags [4]uint8 176 Ehsize [2]uint8 177 Phentsize [2]uint8 [all...] |
/system/bt/bta/gatt/ |
bta_gatts_utils.c | 35 static const UINT8 base_uuid[LEN_UUID_128] = {0xFB, 0x34, 0x9B, 0x5F, 0x80, 0x00, 0x00, 0x80, 47 static void bta_gatt_convert_uuid16_to_uuid128(UINT8 uuid_128[LEN_UUID_128], UINT16 uuid_16) 49 UINT8 *p = &uuid_128[LEN_UUID_128 - 4]; 64 UINT8 bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB *p_cb, UINT8 rcb_idx) 66 UINT8 i; 91 UINT8 i; 112 UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if) 114 UINT8 i; 134 UINT8 i [all...] |
bta_gatts_int.h | 88 UINT8 inst; 122 UINT8 value[BTA_GATT_MAX_ATTR_LEN]; 194 UINT8 inst_num; /* instance ID */ 195 UINT8 rcb_idx; 196 UINT8 idx; /* self index of serviec CB */ 253 extern UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if); 254 extern UINT8 bta_gatts_alloc_srvc_cb(tBTA_GATTS_CB *p_cb, UINT8 rcb_idx);
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_to_i420.cc | 28 int ConvertToI420(const uint8* sample, 30 uint8* y, int y_stride, 31 uint8* u, int u_stride, 32 uint8* v, int v_stride, 40 const uint8* src; 41 const uint8* src_uv; 48 uint8* tmp_y = y; 49 uint8* tmp_u = u; 50 uint8* tmp_v = v; 54 uint8* rotate_buffer = NULL [all...] |
row_x86.asm | 22 ; void YUY2ToYRow_SSE2(const uint8* src_yuy2, uint8* dst_y, int pix) 69 ; void SplitUVRow_SSE2(const uint8* src_uv, uint8* dst_u, uint8* dst_v, int pix) 109 ; void MergeUVRow_SSE2(const uint8* src_u, const uint8* src_v, uint8* dst_uv,
|
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/internal/ |
format.a | 140 *runtime.racefuncenter ? type.[]uint8 |