HomeSort by relevance Sort by last modified time
    Searched defs:cindex (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jdphuff.c 135 int cindex = cinfo->cur_comp_info[ci]->component_index; local
136 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
138 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0);
142 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi);
  /external/bison/lib/
bbitset.h 88 bitset_windex cindex; /* Cache word index. */ member in struct:bbitset_struct
105 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex

Completed in 1049 milliseconds