Searched refs:out_sz (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_device.c | 76 size_t out_sz = sizeof(out); in agx_shmem_alloc() local 85 NULL, &out, &out_sz); in agx_shmem_alloc() 88 assert(out_sz == sizeof(out)); in agx_shmem_alloc() 132 size_t out_sz = sizeof(out); in agx_bo_alloc() local 136 sizeof(args_in), NULL, 0, out, &out_sz); in agx_bo_alloc() 139 assert(out_sz == sizeof(out)); in agx_bo_alloc() 250 size_t out_sz = sizeof(out); in agx_get_global_ids() local 254 NULL, 0, &out, &out_sz); in agx_get_global_ids() 257 assert(out_sz == sizeof(out)); in agx_get_global_ids() 388 size_t out_sz in agx_create_command_queue() local [all...] |
/third_party/ffmpeg/libswresample/ |
H A D | resample.c | 562 int in_count, int *out_idx, int *out_sz) in invert_initial_buffer() 564 int n, ch, num = FFMIN(in_count + *out_sz, c->filter_length + 1), res; in invert_initial_buffer() 573 for (n = *out_sz; n < num; n++) { in invert_initial_buffer() 576 src->ch[ch] + ((n - *out_sz) * c->felem_size), c->felem_size); in invert_initial_buffer() 582 *out_sz = num; in invert_initial_buffer() 596 res = num - *out_sz; in invert_initial_buffer() 602 *out_sz = FFMAX(*out_sz + c->filter_length, in invert_initial_buffer() 561 invert_initial_buffer(ResampleContext *c, AudioData *dst, const AudioData *src, int in_count, int *out_idx, int *out_sz) invert_initial_buffer() argument
|
H A D | soxr_resample.c | 112 int in_count, int *out_idx, int *out_sz){ in invert_initial_buffer() 111 invert_initial_buffer(struct ResampleContext *c, AudioData *dst, const AudioData *src, int in_count, int *out_idx, int *out_sz) invert_initial_buffer() argument
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 1955 char *str, size_t max_buf_sz, size_t *out_sz); 1958 size_t *out_sz);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 1953 char *str, size_t max_buf_sz, size_t *out_sz); 1956 size_t *out_sz);
|
Completed in 9 milliseconds