Home
last modified time | relevance | path

Searched refs:tagp (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/dtc/libfdt/
Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
103 if (!tagp) in fdt_next_tag()
105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
/freebsd-12-stable/sys/contrib/libfdt/
Dfdt.c96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
103 if (!tagp) in fdt_next_tag()
105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
/freebsd-12-stable/sys/dev/sfxge/common/
Defx_vpd.c350 __out efx_vpd_tag_t *tagp, in efx_vpd_next_tag() argument
412 *tagp = name; in efx_vpd_next_tag()
653 __out efx_vpd_tag_t *tagp, in efx_vpd_hunk_next() argument
710 *tagp = tag; in efx_vpd_hunk_next()
Defx_impl.h1107 __out efx_vpd_tag_t *tagp,
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dsimd516 template <class Abi> doublev<Abi> nan(const char* tagp);
517 template <class Abi> floatv<Abi> nanf(const char* tagp);
518 template <class Abi> ldoublev<Abi> nanl(const char* tagp);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsicsAArch64.td865 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where
870 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers