HomeSort by relevance Sort by last modified time
    Searched refs:cnt (Results 201 - 225 of 825) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 42 int cnt = 0; local
46 if (i == -1 && cnt == 0)
49 return new String(buf, 0, cnt);
51 if (cnt >= buf.length) {
57 buf[cnt++] = (char) i;
  /external/libpcap/
pcap-enet.c 48 readloop(int cnt, int if_fd, struct bpf_program *fp, printfunc printit)
80 if (cnt >= 0 && --cnt < 0)
93 if (cnt >= 0 && --cnt < 0)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 54 int cnt = 0; local
56 cnt++;
59 if (cnt > 0) {
60 long val = readNBit(cnt);
62 res = (int) ((1 << cnt) - 1 + val);
  /system/bt/bta/hl/
bta_hl_sdp.c 178 UINT8 i,j, cnt,mdep_id, mdep_role; local
280 cnt=0;
291 sup_feature_list.list_elem[cnt].mdep_id = mdep_id;
292 sup_feature_list.list_elem[cnt].mdep_role = mdep_role;
293 sup_feature_list.list_elem[cnt].data_type = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].data_type;
296 sup_feature_list.list_elem[cnt].p_mdep_desp = p_cb->sup_feature.mdep[i].mdep_cfg.data_cfg[j].desp;
300 sup_feature_list.list_elem[cnt].p_mdep_desp = NULL;
303 cnt++;
304 if (cnt==BTA_HL_NUM_SUP_FEATURE_ELEMS)
312 sup_feature_list.num_elems = cnt;
381 UINT8 i,j, cnt,mdep_id, mdep_role; local
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 370 size_t cnt = 0; local
432 ++cnt;
496 if (instrtab[cnt].rep)
504 else if (instrtab[cnt].repe
591 if (instrtab[cnt].modrm)
714 if (unlikely (instrtab[cnt].mnemonic == MNE_INVALID))
828 str = mnestr.str + mneidx[instrtab[cnt].mnemonic];
838 switch (instrtab[cnt].suffix)
906 ADD_STRING (tttn[codep[-1 - instrtab[cnt].modrm] & 0x0f]);
915 printf("unknown suffix %d\n", instrtab[cnt].suffix)
    [all...]
  /external/opencv3/3rdparty/libjasper/
jas_stream.c 104 static int mem_read(jas_stream_obj_t *obj, char *buf, int cnt);
105 static int mem_write(jas_stream_obj_t *obj, char *buf, int cnt);
109 static int sfile_read(jas_stream_obj_t *obj, char *buf, int cnt);
110 static int sfile_write(jas_stream_obj_t *obj, char *buf, int cnt);
114 static int file_read(jas_stream_obj_t *obj, char *buf, int cnt);
115 static int file_write(jas_stream_obj_t *obj, char *buf, int cnt);
516 int jas_stream_read(jas_stream_t *stream, void *buf, int cnt)
525 while (n < cnt) {
536 int jas_stream_write(jas_stream_t *stream, const void *buf, int cnt)
544 while (n < cnt) {
922 int cnt; local
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 552 int32_t row, col, cnt; local
603 for (cnt = 0; cnt < 7; ++cnt)
605 sum_r[cnt + 1] = sum_r[cnt] + sub_r[cnt + 1];
608 for (cnt = 0; cnt < 7; ++cnt)
687 int32_t row, col, cnt, i; local
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp 1711 int cnt = 0; local
1731 int cnt = 0; local
1744 int cnt = 0; local
1763 int cnt = 0; local
1805 int cnt = 0; local
1836 int cnt = 0; local
1867 int cnt = 0; local
1896 int cnt = 0; local
    [all...]
  /external/libnfc-nci/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c 1511 int cnt = 0; local
1605 uint8_t cnt = 0; local
1812 int cnt = 0; local
1890 int cnt = 0; local
1959 int cnt = 0; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_temporal_filter_msa.c 20 uint16_t *cnt) {
49 LD_SH2(cnt, 8, cnt0, cnt1);
80 ST_SH2(mod0_h, mod1_h, cnt, 8);
81 cnt += 16;
98 LD_SH2(cnt, 8, cnt0, cnt1);
127 ST_SH2(mod0_h, mod1_h, cnt, 8);
128 cnt += 16;
150 uint16_t *cnt) {
178 LD_SH2(cnt, 8, cnt0, cnt1);
207 ST_SH2(mod0_h, mod1_h, cnt, 8)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
test.c 88 unsigned int cnt, i, j, track, tracks, pkt_cnt, pkt_track; local
162 nestegg_packet_count(pkt, &cnt);
165 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
186 nestegg_packet_count(pkt, &cnt);
189 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
210 nestegg_packet_count(pkt, &cnt);
213 fprintf(stderr, "* t %u pts %f frames %u\n", track, tstamp / 1e9, cnt);
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 168 static size_t cnt = 0; /* Internal counter to allow wbuf to wrap */ local
174 wbuf[cnt++] = str[i];
176 if (cnt >= sizeof(wbuf)) {
177 (void)write(STDERR_FILENO, wbuf, cnt);
178 cnt = 0;
183 (void)write(STDERR_FILENO, wbuf, cnt);
184 cnt = 0;
  /external/iproute2/tipc/
cmdl.c 81 int cnt = 0; local
92 cnt++;
97 return cnt;
  /platform_testing/libraries/google-docs-app-helper/src/android/platform/test/helpers/
GoogleDocsHelperImpl.java 125 for (int cnt = 0; cnt < SEARCHING_DOC_MAX_SCROLL_DOWN; cnt++) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 147 _GLIBCXX_DEBUG_ONLY(size_type cnt = 0;)
153 _GLIBCXX_DEBUG_ONLY(++cnt;)
154 _GLIBCXX_DEBUG_ASSERT(cnt != m_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 147 _GLIBCXX_DEBUG_ONLY(size_type cnt = 0;)
153 _GLIBCXX_DEBUG_ONLY(++cnt;)
154 _GLIBCXX_DEBUG_ASSERT(cnt != m_size);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 147 _GLIBCXX_DEBUG_ONLY(size_type cnt = 0;)
153 _GLIBCXX_DEBUG_ONLY(++cnt;)
154 _GLIBCXX_DEBUG_ASSERT(cnt != m_size);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 147 _GLIBCXX_DEBUG_ONLY(size_type cnt = 0;)
153 _GLIBCXX_DEBUG_ONLY(++cnt;)
154 _GLIBCXX_DEBUG_ASSERT(cnt != m_size);
  /cts/tools/dasm/src/java_cup/
lalr_item_set.java 333 int cnt; local
339 for (e = all(), cnt=0 ; e.hasMoreElements() && cnt<5; cnt++)
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUniqueIDMap.h 51 - (id)initWithLen:(NSInteger)cnt;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRUniqueIDMap.h 51 - (id)initWithLen:(NSInteger)cnt;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRUniqueIDMap.h 51 - (id)initWithLen:(NSInteger)cnt;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUniqueIDMap.h 51 - (id)initWithLen:(NSInteger)cnt;
ArrayIterator.h 71 - (void) setCount:(NSInteger)cnt;
  /external/elfutils/libelf/
elf_getscn.c 66 if (idx < runp->cnt)

Completed in 6303 milliseconds

1 2 3 4 5 6 7 891011>>