HomeSort by relevance Sort by last modified time
    Searched refs:csize (Results 1 - 25 of 33) sorted by null

1 2

  /external/bison/lib/
abitset.c 209 bitset_windex size = src->b.csize;
309 ABITSET_WORDS (dst)[dst->b.csize - 1] &=
320 bytes = sizeof (bitset_word) * dst->b.csize;
333 bytes = sizeof (bitset_word) * dst->b.csize;
345 for (i = 0; i < dst->b.csize; i++)
358 bitset_windex size = dst->b.csize;
372 bitset_windex size = dst->b.csize;
386 bitset_windex size = dst->b.csize;
401 bitset_windex size = dst->b.csize;
416 bitset_windex size = dst->b.csize;
    [all...]
bitset.h 140 if (offset < bset->b.csize)
154 if (offset < bset->b.csize)
168 if (offset < bset->b.csize)
lbitset.c 198 bset->b.csize = 0;
229 bset->b.csize = 0;
262 if (bset->b.csize)
312 bset->b.csize = LBITSET_ELT_WORDS;
324 if (bset->b.csize)
328 if ((windex - bset->b.cindex) < bset->b.csize)
357 bset->b.csize = LBITSET_ELT_WORDS;
478 dst->b.csize = LBITSET_ELT_WORDS;
1059 dst->b.csize = 0;
bitset_stats.c 321 if (offset < bset->b.csize)
340 if (offset < bset->b.csize)
367 if (offset < bset->b.csize)
688 bset->b.csize = 0;
bbitset.h 89 bitset_windex csize; /* Cache size in words. */ member in struct:bbitset_struct
107 #define BITSET_CSIZE_(SRC) (SRC)->b.csize
  /external/webkit/Tools/android/flex-2.5.4a/
ccl.c 127 for ( i = 0; i < csize; ++i )
137 while ( ++i < csize && cset[i] )
main.c 59 int C_plus_plus, long_align, use_read, yytext_is_array, do_yywrap, csize; variable
82 int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs, tecfwd[CSIZE + 1];
83 int tecbck[CSIZE + 1];
201 if ( csize == unspecified )
204 csize = DEFAULT_CSIZE;
206 csize = CSIZE;
250 /* We loop all the way up to csize, since ecgroup[csize] i
    [all...]
parse.y 93 for ( c = 0; c < csize; ++c ) \
626 ecgroup, csize, csize );
647 nextecm, ecgroup, csize, csize );
dfa.c 203 int out_char_set[CSIZE];
205 for ( i = 0; i < csize; ++i )
216 for ( i = 0; i < csize; ++i )
402 int symlist[CSIZE + 1];
411 * from 1 to CSIZE, so their size must be CSIZE + 1.
413 int duplist[CSIZE + 1], state[CSIZE + 1];
414 int targfreq[CSIZE + 1], targstate[CSIZE + 1]
    [all...]
gen.c 233 out_str_dec( C_int_decl, "yy_ec", csize );
235 for ( i = 1; i < csize; ++i )
250 numrows = csize / 8;
254 for ( i = j; i < csize; i = i + numrows )
    [all...]
nfa.c 653 /* Map NUL's to csize. */
654 mkechar( sym ? sym : csize, nextecm, ecgroup );
flexdef.h 74 #define CSIZE 256
231 #define SYM_EPSILON (CSIZE + 1) /* to mark transitions on the symbol epsilon */
373 * csize - size of character set for the scanner we're generating;
392 extern int csize;
541 * can use the CSIZE'th element to hold equivalence class information
545 extern int numecs, nextecm[CSIZE + 1], ecgroup[CSIZE + 1], nummecs;
548 * that they will require positions from 1 .. CSIZE, i.e., CSIZE + 1
550 * don't require the extra position since they're indexed from 1 .. CSIZE - 1
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipOutputStreamTest.java 146 long csize = ze.getCompressedSize(); local
151 assertTrue("setLevel failed", csize <= ze.getCompressedSize());
167 long csize = ze.getCompressedSize(); local
172 assertTrue("setLevel failed", csize >= ze.getCompressedSize());
  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 308 int csize = (int) currentEntry.size; local
309 if (inRead >= csize) {
321 if ((csize - inRead) < toRead) {
322 toRead = csize - inRead;
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 95 for ( c = 0; c < csize; ++c ) \
1204 ecgroup, csize, csize );
1226 nextecm, ecgroup, csize, csize );
    [all...]
  /external/icu4c/common/
locid.cpp 319 int32_t csize = 0; local
336 csize = (int32_t)uprv_strlen(newCountry);
337 size += csize;
367 else if ( csize > 0 )
401 if ( ( vsize != 0 ) || (csize != 0) ) // at least: __v
406 if ( csize != 0 )
409 p += csize;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 157 jint32_t csize; /* (Compressed) data size */ member in struct:jffs2_raw_inode
cdk.h 228 unsigned char csize; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 157 jint32_t csize; /* (Compressed) data size */ member in struct:jffs2_raw_inode
cdk.h 228 unsigned char csize; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 157 jint32_t csize; /* (Compressed) data size */ member in struct:jffs2_raw_inode
cdk.h 228 unsigned char csize; member in struct:asyport
  /external/qemu/block/
qcow.c 425 int ret, csize; local
430 csize = cluster_offset >> (63 - s->cluster_bits);
431 csize &= (s->cluster_size - 1);
432 ret = bdrv_pread(bs->file, coffset, s->cluster_data, csize);
433 if (ret != csize)
436 s->cluster_data, csize) < 0) {
qcow2-cluster.c 903 int ret, csize, nb_csectors, sector_offset; local
910 csize = nb_csectors * 512 - sector_offset;
917 s->cluster_data + sector_offset, csize) < 0) {
  /external/libvpx/vp8/encoder/
bitstream.c 361 signed char csize; local
363 csize = size & 0xff;
364 *cx_data = csize;
365 csize = (size >> 8) & 0xff;
366 *(cx_data + 1) = csize;
367 csize = (size >> 16) & 0xff;
368 *(cx_data + 2) = csize;
    [all...]

Completed in 762 milliseconds

1 2