Searched refs:rev (Results 201 - 225 of 407) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl232 mux1 X[15]=X[15],\@rev // eliminated on big-endian
267 mux1 X[15]=X[15],\@rev // eliminated on big-endian
300 mux1 X[15]=X[15],\@rev // eliminated on big-endian
331 mux1 X[15]=X[15],\@rev // eliminated on big-endian
360 mux1 X[15]=X[15],\@rev // eliminated on big-endian
387 mux1 X[15]=X[15],\@rev // eliminated on big-endian
412 mux1 X[15]=X[15],\@rev // eliminated on big-endian
435 mux1 X[15]=X[15],\@rev };; // eliminated on big-endian
444 (p16) mux1 X[14]=X[14],\@rev };; // eliminated on big-endian
/freebsd-11-stable/contrib/libstdc++/
H A DMakefile.in463 rev=''; for subdir in $$list; do \
465 rev="$$subdir $$rev"; \
468 rev="$$rev ."; \
470 for subdir in $$rev; do \
/freebsd-11-stable/contrib/tnftp/
H A DMakefile.in339 rev=''; for subdir in $$list; do \
341 rev="$$subdir $$rev"; \
344 rev="$$rev ."; \
346 for subdir in $$rev; do \
/freebsd-11-stable/sys/mips/nlm/
H A Dboard.c327 int prid, rev; local
332 rev = procid & 0xff;
349 switch (rev) {
/freebsd-11-stable/sys/dev/quicc/
H A Dquicc_core.c221 uint16_t rev; local
249 rev = quicc_read2(sc->sc_rres, QUICC_PRAM_REV_NUM);
252 return ((rev == 0x00e8) ? BUS_PROBE_DEFAULT : ENXIO);
/freebsd-11-stable/crypto/openssl/apps/
H A Dpkeyutl.c96 char badarg = 0, rev = 0; local
194 else if (!strcmp(*argv, "-rev"))
195 rev = 1;
308 if (rev) {
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.h642 uint16_t rev = (oct->rev_id & 0xC) >> 2; local
644 return ((rev == 0) ? 1 : rev);
/freebsd-11-stable/usr.sbin/jail/
H A Dstate.c159 int reset, depfrom, depto, ndeps, rev; local
168 if ((rev = JF_DO_STOP(j->flags))) {
221 (rev ? dj->jid < 0 : dj->jid > 0)))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dstat.c149 apr_int64_t rev;
150 SVN_ERR(svn_cstring_atoi64(&rev, val->data));
152 fdb->entry->created_rev = (svn_revnum_t)rev;
147 apr_int64_t rev; local
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dpropget-cmd.c354 svn_revnum_t rev;
369 &rev, ctx, pool));
386 char *revstr = apr_psprintf(pool, "%ld", rev);
392 "rev", revstr, SVN_VA_NULL);
352 svn_revnum_t rev; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.h108 svn_revnum_t rev,
116 svn_revnum_t rev,
121 svn_revnum_t rev,
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c891 if (adapter->params.rev == 0 && !vpd.port0_data[0]) {
1150 if (adapter->params.rev == T3_REV_A)
1573 if (adapter->params.rev >= T3_REV_C)
1604 if (adapter->params.rev > 0 && uses_xaui(adapter)) {
1606 if (adapter->params.rev >= T3_REV_C)
1628 if (adapter->params.rev > 0 && uses_xaui(adapter)) {
1916 adapter->params.rev < T3_REV_C ?
2134 if (adapter->params.rev > 0)
2339 adapter->params.rev >= T3_REV_C ? 0x2bfffff : 0x3bfffff);
2342 if (adapter->params.rev >
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c591 is currently writing to this transaction's proto-rev file. */
601 /* We know that no thread in this process is writing to the proto-rev
613 /* Open the proto-rev lockfile, creating it if necessary, as it may
656 Trim any crash / failure related extra data from the proto-rev file.
670 corresponds to the last addition in the rev file. */
687 "rev file size %s for TXN %s"),
1180 /* Copy a revision node-rev SRC into the current transaction TXN_ID in
1316 svn_revnum_t rev,
1328 SVN_ERR(svn_fs_x__ensure_revision_exists(rev, fs, scratch_pool));
1335 txn->base_rev = rev;
1313 create_txn(svn_fs_txn_t **txn_p, svn_fs_t *fs, svn_revnum_t rev, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3006 validate_root_noderev(svn_fs_t *fs, svn_fs_x__noderev_t *root_noderev, svn_revnum_t rev, apr_pool_t *scratch_pool) argument
3103 write_final_rev(svn_fs_x__id_t *new_id_p, apr_file_t *file, svn_revnum_t rev, svn_fs_t *fs, const svn_fs_x__id_t *id, apr_off_t initial_offset, apr_array_header_t *directory_ids, apr_array_header_t *reps_to_cache, apr_hash_t *reps_hash, apr_pool_t *reps_pool, svn_boolean_t at_root, apr_hash_t *changed_paths, apr_pool_t *scratch_pool) argument
4164 svn_fs_x__begin_txn(svn_fs_txn_t **txn_p, svn_fs_t *fs, svn_revnum_t rev, apr_uint32_t flags, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dtransaction.h310 svn_revnum_t rev,
H A Drep-cache-db.sql27 /* A table mapping representation hashes to locations in a rev file. */
/freebsd-11-stable/sys/arm/mv/
H A Dmvvar.h35 * from: FreeBSD: //depot/projects/arm/src/sys/arm/xscale/pxa2x0/pxa2x0var.h, rev 1
86 void soc_id(uint32_t *dev, uint32_t *rev);
/freebsd-11-stable/sys/dev/bhnd/bcma/
H A Dbcma_erom.c380 core->rev = BCMA_EROM_GET_ATTR(entry, COREB_REV);
562 buffer[i].hwrev = core.rev;
779 core.device, core.rev);
792 "core%u: %s %s (cid=%hx, rev=%hu, unit=%d)\n",
796 core.device, core.rev, core_unit);
884 * (cid=82e, rev=1, unit=0, d/mw/sw = 2/0/1 ) ->
888 * (cid=135, rev=0, unit=0, d/mw/sw = 1/0/1 ) ->
/freebsd-11-stable/secure/lib/libcrypto/aarch64/
H A Dsha256-armv8.S41 rev w3,w3 // 0
64 rev w4,w4 // 1
89 rev w5,w5 // 2
113 rev w6,w6 // 3
138 rev w7,w7 // 4
162 rev w8,w8 // 5
187 rev w9,w9 // 6
211 rev w10,w10 // 7
236 rev w11,w11 // 8
260 rev w1
[all...]
H A Dsha512-armv8.S35 rev x3,x3 // 0
58 rev x4,x4 // 1
83 rev x5,x5 // 2
107 rev x6,x6 // 3
132 rev x7,x7 // 4
156 rev x8,x8 // 5
181 rev x9,x9 // 6
205 rev x10,x10 // 7
230 rev x11,x11 // 8
254 rev x1
[all...]
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwivar.h338 #define BWI_CREATE_REGWIN(rw, id, type, rev) \
343 (rw)->rw_rev = (rev); \
485 #define BWI_CREATE_MAC(mac, sc, id, rev) \
490 (rev)); \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dmerge_elements.c69 return apr_psprintf(pool, "^/%s@%ld", rrpath, pathrev->rev);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Ddag.c37 #include "node-rev.h"
46 #include "bdb/rev-table.h"
161 svn_fs_base__dag_get_revision(svn_revnum_t *rev,
169 (rev, svn_fs_base__dag_get_fs(node),
211 svn_revnum_t rev = SVN_INVALID_REVNUM;
244 SVN_ERR(svn_fs_bdb__put_rev(&rev, fs, &revision, trail, trail->pool));
245 if (rev != 0)
251 SVN_ERR(svn_fs_base__txn_make_committed(fs, txn_id, rev,
683 svn_revnum_t rev,
689 SVN_ERR(svn_fs_base__rev_get_root(&root_id, fs, rev, trai
159 svn_fs_base__dag_get_revision(svn_revnum_t *rev, dag_node_t *node, trail_t *trail, apr_pool_t *pool) argument
209 svn_revnum_t rev = SVN_INVALID_REVNUM; local
676 svn_fs_base__dag_revision_root(dag_node_t **node_p, svn_fs_t *fs, svn_revnum_t rev, trail_t *trail, apr_pool_t *pool) argument
[all...]
/freebsd-11-stable/sys/dev/cx/
H A Dcxddk.h386 int chain, int rev, int osc, int mod, int rev2, int osc2, int mod2);
388 int rev, int osc);
/freebsd-11-stable/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_hal.h179 void cxio_dump_tpt(struct cxio_rdev *rev, u32 stag);
180 void cxio_dump_pbl(struct cxio_rdev *rev, u32 pbl_addr, uint32_t len, u8 shift);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h1501 * The callback invoked by file rev loopers, such as
1505 * in revision @a rev and @a rev_props are the revision properties.
1528 svn_revnum_t rev,
1537 * The old file rev handler interface.
1550 svn_revnum_t rev,

Completed in 293 milliseconds

1234567891011>>