Home
last modified time | relevance | path

Searched +refs:ll +refs:elts (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dcommon.rs97 pub fn const_array(&self, ty: &'ll Type, elts: &[&'ll Value]) -> &'ll Value { in const_array()
98 unsafe { llvm::LLVMConstArray(ty, elts.as_ptr(), elts.len() as c_uint) } in const_array()
101 pub fn const_vector(&self, elts: &[&'ll Value]) -> &'ll Value { in const_vector()
102 unsafe { llvm::LLVMConstVector(elts.as_ptr(), elts.len() as c_uint) } in const_vector()
149 fn const_null(&self, t: &'ll Type) -> &'ll Value { in const_null()
153 fn const_undef(&self, t: &'ll Type) -> &'ll Value { in const_undef()
215 fn const_struct(&self, elts: &[&'ll Value], packed: bool) -> &'ll Value { in const_struct()
216 struct_in_context(self.llcx, elts, packed) in const_struct()
320 fn const_ptrcast(&self, val: &'ll Value, ty: &'ll Type) -> &'ll Value { in const_ptrcast()
337 pub fn struct_in_context(llcx: &'a llvm::Context, elts: &[&'a Value], packed: bool) -> &'a Value { in struct_in_context()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/cacsd/macros/
H A Dpfss.sci14 function elts = pfss(S, rmax, cord)
15 //Syntax : elts = pfss(S)
55 k = 1; ll = 0;
56 elts = list();
62 elts(ll+1) = syslin("c", f1l, gl, hl)
63 ll = ll+1; k = k+l;
80 elts1 = elts;
97 elts1 = elts;
104 if norm(dd, "fro") <> 0 then elts(ll+1) = dd, end
107 if norm(coeff(dd), 1) > %eps then elts(ll+1) = dd, end
[all …]
/dports/math/gap/gap-4.11.0/src/
H A Dvec8bit.c4520 for (i = 0; i < ll / elts; i++) { in ProdCoeffsVec8Bit()
4551 if (ll % elts != 0) { in ProdCoeffsVec8Bit()
4552 bytel = ptrl[ll / elts]; in ProdCoeffsVec8Bit()
4555 for (i = (ll / elts) * elts; i < ll; i++) { in ProdCoeffsVec8Bit()
4596 for (i = 0; i < ll / elts; i++) { in ProdCoeffsVec8Bit()
4624 if (ll % elts != 0 && lr % elts != 0 && partl != 0 && partr != 0) { in ProdCoeffsVec8Bit()
4628 ptrp[ll / elts + lr / elts] = in ProdCoeffsVec8Bit()
4629 addtab[ptrp[ll / elts + lr / elts] + 256 * byte1]; in ProdCoeffsVec8Bit()
4631 ptrp[ll / elts + lr / elts] ^= byte1; in ProdCoeffsVec8Bit()
4637 ptrp[ll / elts + lr / elts + 1] = in ProdCoeffsVec8Bit()
[all …]
/dports/math/ntl/ntl-11.5.1/src/
H A DGF2X.cpp944 long ll, lh, i, ll2, lh2; in KarMul() local
950 ll = (len+1) >> 1; in KarMul()
952 ll2 = ll << 1; in KarMul()
955 a01 = stk; stk += ll+1; in KarMul()
956 b01 = stk; stk += ll+1; in KarMul()
960 a1 = a+ll; in KarMul()
962 b1 = b+ll; in KarMul()
964 KarMul(c, a0, b0, ll, stk); in KarMul()
968 a01[i] = a[i] ^ a[i+ll]; in KarMul()
972 if (lh < ll) { in KarMul()
[all …]
/dports/www/nginx-full/echo-nginx-module-5a402aa/src/
H A Dngx_http_echo_echo.c103 computed_arg_elts = computed_args->elts; in ngx_http_echo_exec_echo()
130 ll = &cl->next; in ngx_http_echo_exec_echo()
153 ll = &(*ll)->next; in ngx_http_echo_exec_echo()
164 ll = &(*ll)->next; in ngx_http_echo_exec_echo()
174 opt = opts->elts; in ngx_http_echo_exec_echo()
205 if (*ll == NULL) { in ngx_http_echo_exec_echo()
247 ll = &out; in ngx_http_echo_exec_echo_request_body()
256 if (*ll == NULL) { in ngx_http_echo_exec_echo_request_body()
265 (*ll)->buf = b; in ngx_http_echo_exec_echo_request_body()
273 ll = &(*ll)->next; in ngx_http_echo_exec_echo_request_body()
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/atomic/src/
H A Drun_test.f9024 nwf, ll, oc, el, &
25 nwfts, nnts, llts, jjts, iswts, octs, elts, nstoaets, &
91 if (els(n1).eq.elts(n).and.(rcut(n1).gt.1.e-3_dp.or.&
112 if (ll(nstoaets(n)).eq.0) then
115 elseif (ll(nstoaets(n)).eq.1) then
122 elseif (ll(nstoaets(n)).eq.2) then
192 ll_old=ll
202 ll=ll_old
222 octs, elts, iswts, nntsc, lltsc, jjtsc, octsc, &
232 call occ_spin(nwf,nwfx,el,nn,ll,oc,isw)
[all …]
H A Dwrite_ae_pseudo.f9014 etot, zed, nwf, el, ll, oc, psi, rho, &
15 etots,zval,nwfts,elts,llts,octs,phits,rhos, &
56 elts(1:nwfts) = el(1:nwf)
57 llts(1:nwfts) = ll(1:nwf)
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/modules/
H A Dngx_http_chunked_filter_module.c111 ngx_chain_t *out, *cl, *tl, **ll; in ngx_http_chunked_body_filter() local
121 ll = &out; in ngx_http_chunked_body_filter()
143 *ll = tl; in ngx_http_chunked_body_filter()
144 ll = &tl->next; in ngx_http_chunked_body_filter()
193 *ll = tl; in ngx_http_chunked_body_filter()
213 *ll = tl; in ngx_http_chunked_body_filter()
216 *ll = NULL; in ngx_http_chunked_body_filter()
242 header = part->elts; in ngx_http_chunked_create_trailers()
252 header = part->elts; in ngx_http_chunked_create_trailers()
296 header = part->elts; in ngx_http_chunked_create_trailers()
[all …]
H A Dngx_http_charset_filter_module.c473 charset = mcf->charsets.elts; in ngx_http_get_charset()
578 ll = &(*ll)->next; in ngx_http_charset_body_filter()
595 ll = &(*ll)->next; in ngx_http_charset_body_filter()
1185 value = cf->args->elts; in ngx_http_charset_map_block()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1322 value = cf->args->elts; in ngx_http_charset_map()
1411 value = cf->args->elts; in ngx_http_set_charset_slot()
1454 c = charsets->elts; in ngx_http_add_charset()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
[all …]
H A Dngx_http_range_filter_module.c442 range = ctx->ranges.elts; in ngx_http_range_singlepart_header()
554 range = ctx->ranges.elts; in ngx_http_range_multipart_header()
677 range = ctx->ranges.elts; in ngx_http_range_test_overlapped()
709 ll = &out; in ngx_http_range_singlepart_body()
710 range = ctx->ranges.elts; in ngx_http_range_singlepart_body()
738 *ll = tl; in ngx_http_range_singlepart_body()
805 *ll = tl; in ngx_http_range_singlepart_body()
830 ll = &out; in ngx_http_range_multipart_body()
832 range = ctx->ranges.elts; in ngx_http_range_multipart_body()
910 *ll = hcl; in ngx_http_range_multipart_body()
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/http/modules/
H A Dngx_http_chunked_filter_module.c111 ngx_chain_t *out, *cl, *tl, **ll; in ngx_http_chunked_body_filter() local
121 ll = &out; in ngx_http_chunked_body_filter()
143 *ll = tl; in ngx_http_chunked_body_filter()
144 ll = &tl->next; in ngx_http_chunked_body_filter()
193 *ll = tl; in ngx_http_chunked_body_filter()
213 *ll = tl; in ngx_http_chunked_body_filter()
216 *ll = NULL; in ngx_http_chunked_body_filter()
242 header = part->elts; in ngx_http_chunked_create_trailers()
252 header = part->elts; in ngx_http_chunked_create_trailers()
296 header = part->elts; in ngx_http_chunked_create_trailers()
[all …]
H A Dngx_http_charset_filter_module.c473 charset = mcf->charsets.elts; in ngx_http_get_charset()
578 ll = &(*ll)->next; in ngx_http_charset_body_filter()
595 ll = &(*ll)->next; in ngx_http_charset_body_filter()
1185 value = cf->args->elts; in ngx_http_charset_map_block()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1322 value = cf->args->elts; in ngx_http_charset_map()
1411 value = cf->args->elts; in ngx_http_set_charset_slot()
1454 c = charsets->elts; in ngx_http_add_charset()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
[all …]
H A Dngx_http_range_filter_module.c442 range = ctx->ranges.elts; in ngx_http_range_singlepart_header()
554 range = ctx->ranges.elts; in ngx_http_range_multipart_header()
677 range = ctx->ranges.elts; in ngx_http_range_test_overlapped()
709 ll = &out; in ngx_http_range_singlepart_body()
710 range = ctx->ranges.elts; in ngx_http_range_singlepart_body()
738 *ll = tl; in ngx_http_range_singlepart_body()
805 *ll = tl; in ngx_http_range_singlepart_body()
830 ll = &out; in ngx_http_range_multipart_body()
832 range = ctx->ranges.elts; in ngx_http_range_multipart_body()
910 *ll = hcl; in ngx_http_range_multipart_body()
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/modules/
H A Dngx_http_chunked_filter_module.c111 ngx_chain_t *out, *cl, *tl, **ll; in ngx_http_chunked_body_filter() local
121 ll = &out; in ngx_http_chunked_body_filter()
143 *ll = tl; in ngx_http_chunked_body_filter()
144 ll = &tl->next; in ngx_http_chunked_body_filter()
193 *ll = tl; in ngx_http_chunked_body_filter()
213 *ll = tl; in ngx_http_chunked_body_filter()
216 *ll = NULL; in ngx_http_chunked_body_filter()
242 header = part->elts; in ngx_http_chunked_create_trailers()
252 header = part->elts; in ngx_http_chunked_create_trailers()
296 header = part->elts; in ngx_http_chunked_create_trailers()
[all …]
H A Dngx_http_charset_filter_module.c473 charset = mcf->charsets.elts; in ngx_http_get_charset()
578 ll = &(*ll)->next; in ngx_http_charset_body_filter()
595 ll = &(*ll)->next; in ngx_http_charset_body_filter()
1185 value = cf->args->elts; in ngx_http_charset_map_block()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1322 value = cf->args->elts; in ngx_http_charset_map()
1411 value = cf->args->elts; in ngx_http_set_charset_slot()
1454 c = charsets->elts; in ngx_http_add_charset()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
[all …]
H A Dngx_http_range_filter_module.c442 range = ctx->ranges.elts; in ngx_http_range_singlepart_header()
554 range = ctx->ranges.elts; in ngx_http_range_multipart_header()
677 range = ctx->ranges.elts; in ngx_http_range_test_overlapped()
709 ll = &out; in ngx_http_range_singlepart_body()
710 range = ctx->ranges.elts; in ngx_http_range_singlepart_body()
738 *ll = tl; in ngx_http_range_singlepart_body()
805 *ll = tl; in ngx_http_range_singlepart_body()
830 ll = &out; in ngx_http_range_multipart_body()
832 range = ctx->ranges.elts; in ngx_http_range_multipart_body()
910 *ll = hcl; in ngx_http_range_multipart_body()
[all …]
/dports/www/nginx/nginx-1.20.2/src/http/modules/
H A Dngx_http_chunked_filter_module.c111 ngx_chain_t *out, *cl, *tl, **ll; in ngx_http_chunked_body_filter() local
121 ll = &out; in ngx_http_chunked_body_filter()
143 *ll = tl; in ngx_http_chunked_body_filter()
144 ll = &tl->next; in ngx_http_chunked_body_filter()
193 *ll = tl; in ngx_http_chunked_body_filter()
213 *ll = tl; in ngx_http_chunked_body_filter()
216 *ll = NULL; in ngx_http_chunked_body_filter()
242 header = part->elts; in ngx_http_chunked_create_trailers()
252 header = part->elts; in ngx_http_chunked_create_trailers()
296 header = part->elts; in ngx_http_chunked_create_trailers()
[all …]
H A Dngx_http_charset_filter_module.c473 charset = mcf->charsets.elts; in ngx_http_get_charset()
578 ll = &(*ll)->next; in ngx_http_charset_body_filter()
595 ll = &(*ll)->next; in ngx_http_charset_body_filter()
1185 value = cf->args->elts; in ngx_http_charset_map_block()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1322 value = cf->args->elts; in ngx_http_charset_map()
1411 value = cf->args->elts; in ngx_http_set_charset_slot()
1454 c = charsets->elts; in ngx_http_add_charset()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/http/modules/
H A Dngx_http_chunked_filter_module.c111 ngx_chain_t *out, *cl, *tl, **ll; in ngx_http_chunked_body_filter() local
121 ll = &out; in ngx_http_chunked_body_filter()
143 *ll = tl; in ngx_http_chunked_body_filter()
144 ll = &tl->next; in ngx_http_chunked_body_filter()
193 *ll = tl; in ngx_http_chunked_body_filter()
213 *ll = tl; in ngx_http_chunked_body_filter()
216 *ll = NULL; in ngx_http_chunked_body_filter()
242 header = part->elts; in ngx_http_chunked_create_trailers()
252 header = part->elts; in ngx_http_chunked_create_trailers()
296 header = part->elts; in ngx_http_chunked_create_trailers()
[all …]
H A Dngx_http_charset_filter_module.c473 charset = mcf->charsets.elts; in ngx_http_get_charset()
578 ll = &(*ll)->next; in ngx_http_charset_body_filter()
595 ll = &(*ll)->next; in ngx_http_charset_body_filter()
1185 value = cf->args->elts; in ngx_http_charset_map_block()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1322 value = cf->args->elts; in ngx_http_charset_map()
1411 value = cf->args->elts; in ngx_http_set_charset_slot()
1454 c = charsets->elts; in ngx_http_add_charset()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/http/modules/
H A Dngx_http_chunked_filter_module.c111 ngx_chain_t *out, *cl, *tl, **ll; in ngx_http_chunked_body_filter() local
121 ll = &out; in ngx_http_chunked_body_filter()
143 *ll = tl; in ngx_http_chunked_body_filter()
144 ll = &tl->next; in ngx_http_chunked_body_filter()
193 *ll = tl; in ngx_http_chunked_body_filter()
213 *ll = tl; in ngx_http_chunked_body_filter()
216 *ll = NULL; in ngx_http_chunked_body_filter()
242 header = part->elts; in ngx_http_chunked_create_trailers()
252 header = part->elts; in ngx_http_chunked_create_trailers()
296 header = part->elts; in ngx_http_chunked_create_trailers()
[all …]
H A Dngx_http_charset_filter_module.c473 charset = mcf->charsets.elts; in ngx_http_get_charset()
578 ll = &(*ll)->next; in ngx_http_charset_body_filter()
595 ll = &(*ll)->next; in ngx_http_charset_body_filter()
1185 value = cf->args->elts; in ngx_http_charset_map_block()
1204 table = mcf->tables.elts; in ngx_http_charset_map_block()
1322 value = cf->args->elts; in ngx_http_charset_map()
1411 value = cf->args->elts; in ngx_http_set_charset_slot()
1454 c = charsets->elts; in ngx_http_add_charset()
1586 recode = mcf->recodes.elts; in ngx_http_charset_merge_loc_conf()
1621 recode = mcf->recodes.elts; in ngx_http_charset_postconfiguration()
[all …]
/dports/www/nginx-full/srcache-nginx-module-0.32/src/
H A Dngx_http_srcache_util.c307 ngx_chain_t *cl, **ll; in ngx_http_srcache_add_copy_chain() local
310 ll = chain; in ngx_http_srcache_add_copy_chain()
313 ll = &cl->next; in ngx_http_srcache_add_copy_chain()
348 *ll = cl; in ngx_http_srcache_add_copy_chain()
349 ll = &cl->next; in ngx_http_srcache_add_copy_chain()
353 *ll = NULL; in ngx_http_srcache_add_copy_chain()
440 header = part->elts; in ngx_http_srcache_set_content_length_header()
488 h = part->elts; in ngx_http_srcache_request_no_cache()
501 h = part->elts; in ngx_http_srcache_request_no_cache()
972 header = part->elts; in ngx_http_srcache_store_response_header()
[all …]
/dports/lang/guile1/guile-1.8.8/srfi/
H A Dsrfi-1.scm240 (define (circular-list elt1 . elts)
241 (set! elts (cons elt1 elts))
242 (set-cdr! (last-pair elts) elts)
243 elts)
534 (if (every (lambda (ll) (member (car l) ll =)) rest)
544 (if (any (lambda (ll) (member (car l) ll =)) rest)
570 (let ((appears (every (lambda (ll) (member (car l) ll =)) rest)))
/dports/security/klee/klee-2.2/include/klee/ADT/
H A DImmutableTree.h106 T *elts; variable
111 elts(new T[max]) {} in FixedStack()
115 std::copy(b.elts, b.elts+pos, elts); in FixedStack()
117 ~FixedStack() { delete[] elts; } in ~FixedStack()
122 T &back() { return elts[pos-1]; } in back()
128 std::copy(b.elts, b.elts+pos, elts);
134 std::equal(elts, elts+pos, b.elts));
296 Node *ll = left->left; in balance() local
298 if (ll->height >= lr->height) { in balance()
300 Node *res = new Node(ll->incref(), nlr, left->value); in balance()
[all …]

12345678910>>...36