Searched defs:sctx (Results 1 - 25 of 30) sorted by relevance

12

/external/fio/crc/
H A Dsha3.c90 static void fio_sha3_init(struct fio_sha3_ctx *sctx, unsigned int digest_sz) argument
92 memset(sctx->st, 0, sizeof(sctx->st));
93 sctx->md_len = digest_sz;
94 sctx->rsiz = 200 - 2 * digest_sz;
95 sctx->rsizw = sctx->rsiz / 8;
96 sctx->partial = 0;
97 memset(sctx->buf, 0, sizeof(sctx
100 fio_sha3_224_init(struct fio_sha3_ctx *sctx) argument
105 fio_sha3_256_init(struct fio_sha3_ctx *sctx) argument
110 fio_sha3_384_init(struct fio_sha3_ctx *sctx) argument
115 fio_sha3_512_init(struct fio_sha3_ctx *sctx) argument
120 fio_sha3_update(struct fio_sha3_ctx *sctx, const uint8_t *data, unsigned int len) argument
156 fio_sha3_final(struct fio_sha3_ctx *sctx) argument
[all...]
H A Dsha256.c230 void fio_sha256_init(struct fio_sha256_ctx *sctx) argument
232 sctx->state[0] = H0;
233 sctx->state[1] = H1;
234 sctx->state[2] = H2;
235 sctx->state[3] = H3;
236 sctx->state[4] = H4;
237 sctx->state[5] = H5;
238 sctx->state[6] = H6;
239 sctx->state[7] = H7;
240 sctx
243 fio_sha256_update(struct fio_sha256_ctx *sctx, const uint8_t *data, unsigned int len) argument
272 fio_sha256_final(struct fio_sha256_ctx *sctx) argument
[all...]
H A Dsha512.c149 void fio_sha512_init(struct fio_sha512_ctx *sctx) argument
151 sctx->state[0] = H0;
152 sctx->state[1] = H1;
153 sctx->state[2] = H2;
154 sctx->state[3] = H3;
155 sctx->state[4] = H4;
156 sctx->state[5] = H5;
157 sctx->state[6] = H6;
158 sctx->state[7] = H7;
159 sctx
162 fio_sha512_update(struct fio_sha512_ctx *sctx, const uint8_t *data, unsigned int len) argument
[all...]
/external/boringssl/src/crypto/evp/
H A Dp_ec.c96 EC_PKEY_CTX *dctx, *sctx; local
100 sctx = src->data;
103 dctx->md = sctx->md;
H A Dp_rsa.c118 RSA_PKEY_CTX *dctx, *sctx; local
122 sctx = src->data;
124 dctx->nbits = sctx->nbits;
125 if (sctx->pub_exp) {
126 dctx->pub_exp = BN_dup(sctx->pub_exp);
132 dctx->pad_mode = sctx->pad_mode;
133 dctx->md = sctx->md;
134 dctx->mgf1md = sctx->mgf1md;
135 if (sctx->oaep_label) {
137 dctx->oaep_label = BUF_memdup(sctx
[all...]
/external/ipsec-tools/src/racoon/
H A Dproposal.h66 struct security_ctx sctx; /* security context structure */ member in struct:saprop
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_core.cpp50 sb_context *sctx = new sb_context(); local
52 if (sctx->init(rctx->isa, translate_chip(rctx->b.family),
54 delete sctx;
55 sctx = NULL;
70 return sctx;
73 void r600_sb_context_destroy(void * sctx) { argument
74 if (sctx) {
75 sb_context *ctx = static_cast<sb_context*>(sctx);
H A Dsb_shader.cpp33 shader::shader(sb_context &sctx, shader_target t, unsigned id) argument
34 : ctx(sctx), next_temp_value_index(temp_regid_offset),
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c43 struct si_context *sctx = (struct si_context *)context; local
52 si_release_all_descriptors(sctx);
54 if (sctx->ce_suballocator)
55 u_suballocator_destroy(sctx->ce_suballocator);
57 pipe_resource_reference(&sctx->esgs_ring, NULL);
58 pipe_resource_reference(&sctx->gsvs_ring, NULL);
59 pipe_resource_reference(&sctx->tf_ring, NULL);
60 pipe_resource_reference(&sctx->tess_offchip_ring, NULL);
61 pipe_resource_reference(&sctx->null_const_buf.buffer, NULL);
62 r600_resource_reference(&sctx
103 struct si_context *sctx = (struct si_context *)ctx; local
119 struct si_context *sctx = (struct si_context *)ctx; local
144 struct si_context *sctx = CALLOC_STRUCT(si_context); local
[all...]
H A Dsi_pm4.c121 void si_pm4_free_state(struct si_context *sctx, argument
128 if (idx != ~0 && sctx->emitted.array[idx] == state) {
129 sctx->emitted.array[idx] = NULL;
135 void si_pm4_emit(struct si_context *sctx, struct si_pm4_state *state) argument
137 struct radeon_winsys_cs *cs = sctx->b.gfx.cs;
140 radeon_add_to_buffer_list(&sctx->b, &sctx->b.gfx, state->bo[i],
149 radeon_add_to_buffer_list(&sctx->b, &sctx->b.gfx, ib,
160 void si_pm4_emit_dirty(struct si_context *sctx) argument
173 si_pm4_reset_emitted(struct si_context *sctx) argument
178 si_pm4_upload_indirect_buffer(struct si_context *sctx, struct si_pm4_state *state) argument
[all...]
H A Dsi_cp_dma.c51 static void si_emit_cp_dma(struct si_context *sctx, uint64_t dst_va, argument
55 struct radeon_winsys_cs *cs = sctx->b.gfx.cs;
79 if (sctx->b.chip_class >= CIK) {
109 static unsigned get_flush_flags(struct si_context *sctx, enum r600_coherency coher) argument
118 (sctx->b.chip_class == SI ? SI_CONTEXT_INV_GLOBAL_L2 : 0);
125 static unsigned get_tc_l2_flag(struct si_context *sctx, enum r600_coherency coher) argument
128 sctx->b.chip_class >= CIK ? CP_DMA_USE_L2 : 0;
131 static void si_cp_dma_prepare(struct si_context *sctx, struct pipe_resource *dst, argument
144 r600_context_add_resource_size(&sctx->b.b, dst);
146 r600_context_add_resource_size(&sctx
186 struct si_context *sctx = (struct si_context*)ctx; local
266 si_cp_dma_realign_engine(struct si_context *sctx, unsigned size, unsigned user_flags, bool *is_first) argument
303 si_copy_buffer(struct si_context *sctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, unsigned size, unsigned user_flags) argument
401 cik_prefetch_TC_L2_async(struct si_context *sctx, struct pipe_resource *buf, uint64_t offset, unsigned size) argument
409 si_init_cp_dma_functions(struct si_context *sctx) argument
[all...]
H A Dsi_debug.c153 static void si_dump_mmapped_reg(struct si_context *sctx, FILE *f, argument
156 struct radeon_winsys *ws = sctx->b.ws;
163 static void si_dump_debug_registers(struct si_context *sctx, FILE *f) argument
165 if (sctx->screen->b.info.drm_major == 2 &&
166 sctx->screen->b.info.drm_minor < 42)
170 si_dump_mmapped_reg(sctx, f, R_008010_GRBM_STATUS);
173 if (sctx->screen->b.info.drm_major < 3 ||
174 sctx->screen->b.info.drm_minor < 1) {
179 si_dump_mmapped_reg(sctx, f, R_008008_GRBM_STATUS2);
180 si_dump_mmapped_reg(sctx,
202 si_dump_last_ib(struct si_context *sctx, FILE *f) argument
289 si_dump_bo_list(struct si_context *sctx, const struct radeon_saved_cs *saved, FILE *f) argument
341 si_dump_framebuffer(struct si_context *sctx, FILE *f) argument
434 si_dump_descriptors(struct si_context *sctx, struct si_shader_ctx_state *state, FILE *f) argument
474 struct si_context *sctx = (struct si_context*)ctx; local
510 si_dump_dma(struct si_context *sctx, struct radeon_saved_cs *saved, FILE *f) argument
530 si_vm_fault_occured(struct si_context *sctx, uint32_t *out_addr) argument
616 struct si_context *sctx = (struct si_context *)ctx; local
663 si_init_debug_functions(struct si_context *sctx) argument
[all...]
H A Dsi_dma.c87 struct si_context *sctx = (struct si_context *)ctx; local
88 struct radeon_winsys_cs *cs = sctx->b.dma.cs;
106 r600_need_dma_space(&sctx->b, ncopy * 4, rdst, NULL);
228 struct si_context *sctx = (struct si_context *)ctx; local
236 if (sctx->b.dma.cs == NULL) {
241 si_dma_copy_buffer(sctx, dst, src, dst_x, src_box->x, src_box->width);
261 !r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
309 si_dma_copy_buffer(sctx, dst, src, dst_offset, src_offset,
312 si_dma_copy_tile(sctx, dst, dst_level, dst_x, dst_y, dst_z,
324 void si_init_dma_functions(struct si_context *sctx) argument
[all...]
H A Dcik_sdma.c78 struct si_context *sctx = (struct si_context *)ctx; local
79 struct radeon_winsys_cs *cs = sctx->b.dma.cs;
97 r600_need_dma_space(&sctx->b, ncopy * 5, rdst, NULL);
118 static unsigned encode_tile_info(struct si_context *sctx, argument
122 struct radeon_info *info = &sctx->screen->b.info;
140 static bool cik_sdma_copy_texture(struct si_context *sctx, argument
148 struct radeon_info *info = &sctx->screen->b.info;
192 if (!r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
219 (sctx->b.chip_class != CIK ||
224 ((sctx
527 struct si_context *sctx = (struct si_context *)ctx; local
546 cik_init_sdma_functions(struct si_context *sctx) argument
[all...]
H A Dsi_compute.c96 struct si_context *sctx = (struct si_context *)ctx; local
131 if (si_shader_create(sscreen, sctx->tm, &program->shader,
132 &sctx->b.debug)) {
172 si_shader_dump(sctx->screen, &program->shader, &sctx->b.debug,
174 if (si_shader_binary_upload(sctx->screen, &program->shader) < 0) {
186 struct si_context *sctx = (struct si_context*)ctx; local
187 sctx->cs_shader_state.program = (struct si_compute*)state;
196 struct si_context *sctx = (struct si_context*)ctx; local
197 struct si_compute *program = sctx
220 si_initialize_compute(struct si_context *sctx) argument
278 si_setup_compute_scratch_buffer(struct si_context *sctx, struct si_shader *shader, struct si_shader_config *config) argument
314 si_switch_compute_shader(struct si_context *sctx, struct si_compute *program, struct si_shader *shader, const amd_kernel_code_t *code_object, unsigned offset) argument
408 setup_scratch_rsrc_user_sgprs(struct si_context *sctx, const amd_kernel_code_t *code_object, unsigned user_sgpr) argument
447 si_setup_user_sgprs_co_v2(struct si_context *sctx, const amd_kernel_code_t *code_object, const struct pipe_grid_info *info, uint64_t kernel_args_va) argument
538 si_upload_compute_input(struct si_context *sctx, const amd_kernel_code_t *code_object, const struct pipe_grid_info *info) argument
596 si_setup_tgsi_grid(struct si_context *sctx, const struct pipe_grid_info *info) argument
636 si_emit_dispatch_packets(struct si_context *sctx, const struct pipe_grid_info *info) argument
683 struct si_context *sctx = (struct si_context*)ctx; local
777 struct si_context *sctx = (struct si_context*)ctx; local
797 si_init_compute_functions(struct si_context *sctx) argument
[all...]
H A Dsi_state_draw.c93 static void si_emit_derived_tess_state(struct si_context *sctx, argument
97 struct radeon_winsys_cs *cs = sctx->b.gfx.cs;
98 struct si_shader_ctx_state *ls = &sctx->vs_shader;
99 /* The TES pointer will only be used for sctx->last_tcs.
102 sctx->tcs_shader.cso ? sctx->tcs_shader.cso : sctx->tes_shader.cso;
103 unsigned tes_sh_base = sctx->shader_userdata.sh_base[PIPE_SHADER_TESS_EVAL];
113 if (sctx->last_ls == ls->current &&
114 sctx
264 si_get_ia_multi_vgt_param(struct si_context *sctx, const struct pipe_draw_info *info, unsigned num_patches) argument
414 si_emit_scratch_reloc(struct si_context *sctx) argument
434 si_emit_rasterizer_prim_state(struct si_context *sctx) argument
463 si_emit_draw_registers(struct si_context *sctx, const struct pipe_draw_info *info) argument
533 si_emit_draw_packets(struct si_context *sctx, const struct pipe_draw_info *info, const struct pipe_index_buffer *ib) argument
734 si_emit_cache_flush(struct si_context *sctx) argument
904 si_get_draw_start_count(struct si_context *sctx, const struct pipe_draw_info *info, unsigned *start, unsigned *count) argument
968 si_ce_pre_draw_synchronization(struct si_context *sctx) argument
979 si_ce_post_draw_synchronization(struct si_context *sctx) argument
989 cik_prefetch_shader_async(struct si_context *sctx, struct si_pm4_state *state) argument
1002 struct si_context *sctx = (struct si_context *)ctx; local
1271 si_trace_emit(struct si_context *sctx) argument
[all...]
H A Dsi_blit.c53 struct si_context *sctx = (struct si_context *)ctx; local
55 util_blitter_save_vertex_buffer_slot(sctx->blitter, sctx->vertex_buffer);
56 util_blitter_save_vertex_elements(sctx->blitter, sctx->vertex_elements);
57 util_blitter_save_vertex_shader(sctx->blitter, sctx->vs_shader.cso);
58 util_blitter_save_tessctrl_shader(sctx->blitter, sctx->tcs_shader.cso);
59 util_blitter_save_tesseval_shader(sctx
93 struct si_context *sctx = (struct si_context *)ctx; local
104 si_blit_dbcb_copy(struct si_context *sctx, struct r600_texture *src, struct r600_texture *dst, unsigned planes, unsigned level_mask, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) argument
201 si_blit_decompress_zs_planes_in_place(struct si_context *sctx, struct r600_texture *texture, unsigned planes, unsigned level_mask, unsigned first_layer, unsigned last_layer) argument
267 si_blit_decompress_zs_in_place(struct si_context *sctx, struct r600_texture *texture, unsigned levels_z, unsigned levels_s, unsigned first_layer, unsigned last_layer) argument
301 si_flush_depth_texture(struct si_context *sctx, struct r600_texture *tex, unsigned required_planes, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer) argument
380 si_flush_depth_textures(struct si_context *sctx, struct si_textures_info *textures) argument
414 struct si_context *sctx = (struct si_context *)ctx; local
473 si_decompress_sampler_color_textures(struct si_context *sctx, struct si_textures_info *textures) argument
501 si_decompress_image_color_textures(struct si_context *sctx, struct si_images_info *images) argument
527 si_check_render_feedback_textures(struct si_context *sctx, struct si_textures_info *textures) argument
568 si_check_render_feedback_images(struct si_context *sctx, struct si_images_info *images) argument
608 si_check_render_feedback(struct si_context *sctx) argument
621 si_decompress_textures(struct si_context *sctx, unsigned shader_mask) argument
654 si_decompress_graphics_textures(struct si_context *sctx) argument
659 si_decompress_compute_textures(struct si_context *sctx) argument
668 struct si_context *sctx = (struct si_context *)ctx; local
771 struct si_context *sctx = (struct si_context *)ctx; local
789 struct si_context *sctx = (struct si_context *)ctx; local
807 struct si_context *sctx = (struct si_context *)ctx; local
843 struct si_context *sctx = (struct si_context *)ctx; local
974 struct si_context *sctx = (struct si_context*)ctx; local
1111 struct si_context *sctx = (struct si_context*)ctx; local
1166 struct si_context *sctx = (struct si_context*)ctx; local
1235 struct si_context *sctx = (struct si_context*)ctx; local
1289 si_init_blit_functions(struct si_context *sctx) argument
[all...]
H A Dsi_descriptors.c136 static bool si_ce_upload(struct si_context *sctx, unsigned ce_offset, unsigned size, argument
140 u_suballocator_alloc(sctx->ce_suballocator, size, 64, out_offset,
147 radeon_emit(sctx->ce_ib, PKT3(PKT3_DUMP_CONST_RAM, 3, 0));
148 radeon_emit(sctx->ce_ib, ce_offset);
149 radeon_emit(sctx->ce_ib, size / 4);
150 radeon_emit(sctx->ce_ib, va);
151 radeon_emit(sctx->ce_ib, va >> 32);
153 radeon_add_to_buffer_list(&sctx->b, &sctx->b.gfx, *out_buf,
156 sctx
160 si_ce_reinitialize_descriptors(struct si_context *sctx, struct si_descriptors *desc) argument
186 si_ce_reinitialize_all_descriptors(struct si_context *sctx) argument
202 si_upload_descriptors(struct si_context *sctx, struct si_descriptors *desc, struct r600_atom * atom) argument
258 si_descriptors_begin_new_cs(struct si_context *sctx, struct si_descriptors *desc) argument
279 si_sampler_descriptors(struct si_context *sctx, unsigned shader) argument
293 si_sampler_view_add_buffer(struct si_context *sctx, struct pipe_resource *resource, enum radeon_bo_usage usage, bool is_stencil_sampler, bool check_mem) argument
340 si_sampler_views_begin_new_cs(struct si_context *sctx, struct si_sampler_views *views) argument
415 si_set_sampler_view(struct si_context *sctx, unsigned shader, unsigned slot, struct pipe_sampler_view *view, bool disallow_early_out) argument
499 si_update_compressed_tex_shader_mask(struct si_context *sctx, unsigned shader) argument
518 struct si_context *sctx = (struct si_context *)ctx; local
597 si_image_descriptors(struct si_context *sctx, unsigned shader) argument
615 si_image_views_begin_new_cs(struct si_context *sctx, struct si_images_info *images) argument
816 struct si_context *sctx = (struct si_context *)ctx; local
882 si_buffer_resources_begin_new_cs(struct si_context *sctx, struct si_buffer_resources *buffers) argument
920 si_vertex_buffers_begin_new_cs(struct si_context *sctx) argument
946 si_upload_vertex_buffer_descriptors(struct si_context *sctx) argument
1058 si_const_buffer_descriptors(struct si_context *sctx, unsigned shader) argument
1063 si_upload_const_buffer(struct si_context *sctx, struct r600_resource **rbuffer, const uint8_t *ptr, unsigned size, uint32_t *const_offset) argument
1074 si_set_constant_buffer(struct si_context *sctx, struct si_buffer_resources *buffers, unsigned descriptors_idx, uint slot, const struct pipe_constant_buffer *input) argument
1142 si_set_rw_buffer(struct si_context *sctx, uint slot, const struct pipe_constant_buffer *input) argument
1153 struct si_context *sctx = (struct si_context *)ctx; local
1163 si_get_pipe_constant_buffer(struct si_context *sctx, uint shader, uint slot, struct pipe_constant_buffer *cbuf) argument
1183 si_shader_buffer_descriptors(struct si_context *sctx, enum pipe_shader_type shader) argument
1194 struct si_context *sctx = (struct si_context *)ctx; local
1248 si_get_shader_buffers(struct si_context *sctx, uint shader, uint start_slot, uint count, struct pipe_shader_buffer *sbuf) argument
1271 struct si_context *sctx = (struct si_context *)ctx; local
1364 struct si_context *sctx = (struct si_context *)ctx; local
1493 struct si_context *sctx = (struct si_context *)ctx; local
1513 si_update_compressed_colortex_masks(struct si_context *sctx) argument
1525 si_reset_buffer_resources(struct si_context *sctx, struct si_buffer_resources *buffers, unsigned descriptors_idx, struct pipe_resource *buf, uint64_t old_va) argument
1560 struct si_context *sctx = (struct si_context*)ctx; local
1698 si_update_all_texture_descriptors(struct si_context *sctx) argument
1741 si_mark_shader_pointers_dirty(struct si_context *sctx, unsigned shader) argument
1754 si_shader_userdata_begin_new_cs(struct si_context *sctx) argument
1764 si_set_user_data_base(struct si_context *sctx, unsigned shader, uint32_t new_base) argument
1783 si_shader_change_notify(struct si_context *sctx) argument
1809 si_emit_shader_pointer(struct si_context *sctx, struct si_descriptors *desc, unsigned sh_base) argument
1827 si_emit_graphics_shader_userdata(struct si_context *sctx, struct r600_atom *atom) argument
1871 si_emit_compute_shader_userdata(struct si_context *sctx) argument
1889 si_init_all_descriptors(struct si_context *sctx) argument
1948 si_upload_graphics_shader_descriptors(struct si_context *sctx) argument
1968 si_upload_compute_shader_descriptors(struct si_context *sctx) argument
1992 si_release_all_descriptors(struct si_context *sctx) argument
2012 si_all_descriptors_begin_new_cs(struct si_context *sctx) argument
[all...]
H A Dsi_pipe.h360 void cik_init_sdma_functions(struct si_context *sctx);
363 void si_init_blit_functions(struct si_context *sctx);
364 void si_decompress_graphics_textures(struct si_context *sctx);
365 void si_decompress_compute_textures(struct si_context *sctx);
386 void si_copy_buffer(struct si_context *sctx,
390 void cik_prefetch_TC_L2_async(struct si_context *sctx, struct pipe_resource *buf,
392 void si_init_cp_dma_functions(struct si_context *sctx);
395 void si_init_debug_functions(struct si_context *sctx);
401 void si_init_dma_functions(struct si_context *sctx);
410 void si_init_compute_functions(struct si_context *sctx);
427 si_invalidate_draw_sh_constants(struct si_context *sctx) argument
433 si_set_atom_dirty(struct si_context *sctx, struct r600_atom *atom, bool dirty) argument
445 si_is_atom_dirty(struct si_context *sctx, struct r600_atom *atom) argument
454 si_mark_atom_dirty(struct si_context *sctx, struct r600_atom *atom) argument
460 si_get_vs_info(struct si_context *sctx) argument
472 si_get_vs_state(struct si_context *sctx) argument
[all...]
/external/syslinux/gpxe/src/core/
H A Dvsprintf.c282 struct sputc_context * sctx = local
285 if ( ctx->len < sctx->max_len )
286 sctx->buf[ctx->len] = c;
303 struct sputc_context sctx; local
308 sctx.ctx.handler = printf_sputc;
309 sctx.buf = buf;
310 sctx.max_len = size;
311 len = vcprintf ( &sctx.ctx, fmt, args );
/external/iproute2/ip/
H A Dxfrm_policy.c228 struct xfrm_user_sec_ctx *sctx)
234 sctx->exttype = XFRMA_SEC_CTX;
235 sctx->ctx_doi = 1;
236 sctx->ctx_alg = 1;
237 sctx->ctx_len = slen;
238 sctx->len = sizeof(struct xfrm_user_sec_ctx) + slen;
270 struct xfrm_user_sec_ctx sctx; member in struct:__anon8836
290 xfrm_sctx_parse((char *)&ctx.str, context, &ctx.sctx);
380 (void *)&ctx, ctx.sctx.len);
575 struct xfrm_user_sec_ctx sctx; member in struct:__anon8838
227 xfrm_sctx_parse(char *ctxstr, char *s, struct xfrm_user_sec_ctx *sctx) argument
[all...]
H A Dxfrm_state.c322 struct xfrm_user_sec_ctx sctx; member in struct:__anon8845
418 xfrm_sctx_parse((char *)&ctx.str, context, &ctx.sctx);
420 (void *)&ctx, ctx.sctx.len);
H A Dipxfrm.c947 struct xfrm_user_sec_ctx *sctx; local
951 if (RTA_PAYLOAD(tb[XFRMA_SEC_CTX]) < sizeof(*sctx))
954 sctx = RTA_DATA(tb[XFRMA_SEC_CTX]);
956 fprintf(fp, "%s %s", (char *)(sctx + 1), _SL_);
970 struct xfrm_user_sec_ctx *sctx; local
974 if (RTA_PAYLOAD(tb[XFRMA_SEC_CTX]) < sizeof(*sctx))
977 sctx = RTA_DATA(tb[XFRMA_SEC_CTX]);
979 fprintf(fp, "%s ", (char *)(sctx + 1));
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c791 struct str_dump_ctx *sctx = (struct str_dump_ctx *)ctx; local
793 if (!sctx->nospace) {
797 written = util_vsnprintf(sctx->ptr, sctx->left, format, ap);
804 if (written >= sctx->left) {
805 sctx->nospace = true;
806 written = sctx->left;
808 sctx->ptr += written;
809 sctx->left -= written;
/external/libopus/celt/
H A Dbands.c700 static void compute_theta(struct band_ctx *ctx, struct split_ctx *sctx, argument
897 sctx->inv = inv;
898 sctx->imid = imid;
899 sctx->iside = iside;
900 sctx->delta = delta;
901 sctx->itheta = itheta;
902 sctx->qalloc = qalloc;
976 struct split_ctx sctx; local
987 compute_theta(ctx, &sctx, X, Y, N, &b, B, B0, LM, 0, &fill);
988 imid = sctx
1248 struct split_ctx sctx; local
[all...]

Completed in 458 milliseconds

12