Searched +defs:set +defs:offset (Results 1 - 25 of 275) sorted by relevance

1234567891011

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dset_sec_context_option.c204 OM_uint32 offset; local
90 set_int32(OM_uint32 *minor_status, const gss_buffer_t value, OM_uint32 set) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_scdc_helper.c58 ssize_t drm_scdc_read(struct i2c_adapter *adapter, u8 offset, void *buffer, argument
98 ssize_t drm_scdc_write(struct i2c_adapter *adapter, u8 offset, argument
224 drm_scdc_set_high_tmds_clock_ratio(struct i2c_adapter *adapter, bool set) argument
[all...]
/netbsd-current/sys/arch/mac68k/obio/
H A Dif_mc_obio.c245 int offset = sc->sc_txset == 0 ? 0 : 0x800; local
289 int offset; local
385 mc_reset_rxdma_set(struct mc_softc *sc, int set) argument
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_stride.c22 isl_aff *offset; member in struct:isl_stride_info
50 isl_stride_info_alloc( __isl_take isl_val *stride, __isl_take isl_aff *offset) argument
113 isl_aff *offset; member in struct:isl_detect_stride_data
143 set_stride(struct isl_detect_stride_data *data, __isl_take isl_val *stride, __isl_take isl_aff *offset) argument
299 set_detect_stride(__isl_keep isl_set *set, int pos, struct isl_detect_stride_data *data) argument
335 isl_set_get_stride_info(__isl_keep isl_set *set, int pos) argument
349 isl_set_get_stride(__isl_keep isl_set *set, int pos) argument
372 isl_set *set; local
[all...]
H A Disl_box.c30 isl_multi_aff *offset; member in struct:isl_fixed_box
48 isl_fixed_box_alloc( __isl_take isl_multi_aff *offset, __isl_take isl_multi_val *size) argument
76 isl_multi_aff *offset; local
89 isl_multi_aff *offset; local
100 isl_fixed_box_set_extent( __isl_take isl_fixed_box *box, int pos, __isl_keep isl_aff *offset, __isl_keep isl_val *size) argument
117 isl_fixed_box_set_valid_extent( __isl_take isl_fixed_box *box, int pos, __isl_keep isl_aff *offset, __isl_keep isl_val *size) argument
243 isl_aff *offset; member in struct:isl_size_info
417 fixed_box_as_map(__isl_keep isl_set *set, __isl_give isl_fixed_box *(*map_box)(__isl_keep isl_map *map)) argument
440 isl_set_get_simple_fixed_box_hull( __isl_keep isl_set *set) argument
471 isl_aff *offset; local
497 isl_set_get_lattice_tile(__isl_keep isl_set *set) argument
581 isl_multi_aff *offset = NULL; local
[all...]
H A Disl_map_subtract.c383 int offset; local
241 n_non_redundant(isl_ctx *ctx, struct isl_tab *tab, int offset, int **index) argument
924 isl_set_make_disjoint(__isl_take isl_set *set) argument
941 isl_set_complement(__isl_take isl_set *set) argument
[all...]
/netbsd-current/external/gpl2/gmake/dist/
H A Dexpand.c64 unsigned int offset = ptr - variable_buffer; local
475 variable_append(const char *name, unsigned int length, const struct variable_set_list *set) argument
[all...]
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_solaris.cc172 DECLARE__REAL_AND_INTERNAL64(uptr, lseek, fd_t fd, OFF_T offset, int whence) { argument
178 DECLARE__REAL_AND_INTERNAL(void, sigfillset, __sanitizer_sigset_t *set) { argument
63 DECLARE__REAL_AND_INTERNAL64(uptr, mmap, void *addr, uptr length, int prot, int flags, int fd, OFF_T offset) argument
183 DECLARE__REAL_AND_INTERNAL(uptr, sigprocmask, int how, __sanitizer_sigset_t *set, __sanitizer_sigset_t *oldset) argument
H A Dsanitizer_netbsd.cc275 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { argument
310 uptr internal_sigprocmask(int how, __sanitizer_sigset_t *set, argument
316 void internal_sigfillset(__sanitizer_sigset_t *set) { argument
321 void internal_sigemptyset(__sanitizer_sigset_t *set) { argument
98 internal_mmap(void *addr, uptr length, int prot, int flags, int fd, OFF_T offset) argument
[all...]
/netbsd-current/usr.bin/telnet/
H A Dutilities.c131 int offset; local
838 struct pollfd set[1]; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_solaris.cc172 DECLARE__REAL_AND_INTERNAL64(uptr, lseek, fd_t fd, OFF_T offset, int whence) { argument
178 DECLARE__REAL_AND_INTERNAL(void, sigfillset, __sanitizer_sigset_t *set) { argument
63 DECLARE__REAL_AND_INTERNAL64(uptr, mmap, void *addr, uptr length, int prot, int flags, int fd, OFF_T offset) argument
183 DECLARE__REAL_AND_INTERNAL(uptr, sigprocmask, int how, __sanitizer_sigset_t *set, __sanitizer_sigset_t *oldset) argument
H A Dsanitizer_netbsd.cc272 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) { argument
307 uptr internal_sigprocmask(int how, __sanitizer_sigset_t *set, argument
313 void internal_sigfillset(__sanitizer_sigset_t *set) { argument
318 void internal_sigemptyset(__sanitizer_sigset_t *set) { argument
96 internal_mmap(void *addr, uptr length, int prot, int flags, int fd, OFF_T offset) argument
323 internal_sigdelset(__sanitizer_sigset_t *set, int signo) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_coherency.c27 static int cpu_set(struct context *ctx, unsigned long offset, u32 v) argument
57 static int cpu_get(struct context *ctx, unsigned long offset, u32 *v) argument
84 static int gtt_set(struct context *ctx, unsigned long offset, u32 v) argument
117 static int gtt_get(struct context *ctx, unsigned long offset, u32 *v) argument
150 wc_set(struct context *ctx, unsigned long offset, u32 v) argument
171 wc_get(struct context *ctx, unsigned long offset, u32 *v) argument
192 gpu_set(struct context *ctx, unsigned long offset, u32 v) argument
277 int (*set)(struct context *ctx, unsigned long offset, u32 v); member in struct:igt_coherency_mode
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_timeline.c171 bool set; member in struct:__igt_sync
217 int order, offset; local
[all...]
/netbsd-current/sys/arch/luna68k/dev/
H A Dxpbus.c202 put_pio0c(uint8_t bit, uint8_t set) argument
292 xp_shmptr(int offset) argument
300 xp_readmem8(int offset) argument
308 xp_readmem16le(int offset) argument
316 xp_writemem8(int offset, in argument
324 xp_writemem16le(int offset, int v) argument
[all...]
/netbsd-current/usr.sbin/gpioctl/
H A Dgpioctl.c130 char *driver, *offset, *mask; local
297 struct gpio_set set; local
339 struct gpio_set set; local
372 devattach(char *dvname, int offset, uint32_t mask, uint32_t flags) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_solaris.cpp189 DECLARE__REAL_AND_INTERNAL64(uptr, lseek, fd_t fd, OFF_T offset, int whence) { argument
195 DECLARE__REAL_AND_INTERNAL(void, sigfillset, __sanitizer_sigset_t *set) { argument
64 DECLARE__REAL_AND_INTERNAL64(uptr, mmap, void *addr, uptr length, int prot, int flags, int fd, OFF_T offset) argument
200 DECLARE__REAL_AND_INTERNAL(uptr, sigprocmask, int how, __sanitizer_sigset_t *set, __sanitizer_sigset_t *oldset) argument
/netbsd-current/sys/arch/hp300/dev/
H A Dfrodo.c343 frodo_imask(struct frodo_softc *sc, uint16_t set, uint16_t clear) argument
406 frodo_bus_space_read_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset) argument
414 frodo_bus_space_write_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, uint8_t val) argument
422 frodo_bus_space_read_multi_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, uint8_t *addr, bus_size_t len) argument
439 frodo_bus_space_write_multi_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, const uint8_t *addr, bus_size_t len) argument
457 frodo_bus_space_read_region_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, uint8_t *addr, bus_size_t len) argument
474 frodo_bus_space_write_region_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, const uint8_t *addr, bus_size_t len) argument
493 frodo_bus_space_set_multi_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, uint8_t val, bus_size_t count) argument
509 frodo_bus_space_set_region_sparse_1(bus_space_tag_t bst, bus_space_handle_t bsh, bus_size_t offset, uint8_t val, bus_size_t count) argument
[all...]
/netbsd-current/sys/arch/sparc/sparc/
H A Dcache.c721 int i, ls, offset; local
936 int set, i; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvaltrack.c97 poly_int64 offset = GET_MODE_SIZE (mem_mode); local
558 poly_int64 offset = subreg_lowpart_offset (outer_mode, inner_mode); local
655 rtx set = single_set (insn); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvaltrack.cc96 poly_int64 offset = GET_MODE_SIZE (mem_mode); local
557 poly_int64 offset = subreg_lowpart_offset (outer_mode, inner_mode); local
654 rtx set = single_set (insn); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dline-map.cc101 rebuild_location_adhoc_htab (line_maps *set) argument
116 can_be_stored_compactly_p (line_maps *set, argument
157 get_combined_adhoc_loc (line_maps *set, argument
215 ptrdiff_t offset; local
245 get_data_from_adhoc_loc(const class line_maps *set, location_t loc) argument
254 get_location_from_adhoc_loc(const class line_maps *set, location_t loc) argument
263 get_range_from_adhoc_loc(const class line_maps *set, location_t loc) argument
273 get_range_from_loc(line_maps *set, location_t loc) argument
287 int offset = loc & ((1 << ordmap->m_range_bits) - 1); local
300 pure_location_p(line_maps *set, location_t loc) argument
320 get_pure_location(line_maps *set, location_t loc) argument
340 linemap_init(line_maps *set, location_t builtin_location) argument
362 linemap_included_from_linemap(line_maps *set, const line_map_ordinary *map) argument
370 linemap_check_files_exited(line_maps *set) argument
384 line_map_new_raw(line_maps *set, bool macro_p, unsigned num) argument
448 new_linemap(line_maps *set, location_t start_location) argument
484 linemap_add(line_maps *set, enum lc_reason reason, unsigned int sysp, const char *to_file, linenum_type to_line) argument
600 linemap_module_loc(line_maps *set, location_t from, const char *name) argument
617 linemap_module_reparent(line_maps *set, location_t loc, location_t adoptor) argument
628 linemap_module_restore(line_maps *set, unsigned lwm) argument
656 linemap_tracks_macro_expansion_locs_p(line_maps *set) argument
685 linemap_enter_macro(class line_maps *set, struct cpp_hashnode *macro_node, location_t expansion, unsigned int num_tokens) argument
[all...]
/netbsd-current/external/mit/isl/dist/include/isl/
H A Darg.h57 size_t offset; member in struct:isl_arg
68 int (*set)(void *opt, unsigned val); member in struct:isl_arg::__anon4::__anon5
76 int (*set)(void *opt, unsigned val); member in struct:isl_arg::__anon4::__anon7
84 int (*set)(void *opt, long val); member in struct:isl_arg::__anon4::__anon9
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_fm.c520 size_t offset local
602 uint64_t set, cleared; local
690 zfs_ereport_start_checksum(spa_t *spa, vdev_t *vd, struct zio *zio, uint64_t offset, uint64_t length, void *arg, zio_bad_cksum_t *info) argument
780 zfs_ereport_post_checksum(spa_t *spa, vdev_t *vd, struct zio *zio, uint64_t offset, uint64_t length, const void *good_data, const void *bad_data, zio_bad_cksum_t *zbc) argument
[all...]
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A Dtdb.c93 static int tdb_brlock(TDB_CONTEXT *tdb, tdb_off offset, argument
202 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off offset) argument
233 tdb_write(TDB_CONTEXT *tdb, tdb_off offset, const char *buf, tdb_len len) argument
253 tdb_read(TDB_CONTEXT *tdb, tdb_off offset, char *buf, tdb_len len) argument
274 tdb_alloc_read(TDB_CONTEXT *tdb, tdb_off offset, tdb_len len) argument
294 rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
300 ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) argument
306 ofs_read(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) argument
312 rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) argument
334 tdb_off offset, ptr; local
415 tdb_off offset, rec_ptr, last_ptr; local
563 tdb_off offset, rec_ptr; local
744 tdb_off offset, rec_ptr; local
813 tdb_off offset, rec_ptr; local
866 tdb_off rec_ptr, offset; local
921 tdb_off offset, rec_ptr, last_ptr; local
1027 tdb_off rec_ptr, offset; local
[all...]

Completed in 194 milliseconds

1234567891011