/third_party/gettext/gettext-tools/tests/ |
D | format-lua-1 | 6 cat <<\EOF > f-lu-1.data 63 echo "gettext.gettext(${string});" > f-lu-1-$n.in 64 ${XGETTEXT} -L Lua -o f-lu-1-$n.po f-lu-1-$n.in || Exit 1 65 test -f f-lu-1-$n.po || Exit 1 68 if grep lua-format f-lu-1-$n.po > /dev/null; then 74 if grep lua-format f-lu-1-$n.po > /dev/null; then 82 cat f-lu-1-$n.in 1>&2 84 cat f-lu-1-$n.po 1>&2 87 rm -f f-lu-1-$n.in f-lu-1-$n.po 88 done < f-lu-1.data
|
D | format-lua-2 | 6 cat <<\EOF > f-lu-2.data 90 cat <<EOF > f-lu-2-$n.po 97 if ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po; then 103 ${MSGFMT} --check-format -o f-lu-2-$n.mo f-lu-2-$n.po 2> /dev/null 112 cat f-lu-2-$n.po 1>&2 115 rm -f f-lu-2-$n.po f-lu-2-$n.mo 116 done < f-lu-2.data
|
D | xgettext-lua-1 | 6 cat <<\EOF > xg-lu-1.lua 38 -d xg-lu-1.tmp xg-lu-1.lua || Exit 1 39 LC_ALL=C tr -d '\r' < xg-lu-1.tmp.po > xg-lu-1.po || Exit 1 41 cat <<EOF > xg-lu-1.ok 99 ${DIFF} xg-lu-1.ok xg-lu-1.po
|
D | xgettext-lua-2 | 6 cat <<\EOF > xg-lu-2.lua
|
/third_party/mesa3d/src/mesa/main/ |
D | light.c | 107 struct gl_light_uniforms *lu = &ctx->Light.LightSource[lnum]; in _mesa_light() local 111 if (TEST_EQ_4V(lu->Ambient, params)) in _mesa_light() 114 COPY_4V( lu->Ambient, params ); in _mesa_light() 117 if (TEST_EQ_4V(lu->Diffuse, params)) in _mesa_light() 120 COPY_4V( lu->Diffuse, params ); in _mesa_light() 123 if (TEST_EQ_4V(lu->Specular, params)) in _mesa_light() 126 COPY_4V( lu->Specular, params ); in _mesa_light() 130 if (TEST_EQ_4V(lu->EyePosition, params)) in _mesa_light() 134 bool old_positional = lu->EyePosition[3] != 0.0f; in _mesa_light() 136 COPY_4V(lu->EyePosition, params); in _mesa_light() [all …]
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 25 static int tls12_sigalg_allowed(const SSL *s, int op, const SIGALG_LOOKUP *lu); 813 int tls1_lookup_md(const SIGALG_LOOKUP *lu, const EVP_MD **pmd) in tls1_lookup_md() argument 816 if (lu == NULL) in tls1_lookup_md() 819 if (lu->hash == NID_undef) { in tls1_lookup_md() 822 md = ssl_md(lu->hash_idx); in tls1_lookup_md() 839 static int rsa_pss_check_min_key_size(const RSA *rsa, const SIGALG_LOOKUP *lu) in rsa_pss_check_min_key_size() argument 845 if (!tls1_lookup_md(lu, &md) || md == NULL) in rsa_pss_check_min_key_size() 896 const SIGALG_LOOKUP *lu = tls1_lookup_sigalg(tls_default_sigalg[idx]); in tls1_get_legacy_sigalg() local 898 if (!tls1_lookup_md(lu, NULL)) in tls1_get_legacy_sigalg() 900 if (!tls12_sigalg_allowed(s, SSL_SECOP_SIGALG_SUPPORTED, lu)) in tls1_get_legacy_sigalg() [all …]
|
/third_party/openssl/crypto/bn/asm/ |
D | ia64.S | 340 (p21) xmpy.lu f48=f37,f8 383 (p18) xma.lu f35=f34,f8,f39 445 (p20) xma.lu f42=f36,f8,f50 // low 511 (p25) xmpy.lu f42=f41,f41 669 { .mfi; xma.lu f40=f32,f120,f0 };; // (*) 671 { .mfi; xma.lu f50=f32,f121,f0 };; 673 { .mfi; xma.lu f60=f32,f122,f0 };; 675 { .mfi; xma.lu f70=f32,f123,f0 };; 677 { .mfi; xma.lu f80=f32,f124,f0 };; 679 { .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/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_tnl.c | 241 nv10_get_spot_coeff(struct gl_light *l, struct gl_light_uniforms *lu, float k[7]) in nv10_get_spot_coeff() argument 243 float e = lu->SpotExponent; in nv10_get_spot_coeff() 259 if (lu->SpotCutoff > 0) { in nv10_get_spot_coeff() 260 float cutoff = MAX2(a3, 1 / (1 - lu->_CosCutoff)); in nv10_get_spot_coeff() 287 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in nv10_emit_light_source() local 294 PUSH_DATAf(push, lu->ConstantAttenuation); in nv10_emit_light_source() 295 PUSH_DATAf(push, lu->LinearAttenuation); in nv10_emit_light_source() 296 PUSH_DATAf(push, lu->QuadraticAttenuation); in nv10_emit_light_source() 309 nv10_get_spot_coeff(l, lu, k); in nv10_emit_light_source() 354 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in nv10_emit_material_ambient() local [all …]
|
D | nv20_state_tnl.c | 203 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in nv20_emit_light_source() local 210 PUSH_DATAf(push, lu->ConstantAttenuation); in nv20_emit_light_source() 211 PUSH_DATAf(push, lu->LinearAttenuation); in nv20_emit_light_source() 212 PUSH_DATAf(push, lu->QuadraticAttenuation); in nv20_emit_light_source() 225 nv10_get_spot_coeff(l, lu, k); in nv20_emit_light_source() 271 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in nv20_emit_material_ambient() local 273 lu->Ambient : in nv20_emit_material_ambient() 296 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in nv20_emit_material_diffuse() local 298 lu->Diffuse : in nv20_emit_material_diffuse() 317 struct gl_light_uniforms *lu = &ctx->Light.LightSource[i]; in nv20_emit_material_specular() local [all …]
|
/third_party/boost/libs/numeric/interval/examples/ |
D | filter.cpp | 116 matrix<double> lu(dim); in det_sign_algo2() local 117 lu.assign(a); in det_sign_algo2() 122 double max = std::abs(lu[p[i]][i]); in det_sign_algo2() 124 double m = std::abs(lu[p[j]][i]); in det_sign_algo2() 137 double *line1 = lu[p[i]]; in det_sign_algo2() 141 double *line2 = lu[p[k]]; in det_sign_algo2() 152 double *line = lu[p[i]]; in det_sign_algo2() 157 lui[j][j] = 1 / lu[p[j]][j]; in det_sign_algo2() 159 double *line = lu[p[i]]; in det_sign_algo2()
|
/third_party/openssl/crypto/x509/ |
D | x509_lu.c | 208 X509_LOOKUP *lu; in X509_STORE_free() local 220 lu = sk_X509_LOOKUP_value(sk, i); in X509_STORE_free() 221 X509_LOOKUP_shutdown(lu); in X509_STORE_free() 222 X509_LOOKUP_free(lu); in X509_STORE_free() 249 X509_LOOKUP *lu; in X509_STORE_add_lookup() local 253 lu = sk_X509_LOOKUP_value(sk, i); in X509_STORE_add_lookup() 254 if (m == lu->method) { in X509_STORE_add_lookup() 255 return lu; in X509_STORE_add_lookup() 259 lu = X509_LOOKUP_new(m); in X509_STORE_add_lookup() 260 if (lu == NULL) { in X509_STORE_add_lookup() [all …]
|
D | by_dir.c | 44 static int new_dir(X509_LOOKUP *lu); 45 static void free_dir(X509_LOOKUP *lu); 93 static int new_dir(X509_LOOKUP *lu) in new_dir() argument 113 lu->method_data = a; in new_dir() 143 static void free_dir(X509_LOOKUP *lu) in free_dir() argument 145 BY_DIR *a = (BY_DIR *)lu->method_data; in free_dir()
|
/third_party/mesa3d/src/mesa/tnl/ |
D | t_vb_lighttmp.h | 113 struct gl_light_uniforms *lu = &ctx->Light.LightSource[l]; in TAG() local 141 attenuation = 1.0F / (lu->ConstantAttenuation + d * in TAG() 142 (lu->LinearAttenuation + d * in TAG() 143 lu->QuadraticAttenuation)); in TAG() 149 if (PV_dot_dir<lu->_CosCutoff) { in TAG() 153 GLfloat spot = powf(PV_dot_dir, lu->SpotExponent); in TAG() 293 struct gl_light_uniforms *lu = &ctx->Light.LightSource[l]; in TAG() local 321 attenuation = 1.0F / (lu->ConstantAttenuation + d * in TAG() 322 (lu->LinearAttenuation + d * in TAG() 323 lu->QuadraticAttenuation)); in TAG() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/data/lang/ |
D | lu.txt | 3 lu{ 27 lu{"Tshiluba"}
|
/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/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | kkj.txt | 109 "lu", 147 "lu", 156 "lu",
|
/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/locales/ |
D | kkj.txt | 109 "lu", 147 "lu", 156 "lu",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | kkj.txt | 109 "lu", 147 "lu", 156 "lu",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/ |
D | lu.txt | 3 lu{
|
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/ |
D | lu.txt | 3 lu{
|
/third_party/icu/icu4c/source/data/unit/ |
D | lu.txt | 4 lu{
|
/third_party/icu/icu4c/source/data/zone/ |
D | lu.txt | 4 lu{
|