Home
last modified time | relevance | path

Searched refs:representations (Results 1 – 25 of 74) sorted by relevance

123

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dreps-table.c88 db_err = bfd->representations->get(bfd->representations, in svn_fs_bdb__read_rep()
129 bfd->representations->put in svn_fs_bdb__write_rep()
130 (bfd->representations, trail->db_txn, in svn_fs_bdb__write_rep()
157 bfd->representations->get in svn_fs_bdb__write_new_rep()
158 (bfd->representations, trail->db_txn, &query, in svn_fs_bdb__write_new_rep()
171 db_err = bfd->representations->put in svn_fs_bdb__write_new_rep()
172 (bfd->representations, trail->db_txn, in svn_fs_bdb__write_new_rep()
192 db_err = bfd->representations->del in svn_fs_bdb__delete_rep()
193 (bfd->representations, trail->db_txn, in svn_fs_bdb__delete_rep()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c160 apr_array_header_t *representations; member
406 *idx = svn_sort__bsearch_lower_bound(info->representations, in find_representation()
409 if (*idx < info->representations->nelts) in find_representation()
413 = APR_ARRAY_IDX(info->representations, *idx, rep_stats_t *); in find_representation()
491 svn_sort__array_insert(revision_info->representations, &result, idx); in parse_representation()
789 info->representations = apr_array_make(result_pool, 4, in read_phys_pack_file()
804 info->representations = apr_array_copy(result_pool, in read_phys_pack_file()
805 info->representations); in read_phys_pack_file()
1022 info->representations = apr_array_make(result_pool, 4, in read_log_rev_or_packfile()
1291 for (k = 0; k < revision->representations->nelts; ++k) in aggregate_stats()
[all …]
H A Dstructure21 containing only the new text representations of files (appended to as
527 * Text and property representations
583 and directory representations and should be avoided in general. File
584 representations may not be handled correctly by SVN before 1.7.20,
588 for DELTA representations if the reconstructed full-text is actually
671 The prototype rev file is used to store the text representations as
690 also used as a uniquifier for representations which may share the same
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO88 Sorted binary directory representations
96 FS-X shall store directory representations sorted by element names and
110 representations, optimize instruction table.
113 all representations get stored in a common star-delta container.
169 placing fragments (representations and noderevs) from various revisions
234 i.e. there is no textual representations of their contents.
250 Packing will only be applied to binary representations of change lists
267 FSFS's textual item representations breaks when path names contain
269 in path names when using them in textual item representations.
H A Dstructure24 containing only the new text representations of files (appended to as
227 * Text and property representations
251 The prototype rev file is used to store the text representations as
269 also used as a uniquifier for representations which may share the same
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dpsl4 # psl: file(1) magic for Public Suffix List representations
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A Dstructure183 See discussion of representations later.
195 entries list (see discussion of representations later). An entries
230 `representations' table. Here's how it works:
255 c) always goes through the `representations' table to discover if
260 table; instead, they always refer into the `representations' table,
309 (there is no diff data held directly in the representations
327 In the future, there may be other representations, for example
335 The entry for key "2345" in `representations' is:
339 and the entry for key "2343" in `representations' is:
352 Et voila! Subversion knew enough, via the `representations' and
[all …]
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Drb_tree40 * representations about the suitability of this software for any
52 * representations about the suitability of this software for any
H A Diterator40 * representations about the suitability of this software for any
52 * representations about the suitability of this software for any
H A Dnumeric40 * representations about the suitability of this software for any
52 * representations about the suitability of this software for any
H A Dmemory40 * representations about the suitability of this software for any
52 * representations about the suitability of this software for any
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h100 DB *representations; member
/freebsd-12.1/contrib/ntp/sntp/include/
H A Dntp.lic15 <PFX>representations about the suitability this software for any purpose. It
/freebsd-12.1/crypto/openssl/doc/man3/
H A DECPKParameters_print.pod6 encoding ASN1 representations of elliptic curve entities
/freebsd-12.1/usr.sbin/crunch/
H A DCOPYRIGHT11 * written prior permission. U.M. makes no representations about the
/freebsd-12.1/contrib/apr-util/
H A DLICENSE234 RSA Data Security, Inc. makes no representations concerning either
269 RSA Data Security, Inc. makes no representations concerning either
306 * RSA Data Security, Inc. makes no representations concerning either
334 * RSA Data Security, Inc. makes no representations concerning either
352 * RSA Data Security, Inc. makes no representations concerning either
375 # written prior permission. M.I.T. makes no representations about the
/freebsd-12.1/crypto/heimdal/lib/hdb/
H A Dhdb.schema36 #-- String representations of distinguished names as per RFC1510
/freebsd-12.1/contrib/elftoolchain/libelf/
H A Dlibelf_msize.m446 * ELF types whose memory representations have a variable size.
H A Dlibelf_convert.m440 # file representations of Elf data structures.
69 # `In-memory' representations of an Elf data structure use natural
81 # representations (i.e., source pointers for the *_tof() functions and
84 # already. However, pointers to file representations have to be
257 # For in-place conversions, when converting to file representations,
H A Dlibelf_fsize.m444 * representations.
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td33 // Convert floating-point values to narrower representations. The destination
38 // Extend floating-point values to wider representations.
H A DSystemZInstrHFP.td32 // Convert floating-point values to narrower representations.
41 // Extend floating-point values to wider representations.
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Ddesign.rst272 lld::File representations
275 Just as LLVM has three representations of its IR model, lld has two
276 representations of its File/Atom/Reference model:
283 Textual representations in YAML
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble-format35 equivalent representations for each one.
/freebsd-12.1/sys/dev/mmc/
H A Dmmcbus_if.m42 # is provided "AS-IS" without any representations or warranties of any

123