HomeSort by: relevance | last modified time | path
    Searched defs:__STRING (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/amd64/include/
asm.h 57 # define __STRING(x) #x
60 # define __STRING(x) "x"
  /src/sys/arch/or1k/include/
asm.h 42 #define __STRING(x) #x
  /src/sys/arch/sparc/include/
asm.h 211 #define __STRING(x) #x
214 .stabs __STRING(_ ## sym) ## ,1,0,0,0
216 #define __STRING(x) "x"
219 .stabs __STRING(_/**/sym),1,0,0,0
  /src/sys/arch/i386/include/
asm.h 79 # define __STRING(x) #x
82 # define __STRING(x) "x"
  /src/sys/arch/vax/include/
asm.h 55 # define __STRING(x) #x
58 # define __STRING(x) "x"
  /src/sys/arch/arm/include/
asm.h 94 # define __STRING(x) #x
97 # define __STRING(x) "x"
  /src/lib/librumpuser/
rumpuser_port.h 274 #ifndef __STRING
275 #define __STRING(x) #x
  /src/sys/arch/riscv/include/
asm.h 38 #define __STRING(x) #x
  /src/sys/sys/
cdefs.h 103 * strings produced by the __STRING macro, but this only works with ANSI C.
106 #define ___STRING(x) __STRING(x)
112 #define __STRING(x) #x
136 #define __STRING(x) "x"

Completed in 15 milliseconds