Home
last modified time | relevance | path

Searched defs:lu (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dlight.c105 struct gl_light_uniforms *lu = &ctx->Light.LightSource[lnum]; in do_light() local
684 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in _mesa_update_material() local
695 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in _mesa_update_material() local
720 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in _mesa_update_material() local
731 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in _mesa_update_material() local
743 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in _mesa_update_material() local
754 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in _mesa_update_material() local
1035 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in compute_light_positions() local
1183 init_light( struct gl_light *l, struct gl_light_uniforms *lu, GLuint n ) in init_light()
Drastpos.c162 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in shade_rastpos() local
Dffvertex_prog.c204 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in make_state_key() local
/third_party/openssl/ssl/
Dt1_lib.c1148 const SIGALG_LOOKUP *lu; in ssl_setup_sig_algs() local
1203 const SIGALG_LOOKUP *lu; in tls1_lookup_sigalg() local
1218 int tls1_lookup_md(SSL_CTX *ctx, const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md()
1245 const SIGALG_LOOKUP *lu) in rsa_pss_check_min_key_size()
1319 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, tls_default_sigalg[idx]); in tls1_get_legacy_sigalg() local
1337 const SIGALG_LOOKUP *lu; in tls1_set_peer_legacy_sigalg() local
1402 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(s, sigs[i]); in tls_check_sigalg_curve() local
1419 static int sigalg_security_bits(SSL_CTX *ctx, const SIGALG_LOOKUP *lu) in sigalg_security_bits()
1470 const SIGALG_LOOKUP *lu; in tls12_check_peer_sigalg() local
1695 const SIGALG_LOOKUP *lu = tls1_get_legacy_sigalg(s, i); in tls1_set_server_sigalgs() local
[all …]
/third_party/openssl/crypto/x509/
Dby_dir.c108 static int new_dir(X509_LOOKUP *lu) in new_dir()
158 static void free_dir(X509_LOOKUP *lu) in free_dir()
Dx509_lu.c227 X509_LOOKUP *lu; in X509_STORE_free() local
268 X509_LOOKUP *lu; in X509_STORE_add_lookup() local
314 X509_LOOKUP *lu; in X509_STORE_CTX_get_by_subject() local
/third_party/python/Objects/
Dmemoryobject.c1603 unsigned long lu; in pylong_as_lu() local
1691 unsigned long lu; in unpack_single() local
1781 unsigned long lu; in pack_single() local
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.cpp94 const UChar32 *lu, *ru; in compareUnicode() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducm.cpp94 const UChar32 *lu, *ru; in compareUnicode() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducm.cpp94 const UChar32 *lu, *ru; in compareUnicode() local
/third_party/icu/icu4c/source/tools/toolutil/
Ducm.cpp94 const UChar32 *lu, *ru; in compareUnicode() local
/third_party/openssl/ssl/statem/
Dstatem_lib.c283 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_cert_verify() local
Dstatem_srvr.c2427 const SIGALG_LOOKUP *lu = s->s3.tmp.sigalg; in tls_construct_server_key_exchange() local
/third_party/ffmpeg/libavcodec/
Dagm.c770 uint8_t ly0 = 0, ly1 = 0, ly2 = 0, ly3 = 0, lu = 0, lv = 0; in decode_raw_intra() local
/third_party/ffmpeg/libavfilter/
Daf_aiir.c794 static void solve(double *matrix, double *vector, int n, double *y, double *x, double *lu) in solve()
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp314 UBool lu = (u_charType((UChar)i) == U_UPPERCASE_LETTER); in TestCategories() local
/third_party/iowow/src/json/
Diwbinn.c661 uint32_t lu; in AddValue() local
/third_party/skia/src/core/
DSkVM.cpp1542 static void set_lum(skvm::F32* r, skvm::F32* g, skvm::F32* b, skvm::F32 lu) { in set_lum()
1552 lu = luminance(*r, *g, *b); in clip_color() local