Searched defs:cnt (Results 226 - 250 of 289) sorted by relevance

1234567891011>>

/external/libhevc/decoder/
H A Dihevcd_parse_slice.c1070 WORD32 cnt = 0; local
1090 if(ps_codec->s_parse.s_cu.ai4_prev_intra_luma_pred_flag[cnt])
1094 ps_codec->s_parse.s_cu.ai4_mpm_idx[cnt] = value;
1101 ps_codec->s_parse.s_cu.ai4_rem_intra_luma_pred_mode[cnt] =
1104 cnt++;
/external/libpcap/
H A Dpcap.c824 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
826 return (p->read_op(p, cnt, callback, user));
833 pcap_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
836 return (p->read_op(p, cnt, callback, user));
840 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) argument
849 n = pcap_offline_read(p, cnt, callback, user);
856 n = p->read_op(p, cnt, callback, user);
861 if (!PACKET_COUNT_IS_UNLIMITED(cnt)) {
862 cnt -= n;
863 if (cnt <
[all...]
/external/opencv/cv/src/
H A Dcvcalibinit.cpp1915 CvContour* cnt = *(CvContour**)cvGetSeqElem(root_tmp, j); local
1916 if(cnt->rect.width > max_size)
1918 max_size = cnt->rect.width;
1919 max_seq = (CvSeq*)cnt;
/external/openssl/apps/
H A Dca.c2622 int i, cnt = 0; local
2633 cnt = -1;
2664 cnt++;
2674 cnt++;
2688 return (cnt);
/external/openssl/crypto/modes/
H A Dgcm128.c338 int cnt = 15; local
361 if (--cnt<0) break;
363 nlo = ((const u8 *)Xi)[cnt];
410 int cnt; local
416 cnt = 15;
437 if (--cnt<0) break;
439 nlo = ((const u8 *)Xi)[cnt];
440 nlo ^= inp[cnt];
503 for (cnt=0; cnt<1
[all...]
/external/qemu/
H A Dtranslate-all.c316 int i, cnt; local
318 freep = kinfo_getvmmap(getpid(), &cnt);
321 for (i = 0; i < cnt; i++) {
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c234 UINT8 cnt=0; local
257 cnt++;
265 BTIF_TRACE_DEBUG("%s dch in use count=%d", __FUNCTION__, cnt);
266 return cnt;
/external/chromium_org/third_party/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp444 int cnt = 0; local
459 cnt = (int)array->objAtAIndex(2)->intValue() + 1;
460 if (cnt > 256) {
462 "Color space feature NYI, cnt > 256", image, pdfContext);
466 if (data.fBytes != (unsigned int)cnt * 3) {
471 for (int i = 0 ; i < cnt; i++) {
523 SkAutoTUnref<SkColorTable> colorTable(new SkColorTable(colors, cnt));
1645 size_t cnt = colorSpace->size(); local
1646 if (cnt == 0) {
1655 if (cnt !
1951 int cnt = (int) intervals->size(); local
2193 int cnt = (int) blendModes->size(); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dselect.c1228 int cnt; /* Index added to make the name unique */ local
1275 for(j=cnt=0; j<i; j++){
1279 zNewName = sqlite3MPrintf(db, "%s:%d", zName, ++cnt);
3831 int cnt = 0; local
3833 for(pLoop=p; pLoop; pLoop=pLoop->pPrior, cnt++){
3839 if( mxSelect && cnt>mxSelect ){
H A Dos_unix.c868 ** a reference count (so we will know when to delete it) and a "cnt"
869 ** field that tells us its internal lock status. cnt==0 means the
870 ** file is unlocked. cnt==-1 means the file has an exclusive lock.
871 ** cnt>0 means there are cnt shared locks on the file.
2920 ** Seek to the offset passed as the second argument, then read cnt
2932 static int seekAndRead(unixFile *id, sqlite3_int64 offset, void *pBuf, int cnt){ argument
2939 do{ got = osPread(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
2942 do{ got = osPread64(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR);
2955 do{ got = osRead(id->h, pBuf, cnt); }whil
3010 seekAndWrite(unixFile *id, i64 offset, const void *pBuf, int cnt) argument
[all...]
H A Dwhere.c651 int cnt; /* Number of non-wildcard prefix characters */ local
690 cnt = 0;
691 while( (c=z[cnt])!=0 && c!=wc[0] && c!=wc[1] && c!=wc[2] ){
692 cnt++;
694 if( cnt!=0 && 255!=(u8)z[cnt-1] ){
696 *pisComplete = c==wc[0] && z[cnt+1]==0;
698 if( pPrefix ) pPrefix->u.zToken[cnt] = 0;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.c1462 * 1) If I return a NULL you must decrement any INP ref cnt. 2) If I find an
3894 int cnt; local
4110 cnt = 0;
4118 cnt++;
4132 cnt++;
4141 cnt++;
4144 if (cnt) {
7845 int cnt, strmat; local
7858 cnt = 0;
7863 cnt
[all...]
H A Dsctputil.c595 int cnt; local
597 cnt = 0;
601 cnt = 0;
604 cnt = 0;
609 cnt = 0;
613 cnt++;
614 if ((cnt % 14) == 0)
620 cnt = 0;
623 cnt = 0;
628 cnt
5971 int cnt = 0; local
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2119 static int cnt; member in namespace:__anon19613
2133 ++cnt;
2172 EXPECT_EQ(2, cnt);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1533 int cnt = ExtractResolvFDs(state, fds, ARRAY_SIZE(fds)); local
1534 for (int i = 0; i < cnt; i++) {
1674 TSAN_INTERCEPTOR(int, epoll_wait, int epfd, void *ev, int cnt, int timeout) { argument
1675 SCOPED_TSAN_INTERCEPTOR(epoll_wait, epfd, ev, cnt, timeout);
1678 int res = BLOCK_REAL(epoll_wait)(epfd, ev, cnt, timeout);
1989 int cnt = ExtractRecvmsgFDs(msg, fds, ARRAY_SIZE(fds)); local
1990 for (int i = 0; i < cnt; i++)
/external/elfutils/0.153/libcpu/
H A Di386_parse.c2494 int cnt = 0; local
2512 if (cnt++ > 0)
2958 size_t cnt = 0; local
2959 for (instr = instructions; instr != NULL; instr = instr->next, ++cnt)
3065 for (size_t cnt = 0; cnt < nstr; ++cnt)
3067 const unsigned char *cp = (const unsigned char *) str[cnt];
3075 for (size_t cnt = 0; cnt < 25
[all...]
/external/elfutils/0.153/src/
H A Delflint.c356 size_t cnt; local
394 for (cnt = EI_PAD; cnt < EI_NIDENT; ++cnt)
395 if (ehdr->e_ident[cnt] != 0)
396 ERROR (gettext ("e_ident[%zu] is not zero\n"), cnt);
404 for (cnt = 0; cnt < nvalid_e_machine; ++cnt)
405 if (valid_e_machine[cnt]
539 size_t cnt; local
1048 size_t cnt; local
1307 check_one_reloc(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, size_t cnt, const GElf_Shdr *symshdr, Elf_Data *symdata, GElf_Addr r_offset, GElf_Xword r_info, const GElf_Shdr *destshdr, bool reldyn, struct loaded_segment *loaded, enum load_state *statep) argument
1537 size_t cnt; local
1961 size_t cnt; local
2002 size_t cnt; local
2067 size_t cnt; local
2441 size_t cnt; local
2900 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); local
2907 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); local
2915 cnt, (int) hashval, (int) aux->vna_hash); local
2925 cnt, verstr); local
2935 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); local
4010 check_note(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Phdr *phdr, int cnt) argument
[all...]
H A Dldgeneric.c811 size_t cnt; local
824 cnt = data->d_size / sizeof (Elf32_Word);
827 while (cnt > 1)
828 if (grpref[--cnt] == shndx)
855 size_t cnt; local
876 cnt = data->d_size / sizeof (Elf32_Word);
877 while (cnt > 1)
879 Elf32_Word idx = grpref[--cnt];
1099 size_t cnt; local
1131 for (cnt
1915 size_t cnt; local
2093 int cnt = dynshdr->sh_size / dynshdr->sh_entsize; local
2999 size_t cnt; local
3128 size_t cnt; local
3812 size_t cnt; local
4311 size_t cnt; local
[all...]
/external/iproute2/misc/
H A Dss.c316 int cnt = 0; local
335 cnt++;
344 return cnt;
373 int cnt; local
381 cnt = sizeof(*s)/sizeof(int);
389 cnt--;
393 if (cnt <= 0)
935 int cnt = 0; local
949 return cnt;
959 cnt
967 int cnt = 0; local
2180 int cnt; local
[all...]
/external/libmtp/src/
H A Dptp-pack.c1679 ptp_unpack_Nikon_EC (PTPParams *params, unsigned char* data, unsigned int len, PTPContainer **ec, int *cnt) argument
1688 *cnt = dtoh16a(&data[PTP_nikon_ec_Length]);
1689 if (*cnt > (len-PTP_nikon_ec_Code)/PTP_nikon_ec_Size) /* broken cnt? */
1691 *ec = malloc(sizeof(PTPContainer)*(*cnt));
1693 for (i=0;i<*cnt;i++) {
1771 uint32_t cnt,
1779 for (i=0;i<cnt;i++)
1793 for (i=0;i<cnt;i++) {
1815 for (i=0;i<cnt;
1768 ptp_unpack_canon_directory( PTPParams *params, unsigned char *dir, uint32_t cnt, PTPObjectHandles *handles, PTPObjectInfo **oinfos, uint32_t **flags ) argument
[all...]
H A Dptp.c55 #define PTP_CNT_INIT(cnt) {memset(&cnt,0,sizeof(cnt));}
1429 PTPCanon_directtransfer_entry **entries, unsigned int *cnt)
1443 *cnt = dtoh32a(out);
1444 *entries = malloc(sizeof(PTPCanon_directtransfer_entry)*(*cnt));
1446 for (i=0;i<*cnt;i++) {
1428 ptp_canon_gettreesize(PTPParams* params, PTPCanon_directtransfer_entry **entries, unsigned int *cnt) argument
/external/skia/experimental/PdfViewer/src/
H A DSkPdfRenderer.cpp444 int cnt = 0; local
459 cnt = (int)array->objAtAIndex(2)->intValue() + 1;
460 if (cnt > 256) {
462 "Color space feature NYI, cnt > 256", image, pdfContext);
466 if (data.fBytes != (unsigned int)cnt * 3) {
471 for (int i = 0 ; i < cnt; i++) {
523 SkAutoTUnref<SkColorTable> colorTable(new SkColorTable(colors, cnt));
1645 size_t cnt = colorSpace->size(); local
1646 if (cnt == 0) {
1655 if (cnt !
1951 int cnt = (int) intervals->size(); local
2193 int cnt = (int) blendModes->size(); local
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c2317 int cnt = 0; local
2325 sqlite3_snprintf(sizeof(zBuf)-1, &zBuf[cnt>0], "%d %d %d %d",
2328 cnt++;
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp677 ParmVarDecl *cnt = ParmVarDecl::Create(Context, Method, local
680 &Context.Idents.get("cnt"),
684 Params.push_back(cnt);
803 ParmVarDecl *cnt = ParmVarDecl::Create(Context, Method, local
806 &Context.Idents.get("cnt"),
810 Params.push_back(cnt);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp126 RefVal(Kind k, RetEffect::ObjKind o, unsigned cnt, unsigned acnt, QualType t, argument
128 : Cnt(cnt), ACnt(acnt), T(t), RawKind(static_cast<unsigned>(k)),
259 unsigned cnt = getCount(); local
260 if (cnt) Out << " (+ " << cnt << ")"; local
266 unsigned cnt = getCount(); local
267 if (cnt) Out << " (+ " << cnt << ")"; local
273 unsigned cnt = getCount(); local
274 if (cnt) Ou local
280 unsigned cnt = getCount(); local
281 if (cnt) Out << " (+ " << cnt << ")"; local
3319 unsigned cnt = X.getCount(); local
3327 unsigned cnt = X.getCount(); local
[all...]

Completed in 7104 milliseconds

1234567891011>>