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

1 2 3

  /src/external/bsd/mdocml/dist/
dbm_map.c 52 static int32_t max_offset; variable
101 max_offset = be32toh(*dbm_getint(3)) + sizeof(int32_t);
102 if (st.st_size != max_offset) {
104 fname, (long long)st.st_size, max_offset);
150 if (offset >= max_offset) {
152 offset, max_offset);
  /src/external/gpl3/gdb/dist/gdb/unittests/
copy_bitwise-selftests.c 126 const unsigned int max_offset = data_nbits - nbits; local
129 source_offset <= max_offset;
133 dest_offset <= max_offset;
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
copy_bitwise-selftests.c 126 const unsigned int max_offset = data_nbits - nbits; local
129 source_offset <= max_offset;
133 dest_offset <= max_offset;
  /src/external/bsd/tcpdump/dist/
print-domain.c 195 u_int offset, max_offset; local
202 max_offset = (u_int)(cp - bp);
232 if (offset >= max_offset) {
236 max_offset = offset;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_context.h 126 #ifdef max_offset
127 #undef max_offset macro
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_cache.c 348 uint64_t max_offset = P2ROUNDUP(io_end, VCBS); local
361 while (ve != NULL && ve->ve_offset < max_offset) {
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unit.c 100 gfc_offset max_offset; variable
600 if (sizeof (max_offset) == 8)
602 max_offset = GFC_INTEGER_8_HUGE;
607 max_offset which is large enough for all practical
609 default_recl = max_offset & ~(1LL<<31);
611 else if (sizeof (max_offset) == 4)
612 max_offset = default_recl = GFC_INTEGER_4_HUGE;
614 internal_error (NULL, "sizeof (max_offset) must be 4 or 8");
  /src/external/gpl3/gcc/dist/libgfortran/io/
unit.c 102 gfc_offset max_offset; variable
636 if (sizeof (max_offset) == 8)
638 max_offset = GFC_INTEGER_8_HUGE;
643 max_offset which is large enough for all practical
645 default_recl = max_offset & ~(1LL<<31);
647 else if (sizeof (max_offset) == 4)
648 max_offset = default_recl = GFC_INTEGER_4_HUGE;
650 internal_error (NULL, "sizeof (max_offset) must be 4 or 8");
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_vma.c 524 unsigned int n, max_offset; local
526 max_offset = max(a->stride * a->height,
528 GEM_BUG_ON(max_offset > max_pages);
529 max_offset = max_pages - max_offset;
535 for_each_prime_number_from(view.rotated.plane[0].offset, 0, max_offset) {
536 for_each_prime_number_from(view.rotated.plane[1].offset, 0, max_offset) {
  /src/external/gpl3/gcc.old/dist/gcc/config/ft32/
ft32.cc 859 int max_offset = TARGET_FT32B ? 16384 : 128; local
870 && (-max_offset <= INTVAL (op2))
871 && (INTVAL (op2) < max_offset)
  /src/external/gpl3/gcc/dist/gcc/config/ft32/
ft32.cc 863 int max_offset = TARGET_FT32B ? 16384 : 128; local
874 && (-max_offset <= INTVAL (op2))
875 && (INTVAL (op2) < max_offset)
  /src/usr.sbin/installboot/
evboards.c 1870 off_t max_offset = 0; local
1923 if (max_offset < this_max)
1924 max_offset = this_max;
1929 * max_offset points to the first byte that's available for a
1933 off_t rounded_max_offset = (off_t)(max_offset / params->sectorsize) *
1935 if (rounded_max_offset != max_offset)
1940 (long long)max_offset, (long long)rounded_max_offset);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-versioning.cc 199 [MIN_OFFSET, MAX_OFFSET). */
200 HOST_WIDE_INT min_offset, max_offset; member in class:__anon11198::address_info
445 address.min_offset, address.max_offset - 1);
841 unsigned HOST_WIDE_INT access_size = address.max_offset - address.min_offset;
1281 address->max_offset = address->min_offset + type_size;
1312 if (old_address->max_offset < address->max_offset)
1313 old_address->max_offset = address->max_offset;
  /src/external/gpl3/gcc.old/dist/libbacktrace/
pecoff.c 608 off_t max_offset; local
816 max_offset = 0;
826 if (end > max_offset)
827 max_offset = end;
829 if (min_offset == 0 || max_offset == 0)
838 max_offset - min_offset,
xcoff.c 1089 off_t max_offset; local
1240 max_offset = 0;
1274 if (end > max_offset)
1275 max_offset = end;
1279 if (min_offset != 0 && max_offset != 0)
1282 max_offset - min_offset,
  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-versioning.cc 199 [MIN_OFFSET, MAX_OFFSET). */
200 HOST_WIDE_INT min_offset, max_offset; member in class:__anon1160::address_info
445 address.min_offset, address.max_offset - 1);
841 unsigned HOST_WIDE_INT access_size = address.max_offset - address.min_offset;
1281 address->max_offset = address->min_offset + type_size;
1312 if (old_address->max_offset < address->max_offset)
1313 old_address->max_offset = address->max_offset;
  /src/external/gpl3/gcc/dist/libbacktrace/
pecoff.c 620 off_t max_offset; local
829 max_offset = 0;
839 if (end > max_offset)
840 max_offset = end;
842 if (min_offset == 0 || max_offset == 0)
851 max_offset - min_offset,
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 148 LONGEST offset = 0, max_offset; local
181 max_offset = 8 * from->type ()->length ();
182 offset = max_offset - v->bitsize ();
185 max_offset = v->bitsize ();
188 max_offset = 8 * v->type ()->length ();
194 for (; i < c->pieces.size () && offset < max_offset; i++)
200 if (this_size_bits > max_offset - offset)
201 this_size_bits = max_offset - offset;
438 if (offset < max_offset)
442 v->mark_bits_optimized_out (offset, max_offset - offset)
    [all...]
  /src/external/gpl3/gdb/dist/libbacktrace/
pecoff.c 620 off_t max_offset; local
829 max_offset = 0;
839 if (end > max_offset)
840 max_offset = end;
842 if (min_offset == 0 || max_offset == 0)
851 max_offset - min_offset,
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 148 LONGEST offset = 0, max_offset; local
181 max_offset = 8 * from->type ()->length ();
182 offset = max_offset - v->bitsize ();
185 max_offset = v->bitsize ();
188 max_offset = 8 * v->type ()->length ();
194 for (; i < c->pieces.size () && offset < max_offset; i++)
200 if (this_size_bits > max_offset - offset)
201 this_size_bits = max_offset - offset;
438 if (offset < max_offset)
442 v->mark_bits_optimized_out (offset, max_offset - offset)
    [all...]
  /src/external/gpl3/gdb.old/dist/libbacktrace/
pecoff.c 620 off_t max_offset; local
829 max_offset = 0;
839 if (end > max_offset)
840 max_offset = end;
842 if (min_offset == 0 || max_offset == 0)
851 max_offset - min_offset,
  /src/sys/fs/udf/
udf.h 236 uint32_t max_offset; /* in bits */ member in struct:udf_bitmap
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-hppa.c 1996 unsigned int max_offset;
2023 max_offset = 32768;
2029 max_offset = 8192;
2034 if ((value & 7) || value + max_offset >= 2*max_offset - 8)
1995 unsigned int max_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/v850/
v850.cc 998 int max_offset = 0;
1004 max_offset = (1 << 4);
1007 max_offset = (1 << 4);
1009 max_offset = (1 << 7);
1014 max_offset = (1 << 5);
1017 max_offset = (1 << 5);
1019 max_offset = (1 << 8);
1024 max_offset = (1 << 8);
1031 return max_offset;
1040 int max_offset;
993 int max_offset = 0; local
1035 int max_offset; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/v850/
v850.cc 998 int max_offset = 0;
1004 max_offset = (1 << 4);
1007 max_offset = (1 << 4);
1009 max_offset = (1 << 7);
1014 max_offset = (1 << 5);
1017 max_offset = (1 << 5);
1019 max_offset = (1 << 8);
1024 max_offset = (1 << 8);
1031 return max_offset;
1040 int max_offset;
993 int max_offset = 0; local
1035 int max_offset; local
    [all...]

Completed in 68 milliseconds

1 2 3