HomeSort by relevance Sort by last modified time
    Searched defs:UINT16_C (Results 151 - 165 of 165) sorted by null

1 2 3 4 5 67

  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
stdint.h 429 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
432 # define UINT16_C(v) v ## U
616 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
stdint.h 429 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
432 # define UINT16_C(v) v ## U
616 #define UINT16_MAX UINT16_C(65535)
  /prebuilts/sdk/renderscript/clang-include/
stdint.h 428 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
431 # define UINT16_C(v) v ## U
615 #define UINT16_MAX UINT16_C(65535)
  /external/python/cpython2/Lib/plat-linux2/
IN.py 157 def UINT16_C(c): return c ## U
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 157 def UINT16_C(c): return c ## U
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 157 def UINT16_C(c): return c ## U
  /external/mdnsresponder/mDNSShared/
CommonServices.h 821 #if( !defined( UINT16_C ) )
822 #define UINT16_C( value ) value ## U
    [all...]
  /external/python/cpython2/Lib/plat-atheos/
IN.py 286 def UINT16_C(c): return c ## U

Completed in 444 milliseconds

1 2 3 4 5 67