Home
last modified time | relevance | path

Searched defs:el (Results 1 – 25 of 195) sorted by relevance

12345678

/third_party/quickjs/
Dlist.h36 #define LIST_HEAD_INIT(el) { &(el), &(el) } argument
39 #define list_entry(el, type, member) \ argument
49 static inline void __list_add(struct list_head *el, in __list_add()
59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add()
65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail()
70 static inline void list_del(struct list_head *el) in list_del()
81 static inline int list_empty(struct list_head *el) in list_empty()
86 #define list_for_each(el, head) \ argument
89 #define list_for_each_safe(el, el1, head) \ argument
93 #define list_for_each_prev(el, head) \ argument
[all …]
/third_party/libcoap/include/coap3/
Dutlist.h404 #define LL_COUNT(head,el,counter) \ argument
407 #define LL_COUNT2(head,el,counter,next) \ argument
413 #define LL_FOREACH(head,el) \ argument
416 #define LL_FOREACH2(head,el,next) \ argument
419 #define LL_FOREACH_SAFE(head,el,tmp) \ argument
422 #define LL_FOREACH_SAFE2(head,el,tmp,next) \ argument
445 #define LL_REPLACE_ELEM2(head, el, add, next) \ argument
465 #define LL_REPLACE_ELEM(head, el, add) \ argument
468 #define LL_PREPEND_ELEM2(head, el, add, next) \ argument
491 #define LL_PREPEND_ELEM(head, el, add) \ argument
[all …]
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsModuleReferenceHasEmit.js12 export let el = null; variable
41 export let el: any; variable
/third_party/node/deps/icu-small/source/common/
Dservnotf.cpp55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local
87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local
109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
/third_party/icu/icu4c/source/common/
Dservnotf.cpp55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local
87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local
109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
/third_party/skia/third_party/externals/icu/source/common/
Dservnotf.cpp55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local
87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local
109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dservnotf.cpp55 const EventListener* el = (const EventListener*)(listeners->elementAt(i)); in addListener() local
87 const EventListener* el = (const EventListener*)listeners->elementAt(i); in removeListener() local
109 EventListener* el = (EventListener*)listeners->elementAt(i); in notifyChanged() local
/third_party/libwebsockets/lib/tls/openssl/
Dlws-genec.c96 lws_genec_eckey_import(int nid, EVP_PKEY *pkey, struct lws_gencrypto_keyelem *el) in lws_genec_eckey_import()
178 EVP_PKEY_CTX **pctx, struct lws_gencrypto_keyelem *el) in lws_genec_keypair_import()
256 lws_genecdh_set_key(struct lws_genec_ctx *ctx, struct lws_gencrypto_keyelem *el, in lws_genecdh_set_key()
267 struct lws_gencrypto_keyelem *el) in lws_genecdsa_set_key()
300 const char *curve_name, struct lws_gencrypto_keyelem *el) in lws_genec_new_keypair()
409 struct lws_gencrypto_keyelem *el) in lws_genecdh_new_keypair()
419 struct lws_gencrypto_keyelem *el) in lws_genecdsa_new_keypair()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c47 struct lws_gencrypto_keyelem *el) in lws_genec_keypair_import()
181 lws_genecdh_set_key(struct lws_genec_ctx *ctx, struct lws_gencrypto_keyelem *el, in lws_genecdh_set_key()
192 struct lws_gencrypto_keyelem *el) in lws_genecdsa_set_key()
226 struct lws_gencrypto_keyelem *el) in lws_genecdh_new_keypair()
309 struct lws_gencrypto_keyelem *el) in lws_genecdsa_new_keypair()
/third_party/skia/third_party/externals/tint/src/ast/
Dif_statement.cc37 for (auto* el : else_statements) { in IfStatement() local
52 auto el = ctx->Clone(else_statements); in Clone() local
/third_party/boost/boost/numeric/ublas/tensor/
Dexpression.hpp93 expression_type_left const& el; member
100 auto make_binary_tensor_expression( tensor_expression<T,EL> const& el, tensor_expression<T,ER> cons… in make_binary_tensor_expression()
106 auto make_binary_tensor_expression( matrix_expression<EL> const& el, tensor_expression<T,ER> const&… in make_binary_tensor_expression()
112 auto make_binary_tensor_expression( tensor_expression<T,EL> const& el, matrix_expression<ER> const&… in make_binary_tensor_expression()
118 auto make_binary_tensor_expression( vector_expression<EL> const& el, tensor_expression<T,ER> const&… in make_binary_tensor_expression()
124 auto make_binary_tensor_expression( tensor_expression<T,EL> const& el, vector_expression<ER> const&… in make_binary_tensor_expression()
/third_party/libwebsockets/lib/jose/jwe/enc/
Daesgcm.c56 struct lws_gencrypto_keyelem el; in lws_jwe_encrypt_gcm() local
120 struct lws_gencrypto_keyelem el; in lws_jwe_auth_and_decrypt_gcm() local
Daescbc.c34 struct lws_gencrypto_keyelem el; in lws_jwe_encrypt_cbc_hs() local
167 struct lws_gencrypto_keyelem el; in lws_jwe_auth_and_decrypt_cbc_hs() local
/third_party/node/deps/npm/node_modules/yargs/node_modules/p-locate/
Dindex.js12 const testElement = (el, tester) => Promise.resolve(el).then(tester); argument
15 const finder = el => Promise.all(el).then(val => val[1] === true && Promise.reject(new EndError(val… argument
/third_party/libwebsockets/lib/tls/
Dlws-genec-common.c102 lws_genec_destroy_elements(struct lws_gencrypto_keyelem *el) in lws_genec_destroy_elements()
114 lws_genec_dump(struct lws_gencrypto_keyelem *el) in lws_genec_dump()
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/p-locate/
Dindex.js12 const testElement = (el, tester) => Promise.resolve(el).then(tester); argument
15 const finder = el => Promise.all(el).then(val => val[1] === true && Promise.reject(new EndError(val… argument
/third_party/skia/third_party/externals/tint/src/transform/
Dtransform.cc111 auto* el = CreateASTTypeFor(ctx, m->type()); in CreateASTTypeFor() local
115 auto* el = CreateASTTypeFor(ctx, v->type()); in CreateASTTypeFor() local
119 auto* el = CreateASTTypeFor(ctx, a->ElemType()); in CreateASTTypeFor() local
/third_party/skia/third_party/externals/expat/expat/examples/
Doutline.c61 start(void *data, const XML_Char *el, const XML_Char **attr) { in start()
79 end(void *data, const XML_Char *el) { in end()
/third_party/expat/examples/
Doutline.c61 start(void *data, const XML_Char *el, const XML_Char **attr) { in start()
79 end(void *data, const XML_Char *el) { in end()
/third_party/grpc/test/core/iomgr/
Dtimer_heap_test.cc44 static int contains(grpc_timer_heap* pq, grpc_timer* el) { in contains()
103 grpc_timer* el = &test_elements[elem_num]; in test1() local
173 elem_struct* el = search_elems(elems, elems_size, false); in test2() local
183 elem_struct* el = search_elems(elems, elems_size, true); in test2() local
/third_party/e2fsprogs/e2fsck/
Dea_refcount.c115 struct ea_refcount_el *el; in insert_refcount_el() local
211 struct ea_refcount_el *el; in ea_refcount_fetch() local
225 struct ea_refcount_el *el; in ea_refcount_increment() local
240 struct ea_refcount_el *el; in ea_refcount_decrement() local
256 struct ea_refcount_el *el; in ea_refcount_store() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3569v100/hw_compressed/
Dstartup.c98 unsigned int el; in current_el() local
105 unsigned int el; in set_sctlr() local
120 unsigned int el, val; in get_sctlr() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3559av100/hw_compressed/
Dstartup.c98 unsigned int el; in current_el() local
105 unsigned int el; in set_sctlr() local
120 unsigned int el, val; in get_sctlr() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/hw_compressed/
Dstartup.c127 unsigned int el; in current_el() local
134 unsigned int el; in set_sctlr() local
149 unsigned int el, val; in get_sctlr() local
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/hw_compressed/
Dstartup.c127 unsigned int el; in current_el() local
134 unsigned int el; in set_sctlr() local
149 unsigned int el, val; in get_sctlr() local

12345678