/external/usrsctp/usrsctplib/netinet/ |
D | sctp_timer.c | 72 struct sctp_tmit_chunk *chk; in sctp_audit_retranmission_queue() local 79 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { in sctp_audit_retranmission_queue() 80 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue() 85 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) { in sctp_audit_retranmission_queue() 86 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue() 90 TAILQ_FOREACH(chk, &asoc->asconf_send_queue, sctp_next) { in sctp_audit_retranmission_queue() 91 if (chk->sent == SCTP_DATAGRAM_RESEND) { in sctp_audit_retranmission_queue() 437 struct sctp_tmit_chunk *chk, *nchk; local 441 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) { 442 if (SCTP_TSN_GE(asoc->last_acked_seq, chk->rec.data.tsn)) { [all …]
|
D | sctp_output.c | 6729 struct sctp_tmit_chunk *chk, *nchk; local 6734 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) { 6741 if (PR_SCTP_BUF_ENABLED(chk->flags)) { 6746 if (chk->rec.data.timetodrop.tv_sec > (long)srcv->sinfo_timetolive) { 6754 if (chk->data) { 6762 if (chk->sent > SCTP_DATAGRAM_UNSENT) 6766 ret_spc = sctp_release_pr_sctp_chunk(stcb, chk, 6778 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { 6780 if (PR_SCTP_BUF_ENABLED(chk->flags)) { 6781 if (chk->rec.data.timetodrop.tv_sec > (long)srcv->sinfo_timetolive) { [all …]
|
D | sctp_indata.c | 75 struct sctp_tmit_chunk *chk, int lock_held); 446 struct sctp_tmit_chunk *chk, in sctp_abort_in_reasm() argument 457 chk->rec.data.tsn, in sctp_abort_in_reasm() 458 chk->rec.data.sid, in sctp_abort_in_reasm() 459 chk->rec.data.fsn, chk->rec.data.mid); in sctp_abort_in_reasm() 465 chk->rec.data.tsn, in sctp_abort_in_reasm() 466 chk->rec.data.sid, in sctp_abort_in_reasm() 467 chk->rec.data.fsn, in sctp_abort_in_reasm() 468 (uint16_t)chk->rec.data.mid); in sctp_abort_in_reasm() 471 sctp_m_freem(chk->data); in sctp_abort_in_reasm() [all …]
|
D | sctp_input.c | 344 struct sctp_tmit_chunk *chk, *nchk; in sctp_process_init() local 348 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) { in sctp_process_init() 349 if (chk->rec.data.sid >= newcnt) { in sctp_process_init() 350 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next); in sctp_process_init() 352 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_process_init() 353 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_process_init() 356 panic("No chunks on the queues for sid %u.", chk->rec.data.sid); in sctp_process_init() 359 if (chk->data != NULL) { in sctp_process_init() 360 sctp_free_bufspace(stcb, asoc, chk, 1); in sctp_process_init() 362 0, chk, SCTP_SO_NOT_LOCKED); in sctp_process_init() [all …]
|
/external/llvm-project/llvm/test/FileCheck/comment/ |
D | suppresses-checks.txt | 7 RUN: echo 'COM: CHECK: bar' > %t-1.chk 8 RUN: echo 'CHECK: foo' >> %t-1.chk 9 RUN: echo 'RUN: echo "CHECK: baz"' >> %t-1.chk 10 RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t-1.chk < %t-1.in 2>&1 | \ 16 RUN: echo 'CHECK: foo' > %t-2.chk 17 RUN: echo 'letters then space MY-PREFIX: CHECK: bar' >> %t-2.chk 19 RUN: FileCheck -dump-input=never -vv %t-2.chk -comment-prefixes=MY-PREFIX < %t-2.in 2>&1 | \ 24 RUN: echo 'Bar_2: CHECK: Bar' > %t-3.chk 25 RUN: echo 'CHECK: foo' >> %t-3.chk 26 RUN: echo 'Foo_1: CHECK: Foo' >> %t-3.chk [all …]
|
D | after-words.txt | 7 RUN: echo 'FOO-COM: CHECK: foo' > %t.chk 8 RUN: echo 'RUN_COM: CHECK: bar' >> %t.chk 9 RUN: echo 'RUN3COM: CHECK: foo' >> %t.chk 10 RUN: echo ' COMRUN: CHECK: bar' >> %t.chk 11 RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | FileCheck %s 13 CHECK: .chk:1:17: remark: CHECK: expected string found in input 14 CHECK: .chk:2:17: remark: CHECK: expected string found in input 15 CHECK: .chk:3:17: remark: CHECK: expected string found in input 16 CHECK: .chk:4:17: remark: CHECK: expected string found in input
|
D | suffixes.txt | 6 RUN: echo 'COM-NEXT: CHECK: foo' > %t.chk 7 RUN: echo 'RUN-NOT: CHECK: bar' >> %t.chk 9 RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | \ 12 CHECK1: .chk:1:18: remark: CHECK: expected string found in input 13 CHECK1: .chk:2:17: remark: CHECK: expected string found in input 18 RUN: FileCheck -dump-input=never -vv -comment-prefixes=COM,RUN,RUN-NOT %t.chk < %t.in 2>&1 | \ 21 CHECK2: .chk:1:18: remark: CHECK: expected string found in input 22 CHECK2-NOT: .chk:2
|
D | blank-comments.txt | 4 RUN: echo 'COM:' > %t.chk 5 RUN: echo 'CHECK: foo' >> %t.chk 6 RUN: echo ' COM: ' >> %t.chk 7 RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | FileCheck %s 9 CHECK: .chk:2:8: remark: CHECK: expected string found in input
|
D | unused-comment-prefixes.txt | 4 RUN: echo 'CHECK: foo' > %t.chk 8 RUN: FileCheck -dump-input=never -vv %t.chk < %t.in 2>&1 | FileCheck %s 14 RUN: FileCheck -dump-input=never -vv -comment-prefixes=FOO %t.chk < %t.in 2>&1 | FileCheck %s 16 CHECK: .chk:1:8: remark: CHECK: expected string found in input
|
D | unused-check-prefixes.txt | 4 RUN: echo 'COM: foo' > %t.chk 5 RUN: echo 'RUN: echo' >> %t.chk 6 RUN: %ProtectFileCheckOutput not FileCheck %t.chk < %t.in 2>&1 | FileCheck %s
|
D | within-checks.txt | 5 RUN: echo 'CHECK: foo COM: bar' > %t.chk 6 RUN: %ProtectFileCheckOutput not FileCheck %t.chk < %t.in 2>&1 | FileCheck %s 8 CHECK: .chk:1:8: error: CHECK: expected string not found in input
|
/external/autotest/client/site_tests/platform_EncryptedStateful/ |
D | platform_EncryptedStateful.py | 45 chk = test_checker() variable 122 chk.check(os.path.exists(self.block), "%s exists" % (self.block)) 129 chk.check(os.path.exists(keyfile), "%s exists" % (keyfile)) 130 chk.check(not os.path.exists(other), "%s does not exist" % (other)) 134 chk.check(stat.S_ISREG(info.st_mode), 136 chk.check(info.st_uid == 0, "%s is owned by root" % (keyfile)) 137 chk.check(info.st_gid == 0, "%s has group root" % (keyfile)) 138 chk.check(stat.S_IMODE(info.st_mode) == (stat.S_IRUSR | stat.S_IWUSR), 140 chk.check(info.st_size == 48, "%s is 48 bytes" % (keyfile)) 144 chk.check(stat.S_ISREG(info.st_mode), [all …]
|
/external/llvm-project/llvm/test/FileCheck/ |
D | dump-input-annotations.txt | 15 ; RUN: echo 'CHECK: hello' > %t.chk 16 ; RUN: echo 'CHECK: universe' >> %t.chk 19 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -v 2>&1 \ 52 ; RUN: echo 'CHECK: hello' > %t.chk 53 ; RUN: echo 'CHECK: world' >> %t.chk 56 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ 60 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -v 2>&1 \ 64 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk -vv 2>&1 \ 93 ; RUN: echo 'CHECK-COUNT-3: pete' > %t.chk 96 ; RUN: not FileCheck -dump-input=always -input-file %t.in %t.chk 2>&1 \ [all …]
|
D | dump-input-context.txt | 52 ; RUN: echo 'CHECK-LABEL: lab1' > %t.chk 53 ; RUN: echo ' CHECK-NEXT: hello' >> %t.chk 54 ; RUN: echo 'CHECK-LABEL: lab2' >> %t.chk 55 ; RUN: echo ' CHECK-NEXT: world' >> %t.chk 112 ; RUN: echo 'CHECK-LABEL: lab1' > %t.wide.chk 113 ; RUN: echo ' CHECK: hello' >> %t.wide.chk 114 ; RUN: echo ' CHECK: goodbye' >> %t.wide.chk 115 ; RUN: echo 'CHECK-LABEL: lab2' >> %t.wide.chk 116 ; RUN: echo ' CHECK-NEXT: world' >> %t.wide.chk 164 ; RUN: not FileCheck -dump-input=fail -vv %t.chk < %t.in 2>&1 \ [all …]
|
D | dump-input-filter.txt | 47 ; RUN: echo 'CHECK: start' > %t.chk 48 ; RUN: echo 'CHECK: hello' >> %t.chk 49 ; RUN: echo 'CHECK: world' >> %t.chk 50 ; RUN: echo 'CHECK: end' >> %t.chk 251 ; RUN: not FileCheck -dump-input-context=2 -vv %t.chk < %t.in 2>&1 \ 262 ; RUN: not FileCheck -dump-input-context=2 -vv %t.chk < %t.in 2>&1 \ 267 ; RUN: not FileCheck -dump-input-context=2 -vv %t.chk < %t.in 2>&1 \ 272 ; RUN: not FileCheck -dump-input-context=2 -vv %t.chk < %t.in 2>&1 \ 277 ; RUN: not FileCheck -dump-input-context=2 -vv %t.chk < %t.in 2>&1 \ 287 ; RUN: not FileCheck -dump-input-context=2 -vv %t.chk < %t.in 2>&1 \ [all …]
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_parser_test.cc | 39 test_checker* chk = static_cast<test_checker*>(ud); in onhdr() local 40 ekey = va_arg(chk->args, char*); in onhdr() 42 evalue = va_arg(chk->args, char*); in onhdr() 56 test_checker chk; in test_vector() local 58 va_start(chk.args, hexstring); in test_vector() 61 parser->on_header_user_data = &chk; in test_vector() 77 GPR_ASSERT(nullptr == va_arg(chk.args, char*)); in test_vector() 79 va_end(chk.args); in test_vector()
|
/external/libopus/celt/tests/ |
D | test_unit_mathops.c | 92 opus_int32 min_d,max_d,last,chk; in testbitexactcos() local 93 chk=max_d=0; in testbitexactcos() 99 chk ^= q*i; in testbitexactcos() 105 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)|| in testbitexactcos() 116 opus_int32 min_d,max_d,last,chk; in testbitexactlog2tan() local 117 fail=chk=max_d=0; in testbitexactlog2tan() 125 chk ^= q*i; in testbitexactlog2tan() 133 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail|| in testbitexactlog2tan()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/ |
D | .gitignore | 10 tm-signal-context-chk-fpu 11 tm-signal-context-chk-gpr 12 tm-signal-context-chk-vmx 13 tm-signal-context-chk-vsx
|
D | Makefile | 2 SIGNAL_CONTEXT_CHK_TESTS := tm-signal-context-chk-gpr tm-signal-context-chk-fpu \ 3 tm-signal-context-chk-vmx tm-signal-context-chk-vsx
|
/external/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 11 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 12 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 24 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 25 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 52 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 53 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 107 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 108 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 129 ; CHECK: %wide.chk = icmp uge i32 %a, 11 130 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] [all …]
|
/external/llvm-project/llvm/test/Transforms/GuardWidening/ |
D | basic.ll | 11 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 12 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 24 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 25 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 52 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 53 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 107 ; CHECK: %wide.chk = and i1 %cond_0, %cond_1 108 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] 129 ; CHECK: %wide.chk = icmp uge i32 %a, 11 130 ; CHECK: call void (i1, ...) @llvm.experimental.guard(i1 %wide.chk) [ "deopt"() ] [all …]
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 492 fsck->chk.valid_blk_cnt++; in sanity_check_nid() 493 fsck->chk.valid_node_cnt++; in sanity_check_nid() 694 fsck->chk.valid_inode_cnt++; in fsck_chk_inode_blk() 706 fsck->chk.multi_hard_link_files++; in fsck_chk_inode_blk() 902 fsck->chk.valid_blk_cnt++; in fsck_chk_inode_blk() 1149 F2FS_FSCK(sbi)->chk.valid_blk_cnt++; in fsck_chk_dnode_blk() 1718 fsck->chk.valid_blk_cnt++; in fsck_chk_data_blk() 1741 fsck->chk.valid_blk_cnt++; in fsck_chk_data_blk() 1930 if (fsck->chk.sit_free_segs + sit_valid_segs != in fsck_chk_meta() 1934 fsck->chk.sit_free_segs, sit_valid_segs, in fsck_chk_meta() [all …]
|
/external/scapy/scapy/layers/ |
D | clns.py | 75 chk = _cln_protocols.get(nlpid, None) 76 if chk is not None and chk != cln_protocol_class:
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 6-1.c | 112 pid_t pid, chk; in threaded() local 144 chk = waitpid(pid, &status, 0); in threaded() 145 if (chk != pid) { in threaded() 146 output("Expected pid: %i. Got %i\n", (int)pid, (int)chk); in threaded()
|
/external/openssh/ |
D | ge25519.c | 199 fe25519 t, chk, num, den, den2, den4, den6; in ge25519_unpackneg_vartime() local 224 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime() 225 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime() 226 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime() 230 fe25519_square(&chk, &r->x); in ge25519_unpackneg_vartime() 231 fe25519_mul(&chk, &chk, &den); in ge25519_unpackneg_vartime() 232 if (!fe25519_iseq_vartime(&chk, &num)) in ge25519_unpackneg_vartime()
|