Home
last modified time | relevance | path

Searched defs:ofs (Results 1 – 25 of 93) sorted by relevance

1234

/openbmc/qemu/linux-user/arm/
H A Dvdso.S37 .macro fdpic_thunk ofs argument
89 .macro cfi_fdpic_r9 ofs argument
101 .macro cfi_fdpic_pc ofs argument
/openbmc/qemu/tcg/tci/
H A Dtcg-target-has.h18 #define TCG_TARGET_extract_valid(type, ofs, len) 1 argument
19 #define TCG_TARGET_sextract_valid(type, ofs, len) 1 argument
20 #define TCG_TARGET_deposit_valid(type, ofs, len) 1 argument
/openbmc/phosphor-ipmi-blobs/test/
H A Dmanager_writemeta_unittest.cpp18 uint32_t ofs = 0x54; in TEST() local
35 uint32_t ofs = 0x54; in TEST() local
58 uint32_t ofs = 0x54; in TEST() local
81 uint32_t ofs = 0x54; in TEST() local
H A Dmanager_write_unittest.cpp18 uint32_t ofs = 0x54; in TEST() local
35 uint32_t ofs = 0x54; in TEST() local
58 uint32_t ofs = 0x54; in TEST() local
79 uint32_t ofs = 0x54; in TEST() local
H A Dmanager_read_unittest.cpp20 uint32_t ofs = 0x54; in TEST() local
38 uint32_t ofs = 0x54; in TEST() local
62 uint32_t ofs = 0x54; in TEST() local
/openbmc/qemu/tcg/mips/
H A Dtcg-target-has.h52 #define TCG_TARGET_extract_valid(type, ofs, len) use_mips32r2_instructions argument
53 #define TCG_TARGET_deposit_valid(type, ofs, len) use_mips32r2_instructions argument
56 tcg_target_sextract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_sextract_valid()
/openbmc/u-boot/cmd/
H A Donenand.c67 loff_t ofs = from; in onenand_block_read() local
138 loff_t ofs; in onenand_block_write() local
192 loff_t ofs; in onenand_block_erase() local
228 loff_t ofs; in onenand_block_test() local
369 ulong ofs; in do_onenand_bad() local
386 ulong addr, ofs; in do_onenand_read() local
413 ulong addr, ofs; in do_onenand_write() local
439 ulong ofs; in do_onenand_erase() local
475 ulong ofs; in do_onenand_test() local
500 ulong ofs; in do_onenand_dump() local
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.cpp22 std::ofstream ofs; in write() local
32 std::ofstream ofs; in write() local
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target-has.h15 #define TCG_TARGET_extract_valid(type, ofs, len) \ argument
20 #define TCG_TARGET_deposit_valid(type, ofs, len) 0 argument
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target-has.h44 #define TCG_TARGET_extract_valid(type, ofs, len) 1 argument
45 #define TCG_TARGET_deposit_valid(type, ofs, len) 1 argument
48 tcg_target_sextract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_sextract_valid()
/openbmc/qemu/tcg/riscv/
H A Dtcg-target-has.h44 tcg_target_extract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_extract_valid()
61 tcg_target_sextract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_sextract_valid()
70 #define TCG_TARGET_deposit_valid(type, ofs, len) 0 argument
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target-has.h56 #define TCG_TARGET_extract_valid(type, ofs, len) 1 argument
57 #define TCG_TARGET_sextract_valid(type, ofs, len) 1 argument
58 #define TCG_TARGET_deposit_valid(type, ofs, len) 1 argument
/openbmc/u-boot/include/
H A Dnand.h47 static inline int nand_read(struct mtd_info *info, loff_t ofs, size_t *len, in nand_read()
53 static inline int nand_write(struct mtd_info *info, loff_t ofs, size_t *len, in nand_write()
59 static inline int nand_block_isbad(struct mtd_info *info, loff_t ofs) in nand_block_isbad()
/openbmc/qemu/tcg/ppc/
H A Dtcg-target-has.h59 #define TCG_TARGET_extract_valid(type, ofs, len) 1 argument
60 #define TCG_TARGET_deposit_valid(type, ofs, len) 1 argument
63 tcg_target_sextract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_sextract_valid()
/openbmc/qemu/tcg/i386/
H A Dtcg-target-has.h65 #define TCG_TARGET_deposit_valid(type, ofs, len) \ argument
77 tcg_target_sextract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_sextract_valid()
97 tcg_target_extract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_extract_valid()
/openbmc/qemu/tcg/s390x/
H A Dtcg-target-has.h61 #define TCG_TARGET_extract_valid(type, ofs, len) 1 argument
62 #define TCG_TARGET_deposit_valid(type, ofs, len) 1 argument
65 tcg_target_sextract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_sextract_valid()
/openbmc/u-boot/drivers/ata/
H A Dlibata.c43 unsigned int ofs, unsigned int len) in ata_id_string()
62 unsigned int ofs, unsigned int len) in ata_id_c_string()
/openbmc/u-boot/lib/
H A Dslre.c440 loop_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_greedy()
457 loop_non_greedy(const struct slre *r, int pc, const char *s, int len, int *ofs) in loop_non_greedy()
471 is_any_of(const unsigned char *p, int len, const char *s, int *ofs) in is_any_of()
487 is_any_but(const unsigned char *p, int len, const char *s, int *ofs) in is_any_but()
504 int *ofs, struct cap *caps) in match()
650 int i, ofs = 0, res = 0; in slre_match() local
/openbmc/u-boot/tools/
H A Dlpc32xximage.c123 static void print_hdr_byte(struct nand_page_0_boot_header *hdr, int ofs) in print_hdr_byte()
132 int ofs; in lpc32xximage_print_header() local
/openbmc/qemu/tcg/arm/
H A Dtcg-target-has.h56 tcg_target_extract_valid(TCGType type, unsigned ofs, unsigned len) in tcg_target_extract_valid()
71 #define TCG_TARGET_deposit_valid(type, ofs, len) use_armv7_instructions argument
/openbmc/phosphor-user-manager/test/
H A Djson_serializer_test.cpp107 std::ofstream ofs(test_file, std::ios::trunc); in TEST_F() local
118 std::ofstream ofs(test_file); in TEST_F() local
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-826.c26 long ofs; in main() local
/openbmc/google-ipmi-sys/
H A Dfile_system_wrapper.cpp39 std::ofstream ofs; in create() local
/openbmc/u-boot/drivers/mtd/
H A Dmtdpart.c467 static int part_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_lock()
472 static int part_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_unlock()
477 static int part_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len) in part_is_locked()
499 static int part_block_isreserved(struct mtd_info *mtd, loff_t ofs) in part_block_isreserved()
505 static int part_block_isbad(struct mtd_info *mtd, loff_t ofs) in part_block_isbad()
511 static int part_block_markbad(struct mtd_info *mtd, loff_t ofs) in part_block_markbad()
H A Dcfi_mtd.c107 static int cfi_mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_lock()
119 static int cfi_mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len) in cfi_mtd_unlock()

1234