HomeSort by relevance Sort by last modified time
    Searched defs:UINT8 (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
CommonUtils.h 28 typedef unsigned char UINT8;
33 typedef UINT8 BOOLEAN;
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
DataType.java 27 UINT8(3),
64 case UINT8:
  /external/tpm2/
BaseTypes.h 17 typedef uint8_t UINT8;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
hte.h 24 typedef uint8_t UINT8;
50 UINT8 MemInitFlag,
51 UINT8 HaltHteEngineOnError);
57 UINT8 FirstRun,
58 UINT8 Mode);
64 UINT8 FirstRun);
69 UINT8 FirstRun,
70 UINT8 IsWrite);
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi_common.h 78 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
89 typedef unsigned __int8 UINT8;
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi_common.h 59 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi_common.h 88 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi_common.h 59 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi_common.h 88 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DataType.java 20 import org.tensorflow.types.UInt8;
34 UINT8(4),
97 typeCodes.put(UInt8.class, DataType.UINT8);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/AArch64/
ProcessorBind.h 45 typedef unsigned char UINT8;
60 typedef unsigned char UINT8;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Arm/
ProcessorBind.h 43 typedef unsigned char UINT8;
58 typedef unsigned char UINT8;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Ia32/
ProcessorBind.h 81 typedef unsigned char UINT8;
98 typedef unsigned char UINT8;
112 typedef uint8_t UINT8;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/X64/
ProcessorBind.h 84 typedef unsigned char UINT8;
101 typedef unsigned char UINT8;
116 typedef unsigned char UINT8;
131 typedef uint8_t UINT8;
  /device/linaro/bootloader/edk2/MdePkg/Include/AArch64/
ProcessorBind.h 45 typedef unsigned char UINT8;
60 typedef unsigned char UINT8;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ebc/
ProcessorBind.h 42 typedef unsigned char UINT8;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ia32/
ProcessorBind.h 162 typedef unsigned char UINT8;
209 typedef unsigned char UINT8;
  /device/linaro/bootloader/edk2/MdePkg/Include/X64/
ProcessorBind.h 175 typedef unsigned char UINT8;
222 typedef unsigned char UINT8;
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/inc/
data_types.h 27 typedef unsigned char UINT8;
53 typedef UINT8 tJBL_STATUS;
  /external/libffi/include/
ffi_common.h 95 typedef unsigned char UINT8;
110 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython2/Modules/_ctypes/libffi/include/
ffi_common.h 95 typedef unsigned char UINT8;
110 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/python/cpython3/Modules/_ctypes/libffi/include/
ffi_common.h 95 typedef unsigned char UINT8;
110 typedef unsigned int UINT8 __attribute__((__mode__(__QI__)));
  /external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
ProcessorBind.h 111 typedef unsigned char UINT8;
128 typedef unsigned char UINT8;
142 typedef uint8_t UINT8;
  /external/syslinux/gpxe/src/include/gpxe/efi/X64/
ProcessorBind.h 114 typedef unsigned char UINT8;
131 typedef unsigned char UINT8;
146 typedef unsigned char UINT8;
161 typedef uint8_t UINT8;
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 37 #define UINT8(exp) static_cast<uint8_t>(exp)

Completed in 961 milliseconds

1 2 3