Home
last modified time | relevance | path

Searched refs:_gm_ (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-diff/
Dzeroinitializer.bc.ll5 @_gm_ = global <2 x %A*> zeroinitializer
9 store <2 x %A*> zeroinitializer, <2 x %A*>* @_gm_
Dundef.ll5 @_gm_ = global <2 x %A*> zeroinitializer
9 store <2 x %A*> undef, <2 x %A*>* @_gm_
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c2117 static struct malloc_state _gm_; variable
2118 #define gm (&_gm_)
2119 #define is_global(M) ((M) == &_gm_)
/external/libffi/src/
Ddlmalloc.c2112 static struct malloc_state _gm_; variable
2113 #define gm (&_gm_)
2114 #define is_global(M) ((M) == &_gm_)
/external/dlmalloc/
Dmalloc.c2632 static struct malloc_state _gm_; variable
2633 #define gm (&_gm_)
2634 #define is_global(M) ((M) == &_gm_)