Home
last modified time | relevance | path

Searched defs:uint8_t (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/ffmpeg/libavutil/tests/
Ddes.c38 static const DECLARE_ALIGNED(8, uint8_t, plain)[] = { 0xfe, 0xdc, 0xba, 0x98, 0x76, 0x54, 0x32, 0x1… variable
39 static const DECLARE_ALIGNED(8, uint8_t, crypt_ref)[] = { 0x4a, 0xb6, 0x5b, 0x3d, 0x4b, 0x06, 0x15,… variable
40 static DECLARE_ALIGNED(8, uint8_t, tmp)[8]; variable
41 static DECLARE_ALIGNED(8, uint8_t, large_buffer)[10002][8]; variable
Daes_ctr.c23 static const DECLARE_ALIGNED(8, uint8_t, plain)[] = { variable
26 static DECLARE_ALIGNED(8, uint8_t, tmp)[11]; variable
Dxtea.c63 static void test_xtea(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, in test_xtea() argument
/third_party/icu/icu4c/source/common/unicode/
Dptypes.h76 typedef unsigned char uint8_t; typedef
92 typedef unsigned char uint8_t; typedef
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dptypes.h76 typedef unsigned char uint8_t; typedef
92 typedef unsigned char uint8_t; typedef
/third_party/node/deps/icu-small/source/common/unicode/
Dptypes.h76 typedef unsigned char uint8_t; typedef
92 typedef unsigned char uint8_t; typedef
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dptypes.h76 typedef unsigned char uint8_t; typedef
92 typedef unsigned char uint8_t; typedef
/third_party/libpsl/fuzz/
Dfuzzer.h32 typedef unsigned __int8 uint8_t; typedef
Dlibpsl_load_fuzzer.c32 typedef unsigned __int8 uint8_t; typedef
Dlibpsl_load_dafsa_fuzzer.c32 typedef unsigned __int8 uint8_t; typedef
Dlibpsl_fuzzer.c32 typedef unsigned __int8 uint8_t; typedef
/third_party/ffmpeg/libavcodec/
Dvp9dec.h205 DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[135 * 144 * 2]; member
208 DECLARE_ALIGNED(16, uint8_t, left_y_nnz_ctx)[16]; member
209 DECLARE_ALIGNED(16, uint8_t, left_mode_ctx)[16]; member
211 DECLARE_ALIGNED(16, uint8_t, left_uv_nnz_ctx)[2][16]; member
212 DECLARE_ALIGNED(8, uint8_t, left_partition_ctx)[8]; member
213 DECLARE_ALIGNED(8, uint8_t, left_skip_ctx)[8]; member
214 DECLARE_ALIGNED(8, uint8_t, left_txfm_ctx)[8]; member
215 DECLARE_ALIGNED(8, uint8_t, left_segpred_ctx)[8]; member
216 DECLARE_ALIGNED(8, uint8_t, left_intra_ctx)[8]; member
217 DECLARE_ALIGNED(8, uint8_t, left_comp_ctx)[8]; member
[all …]
Dcabac.c34 DECLARE_ASM_ALIGNED(1, const uint8_t, ff_h264_cabac_tables)[512 + 4*2*64 + 4*64 + 63] = { variable
/third_party/nghttp2/src/
Dasio_server_http2_handler.h98 int on_read(const boost::array<uint8_t, N> &buffer, std::size_t len) { in on_read()
113 int on_write(boost::array<uint8_t, N> &buffer, std::size_t &len) { in on_write()
/third_party/eudev/src/shared/
DMurmurHash2.h14 typedef unsigned char uint8_t; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCustom.cpp20 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes()
/third_party/ffmpeg/libavutil/
Dxtea.c214 static void xtea_crypt(AVXTEA *ctx, uint8_t *dst, const uint8_t *src, int count, in xtea_crypt() argument
/third_party/grpc/test/core/nanopb/
Dfuzzer_response.cc34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* /*data*/, in LLVMFuzzerTestOneInput()
Dfuzzer_serverlist.cc32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* /*data*/, in LLVMFuzzerTestOneInput()
/third_party/libexif/contrib/watcom/
D_stdint.h4 typedef unsigned char uint8_t; typedef
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h76 typedef unsigned __int8 uint8_t; typedef
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_platform.h76 typedef unsigned __int8 uint8_t; typedef
/third_party/skia/include/third_party/vulkan/vulkan/
Dvk_platform.h68 typedef unsigned __int8 uint8_t; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvk_platform.h68 typedef unsigned __int8 uint8_t; typedef
/third_party/flutter/glfw/deps/vulkan/
Dvk_platform.h76 typedef unsigned __int8 uint8_t; typedef

123456