Home
last modified time | relevance | path

Searched refs:psize (Results 1 - 25 of 71) sorted by relevance

123

/third_party/mesa3d/src/mesa/math/
H A Dm_debug_xform.c167 static int test_transform_function( transform_func func, int psize, in test_transform_function() argument
180 if ( psize > 4 ) { in test_transform_function()
181 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" ); in test_transform_function()
217 for ( j = 0 ; j < psize ; j++ ) in test_transform_function()
281 int psize, mtype; in _math_test_all_transform_functions() local
303 for ( psize = 1 ; psize <= 4 ; psize++ ) { in _math_test_all_transform_functions()
304 printf(" p%d\t", psize ); in _math_test_all_transform_functions()
311 for ( psize in _math_test_all_transform_functions()
[all...]
H A Dm_debug_clip.c230 int psize, long *cycles ) in test_cliptest_function()
243 if ( psize > 4 ) { in test_cliptest_function()
244 _mesa_problem( NULL, "test_cliptest_function called with psize > 4\n" ); in test_cliptest_function()
251 for ( j = 0 ; j < psize ; j++ ) in test_cliptest_function()
279 ref_cliptest[psize]( source, ref, rm, &rco, &rca, viewport_z_clip ); in test_cliptest_function()
304 if (psize == 4 && xyz_close_to_w(c)) { in test_cliptest_function()
321 if ( np || psize < 4 ) in test_cliptest_function()
352 int np, psize; in _math_test_all_cliptest_functions() local
374 for ( psize = 2 ; psize < in _math_test_all_cliptest_functions()
229 test_cliptest_function( clip_func func, int np, int psize, long *cycles ) test_cliptest_function() argument
[all...]
/third_party/musl/src/malloc/oldmalloc/
H A Dmalloc.c124 NEXT_CHUNK(c)->psize & 15);
228 w->psize = 0 | C_INUSE; in expand_heap()
237 w->psize = n | C_INUSE; in expand_heap()
276 NEXT_CHUNK(c)->psize |= C_INUSE; in unbin()
301 split->psize = n | C_INUSE; in trim()
303 next->psize = n1-n; in trim()
351 c->psize = SIZE_ALIGN - OVERHEAD; in malloc()
422 size_t extra = self->psize; in realloc()
461 if (next->psize != self->csize) a_crash(); in realloc()
472 self->csize = split->psize in realloc()
537 size_t psize = self->psize & C_INUSE ? 0 : CHUNK_PSIZE(self); __bin_chunk() local
[all...]
H A Daligned_alloc.c39 n->psize = c->psize + (new-mem); in aligned_alloc()
51 n->psize = c->csize = C_INUSE | (new-mem); in aligned_alloc()
52 n->csize = t->psize -= new-mem; in aligned_alloc()
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
H A Dmalloc.c120 NEXT_CHUNK(c)->psize & 15);
217 w->psize = 0 | C_INUSE; in expand_heap()
223 w->psize = n | C_INUSE; in expand_heap()
257 NEXT_CHUNK(c)->psize |= C_INUSE; in unbin()
280 split->psize = n | C_INUSE; in trim()
282 next->psize = n1-n; in trim()
308 c->psize = SIZE_ALIGN - OVERHEAD; in malloc()
368 size_t extra = self->psize; in realloc()
391 if (next->psize != self->csize) a_crash(); in realloc()
399 self->csize = split->psize in realloc()
447 size_t psize = self->psize & C_INUSE ? 0 : CHUNK_PSIZE(self); __bin_chunk() local
[all...]
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
H A Dmalloc.c122 NEXT_CHUNK(c)->psize & 15);
220 w->psize = 0 | C_INUSE; in expand_heap()
227 w->psize = n | C_INUSE; in expand_heap()
264 NEXT_CHUNK(c)->psize |= C_INUSE; in unbin()
287 split->psize = n | C_INUSE; in trim()
289 next->psize = n1-n; in trim()
329 c->psize = SIZE_ALIGN - OVERHEAD; in malloc()
396 size_t extra = self->psize; in realloc()
429 if (next->psize != self->csize) a_crash(); in realloc()
438 self->csize = split->psize in realloc()
497 size_t psize = self->psize & C_INUSE ? 0 : CHUNK_PSIZE(self); __bin_chunk() local
[all...]
H A Daligned_alloc.c37 n->psize = c->psize + (new-mem); in aligned_alloc()
49 n->psize = c->csize = C_INUSE | (new-mem); in aligned_alloc()
50 n->csize = t->psize -= new-mem; in aligned_alloc()
/third_party/ffmpeg/libavformat/
H A Doggdec.c167 os->psize = 0; in ogg_reset()
467 if (!os->psize) { in ogg_read_page()
480 os->psize = 0; in ogg_read_page()
505 int segp = 0, psize = 0; in ogg_packet() local
522 av_log(s, AV_LOG_TRACE, "ogg_packet: idx=%d pstart=%d psize=%d segp=%d nsegs=%d\n", in ogg_packet()
523 idx, os->pstart, os->psize, os->segp, os->nsegs); in ogg_packet()
539 psize = os->psize; in ogg_packet()
543 os->psize += ss; in ogg_packet()
556 os->incomplete = !!os->psize; in ogg_packet()
798 ogg_validate_keyframe(AVFormatContext *s, int idx, int pstart, int psize) ogg_validate_keyframe() argument
824 int pstart, psize; ogg_read_packet() local
897 int pstart, psize; ogg_read_timestamp() local
[all...]
H A Doggparseopus.c54 if (os->psize < OPUS_HEAD_SIZE || (AV_RL8(packet + 8) & 0xF0) != 0) in opus_header()
67 if ((ret = ff_alloc_extradata(st->codecpar, os->psize)) < 0) in opus_header()
70 memcpy(st->codecpar->extradata, packet, os->psize); in opus_header()
81 if (os->psize < 8 || memcmp(packet, "OpusTags", 8)) in opus_header()
83 ff_vorbis_stream_comment(avf, st, packet + 8, os->psize - 8); in opus_header()
120 if (!os->psize) in opus_packet()
135 d = opus_duration(last_pkt, os->psize); in opus_packet()
141 last_pkt = next_pkt = next_pkt + os->psize; in opus_packet()
155 if ((ret = opus_duration(packet, os->psize)) < 0) in opus_packet()
H A Doggparsetheora.c44 int cds = st->codecpar->extradata_size + os->psize + 2; in theora_header()
63 init_get_bits(&gb, os->buf + os->pstart, os->psize * 8); in theora_header()
119 ff_vorbis_stream_comment(s, st, os->buf + os->pstart + 7, os->psize - 7); in theora_header()
137 *cdp++ = os->psize >> 8; in theora_header()
138 *cdp++ = os->psize & 0xff; in theora_header()
139 memcpy(cdp, os->buf + os->pstart, os->psize); in theora_header()
204 if (os->psize > 0) { in theora_packet()
H A Doggparseogm.c49 bytestream2_init(&p, os->buf + os->pstart, os->psize); in ogm_header()
84 size = FFMIN(size, os->psize); in ogm_header()
144 if (os->psize < 100) in ogm_dshow_header()
149 if (os->psize < 184) in ogm_dshow_header()
158 if (os->psize < 136) in ogm_dshow_header()
183 if (os->psize < lb + 1) in ogm_packet()
187 os->psize -= lb + 1; in ogm_packet()
H A Doggparseskeleton.c39 if ((os->flags & OGG_FLAG_EOS) && os->psize == 0) in skeleton_header()
42 if (os->psize < 8) in skeleton_header()
46 if (os->psize < 64) in skeleton_header()
74 if (os->psize < 52) in skeleton_header()
H A Doggparsevp8.c38 if (os->psize < 7 || p[0] != 0x4f) in vp8_header()
43 if (os->psize < VP8_HEADER_SIZE) { in vp8_header()
69 ff_vorbis_stream_comment(s, st, p + 7, os->psize - 7); in vp8_header()
116 next_pkt = last_pkt += os->psize; in vp8_packet()
133 if (os->psize > 0) in vp8_packet()
H A Doggparsevorbis.c272 if (os->psize <= 8) in vorbis_update_metadata()
278 os->psize - 8); in vorbis_update_metadata()
314 if (os->psize < 1 || pkt_type > 5) in vorbis_header()
322 priv->len[pkt_type >> 1] = os->psize; in vorbis_header()
323 priv->packet[pkt_type >> 1] = av_memdup(os->buf + os->pstart, os->psize); in vorbis_header()
332 if (os->psize != 30) in vorbis_header()
379 if (new_len >= 16 && new_len < os->psize) { in vorbis_header()
440 last_pkt = next_pkt = next_pkt + os->psize; in vorbis_packet()
472 if (os->psize > 0) { in vorbis_packet()
H A Doggparsespeex.c62 if (os->psize < 68) { in speex_header()
91 if ((ret = ff_alloc_extradata(st->codecpar, os->psize)) < 0) in speex_header()
97 ff_vorbis_stream_comment(s, st, p, os->psize); in speex_header()
H A Doggparseflac.c42 init_get_bits(&gb, os->buf + os->pstart, os->psize*8); in flac_header()
74 ff_vorbis_stream_comment(s, st, os->buf + os->pstart + 4, os->psize - 4); in flac_header()
109 &data, &size, os->buf + os->pstart, os->psize, in old_flac_header()
H A Doggparsecelt.c42 if (os->psize == 60 && in celt_header()
84 ff_vorbis_stream_comment(s, st, p, os->psize); in celt_header()
/third_party/ffmpeg/libavcodec/
H A Daasc.c87 int compr, i, stride, psize, ret; in aasc_decode_frame() local
100 psize = avctx->bits_per_coded_sample / 8; in aasc_decode_frame()
109 stride = (avctx->width * psize + psize) & ~psize; in aasc_decode_frame()
113 memcpy(s->frame->data[0] + i * s->frame->linesize[0], buf, avctx->width * psize); in aasc_decode_frame()
/third_party/musl/src/malloc/
H A Dmemalign.c60 n->psize = c->psize + (new-mem); in __memalign()
76 n->psize = c->csize = C_INUSE | (new-mem); in __memalign()
77 n->csize = t->psize -= new-mem; in __memalign()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
H A Dmemalign.c59 n->psize = c->psize + (new-mem); in __memalign()
75 n->psize = c->csize = C_INUSE | (new-mem); in __memalign()
76 n->csize = t->psize -= new-mem; in __memalign()
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c92 const void **pdata, size_t *psize) in lws_cache_lookup()
110 if (!l1->info.ops->get(l1, meta_key, pdata, psize)) in lws_cache_lookup()
197 *psize = sum; in lws_cache_lookup()
204 const void **pdata, size_t *psize) in lws_cache_item_get()
207 if (!cache->info.ops->get(cache, specific_key, pdata, psize)) { in lws_cache_item_get()
91 lws_cache_lookup(struct lws_cache_ttl_lru *cache, const char *wildcard_key, const void **pdata, size_t *psize) lws_cache_lookup() argument
203 lws_cache_item_get(struct lws_cache_ttl_lru *cache, const char *specific_key, const void **pdata, size_t *psize) lws_cache_item_get() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h38 int psize; member
55 info->psize = ATTR_UNUSED; in r300_shader_semantics_reset()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-cache-ttl.h98 * \param psize: pointer to size_t to receive length of serialized result list
133 const void **pdata, size_t *psize);
141 * \param psize: pointer to a size_t to be set to the payload size
154 const void **pdata, size_t *psize);
291 const void **pdata, size_t *psize);
/third_party/FreeBSD/contrib/libexecinfo/
H A Dbacktrace.c153 size_t psize = len * slen; in backtrace_symbols_fmt()
160 x = format_address(&ptr, &psize, offs, fmt, trace[i]); in backtrace_symbols_fmt()
168 assert(offs < psize); in backtrace_symbols_fmt()
/third_party/musl/third_party/openbsd/gnu/lib/libexecinfo/
H A Dbacktrace.c169 size_t psize = len * slen; in backtrace_symbols_fmt()
176 x = format_address(&ptr, &psize, offs, fmt, trace[i]); in backtrace_symbols_fmt()
184 assert(offs < psize); in backtrace_symbols_fmt()

Completed in 11 milliseconds

123