| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-fpatan.c | 10 { -__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 D | test-i386-fyl2xp1.c | 10 { 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 D | test-i386-f2xm1.c | 10 { -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 …]
|
| H A D | test-i386-fyl2x.c | 10 { 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 …]
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 2001-fix-luaL-checkint.patch | 4 Upstream-Status: Inappropriate 6 RPI-Distro repo forks original vlc and applies patches to enable 9 Signed-off-by: Tim Orling <TicoTimo@gmail.com> 11 --- a/modules/lua/demux.c 13 @@ -52,7 +52,7 @@ struct vlclua_playlist 14 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 ); 21 ssize_t val = vlc_stream_Peek(s->p_source, &p_peek, n); [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
| H A D | 0003-fix-luaL-checkint.patch | 4 Upstream-Status: Pending 6 Signed-off-by: Tim Orling <TicoTimo@gmail.com> 8 --- a/modules/lua/demux.c 10 @@ -52,7 +52,7 @@ struct vlclua_playlist 11 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 ); 18 ssize_t val = vlc_stream_Peek(s->p_source, &p_peek, n); 19 @@ -66,7 +66,7 @@ static int vlclua_demux_peek( lua_State [all …]
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_util.c | 1 // SPDX-License-Identifier: GPL-2.0+ 18 {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"}, [all …]
|
| /openbmc/qemu/pc-bios/keymaps/ |
| H A D | meson.build | 2 '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/openbmc/poky/meta/files/common-licenses/ |
| H A D | CC-BY-NC-SA-2.0-FR | 1 Creative Commons Paternité - Pas d'Utilisation Commerciale - Partage Des Conditions Initiales A l'I… 3 …-après et Creative Commons. Creative Commons fournit cette offre de contrat-type en l'état, à seul… 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 …l'oeuvre, dans sa forme intégrale et non modifiée, est assemblée en un ensemble collectif avec d'a… 17 …l'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 D | LAL-1.2 | 8 …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… 16 …l’objet de l’art n’est pas confondu avec l’objet d’art fini et défini comme tel. C’est la raison e… 20 …L’oeuvre :il s’agit d’une oeuvre commune qui comprend l’oeuvre originelle ainsi que toutes les con… 22 – L’oeuvre originelle :c’est-à-dire l’oeuvre créée par l’initiateur de l’oeuvre commune dont les co… 24 – Les oeuvres conséquentes :c’est-à-dire les propositions des auteurs qui contribuent à la formatio… [all …]
|
| H A D | LAL-1.3 | 5 …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… 9 …l’application du droit d’auteur conduit à restreindre l’accès aux œuvres de l’esprit, la Licence A… 11 …l’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 … désignons par « œuvre », autant l’œuvre initiale, les œuvres conséquentes, que l’œuvre commune te… 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 Les œuvres conséquentes :C’est-à-dire les contributions des auteurs qui participent à la formation … 25 Originaux (sources ou ressources de l’œuvre) :Chaque exemplaire daté de l’œuvre initiale ou conséqu… [all …]
|
| /openbmc/openbmc/poky/documentation/template/ |
| H A D | poky.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) --> 9 viewBox="-40.981 -92.592 300 300" 16 …d="M -36.585379,54.412576 L -36.585379,54.421305 L -36.582469,54.421305 L -36.582469,54.243829 C -… 20 transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" 26 …L 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.… 32 transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" 38 …L 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… 44 transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)" 50 …L 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… [all …]
|
| H A D | ohand-color.svg | 1 <?xml version="1.0" encoding="UTF-8" standalone="no"?> 2 <!-- Created with Inkscape (http://www.inkscape.org/) --> 6 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 9 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" 17 sodipodi:docname="ohand-color.svg" 19 sodipodi:docbase="/home/mallum/Projects/admin/oh-doc-tools/common" 33 inkscape:document-units="mm" 34 inkscape:current-layer="layer1" 37 inkscape:window-width="772" 38 inkscape:window-height="581" [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | start.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 6 * Copyright 2010-2012 Freescale Semiconductor, Inc. 7 * TsiChung Liew (Tsi-Chung.Liew@freescale.com) 11 #include <asm-offsets.h> 23 moveml %d0-%d7/%a0-%a6,%sp@; 26 moveml %sp@,%d0-%d7/%a0-%a6; \ 31 #define ASM_DRAMINIT (asm_dram_init - CONFIG_SYS_TEXT_BASE + \ 33 #define ASM_DRAMINIT_N (asm_dram_init - CONFIG_SYS_TEXT_BASE) 34 #define ASM_SBF_IMG_HDR (asm_sbf_img_hdr - CONFIG_SYS_TEXT_BASE + \ 42 * These vectors are to catch any un-intended traps. [all …]
|
| /openbmc/u-boot/arch/sh/lib/ |
| H A D | movmem.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 27 sts.l pr,@-r15 30 mov.l @(48,r5),r0 33 mov.l @(60,r5),r0 34 add #-64,r6 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) [all …]
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5227x/ |
| H A D | start.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 7 #include <asm-offsets.h> 18 moveml %d0-%d7/%a0-%a6,%sp@; 21 moveml %sp@,%d0-%d7/%a0-%a6; \ 26 #define ASM_DRAMINIT (asm_dram_init - CONFIG_SYS_TEXT_BASE + \ 28 #define ASM_SBF_IMG_HDR (asm_sbf_img_hdr - CONFIG_SYS_TEXT_BASE + \ 36 * These vectors are to catch any un-intended traps. 59 /* TRAP #0 - #15 */ 108 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 [all …]
|
| /openbmc/u-boot/board/freescale/m54418twr/ |
| H A D | sbf_dram_init.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Board-specific sbf ddr/sdram init. 12 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) [all …]
|
| /openbmc/u-boot/board/freescale/m54451evb/ |
| H A D | sbf_dram_init.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Board-specific sbf ddr/sdram init. 16 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 [all …]
|
| /openbmc/u-boot/board/freescale/m54455evb/ |
| H A D | sbf_dram_init.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Board-specific sbf ddr/sdram init. 16 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 [all …]
|
| /openbmc/u-boot/board/sysam/stmark2/ |
| H A D | sbf_dram_init.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Board-specific early ddr/sdram init. 25 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 */ [all …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-resv-mem.c | 2 * SPDX-License-Identifier: GPL-2.0-or-later 4 * reserved-region/range.c unit-tests. 14 #include "qemu/reserved-region.h" 21 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() 54 Range *er = (Range *)e->data; in compare_ranges() [all …]
|
| /openbmc/qemu/util/ |
| H A D | range.c | 2 * QEMU 64-bit address ranges 4 * Copyright (c) 2015-2016 Red Hat, Inc. 28 if (b->lob && b->lob - 1 > a->upb) { in range_compare() 29 return -1; in range_compare() 31 if (a->lob && a->lob - 1 > b->upb) { in range_compare() 40 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() [all …]
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | atomic-long.h | 17 * avoid issues with cast-as-lval under gcc 4.x and other limitations that the 27 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 [all …]
|
| /openbmc/u-boot/board/renesas/r7780mp/ |
| H A D | lowlevel_init.S | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * u-boot/board/r7780mp/lowlevel_init.S 70 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 [all …]
|
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-tis-util.c | 9 * Marc-André Lureau <marcandre.lureau@redhat.com> 13 * See the COPYING file in the top-level directory. 20 #include "io/channel-socket.h" 21 #include "libqtest-single.h" 23 #include "tpm-emu.h" 24 #include "tpm-util.h" 25 #include "tpm-tis-util.h" 36 DPRINTF("%s: %d: locty=%d l=%d access=0x%02x pending_request_flag=0x%x\n", \ 37 __func__, __LINE__, locty, l, access, pending_request_flag) 81 for (locty = 0; locty < TPM_TIS_NUM_LOCALITIES - 1; locty++) { in tpm_tis_test_check_access_reg() [all …]
|