Home
last modified time | relevance | path

Searched +full:- +full:l (Results 1 – 25 of 1080) sorted by relevance

12345678910>>...44

/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-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-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-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/linux/arch/openrisc/kernel/
H A Dentry.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
12 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
25 #include <asm/asm-offsets.h>
28 l.mfspr t2,r0,SPR_SR ;\
29 l.movhi t1,hi(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
30 l.ori t1,t1,lo(~(SPR_SR_IEE|SPR_SR_TEE)) ;\
31 l.and t2,t2,t1 ;\
32 l.mtspr r0,t2,SPR_SR
35 l.mfspr t1,r0,SPR_SR ;\
36 l.ori t1,t1,lo(SPR_SR_IEE|SPR_SR_TEE) ;\
[all …]
H A Dhead.S1 /* SPDX-License-Identifier: GPL-2.0-or-later */
11 * Copyright (C) 2010-2011 Jonas Bonn <jonas@southpole.se>
26 #include <asm/asm-offsets.h>
30 l.movhi rd,hi(-KERNELBASE) ;\
31 l.add rd,rd,rs
34 l.movhi gpr,0x0
37 l.movhi gpr,hi(symbol) ;\
38 l.ori gpr,gpr,lo(symbol)
54 #define EMERGENCY_PRINT_STORE_GPR4 l.mtspr r0,r4,SPR_SHADOW_GPR(14)
55 #define EMERGENCY_PRINT_LOAD_GPR4 l.mfspr r4,r0,SPR_SHADOW_GPR(14)
[all …]
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Ditest.S3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
30 set SREGS, -64
31 set IREGS, -128
32 set SCCR, -130
33 set ICCR, -132
34 set TESTCTR, -136
35 set EAMEM, -140
36 set EASTORE, -144
37 set DATA, -160
[all …]
H A Dftest.S3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
30 set SREGS, -64
31 set IREGS, -128
32 set IFPREGS, -224
33 set SFPREGS, -320
34 set IFPCREGS, -332
35 set SFPCREGS, -344
36 set ICCR, -346
37 set SCCR, -348
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dentry.S1 /* SPDX-License-Identifier: GPL-2.0
5 * The SH-2 exception entry
7 * Copyright (C) 2005-2008 Yoshinori Sato
12 #include <asm/asm-offsets.h>
33 #include <asm/entry-macros.S>
37 ! r0 <- point sp
43 mov.l r2,@-sp
44 mov.l r3,@-sp
46 mov.l $cpu_mode,r2
48 mov.l $cpuid,r3
[all …]
/openbmc/linux/include/asm-generic/
H A Dlocal64.h1 /* SPDX-License-Identifier: GPL-2.0 */
10 * Usually used in combination with per-cpu variables.
30 #define local64_read(l) local_read(&(l)->a) argument
31 #define local64_set(l,i) local_set((&(l)->a),(i)) argument
32 #define local64_inc(l) local_inc(&(l)->a) argument
33 #define local64_dec(l) local_dec(&(l)->a) argument
34 #define local64_add(i,l) local_add((i),(&(l)->a)) argument
35 #define local64_sub(i,l) local_sub((i),(&(l)->a)) argument
37 #define local64_sub_and_test(i, l) local_sub_and_test((i), (&(l)->a)) argument
38 #define local64_dec_and_test(l) local_dec_and_test(&(l)->a) argument
[all …]
H A Dlocal.h1 /* SPDX-License-Identifier: GPL-2.0 */
11 * Usually used in combination with per-cpu variables.
29 #define local_read(l) atomic_long_read(&(l)->a) argument
30 #define local_set(l,i) atomic_long_set((&(l)->a),(i)) argument
31 #define local_inc(l) atomic_long_inc(&(l)->a) argument
32 #define local_dec(l) atomic_long_dec(&(l)->a) argument
33 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument
34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument
36 #define local_sub_and_test(i, l) atomic_long_sub_and_test((i), (&(l)->a)) argument
37 #define local_dec_and_test(l) atomic_long_dec_and_test(&(l)->a) argument
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2001-fix-luaL-checkint.patch4 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 D0003-fix-luaL-checkint.patch4 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/linux/arch/sh/kernel/
H A Drelocate_kernel.S1 /* SPDX-License-Identifier: GPL-2.0
3 * relocate_kernel.S - put the kernel image in place to boot
8 * 2009-03-18 Magnus Damm - Added Kexec Jump support
20 mov.l 10f, r0 /* PAGE_SIZE */
23 /* save r15->r8 to new stack */
24 mov.l r15, @-r0
26 mov.l r14, @-r15
27 mov.l r13, @-r15
28 mov.l r12, @-r15
29 mov.l r11, @-r15
[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-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…
15l'oeuvre, dans sa forme intégrale et non modifiée, est assemblée en un ensemble collectif avec d'a…
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 …]
/openbmc/linux/net/tipc/
H A Dlink.c4 * Copyright (c) 1996-2007, 2012-2016, Ericsson AB
5 * Copyright (c) 2004-2007, 2010-2013, Wind River Systems
82 * struct tipc_link - TIPC link data structure
107 * @transmitq: queue for sent, non-acked messages
261 static int link_is_up(struct tipc_link *l) in link_is_up() argument
263 return l->state & (LINK_ESTABLISHED | LINK_SYNCHING); in link_is_up()
266 static int tipc_link_proto_rcv(struct tipc_link *l, struct sk_buff *skb,
268 static void tipc_link_build_proto_msg(struct tipc_link *l, int mtyp, bool probe,
272 static void link_print(struct tipc_link *l, const char *str);
273 static int tipc_link_build_nack_msg(struct tipc_link *l,
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S1 /* 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/openbmc/poky/documentation/template/
H A Dpoky.svg1 <?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)"
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.…
32 transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)"
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…
44 transform="matrix(2.9094193,0,0,2.9094193,-179.03055,-86.624435)"
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…
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h1 /* SPDX-License-Identifier: GPL-2.0 */
16 #define local_read(l) atomic_long_read(&(l)->a) argument
17 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument
19 static inline void local_inc(local_t *l) in local_inc() argument
22 : "+m" (l->a.counter)); in local_inc()
25 static inline void local_dec(local_t *l) in local_dec() argument
28 : "+m" (l->a.counter)); in local_dec()
31 static inline void local_add(long i, local_t *l) in local_add() argument
34 : "+m" (l->a.counter) in local_add()
38 static inline void local_sub(long i, local_t *l) in local_sub() argument
[all …]
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_util.c1 // 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/linux/arch/loongarch/include/asm/
H A Dlocal.h1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
19 #define local_read(l) atomic_long_read(&(l)->a) argument
20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument
22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) argument
23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) argument
24 #define local_inc(l) atomic_long_inc(&(l)->a) argument
25 #define local_dec(l) atomic_long_dec(&(l)->a) argument
30 static inline long local_add_return(long i, local_t *l) in local_add_return() argument
36 : "+ZB" (l->a.counter), "=&r" (result) in local_add_return()
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dlocal.h1 /* SPDX-License-Identifier: GPL-2.0 */
19 #define local_read(l) atomic_long_read(&(l)->a) argument
20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument
22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) argument
23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) argument
24 #define local_inc(l) atomic_long_inc(&(l)->a) argument
25 #define local_dec(l) atomic_long_dec(&(l)->a) argument
30 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() argument
47 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter) in local_add_return()
48 : "Ir" (i), "m" (l->a.counter) in local_add_return()
[all …]
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.h3 * Copyright (c) 2004-2014 Broadcom Corporation
4 * Copyright (c) 2014-2015 QLogic Corporation
71 #define STATUS_ATTN_BITS_LINK_STATE (1L<<0)
72 #define STATUS_ATTN_BITS_TX_SCHEDULER_ABORT (1L<<1)
73 #define STATUS_ATTN_BITS_TX_BD_READ_ABORT (1L<<2)
74 #define STATUS_ATTN_BITS_TX_BD_CACHE_ABORT (1L<<3)
75 #define STATUS_ATTN_BITS_TX_PROCESSOR_ABORT (1L<<4)
76 #define STATUS_ATTN_BITS_TX_DMA_ABORT (1L<<5)
77 #define STATUS_ATTN_BITS_TX_PATCHUP_ABORT (1L<<6)
78 #define STATUS_ATTN_BITS_TX_ASSEMBLER_ABORT (1L<<7)
[all …]
/openbmc/linux/arch/alpha/include/asm/
H A Dlocal.h1 /* SPDX-License-Identifier: GPL-2.0 */
14 #define local_read(l) atomic_long_read(&(l)->a) argument
15 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) argument
16 #define local_inc(l) atomic_long_inc(&(l)->a) argument
17 #define local_dec(l) atomic_long_dec(&(l)->a) argument
18 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument
19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument
21 static __inline__ long local_add_return(long i, local_t * l) in local_add_return() argument
33 :"=&r" (temp), "=m" (l->a.counter), "=&r" (result) in local_add_return()
34 :"Ir" (i), "m" (l->a.counter) : "memory"); in local_add_return()
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dentry.S1 /* SPDX-License-Identifier: GPL-2.0
5 * The SH-2A exception entry
12 #include <asm/asm-offsets.h>
33 #include <asm/entry-macros.S>
37 ! r0 <- point sp
43 mov.l r2,@-sp
45 mov.l $cpu_mode,r2
51 mov.l $current_thread_info,r2
52 mov.l @r2,r2
58 mov.l r1,@-r15 ! TRA
[all …]

12345678910>>...44