| /src/external/gpl3/gcc/dist/gcc/ |
| vec-perm-indices.cc | 258 /* BASE1 has been checked but BASE2 hasn't. */ 259 element_type base1 = m_encoding[i + npatterns]; local 262 /* The step to add to get from BASE1 to each subsequent value. */ 263 element_type step = clamp (base2 - base1); 271 element_type headroom_down = base1 - start;
|
| tree-ssa-scopedtables.cc | 580 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1); local 588 return operand_equal_p (base0, base1, 591 && (TREE_CODE (base1) == MEM_REF 592 || TREE_CODE (base1) == TARGET_MEM_REF)
|
| recog.cc | 1210 rtx base0, base1, offset0, offset1; 1212 split_const (op1, &base1, &offset1); 1213 if (rtx_equal_p (base0, base1)) 1208 rtx base0, base1, offset0, offset1; local
|
| simplify-rtx.cc | 503 rtx base0, base1, offset0, offset1; 505 split_const (op1, &base1, &offset1); 506 if (rtx_equal_p (base0, base1)) 2752 rtx base1, step1; 2753 if (vec_duplicate_p (op1, &base1)) 2755 else if (!vec_series_p (op1, &base1, &step1)) 2762 rtx new_base = simplify_binary_operation (code, inner_mode, base0, base1); 497 rtx base0, base1, offset0, offset1; local
|
| ipa-devirt.cc | 1714 tree base1 = BINFO_BASE_BINFO (TYPE_BINFO (type), i); local 1716 tree type1 = BINFO_TYPE (base1); 1741 if (BINFO_OFFSET (base1) != BINFO_OFFSET (base2))
|
| tree-ssa-alias.cc | 1103 aliasing_component_refs_walk (tree ref1, tree type1, tree base1, 1151 if (TREE_CODE (TREE_TYPE (base1)) == ARRAY_TYPE 1152 && (!TYPE_SIZE (TREE_TYPE (base1)) 1153 || TREE_CODE (TYPE_SIZE (TREE_TYPE (base1))) != INTEGER_CST 1162 return aliasing_matching_component_refs_p (base1, ref1, 1171 /* Consider access path1 base1....ref1 and access path2 base2...ref2. 1173 base1...ref1...base2...ref2. 1238 tree base1, base2; local 1257 base1 to point to base 1266 base1 = ref1 2370 tree base1, base2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| vec-perm-indices.cc | 258 /* BASE1 has been checked but BASE2 hasn't. */ 259 element_type base1 = m_encoding[i + npatterns]; local 262 /* The step to add to get from BASE1 to each subsequent value. */ 263 element_type step = clamp (base2 - base1); 271 element_type headroom_down = base1 - start;
|
| tree-ssa-scopedtables.cc | 539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1); local 547 return operand_equal_p (base0, base1, 550 && (TREE_CODE (base1) == MEM_REF 551 || TREE_CODE (base1) == TARGET_MEM_REF)
|
| recog.cc | 1210 rtx base0, base1, offset0, offset1; 1212 split_const (op1, &base1, &offset1); 1213 if (rtx_equal_p (base0, base1)) 1208 rtx base0, base1, offset0, offset1; local
|
| simplify-rtx.cc | 503 rtx base0, base1, offset0, offset1; 505 split_const (op1, &base1, &offset1); 506 if (rtx_equal_p (base0, base1)) 2614 rtx base1, step1; 2615 if (vec_duplicate_p (op1, &base1)) 2617 else if (!vec_series_p (op1, &base1, &step1)) 2624 rtx new_base = simplify_binary_operation (code, inner_mode, base0, base1); 497 rtx base0, base1, offset0, offset1; local
|
| /src/sys/dev/pci/ |
| if_ex_pci.c | 330 uint32_t base1; local 343 base1 = pci_conf_read(pc, tag, PCI_BAR1); 350 pci_conf_write(pc, tag, PCI_BAR1, base1);
|
| /src/sys/arch/arm/broadcom/ |
| bcm53xx_pax.c | 341 paddr_t base1 = base + __LOWEST_SET_BIT(PCIE_OARR_ADDR); local 342 bcmpax_write_4(sc, PCIE_OARR_1, base1); 343 bcmpax_write_4(sc, PCIE_OMAP_1_LOWER, base1 | 1);
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| thead.cc | 70 rtx reg1, reg2, mem1, mem2, base1, base2; local 109 split_plus (XEXP (mem1, 0), &base1, &offset1); local 111 gcc_assert (rtx_equal_p (base1, base2)); 124 gcc_assert (REG_P (base1)); 128 gcc_assert (REGNO (reg1) != REGNO (base1)); 129 gcc_assert (REGNO (reg2) != REGNO (base1)); 135 output_operands[2] = copy_rtx (base1); 153 rtx base1, base2, offset1, offset2; local 154 extract_base_offset_in_addr (*mem1, &base1, &offset1); 158 if (!base1 || !base2 [all...] |
| /src/external/mpl/bind/dist/lib/dns/rdata/in_1/ |
| svcb_64.c | 417 unsigned char *base1, *base2; local 424 base1 = r1.base; 466 base1 = base2; 475 if (base1 != r2.base) { 478 size_t length = base1 - r2.base; 491 memmove(buf, base1, count); 495 base1 += count;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/ |
| svcb_64.c | 443 unsigned char *base1, *base2; local 450 base1 = r1.base; 492 base1 = base2; 501 if (base1 != r2.base) { 504 size_t length = base1 - r2.base; 517 memmove(buf, base1, count); 521 base1 += count;
|
| /src/external/gpl3/binutils/dist/binutils/ |
| srconv.c | 69 static int base1 = 0x18; variable 88 ids1[x] = base1++; 1841 printf ("ids %d %d\n", base1, base2);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| srconv.c | 69 static int base1 = 0x18; variable 88 ids1[x] = base1++; 1841 printf ("ids %d %d\n", base1, base2);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| classes.cc | 397 class Base1 { 400 Base1(int i) { x = i; } 401 ~Base1 () { } 404 typedef Base1 base1; typedef 420 class Bar : public Base1, public Foo { 423 Bar (int i, int j, int k) : Base1 (10*k), Foo (i, j) { z = k; } 629 base1 b (3);
|
| cpexprs.cc | 276 class base1 : public virtual base class in inherits:base 279 base1 (void) : foo_ (21) { } // base1::base1(void) function in class:base1 280 base1 (int a) : foo_(a) { } // base1::base1(int) function in class:base1 281 void a_function (void) const { } // base1::a_function 297 class derived : public base1, public base2 302 this->base1::a_function () [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| classes.cc | 397 class Base1 { 400 Base1(int i) { x = i; } 401 ~Base1 () { } 404 typedef Base1 base1; typedef 420 class Bar : public Base1, public Foo { 423 Bar (int i, int j, int k) : Base1 (10*k), Foo (i, j) { z = k; } 629 base1 b (3);
|
| cpexprs.cc | 276 class base1 : public virtual base class in inherits:base 279 base1 (void) : foo_ (21) { } // base1::base1(void) function in class:base1 280 base1 (int a) : foo_(a) { } // base1::base1(int) function in class:base1 281 void a_function (void) const { } // base1::a_function 297 class derived : public base1, public base2 302 this->base1::a_function () [all...] |
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| mmaptrace.c | 1290 * - function starts in a known segment (base1 != 0) 1291 * - function ends in the same segment (base1==base2 && end1==end2) 1294 unsigned long base1, end1, base2, end2; local 1295 __collector_check_segment ((unsigned long) vaddr, &base1, &end1, 0); 1296 if (base1) 1298 if (base1 == 0 || base1 != base2 || end1 != end2)
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| mmaptrace.c | 1290 * - function starts in a known segment (base1 != 0) 1291 * - function ends in the same segment (base1==base2 && end1==end2) 1294 unsigned long base1, end1, base2, end2; local 1295 __collector_check_segment ((unsigned long) vaddr, &base1, &end1, 0); 1296 if (base1) 1298 if (base1 == 0 || base1 != base2 || end1 != end2)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| go32-nat.c | 1427 unsigned char base1; member in struct:seg_descr 1563 descr.base2, descr.base1, descr.base0, limit); 1698 | (ldt_descr.base1 << 16) 1704 | (ldt_descr.base1 << 16)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| go32-nat.c | 1429 unsigned char base1; member in struct:seg_descr 1565 descr.base2, descr.base1, descr.base0, limit); 1700 | (ldt_descr.base1 << 16) 1706 | (ldt_descr.base1 << 16)
|