HomeSort by: relevance | last modified time | path
    Searched refs:cur_offset (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/bsd/jemalloc.old/dist/src/
cache_bin.c 42 size_t *cur_offset) {
53 *(uintptr_t *)((uintptr_t)alloc + *cur_offset) =
55 *cur_offset += sizeof(void *);
60 size_t *cur_offset) {
61 *(uintptr_t *)((uintptr_t)alloc + *cur_offset) =
63 *cur_offset += sizeof(void *);
68 size_t *cur_offset) {
74 void *stack_cur = (void *)((uintptr_t)alloc + *cur_offset);
78 *cur_offset += bin_stack_size;
79 void *empty_position = (void *)((uintptr_t)alloc + *cur_offset);
    [all...]
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/external/bsd/jemalloc/dist/src/
cache_bin.c 54 void *alloc, size_t *cur_offset) {
66 + *cur_offset) = cache_bin_preceding_junk;
67 *cur_offset += sizeof(void *);
71 cache_bin_postincrement(void *alloc, size_t *cur_offset) {
72 *(uintptr_t *)((byte_t *)alloc + *cur_offset) = cache_bin_trailing_junk;
73 *cur_offset += sizeof(void *);
78 size_t *cur_offset) {
84 void *stack_cur = (void *)((byte_t *)alloc + *cur_offset);
88 *cur_offset += bin_stack_size;
89 void *empty_position = (void *)((byte_t *)alloc + *cur_offset);
    [all...]
tcache.c 828 size_t cur_offset = 0; local
829 cache_bin_preincrement(tcache_bin_info, tcache_nbins, mem, &cur_offset);
840 cache_bin, &tcache_bin_info[i], mem, &cur_offset);
859 cache_bin_postincrement(mem, &cur_offset);
865 assert(cur_offset == size);
  /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/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...]
sanopt.cc 411 /* Return true when pointer PTR for a given CUR_OFFSET is already sanitized
416 offset_int &cur_offset)
418 bool pos_p = !wi::neg_p (cur_offset);
437 if (wi::les_p (cur_offset, ooffset))
440 else if (!pos_p && wi::les_p (ooffset, cur_offset))
481 offset_int cur_offset = wi::sext (wi::to_offset (off), POINTER_SIZE);
482 if (has_dominating_ubsan_ptr_check (ctx, ptr, cur_offset))
507 offset_int total_offset = expr_offset + cur_offset;
510 record_ubsan_ptr_check_stmt (ctx, stmt, ptr, cur_offset);
546 bool sign_cur_offset = !wi::neg_p (cur_offset);
    [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...]
sanopt.cc 411 /* Return true when pointer PTR for a given CUR_OFFSET is already sanitized
416 offset_int &cur_offset)
418 bool pos_p = !wi::neg_p (cur_offset);
437 if (wi::les_p (cur_offset, ooffset))
440 else if (!pos_p && wi::les_p (ooffset, cur_offset))
481 offset_int cur_offset = wi::sext (wi::to_offset (off), POINTER_SIZE);
482 if (has_dominating_ubsan_ptr_check (ctx, ptr, cur_offset))
507 offset_int total_offset = expr_offset + cur_offset;
510 record_ubsan_ptr_check_stmt (ctx, stmt, ptr, cur_offset);
546 bool sign_cur_offset = !wi::neg_p (cur_offset);
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
cache_bin.c 90 size_t cur_offset = 0; local
91 cache_bin_preincrement(info, 1, mem, &cur_offset);
92 cache_bin_init(bin, info, mem, &cur_offset);
93 cache_bin_postincrement(mem, &cur_offset);
94 assert_zu_eq(cur_offset, size, "Should use all requested memory");
  /src/common/include/x86emu/
x86emu.h 153 uint32_t cur_offset; member in struct:X86EMU
  /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/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/bsd/jemalloc.old/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/jemalloc.old/dist/include/jemalloc/internal/
cache_bin.h 657 void *alloc, size_t *cur_offset);
659 void *alloc, size_t *cur_offset);
661 size_t *cur_offset);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
cache_bin.h 657 void *alloc, size_t *cur_offset);
659 void *alloc, size_t *cur_offset);
661 size_t *cur_offset);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
cache_bin.h 769 void *alloc, size_t *cur_offset);
770 void cache_bin_postincrement(void *alloc, size_t *cur_offset);
772 size_t *cur_offset);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
cache_bin.h 769 void *alloc, size_t *cur_offset);
770 void cache_bin_postincrement(void *alloc, size_t *cur_offset);
772 size_t *cur_offset);
  /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/common/lib/libx86emu/
x86emu.c 962 emu->cur_offset = decode_rl_address(emu);
963 return fetch_data_byte(emu, emu->cur_offset);
974 emu->cur_offset = decode_rl_address(emu) + disp;
976 emu->cur_offset &= 0xffff;
977 return fetch_data_word(emu, emu->cur_offset);
988 emu->cur_offset = decode_rl_address(emu) + disp;
990 emu->cur_offset &= 0xffff;
991 return fetch_data_long(emu, emu->cur_offset);
1013 emu->cur_offset = decode_rl_address(emu);
1015 return fetch_data_byte(emu, emu->cur_offset);
    [all...]
  /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)

Completed in 40 milliseconds

1 2