Home
last modified time | relevance | path

Searched refs:L (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_util.c18 {0, L"Null"},
19 {8, L"BS"},
20 {9, L"TAB"},
21 {10, L"LF"},
22 {13, L"CR"},
26 static u16 efi_st_ch[] = L"' '";
27 static u16 efi_st_unknown[] = L"unknown";
30 {0x00, L"Null"},
31 {0x01, L"Up"},
32 {0x02, L"Down"},
[all …]
H A Defi_selftest_unicode_collation.c47 u16 c1[] = L"first"; in test_stri_coll()
48 u16 c2[] = L"FIRST"; in test_stri_coll()
49 u16 c3[] = L"second"; in test_stri_coll()
81 const u16 c[] = L"Das U-Boot"; in test_metai_match()
84 unicode_collation_protocol, c, L"*"); in test_metai_match()
91 unicode_collation_protocol, c, L"Da[rstu] U-Boot"); in test_metai_match()
98 unicode_collation_protocol, c, L"Da[q-v] U-Boot"); in test_metai_match()
105 unicode_collation_protocol, c, L"Da? U-Boot"); in test_metai_match()
112 unicode_collation_protocol, c, L"D*Bo*t"); in test_metai_match()
119 unicode_collation_protocol, c, L"Da[xyz] U-Boot"); in test_metai_match()
[all …]
H A Defi_selftest_variables.c66 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0, in execute()
75 ret = runtime->get_variable(L"efi_st_var0", &guid_vendor0, in execute()
90 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
98 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute()
114 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
123 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute()
161 ret = runtime->set_variable(L"efi_st_var1", &guid_vendor1, in execute()
168 ret = runtime->get_variable(L"efi_st_var1", &guid_vendor1, in execute()
175 ret = runtime->set_variable(L"efi_st_var0", &guid_vendor0, in execute()
182 ret = runtime->get_variable(L"efi_st_var0", &guid_vendor0, in execute()
H A Defi_selftest_textoutput.c47 L" !\"#$%&'()*+,-./0-9:;<=>?@A-Z[\\]^_`a-z{|}~\n"); in execute()
54 L"Testing cursor column update\n"); in execute()
78 ret = con_out->output_string(con_out, L"123"); in execute()
87 ret = con_out->output_string(con_out, L"\b"); in execute()
96 ret = con_out->output_string(con_out, L"\b\b"); in execute()
105 ret = con_out->output_string(con_out, L"\b\b"); in execute()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2001-fix-luaL-checkint.patch14 static int vlclua_demux_peek( lua_State *L )
16 stream_t *s = (stream_t *)vlclua_get_this(L);
17 - int n = luaL_checkint( L, 1 );
18 + int n = luaL_checkinteger( L, 1 );
23 static int vlclua_demux_read( lua_State *L )
25 stream_t *s = (stream_t *)vlclua_get_this(L);
26 - int n = luaL_checkint( L, 1 );
27 + int n = luaL_checkinteger( L, 1 );
35 vlc_object_t *p_this = vlclua_get_this( L );
36 const char *psz_host = luaL_checkstring( L, 1 );
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch11 static int vlclua_demux_peek( lua_State *L )
13 stream_t *s = (stream_t *)vlclua_get_this(L);
14 - int n = luaL_checkint( L, 1 );
15 + int n = luaL_checkinteger( L, 1 );
20 static int vlclua_demux_read( lua_State *L )
22 stream_t *s = (stream_t *)vlclua_get_this(L);
23 - int n = luaL_checkint( L, 1 );
24 + int n = luaL_checkinteger( L, 1 );
32 vlc_object_t *p_this = vlclua_get_this( L );
33 const char *psz_host = luaL_checkstring( L, 1 );
[all …]
/openbmc/qemu/tcg/i386/
H A Dtcg-target-con-set.h19 C_O0_I2(L, L)
24 C_O0_I2(s, L)
26 C_O0_I3(L, L, L)
27 C_O0_I3(s, L, L)
28 C_O0_I4(L, L, L, L)
31 C_O1_I1(r, L)
44 C_O1_I2(r, L, L)
57 C_O2_I1(r, r, L)
59 C_O2_I2(r, r, L, L)
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0004-add-libvchostif-to-link.patch36 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
37 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
49 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -L../lib -lraspidmx
50 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -L../lib -lraspidmx
62 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
63 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
75 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
76 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
88 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
89 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
[all …]
H A D0005-change-library-linking-order.patch31 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
32 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
44 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
45 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
57 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
58 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
70 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
71 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
83 -LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lras…
84 +LDFLAGS+=-L/opt/vc/lib/ -lvchostif -lbcm_host -lm -L../lib -lraspidmx -lraspidmxPng $(shell pkg-co…
H A D0003-switch-to-pkg-config.patch33 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
35 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
49 LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm
64 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
66 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
79 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
81 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
94 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
96 +LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell pkg-config --libs libpng) -L../lib -lraspidmx -lras…
109 -LDFLAGS+=-L/opt/vc/lib/ -lbcm_host -lm $(shell libpng-config --ldflags) -L../lib -lraspidmx -lrasp…
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D153114 for L in "" "-U"; do
117 echo "== Running utility commands $L =="
118 _run_cmd $QEMU_IO $L -c "read 0 512" "${TEST_IMG}"
119 _run_cmd $QEMU_IO $L -r -c "read 0 512" "${TEST_IMG}"
120 _run_cmd $QEMU_IO -c "open $L ${TEST_IMG}" -c "read 0 512"
121 _run_cmd $QEMU_IO -c "open -r $L ${TEST_IMG}" -c "read 0 512"
122 _run_cmd $QEMU_IMG info $L "${TEST_IMG}"
123 _run_cmd $QEMU_IMG check $L "${TEST_IMG}"
124 _run_cmd $QEMU_IMG compare $L "${TEST_IMG}" "${TEST_IMG}"
125 _run_cmd $QEMU_IMG map $L "${TEST_IMG}"
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Dhelloworld.c35 u16 rev[] = L"0.0.0"; in efi_main()
38 con_out->output_string(con_out, L"Hello, world!\r\n"); in efi_main()
53 con_out->output_string(con_out, L"Running on UEFI "); in efi_main()
55 con_out->output_string(con_out, L"\r\n"); in efi_main()
62 (con_out, L"Cannot open loaded image protocol\r\n"); in efi_main()
70 (con_out, L"Have device tree\r\n"); in efi_main()
74 (con_out, L"Have ACPI 2.0 table\r\n"); in efi_main()
78 (con_out, L"Have SMBIOS table\r\n"); in efi_main()
81 con_out->output_string(con_out, L"Load options: "); in efi_main()
86 con_out->output_string(con_out, L"<none>"); in efi_main()
[all …]
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp115 chk(pLoc->ConnectServer(_bstr_t(L"ROOT\\CIMV2"), NULL, NULL, NULL, in GetAdminName()
120 chk(pSvc->ExecQuery(_bstr_t(L"WQL"), in GetAdminName()
121 _bstr_t(L"select * from Win32_Account where " in GetAdminName()
137 chk(pWobj->Get(_bstr_t(L"Name"), 0, &var, 0, 0)); in GetAdminName()
199 chk(pCatalog->GetCollection(_bstr_t(L"Applications"), in QGAProviderFind()
206 chk(pObj->get_Value(_bstr_t(L"Name"), &var)); in QGAProviderFind()
279 const wchar_t *administratorsGroupSID = L"S-1-5-32-544"; in COMRegister()
280 const wchar_t *systemUserSID = L"S-1-5-18"; in COMRegister()
306 chk(pCatalog->GetCollection(_bstr_t(L"Applications"), in COMRegister()
310 chk(put_Value(pObj, L"Name", QGA_PROVIDER_LNAME)); in COMRegister()
[all …]
/openbmc/qemu/target/i386/
H A Dops_sse.h30 #define L(n) MMX_L(n) macro
38 #define L(n) ZMM_L(n) macro
110 d->L(i) = FPSRL(s->L(i), shift); in glue()
125 d->L(i) = FPSLL(s->L(i), shift); in glue()
139 d->L(i) = FPSRAL(s->L(i), shift); in glue()
178 shift = c->L(0); in glue()
196 shift = c->L(0); in glue()
236 SSE_HELPER_2(name, L, 2 << SHIFT, F)
330 d->Q(i) = (uint64_t)s->L(i * 2) * (uint64_t)v->L(i * 2); in SSE_HELPER_B()
339 d->L(i) = (int16_t)s->W(2 * i) * (int16_t)v->W(2 * i) + in glue()
[all …]
/openbmc/qemu/common-user/host/ppc64/
H A Dsafe-syscall.inc.S34 .quad .L.safe_syscall_base,.TOC.@tocbase,0
36 .L.safe_syscall_base:
92 .size safe_syscall_base, .-.L.safe_syscall_base
93 .size .L.safe_syscall_base, .-.L.safe_syscall_base
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0005-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch24 - -L/usr/lib|-L/lib)
25 + -L/usr/lib*|-L/lib*)
28 -L*|-l*)
/openbmc/qemu/scripts/coccinelle/
H A Derror_propagate_null.cocci5 identifier L;
8 -if (L) {
9 error_propagate(E, L);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gsoap/gsoap/
H A D0001-Provide-strtod_l-signature-on-non-glibc-linux-musl-s.patch31 …ed(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
32 …ed(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
40 …ed(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
41 …ed(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
49 …d(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
50 …d(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
72 …ed(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
73 …ed(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || _POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
81 …d(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
82 …d(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)) || (_POSIX_C_SOURCE >= 200112L || _XOPEN_SOURCE >= …
/openbmc/openbmc/poky/meta/recipes-support/apr/apr-util/
H A Dconfigfix.patch27 - ### avoid using -L if libdir is a "standard" location like /usr/lib
28 flags="$flags -L$libdir -l$APRUTIL_LIBNAME"
30 - flags="$flags -L$APU_BUILD_DIR -l$APRUTIL_LIBNAME"
35 - # installed and the LA_FILE does not exist, assume to use -L/-l
41 - ### avoid using -L if libdir is a "standard" location like /usr/lib
44 - flags="$flags -L$libdir -R$libdir -l$APRUTIL_LIBNAME"
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A D0002-apr-Remove-workdir-path-references-from-installed-ap.patch47 - ### avoid using -L if libdir is a "standard" location like /usr/lib
48 - flags="$flags -L$libdir -l${APR_LIBNAME}"
50 - flags="$flags -L$APR_TARGET_DIR/$libdir -l${APR_LIBNAME}"
53 - flags="$flags -L$APR_BUILD_DIR -l${APR_LIBNAME}"
59 # installed and the LA_FILE does not exist, assume to use -L/-l
65 - ### avoid using -L if libdir is a "standard" location like /usr/lib
68 - flags="$flags -L$libdir -R$libdir -l${APR_LIBNAME}"
70 - flags="$flags -L${APR_TARGET_DIR}/$libdir -l${APR_LIBNAME}"
/openbmc/phosphor-power/
H A Delog-errors.hpp245 static constexpr auto L = level::ERR; member
276 static constexpr auto L = level::ERR; member
307 static constexpr auto L = level::ERR; member
338 static constexpr auto L = level::ERR; member
369 static constexpr auto L = level::ERR; member
400 static constexpr auto L = level::ERR; member
431 static constexpr auto L = level::ERR; member
462 static constexpr auto L = level::ERR; member
493 static constexpr auto L = level::ERR; member
524 static constexpr auto L = level::ERR; member
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-navigation/libspatialite/libspatialite/
H A Dlibspatialite_pkgconfig.patch9 -Libs: -L${libdir} -lspatialite @LIBS@ @LIBXML2_LIBS@ @SQLITE3_LIBS@ -lm
10 +Libs.private: -L${libdir} @LIBS@ @LIBXML2_LIBS@ @SQLITE3_LIBS@ -lm
11 +Libs: -L${libdir} -lspatialite
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/xerces-c/xerces-c/
H A D0001-aclocal.m4-don-t-use-full-path-of-with_curl-in-xerce.patch13 sed -i -e 's:-L${STAGING_DIR}/lib:-L\$\{libdir\}:g' ${B}/xerces-c.pc
19 sed -i s:-L${STAGING_LIBDIR}::g ${B}/xerces-c.pc
22 sed -i s:-L{WORKDIR}/recipe-sysroot/usr/lib64::g ${WORKDIR}/build/xerces-c.pc
25 Libs: -L${libdir} -lxerces-c
26 Libs.private: -L${WORKDIR}/recipe-sysroot/usr/lib -lcurl
53 - curl_libs="-L$with_curl/lib -lcurl"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tokyocabinet/tokyocabinet/
H A Dremove-hard-coded-include-and-lib-paths.patch24 -MYLDFLAGS="-L. -L\$(LIBDIR) -L$HOME/lib -L/usr/local/lib"
25 +MYLDFLAGS="-L."
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/
H A D0005-libtool-Check-for-static-libs-for-internal-compiler-.patch32 - -L* | -R* | -l*)
33 + -L* | -R* | -l* | */libclang_rt.*.a)
34 # Some compilers place space between "-{L,R,l}" and the path.
36 if test x-L = x"$p" ||

12345678910>>...22