HomeSort by relevance Sort by last modified time
    Searched defs:UINT8_C (Results 76 - 81 of 81) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h 79 # define UINT8_C(c) c
80 # define UINT_LEAST8_C(c) UINT8_C(c)
81 # define UINT_FAST8_C(c) UINT8_C(c)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h 79 # define UINT8_C(c) c
80 # define UINT_LEAST8_C(c) UINT8_C(c)
81 # define UINT_FAST8_C(c) UINT8_C(c)
  /external/clang/lib/Headers/
stdint.h 448 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)
451 # define UINT8_C(v) v ## U
638 # define UINT8_MAX UINT8_C(255)
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 448 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)
451 # define UINT8_C(v) v ## U
638 # define UINT8_MAX UINT8_C(255)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 155 def UINT8_C(c): return c ## U
  /external/mdnsresponder/mDNSShared/
CommonServices.h 817 #if( !defined( UINT8_C ) )
818 #define UINT8_C( value ) value ## U
    [all...]

Completed in 1080 milliseconds

1 2 34