HomeSort by: relevance | last modified time | path
    Searched defs:boffset (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/objc-private/
sarray.h 86 unsigned int boffset : SIZET_BITS / 4; member in struct:soffset
90 unsigned long boffset : (SIZET_BITS - 2) - BUCKET_BITS;
94 unsigned int boffset : SIZET_BITS / 2;
174 + (x.off.boffset * BUCKET_SIZE)
177 return x.off.eoffset + (x.off.boffset * BUCKET_SIZE);
187 x.off.boffset = (offset / BUCKET_SIZE) % INDEX_SIZE;
190 x.off.boffset = offset / BUCKET_SIZE;
219 buckets[x.off.boffset]->
222 return array->buckets[x.off.boffset]->elems[x.off.eoffset];
  /src/external/gpl3/gcc/dist/libobjc/
sarray.c 110 size_t boffset; local
118 boffset = xx.off.boffset;
123 boffset = (index/BUCKET_SIZE)%INDEX_SIZE;
126 boffset = index/BUCKET_SIZE;
135 the_bucket = &((*the_index)->buckets[boffset]);
137 the_bucket = &(array->buckets[boffset]);
154 the_bucket = &((*the_index)->buckets[boffset]);
166 the_bucket = &((*the_index)->buckets[boffset]);
  /src/external/gpl3/gcc.old/dist/libobjc/objc-private/
sarray.h 86 unsigned int boffset : SIZET_BITS / 4; member in struct:soffset
90 unsigned long boffset : (SIZET_BITS - 2) - BUCKET_BITS;
94 unsigned int boffset : SIZET_BITS / 2;
174 + (x.off.boffset * BUCKET_SIZE)
177 return x.off.eoffset + (x.off.boffset * BUCKET_SIZE);
187 x.off.boffset = (offset / BUCKET_SIZE) % INDEX_SIZE;
190 x.off.boffset = offset / BUCKET_SIZE;
219 buckets[x.off.boffset]->
222 return array->buckets[x.off.boffset]->elems[x.off.eoffset];
  /src/external/gpl3/gcc.old/dist/libobjc/
sarray.c 110 size_t boffset; local
118 boffset = xx.off.boffset;
123 boffset = (index/BUCKET_SIZE)%INDEX_SIZE;
126 boffset = index/BUCKET_SIZE;
135 the_bucket = &((*the_index)->buckets[boffset]);
137 the_bucket = &(array->buckets[boffset]);
154 the_bucket = &((*the_index)->buckets[boffset]);
166 the_bucket = &((*the_index)->buckets[boffset]);
  /src/external/gpl3/gdb/dist/gdb/
gnu-v2-abi.c 385 int boffset =
389 if (boffset)
390 return boffset;
384 int boffset = local
p-valprint.c 711 LONGEST boffset = 0;
751 if (boffset < 0 || boffset >= type->length ())
756 if (target_read_memory (address + boffset, buf.data (),
761 address + boffset);
763 boffset = 0;
709 LONGEST boffset = 0; local
cp-valprint.c 438 LONGEST boffset = 0; local
461 boffset = baseclass_offset (type, i, valaddr,
481 if (boffset < 0 || boffset >= type->length ())
485 if (target_read_memory (address + boffset, buf.data (),
490 address + boffset);
492 boffset = 0;
valops.c 1899 void update_result (struct value *v, LONGEST boffset);
1929 struct_field_searcher::update_result (struct value *v, LONGEST boffset)
1938 && m_last_boffset != boffset)
1943 m_last_boffset = boffset;
1949 if (m_fields.empty () || m_last_boffset != boffset)
1964 /* Same boffset points to members of different classes.
2065 LONGEST boffset = arg1->embedded_offset () + offset;
2071 boffset = baseclass_offset (type, i,
2081 boffset += arg1->embedded_offset () + offset;
2082 if (boffset <
1897 void update_result (struct value *v, LONGEST boffset); member in struct:struct_field_searcher
2063 LONGEST boffset = arg1->embedded_offset () + offset; local
2732 LONGEST boffset; variable
    [all...]
value.c 3075 LONGEST boffset;
3085 boffset = baseclass_offset (arg_type, fieldno,
3091 boffset = arg_type->field (fieldno).loc_bitpos () / 8;
3102 v->set_embedded_offset (offset + embedded_offset () + boffset);
3069 LONGEST boffset; local
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v2-abi.c 386 int boffset =
390 if (boffset)
391 return boffset;
385 int boffset = local
p-valprint.c 711 LONGEST boffset = 0;
751 if (boffset < 0 || boffset >= type->length ())
756 if (target_read_memory (address + boffset, buf.data (),
761 address + boffset);
763 boffset = 0;
709 LONGEST boffset = 0; local
cp-valprint.c 438 LONGEST boffset = 0; local
461 boffset = baseclass_offset (type, i, valaddr,
481 if (boffset < 0 || boffset >= type->length ())
485 if (target_read_memory (address + boffset, buf.data (),
490 address + boffset);
492 boffset = 0;
valops.c 1900 void update_result (struct value *v, LONGEST boffset);
1930 struct_field_searcher::update_result (struct value *v, LONGEST boffset)
1939 && m_last_boffset != boffset)
1944 m_last_boffset = boffset;
1950 if (m_fields.empty () || m_last_boffset != boffset)
1965 /* Same boffset points to members of different classes.
2066 LONGEST boffset = arg1->embedded_offset () + offset;
2072 boffset = baseclass_offset (type, i,
2082 boffset += arg1->embedded_offset () + offset;
2083 if (boffset <
1898 void update_result (struct value *v, LONGEST boffset); member in struct:struct_field_searcher
2064 LONGEST boffset = arg1->embedded_offset () + offset; local
2733 LONGEST boffset; variable
    [all...]
value.c 3034 LONGEST boffset;
3044 boffset = baseclass_offset (arg_type, fieldno,
3050 boffset = arg_type->field (fieldno).loc_bitpos () / 8;
3061 v->set_embedded_offset (offset + embedded_offset () + boffset);
3028 LONGEST boffset; local
  /src/sbin/newfs_ext2fs/
mke2fs.c 485 uint boffset; local
487 boffset = cgbase(&sblock, cylno);
492 boffset += NBLOCK_SUPERBLOCK + sblock.e2fs_ngdb;
496 boffset += sblock.e2fs.e2fs_reserved_ngdb;
498 gd[cylno].ext2bgd_b_bitmap = h2fs32(boffset);
499 boffset += NBLOCK_BLOCK_BITMAP;
500 gd[cylno].ext2bgd_i_bitmap = h2fs32(boffset);
501 boffset += NBLOCK_INODE_BITMAP;
502 gd[cylno].ext2bgd_i_tables = h2fs32(boffset);
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 1481 vaddr_t boffset = 0; local
1490 KASSERT(boffset + segbcount < MAXPHYS);
1493 (void *)(xbdi->xbdi_bouncebuf + boffset),
1496 boffset += segbcount;
1560 vaddr_t boffset = 0; local
1569 KASSERT(boffset + segbcount < MAXPHYS);
1573 (void *)(xbdi->xbdi_bouncebuf + boffset),
1575 boffset += segbcount;
  /src/sys/dev/wscons/
wsdisplay_vcons.c 671 int i, j, offset, boffset = 0, start = -1; local
745 vdp->chars[boffset] = charptr[offset];
746 vdp->attrs[boffset] = attrptr[offset];
749 boffset++;
774 int i, j, offset, boffset = 0; local
802 if ((vdp->chars[boffset] != charptr[offset]) ||
803 (vdp->attrs[boffset] != attrptr[offset])) {
806 vdp->chars[boffset] = charptr[offset];
807 vdp->attrs[boffset] = attrptr[offset];
810 boffset++
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 11531 unsigned int boffset = (T == 1) ? 4 : 2;
11534 endoffset + boffset);
11530 unsigned int boffset = (T == 1) ? 4 : 2; local
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 11531 unsigned int boffset = (T == 1) ? 4 : 2;
11534 endoffset + boffset);
11530 unsigned int boffset = (T == 1) ? 4 : 2; local
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ivopts.cc 2923 HOST_WIDE_INT boffset, abs_off; local
2928 boffset = int_cst_value (DECL_FIELD_BIT_OFFSET (field));
2929 abs_off = abs_hwi (boffset) / BITS_PER_UNIT;
2930 if (boffset < 0)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-ivopts.cc 2883 HOST_WIDE_INT boffset, abs_off; local
2888 boffset = int_cst_value (DECL_FIELD_BIT_OFFSET (field));
2889 abs_off = abs_hwi (boffset) / BITS_PER_UNIT;
2890 if (boffset < 0)
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 11531 unsigned int boffset = (T == 1) ? 4 : 2;
11534 endoffset + boffset);
11530 unsigned int boffset = (T == 1) ? 4 : 2; local
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 11718 unsigned int boffset = (T == 1) ? 4 : 2;
11721 endoffset + boffset);
11717 unsigned int boffset = (T == 1) ? 4 : 2; local

Completed in 2077 milliseconds