| /openbmc/qemu/linux-user/arm/ |
| H A D | vdso.S | 37 .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 D | tcg-target-has.h | 18 #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 D | manager_writemeta_unittest.cpp | 18 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 D | manager_write_unittest.cpp | 18 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 D | manager_read_unittest.cpp | 20 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 D | tcg-target-has.h | 52 #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 D | onenand.c | 67 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 D | sysfswrite.cpp | 22 std::ofstream ofs; in write() local 32 std::ofstream ofs; in write() local
|
| /openbmc/qemu/tcg/sparc64/ |
| H A D | tcg-target-has.h | 15 #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 D | tcg-target-has.h | 44 #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 D | tcg-target-has.h | 44 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 D | tcg-target-has.h | 56 #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 D | nand.h | 47 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 D | tcg-target-has.h | 59 #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 D | tcg-target-has.h | 65 #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 D | tcg-target-has.h | 61 #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 D | libata.c | 43 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 D | slre.c | 440 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 D | lpc32xximage.c | 123 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 D | tcg-target-has.h | 56 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 D | json_serializer_test.cpp | 107 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 D | test-826.c | 26 long ofs; in main() local
|
| /openbmc/google-ipmi-sys/ |
| H A D | file_system_wrapper.cpp | 39 std::ofstream ofs; in create() local
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | mtdpart.c | 467 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 D | cfi_mtd.c | 107 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()
|