HomeSort by: relevance | last modified time | path
    Searched defs:pairs (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
riscvcap.c 85 static long riscv_hwprobe(struct riscv_hwprobe *pairs, size_t pair_count,
89 return syscall(__NR_riscv_hwprobe, pairs, pair_count, cpu_count, cpus, flags);
95 struct riscv_hwprobe pairs[OSSL_RISCV_HWPROBE_PAIR_COUNT] = { local
99 ret = riscv_hwprobe(pairs, OSSL_RISCV_HWPROBE_PAIR_COUNT, 0, NULL, 0);
104 if (pairs[j].key == RISCV_capabilities[i].hwprobe_key
105 && (pairs[j].value & RISCV_capabilities[i].hwprobe_value)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
UnresolvedSet.h 89 ArrayRef<DeclAccessPair> pairs() const { return decls(); } function in class:clang::UnresolvedSetImpl
  /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/external/bsd/libarchive/dist/libarchive/test/
test_archive_string.c 359 static struct pair { const char *str, *exp; } pairs[] = { local
386 for (pair = pairs; pair->str; pair++) {
  /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';
roff.c 1649 * Collapse pairs of quotes inside quoted arguments.
1658 int newesc, pairs, quoted, white; local
1668 newesc = pairs = white = 0;
1675 if (pairs)
1676 cp[-pairs] = cp[0];
1686 cp[-pairs] = '\t';
1687 pairs++;
1692 cp[-pairs] = ASCII_ESC;
1693 pairs++;
1713 pairs++
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
value-range.h 144 // Here we describe an irange with N pairs of ranges. The storage for
145 // the pairs is embedded in the class as an array.
543 unsigned pairs = num_pairs (); local
544 gcc_checking_assert (pairs > 0);
545 return upper_bound (pairs - 1);
696 // Never allocate 0 pairs.
  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 426 PAIR pairs[TESTMAXPAIRS]; member in struct:stanza_st
  /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/crypto/external/apache2/openssl/dist/test/
testutil.h 593 PAIR pairs[TESTMAXPAIRS]; member in struct:stanza_st
  /src/crypto/external/bsd/openssl/dist/test/
testutil.h 575 PAIR pairs[TESTMAXPAIRS]; member in struct:stanza_st
  /src/external/gpl3/gcc/dist/gcc/
value-range.h 368 // Here we describe an irange with N pairs of ranges. The storage for
369 // the pairs is embedded in the class as an array.
634 // NEEDED pairs is greater than the current capacity of the range.
1118 unsigned pairs = num_pairs (); local
1119 gcc_checking_assert (pairs > 0);
1120 return upper_bound (pairs - 1);
  /src/external/mit/isl/dist/
isl_map_simplify.c 1304 /* Detect all pairs of inequalities that form an equality.
3882 /* Does "test" hold for all pairs of basic maps in "map1" and "map2"?
3977 * In particular, check whether all pairs of basic maps are disjoint.
3991 * If none of these cases apply, then check if all pairs of basic maps
4150 static int div_find_coalesce(__isl_keep isl_basic_map *bmap, int *pairs,
4195 if (!pairs[i])
4381 * In particular, if all pairs of lower and upper bounds on a div
4392 __isl_take isl_basic_map *bmap, __isl_take int *pairs, int n)
4420 if (!pairs[i])
4422 if (best >= 0 && pairs[best] <= pairs[i]
5010 int *pairs = NULL; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_7zip.c 2491 unsigned pairs = (unsigned)f->numBindPairs; local
2495 for (i = 0; i < pairs; i++) {
2499 if (i >= pairs)

Completed in 44 milliseconds