Searched defs:history (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_private.h29 uint8_t history[LZMA_DELTA_DIST_MAX]; member in struct:__anon460
/freebsd-10-stable/sys/net/
H A Dmppcc.c138 void MPPC_InitCompressionHistory(char *history) argument
146 int MPPC_Compress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags, int undef) argument
[all...]
H A Dmppcd.c98 void MPPC_InitDecompressionHistory(char *history) argument
106 int MPPC_Decompress(u_char **src, u_char **dst, u_long *srcCnt, u_long *dstCnt, char *history, int flags) argument
/freebsd-10-stable/sys/dev/syscons/
H A Dschistory.c95 sc_vtb_t *history; local
190 sc_vtb_t *history; local
[all...]
H A Dsyscons.h341 sc_vtb_t *history; /* circular history buffer */ member in struct:scr_stat
/freebsd-10-stable/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h88 struct uwx_history history; member in struct:uwx_env
/freebsd-10-stable/sys/netgraph/
H A Dng_mppc.c149 u_char *history; /* compression history */ member in struct:ng_mppc_dir
[all...]
/freebsd-10-stable/lib/libedit/
H A Dhistory.c61 struct history { struct
930 history(History *h, HistEvent *ev, int fun, ...) function
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Drev_hunt.c197 svn_fs_history_t *history; local
520 svn_fs_history_t *history; local
1106 svn_fs_history_t *history; local
1451 svn_fs_history_t *history; local
[all...]
H A Dlog.c302 svn_fs_history_t *history; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_tx.c245 uint64_t history[DN_MAX_LEVELS]; local
178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, int level, uint64_t blkid, boolean_t freeable, uint64_t *history) argument
/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c134 int history; /* Threshold for conflict checking using DFA. */ member in struct:partial_schedule
2004 create_partial_schedule(int ii, ddg_ptr g, int history) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c1851 svn_fs_history_prev2(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1861 svn_fs_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *pool) argument
1870 svn_fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c3588 history_prev(svn_fs_history_t **prev_history, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3745 fs_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3799 fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *result_pool) argument
3829 svn_fs_history_t *history = apr_pcalloc(result_pool, sizeof(*history)); local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c3595 history_prev(svn_fs_history_t **prev_history, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3751 fs_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3805 fs_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
3835 svn_fs_history_t *history = apr_pcalloc(pool, sizeof(*history)); local
[all...]
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h783 unsigned long history; member in struct:c4iw_ep_common
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c4307 svn_fs_history_t *history; member in struct:history_prev_args
4318 svn_fs_history_t *history = args->history; local
4499 base_history_prev(svn_fs_history_t **prev_history_p, svn_fs_history_t *history, svn_boolean_t cross_copies, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4553 base_history_location(const char **path, svn_revnum_t *revision, svn_fs_history_t *history, apr_pool_t *pool) argument
4737 svn_fs_history_t *history = apr_pcalloc(pool, sizeof(*history)); local
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c648 static struct mips_cl_insn history[1 + MAX_NOPS]; variable in typeref:struct:mips_cl_insn
2432 nops_for_vr4130(const struct mips_cl_insn *history, const struct mips_cl_insn *insn) argument
2475 nops_for_insn(const struct mips_cl_insn *history, const struct mips_cl_insn *insn) argument
2504 nops_for_sequence(int num_insns, const struct mips_cl_insn *history, ...) argument
2526 nops_for_insn_or_target(const struct mips_cl_insn *history, const struct mips_cl_insn *insn) argument
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c12063 svn_mergeinfo_t history; member in struct:branch_history_t
[all...]

Completed in 225 milliseconds