Searched refs:tagp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/dtc/libfdt/ |
| D | fdt.c | 96 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/ |
| D | fdt.c | 96 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/ |
| D | efx_vpd.c | 350 __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()
|
| D | efx_impl.h | 1107 __out efx_vpd_tag_t *tagp,
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/ |
| D | simd | 516 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/ |
| D | IntrinsicsAArch64.td | 865 // ptr1 = tagp(ptr0, baseptr, tag_offset) returns a pointer where 870 // to tagp with the same pair of (baseptr, tag_offset) will produce pointers
|