HomeSort by relevance Sort by last modified time
    Searched defs:uint8_t (Results 76 - 100 of 181) sorted by null

1 2 34 5 6 7 8

  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 43 enum FontType : uint8_t {
55 enum FontFlags : uint8_t { enum
  /external/skqp/src/core/
SkAdvancedTypefaceMetrics.h 43 enum FontType : uint8_t {
55 enum FontFlags : uint8_t { enum
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
DataTypes.h 113 typedef unsigned char uint8_t; typedef
  /external/swiftshader/third_party/LLVM/include-android/llvm/Support/
DataTypes.h 112 typedef unsigned char uint8_t; typedef
  /external/swiftshader/third_party/LLVM/include-fuchsia/llvm/Support/
DataTypes.h 112 typedef unsigned char uint8_t; typedef
  /external/swiftshader/third_party/LLVM/include-linux/llvm/Support/
DataTypes.h 112 typedef unsigned char uint8_t; typedef
  /external/swiftshader/third_party/LLVM/include-osx/llvm/Support/
DataTypes.h 112 typedef unsigned char uint8_t; typedef
  /external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Support/
DataTypes.h 113 typedef unsigned char uint8_t; typedef
  /system/core/libunwindstack/include/unwindstack/
Unwinder.h 38 enum ArchEnum : uint8_t; member in namespace:unwindstack
  /system/keymaster/km_openssl/
attestation_utils.cpp 50 inline keymaster_blob_t certBlobifier(const uint8_t (&cert)[N], bool* fail){ member in namespace:keymaster::__anon3075
80 uint8_t* data = new(std::nothrow) uint8_t[len];
85 uint8_t* p = data;
140 * in the given order. A cert may be a X509*, uint8_t[], a keymaster_blob_t, an instance of
179 UniquePtr<uint8_t[]> attest_bytes;
235 UniquePtr<uint8_t[]> asn1_key_usage(new(std::nothrow) uint8_t[len]);
239 uint8_t* p = asn1_key_usage.get();
331 reinterpret_cast<const uint8_t*>("Android Keystore Key")
    [all...]
  /external/boringssl/src/include/openssl/
bytestring.h 40 const uint8_t *data;
44 // Allow implicit conversions to and from bssl::Span<const uint8_t>.
45 cbs_st(bssl::Span<const uint8_t> span)
47 operator bssl::Span<const uint8_t>() const {
59 OPENSSL_EXPORT void CBS_init(CBS *cbs, const uint8_t *data, size_t len);
66 OPENSSL_EXPORT const uint8_t *CBS_data(const CBS *cbs);
76 OPENSSL_EXPORT int CBS_stow(const CBS *cbs, uint8_t **out_ptr, size_t *out_len);
94 OPENSSL_EXPORT int CBS_mem_equal(const CBS *cbs, const uint8_t *data,
97 // CBS_get_u8 sets |*out| to the next uint8_t from |cbs| and advances |cbs|. It
99 OPENSSL_EXPORT int CBS_get_u8(CBS *cbs, uint8_t *out)
    [all...]
  /external/capstone/include/
platform.h 40 typedef unsigned char uint8_t; typedef
  /external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h 8 typedef unsigned char uint8_t; typedef
  /external/clang/test/CodeGenCXX/
2010-07-23-DeclLoc.cpp 10 typedef unsigned char uint8_t; typedef
58 TRangeValue< SIZE, uint8_t* > _TEXT_text_section;
aarch64-mangle-neon-vectors.cpp 3 typedef unsigned char uint8_t; typedef
22 typedef __attribute__((neon_vector_type(8))) uint8_t uint8x8_t;
23 typedef __attribute__((neon_vector_type(16))) uint8_t uint8x16_t;
  /external/expat/lib/
siphash.h 92 typedef unsigned __int8 uint8_t; typedef
96 #include <stdint.h> /* uint64_t uint32_t uint8_t */
111 (p)[0] = (uint8_t)((v) >> 0); (p)[1] = (uint8_t)((v) >> 8); \
112 (p)[2] = (uint8_t)((v) >> 16); (p)[3] = (uint8_t)((v) >> 24);
  /external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
types.h 45 typedef __u8 uint8_t; typedef
  /external/llvm/include/llvm/Support/
DataTypes.h 113 typedef unsigned char uint8_t; typedef
  /external/pdfium/core/fpdfapi/font/
cpdf_cmap.h 18 enum CIDCoding : uint8_t { enum
31 enum CodingScheme : uint8_t {
40 uint8_t m_Lower[4];
41 uint8_t m_Upper[4];
56 void LoadEmbedded(const uint8_t* pData, uint32_t dwSize);
  /external/pdfium/core/fpdfapi/page/
cpdf_psengine.h 20 enum PDF_PSOP : uint8_t { enum
  /external/swiftshader/src/Common/
Types.hpp 35 typedef unsigned __int8 uint8_t; typedef
47 typedef ALIGN(1, uint8_t) byte;
52 typedef ALIGN(4, uint8_t) byte4[4];
53 typedef ALIGN(8, uint8_t) byte8[8];
54 typedef ALIGN(16, uint8_t) byte16[16];
  /external/syslinux/dosutil/
mdiskchk.c 32 typedef unsigned char uint8_t; typedef
91 const char *bootloadername(uint8_t id)
94 uint8_t id, mask;
209 uint8_t chksum;
228 chksum += ((const uint8_t far *)mbft)[i];
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 42 typedef unsigned char uint8_t; typedef
51 typedef unsigned char uint8_t; typedef
63 typedef unsigned char uint8_t; typedef
75 typedef unsigned char uint8_t; typedef
100 typedef uint8_t UINT8;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 42 typedef unsigned char uint8_t; typedef
51 typedef unsigned char uint8_t; typedef
63 typedef unsigned char uint8_t; typedef
75 typedef unsigned char uint8_t; typedef
100 typedef uint8_t UINT8;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 40 typedef unsigned __int8 uint8_t; typedef
51 typedef unsigned char uint8_t; typedef
62 typedef unsigned char uint8_t; typedef
83 typedef uint8_t UINT8;

Completed in 691 milliseconds

1 2 34 5 6 7 8