Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 71) sorted by relevance

123

/dragonfly/lib/libc/db/hash/
HDREADME7 All test programs which need key/data pairs expect them entered
16 keys/data pairs entered from standard in.
24 Creates a table from the key/data pairs on standard in and
34 Reads the key/data pairs in the file hashtest and writes them
39 Reads key/data pairs from standard in and looks them up
42 Reads key/data pairs from standard in, looks them up
/dragonfly/contrib/mdocml/
HDmdoc_argv.c449 int pairs; in args() local
535 pairs = 0; in args()
538 if (pairs) in args()
539 buf[*pos - pairs] = buf[*pos]; in args()
546 pairs++; in args()
549 if (pairs) in args()
550 buf[*pos - pairs] = '\0'; in args()
HDroff.c1658 int newesc, pairs, quoted, white; in roff_getarg() local
1668 newesc = pairs = white = 0; in roff_getarg()
1675 if (pairs) in roff_getarg()
1676 cp[-pairs] = cp[0]; in roff_getarg()
1686 cp[-pairs] = '\t'; in roff_getarg()
1687 pairs++; in roff_getarg()
1692 cp[-pairs] = ASCII_ESC; in roff_getarg()
1693 pairs++; in roff_getarg()
1713 pairs++; in roff_getarg()
1728 if (pairs) in roff_getarg()
[all …]
HDlib.in91 LINE("libnv", "Name/value pairs library (libnv, \\-lnv)")
/dragonfly/contrib/cryptsetup/po/
Den@quot.header9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
Den@boldquot.header9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
/dragonfly/tools/regression/bin/sh/execution/
HDfunc2.02 # The empty pairs of braces here are to test that this does not cause a crash.
/dragonfly/contrib/gmp/
HDylwrap54 Any number of OUTPUT,DESIRED pairs may be used.
HDREADME67 arguments in the form of pairs consisting of a pointer to the least
/dragonfly/contrib/gcc-4.7/gcc/
HDgimple.c4172 struct type_hash_pair *pairs; in iterative_hash_gimple_type() local
4178 pairs = XALLOCAVEC (struct type_hash_pair, size); in iterative_hash_gimple_type()
4182 pairs[i].type = x; in iterative_hash_gimple_type()
4183 pairs[i].hash = cstate->u.hash; in iterative_hash_gimple_type()
4190 pairs[i].type = x; in iterative_hash_gimple_type()
4191 pairs[i].hash = cstate->u.hash; in iterative_hash_gimple_type()
4200 qsort (pairs, size, sizeof (struct type_hash_pair), in iterative_hash_gimple_type()
4206 m->base.from = pairs[i].type; in iterative_hash_gimple_type()
4207 hash = pairs[i].hash; in iterative_hash_gimple_type()
4209 for (j = i + 1; j < size && pairs[j].hash == pairs[i].hash; ++j) in iterative_hash_gimple_type()
[all …]
/dragonfly/crypto/openssh/
HDPROTOCOL.key32 The list of privatekey/comment pairs is padded with the
/dragonfly/share/examples/ppp/
HDppp.secret.sample7 # The peer may then use any of the Authname/Authkey pairs listed.
/dragonfly/games/cribbage/
HDcribbage.n144 royal, counts 6 because three sets of pairs can be made; similarly, four
145 of a kind, double pair royal, contain six pairs and count 12.
166 runs, then pairs, but there is no compulsion of law. Example: A hand
/dragonfly/lib/libc/db/
HDchangelog71 Stop copying non-overflow key/data pairs.
/dragonfly/contrib/binutils-2.27/gas/doc/
HDc-bfin.texi139 Register pairs are always data registers and are denoted using a colon,
141 hardware only supports odd-even pairs, eg., R7:6, R5:4, R3:2, and R1:0.
HDc-m32c.texi118 bits of address space, it does support addresses in pairs of 16 bit
HDc-sh64.texi116 for single-precision floating point pairs, @samp{mtrx0} through
/dragonfly/tools/tools/locale/etc/charmaps/
HDISCII-DEV.TXT65 # The entries are in two sections. The first section is for pairs of
144 # 1. Mapping the byte pairs
238 # Section 1: Map the following byte pairs as indicated:
/dragonfly/contrib/elftoolchain/libelf/
HDelf_types.m469 * Each member-list element comprises of pairs of (field name, type),
/dragonfly/contrib/file/magic/Magdir/
HDgnu49 # number of system dependent strings pairs
/dragonfly/share/syscons/keymaps/
HDus.dvorak.kbd4 # common layout. I personally use one with three more pairs swapped:
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDplugins.texi22 plugins as key-value pairs. Multiple plugins can be invoked by
88 struct plugin_argument *argv; /* Array of ARGC key-value pairs. */
/dragonfly/share/i18n/csmapper/APPLE/
DUCS%CROATIAN.src104 # encoding, adding five accented letter case pairs to handle
DCROATIAN%UCS.src104 # encoding, adding five accented letter case pairs to handle
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
Dscoped_allocator341 // TODO: construct pairs

123