HomeSort by: relevance | last modified time | path
    Searched defs:off2 (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/tests/lib/libc/string/
t_memchr.c 26 void *off, *off2; local
123 off2 = f(&buf[a], 0xffffff00 | '/', tab[t].len);
124 if (off2 != off)
t_strrchr.c 26 char *off, *off2; local
242 off2 = f(&buf[a], 0xffffff00 | '/');
243 if (off != off2) {
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
argtypes.c 424 unsigned off2 = f->offset; local
426 off2 = 8;
427 if (!t2 && off2 != 8)
429 assert(t2 || off2 == 8);
430 t2 = argtypemerge(t2, ft2, off2 - 8);
  /src/external/gpl3/binutils/dist/ld/emultempl/
spu_ovl.S 40 #define off2 reserved2 define
213 shli off2, ovl, 4 # 0,4 3
220 lqx vma, tab2, off2 # 1,6 7
228 shli off2, ovl, 4 # 0,4 2
237 lqx vma, tab2, off2 # 1,6 6
  /src/external/gpl3/binutils.old/dist/ld/emultempl/
spu_ovl.S 40 #define off2 reserved2 define
213 shli off2, ovl, 4 # 0,4 3
220 lqx vma, tab2, off2 # 1,6 7
228 shli off2, ovl, 4 # 0,4 2
237 lqx vma, tab2, off2 # 1,6 6
  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.cc 702 poly_int64 off2; local
703 if (!off.to_shwi (&off2))
705 ao_ref_init_from_ptr_and_range (ref, arg, true, off2, size, max_size);
tree-ssa-alias.cc 3390 poly_offset_int off2 = mem_ref_offset (ref->base); local
3391 off2 <<= LOG2_BITS_PER_UNIT;
3392 off2 += ref_offset;
3393 if (!off1.to_shwi (&offset) || !off2.to_shwi (&ref_offset))
tree-ssa-loop-im.cc 1876 aff_tree off1, off2; local
1888 get_inner_reference_aff (mem2->mem.ref, &off2, &size2);
1890 aff_combination_expand (&off2, ttae_cache);
1892 aff_combination_add (&off2, &off1);
1894 if (aff_comb_cannot_overlap_p (&off2, size1, size2))
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.cc 702 poly_int64 off2; local
703 if (!off.to_shwi (&off2))
705 ao_ref_init_from_ptr_and_range (ref, arg, true, off2, size, max_size);
tree-ssa-alias.cc 3321 poly_offset_int off2 = mem_ref_offset (ref->base); local
3322 off2 <<= LOG2_BITS_PER_UNIT;
3323 off2 += ref_offset;
3324 if (!off1.to_shwi (&offset) || !off2.to_shwi (&ref_offset))
tree-ssa-loop-im.cc 1828 aff_tree off1, off2; local
1840 get_inner_reference_aff (mem2->mem.ref, &off2, &size2);
1842 aff_combination_expand (&off2, ttae_cache);
1844 aff_combination_add (&off2, &off1);
1846 if (aff_comb_cannot_overlap_p (&off2, size1, size2))
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap.c 246 uint64_t off2 = idx2 & ((1<<(bs-3))-1); local
257 ((uint64_t *)db2->db_data)[off2] = val;
258 ((uint64_t *)db2->db_data)[off2+1] = val;
  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 299 uint64_t off2 = dobj2->get_offset (); local
300 if (off1 < off2)
302 if (off1 > off2)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 299 uint64_t off2 = dobj2->get_offset (); local
300 if (off1 < off2)
302 if (off1 > off2)
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 606 uint32 off2 = f.get_uint32(); // offset to symbol set index array local
611 for (j = 0; j < off2 - off1; j++) {
1210 uint32 off2 = f.get_uint32(); // offset to symbol set index array local
1212 for (uint32 j = 0; j < off2 - off1; j++) {
  /src/external/gpl3/binutils/dist/bfd/
elf32-microblaze.c 1282 bfd_vma off, off2;
1320 off2 = off;
1323 off2 = off + 4;
1393 + off2);
1399 htab->elf.sgot->contents + off2);
1414 htab->elf.sgot->contents + off2);
1419 htab->elf.sgot->contents + off2);
1279 bfd_vma off, off2; local
elf32-tic6x.c 2173 bfd_vma off, off2, relocation; local
2299 off2 = ((off & ~(bfd_vma)0x1f) - rel->r_addend) & (bfd_vma)~0x1f;
2300 off2 = relocation - off2;
2301 relocation = off + off2;
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-microblaze.c 1282 bfd_vma off, off2;
1320 off2 = off;
1323 off2 = off + 4;
1393 + off2);
1399 htab->elf.sgot->contents + off2);
1414 htab->elf.sgot->contents + off2);
1419 htab->elf.sgot->contents + off2);
1279 bfd_vma off, off2; local
elf32-tic6x.c 2176 bfd_vma off, off2, relocation; local
2301 off2 = ((off & ~(bfd_vma)0x1f) - rel->r_addend) & (bfd_vma)~0x1f;
2302 off2 = relocation - off2;
2303 relocation = off + off2;
  /src/external/gpl3/gdb/dist/bfd/
elf32-microblaze.c 1282 bfd_vma off, off2;
1320 off2 = off;
1323 off2 = off + 4;
1393 + off2);
1399 htab->elf.sgot->contents + off2);
1414 htab->elf.sgot->contents + off2);
1419 htab->elf.sgot->contents + off2);
1279 bfd_vma off, off2; local
elf32-tic6x.c 2176 bfd_vma off, off2, relocation; local
2301 off2 = ((off & ~(bfd_vma)0x1f) - rel->r_addend) & (bfd_vma)~0x1f;
2302 off2 = relocation - off2;
2303 relocation = off + off2;
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-microblaze.c 1287 bfd_vma off, off2;
1325 off2 = off;
1328 off2 = off + 4;
1398 + off2);
1404 htab->elf.sgot->contents + off2);
1419 htab->elf.sgot->contents + off2);
1424 htab->elf.sgot->contents + off2);
1284 bfd_vma off, off2; local
elf32-tic6x.c 2184 bfd_vma off, off2, relocation; local
2309 off2 = ((off & ~(bfd_vma)0x1f) - rel->r_addend) & (bfd_vma)~0x1f;
2310 off2 = relocation - off2;
2311 relocation = off + off2;
  /src/sys/dist/pf/net/
pf.c 4484 int off2 = 0; local
4512 off2 = ipoff2 + (h2.ip_hl << 2);
4535 off2 = ipoff2 + sizeof(h2_6);
4552 if (!pf_pull_hdr(m, off2, &opt6,
4560 off2 += (opt6.ip6e_len + 2) * 4;
4562 off2 += (opt6.ip6e_len + 1) * 8;
4589 if (!pf_pull_hdr(m, off2, &th, 8, NULL, reason,
4687 m_copyback(m, off2, 8, &th);
4696 if (!pf_pull_hdr(m, off2, &uh, sizeof(uh),
4755 m_copyback(m, off2, sizeof(uh), &uh)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 12378 tree off2 = fold_convert (sizetype, arg2);
12380 if (tree_int_cst_lt (off2, pos)
12381 || tree_int_cst_le (size_binop (PLUS_EXPR, pos, sz2), off2))
12373 tree off2 = fold_convert (sizetype, arg2); local

Completed in 101 milliseconds

1 2