HomeSort by: relevance | last modified time | path
    Searched refs:__pure (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/arch/dreamcast/include/
sysasicvar.h 47 const char *__pure sysasic_intr_string(int /*ipl*/) __attribute__((const));
  /src/sys/arch/mips/include/
pte.h 127 mips_pg_wired_bit(void) __pure,
128 mips_pg_m_bit(void) __pure,
129 mips_pg_ro_bit(void) __pure,
130 mips_pg_rw_bit(void) __pure,
131 mips_pg_ropage_bit(void) __pure,
132 mips_pg_cwpage_bit(void) __pure,
133 mips_pg_rwpage_bit(void) __pure,
134 mips_pg_global_bit(void) __pure;
135 static __inline paddr_t pte_to_paddr(pt_entry_t pte) __pure;
136 static __inline bool PAGE_IS_RDONLY(uint32_t pte, vaddr_t va) __pure;
    [all...]
  /src/sys/arch/x68k/stand/libdos/
dos_errno.h 20 const char * __pure dos_strerror(int) __attribute__((const));
dos.h 362 /* ff30 */ int __pure DOS_VERNUM (void);
  /src/lib/libc/misc/
initfini.c 59 void *___dlauxinfo(void) __pure;
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 267 /* 12 d1=hsv */ int __pure IOCS_HSVTORGB (int, int, int) __attribute__((const));
387 /* 8e */ int __pure IOCS_BOOTINF (void) __attribute__((const));
388 /* 8f */ int __pure IOCS_ROMVER (void) __attribute__((const));
391 /* a0 d1 */ int __pure IOCS_SFTJIS (int) __attribute__((const));
392 /* a1 d1 */ int __pure IOCS_JISSFT (int) __attribute__((const));
393 /* a2 d1=ww */ int __pure IOCS_AKCONV (int, int) __attribute__((const));
  /src/include/
dlfcn.h 57 void *_dlauxinfo(void) __pure;
unistd.h 270 __pure int
  /src/sys/sys/
cdefs.h 252 #define __pure __attribute__((__pure__)) macro
254 #define __pure __const macro
256 #define __pure macro
time.h 271 bool timespecaddok(const struct timespec *, const struct timespec *) __pure;
272 bool timespecsubok(const struct timespec *, const struct timespec *) __pure;
  /src/sys/arch/dreamcast/dreamcast/
sysasic.c 73 const char * __pure
  /src/libexec/ld.elf_so/
rtld.h 383 __dso_public void *_dlauxinfo(void) __pure;
  /src/sys/arch/powerpc/include/
cpu.h 233 static __inline struct cpu_info * curcpu(void) __pure;
  /src/share/man/man3/
Makefile 25 attribute.3 __pure.3 \
  /src/sys/arch/powerpc/booke/
e500_tlb.c 88 static inline register_t mftlb0cfg(void) __pure;
89 static inline register_t mftlb1cfg(void) __pure;

Completed in 47 milliseconds