Searched refs:rarray (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_resource.c94 u32 rarray[16]; local
111 rarray[i] = i + skip_low;
118 buf_ring_enqueue(*fifo, (void *)(uintptr_t)rarray[idx]);
119 rarray[idx] = i;
123 buf_ring_enqueue(*fifo, (void *) (uintptr_t)rarray[i]);
/freebsd-10-stable/gnu/usr.bin/grep/
H A Ddfa.c2581 int* rarray; local
2583 MALLOC(rarray, int, d->states[s].mbps.nelem);
2590 rarray[i] = match_anychar(d, s, pos, index);
2593 rarray[i] = match_mb_charset(d, s, pos, index);
2599 return rarray;

Completed in 94 milliseconds