/third_party/musl/libc-test/src/functionalext/time/ |
D | strptime_ext.c | 49 size_t cnt = strftime(buffer, sizeof(buffer) - 1, "%c", timeptr); in strptime_0100() local 93 … int cnt = sprintf(buffResult, "%d-%d-%d %d:%d:%d wday=%d,yday=%d,isdst=%d,gmtoff=%ld,zone=%s", in strptime_0200() local 114 int cnt = sprintf(buffResult, "%04d-%02d-%02d", in strptime_0300() local 132 int cnt = sprintf(buffResult, "%d", tmTime.tm_year); in strptime_0400() local 149 int cnt = sprintf(buffResult, "%d", tmTime.tm_hour); in strptime_0500() local 166 int cnt = sprintf(buffResult, "%d", tmTime.tm_hour); in strptime_0600() local 192 int cnt = sprintf(buffResult, "%lld", second); in strptime_0700() local 209 int cnt = sprintf(buffResult, "%d", tmTime.tm_wday); in strptime_0800() local 226 int cnt = sprintf(buffResult, "%d-%d-%d", in strptime_0900() local 244 int cnt = sprintf(buffResult, "%s", result); in strptime_1000() local [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/temp/ |
D | mkostemp.c | 32 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0100() local 55 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0200() local 78 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0300() local 101 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0400() local 124 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0500() local 147 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemp_0600() local
|
D | mkstemps.c | 30 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemps_0100() local 52 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemps_0200() local 74 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemps_0300() local
|
D | mkostemps.c | 32 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemps_0100() local 55 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemps_0200() local 77 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkostemps_0300() local
|
D | mkstemp.c | 31 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemp_0100() local 53 int cnt = write(fd, tmpfile, strlen(tmpfile)); in mkstemp_0200() local
|
/third_party/musl/porting/linux/user/src/conf/ |
D | legacy.c | 13 int i, cnt; in get_cpu_default() local 24 int cnt = 0; in get_nprocs_conf() local 43 int cnt; in get_nprocs() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_init/ |
D | 3-1.c | 33 int i, cnt; in producer() local 45 int i, cnt; in consumer() local 57 long cnt = 3; in main() local
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_destroy/ |
D | 3-1.c | 36 long cnt = 3; in main() local 70 int i, cnt; in producer() local 82 int i, cnt; in consumer() local
|
/third_party/elfutils/libelf/ |
D | elf32_getshdr.c | 136 for (size_t cnt = 0; cnt < shnum; ++cnt) in ElfW2() local 185 for (size_t cnt = 0; cnt < shnum; ++cnt) in ElfW2() local 214 for (size_t cnt = 0; cnt < shnum; ++cnt) in ElfW2() local
|
D | gnuhash_xlate.h | 45 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
|
D | elf32_getphdr.c | 158 for (size_t cnt = 0; cnt < phnum; ++cnt) in ElfW2() local 208 for (size_t cnt = 0; cnt < phnum; ++cnt) in ElfW2() local
|
D | elf32_updatefile.c | 92 for (size_t cnt = 0; cnt < list->cnt; ++cnt) in sort_sections() local 237 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local 293 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local 440 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local 697 for (size_t cnt = 0; cnt < shnum; ++cnt) in __elfw2() local
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
D | pread.c | 40 size_t cnt = pread(fd, buffer, TEST_BUFFER_SIZE, 0); in pread_0100() local 64 size_t cnt = pread(fd, buffer, TEST_BUFFER_SIZE, 0); in pread_0200() local 88 size_t cnt = pread(fd, buffer, TEST_BUFFER_SIZE, strlen(txt)); in pread_0300() local
|
D | pwrite.c | 46 size_t cnt = pwrite(fd, txt, strlen(txt), 0); in pwrite_0100() local 65 size_t cnt = pwrite(-1, txt, strlen(txt), 0); in pwrite_0200() local
|
/third_party/mesa3d/src/freedreno/common/ |
D | freedreno_pm4.h | 60 pm4_pkt0_hdr(uint16_t regindx, uint16_t cnt) in pm4_pkt0_hdr() 66 pm4_pkt3_hdr(uint8_t opcode, uint16_t cnt) in pm4_pkt3_hdr() 72 pm4_pkt4_hdr(uint16_t regindx, uint16_t cnt) in pm4_pkt4_hdr() 81 pm4_pkt7_hdr(uint8_t opcode, uint16_t cnt) in pm4_pkt7_hdr()
|
/third_party/ffmpeg/libavutil/ |
D | lzo.c | 67 int cnt = x & mask; in get_len() local 85 static inline void copy(LZOContext *c, int cnt) in copy() 118 static inline void copy_backptr(LZOContext *c, int back, int cnt) in copy_backptr() 162 int cnt, back; in av_lzo1x_decode() local
|
/third_party/elfutils/tests/ |
D | sectiondump.c | 41 int cnt; in main() local 146 size_t cnt; in print_bytes() local 168 size_t cnt; in print_symtab() local
|
/third_party/musl/porting/linux/user/src/stdio/ |
D | __stdio_read.c | 6 ssize_t cnt = syscall(SYS_read, f->fd, buf, len); in __stdio_readx() local 20 ssize_t cnt; in __stdio_read() local
|
D | __stdio_write.c | 7 ssize_t cnt = 0; in __flush_buffer() local 33 ssize_t cnt = __flush_buffer(f); in __stdio_write() local
|
/third_party/musl/porting/liteos_a/user/src/aio/ |
D | lio_listio.c | 10 int cnt; member 17 int cnt = st->cnt; in lio_wait() local 70 int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *rest… in lio_listio()
|
/third_party/musl/src/aio/ |
D | lio_listio.c | 9 int cnt; member 16 int cnt = st->cnt; in lio_wait() local 69 int lio_listio(int mode, struct aiocb *restrict const *restrict cbs, int cnt, struct sigevent *rest… in lio_listio()
|
/third_party/elfutils/libasm/ |
D | asm_align.c | 65 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
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | memfd_create.c | 31 int cnt = write(fd, tmpfile, strlen(tmpfile)); in memfd_create_0100() local 48 int cnt = write(fd, tmpfile, strlen(tmpfile)); in memfd_create_0200() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | blockdsp_msa.c | 27 int32_t cnt; in copy_8bit_value_width8_msa() local 43 int32_t cnt; in copy_8bit_value_width16_msa() local 57 int8_t cnt; in memset_zero_16width_msa() local
|
/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_ldlt_f32.c | 125 int cnt = n; in arm_mat_ldlt_f32() local 186 int cnt = n - k - 1; in arm_mat_ldlt_f32() local 233 int cnt = n - k - 1; in arm_mat_ldlt_f32() local 279 int cnt= n-k; in arm_mat_ldlt_f32() local 296 int cnt= n-row-1; in arm_mat_ldlt_f32() local
|