Searched refs:next_end (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/wind/
H A Dnormalize_table.h26 unsigned char next_end; member in struct:canon_node
H A Dnormalize.c236 if (i < c->next_start || i >= c->next_end)
/freebsd-11-stable/contrib/gcc/
H A Dprotoize.c3133 const char *next_end;
3137 next_end = start_formals - 1;
3138 check_source (next_end > clean_read_ptr, 0);
3139 while (ISSPACE ((const unsigned char)*next_end))
3140 check_source (--next_end > clean_read_ptr, 0);
3141 check_source (*next_end == ')', next_end);
3142 check_source (--next_end > clean_read_ptr, 0);
3143 check_source (*next_end == ')', next_end);
3114 const char *next_end; local
[all...]
/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c300 rman_res_t next_end; local
318 next_end = MIN(start | 0xff, end);
319 cb(start, next_end, arg);

Completed in 117 milliseconds