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

  /src/common/lib/libc/cdb/
cdbr.c 96 uint8_t *offset_base; local
196 cdbr->offset_base = cdbr->hash_base + cdbr->entries_index * cdbr->index_size;
198 cdbr->offset_base += cdbr->offset_size -
200 cdbr->data_base = cdbr->offset_base + (cdbr->entries + 1) * cdbr->offset_size;
203 cdbr->offset_base < cdbr->mmap_base ||
256 start = get_uintX(cdbr->offset_base, idx, cdbr->offset_size);
257 end = get_uintX(cdbr->offset_base, idx + 1, cdbr->offset_size);
  /src/external/gpl3/gcc/dist/gcc/config/visium/
visium.cc 1906 int offset_base = offset & ~mask; local
1909 if (size > 4 && size + offset - offset_base > 0x80)
1910 offset_base = offset & ~0x3f;
1911 if (offset_base != 0 && offset_base != offset && (offset & mask1) == 0)
1916 GEN_INT (offset_base)));
1918 return plus_constant (Pmode, ptr_reg, offset - offset_base);
1952 int offset_base = offset & ~mask; local
1955 if (size > 4 && size + offset - offset_base > 0x80)
1956 offset_base = offset & ~0x3f
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/visium/
visium.cc 1903 int offset_base = offset & ~mask; local
1906 if (size > 4 && size + offset - offset_base > 0x80)
1907 offset_base = offset & ~0x3f;
1908 if (offset_base != 0 && offset_base != offset && (offset & mask1) == 0)
1913 GEN_INT (offset_base)));
1915 return plus_constant (Pmode, ptr_reg, offset - offset_base);
1949 int offset_base = offset & ~mask; local
1952 if (size > 4 && size + offset - offset_base > 0x80)
1953 offset_base = offset & ~0x3f
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
STLExtras.h 1069 /// * BaseT offset_base(const BaseT &base, ptrdiff_t index)
1099 : base(offset_base(begin.getBase(), begin.getIndex())),
1140 return DerivedT(offset_base(base, n), m);
1178 static BaseT offset_base(const BaseT &base, size_t n) { function in class:llvm::detail::indexed_accessor_range_base
1179 return n == 0 ? base : DerivedT::offset_base(base, n);
1224 offset_base(const std::pair<BaseT, ptrdiff_t> &base, ptrdiff_t index) { function in class:llvm::indexed_accessor_range
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.h 2339 u8 *offset_base; member in struct:__sanitizer::__sanitizer_cdbr
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
aes-gcm-avx512.pl 302 my $offset_base;
306 $offset_base = $STACK_HKEYS_OFFSET;
310 $offset_base = $CTX_OFFSET_HTable;
313 return $offset_base + $offset_idx;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 2366 u8 *offset_base; member in struct:__sanitizer::__sanitizer_cdbr
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_netbsd.h 2366 u8 *offset_base; member in struct:__sanitizer::__sanitizer_cdbr
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 10212 HOST_WIDE_INT offset = INTVAL (index_rtx), offset_base;
10220 offset_base
10227 if (GET_MODE_SIZE (mode) + offset - offset_base <= (256 << shift))
10233 sum2 = sum = plus_constant (Pmode, reg, offset_base);
10238 offset_base);
10242 *p = gen_rtx_PLUS (Pmode, sum, GEN_INT (offset - offset_base));
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 10438 HOST_WIDE_INT offset = INTVAL (index_rtx), offset_base;
10446 offset_base
10453 if (GET_MODE_SIZE (mode) + offset - offset_base <= (256 << shift))
10459 sum2 = sum = plus_constant (Pmode, reg, offset_base);
10464 offset_base);
10468 *p = gen_rtx_PLUS (Pmode, sum, GEN_INT (offset - offset_base));
10437 HOST_WIDE_INT offset = INTVAL (index_rtx), offset_base; local
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 4687 uint32_t offset_base; local
4704 offset_base = pt->base;
4831 offset_state = offset_base + v;
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 4687 uint32_t offset_base; local
4704 offset_base = pt->base;
4831 offset_state = offset_base + v;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 4687 uint32_t offset_base; local
4704 offset_base = pt->base;
4831 offset_state = offset_base + v;

Completed in 108 milliseconds