HomeSort by relevance Sort by last modified time
    Searched refs:__STRING (Results 1 - 25 of 30) sorted by null

1 2

  /hardware/qcom/msm8998/json-c/
debug.h 31 #ifndef __STRING
32 #define __STRING(x) #x
43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
asm.h 53 # define __STRING(x) #x
56 # define __STRING(x) "x"
125 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
129 .stabs __STRING(sym),1,0,0,0
133 .stabs __STRING(_/**/sym),1,0,0,0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
global.h 92 #ifndef __STRING
94 #define __STRING(x) #x
98 #define SND_DLSYM_VERSION(version) __STRING(version)
  /system/extras/ext4_utils/
blk_alloc_to_base_fs.c 27 #ifndef __STRING
28 #define __STRING(x) #x
30 #define ___STRING(x) __STRING(x)
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
asm.h 55 # define __STRING(x) #x
58 # define __STRING(x) "x"
117 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
121 .stabs __STRING(sym),1,0,0,0
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
asm.h 79 # define __STRING(x) #x
82 # define __STRING(x) "x"
195 .stabs __STRING(_C_LABEL(sym)) ## ,1,0,0,0
199 .stabs __STRING(sym),1,0,0,0
203 .stabs __STRING(_/**/sym),1,0,0,0
  /external/python/cpython2/Lib/plat-atheos/
TYPES.py 57 def __STRING(x): return #x
59 def __STRING(x): return "x"
IN.py 57 def __STRING(x): return #x
59 def __STRING(x): return "x"
  /external/python/cpython2/Lib/plat-linux2/
DLFCN.py 56 def __STRING(x): return #x
TYPES.py 56 def __STRING(x): return #x
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
assert.h 94 : __assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION))
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
DLFCN.py 56 def __STRING(x): return #x
TYPES.py 56 def __STRING(x): return #x
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
DLFCN.py 56 def __STRING(x): return #x
TYPES.py 56 def __STRING(x): return #x
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
EfiCdefs.h 133 * strings produced by the __STRING macro, but this only works with ANSI C.
136 #define ___STRING(x) __STRING(x)
139 #define __STRING(x) #x
  /bionic/libc/include/sys/
cdefs.h 89 * strings produced by the __STRING macro, but this only works with ANSI C.
92 #define ___STRING(x) __STRING(x)
98 #define __STRING(x) #x
107 #define __STRING(x) "x"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
cdefs.h 95 #define __STRING(x) #x
204 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
cdefs.h 95 #define __STRING(x) #x
204 # define __ASMNAME2(prefix, cname) __STRING (prefix) cname
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
cdefs.h 122 * concatenate double-quoted strings produced by the __STRING macro, but
125 * __XSTRING is like __STRING, but it expands any macros in its argument
132 #define __STRING(x) #x /* stringify without expanding x */
133 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
149 #define __STRING(x) "x"
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 28 def __STRING(x): return #x
30 def __XSTRING(x): return __STRING(x)
34 def __STRING(x): return "x"
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 28 def __STRING(x): return #x
30 def __XSTRING(x): return __STRING(x)
34 def __STRING(x): return "x"
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 28 def __STRING(x): return #x
30 def __XSTRING(x): return __STRING(x)
34 def __STRING(x): return "x"
  /external/elfutils/tests/
run-dwarf-getmacros.sh 581 __STRING(x) #x
606 __ASMNAME2(prefix,cname) __STRING (prefix) cname
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 177 def __STRING(x): return #x
181 def __STRING(x): return "x"

Completed in 221 milliseconds

1 2