Searched refs:cnt (Results 251 - 275 of 377) sorted by relevance

<<111213141516

/external/aac/libAACenc/src/
H A Dchannel_map.cpp224 static INT FDKaacEnc_initElement (ELEMENT_INFO* elInfo, MP4_ELEMENT_ID elType, INT* cnt, CHANNEL_MODE mode, CHANNEL_ORDER co, INT* it_cnt, const FIXP_DBL relBits) { argument
227 INT counter =*cnt;
255 *cnt = counter;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h98 explicit InternalScopedBuffer(uptr cnt) { argument
99 cnt_ = cnt;
100 ptr_ = (T*)MmapOrDie(cnt * sizeof(T), "InternalScopedBuffer");
/external/libvncserver/x11vnc/
H A Dkeyboard.c213 int i, cnt = 0; local
259 cnt++;
262 return cnt;
922 int i, cnt = 0, downkey = -1;
951 cnt++;
955 if (cnt == 1) {
1592 static int cnt = 0; local
1632 cnt++;
1633 if (cnt % 100 && khints && score_hint != NULL) {
2962 int i, idx, cnt local
[all...]
H A Dutil.c512 int n, f = 1, cnt = 0, m = 0; local
537 if (cnt++ > 30) {
543 if (verb) fprintf(stderr, "+%d/%d", cnt, m);
H A Dxdamage.c93 int ix, iy, cnt = 0; local
173 cnt++;
187 w * h, nt_x1, nt_x2, nt_y1, nt_y2, cnt);
H A Duserinput.c93 int check_user_input(double dt, double dtr, int tile_diffs, int *cnt);
4361 int bdown0, bdown, gotui, cnt = 0; local
4618 cnt++;
4808 if (drew_box && cnt > last_draw_cnt) {
4880 last_draw_cnt = cnt;
5123 * cnt is also only for that mode).
5495 int cnt, iter = 0; local
5499 fb_update_sent(&cnt);
5500 if (cnt != update_count) {
5633 int check_user_input(double dt, double dtr, int tile_diffs, int *cnt) { argument
8528 int i2, cnt = 0; local
9401 int ok, s, k, add, cnt, ns; local
[all...]
H A DmacosxCG.c274 int cnt = 0; local
282 if ((cnt++ % 120) == 0) {
676 static int cnt = 0; local
688 if ((cnt++ % 10) == 0) {
H A Dpointer.c623 int i, old, newb, m = 1, cnt = 0; local
639 cnt++;
642 cnt++;
646 if (! cnt) {
H A Dsolid.c439 int i, cnt;
462 cnt = 0;
468 cnt++; /* count nulls to indicate field */
469 if (cnt == 6) {
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp327 CvContour* cnt = (CvContour*)seq; local
328 if( cnt->rect.width * cnt->rect.height < bg_model->params.minArea )
/external/selinux/policycoreutils/semanage/
H A Dsemanage695 cnt = len(re.findall(dquote, l[i]))
696 if cnt > 1:
700 if cnt == 1:
712 cnt = len(re.findall(squote, l[i]))
713 if cnt > 1:
717 if cnt == 1:
/external/freetype/src/truetype/
H A Dttgxvar.c228 FT_UInt runcnt, cnt; local
243 cnt = runcnt & GX_DT_DELTA_RUN_COUNT_MASK;
248 for ( j = 0; j <= cnt && i < delta_cnt; j++ )
254 for ( j = 0; j <= cnt && i < delta_cnt; j++ )
260 for ( j = 0; j <= cnt && i < delta_cnt; j++ )
264 if ( j <= cnt )
/external/boringssl/src/crypto/modes/
H A Dgcm.c154 int cnt = 15; local
181 if (--cnt < 0) {
185 nlo = ((const uint8_t *)Xi)[cnt];
232 int cnt; local
240 cnt = 15;
262 if (--cnt < 0) {
266 nlo = ((const uint8_t *)Xi)[cnt];
267 nlo ^= inp[cnt];
/external/elfutils/src/libdw/
H A DlibdwP.h414 #define libdw_alloc(dbg, type, tsize, cnt) \
416 size_t _required = (tsize) * (cnt); \
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/
H A Dbuild.unix202 cnt=`ls ./src/patches/*.patch | wc -c`
203 if [ $cnt -lt 1 ]; then
/external/skia/src/images/
H A DSkMovie_gif.cpp338 int cnt = bm->width() * bm->height(); local
339 memcpy(dst, src, cnt*sizeof(uint32_t));
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp1102 int eldExtLen, len, cnt; local
1149 for(cnt=0; cnt<len; cnt++) {
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c892 int once = 0, cnt = 0; local
915 len = sprintf(ptr+cnt, "%s", n);
918 len = sprintf(ptr+cnt, ", %s", n);
920 cnt+=len;
/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-dos.c101 static int pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback,
333 pcap_read_dos (pcap_t *p, int cnt, pcap_handler callback, u_char *data) argument
338 while (num <= cnt || PACKET_COUNT_IS_UNLIMITED(cnt))
/external/libusb/libusb/
H A Dio.c2246 size_t cnt = 0; local
2251 cnt++;
2253 ret = calloc(cnt + 1, sizeof(struct libusb_pollfd *));
2259 ret[cnt] = NULL;
/external/libxml2/
H A Dtriostr.c537 size_t cnt = 0;
538 while ((*first != NIL) && (*second != NIL) && (cnt <= max))
546 cnt++;
548 return ((cnt == max) || ((*first == NIL) && (*second == NIL)));
/external/skia/tests/
H A DSurfaceTest.cpp302 int cnt; local
304 cnt = GrContextFactory::kGLContextTypeCnt;
306 cnt = 1;
309 for (int i= 0; i < cnt; ++i) {
/external/valgrind/coregrind/m_gdbserver/
H A Dremote-utils.c809 int putpkt_binary (char *buf, int cnt) argument
820 vg_assert (cnt <= PBUFSIZ); // be tolerant for GDB bug.
828 for (i = 0; i < cnt;)
829 i += try_rle (buf + i, cnt - i, &csum, &p);
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c655 unsigned int cnt; local
667 cnt = sizeof bytebuf - dstc;
682 while (cnt) {
690 cnt--;
693 if (!cnt) {
709 while (cnt > 1)
710 t = nfatransition(t, dstp[--cnt]);

Completed in 1215 milliseconds

<<111213141516