HomeSort by relevance Sort by last modified time
    Searched refs:uint8_t (Results 51 - 75 of 11455) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
xray-color-helper.h 48 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> ColorMap;
49 ArrayRef<std::tuple<uint8_t, uint8_t, uint8_t>> BoundMap;
73 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const;
78 std::tuple<uint8_t, uint8_t, uint8_t> getDefaultColorTuple() const
    [all...]
  /device/google/cuttlefish_common/common/libs/usbforward/
protocol.h 50 // - uint8_t[ControlTransfer.length] data
55 // - uint8_t[actual length] bytes
63 // - uint8_t[DataTransfer.length] data
106 uint8_t dev_class;
107 uint8_t dev_subclass;
108 uint8_t dev_protocol;
109 uint8_t bus_id;
110 uint8_t dev_id;
111 uint8_t speed;
112 uint8_t num_configurations
    [all...]
  /external/clang/test/Sema/
inline-asm-validate-aarch64.c 3 typedef unsigned char uint8_t; typedef
5 uint8_t constraint_r(uint8_t *addr) {
6 uint8_t byte;
16 uint8_t constraint_r_symbolic(uint8_t *addr) {
17 uint8_t byte;
29 uint8_t constraint_r_symbolic_macro(uint8_t *addr) {
30 uint8_t byte
    [all...]
  /external/epid-sdk/epid/verifier/unittests/
verifier-testhelper.h 53 static const std::vector<uint8_t> kGrp01PrivRl;
55 static const std::vector<uint8_t> kGrp01SigRl;
57 static const std::vector<uint8_t> kSigRlIkgf;
59 static const std::vector<uint8_t> kEmptySigRlIkgf;
63 static const std::vector<uint8_t> kGrp01VerRlOneEntry;
65 static const std::vector<uint8_t> kGrp01VerRl;
67 static const std::vector<uint8_t> kEmptyGrp01VerRl;
69 static const std::vector<uint8_t> kTest0;
71 static const std::vector<uint8_t> kTest1;
73 static const std::vector<uint8_t> kBasename
    [all...]
  /external/u-boot/include/
android_bootloader_message.h 108 uint8_t priority : 4;
110 uint8_t tries_remaining : 3;
112 uint8_t successful_boot : 1;
115 uint8_t verity_corrupted : 1;
117 uint8_t reserved : 7;
134 uint8_t version;
136 uint8_t nb_slot : 3;
138 uint8_t recovery_tries_remaining : 3;
140 uint8_t reserved0[2];
144 uint8_t reserved1[8]
    [all...]
tca642x.h 54 uint8_t input_reg;
55 uint8_t output_reg;
56 uint8_t polarity_reg;
57 uint8_t configuration_reg;
60 int tca642x_set_val(uchar chip, uint8_t gpio_bank,
61 uint8_t reg_bit, uint8_t data);
62 int tca642x_set_pol(uchar chip, uint8_t gpio_bank,
63 uint8_t reg_bit, uint8_t data)
    [all...]
  /external/webrtc/webrtc/modules/video_processing/util/
denoiser_filter_c.h 21 void CopyMem16x16(const uint8_t* src,
23 uint8_t* dst,
25 void CopyMem8x8(const uint8_t* src,
27 uint8_t* dst,
29 uint32_t Variance16x8(const uint8_t* a,
31 const uint8_t* b,
34 DenoiserDecision MbDenoise(uint8_t* mc_running_avg_y,
36 uint8_t* running_avg_y,
38 const uint8_t* sig,
40 uint8_t motion_magnitude
    [all...]
denoiser_filter_neon.h 21 void CopyMem16x16(const uint8_t* src,
23 uint8_t* dst,
25 void CopyMem8x8(const uint8_t* src,
27 uint8_t* dst,
29 uint32_t Variance16x8(const uint8_t* a,
31 const uint8_t* b,
34 DenoiserDecision MbDenoise(uint8_t* mc_running_avg_y,
36 uint8_t* running_avg_y,
38 const uint8_t* sig,
40 uint8_t motion_magnitude
    [all...]
denoiser_filter_sse2.h 21 void CopyMem16x16(const uint8_t* src,
23 uint8_t* dst,
25 void CopyMem8x8(const uint8_t* src,
27 uint8_t* dst,
29 uint32_t Variance16x8(const uint8_t* a,
31 const uint8_t* b,
34 DenoiserDecision MbDenoise(uint8_t* mc_running_avg_y,
36 uint8_t* running_avg_y,
38 const uint8_t* sig,
40 uint8_t motion_magnitude
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
instr-a2xx.h 127 uint8_t vector_dest : 6;
128 uint8_t vector_dest_rel : 1;
129 uint8_t low_precision_16b_fp : 1;
130 uint8_t scalar_dest : 6;
131 uint8_t scalar_dest_rel : 1;
132 uint8_t export_data : 1;
133 uint8_t vector_write_mask : 4;
134 uint8_t scalar_write_mask : 4;
135 uint8_t vector_clamp : 1;
136 uint8_t scalar_clamp : 1
    [all...]
  /external/pdfium/core/fxcodec/gif/
cfx_gif.h 40 uint8_t pal_bits : 3;
41 uint8_t sort_flag : 1;
42 uint8_t color_resolution : 3;
43 uint8_t global_pal : 1;
47 uint8_t pal_bits : 3;
48 uint8_t reserved : 2;
49 uint8_t sort_flag : 1;
50 uint8_t interlace : 1;
51 uint8_t local_pal : 1;
60 uint8_t bc_index
    [all...]
  /bionic/tests/
buffer_tests.h 24 size_t max_test_size, void (*test_func)(uint8_t*, size_t),
28 size_t max_test_size, void (*test_func)(uint8_t*, uint8_t*, size_t),
32 size_t max_test_size, void (*test_cmp_func)(uint8_t*, uint8_t*, size_t),
33 void (*test_miscmp_func)(uint8_t*, uint8_t*, size_t, size_t),
36 void RunSingleBufferOverreadTest(void (*test_func)(uint8_t*, size_t));
38 void RunSrcDstBufferOverreadTest(void (*test_func)(uint8_t*, uint8_t*, size_t))
    [all...]
  /device/google/contexthub/util/stm32_flash/
spi.h 28 uint8_t spi_write_data(handle_t *handle, uint8_t *buffer, int length);
29 uint8_t spi_write_cmd(handle_t *handle, uint8_t cmd);
30 uint8_t spi_read_data(handle_t *handle, uint8_t *data, int length);
31 uint8_t spi_read_ack(handle_t *handle);
  /external/adhd/cras/src/common/
a2dp-codecs.h 91 uint8_t channel_mode:4;
92 uint8_t frequency:4;
93 uint8_t allocation_method:2;
94 uint8_t subbands:2;
95 uint8_t block_length:4;
96 uint8_t min_bitpool;
97 uint8_t max_bitpool;
101 uint8_t channel_mode:4;
102 uint8_t crc:1;
103 uint8_t layer:3
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_other.h 38 const uint8_t *src_row, unsigned src_stride,
42 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
47 util_format_r9g9b9e5_float_fetch_rgba_float(float *dst, const uint8_t *src,
51 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
52 const uint8_t *src_row, unsigned src_stride,
56 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
57 const uint8_t *src_row, unsigned src_stride,
63 const uint8_t *src_row, unsigned src_stride,
67 util_format_r11g11b10_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
72 util_format_r11g11b10_float_fetch_rgba_float(float *dst, const uint8_t *src
    [all...]
u_format_rgtc.h 32 util_format_rgtc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j);
35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
47 util_format_rgtc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j);
52 util_format_rgtc1_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
    [all...]
u_format_latc.h 32 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j);
35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
47 util_format_latc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j);
52 util_format_latc1_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
dtmf_queue.h 24 int32_t AddDTMF(uint8_t dtmf_key, uint16_t len, uint8_t level);
25 int8_t NextDTMF(uint8_t* dtmf_key, uint16_t* len, uint8_t* level);
31 uint8_t next_empty_index_;
32 uint8_t dtmf_key_[DTMF_OUTBAND_MAX];
34 uint8_t dtmf_level_[DTMF_OUTBAND_MAX];
  /external/boringssl/src/include/openssl/
aes.h 83 OPENSSL_EXPORT int AES_set_encrypt_key(const uint8_t *key, unsigned bits,
91 OPENSSL_EXPORT int AES_set_decrypt_key(const uint8_t *key, unsigned bits,
96 OPENSSL_EXPORT void AES_encrypt(const uint8_t *in, uint8_t *out,
101 OPENSSL_EXPORT void AES_decrypt(const uint8_t *in, uint8_t *out,
110 OPENSSL_EXPORT void AES_ctr128_encrypt(const uint8_t *in, uint8_t *out,
112 uint8_t ivec[AES_BLOCK_SIZE],
113 uint8_t ecount_buf[AES_BLOCK_SIZE]
    [all...]
  /external/libese/libese/include/ese/
bit_spec.h 20 uint8_t value;
21 uint8_t shift;
24 static inline uint8_t bs_get(const struct bit_spec b, uint8_t var) {
28 static inline uint8_t bs_mask(const struct bit_spec b, uint8_t value) {
32 static inline uint8_t bs_clear(const struct bit_spec b) {
33 return (((uint8_t)~0) ^ bs_mask(b, b.value));
36 static inline uint8_t bs_set(uint8_t var, const struct bit_spec b, uint8_t value)
    [all...]
  /external/libpcap/
extract.h 127 ((uint16_t)(((uint16_t)(*((const uint8_t *)(p) + 0)) << 8) | \
128 ((uint16_t)(*((const uint8_t *)(p) + 1)) << 0)))
130 ((uint32_t)(((uint32_t)(*((const uint8_t *)(p) + 0)) << 24) | \
131 ((uint32_t)(*((const uint8_t *)(p) + 1)) << 16) | \
132 ((uint32_t)(*((const uint8_t *)(p) + 2)) << 8) | \
133 ((uint32_t)(*((const uint8_t *)(p) + 3)) << 0)))
135 ((uint64_t)(((uint64_t)(*((const uint8_t *)(p) + 0)) << 56) | \
136 ((uint64_t)(*((const uint8_t *)(p) + 1)) << 48) | \
137 ((uint64_t)(*((const uint8_t *)(p) + 2)) << 40) | \
138 ((uint64_t)(*((const uint8_t *)(p) + 3)) << 32) |
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/util/
u_format_latc.h 32 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j);
35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
47 util_format_latc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j);
52 util_format_latc1_snorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
    [all...]
  /external/boringssl/src/crypto/chacha/
internal.h 27 void CRYPTO_hchacha20(uint8_t out[32], const uint8_t key[32],
28 const uint8_t nonce[16]);
36 void ChaCha20_ctr32(uint8_t *out, const uint8_t *in, size_t in_len,
  /external/clang/test/CodeGen/
2007-09-12-PragmaPack.c 3 typedef unsigned char uint8_t; typedef
14 uint8_t major;
15 uint8_t minor;
20 uint8_t a[5];
22 uint8_t b;
  /external/libcxx/fuzzing/
fuzzing.h 15 #include <cstdint> // for uint8_t
20 int sort (const uint8_t *data, size_t size);
21 int stable_sort (const uint8_t *data, size_t size);
22 int partition (const uint8_t *data, size_t size);
23 int partition_copy (const uint8_t *data, size_t size);
24 int stable_partition (const uint8_t *data, size_t size);
25 int unique (const uint8_t *data, size_t size);
26 int unique_copy (const uint8_t *data, size_t size);
30 int nth_element (const uint8_t *data, size_t size);
31 int partial_sort (const uint8_t *data, size_t size)
    [all...]

Completed in 1673 milliseconds

1 23 4 5 6 7 8 91011>>