Searched refs:pairs (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-12-stable/stand/lua/
H A Dcore.lua384 for k, v in pairs(tbl) do
H A Dmenu.lua417 for k, v in pairs(menu.current_alias_table) do
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c3934 apr_array_header_t *pairs = apr_array_make(scratch_pool, 32, local
3954 APR_ARRAY_PUSH(pairs, struct bump_pair_t *) = bp;
3961 for (i = 0; i < pairs->nelts; i++)
3963 struct bump_pair_t *bp = APR_ARRAY_IDX(pairs, i, struct bump_pair_t *);
H A Dwc-queries.sql1630 /* This statement returns pairs of move-roots below the path ?2 in WC_ID ?1.
/freebsd-12-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex76 Each node contains \emph{properties}, name--value pairs that give
220 size) pairs of 64 bit values, terminated by a zero size entry. The
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl360 lwz $t2,8($ap) ; load a[j..j+3] as 32-bit word pairs
362 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
489 lwz $t0,0($ap) ; load a[j..j+3] as 32-bit word pairs
493 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c2093 unsigned pairs = (unsigned)f->numBindPairs; local
2097 for (i = 0; i < pairs; i++) {
2101 if (i >= pairs)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp7999 Context, Operators.pairs()));

Completed in 283 milliseconds

12