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

  /src/usr.bin/vndcompress/
offtab.c 305 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes);
306 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1) {
308 first_offset);
402 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes);
411 offtab->ot_window[0] = htobe64((uint64_t)first_offset);
414 if (lseek(offtab->ot_fd, first_offset, SEEK_SET) == -1)
303 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local
399 const off_t first_offset = (offtab->ot_fdpos + offtab_bytes); local
vndcompress.c 615 const uint64_t first_offset = offtab_get(&S->offtab, 0); local
621 if (first_offset != expected) {
623 expected, first_offset);
630 uint64_t last_offset = first_offset;
  /src/usr.sbin/fstyp/
hammer_disk.h 392 hammer_off_t first_offset; /* zone-X offset only used by zone-3 */ member in struct:hammer_blockmap
  /src/external/mit/isl/dist/
isl_ast_codegen.c 3841 static int first_offset(struct isl_set_map_pair *domain, int *order, int n, function
4056 first = first_offset(domain, order, n, build);
  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 3710 int first_offset = 0; local
3738 first_offset = -frame->pretend_size;
3745 frame_stack_add (first_offset);
3746 first_offset = 0;
3765 first_offset);
3769 first_offset,
3773 first_offset, emit_move);
3866 int first_offset; local
3882 first_offset = size - (frame->pretend_size + frame->reg_size
3898 first_offset,
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/nios2/
nios2.cc 5079 rtx first_base, first_offset;
5081 &first_base, &first_offset))
5083 if (!REG_P (first_base) || !CONST_INT_P (first_offset))
5086 inc_p = INTVAL (first_offset) >= 0;
5068 rtx first_base, first_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2.cc 5073 rtx first_base, first_offset;
5075 &first_base, &first_offset))
5077 if (!REG_P (first_base) || !CONST_INT_P (first_offset))
5080 inc_p = INTVAL (first_offset) >= 0;
5062 rtx first_base, first_offset; local
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 3786 int first_offset = 0; local
3814 first_offset = -frame->pretend_size;
3821 frame_stack_add (first_offset);
3822 first_offset = 0;
3841 first_offset);
3845 first_offset,
3849 first_offset, emit_move);
3942 int first_offset; local
3958 first_offset = size - (frame->pretend_size + frame->reg_size
3974 first_offset,
    [all...]

Completed in 48 milliseconds