Home
last modified time | relevance | path

Searched refs:p (Results 1 – 3 of 3) sorted by relevance

/include/
A Dinline-hashtab.h125 void **p; in htab_expand() local
145 p = oentries; in htab_expand()
148 if (*p) in htab_expand()
149 *find_empty_slot_for_expand (htab, hash_fn (*p)) in htab_expand()
150 = *p; in htab_expand()
152 p++; in htab_expand()
154 while (p < olimit); in htab_expand()
A Dlist.h93 #define list_for_each_prev_safe(pos, p, head) \ argument
94 for (pos = (head)->prev, p = pos->prev; \
96 pos = p, p = pos->prev)
A Dstdio.h26 # define stdio_hidden_ldbl_proto(p, f) \ argument
27 extern __typeof (p ## f) p ## f __asm (__ASMNAME ("___ieee128_" #f));
29 # define stdio_hidden_ldbl_proto(p,f) __LDBL_REDIR1_DECL (p ## f, p ## f ## ieee128) argument
31 # define stdio_hidden_ldbl_proto(p,f) libc_hidden_proto (p ## f) argument

Completed in 7 milliseconds