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

  /src/external/bsd/nsd/dist/
xfrd-catalog-zones.h 54 struct xfrd_producer_member* to_add; member in struct:xfrd_catalog_producer_zone
xfrd-catalog-zones.c 584 struct catalog_member_zone* to_add; local
827 to_add= catalog_member_zone_create(xfrd->nsd->options->region);
828 to_add->options.name = region_strdup(
830 to_add->options.pattern = pattern;
832 &to_add->options)) {
837 &to_add->options);
840 to_add->member_id = dname_copy( xfrd->nsd->options->region
843 to_add->node.key = to_add;
844 if(!rbtree_insert( &consumer_zone->member_ids, &to_add->node))
967 struct xfrd_producer_member* to_add; local
1234 struct xfrd_producer_member* to_add = producer_zone->to_add; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-affine.cc 724 aff_tree to_add, current, curre; local
730 aff_combination_zero (&to_add, comb->type);
827 /* Accumulate the new terms to TO_ADD, so that we do not modify
834 aff_combination_add (&to_add, &current);
835 aff_combination_add (&to_add, &curre);
837 aff_combination_add (comb, &to_add);
expmed.cc 6331 int to_add = 0;
6338 to_add = 1;
6340 to_add = -1;
6350 if (to_add == 1)
6316 int to_add = 0; local
  /src/external/gpl3/gcc.old/dist/gcc/
tree-affine.cc 724 aff_tree to_add, current, curre; local
730 aff_combination_zero (&to_add, comb->type);
826 /* Accumulate the new terms to TO_ADD, so that we do not modify
833 aff_combination_add (&to_add, &current);
834 aff_combination_add (&to_add, &curre);
836 aff_combination_add (comb, &to_add);
expmed.cc 6314 int to_add = 0;
6321 to_add = 1;
6323 to_add = -1;
6333 if (to_add == 1)
6299 int to_add = 0; local
  /src/sys/uvm/
uvm_map.c 1579 * to_add: for BSS we overallocate a little since we
1583 vaddr_t to_add = (flags & UVM_FLAG_AMAPPAD) ? local
1585 struct vm_amap *amap = amap_alloc(size, to_add,
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 2714 rtx to_add = GEN_INT (offset);
2715 rtx orig_to_add = to_add;
2729 insn = emit_insn (gen_movsi_lo_sum (reg, reg, to_add));
2732 to_add = reg;
2735 to_add));
2738 if (REG_P (to_add))
2699 rtx to_add = GEN_INT (offset); local
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 2713 rtx to_add = GEN_INT (offset);
2714 rtx orig_to_add = to_add;
2728 insn = emit_insn (gen_movsi_lo_sum (reg, reg, to_add));
2731 to_add = reg;
2734 to_add));
2737 if (REG_P (to_add))
2698 rtx to_add = GEN_INT (offset); local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
tilegx.cc 3814 rtx to_add;
3822 to_add = imm_rtx;
3828 to_add = tmp;
3833 pat = gen_sp_adjust_32bit (stack_pointer_rtx, stack_pointer_rtx, to_add);
3835 pat = gen_sp_adjust (stack_pointer_rtx, stack_pointer_rtx, to_add);
3806 rtx to_add; local
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
tilepro.cc 3355 rtx to_add;
3362 to_add = imm_rtx;
3368 to_add = tmp;
3373 to_add));
3347 rtx to_add; local

Completed in 113 milliseconds