HomeSort by relevance Sort by last modified time
    Searched defs:cindex (Results 1 - 4 of 4) 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
  /external/iptables/libiptc/
libiptc.c 549 unsigned int cindex = 0; local
566 cindex=chains / list_length;
571 if (cindex >= h->chain_index_sz)
575 debug("\nIndex[%d] Chains:", cindex);
576 h->chain_index[cindex] = c;
637 debug("Update cindex[%d] with next ptr name:[%s]\n",
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
lbxstr.h 203 CARD8 cindex; /* cache index */ member in struct:_LbxDelta

Completed in 79 milliseconds