HomeSort by relevance Sort by last modified time
    Searched refs:chk (Results 1 - 25 of 48) sorted by null

1 2

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/
check.hpp 29 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk)
33 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk)
34 # define BOOST_PP_CHECK_2(chk) BOOST_PP_CHECK_3((BOOST_PP_CHECK_RESULT_ ## chk))
41 # define BOOST_PP_CHECK_0(chk) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, chk))
42 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk)
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 70 struct sctp_tmit_chunk *chk; local
77 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
78 if (chk->sent == SCTP_DATAGRAM_RESEND) {
83 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
84 if (chk->sent == SCTP_DATAGRAM_RESEND) {
88 TAILQ_FOREACH(chk, &asoc->asconf_send_queue, sctp_next) {
89 if (chk->sent == SCTP_DATAGRAM_RESEND) {
421 struct sctp_tmit_chunk *chk, *nchk; local
425 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
426 if (SCTP_TSN_GE(asoc->last_acked_seq, chk->rec.data.TSN_seq))
474 struct sctp_tmit_chunk *chk, *nchk; local
1103 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; local
1164 struct sctp_tmit_chunk *asconf, *chk; local
    [all...]
sctp_output.c 6551 struct sctp_tmit_chunk *chk, *nchk; local
7322 struct sctp_tmit_chunk *chk, *nchk; local
7341 struct sctp_tmit_chunk *chk, *nchk; local
7466 struct sctp_tmit_chunk *chk, *nchk; local
7580 struct sctp_tmit_chunk *chk; local
8162 struct sctp_tmit_chunk *chk; local
8175 struct sctp_tmit_chunk *chk; local
8223 struct sctp_tmit_chunk *chk, *nchk; local
9358 struct sctp_tmit_chunk *chk; local
9412 struct sctp_tmit_chunk *chk; local
9499 struct sctp_tmit_chunk *chk; local
9560 struct sctp_tmit_chunk *chk; local
9608 struct sctp_tmit_chunk *chk; local
9651 struct sctp_tmit_chunk *chk; local
9696 struct sctp_tmit_chunk *chk; local
9746 struct sctp_tmit_chunk *chk; local
9864 struct sctp_tmit_chunk *chk, *fwd; local
10717 struct sctp_tmit_chunk *chk; local
10906 struct sctp_tmit_chunk *chk, *a_chk; local
11866 struct sctp_tmit_chunk *chk; local
12002 struct sctp_tmit_chunk *chk; local
12065 struct sctp_tmit_chunk *chk; local
12211 struct sctp_tmit_chunk *chk; local
12513 struct sctp_tmit_chunk *chk; local
    [all...]
sctp_indata.c 168 struct sctp_tmit_chunk *chk)
176 read_queue_e->sinfo_stream = chk->rec.data.stream_number;
177 read_queue_e->sinfo_ssn = chk->rec.data.stream_seq;
178 read_queue_e->sinfo_flags = (chk->rec.data.rcv_flags << 8);
179 read_queue_e->sinfo_ppid = chk->rec.data.payloadtype;
182 read_queue_e->sinfo_tsn = chk->rec.data.TSN_seq;
183 read_queue_e->sinfo_cumtsn = chk->rec.data.TSN_seq;
185 read_queue_e->whoFrom = chk->whoTo;
188 atomic_add_int(&chk->whoTo->ref_count, 1);
189 read_queue_e->data = chk->data
388 struct sctp_tmit_chunk *chk, *nchk; local
749 struct sctp_tmit_chunk *chk; local
779 struct sctp_tmit_chunk *chk; local
1283 struct sctp_tmit_chunk *chk; local
2249 struct sctp_tmit_chunk *chk; local
3475 struct sctp_tmit_chunk *chk; local
5064 struct sctp_tmit_chunk *chk, *nchk; local
5153 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctp_input.c 335 struct sctp_tmit_chunk *chk, *nchk; local
339 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
340 if (chk->rec.data.stream_number >= newcnt) {
341 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next);
343 if (asoc->strmout[chk->rec.data.stream_number].chunks_on_queues > 0) {
344 asoc->strmout[chk->rec.data.stream_number].chunks_on_queues--;
347 panic("No chunks on the queues for sid %u.", chk->rec.data.stream_number);
350 if (chk->data != NULL) {
351 sctp_free_bufspace(stcb, asoc, chk, 1);
353 0, chk, SCTP_SO_NOT_LOCKED)
1101 struct sctp_chunkhdr *chk; local
1798 struct sctp_tmit_chunk *chk; local
3119 struct sctp_tmit_chunk *chk; local
3253 struct sctp_tmit_chunk *chk; local
3635 struct sctp_tmit_chunk *chk; local
3678 struct sctp_tmit_chunk *chk = stcb->asoc.str_reset; local
3708 struct sctp_tmit_chunk *chk; local
4191 struct sctp_tmit_chunk *chk; local
5299 struct sctp_tmit_chunk *chk; local
    [all...]
sctputil.c 645 struct sctp_tmit_chunk *chk; local
681 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
682 if (chk->sent == SCTP_DATAGRAM_RESEND) {
684 } else if (chk->sent < SCTP_DATAGRAM_RESEND) {
685 tot_out += chk->book_size;
750 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
751 if ((chk->whoTo == lnet) &&
752 (chk->sent < SCTP_DATAGRAM_RESEND)) {
753 tot_out += chk->book_size;
1703 struct sctp_tmit_chunk *chk; local
2459 struct sctp_tmit_chunk *chk; local
3884 struct sctp_tmit_chunk *chk, *nchk; local
5174 struct sctp_tmit_chunk *chk = NULL, *tp2; local
    [all...]
sctp_pcb.c 5416 struct sctp_tmit_chunk *chk, *nchk; local
5756 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5789 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5819 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5840 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5854 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5867 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
7842 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctp_asconf.c 1027 struct sctp_tmit_chunk *chk; local
1029 chk = TAILQ_FIRST(&stcb->asoc.sent_queue);
1031 stcb, chk->whoTo);
1044 struct sctp_tmit_chunk *chk; local
2372 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_xref.pl 101 my ($chk) = @_;
102 if (!exists $oid_tbl{$chk})
104 die "Not Found \"$chk\"\n";
  /external/openssl/crypto/objects/
objxref.pl 101 my ($chk) = @_;
102 if (!exists $oid_tbl{$chk})
104 die "Not Found \"$chk\"\n";
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_mathops.c 101 opus_int32 min_d,max_d,last,chk; local
102 chk=max_d=0;
108 chk ^= q*i;
114 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)||
125 opus_int32 min_d,max_d,last,chk; local
126 fail=chk=max_d=0;
134 chk ^= q*i;
142 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail||
  /external/libopus/celt/tests/
test_unit_mathops.c 101 opus_int32 min_d,max_d,last,chk; local
102 chk=max_d=0;
108 chk ^= q*i;
114 if ((chk!=89408644)||(max_d!=5)||(min_d!=0)||(bitexact_cos(64)!=32767)||
125 opus_int32 min_d,max_d,last,chk; local
126 fail=chk=max_d=0;
134 chk ^= q*i;
142 if ((chk!=15821257)||(max_d!=61)||(min_d!=-2)||fail||
  /external/f2fs-tools/fsck/
fsck.c 262 fsck->chk.valid_blk_cnt++;
263 fsck->chk.valid_node_cnt++;
353 fsck->chk.valid_inode_cnt++;
363 fsck->chk.multi_hard_link_files++;
800 fsck->chk.valid_blk_cnt++;
825 fsck->chk.valid_blk_cnt++;
921 ckp->free_segment_count = cpu_to_le32(fsck->chk.free_segs);
922 ckp->valid_block_count = cpu_to_le32(fsck->chk.valid_blk_cnt);
923 ckp->valid_node_count = cpu_to_le32(fsck->chk.valid_node_cnt);
924 ckp->valid_inode_count = cpu_to_le32(fsck->chk.valid_inode_cnt)
    [all...]
fsck.h 35 } chk; member in struct:f2fs_fsck
mount.c 981 fsck->chk.sit_valid_blocks = sum_vblocks;
982 fsck->chk.sit_free_segs = free_segs;
1001 fsck->chk.free_segs = 0;
1039 fsck->chk.free_segs++;
1164 fsck->chk.valid_nat_entry_cnt++;
1178 fsck->chk.valid_nat_entry_cnt++;
1185 fsck->chk.valid_nat_entry_cnt,
1186 fsck->chk.valid_nat_entry_cnt);
    [all...]
  /bionic/libc/arch-mips/string/
mips_strlen.c 148 chk (unsigned mine, unsigned libs, int *errors) function
178 fprintf(stderr,"%s+%d: %s\n",#__x,__y,chk(a,b,&errors));\
  /bionic/libc/arch-mips64/string/
mips_strlen.c 149 chk (unsigned long mine, unsigned long libs, int *errors) function
179 fprintf(stderr,"%s+%d: %s\n",#__x,__y,chk(a,b,&errors));\
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_utl.c 881 static int do_x509_check(X509 *x, const unsigned char *chk, size_t chklen,
905 if (chklen > 1 && chk[0] == '.')
921 chklen = strlen((const char *)chk);
942 chk, chklen))
964 if (do_check_string(str, -1, equal, flags, chk, chklen))
970 int X509_check_host(X509 *x, const unsigned char *chk, size_t chklen,
973 return do_x509_check(x, chk, chklen, flags, GEN_DNS);
976 int X509_check_email(X509 *x, const unsigned char *chk, size_t chklen,
979 return do_x509_check(x, chk, chklen, flags, GEN_EMAIL);
982 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.h 154 pphFriNfcLlpcMac_Chk_t chk; member in struct:phFriNfc_LlcpMac_Interface
phFriNfc_LlcpMac.c 101 status = LlcpMac->LlcpMacInterface.chk(LlcpMac,ChkLlcpMac_Cb,pContext);
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 388 struct sctp_tmit_chunk *chk; local
394 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
395 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
396 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
399 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
400 if ((uint32_t) (chk->send_size + IP_HDR_SIZE) > nxtsz) {
405 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
406 if (chk->sent != SCTP_DATAGRAM_RESEND)
408 chk->sent = SCTP_DATAGRAM_RESEND;
409 chk->rec.data.doing_fast_retransmit = 0
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
ml_stored_data.c 1167 uint32_t chk = 0; local
1238 uint32_t chk; local
    [all...]
  /external/tcpdump/
sctpHeader.h 84 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py     [all...]

Completed in 684 milliseconds

1 2