HomeSort by relevance Sort by last modified time
    Searched refs:cnt (Results 151 - 175 of 320) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libpcap/
pcap-int.h 187 int (*read_op)(pcap_t *, int cnt, pcap_handler, u_char *);
283 int pcap_read(pcap_t *, int cnt, pcap_handler, u_char *);
pcap-septel.c 73 static int septel_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) {
187 while (processed < cnt) ;
pcap-nit.c 99 pcap_read_nit(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
184 if (++n >= cnt && cnt >= 0) {
  /external/openssl/crypto/x509/
x509_lu.c 490 int i, idx, cnt; local
496 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
511 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt);
519 for (i = 0; i < cnt; i++, idx++)
539 int i, idx, cnt; local
546 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
558 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_CRL, nm, &cnt);
566 for (i = 0; i < cnt; i++, idx++)
  /external/qemu/distrib/sdl-1.2.12/src/audio/esd/
SDL_esdaudio.c 190 { static int cnt = 0; local
194 if (parent && (((++cnt)%10) == 0)) { /* Check every 10 loops */
  /external/elfutils/libelf/
elf_strptr.c 57 if (idx < runp->cnt)
  /external/v8/test/mjsunit/regress/
regress-1257.js 33 var cnt = 0;
43 if (cnt++ < 10000000) {
  /hardware/invensense/mlsdk/platform/include/
i2c.h 116 int I2CReadBuffer (unsigned short cnt, unsigned char bufferMode, unsigned char *rBuff);
  /hardware/msm7k/librpc/
xdr.c 412 bool_t xdr_opaque (XDR *xdr, caddr_t cp, u_int cnt)
415 if (cnt == 0)
420 return XDR_SEND_BYTES(xdr, (uint8 *) cp, cnt);
422 return XDR_RECV_BYTES(xdr, (uint8 *) cp, cnt);
  /external/icu4c/i18n/unicode/
msgfmt.h 92 * {@link #format(const UnicodeString& pattern,const Formattable* arguments,int32_t cnt,UnicodeString& appendTo,UErrorCode& success)},
94 * {@link #format(const Formattable* arguments, int32_t cnt, UnicodeString& appendTo, FieldPosition& status, int32_t recursionProtection,UErrorCode& success)},
96 * {@link #parse(const UnicodeString& source, int32_t& cnt, UErrorCode& status)}
458 * @param cnt the size of the array.
460 virtual void setFormats(const Format** newFormats, int32_t cnt);
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp 476 uint32_t cnt = 0; local
506 for (cnt = 0; cnt<sizeof(vt)/sizeof(vt[0]); cnt++) {
507 uint32_t vtLen = (uint32_t)uprv_strlen(vt[cnt].name);
508 if(uprv_strncmp(buffer, vt[cnt].name, vtLen) == 0) {
510 if(vt[cnt].what_to_do == READHEX) {
515 *(vt[cnt].what) = (UChar)theValue;
516 //if(cnt == 1) { // first implicit
521 } else if (vt[cnt].what_to_do == READCE) { /* vt[cnt].what_to_do == READCE *
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 138 function rol(num, cnt)
140 return (num << cnt) | (num >>> (32 - cnt));
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 138 function rol(num, cnt)
140 return (num << cnt) | (num >>> (32 - cnt));
  /frameworks/base/core/java/android/database/
AbstractCursor.java 255 int cnt = getCount(); local
256 return mPos == (cnt - 1) && cnt != 0;
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
sf_estim.c 152 Word32 cnt; local
171 cnt = 0;
172 while (sfbDist > thresh125 && (cnt < 3)) {
181 cnt = cnt + 1;
183 cnt = 0;
186 while ((sfbDist > thresh125) && (cnt < 1) && (scf > minScf)) {
196 cnt = cnt + 1;
210 for (cnt=0; cnt<3; cnt++)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 47 typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t; member in struct:__anon20512
262 ++(NAME).cnt; \
293 (NAME).cnt = 1; \
299 ++(NAME).cnt; \
326 if (--(NAME).cnt == 0) \
  /cts/tools/dasm/src/java_cup/
Main.java 780 int cnt;
785 for (t = terminal.all(), cnt=0; t.hasMoreElements(); cnt++)
788 if ((cnt+1) % 5 == 0) System.err.println();
794 for (n=non_terminal.all(), cnt=0; n.hasMoreElements(); cnt++)
797 if ((cnt+1) % 5 == 0) System.err.println();
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 382 unsigned cnt = 0; local
388 ++cnt;
393 if (cnt > max_token) max_token = cnt;
394 cnt = 0;
397 if (cnt > max_token)
398 max_token = cnt;
  /external/iproute2/lib/
utils.c 652 int cnt = 0; local
675 if (cnt < blen) {
676 buf[cnt] = acc;
677 cnt++;
683 if (cnt < blen)
684 memset(buf+cnt, 0, blen-cnt);
  /external/openssl/crypto/bio/
b_print.c 444 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/svox/pico/lib/
picosig2.c 831 picoos_int16 cnt; local
862 cnt = PICODSP_FFTSIZE;
866 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff;);
875 cnt = PICODSP_FFTSIZE;
879 if (cnt > 0)FAST_DEVICE(cnt,*(t1++)+=*(t2++)*ff; );
882 cnt = PICODSP_FFTSIZE;
886 if (cnt > 0)FAST_DEVICE(cnt,*(t1--)+=*(t2++)*ff; )
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 654 int cnt = 0; local
655 while (cnt < blockSize) {
656 int n = is.read(buf, cnt, blockSize-cnt);
660 cnt += n;
664 cnt = blockSize;
667 while (cnt >= 2) {
668 short smp = (short)((buf[cnt - 1] << 8) + (buf[cnt - 2] & 0xFF));
671 cnt -= 2
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Playlists_MembersTest.java 328 int cnt = 0; local
333 cnt++;
336 assertEquals(1, cnt);
340 cnt = 0;
343 cnt++;
346 assertEquals(1, cnt);
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 615 int cnt = 0; local
621 cnt++;
626 assertEquals(0, cnt);
630 cnt = 0;
636 cnt++;
642 assertEquals(0x110000, cnt);
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java 414 int cnt = 0; local
420 cnt++;
425 assertEquals(0, cnt);
429 cnt = 0;
435 cnt++;
441 assertEquals(0x110000 / 0x10, cnt);

Completed in 491 milliseconds

1 2 3 4 5 67 8 91011>>