Searched refs:fnd (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/ |
D | a_strnid.c | 215 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/ |
D | a_strnid.c | 215 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/ |
D | sctp6_usrreq.c | 1402 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/ |
D | typo.cpp | 47 …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/ |
D | typo.cpp | 47 …return s.fnd("hello") // expected-error{{no member named 'fnd' in 'std::basic_string<char>'; did y… in test_string()
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.c | 1162 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 …]
|
D | sctp_usrreq.c | 5007 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 …]
|
D | sctp_output.c | 5763 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) {
|
D | sctputil.c | 7679 int i, fnd = 0; local 7692 fnd = 1; 7696 if (!fnd) { 7834 int i, fnd = 0; local 7847 fnd = 1; 7851 if (!fnd) {
|
D | sctp_indata.c | 314 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/ |
D | check.t | 2819 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 …]
|