| /src/usr.bin/split/ |
| split.c | 182 char bfr[MAXBSIZE]; local 188 switch (len = read(ifd, bfr, MAXBSIZE)) { 206 if (bigwrite(ofd, bfr, dist) != (size_t)dist) 209 for (C = bfr + dist; len >= bytecnt; 235 if (bigwrite(ofd, bfr, len) != (size_t)len) 252 char bfr[MAXBSIZE]; local 255 switch (len = read(ifd, bfr, MAXBSIZE)) { 267 for (Cs = Ce = bfr; len--; Ce++)
|
| /src/external/mit/libcbor/dist/src/cbor/ |
| serialization.c | 47 unsigned char *bfr = _CBOR_MALLOC(bfr_size), *tmp_bfr; local 48 if (bfr == NULL) { 55 while ((written = cbor_serialize(item, bfr, bfr_size)) == 0) { 57 _CBOR_FREE(bfr); 61 tmp_bfr = _CBOR_REALLOC(bfr, bfr_size *= 2); 64 _CBOR_FREE(bfr); 67 bfr = tmp_bfr; 69 *buffer = bfr;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-sra.cc | 4099 tree type, bfr, orig_expr; local 4105 bfr = *expr; 4109 bfr = NULL_TREE; 4143 if (!bfr && !useless_type_conversion_p (type, access->type)) 4201 if (bfr && REF_REVERSE_STORAGE_ORDER (bfr)) 4203 REF_REVERSE_STORAGE_ORDER (bfr) = 0; 4204 TREE_OPERAND (bfr, 2) 4206 size_binop (PLUS_EXPR, TREE_OPERAND (bfr, 1), 4207 TREE_OPERAND (bfr, 2))) [all...] |
| tree-ssa-forwprop.cc | 3357 tree bfr = gimple_assign_rhs1 (use_stmt); local 3359 if (TREE_OPERAND (bfr, 0) != lhs) 3364 = SSA_NAME_DEF_STMT (TREE_OPERAND (bfr, 0)); 3375 TREE_OPERAND (bfr, 2), 3400 tree new_rhs = fold_build3 (BIT_FIELD_REF, TREE_TYPE (bfr), 3402 TREE_OPERAND (bfr, 1), 3403 TREE_OPERAND (bfr, 2));
|
| gimple-lower-bitint.cc | 1753 tree bfr = build3 (BIT_FIELD_REF, m_limb_type, 1759 gimple *g = gimple_build_assign (r, bfr); 1771 tree type, bfr; 1787 bfr = build3 (BIT_FIELD_REF, type, TREE_OPERAND (op, 0), 1790 BIT_FIELD_REF, bfr); 1793 bfr = gimple_assign_lhs (g); 1796 bfr = TREE_OPERAND (op, 0); 1797 g = gimple_build_assign (var, bfr); 2704 tree bfr = build_bit_field_ref (ftype, unshare_expr (nlhs), 2708 g = gimple_build_assign (bfr, t) [all...] |
| tree-if-conv.cc | 3663 tree bfr = build3 (BIT_FIELD_REF, bf_type, new_val, local 3666 new_val = ifc_temp_var (bf_type, bfr, &gsi);
|
| tree-ssa-reassoc.cc | 2182 tree bfr = build3 (BIT_FIELD_REF, elem_type, sum_vec, local 2184 gimple *gs = gimple_build_assign (dst, BIT_FIELD_REF, bfr);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-sra.cc | 3793 tree type, bfr, orig_expr; local 3798 bfr = *expr; 3802 bfr = NULL_TREE; 3836 if (!bfr && !useless_type_conversion_p (type, access->type)) 3892 if (bfr && REF_REVERSE_STORAGE_ORDER (bfr)) 3894 REF_REVERSE_STORAGE_ORDER (bfr) = 0; 3895 TREE_OPERAND (bfr, 2) 3897 size_binop (PLUS_EXPR, TREE_OPERAND (bfr, 1), 3898 TREE_OPERAND (bfr, 2))) [all...] |
| tree-ssa-forwprop.cc | 3274 tree bfr = gimple_assign_rhs1 (use_stmt); local 3276 if (TREE_OPERAND (bfr, 0) != lhs) 3281 = SSA_NAME_DEF_STMT (TREE_OPERAND (bfr, 0)); 3292 TREE_OPERAND (bfr, 2), 3317 tree new_rhs = fold_build3 (BIT_FIELD_REF, TREE_TYPE (bfr), 3319 TREE_OPERAND (bfr, 1), 3320 TREE_OPERAND (bfr, 2));
|
| tree-ssa-reassoc.cc | 2178 tree bfr = build3 (BIT_FIELD_REF, elem_type, sum_vec, local 2180 gimple *gs = gimple_build_assign (dst, BIT_FIELD_REF, bfr);
|