Home
last modified time | relevance | path

Searched defs:wctx (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
Dwtvenc.c138 WtvContext *wctx = s->priv_data; in write_chunk_header() local
160 WtvContext *wctx = s->priv_data; in write_chunk_header2() local
170 WtvContext *wctx = s->priv_data; in finish_chunk_noindex() local
186 WtvContext *wctx = s->priv_data; in write_index() local
210 WtvContext *wctx = s->priv_data; in finish_chunk() local
340 WtvContext *wctx = s->priv_data; in write_sync() local
380 WtvContext *wctx = s->priv_data; in write_header() local
445 WtvContext *wctx = s->priv_data; in write_timestamp() local
463 WtvContext *wctx = s->priv_data; in write_packet() local
541 WtvContext *wctx = s->priv_data; in write_root_table() local
[all …]
/third_party/ffmpeg/fftools/
Dffprobe.c513 WriterContext *wctx = p; in writer_get_name() local
548 static int writer_close(WriterContext **wctx) in writer_close()
580 static inline void writer_w8_avio(WriterContext *wctx, int b) in writer_w8_avio()
585 static inline void writer_put_str_avio(WriterContext *wctx, const char *str) in writer_put_str_avio()
590 static inline void writer_printf_avio(WriterContext *wctx, const char *fmt, ...) in writer_printf_avio()
599 static inline void writer_w8_printf(WriterContext *wctx, int b) in writer_w8_printf()
604 static inline void writer_put_str_printf(WriterContext *wctx, const char *str) in writer_put_str_printf()
609 static inline void writer_printf_printf(WriterContext *wctx, const char *fmt, ...) in writer_printf_printf()
618 static int writer_open(WriterContext **wctx, const Writer *writer, const char *args, in writer_open()
720 static inline void writer_print_section_header(WriterContext *wctx, in writer_print_section_header()
[all …]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_wrp.c53 PROV_AES_WRAP_CTX *wctx; in aes_wrap_newctx() local
69 static void *aes_wrap_dupctx(void *wctx) in aes_wrap_dupctx()
91 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_freectx() local
102 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_init() local
166 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_cipher_internal() local
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_wrp.c53 PROV_AES_WRAP_CTX *wctx; in aes_wrap_newctx() local
71 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_freectx() local
82 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_init() local
146 PROV_AES_WRAP_CTX *wctx = (PROV_AES_WRAP_CTX *)vctx; in aes_wrap_cipher_internal() local
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c491 static LLVMValueRef enter_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, in enter_waterfall()
521 static LLVMValueRef exit_waterfall(struct ac_nir_context *ctx, struct waterfall_context *wctx, in exit_waterfall()
1822 static LLVMValueRef enter_waterfall_ssbo(struct ac_nir_context *ctx, struct waterfall_context *wctx, in enter_waterfall_ssbo()
1843 struct waterfall_context wctx; in visit_store_ssbo() local
2000 struct waterfall_context wctx; in visit_atomic_ssbo() local
2085 struct waterfall_context wctx; in visit_load_buffer() local
2146 static LLVMValueRef enter_waterfall_ubo(struct ac_nir_context *ctx, struct waterfall_context *wctx, in enter_waterfall_ubo()
2321 struct waterfall_context wctx; in visit_load_ubo_buffer() local
2568 struct waterfall_context *wctx, in enter_waterfall_image()
2600 struct waterfall_context wctx; in visit_image_load() local
[all …]
/third_party/openssl/crypto/async/
Dasync.c177 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job()
/third_party/node/deps/openssl/openssl/crypto/async/
Dasync.c177 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job()
/third_party/skia/modules/androidkit/src/
DSurface.cpp24 WindowSurface::WindowSurface(ANativeWindow* win, std::unique_ptr<sk_app::WindowContext> wctx) in WindowSurface()
/third_party/openssl/apps/
Dcms.c991 EVP_CIPHER_CTX *wctx; in cms_main() local
/third_party/node/deps/openssl/openssl/apps/
Dcms.c990 EVP_CIPHER_CTX *wctx; in cms_main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Deapol_test.c583 struct wpa_sm_ctx *wctx; in test_eapol() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Deapol_test.c583 struct wpa_sm_ctx *wctx; in test_eapol() local
/third_party/openssl/crypto/evp/
De_aes.c3571 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_init_key() local
3597 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_cipher() local
/third_party/node/deps/openssl/openssl/crypto/evp/
De_aes.c3565 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_init_key() local
3591 EVP_AES_WRAP_CTX *wctx = EVP_C_DATA(EVP_AES_WRAP_CTX,ctx); in aes_wrap_cipher() local