Searched refs:uint8_t (Results 151 - 175 of 5872) sorted by relevance

1234567891011>>

/external/fio/crc/
H A Dsha256.h10 uint8_t *buf;
14 void fio_sha256_update(struct fio_sha256_ctx *, const uint8_t *, unsigned int);
H A Dsha512.h7 uint8_t *buf;
12 void fio_sha512_update(struct fio_sha512_ctx *, const uint8_t *, unsigned int);
/external/harfbuzz_ng/test/fuzzing/
H A Dhb-fuzzer.hh4 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
/external/libdrm/tests/planetest/
H A Dbo.h28 void fill_bo(struct sp_bo *bo, uint8_t a, uint8_t r, uint8_t g, uint8_t b);
30 uint32_t height, uint8_t a, uint8_t r, uint8_t g, uint8_t b);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_tests.h53 uint8_t mask[UTIL_FORMAT_MAX_PACKED_BYTES];
55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES];
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_memory.h38 uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4];
41 uint8_t lp_dummy_tile[TILE_SIZE * TILE_SIZE * 4];
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.h12 uint8_t varying_count[4];
13 uint8_t varying_index[4][128];
25 uint8_t max_gpr;
40 uint8_t clip_enable; /* mask of defined clip planes */
41 uint8_t num_ucps; /* also set to max if ClipDistance is used */
42 uint8_t edgeflag; /* attribute index of edgeflag input */
46 uint8_t early_z;
47 uint8_t in_pos[PIPE_MAX_SHADER_INPUTS];
/external/skia/src/core/
H A DSkDither.cpp30 const uint8_t gDitherMatrix_4Bit_4X4[4][4] = {
37 const uint8_t gDitherMatrix_3Bit_4X4[4][4] = {
/external/syslinux/com32/gplinclude/acpi/
H A Dxsdt.h23 uint8_t *address;
26 uint8_t entry_count;
/external/syslinux/core/include/
H A Dcodepage.h15 uint8_t upper[256]; /* Codepage upper case table */
16 uint8_t lower[256]; /* Codepage lower case table */
/external/syslinux/gpxe/src/include/gpxe/
H A Dicmp.h15 uint8_t type;
17 uint8_t code;
/external/syslinux/memdisk/
H A Dacpi.h41 uint8_t revision;
43 uint8_t checksum;
/external/webrtc/webrtc/test/
H A Dnull_transport.cc15 bool NullTransport::SendRtp(const uint8_t* packet,
21 bool NullTransport::SendRtcp(const uint8_t* packet, size_t length) {
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.h44 DECLARE_ALIGNED(16, extern const uint8_t, vp9_pt_energy_class[ENTROPY_TOKENS]);
54 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat1_prob[1]);
55 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat2_prob[2]);
56 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat3_prob[3]);
57 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat4_prob[4]);
58 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat5_prob[5]);
59 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat6_prob[14]);
62 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat1_prob_high10[1]);
63 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat2_prob_high10[2]);
64 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat3_prob_high1
[all...]
/external/tcpdump/
H A Dip6.h81 uint8_t ip6_un1_nxt; /* next header */
82 uint8_t ip6_un1_hlim; /* hop limit */
84 uint8_t ip6_un2_vfc; /* 4 bits version, top 4 bits class */
112 uint8_t ip6e_nxt;
113 uint8_t ip6e_len;
118 uint8_t ip6h_nxt; /* next header */
119 uint8_t ip6h_len; /* length in units of 8 octets */
125 uint8_t ip6d_nxt; /* next header */
126 uint8_t ip6d_len; /* length in units of 8 octets */
168 uint8_t ip6r_nx
[all...]
/external/android-clat/
H A Dicmp.c31 uint8_t icmp_guess_ttl(uint8_t ttl) {
47 int is_icmp_error(uint8_t type) {
55 int is_icmp6_error(uint8_t type) {
63 uint8_t icmp_to_icmp6_type(uint8_t type, uint8_t code) {
91 uint8_t icmp_to_icmp6_code(uint8_t type, uint8_t cod
[all...]
/external/boringssl/src/crypto/ec/
H A Dutil-64.c95 void ec_GFp_nistp_recode_scalar_bits(uint8_t *sign, uint8_t *digit,
96 uint8_t in) {
97 uint8_t s, d;
/external/boringssl/src/crypto/rand/
H A Dinternal.h25 void CRYPTO_sysrand(uint8_t *buf, size_t len);
/external/libchrome/crypto/
H A Dec_signature_creator_impl.h21 bool Sign(const uint8_t* data,
23 std::vector<uint8_t>* signature) override;
25 bool DecodeSignature(const std::vector<uint8_t>& der_sig,
26 std::vector<uint8_t>* out_raw_sig) override;
/external/libnl/include/netlink/route/cls/ematch/
H A Dnbyte.h24 uint8_t, uint16_t);
26 extern uint8_t rtnl_ematch_nbyte_get_layer(struct rtnl_ematch *);
28 uint8_t *, size_t);
29 extern uint8_t * rtnl_ematch_nbyte_get_pattern(struct rtnl_ematch *);
/external/mesa3d/src/glsl/
H A Dir_uniform.h60 uint8_t element_stride;
65 uint8_t vector_stride;
73 uint8_t format;
106 uint8_t sampler;
/external/pdfium/testing/libfuzzer/
H A Dpdf_codec_bmp_fuzzer.cc7 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
H A Dpdf_codec_gif_fuzzer.cc7 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
H A Dpdf_codec_jpeg_fuzzer.cc7 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
H A Dpdf_codec_png_fuzzer.cc7 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {

Completed in 766 milliseconds

1234567891011>>