Home
last modified time | relevance | path

Searched defs:a (Results 251 – 275 of 673) sorted by relevance

1...<<11121314151617181920>>...27

/openbmc/qemu/linux-user/
H A Dmmap.c207 for (abi_ulong a = host_start; a < start; a += TARGET_PAGE_SIZE) { in target_mprotect() local
210 for (abi_ulong a = last; a < host_last; a += TARGET_PAGE_SIZE) { in target_mprotect() local
221 for (abi_ulong a = host_start; a < start; a += TARGET_PAGE_SIZE) { in target_mprotect() local
237 for (abi_ulong a = last; a < host_last; a += TARGET_PAGE_SIZE) { in target_mprotect() local
359 for (abi_ulong a = real_start; a < start; a += TARGET_PAGE_SIZE) { in mmap_frag() local
362 for (abi_ulong a = real_last; a > last; a -= TARGET_PAGE_SIZE) { in mmap_frag() local
1027 abi_ulong a; in mmap_reserve_or_unmap() local
/openbmc/qemu/tests/qtest/fuzz/
H A Di440fx_fuzz.c51 } a; in ioport_fuzz_qtest() local
105 } a; in pciconfig_fuzz_qos() local
H A Dgeneric_fuzz.c349 } a; in op_in() local
385 } a; in op_out() local
421 } a; in op_read() local
463 } a; in op_write() local
504 } a; in op_pci_read() local
534 } a; in op_pci_write() local
566 } a; in op_add_dma_pattern() local
/openbmc/qemu/tests/tcg/mips/include/
H A Dtest_utils_32.h43 uint64_t a; in check_results_32() local
H A Dtest_utils_64.h45 uint64_t a; in check_results_64() local
/openbmc/qemu/include/qemu/
H A Daccel.h35 #define ACCEL_CLASS_NAME(a) (a ACCEL_CLASS_SUFFIX) argument
/openbmc/boost-dbus/include/dbus/
H A Dconnection.hpp117 message method_call(const dbus::endpoint& e, const InputArgs&... a) { in method_call()
153 auto async_method_call(MessageHandler handler, const dbus::endpoint& e, in async_method_call()
/openbmc/openbmc/poky/scripts/
H A Doe-trim-schemas48 a = locale.attrib.get("name") variable
/openbmc/entity-manager/src/entity_manager/
H A Dexpression.cpp38 int evaluate(int a, Operation op, int b) in evaluate()
/openbmc/qemu/target/sparc/
H A Dhelper.c83 uint64_t helper_udiv(CPUSPARCState *env, target_ulong a, target_ulong b) in helper_udiv()
101 uint64_t helper_sdiv(CPUSPARCState *env, target_ulong a, target_ulong b) in helper_sdiv()
/openbmc/u-boot/common/
H A Dexports.c17 #define EXPORT_FUNC(f, a, x, ...) gd->jt->x = f; argument
/openbmc/u-boot/lib/
H A Dqsort.c45 register char *a; in qsort() local
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_ram.c21 void bootcount_store(ulong a) in bootcount_store()
/openbmc/phosphor-virtual-sensor/test/
H A Dtest_exprtk_tools.cpp40 double a = 1.0; in TEST() local
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu_init.c89 #define COEFF_NORM(a) ((int)((((a) * 2048.0) + 1) / 2)) argument
92 #define EOTF_COEFF_NORM(a) ((int)((((a) * 4096.0) + 1) / 2)) argument
/openbmc/u-boot/fs/btrfs/
H A Dctree.c12 int btrfs_comp_keys(struct btrfs_key *a, struct btrfs_key *b) in btrfs_comp_keys()
29 int btrfs_comp_keys_type(struct btrfs_key *a, struct btrfs_key *b) in btrfs_comp_keys_type()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp95 auto a = attributes.value().get(); in enqueueRequired() local
132 auto a = attributes.value().get(); in notifyRequired() local
/openbmc/u-boot/arch/xtensa/include/asm/
H A Dio.h82 #define memset_io(a, b, c) memset((void *)(a), (b), (c)) argument
83 #define memcpy_fromio(a, b, c) memcpy((a), (void *)(b), (c)) argument
84 #define memcpy_toio(a, b, c) memcpy((void *)(a), (b), (c)) argument
/openbmc/qemu/util/
H A Dqsp.c156 static inline uint32_t do_qsp_entry_hash(const QSPEntry *entry, uint64_t a) in do_qsp_entry_hash()
184 const QSPCallSite *a = ap; in qsp_callsite_cmp() local
196 const QSPCallSite *a = ap; in qsp_callsite_no_obj_cmp() local
207 const QSPEntry *a = ap; in qsp_entry_no_thread_cmp() local
215 const QSPEntry *a = ap; in qsp_entry_no_thread_obj_cmp() local
223 const QSPEntry *a = ap; in qsp_entry_cmp() local
462 const QSPEntry *a = ap; in qsp_tree_cmp() local
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handlers_builder.cpp83 const auto& a = v.at("actions"); in buildHandlerFromJson() local
/openbmc/phosphor-debug-collector/
H A Delog_watch.hpp57 void serialize(Archive& a, const std::uint32_t version) in serialize()
/openbmc/u-boot/drivers/crypto/fsl/
H A Drsa_caam.h21 const uint8_t *a; /* Signature as byte array */ member
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/
H A Dflags.hpp46 constexpr void one_from_set(log_flag<As...> a, log_flag<Bs...> b) in one_from_set()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handlers_builder.cpp72 const auto& a = item.at("actions"); in buildHandlerFromJson() local
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handlers_builder.cpp72 const auto& a = item.at("actions"); in buildHandlerFromJson() local

1...<<11121314151617181920>>...27