Searched refs:offset (Results 476 - 500 of 3197) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/unbound/compat/
H A Dgmtime_r.c45 timesub(timep, offset, tmp)
47 const long offset;
58 rem += (offset);
/freebsd-11-stable/lib/libc/gdtoa/
H A D_hdtoa.c117 int offset = 4 * ndigits + DBL_MAX_EXP - 4 - DBL_MANT_DIG; local
118 u.bits.exp = offset;
121 *decpt += u.bits.exp - offset;
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-mgmtaux.h119 * @offset: Register offset in the BAR0 space.
130 * VXGE_HAL_ERR_INVALID_OFFSET - Register offset in the BAR space is not
137 unsigned int offset, int bufsize, char *retbuf,
143 * @offset: Register offset in the BAR1 space.
152 * VXGE_HAL_ERR_INVALID_OFFSET - Register offset in the BAR space is not
158 unsigned int offset, int bufsize, char *retbuf,
164 * @offset: Register offset i
[all...]
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.h55 #define VXGE_HAL_MRPCIM_STATS_PIO_READ(loc, offset) { \
59 offset, \
104 u32 offset,
/freebsd-11-stable/sys/geom/label/
H A Dg_label_reiserfs.c52 g_label_reiserfs_read_super(struct g_consumer *cp, off_t offset) argument
59 if ((offset % secsize) != 0)
62 fs = (reiserfs_sb_t *)g_read_data(cp, offset, secsize, NULL);
/freebsd-11-stable/sys/i386/i386/
H A Din_cksum.c81 0x00000000, 0x000000FF, 0x0000FFFF, 0x00FFFFFF, /* offset 0 */
82 0x00000000, 0x0000FF00, 0x00FFFF00, 0xFFFFFF00, /* offset 1 */
83 0x00000000, 0x00FF0000, 0xFFFF0000, 0xFFFF0000, /* offset 2 */
84 0x00000000, 0xFF000000, 0xFF000000, 0xFF000000, /* offset 3 */
102 int offset; local
111 if ((offset = 3 & (long) lw) != 0) {
112 const u_int32_t *masks = in_masks + (offset << 2);
113 lw = (u_int32_t *) (((long) lw) - offset);
115 len -= 4 - offset;
125 offset
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_indirect_mapping.h36 * the source offset (low 63 bits)
84 * An ordered array of all mapping entries, sorted by source offset.
120 uint64_t offset);
124 uint64_t offset);
133 uint64_t offset, uint64_t asize, uint32_t *counts);
/freebsd-11-stable/usr.bin/sort/
H A Dcoll.h162 int key_coll(struct keys_array *ks1, struct keys_array *ks2, size_t offset);
166 int list_coll_offset(struct sort_list_item **ss1, struct sort_list_item **ss2, size_t offset);
168 listcoll_t get_list_call_func(size_t offset);
/freebsd-11-stable/usr.bin/bsdiff/bspatch/
H A Dbspatch.c122 off_t i, lenread, offset; local
219 offset = HEADER_SIZE;
220 if (fseeko(cpf, offset, SEEK_SET))
221 err(1, "fseeko(%s, %jd)", argv[3], (intmax_t)offset);
224 offset = add_off_t(offset, bzctrllen);
225 if (fseeko(dpf, offset, SEEK_SET))
226 err(1, "fseeko(%s, %jd)", argv[3], (intmax_t)offset);
229 offset = add_off_t(offset, bzdatale
[all...]
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic.h35 int vlapic_write(struct vlapic *vlapic, int mmio_access, uint64_t offset,
37 int vlapic_read(struct vlapic *vlapic, int mmio_access, uint64_t offset,
109 void vlapic_lvt_write_handler(struct vlapic *vlapic, uint32_t offset);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/
H A Dvts_many_threads_bench.cpp62 int offset = idx * kNumMutexes / n_threads; local
64 mutexes[(offset + i) % kNumMutexes].Lock();
65 mutexes[(offset + i) % kNumMutexes].Unlock();
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h84 // Translate an offset in the input section to an offset in the output
86 uint64_t getOffset(uint64_t offset) const;
88 uint64_t getVA(uint64_t offset = 0) const;
171 // Get the function symbol that encloses this offset from within the
174 Defined *getEnclosingFunction(uint64_t offset);
177 template <class ELFT> std::string getLocation(uint64_t offset);
178 std::string getSrcMsg(const Symbol &sym, uint64_t offset);
179 std::string getObjMsg(uint64_t offset);
248 // Translate an offset i
[all...]
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-mb-x86_64.pl90 ($rounds,$one,$sink,$offset)=("%eax","%ecx","%rbp","%rbx");
187 xor $offset,$offset
192 add \$16,$offset
195 sub $offset,$sink
198 prefetcht0 31(@inptr[0],$offset) # prefetch input
199 prefetcht0 31(@inptr[1],$offset)
201 prefetcht0 31(@inptr[2],$offset)
202 prefetcht0 31(@inptr[2],$offset)
223 prefetcht0 15(@outptr[0],$offset) # prefetc
[all...]
/freebsd-11-stable/contrib/ntp/scripts/lib/NTP/
H A DUtil.pm27 phase => 'offset',
103 my @columns = qw(tally host refid st t when poll reach delay offset jitter);
135 my ($offset, $stratum);
141 $offset = $output[3];
152 return ($offset, $stratum);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff-ia64.c78 file_ptr offset; local
105 offset = H_GET_32 (abfd, dos_hdr.e_lfanew);
106 if (bfd_seek (abfd, offset, SEEK_SET) != 0
125 if (bfd_seek (abfd, offset - sizeof (dos_hdr), SEEK_SET) != 0)
/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2.h49 _Unwind_Sword offset; member in union:__anon1396::frame_state_reg_info::__anon1397::__anon1398
66 /* The CFA can be described in terms of a reg+offset or a
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.h67 LONGEST offset; member in union:dwarf2_frame_state_reg::__anon1507
H A Df-lang.c56 long line_offset; /* Line offset for function */
654 add_common_block (char *name, CORE_ADDR offset, int secnum, char *func_stab)
699 tmp->offset = offset;
808 patch_common_entries (SAVED_F77_COMMON_PTR blk, CORE_ADDR offset, int secnum)
812 blk->offset = offset; /* Keep this around for future use. */
818 SYMBOL_VALUE (entry->symbol) += offset;
833 patch_all_commons_by_name (char *name, CORE_ADDR offset, int secnum)
855 patch_common_entries (tmp, offset, secnu
[all...]
H A Dregcache.h58 int offset, int len, void *buf);
60 int offset, int len, const void *buf);
91 int offset, int len, void *buf);
93 int offset, int len, const void *buf);
107 /* The register's ``offset''.
111 registers offset in the register cache. That offset is then used
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_format_isojoliet_bz2.c62 int64_t offset; local
84 archive_read_data_block(a, &p, &size, &offset));
107 assertEqualInt(0, archive_read_data_block(a, &p, &size, &offset));
109 assertEqualInt(0, offset);
H A Dtest_read_format_isojoliet_long.c67 int64_t offset; local
92 archive_read_data_block(a, &p, &size, &offset));
122 assertEqualInt(0, archive_read_data_block(a, &p, &size, &offset));
124 assertEqualInt(0, offset);
/freebsd-11-stable/contrib/apr/mmap/unix/
H A Dmmap.c75 apr_file_t *file, apr_off_t offset,
91 if ((apr_int64_t)offset + size > INT_MAX)
103 /* XXX: mmap shouldn't really change the seek offset */
104 apr_file_seek(file, APR_SET, &offset);
133 mm = mmap(NULL, size, native_flags, MAP_SHARED, file->filedes, offset);
/freebsd-11-stable/sys/dev/advansys/
H A Dadvansys.h41 struct adv_softc * adv_alloc(device_t dev, struct resource *res, long offset);
/freebsd-11-stable/contrib/smbfs/smbutil/
H A Dprint.c62 off_t offset; local
117 offset = 0;
128 i = smb_write(ctx, fh, offset, count, buf);
139 offset += count;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Ddelta.h67 apr_size_t offset,

Completed in 2471 milliseconds

<<11121314151617181920>>