HomeSort by relevance Sort by last modified time
    Searched refs:cnt (Results 276 - 300 of 885) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/network/stress/route/
route6-rmmod 213 cnt=0
214 while [ $cnt -lt $NS_TIMES ]; do
253 cnt=`expr $cnt + 1`
  /external/u-boot/arch/m68k/cpu/mcf547x_8x/
slicetimer.c 40 now = in_be32(&timerp->cnt);
42 now = in_be32(&timerp->cnt);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter.c 51 int k, ind, cnt; local
107 for (cnt = 0; cnt < kSegments; cnt++) {
151 int16_t cnt = 0, tmpW16; local
181 for (cnt = 0; cnt < kSegments; cnt++) {
  /external/e2fsprogs/lib/ext2fs/
imager.c 332 __u64 itr, cnt, size, total_size; local
343 cnt = EXT2_INODES_PER_GROUP(fs->super) * fs->group_desc_count;
353 cnt = EXT2_GROUPS_TO_CLUSTERS(fs->super, fs->group_desc_count);
358 while (cnt > 0) {
360 if (size > (cnt >> 3))
361 size = (cnt >> 3);
375 cnt -= size << 3;
405 __u64 itr, cnt; local
418 cnt = EXT2_INODES_PER_GROUP(fs->super) * fs->group_desc_count;
428 cnt = EXT2_GROUPS_TO_BLOCKS(fs->super, fs->group_desc_count)
    [all...]
  /external/u-boot/drivers/spi/
mxc_spi.c 222 u32 data, cnt, i; local
249 cnt = (bitlen % 32) / 8;
251 for (i = 0; i < cnt; i++) {
258 nbytes -= cnt;
302 cnt = nbytes % 32;
306 cnt = (bitlen % 32) / 8;
307 data = cpu_to_be32(data) >> ((sizeof(data) - cnt) * 8);
310 memcpy(din, &data, cnt);
311 din += cnt;
313 nbytes -= cnt;
    [all...]
  /art/test/1917-get-stack-frame/src/art/
Test1917.java 89 private final int cnt; field in class:Test1917.RecurCount
91 public RecurCount(int cnt, Runnable then) {
92 this.cnt = cnt;
101 if (n < cnt) {
  /external/elfutils/libelf/
elf_newscn.c 64 if (elf->state.elf.scns_last->cnt < elf->state.elf.scns_last->max)
66 result = &elf->state.elf.scns_last->data[elf->state.elf.scns_last->cnt];
68 if (++elf->state.elf.scns_last->cnt == 1
78 assert (elf->state.elf.scns_last->cnt > 1);
109 ++newp->cnt;
nlist.c 71 size_t cnt; local
143 for (cnt = 0; cnt < nsyms; ++cnt)
149 sym = INTUSE(gelf_getsym) (data, cnt, &mem.sym);
  /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);
  /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/u-boot/drivers/mtd/
pic32_flash.c 222 int write_buff(flash_info_t *info, uchar *src, ulong addr, ulong cnt)
224 ulong dst, tmp_le, len = cnt;
238 for (; (i < 4) && (cnt > 0); ++i, ++src, --cnt, ++cp)
241 for (; (cnt == 0) && (i < 4); ++i, ++cp)
252 while (cnt >= 4) {
259 cnt -= 4;
262 if (cnt == 0) {
269 for (i = 0, cp = (uchar *)dst; (i < 4) && (cnt > 0); ++i, ++cp) {
271 --cnt;
    [all...]
  /external/u-boot/cmd/
mmc.c 164 u16 blk, cnt; local
175 cnt = simple_strtoul(argv[3], NULL, 16);
181 curr_device, blk, cnt);
182 n = mmc_rpmb_read(mmc, addr, blk, cnt, key_addr);
184 printf("%d RPMB blocks read: %s\n", n, (n == cnt) ? "OK" : "ERROR");
185 if (n != cnt)
192 u16 blk, cnt; local
203 cnt = simple_strtoul(argv[3], NULL, 16);
207 curr_device, blk, cnt);
208 n = mmc_rpmb_write(mmc, addr, blk, cnt, key_addr)
288 u32 blk, cnt, n; local
381 u32 blk, cnt, n; local
411 u32 blk, cnt, n; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
deblock_msa.c 513 int32_t row, col, cnt; local
561 for (cnt = 0; cnt < 7; ++cnt) {
562 sum_r[cnt + 1] = sum_r[cnt] + sub_r[cnt + 1];
565 for (cnt = 0; cnt < 7; ++cnt) {
637 int32_t row, col, cnt, i; local
    [all...]
  /external/libaom/libaom/av1/encoder/mips/msa/
temporal_filter_msa.c 19 uint16_t *cnt) {
48 LD_SH2(cnt, 8, cnt0, cnt1);
79 ST_SH2(mod0_h, mod1_h, cnt, 8);
80 cnt += 16;
97 LD_SH2(cnt, 8, cnt0, cnt1);
126 ST_SH2(mod0_h, mod1_h, cnt, 8);
127 cnt += 16;
146 uint32_t *acc, uint16_t *cnt) {
174 LD_SH2(cnt, 8, cnt0, cnt1);
203 ST_SH2(mod0_h, mod1_h, cnt, 8)
    [all...]
  /external/skqp/src/gpu/
GrFragmentProcessor.cpp 374 std::unique_ptr<GrFragmentProcessor>* series, int cnt) {
378 std::unique_ptr<GrFragmentProcessor>* children, int cnt) {
379 return std::unique_ptr<GrFragmentProcessor>(new SeriesFragmentProcessor(children, cnt));
415 SeriesFragmentProcessor(std::unique_ptr<GrFragmentProcessor>* children, int cnt)
416 : INHERITED(kSeriesFragmentProcessor_ClassID, OptFlags(children, cnt)) {
417 SkASSERT(cnt > 1);
418 for (int i = 0; i < cnt; ++i) {
423 static OptimizationFlags OptFlags(std::unique_ptr<GrFragmentProcessor>* children, int cnt) {
425 for (int i = 0; i < cnt && flags != kNone_OptimizationFlags; ++i) {
446 if (!cnt) {
    [all...]
  /external/elfutils/tests/
elfcopy.c 167 for (size_t cnt = 0; cnt < phnum; ++cnt)
170 GElf_Phdr *phdr = gelf_getphdr (elfa, cnt, &phdr_mem);
173 printf ("couldn't get phdr %zd: %s\n", cnt, elf_errmsg (-1));
177 if (gelf_update_phdr (elfb, cnt, phdr) == 0)
179 printf ("couldn't update phdr %zd: %s\n", cnt, elf_errmsg (-1));
  /external/linux-kselftest/tools/testing/selftests/ipc/
msgque.c 84 int cnt = 0, ret; local
96 if (ret != msgque->messages[cnt].msize) {
98 msgque->messages[cnt].msize);
102 if (message.mtype != msgque->messages[cnt].mtype) {
107 if (memcmp(message.mtext, msgque->messages[cnt].mtext, ret)) {
112 cnt++;
115 if (cnt != msgque->qnum) {
  /external/u-boot/board/cobra5272/
flash.c 312 int write_buff (flash_info_t * info, uchar * src, ulong addr, ulong cnt)
323 if (cnt & 1) {
339 cnt -= 1;
342 while (cnt >= 2) {
349 cnt -= 2;
352 if (cnt == 1) {
360 cnt -= 1;
  /external/iproute2/tipc/
cmdl.c 86 int cnt = 0; local
101 cnt++;
106 return cnt;
  /external/ltp/testcases/kernel/syscalls/renameat2/
renameat202.c 42 static int cnt; variable
70 cnt++;
137 if (cnt % 2 == 1) {
  /external/ltp/testcases/kernel/syscalls/sighold/
sighold02.c 142 int cnt; local
157 for (cnt = 0, sig = 1; sig < NUMSIGS; sig++) {
160 cnt++;
  /external/u-boot/arch/powerpc/cpu/mpc83xx/
traps.c 33 int cnt = 0; local
42 if (cnt++ % 7 == 0)
45 if (cnt > 32) break;
  /external/u-boot/arch/powerpc/cpu/mpc86xx/
traps.c 39 int cnt = 0; local
48 if (cnt++ % 7 == 0)
51 if (cnt > 32)

Completed in 1003 milliseconds

<<11121314151617181920>>