Home
last modified time | relevance | path

Searched refs:c_ext2 (Results 1 – 2 of 2) sorted by relevance

/dports/science/szip/szip-2.1.1/src/
H A Drice.c1902 c_ext2(sigma, end) in c_ext2() function
1960 bits = c_ext2(sigma, end);
2041 bits = c_ext2(sigma, end);
2125 bits = c_ext2(sigma, end);
2206 bits = c_ext2(sigma, end);
2290 bits = c_ext2(sigma, end);
2371 bits = c_ext2(sigma, end);
2482 msb3 = c_ext2(start, end); /* this includes toggle bit*/
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yin.c2114 int c_dev = 0, c_must, c_uniq, c_dflt, c_ext = 0, c_ext2; in fill_yin_deviation() local
2242 c_ext2 = 0; in fill_yin_deviation()
2328 … YIN_CHECK_ARRAY_OVERFLOW_GOTO(ctx, c_ext2, d->ext_size, "extensions", "deviate", error); in fill_yin_deviation()
2329 c_ext2++; in fill_yin_deviation()
2776 if (c_ext2) { in fill_yin_deviation()
2778 reallocated = realloc(d->ext, (c_ext2 + d->ext_size) * sizeof *d->ext); in fill_yin_deviation()
2783 memset(&d->ext[d->ext_size], 0, c_ext2 * sizeof *d->ext); in fill_yin_deviation()
3056 lyp_reduce_ext_list(&d->ext, d->ext_size, c_ext2 + d->ext_size); in fill_yin_deviation()