Searched defs:step (Results 1 - 25 of 125) sorted by last modified time

12345

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c95 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); local
H A Darchive_read_support_format_xar.c986 int64_t step; local
H A Darchive_read_support_format_7zip.c507 int step = check_7zip_header_in_sfx(p); local
586 int step = check_7zip_header_in_sfx(p); local
H A Darchive_read_support_format_iso9660.c961 size_t step, skip_size; local
1673 int64_t step; local
2393 size_t step; local
2709 int64_t step; local
[all...]
H A Darchive_ppmd8.c72 unsigned step = (i >= 12 ? 4 : (i >> 2) + 1); local
H A Darchive_blake2sp_ref.c300 size_t i, step; local
H A Darchive_blake2s_ref.c308 size_t i, step; local
/freebsd-10-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c173 uint8_t step = curthread->t_dtrace_step; local
/freebsd-10-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c171 uint8_t step = curthread->t_dtrace_step; local
/freebsd-10-stable/sys/dev/sfxge/common/
H A Dsiena_impl.h65 unsigned int step; member in struct:siena_register_set_s
/freebsd-10-stable/sys/dev/qlxgbe/
H A Dql_misc.c102 uint32_t data, step = 0; local
[all...]
/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_tuner.c935 int step; local
/freebsd-10-stable/sys/sys/
H A Dlock.h205 u_int step; member in struct:lock_delay_config
/freebsd-10-stable/contrib/bmake/
H A Dvar.c1876 int start, end, step; local
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c870 uint16_t step, levels; local
949 uint16_t step, levels; local
1000 int64_t value = 1, next, step; local
[all...]
H A Ddt_aggregate.c149 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
165 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
233 int64_t value = 1, next, step; local
H A Ddt_cc.c1335 uint64_t nlevels, step = 1, oarg; local
[all...]
/freebsd-10-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c1116 int offset, size, step; local
3001 int mute, offset, step, size; local
5781 int offset, size, step; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2234 uint16_t step = DTRACE_LQUANTIZE_STEP(arg); local
/freebsd-10-stable/contrib/zlib/test/
H A Dinfcover.c284 local void inf(char *hex, char *what, unsigned step, int win, unsigned len, argument
/freebsd-10-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c241 off_t b0, b1, sectorcount, step; local
[all...]
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h138 int (*step)(sqlite3_stmt*); member in struct:sqlite3_api_routines
/freebsd-10-stable/contrib/expat/lib/
H A Dxmlparse.c2988 unsigned char step = 0; local
6046 unsigned char step = 0; local
[all...]
/freebsd-10-stable/lib/libc/regex/
H A Dengine.c52 #define step sstep macro
63 #define step lstep macro
74 #define step mstep macro
980 step(struct re_guts *g, function
1180 #undef step macro
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1620 svn_revnum_t step = 1; local

Completed in 353 milliseconds

12345