Home
last modified time | relevance | path

Searched refs:lu (Results 1 – 25 of 891) sorted by relevance

12345678910>>...36

/third_party/gettext/gettext-tools/tests/
Dformat-lua-16 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
Dformat-lua-26 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
Dxgettext-lua-16 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
Dxgettext-lua-26 cat <<\EOF > xg-lu-2.lua
/third_party/mesa3d/src/mesa/main/
Dlight.c107 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/
Dt1_lib.c25 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/
Dia64.S340 (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/
DGPBArray.m53 //% 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/
Dnv10_state_tnl.c241 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 …]
Dnv20_state_tnl.c203 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/
Dfilter.cpp116 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/
Dx509_lu.c208 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 …]
Dby_dir.c44 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/
Dt_vb_lighttmp.h113 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/
Dlu.txt3 lu{
27 lu{"Tshiluba"}
/third_party/icu/icu4c/source/data/lang/
Dlu.txt4 lu{
28 lu{"Tshiluba"}
/third_party/skia/third_party/externals/icu/source/data/lang/
Dlu.txt4 lu{
28 lu{"Tshiluba"}
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dkkj.txt109 "lu",
147 "lu",
156 "lu",
/third_party/python/Objects/
Dmemoryobject.c1603 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/
Dkkj.txt109 "lu",
147 "lu",
156 "lu",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dkkj.txt109 "lu",
147 "lu",
156 "lu",
/third_party/flutter/skia/third_party/externals/icu/source/data/unit/
Dlu.txt3 lu{
/third_party/flutter/skia/third_party/externals/icu/source/data/zone/
Dlu.txt3 lu{
/third_party/icu/icu4c/source/data/unit/
Dlu.txt4 lu{
/third_party/icu/icu4c/source/data/zone/
Dlu.txt4 lu{

12345678910>>...36