HomeSort by: relevance | last modified time | path
    Searched refs:new_result (Results 1 - 16 of 16) sorted by relevancy

  /src/external/mpl/bind/dist/fuzz/
dns_name_fromwire.c 40 isc_result_t new_result; local
76 new_result = dns_name_fromwire(new_name, &new_buf, dctx, NULL);
84 REQUIRE(new_result == old_result);
  /src/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/test/
test.c 275 bi_array new_result; bi_new_array2( new_result, 4); local
276 bi_new_array2( new_result, 4);
277 bi_copy_array( result, 0, new_result, 0, 2);
278 bi_copy_array( result, 0, new_result, 2, 2);
280 printf("new_result[%d]-> [even-> 1<<20] [odd-> 1<<10] :%s\n", i, bi_2_dec_char( new_result->array[i]));
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-gori.cc 1054 Value_Range new_result (type);
1055 if (!op_handler.op1_range (new_result, type,
1061 change |= op2_range.intersect (new_result);
1063 if (op_handler.fold_range (new_result, type, op2_range, other_op))
1065 change |= op1_range.intersect (new_result);
1070 change |= op1_range.intersect (new_result);
1072 if (op_handler.fold_range (new_result, type, op1_range, other_op))
1074 change |= op2_range.intersect (new_result);
1086 Value_Range new_result (type);
1087 if (!op_handler.op2_range (new_result, type
    [all...]
tree-ssa-reassoc.cc 6708 tree new_result = make_temp_ssa_name (type, NULL, "reassocpow"); local
6709 mul_stmt = gimple_build_assign (new_result, MULT_EXPR,
6715 result = new_result;
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 2446 tree new_result = DECL_TEMPLATE_RESULT (newdecl);
2461 = (*targetm.merge_decl_attributes) (old_result, new_result);
2476 (old_result, new_result);
2483 if (!DECL_UNIQUE_FRIEND_P (new_result))
2488 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
2489 && DECL_INITIAL (new_result))
2494 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
2495 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result);
2497 = DECL_NOT_REALLY_EXTERN (new_result);
2499 = DECL_INTERFACE_KNOWN (new_result);
2441 tree new_result = DECL_TEMPLATE_RESULT (newdecl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 2274 tree new_result = DECL_TEMPLATE_RESULT (newdecl);
2282 = (*targetm.merge_decl_attributes) (old_result, new_result);
2297 (old_result, new_result);
2304 if (!DECL_UNIQUE_FRIEND_P (new_result))
2309 if (GNU_INLINE_P (old_result) != GNU_INLINE_P (new_result)
2310 && DECL_INITIAL (new_result))
2315 DECL_UNINLINABLE (old_result) = DECL_UNINLINABLE (new_result);
2316 DECL_EXTERNAL (old_result) = DECL_EXTERNAL (new_result);
2318 = DECL_NOT_REALLY_EXTERN (new_result);
2320 = DECL_INTERFACE_KNOWN (new_result);
2269 tree new_result = DECL_TEMPLATE_RESULT (newdecl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-reassoc.cc 6467 tree new_result = make_temp_ssa_name (type, NULL, "reassocpow"); local
6468 mul_stmt = gimple_build_assign (new_result, MULT_EXPR,
6474 result = new_result;
  /src/external/gpl2/gettext/dist/autoconf-lib-link/
configure 6595 new_result=`expr "X$teststring" : ".*" 2>&1` &&
6596 lt_cv_sys_max_cmd_len=$new_result &&
  /src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathx/
configure 6143 new_result=`expr "X$teststring" : ".*" 2>&1` &&
6144 lt_cv_sys_max_cmd_len=$new_result &&
  /src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathy/
configure 6149 new_result=`expr "X$teststring" : ".*" 2>&1` &&
6150 lt_cv_sys_max_cmd_len=$new_result &&
  /src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathz/
configure 6153 new_result=`expr "X$teststring" : ".*" 2>&1` &&
6154 lt_cv_sys_max_cmd_len=$new_result &&
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
configure 6596 new_result=`expr "X$teststring" : ".*" 2>&1` &&
6597 lt_cv_sys_max_cmd_len=$new_result &&
  /src/external/bsd/iscsi/dist/
configure 6708 new_result=`expr "X$teststring" : ".*" 2>&1` &&
6709 lt_cv_sys_max_cmd_len=$new_result &&
  /src/external/bsd/libbind/dist/
configure 5643 new_result=`expr "X$teststring" : ".*" 2>&1` &&
5644 lt_cv_sys_max_cmd_len=$new_result &&
  /src/external/gpl2/gettext/dist/gettext-runtime/
configure 7847 new_result=`expr "X$teststring" : ".*" 2>&1` &&
7848 lt_cv_sys_max_cmd_len=$new_result &&
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/
configure 8537 new_result=`expr "X$teststring" : ".*" 2>&1` &&
8538 lt_cv_sys_max_cmd_len=$new_result &&
    [all...]

Completed in 185 milliseconds