Searched defs:cnt (Results 151 - 175 of 289) sorted by relevance

1234567891011>>

/external/elfutils/0.153/src/
H A Dobjdump.c431 for (int cnt = 0; cnt < nentries; ++cnt)
436 rel = gelf_getrel (data, cnt, &relmem);
451 for (int cnt = 0; cnt < nentries; ++cnt)
456 rel = gelf_getrela (data, cnt, &relmem);
593 size_t cnt; local
594 for (cnt
663 size_t cnt; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp1234 int32_t cnt = 0; local
1236 if (cnt < trscount) {
1237 trsrules[cnt++] = stdRule;
1239 if (cnt < trscount) {
1240 trsrules[cnt++] = dstRule;
1243 trscount = cnt;
/external/iproute2/ip/
H A Dxfrm_state.c1066 __u32 *cnt; local
1081 cnt = (__u32 *)RTA_DATA(tb[XFRMA_SAD_CNT]);
1082 fprintf(fp," count %d", *cnt);
/external/iproute2/lib/
H A Dutils.c657 int cnt = 0; local
680 if (cnt < blen) {
681 buf[cnt] = acc;
682 cnt++;
688 if (cnt < blen)
689 memset(buf+cnt, 0, blen-cnt);
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c896 int once = 0, cnt = 0; local
919 len = sprintf(ptr+cnt, "%s", n);
922 len = sprintf(ptr+cnt, ", %s", n);
924 cnt+=len;
/external/libexif/libexif/
H A Dexif-data.c1241 unsigned int cnt = c->count; local
1243 if (cnt == c->count) {
/external/libpcap/
H A Dpcap-dag.c249 dag_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
582 if (processed == cnt && !PACKET_COUNT_IS_UNLIMITED(cnt))
585 return cnt;
H A Dpcap-dlpi.c189 pcap_read_dlpi(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
242 return (pcap_process_pkts(p, callback, user, cnt, bp, cc));
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h456 unsigned int cnt; member in struct:vpx_codec_pkt_list
467 (m)->alloc.head.cnt = 0,\
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dparse-events.c1123 int cnt = 0; local
1157 cnt++;
1164 return cnt;
1398 static int test_events(struct evlist_test *events, unsigned cnt) argument
1403 for (i = 0; i < cnt; i++) {
1435 static int test_terms(struct terms_test *terms, unsigned cnt) argument
1440 for (i = 0; i < cnt; i++) {
/external/openssl/crypto/bio/
H A Db_print.c444 int cnt = 0; local
456 while ((padlen > 0) && (cnt < max)) {
459 ++cnt;
461 while (*value && (cnt < max)) {
463 ++cnt;
465 while ((padlen < 0) && (cnt < max)) {
468 ++cnt;
/external/qemu/distrib/libsparse/src/
H A Doutput_file.c126 static int file_skip(struct output_file *out, int64_t cnt) argument
131 ret = lseek64(outn->fd, cnt, SEEK_CUR);
198 static int gz_file_skip(struct output_file *out, int64_t cnt) argument
203 ret = gzseek(outgz->gz_fd, cnt, SEEK_CUR);
/external/strace/
H A Dsystem.c448 int cnt = 0, max_cnt; local
455 ++cnt;
463 ++cnt;
468 ++cnt;
473 ++cnt;
541 while (cnt < max_cnt)
542 tprintf(", %x", name[cnt++]);
543 if (cnt < info.nlen)
/external/svox/pico/lib/
H A Dpicosig.c386 picoos_uint16 i, cnt; local
615 cnt = sig_subObj->sig_inner.m2_p - sig_subObj->sig_inner.hop_p;
619 FAST_DEVICE(cnt,*(tmp1++)=*(tmp2++);)
621 cnt = sig_subObj->sig_inner.m2_p - (sig_subObj->sig_inner.m2_p
623 FAST_DEVICE(cnt,*(tmp1++)=0;)
H A Dpicosig2.c832 picoos_int16 cnt; local
863 cnt = PICODSP_FFTSIZE;
867 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff;);
876 cnt = PICODSP_FFTSIZE;
880 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff; );
883 cnt = PICODSP_FFTSIZE;
887 if (cnt > 0)FAST_DEVICE(cnt,*(t
[all...]
/external/tcpdump/
H A Dprint-l2tp.c610 u_int cnt = 0; /* total octets consumed */ local
650 cnt += 2;
656 cnt += 2;
664 cnt += 2;
668 cnt += 2;
674 cnt += 2;
678 cnt += 2;
685 cnt += (2 + pad);
695 if (length < cnt) {
704 if (length - cnt
[all...]
/external/webp/src/enc/
H A Danalysis.c39 int cnt[NUM_MB_SEGMENTS] = { 0 }; local
43 cnt[mb[-w - 1].segment_]++; // top-left
44 cnt[mb[-w + 0].segment_]++; // top
45 cnt[mb[-w + 1].segment_]++; // top-right
46 cnt[mb[ - 1].segment_]++; // left
47 cnt[mb[ + 1].segment_]++; // right
48 cnt[mb[ w - 1].segment_]++; // bottom-left
49 cnt[mb[ w + 0].segment_]++; // bottom
50 cnt[mb[ w + 1].segment_]++; // bottom-right
52 if (cnt[
[all...]
/external/aac/libAACenc/src/
H A Dbitenc.cpp679 INT cnt = dataElementLength; local
696 for (i=0; i<cnt; i++) {
700 extBitsUsed += DATA_EL_VERSION_BITS + (loopCounter*8) + (cnt*8);
756 int cnt = 0; local
766 cnt = fixMin(MAX_DSE_DATA_BYTES, dataPayloadBytes);
767 if ( cnt >= 255 ) {
768 esc_count = cnt - 255;
772 dataPayloadBytes -= cnt;
773 dseBitsUsed += cnt * 8;
791 FDKwriteBits(hBitStream, cnt, DATA_LEN_COUNT_BIT
930 INT cnt, esc_count=-1, alignBits=7; local
[all...]
H A Dsf_estim.cpp384 INT cnt; local
386 cnt = 0;
388 while ((sfbDistLdData > (threshLdData-distFactorLdData)) && (cnt++ < 3)) {
403 cnt = 0;
406 while ((sfbDistLdData > (threshLdData-distFactorLdData)) && (cnt++ < 1) && (scf > minScf)) {
426 int cnt; local
427 for (cnt=0; cnt<3; cnt++) {
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c2807 FT_ULong cnt = FT_NEXT_BYTE( defp ); local
2810 if ( base + cnt >= 0x110000UL ) /* end of Unicode */
2816 lastBase = base + cnt + 1U;
2914 FT_UInt cnt = FT_NEXT_BYTE( p ); local
2919 else if ( char_code > start+cnt )
3128 p += 3; /* point to the first `cnt' field */
3146 FT_UInt cnt; local
3150 cnt = tt_cmap14_def_char_count( p );
3153 if ( tt_cmap14_ensure( cmap14, ( cnt + 1 ), memory ) )
3161 cnt
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dolsontz.cpp1051 int32_t cnt = 0; local
1052 if (historicRules != NULL && trscount > cnt) {
1057 trsrules[cnt++] = historicRules[i];
1058 if (cnt >= trscount) {
1064 if (finalZoneWithStartYear != NULL && trscount > cnt) {
1066 int32_t tmpcnt = trscount - cnt;
1067 finalZoneWithStartYear->getTimeZoneRules(tmpini, &trsrules[cnt], tmpcnt, status);
1071 cnt += tmpcnt;
1074 trscount = cnt;
H A Drbtz.cpp605 int32_t cnt = 0; local
607 if (fHistoricRules != NULL && cnt < trscount) {
610 while (cnt < trscount && idx < historicCount) {
611 trsrules[cnt++] = (const TimeZoneRule*)fHistoricRules->elementAt(idx++);
614 if (fFinalRules != NULL && cnt < trscount) {
617 while (cnt < trscount && idx < finalCount) {
618 trsrules[cnt++] = (const TimeZoneRule*)fFinalRules->elementAt(idx++);
622 trscount = cnt;
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c770 int cnt = max_count; local
781 if (--cnt < 0) {
784 cnt = max_count;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c527 unsigned i, cnt; local
534 cnt = shadowcube ? 3 : 4;
536 for (i = 0; i < cnt; ++i) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_fxt1.c482 GLint cnt[MAX_VECT]; /* how many times a certain vector was chosen */ local
494 cnt[j] = 0;
525 cnt[best]++;
539 if (cnt[j]) {
540 GLfloat div = 1.0F / cnt[j];

Completed in 5653 milliseconds

1234567891011>>