Home
last modified time | relevance | path

Searched refs:fnd (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_strnid.c215 ASN1_STRING_TABLE fnd; in ASN1_STRING_TABLE_get() local
216 fnd.nid = nid; in ASN1_STRING_TABLE_get()
219 bsearch(&fnd, tbl_standard, in ASN1_STRING_TABLE_get()
227 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd); in ASN1_STRING_TABLE_get()
/external/boringssl/src/crypto/asn1/
Da_strnid.c215 ASN1_STRING_TABLE fnd; in ASN1_STRING_TABLE_get() local
216 fnd.nid = nid; in ASN1_STRING_TABLE_get()
219 bsearch(&fnd, tbl_standard, in ASN1_STRING_TABLE_get()
227 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd); in ASN1_STRING_TABLE_get()
/external/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c1402 int fnd;
1412 fnd = 0;
1421 fnd = 1;
1425 if ((!fnd) || (sin_a6 == NULL)) {
1446 int fnd = 0;
1454 fnd = 1;
1458 if (!fnd) {
1503 int fnd;
1551 fnd = 0;
1555 fnd = 1;
[all …]
/external/clang/test/FixIt/
Dtypo.cpp47 …return s.fnd("hello") // expected-error{{no member named 'fnd' in 'std::basic_string<char>'; did y… in test_string()
/external/llvm-project/clang/test/FixIt/
Dtypo.cpp47 …return s.fnd("hello") // expected-error{{no member named 'fnd' in 'std::basic_string<char>'; did y… in test_string()
/external/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c1162 int fnd, i; local
1256 fnd = 0;
1259 fnd = 1;
1263 if (fnd == 0) {
1908 int fnd; local
1990 fnd = 0;
1994 fnd = 1;
2000 fnd = 1;
2004 if (!fnd)
2060 fnd = 0;
[all …]
Dsctp_usrreq.c5007 int i, fnd = 0; local
5030 fnd = 1;
5034 if (!fnd) {
6753 int i, fnd = 0; local
6787 fnd = 1;
6791 if (!fnd) {
7975 int i, fnd = 0; local
8128 fnd = 1;
8132 if (!fnd) {
8174 int i, fnd = 0; local
[all …]
Dsctp_output.c5763 uint8_t fnd; local
5819 fnd = 0;
5830 fnd = 1;
5842 fnd = 1;
5854 fnd = 1;
5861 if (fnd == 0) {
5923 fnd = 0;
5934 fnd = 1;
5944 fnd = 1;
5950 if (!fnd) {
Dsctputil.c7679 int i, fnd = 0; local
7692 fnd = 1;
7696 if (!fnd) {
7834 int i, fnd = 0; local
7847 fnd = 1;
7851 if (!fnd) {
Dsctp_indata.c314 int fnd = 0; in sctp_mark_non_revokable() local
350 fnd = 1; in sctp_mark_non_revokable()
354 if (!fnd) { in sctp_mark_non_revokable()
/external/mksh/src/
Dcheck.t2819 fnd=$(typeset -f foo)
2820 print -r -- "$fnd"
2825 eval "$fnd"
2875 fnd=$(typeset -f foo)
2876 print -r -- "$fnd"
2881 eval "$fnd"
2933 fnd=$(typeset -f foo)
2934 print -r -- "$fnd"
2939 eval "$fnd"
9267 fnd() {
[all …]