Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 264) sorted by relevance

1234567891011

/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()
34 static inline void atomic_long_set(atomic_long_t *l, long i) in atomic_long_set()
41 static inline void atomic_long_inc(atomic_long_t *l) in atomic_long_inc()
48 static inline void atomic_long_dec(atomic_long_t *l) in atomic_long_dec()
55 static inline void atomic_long_add(long i, atomic_long_t *l) in atomic_long_add()
62 static inline void atomic_long_sub(long i, atomic_long_t *l) in atomic_long_sub()
70 static inline int atomic_long_sub_and_test(long i, atomic_long_t *l) in atomic_long_sub_and_test()
77 static inline int atomic_long_dec_and_test(atomic_long_t *l) in atomic_long_dec_and_test()
84 static inline int atomic_long_inc_and_test(atomic_long_t *l) in atomic_long_inc_and_test()
91 static inline int atomic_long_add_negative(long i, atomic_long_t *l) in atomic_long_add_negative()
[all …]
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_init.h21 #define DEBUG_INIT_D(d, l) printf("%x", d) argument
22 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument
25 #define DEBUG_INIT_D(d, l) argument
26 #define DEBUG_INIT_D_10(d, l) argument
31 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument
32 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument
41 #define DEBUG_INIT_FULL_D(d, l) argument
42 #define DEBUG_INIT_FULL_D_10(d, l) argument
47 #define DEBUG_INIT_FULL_C(s, d, l) \ argument
49 #define DEBUG_INIT_C(s, d, l) \ argument
H A Dddr3_dfs.c18 #define DEBUG_DFS_C(s, d, l) \ argument
20 #define DEBUG_DFS_FULL_C(s, d, l) \ argument
25 #define DEBUG_DFS_D(d, l) printf("%x", d) argument
28 #define DEBUG_DFS_D(d, l) argument
33 #define DEBUG_DFS_FULL_D(d, l) printf("%x", d) argument
36 #define DEBUG_DFS_FULL_D(d, l) argument
H A Dddr3_dqs.c18 #define DEBUG_DQS_C(s, d, l) \ argument
20 #define DEBUG_DQS_FULL_C(s, d, l) \ argument
22 #define DEBUG_DQS_RESULTS_C(s, d, l) \ argument
24 #define DEBUG_PER_DQ_C(s, d, l) \ argument
29 #define DEBUG_DQS_RESULTS_D(d, l) \ argument
34 #define DEBUG_PER_DQ_D(d, l) \ argument
36 #define DEBUG_PER_DQ_DD(d, l) \ argument
41 #define DEBUG_DQS_D(d, l) printf("%x", d) argument
44 #define DEBUG_DQS_D(d, l) argument
49 #define DEBUG_DQS_FULL_D(d, l) printf("%x", d) argument
[all …]
H A Dddr3_write_leveling.c18 #define DEBUG_WL_C(s, d, l) \ argument
20 #define DEBUG_WL_FULL_C(s, d, l) \ argument
25 #define DEBUG_WL_D(d, l) printf("%x", d) argument
28 #define DEBUG_RL_D(d, l) \ argument
32 #define DEBUG_WL_D(d, l) argument
37 #define DEBUG_WL_FULL_D(d, l) printf("%x", d) argument
40 #define DEBUG_WL_FULL_D(d, l) argument
H A Dddr3_hw_training.c30 #define DEBUG_MAIN_C(s, d, l) \ argument
32 #define DEBUG_MAIN_FULL_C(s, d, l) \ argument
37 #define DEBUG_MAIN_D(d, l) printf("%x", d) argument
40 #define DEBUG_MAIN_D(d, l) argument
45 #define DEBUG_MAIN_FULL_D(d, l) printf("%x", d) argument
48 #define DEBUG_MAIN_FULL_D(d, l) argument
53 #define DEBUG_SUSPEND_RESUME_D(d, l) printf("%x", d) argument
56 #define DEBUG_SUSPEND_RESUME_D(d, l) argument
H A Dddr3_read_leveling.c18 #define DEBUG_RL_C(s, d, l) \ argument
20 #define DEBUG_RL_FULL_C(s, d, l) \ argument
26 #define DEBUG_RL_D(d, l) \ argument
30 #define DEBUG_RL_D(d, l) argument
35 #define DEBUG_RL_FULL_D(d, l) printf("%x", d) argument
38 #define DEBUG_RL_FULL_D(d, l) argument
/openbmc/qemu/linux-headers/linux/
H A Dbits.h7 #define __GENMASK(h, l) (((~_UL(0)) << (l)) & (~_UL(0) >> (__BITS_PER_LONG - 1 - (h)))) argument
9 #define __GENMASK_ULL(h, l) (((~_ULL(0)) << (l)) & (~_ULL(0) >> (__BITS_PER_LONG_LONG - 1 - (h)))) argument
11 #define __GENMASK_U128(h, l) \ argument
/openbmc/sdbusplus/src/async/
H A Dfdio.cpp27 std::unique_lock l{lock}; in handleEvent() local
39 std::unique_lock l{lock}; in handleTimeout() local
54 std::unique_lock l{fdioInstance.lock}; in ~fdio_completion() local
65 std::unique_lock l{fdioInstance.lock}; in start() local
H A Dmatch.cpp35 std::lock_guard l{lock}; in ~match() local
75 std::unique_lock l{lock}; in handle_match() local
80 void match::handle_completion(std::unique_lock<std::mutex>&& l) noexcept in handle_completion()
H A Dmutex.cpp10 std::unique_lock l{lock}; in unlock() local
39 std::unique_lock l{mutexInstance.lock}; in start() local
H A Dcontext.cpp176 std::lock_guard l{lock}; in spawn_complete() local
201 std::lock_guard l{lock}; in spawn_watcher() local
220 std::lock_guard l{lock}; in caller_run() local
258 std::lock_guard l{lock}; in wait_for_wait_process_stopped() local
/openbmc/sdbusplus/src/
H A Devent.cpp24 auto l = ev->obtain_lock(); in operator =() local
37 auto l = ev->obtain_lock(); in ~source() local
96 auto l = obtain_lock<false>(); in run_one() local
113 auto l = obtain_lock(); in add_io() local
152 auto l = obtain_lock(); in add_oneshot_timer() local
181 std::unique_lock<std::recursive_mutex> l{this->lock, std::defer_lock_t()}; in obtain_lock() local
/openbmc/qemu/audio/
H A Dmixeng.h30 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; member
31 struct st_sample { mixeng_real l; mixeng_real r; }; member
33 struct mixeng_volume { int mute; int64_t r; int64_t l; }; member
34 struct st_sample { int64_t l; int64_t r; }; member
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr_ml_wrapper.h28 #define DEBUG_INIT_D(d, l) printf("%x", d) argument
29 #define DEBUG_INIT_D_10(d, l) printf("%d", d) argument
32 #define DEBUG_INIT_D(d, l) argument
33 #define DEBUG_INIT_D_10(d, l) argument
38 #define DEBUG_INIT_FULL_D(d, l) printf("%x", d) argument
39 #define DEBUG_INIT_FULL_D_10(d, l) printf("%d", d) argument
48 #define DEBUG_INIT_FULL_D(d, l) argument
49 #define DEBUG_INIT_FULL_D_10(d, l) argument
54 #define DEBUG_INIT_FULL_C(s, d, l) \ argument
58 #define DEBUG_INIT_C(s, d, l) \ argument
/openbmc/qemu/include/qemu/
H A Dcpu-float.h10 uint32_t l; member
19 } l; member
24 } l; member
34 } l; member
45 } l; member
56 } l; member
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dtest.c5 double convert(long long l) in convert()
12 long long l = 10; in main() local
/openbmc/entity-manager/test/
H A Dtest_fru-utils.cpp181 auto getData = [&data](auto o, auto l, auto* b) { in TEST() argument
202 auto getData = [&data](auto o, auto l, auto* b) { in TEST() argument
215 auto getData = [&data](auto o, auto l, auto* b) { in TEST() argument
231 auto getData = [&data](auto o, auto l, auto* b) { in TEST() argument
248 auto getData = [&data](auto o, auto l, auto* b) { in TEST() argument
265 __anon8fe258b00602(auto o, auto l, auto* b) TEST() argument
285 __anon8fe258b00702(auto o, auto l, auto* b) TEST() argument
300 __anon8fe258b00802(auto o, auto l, auto* b) TEST() argument
314 __anon8fe258b00902(auto o, auto l, auto* b) TEST() argument
326 __anon8fe258b00a02(auto o, auto l, auto* b) TEST() argument
340 __anon8fe258b00b02(auto o, auto l, auto* b) TEST() argument
357 __anon8fe258b00c02(auto o, auto l, auto* b) TEST() argument
369 __anon8fe258b00d02(auto o, auto l, auto* b) TEST() argument
386 __anon8fe258b00e02(auto o, auto l, auto* b) TEST() argument
405 __anon8fe258b00f02(auto o, auto l, auto* b) TEST() argument
417 __anon8fe258b01002(auto o, auto l, auto* b) TEST() argument
434 __anon8fe258b01102(auto o, auto l, auto* b) TEST() argument
[all...]
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Datomic.h22 #define _atomic_spin_lock_irqsave(l,f) do { \ argument
28 #define _atomic_spin_unlock_irqrestore(l,f) do { \ argument
36 # define _atomic_spin_lock_irqsave(l,f) do { local_irq_save(f); } while (0) argument
37 # define _atomic_spin_unlock_irqrestore(l,f) do { local_irq_restore(f); } while (0) argument
/openbmc/u-boot/include/linux/
H A Dbitops.h25 #define GENMASK(h, l) \ argument
28 #define GENMASK(h, l) \ argument
32 #define GENMASK_ULL(h, l) \ argument
156 static inline unsigned fls_long(unsigned long l) in fls_long()
/openbmc/qemu/tests/unit/
H A Dtest-resv-mem.c21 GList *l; in print_ranges() local
41 GList *l, *e; in compare_ranges() local
203 for (GList *l = list; l; l = l->next) { in print_resv_region_list() local
223 GList *l = NULL; in check_resv_region_list_insert() local
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dnative_types.hpp67 friend bool operator==(const std::string& l, const string_wrapper& r) in operator ==()
71 friend bool operator!=(const std::string& l, const string_wrapper& r) in operator !=()
75 friend bool operator<(const std::string& l, const string_wrapper& r) in operator <()
131 friend bool operator==(const std::string& l, const string_path_wrapper& r) in operator ==()
135 friend bool operator!=(const std::string& l, const string_path_wrapper& r) in operator !=()
139 friend bool operator<(const std::string& l, const string_path_wrapper& r) in operator <()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis.h83 #define TPM_ACCESS(l) (0x0000 | ((l) << 12)) argument
84 #define TPM_INT_ENABLE(l) (0x0008 | ((l) << 12)) argument
85 #define TPM_STS(l) (0x0018 | ((l) << 12)) argument
86 #define TPM_DATA_FIFO(l) (0x0024 | ((l) << 12)) argument
87 #define TPM_DID_VID(l) (0x0f00 | ((l) << 12)) argument
88 #define TPM_RID(l) (0x0f04 | ((l) << 12)) argument
89 #define TPM_INTF_CAPS(l) (0x0014 | ((l) << 12)) argument
/openbmc/qemu/util/
H A Drange.c40 GList *l; in range_list_insert() local
84 GList *l = in, *out = *rev; in range_inverse_array() local
/openbmc/u-boot/drivers/usb/musb-new/
H A Domap2430.c27 u32 l; in omap2430_low_level_exit() local
37 u32 l; in omap2430_low_level_init() local
47 u32 l; in omap2430_musb_init() local

1234567891011