/external/dropbear/libtommath/ |
booker.pl | 174 $cnt = @m; 176 for ($i = 2; $i < $cnt; $i++) { 242 $cnt = @m; 244 for ($i = 2; $i < $cnt; $i++) {
|
/external/elfutils/libelf/ |
elf_update.c | 129 shnum = (elf->state.elf.scns_last->cnt == 0 131 : 1 + elf->state.elf.scns_last->data[elf->state.elf.scns_last->cnt - 1].index);
|
elf_getscn.c | 56 if (idx < runp->cnt)
|
/external/javasqlite/src/main/java/SQLite/ |
StringEncoder.java | 49 int[] cnt = new int[256]; local 51 cnt[a[i] & 0xff]++; 60 int sum = cnt[i] + cnt[(i + 1) & 0xff] + cnt[(i + '\'') & 0xff];
|
/external/qemu/ |
qemu-error.c | 127 * Change the current location to argument ARGV[IDX..IDX+CNT-1]. 129 void loc_set_cmdline(char **argv, int idx, int cnt) 132 cur_loc->num = cnt;
|
/libcore/luni/src/main/java/java/util/zip/ |
InflaterInputStream.java | 194 int cnt = inf.setFileInput(is.mSharedRaf.getFD(), is.mOffset, nativeEndBufSize); local 195 is.skip(cnt);
|
/system/core/libcutils/ |
qtaguid.c | 149 int fd, cnt = 0, res = 0; local 159 LOGI("Deleteing tag data with tag %llx/%d for uid %d failed with cnt=%d errno=%d", 160 kTag, tag, uid, cnt, errno);
|
/external/ipsec-tools/src/racoon/ |
schedule.c | 188 int cnt = 0; local 195 cnt++; 198 if (cnt == 0) 201 *len = cnt * sizeof(*dst);
|
/system/core/charger/ |
charger.c | 217 int cnt = min(len, MAX_KLOG_WRITE_BUF_SZ); local 221 nl = memrchr(ptr, '\n', cnt - 1); 223 cnt = nl - ptr + 1; 225 yoink = ptr[cnt]; 226 ptr[cnt] = '\0'; 228 ptr[cnt] = yoink; 230 len -= cnt; 231 ptr += cnt; 245 size_t cnt; local 251 cnt = read(fd, buf, sz - 1) [all...] |
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
bitenc.c | 533 Word16 cnt,esc_count; local 541 cnt = min(((totFillBits - (3+4)) >> 3), ((1<<4)-1)); 544 WriteBits(hBitStream,cnt,4); 549 if ((cnt == (1<<4)-1)) { 554 cnt = cnt + (esc_count - 1); 557 for(i=0;i<cnt;i++) {
|
/external/libpcap/ |
pcap.c | 74 pcap_dispatch(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 77 return p->read_op(p, cnt, callback, user); 84 pcap_read(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 87 return p->read_op(p, cnt, callback, user); 91 pcap_loop(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 100 n = pcap_offline_read(p, cnt, callback, user); 107 n = p->read_op(p, cnt, callback, user); 112 if (cnt > 0) { 113 cnt -= n; 114 if (cnt <= 0 [all...] |
pcap-win32.c | 104 pcap_read_win32_npf(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 176 if (++n >= cnt && cnt > 0) { 189 pcap_read_win32_dag(pcap_t *p, int cnt, pcap_handler callback, u_char *user) 335 if (++n >= cnt && cnt > 0)
|
/external/tcpdump/ |
print-udp.c | 62 u_int16_t rh_flags; /* T:2 P:1 CNT:5 PT:8 */ 215 int cnt; local 223 cnt = (flags >> 8) & 0x1f; 228 if (len != cnt * sizeof(*rr) + sizeof(*sr) + sizeof(*rh)) 245 if (len != cnt * sizeof(*rr) + sizeof(*rh)) 255 cnt = 0; 261 cnt = 0; 265 cnt = 0; 268 if (cnt > 1) 269 printf(" c%d", cnt); [all...] |
/external/quake/quake/src/QW/client/ |
cl_tent.c | 171 int cnt;
local 295 cnt = MSG_ReadByte ();
299 R_RunParticleEffect (pos, vec3_origin, 0, 20*cnt);
303 cnt = MSG_ReadByte ();
307 R_RunParticleEffect (pos, vec3_origin, 73, 20*cnt);
|
/libcore/luni/src/main/java/java/math/ |
BigInt.java | 50 int cnt = 0; local 66 cnt++; 68 return cnt; 74 int cnt = consumeErrors(sb); local 75 if (cnt > 0)
|
/external/grub/netboot/ |
ns8390.c | 108 static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) 110 if (eth_flags & FLAG_16BIT) { ++cnt; cnt &= ~1; } 113 outb(cnt, eth_nic_base + D8390_P0_RBCR0); 114 outb(cnt>>8, eth_nic_base + D8390_P0_RBCR1); 127 cnt >>= 1; 129 while(cnt--) { 151 static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) 156 if (eth_flags & FLAG_16BIT) { ++cnt; cnt &= ~1; [all...] |
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/ |
ndapi.c | 26 #define GET_HYOKI_INDEX_OFFSET(cnt) \ 27 (NJ_LEARN_DIC_HEADER_SIZE + NJ_INDEX_SIZE * ((cnt)+1)) 29 #define GET_DATA_AREA_OFFSET(cnt) \ 30 (NJ_LEARN_DIC_HEADER_SIZE + NJ_INDEX_SIZE * ((cnt)+1) * 2) 31 #define GET_EXT_DATA_AREA_OFFSET(cnt) \ 32 (NJ_LEARN_DIC_HEADER_SIZE + NJ_INDEX_SIZE * ((cnt)+1) * 2 + LEARN_DIC_QUE_SIZE * (cnt)) 684 NJ_UINT8 cnt; local 790 for (cnt = 0; cnt < NJ_MAX_DIC; cnt++) [all...] |
/external/webkit/Source/WebKit/mac/Misc/ |
WebIconDatabase.mm | 461 CFIndex cnt; 468 for (cnt = 0; cnt < len; cnt++) { 469 hash1 += (hash1 << 8) + s[cnt]; 475 for (cnt = 0; cnt < len; cnt++) { 476 hash2 = (37 * hash2) ^ s[cnt];
|
/external/elfutils/src/ |
ldlex.l | 139 "["([RWX]){0,3}"]" { int cnt = 1 ; 141 while (cnt < yyleng - 1) 142 ldlval.num |= attrib_convert (yytext[cnt++]);
|
xelf.h | 125 # define xelf_fsize(elf, type, cnt) \ 154 fsize * (cnt); }) \ 155 : gelf_fsize (elf, type, cnt, EV_CURRENT)) 257 # define xelf_fsize(elf, type, cnt) \ 286 fsize * (cnt); }) \ 287 : gelf_fsize (elf, type, cnt, EV_CURRENT)) 385 # define xelf_fsize(elf, type, cnt) \ 386 gelf_fsize (elf, type, cnt, EV_CURRENT)
|
/external/icu4c/i18n/ |
msgfmt.cpp | 1043 MessageFormat::getFormats(int32_t& cnt) const 1051 cnt = 0 1144 int32_t cnt; local 1453 int32_t cnt = 0; local [all...] |
/bootable/bootloader/legacy/libc/ |
sha.c | 108 uint64_t cnt = ctx->count * 8; local 116 uint8_t tmp = cnt >> ((7 - i) * 8);
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
colorchecker.cpp | 585 int cnt = 0; local 586 cnt = snprintf(tmpMsg, 256, "%02d:", y + 1); 591 cnt += snprintf(tmpMsg + cnt, 256 - cnt, 594 cnt += snprintf(tmpMsg + cnt, 256 - cnt,
|
/external/collada/src/dae/ |
daeMetaGroup.cpp | 133 size_t cnt = _elementContainer->getCount( parent ); local 134 for ( size_t x = 0; x < cnt; x++ ) {
|
/external/elfutils/libdw/ |
libdwP.h | 258 #define libdw_alloc(dbg, type, tsize, cnt) \ 260 size_t _required = (tsize) * (cnt); \
|