HomeSort by: relevance | last modified time | path
    Searched refs:pairs (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/apache2/openssl/dist/util/
c-compress-test.pl 10 my @pairs =
41 foreach (@pairs) {
cavs-to-evptest.pl 44 my @pairs = split(/, /, $1);
45 foreach my $pair (@pairs) {
  /src/crypto/external/bsd/openssl/dist/util/
c-compress-test.pl 10 my @pairs =
41 foreach (@pairs) {
cavs-to-evptest.pl 44 my @pairs = split(/, /, $1);
45 foreach my $pair (@pairs) {
  /src/crypto/external/apache2/openssl/dist/crypto/
riscvcap.c 96 static long riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
100 return syscall(__NR_riscv_hwprobe, pairs, pair_count, cpu_count, cpus, flags);
106 struct riscv_hwprobe pairs[OSSL_RISCV_HWPROBE_PAIR_COUNT] = { local
110 ret = riscv_hwprobe(pairs, OSSL_RISCV_HWPROBE_PAIR_COUNT, 0, NULL, 0);
115 if (pairs[j].key == RISCV_capabilities[i].hwprobe_key
116 && (pairs[j].value & RISCV_capabilities[i].hwprobe_value)
  /src/sys/rump/kern/lib/libnv/
Makefile 9 COMMENT=Name/value pairs library
  /src/crypto/external/bsd/openssl.old/dist/util/
cavs-to-evptest.pl 44 my @pairs = split(/, /, $1);
45 foreach my $pair (@pairs) {
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
test_analyze.py 366 pairs = sut.create_global_ctu_extdef_map([])
367 self.assertFalse(pairs)
373 pairs = sut.create_global_ctu_extdef_map(concat_map)
374 self.assertTrue(('c:@F@fun1#I#', 'ast/fun1.c.ast') in pairs)
375 self.assertTrue(('c:@F@fun2#I#', 'ast/fun2.c.ast') in pairs)
376 self.assertTrue(('c:@F@fun3#I#', 'ast/fun3.c.ast') in pairs)
377 self.assertEqual(3, len(pairs))
383 pairs = sut.create_global_ctu_extdef_map(concat_map)
384 self.assertFalse(('c:@F@fun1#I#', 'ast/fun1.c.ast') in pairs)
385 self.assertFalse(('c:@F@fun1#I#', 'ast/fun7.c.ast') in pairs)
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
random_0006.S 1 # Test BYTEOP[123]P behavior when source reg pairs match
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
random_0006.S 1 # Test BYTEOP[123]P behavior when source reg pairs match
  /src/external/cddl/osnet/dist/uts/common/os/
fm.c 917 nvlist_t *pairs[HC_MAXPAIRS]; local
934 pairs[i] = fm_nvlist_create(nva);
935 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, name) != 0 ||
936 nvlist_add_string(pairs[i], FM_FMRI_HC_ID, idstr) != 0) {
943 if (nvlist_add_nvlist_array(fmri, FM_FMRI_HC_LIST, pairs, npairs) != 0)
947 fm_nvlist_destroy(pairs[i], FM_NVA_RETAIN);
1316 nvlist_t *pairs[HC_MAXPAIRS]; local
1327 * copy the bboard nvpairs to the pairs array
1348 pairs[i] = fm_nvlist_create(nva);
1349 if (nvlist_add_string(pairs[i], FM_FMRI_HC_NAME, hcname) != 0 |
    [all...]
  /src/libexec/httpd/
printenv.lua 46 for k, v in pairs(env) do
51 for k, v in pairs(headers) do
57 for k, v in pairs(query) do
89 for k, v in pairs(query) do
  /src/crypto/external/apache2/openssl/dist/test/testutil/
stanza.c 87 PAIR *pp = s->pairs;
149 PAIR *pp = s->pairs;
  /src/crypto/external/bsd/openssl/dist/test/testutil/
stanza.c 88 PAIR *pp = s->pairs;
151 PAIR *pp = s->pairs;
  /src/crypto/external/bsd/openssl.old/dist/test/testutil/
stanza.c 88 PAIR *pp = s->pairs;
151 PAIR *pp = s->pairs;
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
FileRemapper.cpp 63 std::vector<std::pair<const FileEntry *, const FileEntry *> > pairs;
100 pairs.push_back(std::make_pair(*origFE, *newFE));
103 for (unsigned i = 0, e = pairs.size(); i != e; ++i)
104 remap(pairs[i].first, pairs[i].second);
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
popcount.asm 74 shll %ecx C size in byte pairs
84 shll %ecx C size in byte pairs
98 shll %ecx C size in byte pairs
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-matchers.cc 232 static void LogElementMatcherPairVec(const ElementMatcherPairs& pairs,
238 for (Iter it = pairs.begin(); it != pairs.end(); ++it) {
  /src/external/bsd/mdocml/dist/
mdoc_argv.c 449 int pairs; local
525 * Collapse pairs of quotes inside quoted literals.
535 pairs = 0;
538 if (pairs)
539 buf[*pos - pairs] = buf[*pos];
546 pairs++;
549 if (pairs)
550 buf[*pos - pairs] = '\0';
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
format.txt 70 Sy 41 Symmetric (characters which are part of open/close pairs)
91 Ranges[] array. The Ranges[] array contains pairs of 4-byte values
92 representing a range of Unicode characters. The pairs are arranged in
166 pairs that have a single Unicode value representing the combination of the two
208 The DecompNodes[] array consists of pairs of unsigned longs, the first of
262 The NumberNodes array contains pairs of values, the first of which is the
264 ValueNodes array contains pairs of integers which represent the numerator
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_ioctl.c 40 SVGA3dCapPair pairs[SVGA3D_DEVCAP_MAX]; member in struct:svga_3d_compat_cap
153 size_t pair_offset = offsetof(struct svga_3d_compat_cap, pairs);
171 compat_cap->pairs[i][0] = i;
172 compat_cap->pairs[i][1] = vmw_mask_multisample
  /src/crypto/external/bsd/heimdal/dist/
ylwrap 85 Any number of OUTPUT,DESIRED pairs may be used.
  /src/external/bsd/flex/dist/build-aux/
ylwrap 85 Any number of OUTPUT,DESIRED pairs may be used.
  /src/external/bsd/tmux/dist/etc/
ylwrap 85 Any number of OUTPUT,DESIRED pairs may be used.
  /src/external/gpl3/binutils.old/dist/
ylwrap 85 Any number of OUTPUT,DESIRED pairs may be used.

Completed in 42 milliseconds

1 2 3 4 5