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

1 2 3 4 5 6 7 8 91011>>

  /external/svox/pico/lib/
picosig.c 386 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;)
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.cpp 111 for (int cnt = 0; cnt < mNumSndEndpoints; cnt++, ept++) {
112 ept->id = cnt;
113 snd_get_endpoint(cnt, ept);
    [all...]
  /external/bluetooth/bluez/sbc/
sbc_primitives.c 416 int cnt = 0;
418 cnt++;
421 return 32 - cnt;
  /external/libpcap/
pcap-bpf.c 141 pcap_read_bpf(pcap_t *p, int cnt, pcap_handler callback, u_char *user)
303 if (++n >= cnt && cnt > 0) {
savefile.c     [all...]
  /external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp 502 unsigned cnt = 0; local
526 cnt = 0;
540 decl += utostr(++cnt);
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 327 CvContour* cnt = (CvContour*)seq; local
328 if( cnt->rect.width * cnt->rect.height < bg_model->params.minArea )
  /external/stlport/test/eh/
test_insert.h 98 size_t cnt = 0; local
102 ++cnt;
104 return cnt;
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-md5.js 192 function bit_rol(num, cnt)
194 return (num << cnt) | (num >>> (32 - cnt));
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-md5.js 192 function bit_rol(num, cnt)
194 return (num << cnt) | (num >>> (32 - cnt));
  /external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageReader.cpp 234 int cnt = count; local
268 for (ch = q; cnt-- > 0; ch++)
369 count = cnt;
  /packages/apps/Exchange/tests/src/com/android/exchange/adapter/
CalendarSyncAdapterTests.java 268 int cnt = 0; local
273 cnt++;
276 return cnt;
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 641 size_t cnt;
651 while ((cnt = ck_fread(buf, 1, sizeof buf, fp)) > 0)
652 ck_fwrite(buf, 1, cnt, output_file.fp);
637 size_t cnt; local
1341 countT cnt = 0; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
SDL_alsa_audio.c 255 { static int cnt = 0; local
259 if (parent && (((++cnt)%10) == 0)) { /* Check every 10 loops */
  /external/skia/src/images/
SkMovie_gif.cpp 336 int cnt = bm->width() * bm->height(); local
337 memcpy(dst, src, cnt*sizeof(uint32_t));
  /hardware/broadcom/wlan/bcm4329/dhdutil/
bcmutils.c 147 uint cnt; local
149 for (cnt = 0; p; p = PKTNEXT(osh, p))
150 cnt++;
152 return cnt;
793 * Purpose: Compare to strings case insensitively, upto a max of 'cnt'
798 * cnt (in) Max characters to compare.
805 bcmstrnicmp(const char* s1, const char* s2, int cnt)
809 while (*s2 && *s1 && cnt) {
816 cnt--;
819 if (!cnt) return 0
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 147 uint cnt; local
149 for (cnt = 0; p; p = PKTNEXT(osh, p))
150 cnt++;
152 return cnt;
793 * Purpose: Compare to strings case insensitively, upto a max of 'cnt'
798 * cnt (in) Max characters to compare.
805 bcmstrnicmp(const char* s1, const char* s2, int cnt)
809 while (*s2 && *s1 && cnt) {
816 cnt--;
819 if (!cnt) return 0
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 629 DEBUG_PRINT("Function %s cnt[%d]\n", __FUNCTION__, ebd_cnt);
1878 int cnt = 0; local
1923 int count =0; char cnt =0; local
    [all...]
  /system/core/nexus/
Supplicant.cpp 674 int cnt = mNetworks->size(); local
676 return cnt;
  /bionic/libc/kernel/common/linux/
bio.h 157 atomic_t cnt; member in struct:bio_pair
  /bionic/libc/netbsd/resolv/
res_init.c 775 res_setservers(res_state statp, const union res_sockaddr_union *set, int cnt) {
786 for (i = 0; i < cnt && nserv < MAXNS; i++) {
828 res_getservers(res_state statp, union res_sockaddr_union *set, int cnt) {
833 for (i = 0; i < statp->nscount && i < cnt; i++) {
  /development/ndk/platforms/android-3/include/linux/
bio.h 157 atomic_t cnt; member in struct:bio_pair
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 253 const Expr* Ex, unsigned cnt,
257 ID.AddInteger(cnt);
261 ProfileRegion(ID, Ex, Cnt, superRegion);
406 os << "alloca{" << (void*) Ex << ',' << Cnt << '}';
727 MemRegionManager::getAllocaRegion(const Expr* E, unsigned cnt,
731 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC));
  /external/dropbear/
scp.c 267 size_t cnt; member in struct:__anon5312
672 for (haderr = i = 0; i < stb.st_size; i += bp->cnt) {
673 amt = bp->cnt;
1030 if (count == bp->cnt) {
1237 if (bp->cnt >= size)
1244 bp->cnt = size;
  /external/grub/stage2/
jfs.h 284 s8 cnt; /* 1: */ member in struct:__anon5706

Completed in 1020 milliseconds

1 2 3 4 5 6 7 8 91011>>