HomeSort by relevance Sort by last modified time
    Searched full:bsetv (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
bitsetv.c 34 bitset *bsetv; local
47 bsetv = xcalloc (1, vector_bytes + bytes * n_vecs);
51 bsetv[i] = (bitset) (void *) ((char *) bsetv + vector_bytes + i * bytes);
53 bitset_init (bsetv[i], n_bits, type);
57 bsetv[i] = 0;
58 return bsetv;
74 /* Free bitset vector BSETV. */
76 bitsetv_free (bitsetv bsetv)
80 for (i = 0; bsetv[i]; i++
    [all...]
bitsetv.h 44 /* Given a vector BSETV of N bitsets of size N, modify its contents to
48 /* Given a vector BSETV of N bitsets of size N, modify its contents to
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 838 milliseconds