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

  /src/external/gpl3/gcc/dist/libgomp/
env.c 1238 const char *orig_val = val; local
1400 (int) (orig_val - env - 1), env);
1404 gomp_def_allocator_envvar = strdup (orig_val);
1409 int len = (orig_val - env - 1);
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-options.c 584 only come in the long form. ORIG_VAL is used to get the original value
586 int *orig_val; local
617 orig_val = NZALLOC (int, OPTION_START + num_opts);
640 orig_val[(unsigned char) opt->shortopt] = opt->opt.val;
642 orig_val[(unsigned char) opt->shortopt] = opt->shortopt;
650 orig_val[lp->val] = opt->opt.val;
690 orig_val[lp->val] = opt->opt.val;
782 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
795 free (orig_val);
  /src/external/gpl3/gdb/dist/sim/common/
sim-options.c 584 only come in the long form. ORIG_VAL is used to get the original value
586 int *orig_val; local
617 orig_val = NZALLOC (int, OPTION_START + num_opts);
640 orig_val[(unsigned char) opt->shortopt] = opt->opt.val;
642 orig_val[(unsigned char) opt->shortopt] = opt->shortopt;
650 orig_val[lp->val] = opt->opt.val;
690 orig_val[lp->val] = opt->opt.val;
782 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
795 free (orig_val);
  /src/external/gpl3/binutils/dist/bfd/
xtensa-isa.c 1028 uint32 test_val, orig_val;
1082 orig_val = *valp;
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
  /src/external/gpl3/binutils.old/dist/bfd/
xtensa-isa.c 1028 uint32 test_val, orig_val;
1082 orig_val = *valp;
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
  /src/external/gpl3/gdb.old/dist/bfd/
xtensa-isa.c 1028 uint32 test_val, orig_val;
1082 orig_val = *valp;
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
  /src/external/gpl3/gdb/dist/bfd/
xtensa-isa.c 1028 uint32 test_val, orig_val;
1082 orig_val = *valp;
1085 || test_val != orig_val)
1023 uint32 test_val, orig_val; local
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-dom.cc 1678 tree orig_val; local
1684 orig_val = get_use_from_ptr (orig_p);
1685 if (TREE_CODE (orig_val) != SSA_NAME)
1690 new_val = SSA_NAME_VALUE (orig_val);
1692 && new_val != orig_val
1693 && may_propagate_copy (orig_val, new_val))
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-dom.cc 1478 tree orig_val; local
1484 orig_val = get_use_from_ptr (orig_p);
1485 if (TREE_CODE (orig_val) != SSA_NAME)
1490 new_val = SSA_NAME_VALUE (orig_val);
1492 && new_val != orig_val
1493 && may_propagate_copy (orig_val, new_val))
  /src/sys/dev/ic/
bwi.c 1588 uint32_t orig_val, val; local
1593 orig_val = MOBJ_READ_4(mac, BWI_COMM_MOBJ, 0);
1612 MOBJ_WRITE_4(mac, BWI_COMM_MOBJ, 0, orig_val);

Completed in 68 milliseconds