Home
last modified time | relevance | path

Searched defs:NP (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/posix/
Dtst-sysconf.c15 #define NP(name) N_ (name, true) macro
/glibc-2.36/misc/
Dtsearch.c114 #define SETNODEPTR(NP,P) (*NP) = (P) argument
121 #define DEREFNODEPTR(NP) (*(NP)) argument
137 #define SETNODEPTR(NP,P) (*NP) = (node)((((uintptr_t)(*NP)) \ argument
146 #define DEREFNODEPTR(NP) (node)((uintptr_t)(*(NP)) & ~((uintptr_t) 0x1)) argument