Home
last modified time | relevance | path

Searched refs:elist (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/tests/fate/
H A Dmov.mak1 FATE_MOV = fate-mov-3elist \
2 fate-mov-3elist-1ctts \
3 fate-mov-1elist-1ctts \
4 fate-mov-1elist-noctts \
5 fate-mov-elist-starts-ctts-2ndsample \
6 fate-mov-1elist-ends-last-bframe \
7 fate-mov-2elist-elist1-ends-bframe \
8 fate-mov-3elist-encrypted \
45 fate-mov-1elist-noctts: CMD = framemd5 -i $(TARGET_SAMPLES)/mov/mov-1elist
[all...]
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_cnf.c149 STACK_OF(CONF_VALUE) *elist; in int_engine_module_init()
155 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in int_engine_module_init()
157 if (!elist) { in int_engine_module_init()
162 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in int_engine_module_init()
163 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init()
/third_party/openssl/crypto/engine/
H A Deng_cnf.c149 STACK_OF(CONF_VALUE) *elist; in int_engine_module_init()
155 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in int_engine_module_init()
157 if (!elist) { in int_engine_module_init()
162 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in int_engine_module_init()
163 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init()
/third_party/python/Tools/scripts/
H A Dobjgraph.py92 elist = file2undef[filename]
93 elist.sort()
94 for ext in elist:
132 elist = sorted(undefs.keys())
133 for ext in elist:
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_conf.c353 STACK_OF(CONF_VALUE) *elist; in provider_conf_init()
361 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in provider_conf_init()
363 if (!elist) { in provider_conf_init()
368 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in provider_conf_init()
369 cval = sk_CONF_VALUE_value(elist, i); in provider_conf_init()
/third_party/openssl/crypto/
H A Dprovider_conf.c353 STACK_OF(CONF_VALUE) *elist; in provider_conf_init()
361 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in provider_conf_init()
363 if (!elist) { in provider_conf_init()
368 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in provider_conf_init()
369 cval = sk_CONF_VALUE_value(elist, i); in provider_conf_init()
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_lib.c758 STACK_OF(CONF_VALUE) *elist; in random_conf_init()
767 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in random_conf_init()
768 if (elist == NULL) { in random_conf_init()
776 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in random_conf_init()
777 cval = sk_CONF_VALUE_value(elist, i); in random_conf_init()
/third_party/openssl/crypto/rand/
H A Drand_lib.c758 STACK_OF(CONF_VALUE) *elist; in random_conf_init()
767 elist = NCONF_get_section(cnf, CONF_imodule_get_value(md)); in random_conf_init()
768 if (elist == NULL) { in random_conf_init()
776 for (i = 0; i < sk_CONF_VALUE_num(elist); i++) { in random_conf_init()
777 cval = sk_CONF_VALUE_value(elist, i); in random_conf_init()
/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c515 int elist, int ref_idx_curr, int ref_idx) in dist_scale()
519 int ref_pic_elist = refPicList[elist].list[TAB_MVF(x, y).ref_idx[elist]]; in dist_scale()
513 dist_scale(HEVCContext *s, Mv *mv, int min_pu_width, int x, int y, int elist, int ref_idx_curr, int ref_idx) dist_scale() argument
/third_party/python/Modules/
H A Dselectmodule.c1538 PyObject *elist = NULL, *etuple = NULL; in select_epoll_poll_impl() local
1623 elist = PyList_New(nfds); in select_epoll_poll_impl()
1624 if (elist == NULL) { in select_epoll_poll_impl()
1631 Py_CLEAR(elist); in select_epoll_poll_impl()
1634 PyList_SET_ITEM(elist, i, etuple); in select_epoll_poll_impl()
1639 return elist; in select_epoll_poll_impl()

Completed in 9 milliseconds