Searched refs:fidx (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 941014-3.c | 35 uint fidx; in gs_type0_next_char() local 60 fidx = *++p; in gs_type0_next_char() 62 if ( fidx == chr && fdepth > 1 ) in gs_type0_next_char()
|
| /openbsd/src/usr.bin/ctfconv/ |
| D | ctfconv.c | 157 int fidx = -1, oidx = -1; in main() local 164 dump_func(it, &fidx); in main()
|
| D | parse.c | 80 uint16_t tidx, fidx, oidx; /* type, func & object IDs */ variable 1237 it = it_new(++fidx, die->die_offset, name, 0, 0, ref, CTF_K_FUNCTION, in parse_function()
|
| /openbsd/src/sys/dev/usb/ |
| D | uvideo.h | 566 int fidx; member
|
| D | uvideo.c | 1481 r->fidx = i; in uvideo_find_res() 3200 sc->sc_fmtgrp[i].frame_cur = sc->sc_fmtgrp[i].frame[r.fidx]; in uvideo_s_fmt()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 11608 int flen, fidx; local 11612 fidx = 0; 11626 fidx = 3; 11633 for (; fidx < flen; fidx++) 11634 switch (format[fidx]) 11639 const char *str = XSTR (k, fidx); 11648 result = result * 1231 + rs6000_hash_constant (XEXP (k, fidx)); 11652 result = result * 613 + (unsigned) XINT (k, fidx); 11656 result = result * 613 + (unsigned) XWINT (k, fidx); 11661 result = result * 613 + (unsigned) (XWINT (k, fidx)
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 15793 int flen, fidx; in rs6000_hash_constant() local 15797 fidx = 0; in rs6000_hash_constant() 15811 fidx = 3; in rs6000_hash_constant() 15818 for (; fidx < flen; fidx++) in rs6000_hash_constant() 15819 switch (format[fidx]) in rs6000_hash_constant() 15824 const char *str = XSTR (k, fidx); in rs6000_hash_constant() 15833 result = result * 1231 + rs6000_hash_constant (XEXP (k, fidx)); in rs6000_hash_constant() 15837 result = result * 613 + (unsigned) XINT (k, fidx); in rs6000_hash_constant() 15841 result = result * 613 + (unsigned) XWINT (k, fidx); in rs6000_hash_constant() 15846 result = result * 613 + (unsigned) (XWINT (k, fidx) in rs6000_hash_constant()
|