/bootable/diskinstaller/ |
installer.c | 385 int cnt = 0; local 471 ++cnt; 484 LOGI("Done processing installer config. Configured %d images", cnt);
|
/external/grub/netboot/ |
otulip.c | 160 int x,cnt=2; local 170 while(cnt--) { 172 if (cnt == 1)
|
/external/libpcap/ |
pcap-snit.c | 113 pcap_read_snit(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 196 if (++n >= cnt && cnt >= 0) {
|
/external/libvpx/vpx/src/ |
vpx_encoder.c | 284 if (list->cnt < list->max) 286 list->pkts[list->cnt++] = *pkt; 306 if ((size_t)(pkt - list->pkts) < list->cnt)
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
riva_mmio.h | 442 #define RIVA_FIFO_FREE(hwptr,cnt) \ 444 while (FifoFreeCount < (cnt)) \ 446 FifoFreeCount -= (cnt); \
|
/external/collada/src/dae/ |
daeMetaElement.cpp | 205 int cnt = (int)_metaAttributes.getCount(); local 207 for(i=0;i<cnt;i++) 253 size_t cnt = contentsOrder->getCount(); local 254 for ( size_t x = 0; x < cnt; x++ ) {
|
daeMetaElementAttribute.cpp | 227 size_t cnt = era->getCount(); local 228 for ( size_t x = 0; x < cnt; x++ ) {
|
/external/icu4c/i18n/ |
olsontz.cpp | 1026 int32_t cnt = 0; local [all...] |
rbtz.cpp | 587 int32_t cnt = 0; local 589 if (fHistoricRules != NULL && cnt < trscount) { 592 while (cnt < trscount && idx < historicCount) { 593 trsrules[cnt++] = (const TimeZoneRule*)fHistoricRules->elementAt(idx++); 596 if (fFinalRules != NULL && cnt < trscount) { 599 while (cnt < trscount && idx < finalCount) { 600 trsrules[cnt++] = (const TimeZoneRule*)fFinalRules->elementAt(idx++); 604 trscount = cnt;
|
/external/icu4c/i18n/unicode/ |
choicfmt.h | 494 * @param cnt The size of objs. 505 int32_t cnt,
|
/external/libxslt/libxslt/ |
numbers.c | 544 int cnt = 0; local 583 cnt++; 587 cnt++; 614 array[amount++] = (double) cnt; 634 int cnt; local 665 cnt = 0; 678 cnt++; 683 cnt++; 686 array[amount++] = (double)cnt; [all...] |
/external/openssl/crypto/asn1/ |
a_strex.c | 395 int i, prev = -1, orflags, cnt; local 455 cnt = X509_NAME_entry_count(n); 456 for(i = 0; i < cnt; i++) { 458 ent = X509_NAME_get_entry(n, cnt - i - 1);
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
atom.c | 357 int result = 0, cnt = 0; local 363 cnt++; 369 if (cnt < 20) 370 result <<= 20 - cnt;
|
/system/core/libmincrypt/ |
sha.c | 172 uint64_t cnt = ctx->count * 8; local 180 uint8_t tmp = cnt >> ((7 - i) * 8); 261 uint64_t cnt = ctx->count * 8; local 269 uint8_t tmp = cnt >> ((7 - i) * 8);
|
/bionic/linker/ |
linker.c | 139 HOODLUM(calloc, void *, (size_t cnt, size_t size)); 745 int cnt; local 767 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) { 883 int cnt; local 898 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt, ++phdr) { 1083 int cnt; local [all...] |
/external/qemu/slirp/ |
tcp_input.c | 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, 1580 int cnt = ti->ti_urp - 1; local [all...] |
/external/qemu/slirp-android/ |
tcp_input.c | 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, 1586 int cnt = ti->ti_urp - 1; local [all...] |
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_API.c | 751 M4OSA_UInt32 cnt; local 943 cnt = p_bs->bitPos & 0x7; 945 if( cnt ) 947 cnt = 8 - cnt; 948 temp = H264MCS_getBits(p_bs, cnt); 949 NSWAVCMCS_putBits(&instance->encbs, temp, cnt); 952 cnt = p_bs->bitPos >> 3; 954 while( cnt < (nal_size - 2) ) 958 cnt = p_bs->bitPos >> 3 1304 M4OSA_UInt32 cnt, cnt1; local 1761 M4OSA_UInt32 cnt; local [all...] |
/external/kernel-headers/original/linux/netfilter/ |
x_tables.h | 373 u_int32_t cnt[4]; member in struct:compat_xt_counters 375 u_int64_t cnt[2];
|
/external/libvpx/vpx/internal/ |
vpx_codec_internal.h | 413 unsigned int cnt; member in struct:vpx_codec_pkt_list 424 (m)->alloc.head.cnt = 0,\
|
/external/qemu/distrib/sdl-1.2.12/src/audio/arts/ |
SDL_artsaudio.c | 206 { static int cnt = 0; local 210 if (parent && (((++cnt)%10) == 0)) { /* Check every 10 loops */
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dma/ |
SDL_dmaaudio.c | 143 { static int cnt = 0; local 147 if (parent && (((++cnt)%10) == 0)) { /* Check every 10 loops */
|
/external/tcpdump/ |
tcpdump.c | 426 MakeFilename(char *buffer, char *orig_name, int cnt, int max_chars) 428 if (cnt == 0 && max_chars == 0) 431 sprintf(buffer, "%s%0*d", orig_name, max_chars, cnt); 451 register int cnt, op, i; local 485 cnt = -1; 524 cnt = atoi(optarg); 525 if (cnt <= 0) 1053 status = pcap_loop(pd, cnt, callback, pcap_userdata); [all...] |
/libcore/xml/src/main/java/org/kxml2/kdom/ |
Element.java | 146 int cnt = getNamespaceCount (); local 147 for (int i = 0; i < cnt; i++) {
|
/system/vold/ |
cryptfs.c | 131 unsigned int nr_sec, cnt; local 173 if ((cnt = write(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr))) != sizeof(struct crypt_mnt_ftr)) { 185 if ( (cnt = write(fd, key, crypt_ftr->keysize)) != crypt_ftr->keysize) { 202 if ( (cnt = write(fd, salt, SALT_LEN)) != SALT_LEN) { 230 unsigned int nr_sec, cnt; local 279 if ( (cnt = read(fd, crypt_ftr, sizeof(struct crypt_mnt_ftr))) != sizeof(struct crypt_mnt_ftr)) { 316 if ( (cnt = read(fd, key, crypt_ftr->keysize)) != crypt_ftr->keysize) { 326 if ( (cnt = read(fd, salt, SALT_LEN)) != SALT_LEN) { [all...] |