/third_party/ffmpeg/libavcodec/ |
H A D | videodsp.c | 39 av_cold void ff_videodsp_init(VideoDSPContext *ctx, int bpc) in ff_videodsp_init() argument [all...] |
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | videodsp.c | 33 av_cold void ff_videodsp_init_ppc(VideoDSPContext *ctx, int bpc) in ff_videodsp_init_ppc() argument
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | hash.c | 31 struct AVHashContext *ctx = NULL; in main() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_vp9.c | 26 void ff_rtp_send_vp9(AVFormatContext *ctx, const uint8_t *buf, int size) in ff_rtp_send_vp9() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_mediacodec.c | 27 static int mc_device_create(AVHWDeviceContext *ctx, const char *device, in mc_device_create() argument
|
/third_party/libwebsockets/lib/drivers/i2c/ |
H A D | lws-i2c.c | 32 lws_i2c_command(const lws_i2c_ops_t *ctx, uint8_t ads7, uint8_t c) in lws_i2c_command() argument 51 lws_i2c_command_list(const lws_i2c_ops_t *ctx, uint8_t ads7, const uint8_t *buf, size_t len) lws_i2c_command_list() argument [all...] |
/third_party/mbedtls/3rdparty/everest/include/everest/ |
H A D | everest.h | 41 mbedtls_x25519_context ctx; member [all...] |
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_lower_pseudo.c | 48 agx_lower_pseudo(agx_context *ctx) in agx_lower_pseudo() argument
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/ |
H A D | lws-genec.c | 26 struct lws_genec_ctx ctx; in test_genec1() local [all...] |
/third_party/ltp/testcases/cve/ |
H A D | cve-2016-10044.c | 32 void *ctx = 0; in run() local
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | display.c | 32 vlVaQueryDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int *num_attributes) in vlVaQueryDisplayAttributes() argument 46 vlVaGetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes) in vlVaGetDisplayAttributes() argument 55 vlVaSetDisplayAttributes(VADriverContextP ctx, VADisplayAttribute *attr_list, int num_attributes) in vlVaSetDisplayAttributes() argument
|
/third_party/musl/src/linux/ |
H A D | setgroups.c | 7 struct ctx { struct
|
/third_party/musl/src/network/ |
H A D | dns_parse.c | 4 int __dns_parse(const unsigned char *r, int rlen, int (*callback)(void *, int, const void *, int, const void *, int), void *ctx) in __dns_parse() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | clip.c | 41 _mesa_update_clip_plane(struct gl_context *ctx, GLuint plane) in _mesa_update_clip_plane() argument [all...] |
H A D | texstate.h | 41 _mesa_get_tex_unit(struct gl_context *ctx, GLuint unit) in _mesa_get_tex_unit() argument 52 _mesa_get_current_tex_unit(struct gl_context *ctx) in _mesa_get_current_tex_unit() argument 64 _mesa_get_fixedfunc_tex_unit(struct gl_context *ctx, GLuint unit) in _mesa_get_fixedfunc_tex_unit() argument 74 _mesa_max_tex_unit(struct gl_context *ctx) in _mesa_max_tex_unit() argument [all...] |
H A D | glthread_get.c | 28 _mesa_unmarshal_GetIntegerv(struct gl_context *ctx, in _mesa_unmarshal_GetIntegerv() argument [all...] |
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_viewport.c | 52 struct gl_context *ctx = st->ctx; in st_update_viewport() local
|
/third_party/mesa3d/src/panfrost/ds/ |
H A D | pan_pps_perf.h | 27 void *ctx = nullptr; member in pps::PanfrostDevice
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | mir_squeeze.c | 33 find_or_allocate_temp(compiler_context *ctx, struct hash_table_u64 *map, in find_or_allocate_temp() argument 59 mir_squeeze_index(compiler_context *ctx) in mir_squeeze_index() argument [all...] |
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
H A D | i2c.c | 4 lws_i2c_command(lws_i2c_ops_t *ctx, uint8_t ads, uint8_t c) in lws_i2c_command() argument 23 lws_i2c_command_list(lws_i2c_ops_t *ctx, uint8_t ads, const uint8_t *buf, size_t len) lws_i2c_command_list() argument [all...] |
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
H A D | test-mark-last.cpp | 35 strip_discard(bi_context *ctx) in strip_discard() argument
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_blit.c | 35 panfrost_blitter_save(struct panfrost_context *ctx, bool render_cond) in panfrost_blitter_save() argument 74 struct panfrost_context *ctx = pan_context(pipe); panfrost_blit() local [all...] |
/third_party/node/deps/openssl/openssl/crypto/async/arch/ |
H A D | async_win.c | 25 async_ctx *ctx = async_get_ctx(); in async_local_cleanup() local
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | securitycheck_fips.c | 33 int ossl_digest_rsa_sign_get_md_nid(OSSL_LIB_CTX *ctx, const EVP_MD *md, in ossl_digest_rsa_sign_get_md_nid() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes.c | 28 PROV_AES_CTX *ctx = (PROV_AES_CTX *)vctx; in aes_freectx() local 34 static void *aes_dupctx(void *ctx) in aes_dupctx() argument
|