Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 25 of 50) sorted by relevance

12

/dflybsd-src/contrib/mdocml/
H A Dman.c44 man_parseln(struct roff_man *man, int ln, char *buf, int offs) in man_parseln()
74 man_descope(struct roff_man *man, int line, int offs, char *start) in man_descope()
101 man_ptext(struct roff_man *man, int line, char *buf, int offs) in man_ptext()
177 man_pmacro(struct roff_man *man, int ln, char *buf, int offs) in man_pmacro()
H A Dmdoc.c62 mdoc_parseln(struct roff_man *mdoc, int ln, char *buf, int offs) in mdoc_parseln()
165 mdoc_ptext(struct roff_man *mdoc, int line, char *buf, int offs) in mdoc_ptext()
307 mdoc_pmacro(struct roff_man *mdoc, int ln, char *buf, int offs) in mdoc_pmacro()
H A Dtbl_opts.c123 tbl_option(struct tbl_node *tbl, int ln, const char *p, int *offs) in tbl_option()
H A Dmdoc.h114 const char *offs; /* -offset */ member
121 const char *offs; /* -offset */ member
/dflybsd-src/lib/libexecinfo/
H A Dbacktrace.c75 rasprintf(char **buf, size_t *bufsiz, size_t offs, const char *fmt, ...) in rasprintf()
112 format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string()
154 format_address(symtab_t *st, char **buf, size_t *bufsiz, size_t offs, in format_address()
179 size_t psize, offs; in backtrace_symbols_fmt() local
/dflybsd-src/lib/libu4bhid/
H A Ddata.c46 int i, end, offs; in hid_get_data() local
91 int offs; in hid_set_data() local
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Drtl-chkp.c194 chkp_get_value_with_offs (rtx par, rtx offs) in chkp_get_value_with_offs()
248 rtx offs = XEXP (XVECEXP (bounds, 0, i), 1); in chkp_emit_bounds_store() local
H A Dipa-chkp.c415 char offs[25]; in chkp_add_bounds_params_to_function() local
H A Ddbxout.c3044 int offs; in dbxout_symbol_location() local
3099 int offs; in dbxout_symbol_location() local
3197 int offs; in dbxout_symbol_location() local
/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwm_pcie_trans.c201 int offs, ret = 0; in iwm_read_mem() local
220 int offs; in iwm_write_mem() local
/dflybsd-src/sys/dev/drm/include/linux/
H A Dbitops.h142 int offs; in find_last_bit() local
168 int offs; in find_next_bit() local
206 int offs; in find_next_zero_bit() local
/dflybsd-src/contrib/zlib-1.2/
H A Dinftrees.c59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local
/dflybsd-src/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c57 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
/dflybsd-src/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c57 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
/dflybsd-src/sbin/hammer2/zlib/
H A Dhammer2_zlib_inftrees.c57 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ in inflate_table() local
/dflybsd-src/contrib/file/src/
H A Dder.c267 size_t offs = 0, len = ms->search.s_len ? ms->search.s_len : nbytes; in der_offs() local
307 size_t offs = 0, len = ms->search.s_len; in der_cmp() local
H A Dcdf.c198 cdf_getuint32(const uint8_t *p, size_t offs) in cdf_getuint32()
428 cdf_read_sector(const cdf_info_t *info, void *buf, size_t offs, size_t len, in cdf_read_sector()
443 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector()
992 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info()
H A Dreadelf.c358 off_t ph_off = off, offs; in dophn_core() local
1358 off_t noff, coff, name_off, offs; in doshn() local
1728 off_t offs = xph_offset; in dophn_exec() local
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_ppmd8_private.h102 #define Ppmd8_GetPtr(p, offs) ((void *)((p)->Base + (offs))) argument
103 #define Ppmd8_GetContext(p, offs) ((CPpmd8_Context *)Ppmd8_GetPtr((p), (offs))) argument
H A Darchive_ppmd7.c16 #define Ppmd7_GetPtr(p, offs) ((void *)((p)->Base + (offs))) argument
17 #define Ppmd7_GetContext(p, offs) ((CPpmd7_Context *)Ppmd7_GetPtr((p), (offs))) argument
75 #define NODE(offs) ((CPpmd7_Node *)(p->Base + (offs))) argument
H A Darchive_ppmd8.c59 #define NODE(offs) ((CPpmd8_Node *)(p->Base + (offs))) argument
344 #define RESET_TEXT(offs) { p->Text = p->Base + p->AlignOffset + (offs); } argument
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_uvd.c781 uint64_t offs = radeon_bo_size(rdev->uvd.vcpu_bo) - in radeon_uvd_get_create_msg() local
817 uint64_t offs = radeon_bo_size(rdev->uvd.vcpu_bo) - in radeon_uvd_get_destroy_msg() local
/dflybsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c440 size_t nsize, offs; in msdosfs_wfile() local
/dflybsd-src/contrib/tre/lib/
H A Dtre-compile.c2674 int *counts, int *offs) in tre_make_trans()
2883 int *counts, int *offs) in tre_ast_to_tnfa()
2955 int *counts = NULL, *offs = NULL; in tre_compile() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddbxout.c3023 int offs; in dbxout_symbol_location() local
3078 int offs; in dbxout_symbol_location() local
3176 int offs; in dbxout_symbol_location() local

12