| /dragonfly/contrib/gmp/mpz/ |
| HD | cong.c | 53 mp_size_t asize, csize, dsize, sign; in mpz_congruent_p() local 71 csize = SIZ(c); in mpz_congruent_p() 72 sign = (asize ^ csize); in mpz_congruent_p() 77 if (csize == 0) in mpz_congruent_p() 80 csize = ABS(csize); in mpz_congruent_p() 94 if (csize == 1) in mpz_congruent_p() 153 if (asize > csize || mpn_cmp (ap, cp, asize) >= 0) in mpz_congruent_p() 154 ASSERT_NOCARRY (mpn_sub (xp, ap, asize, cp, csize)); in mpz_congruent_p() 163 carry = mpn_add (xp, ap, asize, cp, csize); in mpz_congruent_p()
|
| HD | cong_2exp.c | 31 mp_size_t asize_signed, csize_signed, asize, csize; in mpz_congruent_2exp_p() local 47 csize = ABS(csize_signed); in mpz_congruent_2exp_p() 57 if (mpn_cmp (ap, cp, MIN (csize, dlimbs)) != 0) in mpz_congruent_2exp_p() 61 if (csize > dlimbs) in mpz_congruent_2exp_p() 69 return asize == csize; in mpz_congruent_2exp_p() 72 for (i = csize; i < dlimbs; i++) in mpz_congruent_2exp_p() 88 ASSERT (i < csize); /* always have a non-zero limb on c */ in mpz_congruent_2exp_p() 108 if (i >= csize) in mpz_congruent_2exp_p()
|
| HD | inp_raw.c | 57 mp_size_t csize, abs_xsize, i; in mpz_inp_raw() local 70 csize = in mpz_inp_raw() 79 if (sizeof (csize) > 4 && csize & 0x80000000L) in mpz_inp_raw() 80 csize -= 0x80000000L << 1; in mpz_inp_raw() 82 abs_csize = ABS (csize); in mpz_inp_raw() 161 SIZ(x) = (csize >= 0 ? abs_xsize : -abs_xsize); in mpz_inp_raw()
|
| /dragonfly/contrib/libedit/src/ |
| HD | chartype.c | 50 ct_conv_cbuff_resize(ct_buffer_t *conv, size_t csize) in ct_conv_cbuff_resize() argument 54 if (csize <= conv->csize) in ct_conv_cbuff_resize() 57 conv->csize = csize; in ct_conv_cbuff_resize() 59 p = el_realloc(conv->cbuff, conv->csize * sizeof(*conv->cbuff)); in ct_conv_cbuff_resize() 61 conv->csize = 0; in ct_conv_cbuff_resize() 104 if ((conv->csize - (size_t)used) < 5) { in ct_encode_string() 106 conv->csize + CT_BUFSIZ) == -1) in ct_encode_string()
|
| HD | chartype.h | 63 size_t csize; member
|
| HD | eln.c | 308 if (!el->el_lgcyconv.csize) in el_get()
|
| /dragonfly/contrib/flex/src/ |
| HD | main.c | 56 csize; variable 243 if (csize == unspecified) { in check_options() 245 csize = DEFAULT_CSIZE; in check_options() 247 csize = CSIZE; in check_options() 297 for (i = 2; i <= csize; ++i) { in check_options() 302 nextecm[csize] = NIL; in check_options() 307 for (i = 1; i <= csize; ++i) { in check_options() 796 if (csize == unspecified) in flexend() 801 csize = 256; in flexend() 803 if (csize == 128) in flexend() [all …]
|
| HD | ccl.c | 97 for (i = 0; i < csize; ++i) { in dump_cclp() 105 while (++i < csize && ccl_contains(cclp,i)) ; in dump_cclp() 134 for ( ch = 0; ch < csize; ++ch ) in ccl_set_diff() 246 for (i = 0; i < csize; ++i) { in list_character_set() 254 while (++i < csize && cset[i]) ; in list_character_set()
|
| HD | parse.y | 90 for ( c = 0; c < csize; ++c ) \ 99 for ( c = 0; c < csize; ++c ) \ 704 ecgroup, csize, csize ); 713 ecgroup, csize, csize ); 734 nextecm, ecgroup, csize, csize );
|
| HD | dfa.c | 188 for (i = 0; i < csize; ++i) { in dump_transitions() 198 for (i = 0; i < csize; ++i) in dump_transitions() 409 for (i = 0; i <= csize; ++i) { in ntod() 460 int use_NUL_table = (numecs == csize); in ntod() 466 if (numecs <= csize && is_power_of_2(numecs)) { in ntod() 1026 if (tch < -lastccl || tch >= csize) { in sympartition()
|
| HD | parse.c | 122 for ( c = 0; c < csize; ++c ) \ 131 for ( c = 0; c < csize; ++c ) \ 2178 ecgroup, csize, csize ); in yyparse() 2187 ecgroup, csize, csize ); in yyparse() 2211 nextecm, ecgroup, csize, csize ); in yyparse()
|
| HD | gen.c | 446 tbl->td_lolen = (flex_uint32_t) csize; in mkecstbl() 451 for (i = 1; i < csize; ++i) { in mkecstbl() 470 out_str_dec (get_yy_char_decl (), "yy_ec", csize); in genecs() 472 for (i = 1; i < csize; ++i) { in genecs() 482 numrows = csize / 8; in genecs() 485 for (i = j; i < csize; i = i + numrows) { in genecs()
|
| HD | nfa.c | 649 mkechar (sym ? sym : csize, nextecm, ecgroup); in mkstate()
|
| HD | misc.c | 208 if (c >= csize) in check_char()
|
| /dragonfly/contrib/libarchive/libarchive/ |
| HD | archive_write_add_filter_lzop.c | 322 lzo_uint usize, csize; in drive_compressor() local 334 csize = 0; in drive_compressor() 339 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 344 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 349 p + header_bytes + block_info_bytes, &csize, in drive_compressor() 365 if (csize < usize) { in drive_compressor() 367 archive_be32enc(p + header_bytes + 4, (uint32_t)csize); in drive_compressor() 369 header_bytes + block_info_bytes + csize); in drive_compressor()
|
| /dragonfly/contrib/nvi2/common/ |
| HD | util.c | 44 size_t csize; in binc() local 50 csize = p2roundup(MAX(min, 256)); in binc() 51 REALLOC(sp, bp, void *, csize); in binc() 61 memset((char *)bp + *bsizep, 0, csize - *bsizep); in binc() 62 *bsizep = csize; in binc()
|
| /dragonfly/stand/lib/ |
| HD | ufs.c | 628 size_t csize; in ufs_read() local 642 csize = size; in ufs_read() 643 if (csize > buf_size) in ufs_read() 644 csize = buf_size; in ufs_read() 646 bcopy(buf, addr, csize); in ufs_read() 648 fp->f_seekp += csize; in ufs_read() 649 addr += csize; in ufs_read() 650 size -= csize; in ufs_read()
|
| HD | ext2fs.c | 812 size_t csize, buf_size; in ext2fs_read() local 824 csize = size; in ext2fs_read() 825 if (csize > buf_size) in ext2fs_read() 826 csize = buf_size; in ext2fs_read() 828 bcopy(buf, addr, csize); in ext2fs_read() 830 fp->f_seekp += csize; in ext2fs_read() 831 addr += csize; in ext2fs_read() 832 size -= csize; in ext2fs_read()
|
| HD | cd9660.c | 471 size_t buf_size, csize; in cd9660_read() local 483 csize = size > buf_size ? buf_size : size; in cd9660_read() 484 bcopy(buf, addr, csize); in cd9660_read() 486 fp->f_off += csize; in cd9660_read() 487 addr += csize; in cd9660_read() 488 size -= csize; in cd9660_read()
|
| /dragonfly/initrd/ |
| HD | mkinitrd.sh | 106 csize=$(du -kst ${_dir} | awk '{ print $1 }') # KB 107 log "* ${_dir}: ${csize} KB" 108 isize=$((${isize} + ${csize}))
|
| /dragonfly/sys/libiconv/ |
| HD | iconv.c | 185 int csize, ucsto, ucsfrom; in iconv_register_cspair() local 189 csize = sizeof(*csp); in iconv_register_cspair() 192 csize += strlen(to) + 1; in iconv_register_cspair() 195 csize += strlen(from) + 1; in iconv_register_cspair() 196 csp = kmalloc(csize, M_ICONV, M_WAITOK | M_ZERO); in iconv_register_cspair()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-dfa.c | 803 tree csize = TYPE_SIZE (TREE_TYPE (TREE_OPERAND (exp, 0))); in get_ref_base_and_extent() local 808 && csize in get_ref_base_and_extent() 809 && host_integerp (csize, 1) in get_ref_base_and_extent() 811 maxsize = TREE_INT_CST_LOW (csize) in get_ref_base_and_extent()
|
| HD | ggc-zone.c | 1101 size_t csize; in ggc_internal_alloc_zone_stat() local 1227 csize = chunk->size; in ggc_internal_alloc_zone_stat() 1228 if (csize > size) in ggc_internal_alloc_zone_stat() 1235 zone->cached_free_size = csize - size; in ggc_internal_alloc_zone_stat()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-dfa.c | 476 tree csize = TYPE_SIZE (TREE_TYPE (TREE_OPERAND (exp, 0))); in get_ref_base_and_extent() local 481 && csize in get_ref_base_and_extent() 482 && poly_int_tree_p (csize)) in get_ref_base_and_extent() 483 maxsize = wi::to_poly_offset (csize) - bit_offset; in get_ref_base_and_extent()
|
| /dragonfly/contrib/binutils-2.34/libctf/ |
| HD | ctf-open.c | 83 size_t csize, size_t ctf_type_size, in get_ctt_size_common() argument 88 if (csize == ctf_lsize_sent) in get_ctt_size_common() 95 size = csize; in get_ctt_size_common()
|