/third_party/musl/libc-test/src/functionalext/supplement/ldso/ |
D | a_gnu_Unwind_Find_exidx.c | 20 uintptr_t __gnu_Unwind_Find_exidx(uintptr_t pc, int *pcount); 33 int32_t pcount = COUNT; in a_gnu_Unwind_Find_exidx_0100() local 34 int32_t ret = __gnu_Unwind_Find_exidx(pc, &pcount); in a_gnu_Unwind_Find_exidx_0100()
|
/third_party/alsa-utils/alsactl/ |
D | daemon.c | 362 int count = 0, pcount, psize = 0, i, j, k, changed = 0; in state_daemon() local 390 for (i = pcount = 0; i < count; i++) { in state_daemon() 393 pcount += cards[i]->pfds; in state_daemon() 395 if (pcount > psize) { in state_daemon() 396 pfdn = realloc(pfd, sizeof(struct pollfd) * pcount); in state_daemon() 398 psize = pcount; in state_daemon() 408 k = snd_ctl_poll_descriptors(cards[i]->handle, pfd + j, pcount - j); in state_daemon()
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_exec.c | 263 unsigned start, unsigned *pcount, bool begin, in vbo_copy_vertices() argument 269 const unsigned count = *pcount; in vbo_copy_vertices() 340 *pcount -= count % 2; in vbo_copy_vertices()
|
/third_party/musl/src/ldso/arm/ |
D | find_exidx.c | 34 uintptr_t __gnu_Unwind_Find_exidx(uintptr_t pc, int *pcount) in __gnu_Unwind_Find_exidx() argument 40 *pcount = data.exidx_len / 8; in __gnu_Unwind_Find_exidx()
|
/third_party/zlib/contrib/iostream2/ |
D | zstream.h | 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close() 242 if (m_os && m_os->pcount()>0) { in os_flush() 248 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in os_flush()
|
/third_party/toybox/toys/posix/ |
D | find.c | 213 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local 286 if (pcount == sizeof(toybuf)) goto error; in do_find() 287 toybuf[pcount++] = not+(active<<1); in do_find() 293 if (--pcount < 0) goto error; in do_find() 295 active = (toybuf[pcount]>>1)&1; in do_find() 296 if (active && (toybuf[pcount]&1)) test = !test; in do_find()
|
/third_party/ffmpeg/libavformat/ |
D | fitsenc.c | 81 int pcount = 0, gcount = 1; in write_image_header() local 150 write_keyword_value(s, "%d", "PCOUNT", &pcount, &lines_written); in write_image_header()
|
D | fitsdec.c | 124 if(header->pcount > UINT64_MAX - size) in is_image() 126 size += header->pcount; in is_image()
|
/third_party/iowow/src/json/ |
D | iwbinn.c | 933 BINN_PRIVATE BOOL IsValidBinnHeader(const void *pbuf, int *ptype, int *pcount, int *psize, int *phe… in IsValidBinnHeader() argument 1007 if (pcount) { in IsValidBinnHeader() 1008 *pcount = count; in IsValidBinnHeader() 1038 BOOL binn_is_valid_header(const void *pbuf, int *ptype, int *pcount, int *psize, int *pheadersize) { in binn_is_valid_header() argument 1039 return IsValidBinnHeader(pbuf, ptype, pcount, psize, pheadersize); in binn_is_valid_header() 1124 BOOL binn_is_valid_ex(void *ptr, int *ptype, int *pcount, int *psize) { in binn_is_valid_ex() argument 1151 if (pcount && (*pcount > 0)) { in binn_is_valid_ex() 1153 if (count != *pcount) { in binn_is_valid_ex() 1199 if (pcount && (*pcount == 0)) { in binn_is_valid_ex() 1200 *pcount = count; in binn_is_valid_ex() [all …]
|
D | iwbinn.h | 378 BOOL binn_is_valid_header(const void *pbuf, int *ptype, int *pcount, int *psize, int *pheadersize); 380 BOOL binn_is_valid(void *ptr, int *ptype, int *pcount, int *psize); 388 BOOL binn_is_valid_ex(void *ptr, int *ptype, int *pcount, int *psize);
|
/third_party/ffmpeg/libavcodec/ |
D | fits.c | 31 header->pcount = 0; in avpriv_fits_header_init() 214 header->pcount = t; in avpriv_fits_header_parse_line()
|
D | fits.h | 51 int pcount; member
|
/third_party/flutter/skia/tests/ |
D | GeometryTest.cpp | 166 const int pcount = qcount * 2 + 1; in test_this_conic_to_quad() local 168 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount)); in test_this_conic_to_quad()
|
/third_party/skia/tests/ |
D | GeometryTest.cpp | 234 const int pcount = qcount * 2 + 1; in test_this_conic_to_quad() local 236 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount)); in test_this_conic_to_quad()
|
/third_party/python/Objects/ |
D | bytesobject.c | 694 int pcount = 1; in _PyBytes_FormatEx() local 705 while (pcount > 0 && --fmtcnt >= 0) { in _PyBytes_FormatEx() 707 --pcount; in _PyBytes_FormatEx() 709 ++pcount; in _PyBytes_FormatEx() 713 if (fmtcnt < 0 || pcount > 0) { in _PyBytes_FormatEx()
|
D | unicodeobject.c | 15034 int pcount = 1; in unicode_format_arg_parse() local 15045 while (pcount > 0 && --ctx->fmtcnt >= 0) { in unicode_format_arg_parse() 15048 --pcount; in unicode_format_arg_parse() 15050 ++pcount; in unicode_format_arg_parse() 15054 if (ctx->fmtcnt < 0 || pcount > 0) { in unicode_format_arg_parse()
|
/third_party/alsa-utils/alsaloop/ |
D | pcmjob.c | 1859 snd_pcm_uframes_t ccount, pcount; in pcmjob_pollfds_handle() local 1957 pcount = writeit(play); in pcmjob_pollfds_handle() 1958 buf_remove(loop, pcount); in pcmjob_pollfds_handle() 1959 if (pcount > 0) in pcmjob_pollfds_handle() 1964 } while ((ccount > 0 || pcount > 0) && loopcount > 10); in pcmjob_pollfds_handle()
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi | 491 …<parameter type-id='type-id-60' name='pcount' filepath='/tmp/ben/spack-stage/spack-stage-dQKT1q/sp…
|
D | PR25007-sdhci.ko.abi | 5710 …<var-decl name='pcount' type-id='type-id-126' visibility='default' filepath='/ws/android/kernel/ao…
|
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 57228 …<function-decl name='pcount' mangled-name='_ZNKSt10ostrstream6pcountEv' filepath='../../../.././li… 57342 …<function-decl name='pcount' mangled-name='_ZNKSt9strstream6pcountEv' filepath='../../../.././libs… 57497 …<function-decl name='pcount' mangled-name='_ZNKSt12strstreambuf6pcountEv' filepath='../../../.././…
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 647 long unsigned int pcount; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 2785 …<var-decl name="pcount" type-id="7359adad" visibility="default" filepath="include/linux/sched.h" l…
|
D | test-PR27569-v0.abi | 2785 …<var-decl name="pcount" type-id="7359adad" visibility="default" filepath="include/linux/sched.h" l…
|