Searched defs:PTR (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dldap_util.c297 static void *PTR = 0; variable
318 if (ptr == PTR)
/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dminilzo.c2210 #define PTR(a) ((lzo_bytep) (a)) macro
2214 #define PTR(a) ((lzo_bytep) (a)) macro
2218 #define PTR(a) ((lzo_uintptr_t) (a)) macro
2219 #define PTR_LINEAR(a) PTR(a)
2226 #define PTR_LT(a,b) (PTR(a) < PTR(b))
2227 #define PTR_GE(a,b) (PTR(a) >= PTR(b))
2228 #define PTR_DIFF(a,b) (PTR(a) - PTR(
[all...]

Completed in 37 milliseconds