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 35 } 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 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_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...]
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...]
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;
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_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...]
  /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 1686 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 1327 milliseconds

1 2