/openbmc/linux/arch/riscv/kernel/ |
H A D | module.c | 21 static bool riscv_insn_valid_32bit_offset(ptrdiff_t val) in riscv_insn_valid_32bit_offset() 50 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_branch_rela() 63 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_jal_rela() 76 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_rvc_branch_rela() 91 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_rvc_jump_rela() 109 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_pcrel_hi20_rela() 191 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_got_hi20_rela() 213 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_call_plt_rela() 239 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_riscv_call_rela()
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | rseq.c | 43 __weak ptrdiff_t __rseq_offset; 47 static const ptrdiff_t *libc_rseq_offset_p = &__rseq_offset; 52 ptrdiff_t rseq_offset;
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | module.c | 108 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_larch_sop_push_plt_pcrel() 282 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_larch_b26() 320 ptrdiff_t offset_rem = (void *)v - (void *)anchor; in apply_r_larch_pcala() 373 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_larch_32_pcrel() 382 ptrdiff_t offset = (void *)v - (void *)location; in apply_r_larch_64_pcrel()
|
/openbmc/u-boot/include/ |
H A D | malloc.h | 814 Void_t * __default_morecore_init (ptrdiff_t); 815 Void_t *(*__morecore)(ptrdiff_t) = __default_morecore_init; 831 extern Void_t* sbrk(ptrdiff_t);
|
/openbmc/linux/net/bluetooth/ |
H A D | eir.c | 67 static u8 *create_uuid16_list(struct hci_dev *hdev, u8 *data, ptrdiff_t len) in create_uuid16_list() 109 static u8 *create_uuid32_list(struct hci_dev *hdev, u8 *data, ptrdiff_t len) in create_uuid32_list() 142 static u8 *create_uuid128_list(struct hci_dev *hdev, u8 *data, ptrdiff_t len) in create_uuid128_list()
|
/openbmc/linux/tools/build/feature/ |
H A D | test-dwarf_getlocations.c | 11 ptrdiff_t offset = 0; in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0006-include-stddef.h-for-ptrdiff_t.patch | 4 Subject: [PATCH] include stddef.h for ptrdiff_t
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/udpcast/ |
H A D | 0001-include-stddef.h-for-ptrdiff_t.patch | 4 Subject: [PATCH 1/1] include stddef.h for ptrdiff_t
|
/openbmc/linux/lib/zstd/common/ |
H A D | zstd_internal.h | 208 void ZSTD_wildcopy(void* dst, const void* src, ptrdiff_t length, ZSTD_overlap_e const ovtype) in ZSTD_wildcopy() 210 ptrdiff_t diff = (BYTE*)dst - (const BYTE*)src; in ZSTD_wildcopy()
|
H A D | fse.h | 375 ptrdiff_t value; 516 statePtr->value = (ptrdiff_t)1<<tableLog; in FSE_initCState()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/udpcast/ |
H A D | udpcast_20230924.bb | 14 file://0001-include-stddef.h-for-ptrdiff_t.patch \
|
/openbmc/linux/tools/include/nolibc/ |
H A D | stdint.h | 22 typedef signed long ptrdiff_t; typedef
|
/openbmc/u-boot/include/linux/ |
H A D | types.h | 63 typedef __kernel_ptrdiff_t ptrdiff_t; typedef
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_slist.hpp | 105 using difference_type = std::ptrdiff_t;
|
/openbmc/linux/drivers/dma/dw-edma/ |
H A D | dw-hdma-v0-core.c | 158 ptrdiff_t ofs = i * sizeof(struct dw_hdma_v0_lli); in dw_hdma_v0_write_ll_data() 180 ptrdiff_t ofs = i * sizeof(struct dw_hdma_v0_lli); in dw_hdma_v0_write_ll_link()
|
/openbmc/u-boot/lib/ |
H A D | lz4_wrapper.c | 112 size_t size = min((ptrdiff_t)b.size, end - out); in ulz4fn()
|
/openbmc/qemu/ |
H A D | event-loop-base.c | 22 ptrdiff_t offset; /* field's byte offset in EventLoopBase struct */
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 914 static inline ptrdiff_t tcg_ptr_byte_diff(const void *a, const void *b) in tcg_ptr_byte_diff() 928 static inline ptrdiff_t tcg_pcrel_diff(TCGContext *s, const void *target) in tcg_pcrel_diff() 941 static inline ptrdiff_t tcg_tbrel_diff(TCGContext *s, const void *target) in tcg_tbrel_diff()
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | hab.h | 145 typedef void *hab_rvt_authenticate_image_t(uint8_t, ptrdiff_t,
|
/openbmc/linux/include/linux/ |
H A D | types.h | 71 typedef __kernel_ptrdiff_t ptrdiff_t; typedef
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 1296.patch | 40 std::ptrdiff_t debug_offset) {
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm_gmac-test.c | 54 ptrdiff_t diff = mod - gmac_module_list; in gmac_module_index()
|
/openbmc/linux/lib/zstd/decompress/ |
H A D | zstd_decompress_block.c | 792 static void ZSTD_safecopy(BYTE* op, const BYTE* const oend_w, BYTE const* ip, ptrdiff_t length, ZST… in ZSTD_safecopy() 793 ptrdiff_t const diff = op - ip; in ZSTD_safecopy() 832 static void ZSTD_safecopyDstBeforeSrc(BYTE* op, BYTE const* ip, ptrdiff_t length) { in ZSTD_safecopyDstBeforeSrc() 833 ptrdiff_t const diff = op - ip; in ZSTD_safecopyDstBeforeSrc() 1029 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength, ZSTD_no_overlap); in ZSTD_execSequence() 1040 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength - 8, ZSTD_overlap_src_before_dst); in ZSTD_execSequence() 1120 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength, ZSTD_no_overlap); in ZSTD_execSequenceSplitLitBuffer() 1131 ZSTD_wildcopy(op, match, (ptrdiff_t)sequence.matchLength-8, ZSTD_overlap_src_before_dst); in ZSTD_execSequenceSplitLitBuffer()
|
/openbmc/linux/fs/ntfs3/lib/ |
H A D | decompress_common.h | 275 if (bufend - end >= (ptrdiff_t)(WORDBYTES - 1)) { in lz_copy()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/ |
H A D | libhugetlbfs_2.24.bb | 20 file://0006-include-stddef.h-for-ptrdiff_t.patch \
|