Home
last modified time | relevance | path

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

12345678910>>...42

/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 …]
/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/linux/arch/alpha/lib/
H A Dev6-copy_user.S52 beq $18, $zerolength # U .. .. .. : U L U L
57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter
64 EXI( ldbu $1,0($17) ) # .. .. .. L : Keep loads separate from stores
67 nop # E .. .. .. : U L U L
73 EXO( stb $1,-1($16) ) # .. .. .. L :
76 bne $3, $aligndest # U .. .. .. : U L U L
85 EXI( ldq_u $3,0($17) ) # .. L .. .. : Forward fetch for fallthrough code
86 beq $1,$quadaligned # U .. .. .. : U L U L
95 EXI( ldq_u $2,8($17) ) # .. .. .. L :
98 extqh $2,$17,$1 # U .. .. .. : U U L L
[all …]
H A Dev6-clear_user.S54 beq $0, $zerolength # U .. .. .. : U L U L
61 beq $4, $headalign # U .. .. .. : U L U L
67 EX( ldq_u $5, 0($16) ) # .. .. .. L : load dst word to mask back in
70 addq $16, 8, $16 # E .. .. .. : L U U L
72 EX( stq_u $5, -8($16) ) # .. .. .. L :
75 subq $0, 8, $0 # E .. .. .. : U L U L
89 blt $4, $trailquad # U .. .. .. : U L U L
101 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64
104 EX( stq_u $31, 0($16) ) # .. .. .. L
107 nop # E .. .. .. : U L U L
[all …]
H A Dev6-divide.S113 7: stq $1, 0($30) # L :
115 stq $2, 8($30) # L : L U L U
118 stq $0,16($30) # L :
120 LONGIFY(divisor) # E : U L L U
122 stq tmp1,24($30) # L :
125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L
147 bne compare,1b # U : U L U L
152 blt divisor, 2f # U : U L U L
157 bne compare,1b # U : U L U L
179 nop # E : L U L U
[all …]
H A Dev6-csum_ipv6_magic.S64 ldq_u $0,0($16) # L : Latency: 3
66 ldq_u $1,8($16) # L : Latency: 3
67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00
70 ldq_u $5,15($16) # L : Latency: 3
72 ldq_u $2,0($17) # L : U L U L : Latency: 3
76 ldq_u $3,8($17) # L : Latency: 3
77 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000
80 ldq_u $23,15($17) # L : Latency: 3
82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
87 extqh $5,$6,$5 # U : L U L U
[all …]
H A Dev6-memchr.S49 ldq_u $1, 0($16) # L : load first quadword Latency=3
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
55 lda $3, -1($31) # E : U L L U
60 sll $17, 32, $2 # U : U L L U : chchchch00000000
65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
70 or $7, $6, $1 # E : L U L U $1 = quadword starting at $16
80 cmpbge $31, $1, $2 # E : L U L U
85 beq $2, $not_found # U : U L U L
96 ret # L0 : L U L U
110 addq $0, 2, $3 # E : U L U L : 2 cycle stall on $0
[all …]
H A Dev6-memcpy.S52 ldbu $1, 0($17) # L : grab a byte
55 stb $1, 0($16) # L :
68 ldq $1, 0($17) # L : get 8 bytes
73 stq $1, 0($16) # L : store
91 ldq $4, 8($17) # L : bytes 8..15
92 ldq $5, 16($17) # L : bytes 16..23
96 ldq $3, 24($17) # L : bytes 24..31
102 stq $6, 0($16) # L : bytes 0..7
106 stq $4, 8($16) # L : bytes 8..15
107 stq $5, 16($16) # L : bytes 16..23
[all …]
H A Dev6-memset.S81 ldq_u $4,0($16) # L : Fetch first partial
92 stq_u $1,0($5) # L : Store result
136 stq $17, 0($5) # L :
163 stq $17, 0($5) # L :
167 stq $17, 8($5) # L :
168 stq $17, 16($5) # L :
171 stq $17, 24($5) # L :
172 stq $17, 32($5) # L :
176 stq $17, 40($5) # L :
177 stq $17, 48($5) # L :
[all …]
/openbmc/linux/arch/m68k/kernel/
H A Dhead.S369 #define L(name) .head.S.##name macro
371 #define L(name) .head.S./**/name macro
375 #define L(name) .L##name macro
377 #define L(name) .L/**/name macro
409 L(\name):
426 jbsr L(\name)
546 #define is_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jne lab
547 #define is_not_040_or_060(lab) btst &CPUTYPE_0460,%pc@(L(cputype)+3); jeq lab
548 #define is_040(lab) btst &CPUTYPE_040,%pc@(L(cputype)+3); jne lab
549 #define is_060(lab) btst &CPUTYPE_060,%pc@(L(cputype)+3); jne lab
[all …]
/openbmc/linux/lib/crypto/
H A Ddes.c516 #define IP(L, R, T) \ argument
518 T = L; \
519 L ^= R; \
520 L &= 0xf0f0f0f0; \
521 R ^= L; \
522 L ^= T; \
524 T = L; \
525 L ^= R; \
526 L &= 0xffff0000; \
527 R ^= L; \
[all …]
/openbmc/linux/tools/testing/selftests/mm/
H A Dmdwe_test.c25 EXPECT_LT(prctl(PR_SET_MDWE, 7L, 0L, 0L, 0L), 0); in TEST()
26 EXPECT_LT(prctl(PR_SET_MDWE, 0L, 7L, 0L, 0L), 0); in TEST()
27 EXPECT_LT(prctl(PR_SET_MDWE, 0L, 0L, 7L, 0L), 0); in TEST()
28 EXPECT_LT(prctl(PR_SET_MDWE, 0L, 0L, 0L, 7L), 0); in TEST()
30 EXPECT_LT(prctl(PR_GET_MDWE, 7L, 0L, 0L, 0L), 0); in TEST()
31 EXPECT_LT(prctl(PR_GET_MDWE, 0L, 7L, 0L, 0L), 0); in TEST()
32 EXPECT_LT(prctl(PR_GET_MDWE, 0L, 0L, 7L, 0L), 0); in TEST()
33 EXPECT_LT(prctl(PR_GET_MDWE, 0L, 0L, 0L, 7L), 0); in TEST()
79 ret = prctl(PR_SET_MDWE, PR_MDWE_REFUSE_EXEC_GAIN, 0L, 0L, 0L); in FIXTURE_SETUP()
84 ret = prctl(PR_GET_MDWE, 0L, 0L, 0L, 0L); in FIXTURE_SETUP()
/openbmc/linux/arch/arm64/lib/
H A Dmemcmp.S17 #define L(label) .L ## label macro
37 b.lo L(less8)
42 b.ne L(return)
45 b.gt L(more16)
49 b L(return)
51 L(more16):
55 bne L(return)
60 b.ls L(last_bytes)
65 b.ls L(loop16)
77 L(loop16):
[all …]
H A Dstrncmp.S18 #define L(label) .L ## label macro
62 cbz limit, L(ret0)
67 b.ne L(misaligned8)
68 cbnz count, L(mutual_align)
74 L(loop_aligned):
77 L(start_realigned):
85 b.eq L(loop_aligned)
88 L(full_check):
92 L(syndrome_check):
110 tbz limit, #63, L(not_limit)
[all …]
H A Dstrcmp.S18 #define L(label) .L ## label macro
61 b.ne L(misaligned8)
62 cbnz tmp, L(mutual_align)
66 L(loop_aligned):
69 L(start_realigned):
80 b.eq L(loop_aligned)
86 L(end):
107 L(mutual_align):
119 b L(start_realigned)
121 L(misaligned8):
[all …]
H A Dmemcpy.S18 #define L(label) .L ## label macro
64 b.hi L(copy_long)
66 b.hi L(copy32_128)
70 b.lo L(copy16)
78 L(copy16):
79 tbz count, 3, L(copy8)
88 L(copy8):
89 tbz count, 2, L(copy4)
97 L(copy4):
98 cbz count, L(copy0)
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dcolorspaces-details.rst50 L' = -1.099(-L)^{0.45} + 0.099 \text{, for } L \le-0.018
52 L' = 4.5L \text{, for } -0.018 < L < 0.018
54 L' = 1.099L^{0.45} - 0.099 \text{, for } L \ge 0.018
60 L = -\left( \frac{L' - 0.099}{-1.099} \right) ^{\frac{1}{0.45}} \text{, for } L' \le -0.081
62 L = \frac{L'}{4.5} \text{, for } -0.081 < L' < 0.081
64 L = \left(\frac{L' + 0.099}{1.099}\right)^{\frac{1}{0.45} } \text{, for } L' \ge 0.081
121 Transfer function. Normally L is in the range [0…1], but for the
126 L' = -1.099(-L)^{0.45} + 0.099 \text{, for } L \le -0.018
128 L' = 4.5L \text{, for } -0.018 < L < 0.018
130 L' = 1.099L^{0.45} - 0.099 \text{, for } L \ge 0.018
[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)
56 C_O2_I1(r, r, L)
58 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 …]
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sun50i-a64-r.c30 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0),
36 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1),
42 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2),
47 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3),
52 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4),
57 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5),
62 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6),
67 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7),
72 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8),
77 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9),
[all …]
H A Dpinctrl-sun8i-a83t-r.c33 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 0),
39 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 1),
45 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 2),
50 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 3),
55 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 4),
60 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 5),
65 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 6),
70 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 7),
75 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 8),
80 SUNXI_PIN(SUNXI_PINCTRL_PIN(L, 9),
[all …]
/openbmc/linux/crypto/
H A Dwp512.c787 u64 L[8]; in wp512_process_buffer() local
804 L[0] = C0[(int)(K[0] >> 56) ] ^ in wp512_process_buffer()
814 L[1] = C0[(int)(K[1] >> 56) ] ^ in wp512_process_buffer()
823 L[2] = C0[(int)(K[2] >> 56) ] ^ in wp512_process_buffer()
832 L[3] = C0[(int)(K[3] >> 56) ] ^ in wp512_process_buffer()
841 L[4] = C0[(int)(K[4] >> 56) ] ^ in wp512_process_buffer()
850 L[5] = C0[(int)(K[5] >> 56) ] ^ in wp512_process_buffer()
859 L[6] = C0[(int)(K[6] >> 56) ] ^ in wp512_process_buffer()
868 L[7] = C0[(int)(K[7] >> 56) ] ^ in wp512_process_buffer()
877 K[0] = L[0]; in wp512_process_buffer()
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/
H A D0002-spl-host-console-handle.patch16 L L L L 1 1s server slot1 select
18 L L L H 2 1s server slot2 select
20 L L H L 3 1s server slot3 select
22 L L H H 4 1s server slot4 select
24 L H L L 5 BMC Debug port select
26 L H L H 6 1s server slot1 select
28 L H H L 7 1s server slot2 select
30 L H H H 8 1s server slot3 select
32 H L L L 9 1s server slot4 select
34 H L L H 10 BMC Debug port select

12345678910>>...42