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

  /src/external/bsd/jemalloc/dist/test/unit/
cache_bin.c 93 size_t cur_offset = 0; local
94 cache_bin_preincrement(info, 1, mem, &cur_offset);
95 cache_bin_init(bin, info, mem, &cur_offset);
96 cache_bin_postincrement(info, 1, mem, &cur_offset);
97 assert_zu_eq(cur_offset, size, "Should use all requested memory");
  /src/external/bsd/pdisk/dist/
deblock_media.c 171 long long cur_offset; local
190 cur_offset = offset;
195 partial_offset = cur_offset % next_size;
201 rtn_value = read_media(a->next_media, cur_offset - partial_offset, next_size, a->buffer);
205 cur_offset += partial_count;
212 rtn_value = read_media(a->next_media, cur_offset, partial_count, addr);
214 cur_offset += partial_count;
220 rtn_value = read_media(a->next_media, cur_offset, next_size, a->buffer);
238 long long cur_offset; local
257 cur_offset = offset
    [all...]
  /src/common/include/x86emu/
x86emu.h 153 uint32_t cur_offset; member in struct:X86EMU
  /src/external/gpl3/gcc/dist/gcc/
fold-mem-offsets.cc 664 HOST_WIDE_INT cur_offset; local
665 if (!get_fold_mem_root (insn, &mem, &reg, &cur_offset))
680 HOST_WIDE_INT cur_offset; local
681 if (!get_fold_mem_root (insn, &mem, &reg, &cur_offset))
684 HOST_WIDE_INT new_offset = cur_offset + info->added_offset;
761 HOST_WIDE_INT cur_offset; local
762 if (!get_fold_mem_root (insn, &mem, &reg, &cur_offset))
765 HOST_WIDE_INT new_offset = cur_offset + info->added_offset;
767 if (new_offset == cur_offset)
779 " for instruction:\n", cur_offset, new_offset)
    [all...]
ipa-polymorphic-call.cc 75 at position CUR_OFFSET within TYPE.
82 HOST_WIDE_INT cur_offset)
84 if (cur_offset < 0)
88 || cur_offset >= POINTER_SIZE
92 || (cur_offset
134 HOST_WIDE_INT cur_offset = offset; local
144 cur_offset = 0;
164 cur_offset = 0;
218 if (cur_offset != 0
243 if (cur_offset != 0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
tracefile-tfile.c 421 static off_t cur_offset; variable
653 off_t saved_offset = cur_offset;
670 cur_offset = saved_offset;
671 lseek (trace_fd, cur_offset, SEEK_SET);
760 cur_offset = offset;
778 CUR_OFFSET, and call CALLBACK for each block found. If CALLBACK
781 (cur_offset). Returns -1 if no callback call returned true,
790 lseek (trace_fd, cur_offset + pos, SEEK_SET);
806 lseek (trace_fd, cur_offset + pos + trace_regblock_size, SEEK_SET);
810 lseek (trace_fd, cur_offset + pos + 8, SEEK_SET)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
tracefile-tfile.c 421 static off_t cur_offset; variable
653 off_t saved_offset = cur_offset;
670 cur_offset = saved_offset;
671 lseek (trace_fd, cur_offset, SEEK_SET);
760 cur_offset = offset;
778 CUR_OFFSET, and call CALLBACK for each block found. If CALLBACK
781 (cur_offset). Returns -1 if no callback call returned true,
790 lseek (trace_fd, cur_offset + pos, SEEK_SET);
806 lseek (trace_fd, cur_offset + pos + trace_regblock_size, SEEK_SET);
810 lseek (trace_fd, cur_offset + pos + 8, SEEK_SET)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-polymorphic-call.cc 75 at position CUR_OFFSET within TYPE.
82 HOST_WIDE_INT cur_offset)
84 if (cur_offset < 0)
88 || cur_offset >= POINTER_SIZE
92 || (cur_offset
134 HOST_WIDE_INT cur_offset = offset; local
144 cur_offset = 0;
164 cur_offset = 0;
218 if (cur_offset != 0
243 if (cur_offset != 0
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_surface.c 320 const struct vmw_surface_offset *cur_offset = &srf->offsets[i]; local
327 body->guest.ptr.offset += cur_offset->bo_offset;
331 body->host.face = cur_offset->face;
332 body->host.mipmap = cur_offset->mip;
751 struct vmw_surface_offset *cur_offset; local
833 cur_offset = srf->offsets;
841 cur_offset->face = i;
842 cur_offset->mip = j;
843 cur_offset->bo_offset = cur_bo_offset;
846 ++cur_offset;
    [all...]
  /src/external/bsd/jemalloc/dist/src/
tcache.c 670 size_t cur_offset = 0; local
672 &cur_offset);
682 &cur_offset);
702 &cur_offset);
704 assert(cur_offset == tcache_bin_alloc_size);
arena.c 1782 uint32_t cur_offset = (uint32_t)offsetof(arena_t, bins); local
1784 arena_bin_offsets[i] = cur_offset;
1786 cur_offset += (uint32_t)(bin_infos[i].n_shards * sizeof(bin_t));
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_dp_mst_helper.h 473 u8 cur_offset; member in struct:drm_dp_sideband_msg_tx
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic6x.c 4992 offsetT cur_offset; local
4998 for (cur_offset = 0; unwind->saved_reg_count > 0; cur_offset -= 4)
5006 if (unwind->reg_offset[reg] == cur_offset)
5013 if ((cur_offset & 4) == 4)
5018 if ((cur_offset & 4) == 4)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic6x.c 4993 offsetT cur_offset; local
4999 for (cur_offset = 0; unwind->saved_reg_count > 0; cur_offset -= 4)
5007 if (unwind->reg_offset[reg] == cur_offset)
5014 if ((cur_offset & 4) == 4)
5019 if ((cur_offset & 4) == 4)
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 8818 file_ptr cur_offset;
8826 cur_offset = 0;
8860 PRIV (image_offset) = cur_offset;
8863 cur_offset = PRIV (image_offset);
8805 file_ptr cur_offset; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 8796 file_ptr cur_offset;
8804 cur_offset = 0;
8838 PRIV (image_offset) = cur_offset;
8841 cur_offset = PRIV (image_offset);
8783 file_ptr cur_offset; local
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 8796 file_ptr cur_offset;
8804 cur_offset = 0;
8838 PRIV (image_offset) = cur_offset;
8841 cur_offset = PRIV (image_offset);
8783 file_ptr cur_offset; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 8782 file_ptr cur_offset;
8790 cur_offset = 0;
8824 PRIV (image_offset) = cur_offset;
8827 cur_offset = PRIV (image_offset);
8769 file_ptr cur_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 11394 rtx cur_base, cur_offset, tmp;
11402 if (!mem_ok_for_ldd_std (operands[nops+i], &cur_base, &cur_offset))
11410 offsets[i] = INTVAL (cur_offset);
11393 rtx cur_base, cur_offset, tmp; local

Completed in 77 milliseconds