Home
last modified time | relevance | path

Searched refs:pcount (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/ldso/
H A Da_gnu_Unwind_Find_exidx.c20 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/
H A Ddaemon.c362 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/musl/src/ldso/arm/
H A Dfind_exidx.c34 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/mesa3d/src/mesa/vbo/
H A Dvbo_exec.c263 unsigned start, unsigned *pcount, bool begin, in vbo_copy_vertices()
269 const unsigned count = *pcount; in vbo_copy_vertices()
340 *pcount -= count % 2; in vbo_copy_vertices()
261 vbo_copy_vertices(struct gl_context *ctx, GLenum mode, unsigned start, unsigned *pcount, bool begin, unsigned vertex_size, bool in_dlist, fi_type *dst, const fi_type *src) vbo_copy_vertices() argument
/third_party/zlib/contrib/iostream2/
H A Dzstream.h200 ::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/ffmpeg/libavformat/
H A Dfitsenc.c82 int pcount = 0, gcount = 1; in write_image_header() local
151 write_keyword_value(s, "%d", "PCOUNT", &pcount, &lines_written); in write_image_header()
H A Dfitsdec.c124 if(header->pcount > UINT64_MAX - size) in is_image()
126 size += header->pcount; in is_image()
/third_party/toybox/toys/posix/
H A Dfind.c213 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
263 // pcount: parentheses stack depth (using toybuf bytes, 4096 max depth) in do_find()
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/libavcodec/
H A Dfits.h51 int pcount; member
H A Dfits.c36 header->pcount = 0; in avpriv_fits_header_init()
219 header->pcount = t; in avpriv_fits_header_parse_line()
/third_party/curl/lib/
H A Ddynhds.c374 nghttp2_nv *Curl_dynhds_to_nva(struct dynhds *dynhds, size_t *pcount) in Curl_dynhds_to_nva() argument
379 *pcount = 0; in Curl_dynhds_to_nva()
392 *pcount = dynhds->hds_len; in Curl_dynhds_to_nva()
H A Ddynhds.h179 nghttp2_nv *Curl_dynhds_to_nva(struct dynhds *dynhds, size_t *pcount);
/third_party/skia/tests/
H A DGeometryTest.cpp234 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/alsa-utils/alsaloop/
H A Dpcmjob.c1861 snd_pcm_uframes_t ccount, pcount; in pcmjob_pollfds_handle() local
1959 pcount = writeit(play); in pcmjob_pollfds_handle()
1960 buf_remove(loop, pcount); in pcmjob_pollfds_handle()
1961 if (pcount > 0) in pcmjob_pollfds_handle()
1966 } while ((ccount > 0 || pcount > 0) && loopcount < 10); in pcmjob_pollfds_handle()
/third_party/python/Objects/
H A Dbytesobject.c664 int pcount = 1; in _PyBytes_FormatEx() local
675 while (pcount > 0 && --fmtcnt >= 0) { in _PyBytes_FormatEx()
677 --pcount; in _PyBytes_FormatEx()
679 ++pcount; in _PyBytes_FormatEx()
683 if (fmtcnt < 0 || pcount > 0) { in _PyBytes_FormatEx()
H A Dunicodeobject.c14705 int pcount = 1; in unicode_format_arg_parse() local
14716 while (pcount > 0 && --ctx->fmtcnt >= 0) { in unicode_format_arg_parse()
14719 --pcount; in unicode_format_arg_parse()
14721 ++pcount; in unicode_format_arg_parse()
14725 if (ctx->fmtcnt < 0 || pcount > 0) { in unicode_format_arg_parse()
/third_party/astc-encoder/Source/
H A Dstb_image.h6782 int pcount;
6791 pcount = g->w * g->h;
6792 g->out = (stbi_uc *) stbi__malloc(4 * pcount);
6793 g->background = (stbi_uc *) stbi__malloc(4 * pcount);
6794 g->history = (stbi_uc *) stbi__malloc(pcount);
6801 memset(g->out, 0x00, 4 * pcount);
6802 memset(g->background, 0x00, 4 * pcount); // state of the background (starts transparent)
6803 memset(g->history, 0x00, pcount); // pixels that were affected previous frame
6808 pcount = g->w * g->h;
6815 for (pi = 0; pi < pcount;
[all...]

Completed in 40 milliseconds