HomeSort by: relevance | last modified time | path
    Searched defs:chop (Results 1 - 7 of 7) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpf/
div.c 61 mp_size_t sign_quotient, prec, high_zero, chop; local
97 chop = MAX (-zeros, 0); /* negative zeros means shorten u */
98 up += chop;
99 usize -= chop;
100 zeros += chop; /* now zeros >= 0 */
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py 501 encode_value(bug, 'bug_file', lambda x: escape(chop(prefix, x)))
504 encode_value(bug, 'report_file', lambda x: escape(chop(output_dir, x)))
514 encode_value(crash, 'source', lambda x: escape(chop(prefix, x)))
516 encode_value(crash, 'file', lambda x: escape(chop(output_dir, x)))
517 encode_value(crash, 'info', lambda x: escape(chop(output_dir, x)))
518 encode_value(crash, 'stderr', lambda x: escape(chop(output_dir, x)))
540 def chop(prefix, filename): function
  /src/lib/libm/arch/vax/
n_argred.S 709 bgeq chop
717 chop: label
  /src/crypto/external/bsd/openssh/dist/
namespace.h 16 #define chop ssh_chop macro
misc.c 69 chop(char *s) function
  /src/sys/arch/sparc/sparc/
pmap.c 1170 * Chop it off at the pstart of the kernel.
1172 paddr_t chop = PMAP_BOOTSTRAP_VA2PA(KERNBASE); local
1174 if (pend < chop)
1175 chop = pend;
1177 prom_printf("bootstrap gap: pstart %lx, chop %lx, pend %lx\n",
1178 pstart, chop, pend);
1182 atop(chop),
1184 atop(chop),
1191 pstart = chop;
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 2598 /* 10**Chop < 256**Chopbytes and Chop > Chopbytes<<1 (for sign bit and itmp) */
2616 ber_len_t chop = 0; local
2626 /* Chop least significant digits, increase length instead */
2628 chop = (val.bv_len-k+2)/INDEX_INTLEN_CHOP; /* 2 fewer digits */
2629 val.bv_len -= chop * INDEX_INTLEN_CHOP; /* #digits chopped */
2630 chop *= INDEX_INTLEN_CHOPBYTES; /* #bytes added */
2643 k = (ber_slen_t) index_intlen - (ber_slen_t) (itmp.bv_len + chop);
2645 assert( chop == 0 );
2650 chop = - (ber_len_t) k
    [all...]

Completed in 85 milliseconds