Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Dawk.h262 typedef struct gtt { /* gototab */ struct
266 } gtt; argument
269 gtt *gototab;
H A Db.c146 gtt *p; in resize_state()
156 p = (gtt *) realloc(f->gototab, new_count * sizeof(gtt)); in resize_state()
650 gtt *tab = & f->gototab[state]; in set_gototab()
677 gtt *tab = & f->gototab[state]; in set_gototab()
/freebsd/sys/dev/agp/
H A Dagp_i810.h68 uint32_t *gtt; member