| /src/external/bsd/am-utils/dist/m4/ |
| copy-if-newbig | 11 $srcsize = $srcstat[7]; 17 if ($srcsize > $dstsize && $srcmtime > $dstmtime) {
|
| /src/external/bsd/unbound/dist/sldns/ |
| parseutil.h | 93 size_t sldns_b64_ntop_calculate_size(size_t srcsize); 103 size_t sldns_b64_pton_calculate_size(size_t srcsize); 105 int sldns_b64url_pton(char const *src, size_t srcsize, uint8_t *target, 107 int sldns_b64_contains_nonurl(char const *src, size_t srcsize);
|
| parseutil.c | 650 size_t sldns_b64_ntop_calculate_size(size_t srcsize) 652 return ((((srcsize + 2) / 3) * 4) + 1); 742 size_t sldns_b64_pton_calculate_size(size_t srcsize) 744 return (((((srcsize + 3) / 4) * 3)) + 1); 747 /* padding not required if srcsize is set */ 748 static int sldns_b64_pton_base(char const *src, size_t srcsize, uint8_t *target, 755 int check_padding = (srcsize) ? 0 : 1; 757 while(*s && (check_padding || srcsize)) { 766 srcsize--; 790 if(incount != 4 && (check_padding || srcsize)) [all...] |
| /src/sys/arch/evbarm/stand/gzboot/ |
| gzboot.c | 96 size_t srcsize;/* size of source buffer */ member in struct:state 180 if (s->srcsize != 0 && len > (s->srcsize - s->srcoff)) 181 len = s->srcsize - s->srcoff; 369 state.srcsize = srclen;
|
| /src/sys/fs/nfs/nlm/ |
| nlm.h | 57 size_t srcsize, struct malloc_type *type);
|
| nlm_prot_impl.c | 328 nlm_make_netobj(struct netobj *dst, caddr_t src, size_t srcsize, 332 dst->n_len = srcsize; 333 dst->n_bytes = malloc(srcsize, type, M_WAITOK); 334 memcpy(dst->n_bytes, src, srcsize);
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| libcol_util.c | 377 size_t srcsize = 0; local 381 if (srcsize++ < n) 385 return srcsize;
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| libcol_util.c | 377 size_t srcsize = 0; local 381 if (srcsize++ < n) 385 return srcsize;
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_cg.c | 470 size_t srcsize = dt_node_type_size(src); local 478 if (dstsize == srcsize && 481 if (dstsize > srcsize && (src->dn_flags & DT_NF_SIGNED) == 0) 486 if (dstsize > srcsize) { 487 int n = sizeof (uint64_t) * NBBY - srcsize * NBBY; 488 int s = (dstsize - srcsize) * NBBY;
|
| dt_parser.c | 1917 size_t srcsize = dt_node_type_size(rp); local 1920 if (dstsize < srcsize) { 1924 } else if (dstsize > srcsize) { 1925 int n = (sizeof (uint64_t) - srcsize) * NBBY; 1926 int s = (dstsize - srcsize) * NBBY;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-warn-restrict.cc | 1996 and DSTSIZE and SRCSIZE bytes, respectively. Both DSTSIZE and 1997 SRCSIZE may be NULL. DO_WARN is false to detect either problem 2003 tree srcsize, bool bounds_only /* = false */, 2008 call, dst, src, dstsize, srcsize, 2015 tree srcsize, bool bounds_only /* = false */, 2021 builtin_memref srcref (ptrqry, call, src, srcsize);
|
| gimple-ssa-warn-access.cc | 2739 tree srcsize local 2743 check_access (stmt, size, /*maxread=*/NULL_TREE, srcsize, dstsize, 3520 tree dstsize = NULL_TREE, srcsize = NULL_TREE; local 3527 srcsize = objsize; 3548 check_access (stmt, access_size, /*maxread=*/ NULL_TREE, srcsize,
|
| tree-ssa-strlen.cc | 3181 if (tree srcsize = compute_objsize (src, stmt, 1, &aref, ptr_qry)) 3182 if (wi::to_wide (srcsize) == cntrange[1]) 3685 tree srcsize = srclen ? srclen : size_zero_node; local 3687 srcsize = fold_build2 (PLUS_EXPR, type, srcsize, one); 3692 srcsize);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-warn-restrict.cc | 1999 and DSTSIZE and SRCSIZE bytes, respectively. Both DSTSIZE and 2000 SRCSIZE may be NULL. DO_WARN is false to detect either problem 2006 tree srcsize, bool bounds_only /* = false */, 2011 call, dst, src, dstsize, srcsize, 2018 tree srcsize, bool bounds_only /* = false */, 2024 builtin_memref srcref (ptrqry, call, src, srcsize);
|
| gimple-ssa-warn-access.cc | 2765 tree srcsize local 2769 check_access (stmt, size, /*maxread=*/NULL_TREE, srcsize, dstsize, 3534 tree dstsize = NULL_TREE, srcsize = NULL_TREE; local 3541 srcsize = objsize; 3562 check_access (stmt, access_size, /*maxread=*/ NULL_TREE, srcsize,
|
| tree-ssa-strlen.cc | 3173 if (tree srcsize = compute_objsize (src, stmt, 1, &aref, ptr_qry)) 3174 if (wi::to_wide (srcsize) == cntrange[1]) 3677 tree srcsize = srclen ? srclen : size_zero_node; local 3679 srcsize = fold_build2 (PLUS_EXPR, type, srcsize, one); 3684 srcsize);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 10822 vfp_conv (int srcsize) 10824 int immbits = srcsize - inst.operands[1].imm; 10826 if (srcsize == 16 && !(immbits >= 0 && immbits <= srcsize)) 10828 /* If srcsize is 16, inst.operands[1].imm must be in the range 0-16. 10833 else if (srcsize == 32 && !(immbits >= 0 && immbits < srcsize)) 10835 /* If srcsize is 32, inst.operands[1].imm must be in the range 1-32.
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 10825 vfp_conv (int srcsize) 10827 int immbits = srcsize - inst.operands[1].imm; 10829 if (srcsize == 16 && !(immbits >= 0 && immbits <= srcsize)) 10831 /* If srcsize is 16, inst.operands[1].imm must be in the range 0-16. 10836 else if (srcsize == 32 && !(immbits >= 0 && immbits < srcsize)) 10838 /* If srcsize is 32, inst.operands[1].imm must be in the range 1-32.
|