Searched refs:p (Results 1 – 3 of 3) sorted by relevance
125 void **p; in htab_expand() local145 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()
93 #define list_for_each_prev_safe(pos, p, head) \ argument94 for (pos = (head)->prev, p = pos->prev; \96 pos = p, p = pos->prev)
26 # define stdio_hidden_ldbl_proto(p, f) \ argument27 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) argument31 # define stdio_hidden_ldbl_proto(p,f) libc_hidden_proto (p ## f) argument
Completed in 7 milliseconds