Home
last modified time | relevance | path

Searched defs:cnt (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
Dcnt.s10 cnt z31.b, p7/m, z31.b label
16 cnt z31.h, p7/m, z31.h label
22 cnt z31.s, p7/m, z31.s label
28 cnt z31.d, p7/m, z31.d label
44 cnt z4.d, p7/m, z31.d label
56 cnt z4.d, p7/m, z31.d label
Dcnt-diagnostics.s6 cnt z31.b, p8/m, z31.b label
15 cnt z31.b, p7/m, z31.h label
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/
D3-1.c36 long cnt = 3; in main() local
70 int i, cnt; in producer() local
82 int i, cnt; in consumer() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/
D3-1.c36 long cnt = 3; in main() local
70 int i, cnt; in producer() local
82 int i, cnt; in consumer() local
/external/elfutils/libelf/
Delf32_getshdr.c138 for (size_t cnt = 0; cnt < shnum; ++cnt) in ElfW2() local
187 for (size_t cnt = 0; cnt < shnum; ++cnt) in ElfW2() local
216 for (size_t cnt = 0; cnt < shnum; ++cnt) in ElfW2() local
Dgnuhash_xlate.h45 for (unsigned int cnt = 0; cnt < 4; ++cnt) in elf_cvt_gnuhash() local
58 for (unsigned int cnt = 0; cnt < bitmask_words; ++cnt) in elf_cvt_gnuhash() local
Delf32_getphdr.c160 for (size_t cnt = 0; cnt < phnum; ++cnt) in ElfW2() local
210 for (size_t cnt = 0; cnt < phnum; ++cnt) in ElfW2() local
Delf32_updatefile.c95 for (size_t cnt = 0; cnt < list->cnt; ++cnt) in sort_sections() local
240 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local
296 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local
428 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local
685 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local
/external/compiler-rt/lib/builtins/
Dint_util.h29 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt) argument
30 #define COMPILE_TIME_ASSERT2(expr, cnt) \ argument
/external/elfutils/tests/
Dsectiondump.c41 int cnt; in main() local
146 size_t cnt; in print_bytes() local
168 size_t cnt; in print_symtab() local
/external/elfutils/libasm/
Dasm_align.c65 for (size_t cnt = 0; cnt < asmscn->pattern->len; ++cnt) in asm_align() local
82 size_t cnt = value - (asmscn->offset & (value - 1)); in asm_align() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_copy_msa.c17 int32_t cnt; in copy_width8_msa() local
99 int32_t cnt, loop_cnt; in copy_16multx8mult_msa() local
125 int32_t cnt; in copy_width16_msa() local
155 int32_t cnt; in copy_width32_msa() local
213 uint32_t cnt, tmp; in vpx_convolve_copy_msa() local
240 uint32_t cnt; in vpx_convolve_copy_msa() local
/external/libaom/libaom/aom_dsp/mips/
Daom_convolve_copy_msa.c17 int32_t cnt; in copy_width8_msa() local
99 int32_t cnt, loop_cnt; in copy_16multx8mult_msa() local
125 int32_t cnt; in copy_width16_msa() local
155 int32_t cnt; in copy_width32_msa() local
212 uint32_t cnt, tmp; in aom_convolve_copy_msa() local
239 uint32_t cnt; in aom_convolve_copy_msa() local
/external/u-boot/drivers/bios_emulator/x86emu/
Dprim_ops.c726 unsigned int res, cnt, mask, cf; in rcl_byte() local
799 unsigned int res, cnt, mask, cf; in rcl_word() local
823 u32 res, cnt, mask, cf; in rcl_long() local
847 u32 res, cnt; in rcr_byte() local
931 u32 res, cnt; in rcr_word() local
963 u32 res, cnt; in rcr_long() local
996 unsigned int res, cnt, mask; in rol_byte() local
1045 unsigned int res, cnt, mask; in rol_word() local
1070 u32 res, cnt, mask; in rol_long() local
1095 unsigned int res, cnt, mask; in ror_byte() local
[all …]
/external/u-boot/cmd/
Dblk_common.c67 ulong cnt = simple_strtoul(argv[4], NULL, 16); in blk_common_cmd() local
82 ulong cnt = simple_strtoul(argv[4], NULL, 16); in blk_common_cmd() local
Deeprom.c156 unsigned cnt, bool read) in eeprom_rw()
180 int eeprom_read(unsigned dev_addr, unsigned offset, uchar *buffer, unsigned cnt) in eeprom_read()
191 uchar *buffer, unsigned cnt) in eeprom_write()
295 char *value, ulong addr, ulong off, ulong cnt) in eeprom_execute_command()
351 ulong i2c_addr = -1, addr = 0, cnt = 0, off = 0; in do_eeprom() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DDM.java62 int cnt = attributeContainer.getAttributeCount(); in writeInstance() local
79 int cnt = soapObject.getAttributeCount(); in writeInstance() local
/external/e2fsprogs/intl/
Dfinddomain.c94 int cnt; in _nl_find_domain() local
155 int cnt; in _nl_find_domain() local
/external/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc51 for (const auto& cnt : run.counters) { in ReportRuns() local
73 for (const auto& cnt : run.counters) { in ReportRuns() local
/external/google-benchmark/src/
Dcsv_reporter.cc51 for (const auto& cnt : run.counters) { in ReportRuns() local
73 for (const auto& cnt : run.counters) { in ReportRuns() local
/external/elfutils/libdw/
Ddwarf_getpubnames.c47 size_t cnt = 0; in get_offsets() local
168 size_t cnt; in dwarf_getpubnames() local
/external/clang/test/CoverageMapping/
Dbreak.c4 int cnt = 0; // CHECK-NEXT: File 0, [[@LINE+1]]:9 -> [[@LINE+1]]:18 = #0 in main() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_lfstack.h39 u64 cnt = (cmp & kCounterMask) + kCounterInc; in Push() local
55 u64 cnt = (cmp & kCounterMask); in Pop() local
/external/fec/
Dsumsq.c22 unsigned long long sumsq(signed short *in,int cnt){ in sumsq()
Dpeakval.c19 int peakval(signed short *b,int cnt){ in peakval()

12345678910>>...24