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

1 2 3 4 5 67 8

  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 238 typedef unsigned __INT8_TYPE__ uint8_t; typedef
240 # define __uint_least8_t uint8_t
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 238 typedef unsigned __INT8_TYPE__ uint8_t; typedef
240 # define __uint_least8_t uint8_t
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
type_precision.hpp 500 typedef detail::uint8 uint8_t; typedef in namespace:glm
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 237 typedef __UINT8_TYPE__ uint8_t; typedef
239 # define __uint_least8_t uint8_t
  /art/runtime/
thread.h 98 enum VisitRootFlags : uint8_t; member in namespace:art
819 uint8_t* GetStackEndForInterpreter(bool implicit_overflow_check) const {
829 uint8_t* GetStackEnd() const {
    [all...]
  /external/libusb/libusb/
libusb.h 46 typedef unsigned __int8 uint8_t; typedef
164 uint8_t b8[2];
167 _tmp.b8[1] = (uint8_t) (x >> 8);
168 _tmp.b8[0] = (uint8_t) (x & 0xff);
479 uint8_t bLength;
484 uint8_t bDescriptorType;
491 uint8_t bDeviceClass;
495 uint8_t bDeviceSubClass;
499 uint8_t bDeviceProtocol;
502 uint8_t bMaxPacketSize0
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 2481 uint8_t = c_ubyte variable
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 520 ? ( ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 0 ] == 169 ) && \
521 ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 1 ] == 254 ) ) \
526 ? ( ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 0 ] == 169 ) && \
527 ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 1 ] == 254 ) ) \
755 typedef UINT8 uint8_t; typedef
773 typedef uint8_t uint_least8_t;
783 typedef uint8_t uint_fast8_t;
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 2481 uint8_t = c_ubyte variable
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 2481 uint8_t = c_ubyte variable
    [all...]
  /external/vulkan-validation-layers/libs/glm/
fwd.hpp 895 typedef detail::uint8 uint8_t; typedef in namespace:glm
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/
fwd.hpp 895 typedef detail::uint8 uint8_t; typedef in namespace:glm
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 2481 uint8_t = c_ubyte variable
    [all...]

Completed in 1736 milliseconds

1 2 3 4 5 67 8