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

1 2

  /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/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.h 34 } chk; member in struct:f2fs_fsck
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.h 154 pphFriNfcLlpcMac_Chk_t chk; member in struct:phFriNfc_LlcpMac_Interface
  /hardware/invensense/60xx/mlsdk/mllite/
ml_stored_data.c 1167 uint32_t chk = 0; local
1238 uint32_t chk; local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_timer.c 68 struct sctp_tmit_chunk *chk; local
75 TAILQ_FOREACH(chk, &asoc->sent_queue, sctp_next) {
76 if (chk->sent == SCTP_DATAGRAM_RESEND) {
81 TAILQ_FOREACH(chk, &asoc->control_send_queue, sctp_next) {
82 if (chk->sent == SCTP_DATAGRAM_RESEND) {
86 TAILQ_FOREACH(chk, &asoc->asconf_send_queue, sctp_next) {
87 if (chk->sent == SCTP_DATAGRAM_RESEND) {
419 struct sctp_tmit_chunk *chk, *nchk; local
423 TAILQ_FOREACH_SAFE(chk, &asoc->sent_queue, sctp_next, nchk) {
424 if (SCTP_TSN_GE(asoc->last_acked_seq, chk->rec.data.TSN_seq))
472 struct sctp_tmit_chunk *chk, *nchk; local
1101 struct sctp_tmit_chunk *strrst = NULL, *chk = NULL; local
1162 struct sctp_tmit_chunk *asconf, *chk; local
    [all...]
sctp_asconf.c 1032 struct sctp_tmit_chunk *chk; local
1049 struct sctp_tmit_chunk *chk; local
2358 struct sctp_tmit_chunk *chk, *nchk; 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
383 struct sctp_tmit_chunk *chk, *nchk; local
744 struct sctp_tmit_chunk *chk; local
774 struct sctp_tmit_chunk *chk; local
1278 struct sctp_tmit_chunk *chk; local
2244 struct sctp_tmit_chunk *chk; local
3470 struct sctp_tmit_chunk *chk; local
5059 struct sctp_tmit_chunk *chk, *nchk; local
5148 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctp_input.c 333 struct sctp_tmit_chunk *chk, *nchk; local
337 TAILQ_FOREACH_SAFE(chk, &asoc->send_queue, sctp_next, nchk) {
338 if (chk->rec.data.stream_number >= newcnt) {
339 TAILQ_REMOVE(&asoc->send_queue, chk, sctp_next);
341 if (asoc->strmout[chk->rec.data.stream_number].chunks_on_queues > 0) {
342 asoc->strmout[chk->rec.data.stream_number].chunks_on_queues--;
345 panic("No chunks on the queues for sid %u.", chk->rec.data.stream_number);
348 if (chk->data != NULL) {
349 sctp_free_bufspace(stcb, asoc, chk, 1);
351 0, chk, SCTP_SO_NOT_LOCKED)
1114 struct sctp_chunkhdr *chk; local
1807 struct sctp_tmit_chunk *chk; local
3126 struct sctp_tmit_chunk *chk; local
3260 struct sctp_tmit_chunk *chk; local
3642 struct sctp_tmit_chunk *chk; local
3685 struct sctp_tmit_chunk *chk = stcb->asoc.str_reset; local
3715 struct sctp_tmit_chunk *chk; local
4198 struct sctp_tmit_chunk *chk; local
5307 struct sctp_tmit_chunk *chk; local
    [all...]
sctp_usrreq.c 273 struct sctp_tmit_chunk *chk; local
283 TAILQ_FOREACH(chk, &stcb->asoc.send_queue, sctp_next) {
284 if ((chk->send_size + overhead) > nxtsz) {
285 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
288 TAILQ_FOREACH(chk, &stcb->asoc.sent_queue, sctp_next) {
289 if ((chk->send_size + overhead) > nxtsz) {
294 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
295 if (chk->sent < SCTP_DATAGRAM_RESEND) {
296 sctp_flight_size_decrease(chk);
297 sctp_total_flight_decrease(stcb, chk);
    [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;
1683 struct sctp_tmit_chunk *chk; local
2439 struct sctp_tmit_chunk *chk; local
3879 struct sctp_tmit_chunk *chk, *nchk; local
5169 struct sctp_tmit_chunk *chk = NULL, *tp2; local
    [all...]
sctp_pcb.c 5321 struct sctp_tmit_chunk *chk, *nchk; local
5661 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5694 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5724 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5745 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5759 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
5772 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); local
7718 struct sctp_tmit_chunk *chk, *nchk; local
    [all...]
sctp_output.c 6361 struct sctp_tmit_chunk *chk, *nchk; local
7132 struct sctp_tmit_chunk *chk, *nchk; local
7151 struct sctp_tmit_chunk *chk, *nchk; local
7276 struct sctp_tmit_chunk *chk, *nchk; local
7390 struct sctp_tmit_chunk *chk; local
7975 struct sctp_tmit_chunk *chk; local
7988 struct sctp_tmit_chunk *chk; local
8036 struct sctp_tmit_chunk *chk, *nchk; local
9172 struct sctp_tmit_chunk *chk; local
9226 struct sctp_tmit_chunk *chk; local
9313 struct sctp_tmit_chunk *chk; local
9374 struct sctp_tmit_chunk *chk; local
9422 struct sctp_tmit_chunk *chk; local
9465 struct sctp_tmit_chunk *chk; local
9510 struct sctp_tmit_chunk *chk; local
9560 struct sctp_tmit_chunk *chk; local
9678 struct sctp_tmit_chunk *chk, *fwd; local
10531 struct sctp_tmit_chunk *chk; local
10720 struct sctp_tmit_chunk *chk, *a_chk; local
11676 struct sctp_tmit_chunk *chk; local
11812 struct sctp_tmit_chunk *chk; local
11875 struct sctp_tmit_chunk *chk; local
12021 struct sctp_tmit_chunk *chk; local
12323 struct sctp_tmit_chunk *chk; local
    [all...]
  /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...]
  /external/chromium_org/third_party/libxml/src/
SAX2.c 1731 int chk; local
2324 int chk; local
    [all...]
  /external/libxml2/
SAX2.c 1761 int chk; local
2412 int chk; local
    [all...]
  /external/tcpdump/
sctpHeader.h 84 struct sctpChunkDesc chk; member in struct:sctpRelChunkDesc
  /hardware/invensense/60xx/mlsdk/mlutils/
mputest.c 1121 uint32_t chk; local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 171 function $chk(obj){
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 1483 int chk; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 2101 milliseconds

1 2