Home
last modified time | relevance | path

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

123

/dragonfly/lib/libc/db/hash/
H A DREADME7 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/
H A Dmdoc_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()
H A Droff.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 …]
H A Dlib.in91 LINE("libnv", "Name/value pairs library (libnv, \\-lnv)")
/dragonfly/contrib/cryptsetup/po/
H A Den@quot.header9 # It also translates pairs of apostrophe (0x27) to
11 # and pairs of quotation mark (0x22) to
H A 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/
H A Dfunc2.02 # The empty pairs of braces here are to test that this does not cause a crash.
/dragonfly/contrib/gmp/
H A Dylwrap54 Any number of OUTPUT,DESIRED pairs may be used.
H A DREADME67 arguments in the form of pairs consisting of a pointer to the least
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.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()
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()
4213 for (j = 0; pairs[j].hash != pairs[i].hash; ++j) in iterative_hash_gimple_type()
[all …]
/dragonfly/crypto/openssh/
H A DPROTOCOL.key32 The list of privatekey/comment pairs is padded with the
/dragonfly/share/examples/ppp/
H A Dppp.secret.sample7 # The peer may then use any of the Authname/Authkey pairs listed.
/dragonfly/games/cribbage/
H A Dcribbage.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/
H A Dchangelog71 Stop copying non-overflow key/data pairs.
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-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.
H A Dc-m32c.texi118 bits of address space, it does support addresses in pairs of 16 bit
H A Dc-sh64.texi116 for single-precision floating point pairs, @samp{mtrx0} through
/dragonfly/tools/tools/locale/etc/charmaps/
H A DISCII-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/
H A Delf_types.m469 * Each member-list element comprises of pairs of (field name, type),
/dragonfly/contrib/file/magic/Magdir/
H A Dgnu49 # number of system dependent strings pairs
/dragonfly/share/syscons/keymaps/
H A Dus.dvorak.kbd4 # common layout. I personally use one with three more pairs swapped:
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dplugins.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/
H A DCROATIAN%UCS.src104 # encoding, adding five accented letter case pairs to handle
H A DUCS%CROATIAN.src104 # encoding, adding five accented letter case pairs to handle
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dscoped_allocator341 // TODO: construct pairs

123