Home
last modified time | relevance | path

Searched full:l (Results 1 – 25 of 1919) sorted by relevance

12345678910>>...77

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fpatan.c10 { -__builtin_infl(), -__builtin_infl(), -0x2.5b2f8fe6643a46ap+0L, -0x2.5b2f8fe6643a469cp+0L },
11 { -__builtin_infl(), -1.0L, -0x3.243f6a8885a308d4p+0L, -0x3.243f6a8885a308dp+0L },
12 { -__builtin_infl(), -0.0L, -0x3.243f6a8885a308d4p+0L, -0x3.243f6a8885a308dp+0L },
13 { -__builtin_infl(), 0.0L, 0x3.243f6a8885a308dp+0L, 0x3.243f6a8885a308d4p+0L },
14 { -__builtin_infl(), 1.0L, 0x3.243f6a8885a308dp+0L, 0x3.243f6a8885a308d4p+0L },
15 { -__builtin_infl(), __builtin_infl(), 0x2.5b2f8fe6643a469cp+0L, 0x2.5b2f8fe6643a46ap+0L },
16 { -1.0L, -__builtin_infl(), -0x1.921fb54442d1846ap+0L, -0x1.921fb54442d18468p+0L },
17 { -1.0L, -0.0L, -0x3.243f6a8885a308d4p+0L, -0x3.243f6a8885a308dp+0L },
18 { -1.0L, 0.0L, 0x3.243f6a8885a308dp+0L, 0x3.243f6a8885a308d4p+0L },
19 { -1.0L, __builtin_infl(), 0x1.921fb54442d18468p+0L, 0x1.921fb54442d1846ap+0L },
[all …]
H A Dtest-i386-fyl2x.c10 { 1.0L, 12345.0L, 0.0L, 0.0L },
11 { 1.0L, -12345.0L, -0.0L, -0.0L },
12 { 1.0L, 0.0L, 0.0L, 0.0L },
13 { 1.0L, -0.0L, -0.0L, -0.0L },
14 { 0.1L, 0.0L, -0.0L, -0.0L },
15 { 0.1L, -0.0L, 0.0L, 0.0L },
16 { 1.1L, 0.0L, 0.0L, 0.0L },
17 { 1.1L, -0.0L, -0.0L, -0.0L },
18 { 0.0L, __builtin_infl(), -__builtin_infl(), -__builtin_infl() },
19 { 0.0L, -__builtin_infl(), __builtin_infl(), __builtin_infl() },
[all …]
H A Dtest-i386-fyl2xp1.c10 { 0.0L, 12345.0L, 0.0L, 0.0L },
11 { 0.0L, -12345.0L, -0.0L, -0.0L },
12 { -0.0L, 12345.0L, -0.0L, -0.0L },
13 { -0.0L, -12345.0L, 0.0L, 0.0L },
14 { 0.0L, 0.0L, 0.0L, 0.0L },
15 { 0.0L, -0.0L, -0.0L, -0.0L },
16 { -0.0L, 0.0L, -0.0L, -0.0L },
17 { -0.0L, -0.0L, 0.0L, 0.0L },
18 { 0.1L, 0.0L, 0.0L, 0.0L },
19 { 0.1L, -0.0L, -0.0L, -0.0L },
[all …]
H A Dtest-i386-f2xm1.c10 { -1.0L, -0.5L, -0.5L },
11 { -0.0L, -0.0L, -0.0L },
12 { 0.0L, 0.0L, 0.0L },
14 { 0x4.1481697ac693aa6p-4L, 0x3.17ec9f8454896518p-4L, 0x3.17ec9f845489651cp-4L },
15 { -0xd.84a873b14b9c0e2p-4L, -0x7.1788c46ac260d948p-4L, -0x7.1788c46ac260d94p-4L },
16 { 0xa.a3dc18b1eff7e8ap-188L, 0x7.6009241b9e21523p-188L, 0x7.6009241b9e215238p-188L },
17 { -0xe.846aeb6f58174d5p-92L, -0xa.1006405817acc33p-92L, -0xa.1006405817acc32p-92L },
18 { 0x5.4459f2ac77bb0978p-4L, 0x4.19d3ce7fd5b90ac8p-4L, 0x4.19d3ce7fd5b90adp-4L },
19 { -0xb.79bece734a62216p-4L, -0x6.4489a7fc150c0fp-4L, -0x6.4489a7fc150c0ef8p-4L },
20 { 0xa.ab48f9ef732f5c4p-4L, 0x9.66acd7d4b7cf015p-4L, 0x9.66acd7d4b7cf016p-4L },
[all …]
/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/openbmc/poky/meta/files/common-licenses/
H A DCC-BY-NC-SA-2.0-FR1 Creative Commons Paternité - Pas d'Utilisation Commerciale - Partage Des Conditions Initiales A l'I…
3 …ype en l'état, à seule fin d'information. Creative Commons ne saurait être tenu responsable des év…
7 L'Oeuvre (telle que définie ci-dessous) est mise à disposition selon les termes du présent contrat …
9 L'exercice sur l'Oeuvre de tout droit proposé par le présent contrat vaut acceptation de celui-ci. …
13 …a. « Oeuvre » : oeuvre de l'esprit protégeable par le droit de la propriété littéraire et artistiq…
15 …b. « Oeuvre dite Collective » : une oeuvre dans laquelle l'oeuvre, dans sa forme intégrale et non …
17l'Oeuvre seule, soit à partir de l'Oeuvre et d'autres oeuvres préexistantes. Constituent notamment…
19 d. « Auteur original » : la ou les personnes physiques qui ont créé l'Oeuvre.
21 …personne(s) physique(s) ou morale(s) qui proposent la mise à disposition de l'Oeuvre selon les ter…
23 …its sans en avoir violé les termes au préalable ou qui a reçu l'autorisation expresse de l'Offrant…
[all …]
H A DLAL-1.28 …ence Art Libre, l’autorisation est donnée de copier, de diffuser et de transformer librement les o…
10 Loin d’ignorer les droits de l’auteur, cette licence les reconnaît et les protège. Elle en reformul…
11 Alors que l’usage fait du droit de la propriété littéraire et artistique conduit à restreindre l’ac…
12 L’intention est d’ouvrir l’accès et d’autoriser l’utilisation des ressources d’une oeuvre par le pl…
14 … du numérique, l’invention de l’internet et des logiciels libres, un nouveau mode de création et d…
15 …soit pas directement liée à une application concrète. Créer c’est découvrir l’inconnu, c’est inven…
16l’objet de l’art n’est pas confondu avec l’objet d’art fini et défini comme tel. C’est la raison e…
20L’oeuvre :il s’agit d’une oeuvre commune qui comprend l’oeuvre originelle ainsi que toutes les con…
22L’oeuvre originelle :c’est-à-dire l’oeuvre créée par l’initiateur de l’oeuvre commune dont les co…
24 …c’est-à-dire les propositions des auteurs qui contribuent à la formation de l’oeuvre en faisant us…
[all …]
H A DLAL-1.35 …cence Art Libre, l’autorisation est donnée de copier, de diffuser et de transformer librement les …
7 … les protège. Elle en reformule l’exercice en permettant à tout un chacun de faire un usage créati…
9l’application du droit d’auteur conduit à restreindre l’accès aux œuvres de l’esprit, la Licence A…
11l’invention d’internet et des logiciels libres, les modalités de création ont évolué : les product…
13 C’est la raison essentielle de la Licence Art Libre : promouvoir et protéger ces productions de l’e…
17 Nous désignons par « œuvre », autant l’œuvre initiale, les œuvres conséquentes, que l’œuvre commune…
19 L’œuvre commune :Il s’agit d’une œuvre qui comprend l’œuvre initiale ainsi que toutes les contribut…
21 L’œuvre initiale :C’est-à-dire l’œuvre créée par l’initiateur de l’œuvre commune dont les copies vo…
23 …’est-à-dire les contributions des auteurs qui participent à la formation de l’œuvre commune en fai…
25 Originaux (sources ou ressources de l’œuvre) :Chaque exemplaire daté de l’œuvre initiale ou conséqu…
[all …]
/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 …]
/openbmc/u-boot/arch/sh/lib/
H A Dmovmem.S27 sts.l pr,@-r15
30 mov.l @(48,r5),r0
33 mov.l @(60,r5),r0
35 mov.l r0,@(60,r4)
37 mov.l @(56,r5),r0
39 mov.l r0,@(56,r4)
41 mov.l @(52,r5),r0
43 mov.l r0,@(52,r4)
52 lds.l @r15+,pr
53 mov.l r0,@(56,r4)
[all …]
/openbmc/u-boot/include/asm-generic/
H A Datomic-long.h27 static inline long atomic_long_read(atomic_long_t *l) in atomic_long_read() argument
29 atomic64_t *v = (atomic64_t *)l; in atomic_long_read()
34 static inline void atomic_long_set(atomic_long_t *l, long i) in atomic_long_set() argument
36 atomic64_t *v = (atomic64_t *)l; in atomic_long_set()
41 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc() argument
43 atomic64_t *v = (atomic64_t *)l; in atomic_long_inc()
48 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec() argument
50 atomic64_t *v = (atomic64_t *)l; in atomic_long_dec()
55 static inline void atomic_long_add(long i, atomic_long_t *l) in atomic_long_add() argument
57 atomic64_t *v = (atomic64_t *)l; in atomic_long_add()
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S128 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
131 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET), %sp
132 clr.l %sp@-
136 move.l #CONFIG_SYS_INIT_RAM_ADDR, %d0
139 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
143 move.l #0, %d0
144 move.l #(ICACHE_STATUS), %a1 /* icache */
145 move.l #(DCACHE_STATUS), %a2 /* dcache */
146 move.l %d0, (%a1)
147 move.l %d0, (%a2)
[all …]
/openbmc/openbmc/poky/documentation/template/
H A Dpoky.svg16 …d="M -36.585379,54.412576 L -36.585379,54.421305 L -36.582469,54.421305 L -36.582469,54.243829 C -…
26L 24.482,23.995 C 10.961,23.994 0,34.955 0,48.476 L 0.001,48.479 L 0.001,48.482 C 0.003,62.001 10.…
38L 122.397,24.483 C 122.396,10.961 111.435,0 97.915,0 L 97.915,24.485 C 97.917,37.183 107.584,47.61…
50L 146.879,48.963 C 146.879,62.484 157.84,73.444 171.361,73.444 L 171.361,51.414 C 170.007,51.415 1…
62L 48.962,48.479 L 48.962,48.481 L 70.995,48.481 C 70.995,48.481 70.994,48.48 70.994,48.479 z M 73.…
74L 24.482,23.995 C 10.961,23.994 0,34.955 0,48.476 L 22.034,48.476 C 22.036,47.125 23.131,46.031 24…
86L 122.397,24.483 L 122.397,46.516 L 122.397,46.516 z M 97.915,0 L 97.915,24.482 L 122.396,24.482 C…
98L 146.878,48.963 C 146.878,62.484 157.839,73.444 171.36,73.444 L 171.36,97.926 L 171.363,97.926 C …
110L 48.962,24 C 48.962,28.46 50.161,32.638 52.245,36.24 C 56.093,42.891 62.98,47.552 71.007,48.347 z…
122L 24.482,23.995 C 10.961,23.994 0,34.955 0,48.476 L 22.034,48.476 C 22.036,47.125 23.131,46.031 24…
[all …]
H A Dohand-color.svg69L 33.439,81.142 L 41.066,81.142 L 41.066,65.888 C 41.066,61.684 44.486,58.261 48.692,58.261 C 52.8…
78L 94.074,96.016 C 94.074,87.605 87.233,80.763 78.822,80.763 C 70.41,80.763 63.567,87.605 63.567,96…
82L 93.693,95.856 L 93.695,107.456 C 93.695,109.562 95.402,111.268 97.509,111.268 C 99.611,111.268 1…
86L 63.946,95.854 L 63.943,95.854 L 63.943,95.815 L 63.942,95.815 C 63.833,87.497 57.037,80.761 48.6…
90L 176.832,65.887 C 176.832,70.092 173.41,73.513 169.203,73.513 C 164.998,73.513 161.576,70.092 161…
94L 124.203,65.687 L 124.197,65.687 C 124.088,57.371 117.293,50.633 108.949,50.633 C 100.592,50.633 …
98L 146.703,96.015 C 146.703,100.22 143.283,103.643 139.076,103.643 C 134.871,103.643 131.449,100.22…
102 …d="M 82.625,77.345 C 82.625,75.247 80.923,73.547 78.826,73.547 L 78.826,81.142 C 80.922,81.142 82.…
106 …d="M 90.252,69.685 C 92.35,69.685 94.048,67.987 94.048,65.888 L 86.453,65.888 C 86.453,67.986 88.1…
110L 78.825,73.516 C 74.619,73.516 71.199,70.093 71.199,65.888 C 71.199,61.684 74.619,58.261 78.825,5…
[all …]
/openbmc/u-boot/board/freescale/m54418twr/
H A Dsbf_dram_init.S12 move.l #0xFC04002D, %a1
16 move.l #0xEC094060, %a1
20 move.l #0xEC09001A, %a1
24 move.l #0xFC0B8180, %a1
25 move.l #0x00000000, (%a1)
26 move.l #0x40000000, (%a1)
28 move.l #0xFC0B81AC, %a1
29 move.l #0x01030203, (%a1)
31 move.l #0xFC0B8000, %a1
32 move.l #0x01010101, (%a1)+ /* 0x00 */
[all …]
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build2 'ar': '-l ara',
3 'bepo': '-l fr -v dvorak',
4 'cz': '-l cz',
5 'da': '-l dk',
6 'de': '-l de -v nodeadkeys',
7 'de-ch': '-l ch',
8 'en-gb': '-l gb',
9 'en-us': '-l us',
10 'es': '-l es',
11 'et': '-l et',
[all …]
/openbmc/u-boot/board/sysam/stmark2/
H A Dsbf_dram_init.S25 move.l #PPMCR0, %a1
29 move.l #MSCR_SDRAMC, %a1
48 move.l #MISCCR2, %a1
52 move.l #DDR_RCR, %a1
53 move.l #0x00000000, (%a1)
54 move.l #0x40000000, (%a1)
60 move.l #DDR_PADCR, %a1
61 move.l #0x01030203, (%a1) /* as freescale tower */
63 move.l #DDR_CR00, %a1
64 move.l #0x01010101, (%a1)+ /* 0x00 */
[all …]
/openbmc/u-boot/board/freescale/m54451evb/
H A Dsbf_dram_init.S16 move.l #0xFC0A4074, %a1
21 move.l #0xFC0B8110, %a1
22 move.l #0xFC0B8114, %a2
25 move.l #0x13, %d1
26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
28 lsr.l #1, %d2
32 lsr.l #1, %d2
33 add.l #1, %d1
34 cmp.l #1, %d2
40 move.l #(CONFIG_SYS_SDRAM_BASE), (%a1)
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dstart.S108 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_RAM_CTRL), %d0
111 move.l #(CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET), %sp
112 clr.l %sp@-
115 move.l #0xFC008000, %a1
116 move.l #(CONFIG_SYS_CS0_BASE), (%a1)
117 move.l #0xFC008008, %a1
118 move.l #(CONFIG_SYS_CS0_CTRL), (%a1)
119 move.l #0xFC008004, %a1
120 move.l #(CONFIG_SYS_CS0_MASK), (%a1)
126 move.l #0xFC0A4074, %a1
[all …]
/openbmc/u-boot/board/freescale/m54455evb/
H A Dsbf_dram_init.S16 move.l #0xFC0A4074, %a1
21 move.l #0xFC0B8110, %a1
22 move.l #0xFC0B8114, %a2
25 move.l #0x13, %d1
26 move.l #(CONFIG_SYS_SDRAM_SIZE), %d2
28 lsr.l #1, %d2
32 lsr.l #1, %d2
33 add.l #1, %d1
34 cmp.l #1, %d2
40 move.l #(CONFIG_SYS_SDRAM_BASE), (%a1)
[all …]
/openbmc/u-boot/board/renesas/r7780mp/
H A Dlowlevel_init.S70 mov.l REPEAT0_R3, r3
113 mov.l REPEAT0_R3, r3
121 mov.l MIM_U_A, r0
122 mov.l MIM_U_D, r1
124 mov.l r1, @r0
127 mov.l MIM_L_A, r0
128 mov.l MIM_L_D0, r1
130 mov.l r1, @r0
133 mov.l STR_L_A, r0
134 mov.l STR_L_D, r1
[all …]
/openbmc/phosphor-hwmon/test/
H A Daverage_unittest.cpp12 av.setAverageValue(std::make_pair("power", "0"), std::make_pair(0L, 0L)); in TEST()
13 av.setAverageValue(std::make_pair("power", "1"), std::make_pair(0L, 0L)); in TEST()
22 av.setAverageValue(std::make_pair("power", "0"), std::make_pair(0L, 0L)); in TEST()
23 av.setAverageValue(std::make_pair("power", "1"), std::make_pair(2L, 2L)); in TEST()
34 EXPECT_FALSE(av.calcAverage(1L, 1L, 2L, 1L)); in TEST()
41 ASSERT_DEATH(av.calcAverage(1L, 1L, 2L, 0L), ""); in TEST()
48 EXPECT_TRUE(38837438L == av.calcAverage(27624108L, 132864155500L, 27626120L, in TEST()
49 132887999500L)); in TEST()
/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c21 GList *l; in print_ranges() local
28 for (l = ranges; l; l = l->next) { in print_ranges()
29 Range *r = (Range *)l->data; in print_ranges()
41 GList *l, *e; in compare_ranges() local
52 for (l = ranges, e = expected; l ; l = l->next, e = e->next) { in compare_ranges()
53 Range *r = (Range *)l->data; in compare_ranges()
203 for (GList *l = list; l; l = l->next) { in print_resv_region_list() local
204 ReservedRegion *r = (ReservedRegion *)l->data; in print_resv_region_list()
223 GList *l = NULL; in check_resv_region_list_insert() local
227 l = resv_region_list_insert(l, r[0]); in check_resv_region_list_insert()
[all …]
/openbmc/qemu/util/
H A Drange.c40 GList *l; in range_list_insert() local
45 for (l = list; l && range_compare(l->data, data) < 0; l = l->next) { in range_list_insert()
48 if (!l || range_compare(l->data, data) > 0) { in range_list_insert()
50 return g_list_insert_before(list, l, data); in range_list_insert()
54 range_extend(l->data, data); in range_list_insert()
58 while (l->next && range_compare(l->data, l->next->data) == 0) { in range_list_insert()
61 range_extend(l->data, l->next->data); in range_list_insert()
62 g_free(l->next->data); in range_list_insert()
63 new_l = g_list_delete_link(list, l->next); in range_list_insert()
84 GList *l = in, *out = *rev; in range_inverse_array() local
[all …]

12345678910>>...77