HomeSort by: relevance | last modified time | path
    Searched refs:PAIR (Results 1 - 19 of 19) sorted by relevancy

  /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/gpl3/gcc/dist/gcc/
tree-complex.cc 63 #define PAIR(a, b) ((a) << 2 | (b))
73 /* For each complex variable, a pair of variables for the components exists in
77 /* For each complex SSA_NAME, a pair of ssa names for the components. */
98 /* Insert the pair UID, TO into the complex_variable_components hashtable. */
931 switch (PAIR (al, bl))
933 case PAIR (ONLY_REAL, ONLY_REAL):
938 case PAIR (ONLY_REAL, ONLY_IMAG):
946 case PAIR (ONLY_IMAG, ONLY_REAL):
954 case PAIR (ONLY_IMAG, ONLY_IMAG):
959 case PAIR (VARYING, ONLY_REAL)
    [all...]
tree-ssa-coalesce.cc 45 together to avoid copies. Costs are associated with each pair, and when
49 /* This structure defines a pair entry. */
57 /* A count of the number of unique partitions this pair would conflict
59 given two pairs with equal costs, we will prefer the pair with a smaller
91 /* Coalesce pair hashtable helpers. */
99 /* Hash function for coalesce list. Calculate hash for PAIR. */
102 coalesce_pair_hasher::hash (const coalesce_pair *pair)
104 hashval_t a = (hashval_t)(pair->first_element);
105 hashval_t b = (hashval_t)(pair->second_element);
214 /* Retrieve a pair to coalesce from the cost_one_list in CL. Returns th
332 struct coalesce_pair * pair = XOBNEW (&cl->ob, struct coalesce_pair); local
348 cost_one_pair *pair; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-complex.cc 63 #define PAIR(a, b) ((a) << 2 | (b))
73 /* For each complex variable, a pair of variables for the components exists in
77 /* For each complex SSA_NAME, a pair of ssa names for the components. */
98 /* Insert the pair UID, TO into the complex_variable_components hashtable. */
924 switch (PAIR (al, bl))
926 case PAIR (ONLY_REAL, ONLY_REAL):
931 case PAIR (ONLY_REAL, ONLY_IMAG):
939 case PAIR (ONLY_IMAG, ONLY_REAL):
947 case PAIR (ONLY_IMAG, ONLY_IMAG):
952 case PAIR (VARYING, ONLY_REAL)
    [all...]
tree-ssa-coalesce.cc 44 together to avoid copies. Costs are associated with each pair, and when
48 /* This structure defines a pair entry. */
56 /* A count of the number of unique partitions this pair would conflict
58 given two pairs with equal costs, we will prefer the pair with a smaller
90 /* Coalesce pair hashtable helpers. */
98 /* Hash function for coalesce list. Calculate hash for PAIR. */
101 coalesce_pair_hasher::hash (const coalesce_pair *pair)
103 hashval_t a = (hashval_t)(pair->first_element);
104 hashval_t b = (hashval_t)(pair->second_element);
213 /* Retrieve a pair to coalesce from the cost_one_list in CL. Returns th
331 struct coalesce_pair * pair = XOBNEW (&cl->ob, struct coalesce_pair); local
347 cost_one_pair *pair; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
testutil.h 415 } PAIR;
426 PAIR pairs[TESTMAXPAIRS];
evp_test.c 52 /* Test specific name value pair processing */
1818 static int keypair_test_init(EVP_TEST *t, const char *pair)
1826 if (!TEST_ptr(priv = OPENSSL_strdup(pair))
1881 const KEYPAIR_TEST_DATA *pair = t->data; local
1883 if (pair->privk == NULL || pair->pubk == NULL) {
1894 if ((rv = EVP_PKEY_cmp(pair->privk, pair->pubk)) != 1 ) {
2509 static char *take_value(PAIR *pp)
2524 PAIR *pp
    [all...]
bntest.c 61 PAIR *pp = s->pairs;
  /src/crypto/external/apache2/openssl/dist/test/
params_conversion_test.c 52 const PAIR *pp = s->pairs;
testutil.h 582 } PAIR;
593 PAIR pairs[TESTMAXPAIRS];
evp_test.c 61 /* Test specific name value pair processing */
2846 * pair, {algorithm}:{key}. If not, it implies EVP_PKEY_sign_init_ex()
2866 * The argument must be a colon separated pair, {algorithm}:{key}
2884 * colon-separated pair, {algorithm}:{key}.
2921 * colon-separated pair, {algorithm}:{key}.
2961 * The argument must be a colon separated pair, {algorithm}:{key}
2980 * The argument must be a colon separated pair, {algorithm}:{key}
4167 static int keypair_test_init(EVP_TEST *t, const char *pair)
4175 if (!TEST_ptr(priv = OPENSSL_strdup(pair))
4230 const KEYPAIR_TEST_DATA *pair = t->data local
    [all...]
bntest.c 61 PAIR *pp = s->pairs;
  /src/crypto/external/bsd/openssl/dist/test/
params_conversion_test.c 52 const PAIR *pp = s->pairs;
testutil.h 564 } PAIR;
575 PAIR pairs[TESTMAXPAIRS];
evp_test.c 57 /* Test specific name value pair processing */
2982 static int keypair_test_init(EVP_TEST *t, const char *pair)
2990 if (!TEST_ptr(priv = OPENSSL_strdup(pair))
3045 const KEYPAIR_TEST_DATA *pair = t->data; local
3047 if (pair->privk == NULL || pair->pubk == NULL) {
3058 if ((rv = EVP_PKEY_eq(pair->privk, pair->pubk)) != 1 ) {
3677 static char *take_value(PAIR *pp)
3746 PAIR *pp
    [all...]
bntest.c 57 PAIR *pp = s->pairs;
  /src/usr.bin/rump_dhcpclient/
dhcp.c 46 #define PAIR (1 << 8)

Completed in 87 milliseconds