Home
last modified time | relevance | path

Searched refs:lu (Results 1 - 25 of 45) sorted by relevance

12

/third_party/mesa3d/src/mesa/main/
H A Dlight.c105 struct gl_light_uniforms *lu = &ctx->Light.LightSource[lnum]; in do_light() local
109 if (TEST_EQ_4V(lu->Ambient, params)) in do_light()
112 COPY_4V( lu->Ambient, params ); in do_light()
115 if (TEST_EQ_4V(lu->Diffuse, params)) in do_light()
118 COPY_4V( lu->Diffuse, params ); in do_light()
121 if (TEST_EQ_4V(lu->Specular, params)) in do_light()
124 COPY_4V( lu->Specular, params ); in do_light()
128 if (TEST_EQ_4V(lu->EyePosition, params)) in do_light()
132 bool old_positional = lu->EyePosition[3] != 0.0f; in do_light()
134 COPY_4V(lu in do_light()
684 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; _mesa_update_material() local
695 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; _mesa_update_material() local
720 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; _mesa_update_material() local
731 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; _mesa_update_material() local
743 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; _mesa_update_material() local
754 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; _mesa_update_material() local
1035 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; compute_light_positions() local
1183 init_light( struct gl_light *l, struct gl_light_uniforms *lu, GLuint n ) init_light() argument
[all...]
H A Drastpos.c162 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in shade_rastpos() local
188 attenuation = 1.0F / (lu->ConstantAttenuation + d * in shade_rastpos()
189 (lu->LinearAttenuation + d * in shade_rastpos()
190 lu->QuadraticAttenuation)); in shade_rastpos()
195 if (PV_dot_dir<lu->_CosCutoff) { in shade_rastpos()
199 GLfloat spot = powf(PV_dot_dir, lu->SpotExponent); in shade_rastpos()
H A Dffvertex_prog.c204 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in make_state_key() local
208 if (lu->EyePosition[3] == 0.0F) in make_state_key()
211 if (lu->SpotCutoff == 180.0F) in make_state_key()
214 if (lu->ConstantAttenuation != 1.0F || in make_state_key()
215 lu->LinearAttenuation != 0.0F || in make_state_key()
216 lu->QuadraticAttenuation != 0.0F) in make_state_key()
/third_party/node/deps/openssl/openssl/ssl/
H A Dt1_lib.c31 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
1170 const SIGALG_LOOKUP *lu; in ssl_setup_sig_algs() local
1172 = OPENSSL_malloc(sizeof(*lu) * OSSL_NELEM(sigalg_lookup_tbl)); in ssl_setup_sig_algs()
1180 for (i = 0, lu = sigalg_lookup_tbl; in ssl_setup_sig_algs()
1181 i < OSSL_NELEM(sigalg_lookup_tbl); lu++, i++) { in ssl_setup_sig_algs()
1184 cache[i] = *lu; in ssl_setup_sig_algs()
1194 if (lu->hash != NID_undef in ssl_setup_sig_algs()
1195 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) { in ssl_setup_sig_algs()
1200 if (!EVP_PKEY_set_type(tmpkey, lu->sig)) { in ssl_setup_sig_algs()
1225 const SIGALG_LOOKUP *lu; in tls1_lookup_sigalg() local
1240 tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) tls1_lookup_md() argument
1266 rsa_pss_check_min_key_size(SSL_CTX *ctx, const EVP_PKEY *pkey, const SIGALG_LOOKUP *lu) rsa_pss_check_min_key_size() argument
1341 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, tls_default_sigalg[idx]); tls1_get_legacy_sigalg() local
1359 const SIGALG_LOOKUP *lu; tls1_set_peer_legacy_sigalg() local
1424 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, sigs[i]); tls_check_sigalg_curve() local
1441 sigalg_security_bits(SSL_CTX *ctx, const SIGALG_LOOKUP *lu) sigalg_security_bits() argument
1492 const SIGALG_LOOKUP *lu; tls12_check_peer_sigalg() local
1717 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); tls1_set_server_sigalgs() local
2070 tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu) tls12_sigalg_allowed() argument
2157 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *sigalgs); ssl_set_sig_mask() local
2182 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *psig); tls12_copy_sigalgs() local
2212 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *ptmp); tls12_shared_sigalgs() local
2365 const SIGALG_LOOKUP *lu; SSL_get_sigalgs() local
2760 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *p); tls1_check_chain() local
3067 tls12_get_cert_sigalg_idx(const SSL *s, const SIGALG_LOOKUP *lu) tls12_get_cert_sigalg_idx() argument
3091 const SIGALG_LOOKUP *lu; check_cert_usable() local
3184 const SIGALG_LOOKUP *lu = NULL; find_sig_alg() local
3241 const SIGALG_LOOKUP *lu = NULL; tls_choose_sigalg() local
[all...]
/third_party/openssl/ssl/
H A Dt1_lib.c30 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu);
1150 const SIGALG_LOOKUP *lu; in ssl_setup_sig_algs() local
1152 = OPENSSL_malloc(sizeof(*lu) * OSSL_NELEM(sigalg_lookup_tbl)); in ssl_setup_sig_algs()
1160 for (i = 0, lu = sigalg_lookup_tbl; in ssl_setup_sig_algs()
1161 i < OSSL_NELEM(sigalg_lookup_tbl); lu++, i++) { in ssl_setup_sig_algs()
1164 cache[i] = *lu; in ssl_setup_sig_algs()
1174 if (lu->hash != NID_undef in ssl_setup_sig_algs()
1175 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) { in ssl_setup_sig_algs()
1180 if (!EVP_PKEY_set_type(tmpkey, lu->sig)) { in ssl_setup_sig_algs()
1205 const SIGALG_LOOKUP *lu; in tls1_lookup_sigalg() local
1220 tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) tls1_lookup_md() argument
1246 rsa_pss_check_min_key_size(SSL_CTX *ctx, const EVP_PKEY *pkey, const SIGALG_LOOKUP *lu) rsa_pss_check_min_key_size() argument
1321 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, tls_default_sigalg[idx]); tls1_get_legacy_sigalg() local
1339 const SIGALG_LOOKUP *lu; tls1_set_peer_legacy_sigalg() local
1404 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, sigs[i]); tls_check_sigalg_curve() local
1421 sigalg_security_bits(SSL_CTX *ctx, const SIGALG_LOOKUP *lu) sigalg_security_bits() argument
1472 const SIGALG_LOOKUP *lu; tls12_check_peer_sigalg() local
1697 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); tls1_set_server_sigalgs() local
2050 tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu) tls12_sigalg_allowed() argument
2137 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *sigalgs); ssl_set_sig_mask() local
2162 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *psig); tls12_copy_sigalgs() local
2192 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *ptmp); tls12_shared_sigalgs() local
2345 const SIGALG_LOOKUP *lu; SSL_get_sigalgs() local
2740 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, *p); tls1_check_chain() local
3047 tls12_get_cert_sigalg_idx(const SSL *s, const SIGALG_LOOKUP *lu) tls12_get_cert_sigalg_idx() argument
3071 const SIGALG_LOOKUP *lu; check_cert_usable() local
3164 const SIGALG_LOOKUP *lu = NULL; find_sig_alg() local
3221 const SIGALG_LOOKUP *lu = NULL; tls_choose_sigalg() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64.S339 (p21) xmpy.lu f48=f37,f8
382 (p18) xma.lu f35=f34,f8,f39
444 (p20) xma.lu f42=f36,f8,f50 // low
510 (p25) xmpy.lu f42=f41,f41
668 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
670 { .mfi; xma.lu f50=f32,f121,f0 };;
672 { .mfi; xma.lu f60=f32,f122,f0 };;
674 { .mfi; xma.lu f70=f32,f123,f0 };;
676 { .mfi; xma.lu f80=f32,f124,f0 };;
678 { .mfi; xma.lu f9
[all...]
H A Dia64-mont.pl155 xmpy.lu alo[4]=alo[4],bi
162 xma.lu alo[3]=alo[3],bi,ahi[2]
168 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[0])*n0
181 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
187 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
226 xma.lu alo[4]=alo[4],bi,ahi[3]
232 xma.lu alo[3]=alo[3],bi,ahi[2]
239 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[i]+tp[0])*n0
259 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
271 (p20) xma.lu nl
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dia64.S339 (p21) xmpy.lu f48=f37,f8
382 (p18) xma.lu f35=f34,f8,f39
444 (p20) xma.lu f42=f36,f8,f50 // low
510 (p25) xmpy.lu f42=f41,f41
668 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
670 { .mfi; xma.lu f50=f32,f121,f0 };;
672 { .mfi; xma.lu f60=f32,f122,f0 };;
674 { .mfi; xma.lu f70=f32,f123,f0 };;
676 { .mfi; xma.lu f80=f32,f124,f0 };;
678 { .mfi; xma.lu f9
[all...]
H A Dia64-mont.pl155 xmpy.lu alo[4]=alo[4],bi
162 xma.lu alo[3]=alo[3],bi,ahi[2]
168 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[0])*n0
181 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
187 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
226 xma.lu alo[4]=alo[4],bi,ahi[3]
232 xma.lu alo[3]=alo[3],bi,ahi[2]
239 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[i]+tp[0])*n0
259 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
271 (p20) xma.lu nl
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_lu.c227 X509_LOOKUP *lu; in X509_STORE_free() local
239 lu = sk_X509_LOOKUP_value(sk, i); in X509_STORE_free()
240 X509_LOOKUP_shutdown(lu); in X509_STORE_free()
241 X509_LOOKUP_free(lu); in X509_STORE_free()
268 X509_LOOKUP *lu; in X509_STORE_add_lookup() local
272 lu = sk_X509_LOOKUP_value(sk, i); in X509_STORE_add_lookup()
273 if (m == lu->method) { in X509_STORE_add_lookup()
274 return lu; in X509_STORE_add_lookup()
278 lu = X509_LOOKUP_new(m); in X509_STORE_add_lookup()
279 if (lu in X509_STORE_add_lookup()
314 X509_LOOKUP *lu; X509_STORE_CTX_get_by_subject() local
[all...]
H A Dby_dir.c54 static int new_dir(X509_LOOKUP *lu);
55 static void free_dir(X509_LOOKUP *lu);
108 static int new_dir(X509_LOOKUP *lu) in new_dir() argument
128 lu->method_data = a; in new_dir()
158 static void free_dir(X509_LOOKUP *lu) in free_dir() argument
160 BY_DIR *a = (BY_DIR *)lu->method_data; in free_dir()
/third_party/openssl/crypto/x509/
H A Dx509_lu.c227 X509_LOOKUP *lu; in X509_STORE_free() local
239 lu = sk_X509_LOOKUP_value(sk, i); in X509_STORE_free()
240 X509_LOOKUP_shutdown(lu); in X509_STORE_free()
241 X509_LOOKUP_free(lu); in X509_STORE_free()
268 X509_LOOKUP *lu; in X509_STORE_add_lookup() local
272 lu = sk_X509_LOOKUP_value(sk, i); in X509_STORE_add_lookup()
273 if (m == lu->method) { in X509_STORE_add_lookup()
274 return lu; in X509_STORE_add_lookup()
278 lu = X509_LOOKUP_new(m); in X509_STORE_add_lookup()
279 if (lu in X509_STORE_add_lookup()
314 X509_LOOKUP *lu; X509_STORE_CTX_get_by_subject() local
[all...]
H A Dby_dir.c54 static int new_dir(X509_LOOKUP *lu);
55 static void free_dir(X509_LOOKUP *lu);
108 static int new_dir(X509_LOOKUP *lu) in new_dir() argument
128 lu->method_data = a; in new_dir()
158 static void free_dir(X509_LOOKUP *lu) in free_dir() argument
160 BY_DIR *a = (BY_DIR *)lu->method_data; in free_dir()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S201 xmpy.lu f32=HF0,RF0 }
204 { .mfi; xmpy.lu f36=HF0,RF1 }
206 { .mfi; xmpy.lu f34=HF1,SF1
209 { .mfi; xmpy.lu f38=HF1,RF0
212 { .mfi; xmpy.lu f40=HF2,SF1
214 { .mfi; xmpy.lu f41=HF2,RF0 };;
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-ia64.S201 xmpy.lu f32=HF0,RF0 }
204 { .mfi; xmpy.lu f36=HF0,RF1 }
206 { .mfi; xmpy.lu f34=HF1,SF1
209 { .mfi; xmpy.lu f38=HF1,RF0
212 { .mfi; xmpy.lu f40=HF2,SF1
214 { .mfi; xmpy.lu f41=HF2,RF0 };;
/third_party/python/Objects/
H A Dmemoryobject.c1601 unsigned long lu; in pylong_as_lu() local
1607 lu = PyLong_AsUnsignedLong(tmp); in pylong_as_lu()
1609 return lu; in pylong_as_lu()
1689 unsigned long lu; in unpack_single() local
1713 case 'H': UNPACK_SINGLE(lu, ptr, unsigned short); goto convert_lu; in unpack_single()
1714 case 'I': UNPACK_SINGLE(lu, ptr, unsigned int); goto convert_lu; in unpack_single()
1715 case 'L': UNPACK_SINGLE(lu, ptr, unsigned long); goto convert_lu; in unpack_single()
1745 return PyLong_FromUnsignedLong(lu); in unpack_single()
1781 unsigned long lu; in pack_single() local
1813 lu in pack_single()
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_aiir.c783 static void solve(double *matrix, double *vector, int n, double *y, double *x, double *lu) in solve() argument
791 sum += lu[i * n + k] * lu[k * n + j]; in solve()
792 lu[i * n + j] = matrix[j * n + i] - sum; in solve()
797 sum += lu[j * n + k] * lu[k * n + i]; in solve()
798 lu[j * n + i] = (1. / lu[i * n + i]) * (matrix[i * n + j] - sum); in solve()
805 sum += lu[i * n + k] * y[k]; in solve()
812 sum += lu[ in solve()
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Daccess-log.c178 l = lws_snprintf(ass, sizeof(ass) - 7, "%s %d %lu \"%s", in lws_access_log()
/third_party/libbpf/src/
H A Dhashmap.h25 return (h * 2654435769lu) >> (__SIZEOF_LONG__ * 8 - bits); in hash_bits()
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducm.cpp94 const UChar32 *lu, *ru; in compareUnicode() local
103 lu=UCM_GET_CODE_POINTS(lTable, l); in compareUnicode()
115 result=lu[i]-ru[i]; in compareUnicode()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducm.cpp94 const UChar32 *lu, *ru; in compareUnicode() local
103 lu=UCM_GET_CODE_POINTS(lTable, l); in compareUnicode()
115 result=lu[i]-ru[i]; in compareUnicode()
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c304 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_cert_verify() local
306 if (lu == NULL || s->s3.tmp.cert == NULL) { in tls_construct_cert_verify()
312 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_cert_verify()
329 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) { in tls_construct_cert_verify()
342 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_cert_verify()
389 int pktype = lu->sig; in tls_construct_cert_verify()
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c283 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_cert_verify() local
285 if (lu == NULL || s->s3.tmp.cert == NULL) { in tls_construct_cert_verify()
291 if (pkey == NULL || !tls1_lookup_md(s->ctx, lu, &md)) { in tls_construct_cert_verify()
308 if (SSL_USE_SIGALGS(s) && !WPACKET_put_bytes_u16(pkt, lu->sigalg)) { in tls_construct_cert_verify()
321 if (lu->sig == EVP_PKEY_RSA_PSS) { in tls_construct_cert_verify()
368 int pktype = lu->sig; in tls_construct_cert_verify()
/third_party/lame/misc/
H A Dabx.c556 unsigned long norm_index = 100lu * index / freq; in Message()
557 unsigned long norm_start = 100lu * start / freq; in Message()
558 unsigned long norm_stop = 100lu * stop / freq; in Message()
560 fprintf ( stderr, "\rListening %s %2lu:%02lu.%02lu (%1lu:%02lu.%02lu...%1lu in Message()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Ducm.cpp94 const UChar32 *lu, *ru; in compareUnicode() local
103 lu=UCM_GET_CODE_POINTS(lTable, l); in compareUnicode()
115 result=lu[i]-ru[i]; in compareUnicode()

Completed in 33 milliseconds

12