/third_party/mesa3d/src/mesa/main/ |
D | light.c | 105 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->EyePosition, params); in do_light() [all …]
|
D | rastpos.c | 162 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()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 30 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu); 1149 const SIGALG_LOOKUP *lu; in ssl_setup_sig_algs() local 1151 = OPENSSL_malloc(sizeof(*lu) * OSSL_NELEM(sigalg_lookup_tbl)); in ssl_setup_sig_algs() 1159 for (i = 0, lu = sigalg_lookup_tbl; in ssl_setup_sig_algs() 1160 i < OSSL_NELEM(sigalg_lookup_tbl); lu++, i++) { in ssl_setup_sig_algs() 1163 cache[i] = *lu; in ssl_setup_sig_algs() 1173 if (lu->hash != NID_undef in ssl_setup_sig_algs() 1174 && ctx->ssl_digest_methods[lu->hash_idx] == NULL) { in ssl_setup_sig_algs() 1179 if (!EVP_PKEY_set_type(tmpkey, lu->sig)) { in ssl_setup_sig_algs() 1204 const SIGALG_LOOKUP *lu; in tls1_lookup_sigalg() local [all …]
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | t1_lib.c | 31 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 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
D | ia64.S | 339 (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 f90=f32,f125,f0 };; [all …]
|
/third_party/openssl/crypto/bn/asm/ |
D | ia64.S | 339 (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 f90=f32,f125,f0 };; [all …]
|
/third_party/protobuf/objectivec/ |
D | GPBArray.m | 53 //% format:@"Index (%lu) beyond bounds (%lu)", 123 //% format:@"Failed to allocate %lu bytes", 261 //% format:@"Failed to allocate %lu bytes", 351 format:@"Failed to allocate %lu bytes", 433 format:@"Index (%lu) beyond bounds (%lu)", 445 format:@"Failed to allocate %lu bytes", 472 format:@"Index (%lu) beyond bounds (%lu)", 493 format:@"Index (%lu) beyond bounds (%lu)", 506 format:@"Index (%lu) beyond bounds (%lu)", 530 format:@"Index (%lu) beyond bounds (%lu)", [all …]
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | x509_lu.c | 227 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 == NULL) { in X509_STORE_add_lookup() [all …]
|
D | by_dir.c | 54 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/ |
D | x509_lu.c | 227 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 == NULL) { in X509_STORE_add_lookup() [all …]
|
D | by_dir.c | 54 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/icu/icu4c/source/data/lang/ |
D | lu.txt | 4 lu{ 28 lu{"Tshiluba"}
|
/third_party/skia/third_party/externals/icu/source/data/lang/ |
D | lu.txt | 4 lu{ 28 lu{"Tshiluba"}
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
D | poly1305-ia64.S | 201 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/ |
D | poly1305-ia64.S | 201 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/ |
D | memoryobject.c | 1603 unsigned long lu; in pylong_as_lu() local 1609 lu = PyLong_AsUnsignedLong(tmp); in pylong_as_lu() 1611 return lu; in pylong_as_lu() 1691 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 1812 lu = pylong_as_lu(item); in pack_single() [all …]
|
/third_party/icu/icu4c/source/data/unit/ |
D | sr_Latn.txt | 61 few{"{0} lučna minuta"} 62 one{"{0} lučni minut"} 63 other{"{0} lučnih minuta"} 66 few{"{0} lučna minuta"} 67 one{"{0} lučnog minuta"} 68 other{"{0} lučnih minuta"} 71 few{"{0} lučna minuta"} 72 one{"{0} lučnim minutom"} 73 other{"{0} lučnih minuta"} 76 dnam{"lučni minuti"} [all …]
|
D | lu.txt | 4 lu{
|
/third_party/icu/icu4c/source/data/locales/ |
D | kkj.txt | 129 "lu", 167 "lu", 176 "lu",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | kkj.txt | 109 "lu", 147 "lu", 156 "lu",
|
/third_party/alsa-utils/po/ |
D | ja.po | 785 msgid "Can't use period equal to buffer size (%lu == %lu)" 786 msgstr "period と buffer サイズには同じ値を使用できません (%lu == %lu)" 1401 msgid "Buffer size range from %lu to %lu\n" 1402 msgstr "バッファサイズ範囲 %lu 〜 %lu\n" 1406 msgid "Period size range from %lu to %lu\n" 1407 msgstr "ピリオドサイズ範囲 %lu 〜 %lu\n" 1431 msgid "Using max buffer size %lu\n" 1432 msgstr "最大バッファサイズ %lu を使用\n" 1436 msgid "Unable to set buffer size %lu for playback: %s\n" 1437 msgstr "バッファサイズ %lu を設定できません: %s\n" [all …]
|
/third_party/gstreamer/gstreamer/po/ |
D | vi.po | 212 msgstr "Trình GStreamer mới gặp một lỗi luồng chung." 215 msgstr "phần tử không thi hành khả năng quản lý luồng này. Hãy thông báo lỗi." 218 msgstr "Không thể quyết định kiểu luồng dữ liệu." 221 msgstr "Luồng dữ liệu đó khác kiểu với luồng mà phần tử này xử lý được." 225 "Hiện thời không có phần mã hóa/giải mã (codec) xử lý được luồng kiểu đó." 228 msgstr "Không thể giải mã luồng dữ liệu." 231 msgstr "Không thể mã hóa luồng dữ liệu." 234 msgstr "Không thể tách kênh luồng dữ liệu." 237 msgstr "Không thể phối hợp luồng để truyền thông qua một kênh riêng lẻ." 378 "luồng)" [all …]
|
/third_party/skia/third_party/externals/icu/source/data/zone/ |
D | lu.txt | 4 lu{
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | lu.txt | 4 lu{
|
/third_party/icu/icu4c/source/data/zone/ |
D | lu.txt | 4 lu{
|