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

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/libelf/
elf_end.c 162 size_t cnt = list->max; local
164 while (cnt-- > 0)
168 Elf_Scn *scn = &list->data[cnt];
203 assert (list == NULL || oldp->cnt == oldp->max);
elf_getscn.c 89 if (idx < runp->cnt)
elf_getshnum.c 79 idx = elf->state.elf.scns_last->cnt;
  /external/ipsec-tools/src/racoon/
schedule.c 235 int cnt = 0; local
242 cnt++;
245 if (cnt == 0)
248 *len = cnt * sizeof(*dst);
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
OGGLoader.java 91 int bytesRead = 0, cnt = 0; local
95 if ((cnt = vs.readPcm(buf, offset + bytesRead,length - bytesRead)) <= 0) {
96 System.out.println("Read "+cnt+" bytes");
110 bytesRead += cnt;
  /external/openssl/crypto/modes/asm/
ghash-s390x.pl 68 $cnt="%r11";
168 lghi $cnt,14
196 llgc $xi,0($cnt,$Xi)
216 brct $cnt,.Lghash_inner
ghash-parisc.pl 61 $cnt="%r19";
148 ldi 13,$cnt
166 ldbx $cnt($Xi),$nlo
178 addib,uv -1,$cnt,L\$oop_gmult_pa2
249 ldi 13,$cnt
260 ldbx $cnt($Xi),$nlo
285 addib,uv -1,$cnt,L\$oop_gmult_pa1
409 ldi 13,$cnt
423 ldbx $cnt($Xi),$nlo
424 ldbx $cnt($inp),$byt
    [all...]
  /hardware/qcom/display/liboverlay/
mdpWrapper.h 87 void dump(const char* const s, const uint32_t u[], uint32_t cnt);
239 inline void dump(const char* const s, const uint32_t u[], uint32_t cnt) {
240 ALOGE("%s user_data cnt=%d", s, cnt);
241 for(uint32_t i=0; i < cnt; ++i) {
  /system/core/charger/
charger.c 224 int cnt = min(len, MAX_KLOG_WRITE_BUF_SZ); local
228 nl = memrchr(ptr, '\n', cnt - 1);
230 cnt = nl - ptr + 1;
232 yoink = ptr[cnt];
233 ptr[cnt] = '\0';
235 ptr[cnt] = yoink;
237 len -= cnt;
238 ptr += cnt;
252 size_t cnt; local
258 cnt = read(fd, buf, sz - 1)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 349 unsigned cnt = 0; local
355 ++cnt;
360 if (cnt > max_token) max_token = cnt;
361 cnt = 0;
364 if (cnt > max_token)
365 max_token = cnt;
  /frameworks/av/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);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 194 uint32_t cnt; local
195 if (read(&cnt, sizeof(cnt)) != sizeof(cnt)) {
200 *pCnt = 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)
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 168 int cnt = KeyActionList.size(); local
169 if (cnt != 0) {
170 for (int i = 0; i < cnt; i++) {
187 int cnt = KeyActionList.size(); local
188 for (int i = 0; i < cnt; i++) {
  /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 157 "["([RWX]){0,3}"]" { int cnt = 1 ;
159 while (cnt < yyleng - 1)
160 ldlval.num |= attrib_convert (yytext[cnt++]);
  /system/core/logwrapper/
logwrap.c 127 int cnt; local
150 cnt = MIN(line_len, e_buf->buf_size - e_buf->write);
151 memcpy(e_buf->buf + e_buf->write, line, cnt);
152 if (cnt < line_len) {
153 memcpy(e_buf->buf, line + cnt, line_len - cnt);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_clang.h 28 INLINE void proc_yield(int cnt) {
31 for (int i = 0; i < cnt; i++)
sanitizer_atomic_msvc.h 63 INLINE void proc_yield(int cnt) {
64 for (int i = 0; i < cnt; i++)

Completed in 2230 milliseconds

1 2 3 4 5 6 7 8 91011>>