HomeSort by: relevance | last modified time | path
    Searched refs:offset_base (Results 1 - 6 of 6) 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.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/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.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

Completed in 199 milliseconds