| /src/external/mit/isl/dist/ |
| check_single_reference_templ.c | 4 /* Check that "obj" has a single reference. 9 isl_bool single; local 11 single = FN(TYPE,has_single_reference)(obj); 12 if (single < 0) 14 if (!single) 16 "object should have a single reference",
|
| isl_union_multi.c | 23 * Each UNION has its own groups, so there can only ever be a single 108 * Each entry in such a group is a single expression. 174 /* Return a group equal to "group", but with a single reference. 175 * Since all groups have only a single reference, simply return "group". 473 /* Set "single" to true if this group of expressions 479 isl_bool *single = user; local 483 *single = isl_bool_ok(group->part_table.n == 1); 487 /* Can this union expression be converted to a single base expression? 490 * is only a single expression associated to that domain? 494 isl_bool single; local [all...] |
| isl_map_subtract.c | 712 /* Return true if "bmap" contains a single element. 730 /* Return true if "map" contains a single element. 742 /* Given a singleton basic map, extract the single element 796 * i.e., if the single element of "map1" is also an element of "map2". 810 "expecting single-disjunct input", 831 isl_bool empty, single; local 862 single = isl_map_plain_is_singleton(map1); 863 if (single < 0) 866 if (single) {
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPAttrType.h | 27 bool single; member in class:LDAPAttrType 75 * Returns true if attribute type allows only single value
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| wchar.c | 30 wchar_t single = 0xbeef; local 45 do_nothing (&single);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| wchar.c | 30 wchar_t single = 0xbeef; local 45 do_nothing (&single);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ocsp/ |
| ocsp_prn.c | 115 "Request Single Extensions", 144 OCSP_SINGLERESP *single = NULL; local 193 single = sk_OCSP_SINGLERESP_value(rd->responses, i); 194 cid = single->certId; 197 cst = single->certStatus; 219 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) 221 if (single->nextUpdate) { 224 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) 230 "Response Single Extensions", 231 single->singleExtensions, flags, 8) [all...] |
| ocsp_srv.c | 91 OCSP_SINGLERESP *single = NULL; local 101 if ((single = OCSP_SINGLERESP_new()) == NULL) 104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) 106 if (nextupd && !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) 109 OCSP_CERTID_free(single->certId); 111 if ((single->certId = OCSP_CERTID_dup(cid)) == NULL) 114 cs = single->certStatus; 146 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData.responses, single))) 148 return single; 150 OCSP_SINGLERESP_free(single); [all...] |
| ocsp_cl.c | 221 /* Look single response matching a given certificate ID */ 226 OCSP_SINGLERESP *single; local 236 single = sk_OCSP_SINGLERESP_value(sresp, i); 237 if (!OCSP_id_cmp(id, single->certId)) 248 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, 256 if (single == NULL) 258 cst = single->certStatus; 273 *thisupd = single->thisUpdate; 275 *nextupd = single->nextUpdate; 290 OCSP_SINGLERESP *single; local [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ocsp/ |
| ocsp_prn.c | 113 "Request Single Extensions", 142 OCSP_SINGLERESP *single = NULL; local 190 single = sk_OCSP_SINGLERESP_value(rd->responses, i); 191 cid = single->certId; 194 cst = single->certStatus; 214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) 216 if (single->nextUpdate) { 219 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) 225 "Response Single Extensions", 226 single->singleExtensions, flags, 8) [all...] |
| ocsp_srv.c | 92 OCSP_SINGLERESP *single = NULL; local 101 if ((single = OCSP_SINGLERESP_new()) == NULL) 104 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) 107 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) 110 OCSP_CERTID_free(single->certId); 112 if ((single->certId = OCSP_CERTID_dup(cid)) == NULL) 115 cs = single->certStatus; 148 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData.responses, single))) 150 return single; 152 OCSP_SINGLERESP_free(single); [all...] |
| ocsp_cl.c | 221 /* Look single response matching a given certificate ID */ 226 OCSP_SINGLERESP *single; local 236 single = sk_OCSP_SINGLERESP_value(sresp, i); 237 if (!OCSP_id_cmp(id, single->certId)) 248 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, 256 if (single == NULL) 258 cst = single->certStatus; 273 *thisupd = single->thisUpdate; 275 *nextupd = single->nextUpdate; 290 OCSP_SINGLERESP *single; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/ |
| ocsp_prn.c | 113 "Request Single Extensions", 142 OCSP_SINGLERESP *single = NULL; local 190 single = sk_OCSP_SINGLERESP_value(rd->responses, i); 191 cid = single->certId; 194 cst = single->certStatus; 214 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate)) 216 if (single->nextUpdate) { 219 if (!ASN1_GENERALIZEDTIME_print(bp, single->nextUpdate)) 225 "Response Single Extensions", 226 single->singleExtensions, flags, 8) [all...] |
| ocsp_srv.c | 93 OCSP_SINGLERESP *single = NULL; local 102 if ((single = OCSP_SINGLERESP_new()) == NULL) 105 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate)) 108 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate)) 111 OCSP_CERTID_free(single->certId); 113 if ((single->certId = OCSP_CERTID_dup(cid)) == NULL) 116 cs = single->certStatus; 149 if (!(sk_OCSP_SINGLERESP_push(rsp->tbsResponseData.responses, single))) 151 return single; 153 OCSP_SINGLERESP_free(single); [all...] |
| ocsp_cl.c | 248 /* Look single response matching a given certificate ID */ 254 OCSP_SINGLERESP *single; local 263 single = sk_OCSP_SINGLERESP_value(sresp, i); 264 if (!OCSP_id_cmp(id, single->certId)) 276 int OCSP_single_get0_status(OCSP_SINGLERESP *single, int *reason, 283 if (!single) 285 cst = single->certStatus; 299 *thisupd = single->thisUpdate; 301 *nextupd = single->nextUpdate; 317 OCSP_SINGLERESP *single; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-match-head.cc | 82 /* Return if T has a single use. For GIMPLE, we also allow any 98 bool single = false; local 103 if (single) 105 single = true;
|
| tree-ssa-scopedtables.h | 41 struct { tree rhs; } single; member in union:hashable_expr::__anon13974 141 /* Record a single available expression that can be unwound. */ 189 /* Record a single const/copy pair that can be unwound. This version 200 /* Record a single const/copy pair that can be unwound. This version
|
| /src/external/mit/isl/dist/imath/ |
| imath.h | 59 mp_digit single; member in struct:__anon23654
|
| /src/sbin/restore/ |
| interactive.c | 440 * Handle single and double quotes. 518 struct afile single; local 530 list = &single; 533 if (strlen(name) - len > single.len) { 534 freename(single.fname); 535 single.fname = savename(&name[len]); 536 single.len = strlen(single.fname);
|
| /src/sys/kern/ |
| bufq_priocscan.c | 281 bool single; /* true if there's only one non-empty queue */ local 307 single = true; 315 single = false; 327 if (single) {
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-dw2-fde.h | 46 const struct dwarf_fde *single; member in union:object::__anon14352
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-scopedtables.h | 41 struct { tree rhs; } single; member in union:hashable_expr::__anon16395 141 /* Record a single available expression that can be unwound. */ 189 /* Record a single const/copy pair that can be unwound. This version 200 /* Record a single const/copy pair that can be unwound. This version
|
| gimple-match-head.cc | 528 /* If in GIMPLE the operation described by RES_OP should be single-rhs, 1167 /* Return if T has a single use. For GIMPLE, we also allow any 1183 bool single = false; local 1188 if (single) 1190 single = true;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| unwind-dw2-fde.h | 46 const struct dwarf_fde *single; member in union:object::__anon16755
|
| /src/external/mpl/bind/dist/bin/tests/system/dlzexternal/driver/ |
| driver.c | 97 const char *single[] = { "soa", "cname", NULL }; local 100 for (i = 0; single[i]; i++) { 101 if (strcasecmp(single[i], type) == 0) { 115 bool single = single_valued(type); local 129 if (!single && strcasecmp(list[i].data, data) != 0) { 361 * this; it will move onto the next database after a single query.
|