Searched refs:mem0 (Results 1 – 11 of 11) sorted by relevance
/openbsd/lib/libc/string/ |
H A D | strstr.c | 69 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_strstr() local 120 mem0 = 0; in twoway_strstr() 122 } else mem0 = l-p; in twoway_strstr() 167 mem = mem0; in twoway_strstr()
|
H A D | memmem.c | 72 size_t i, ip, jp, k, p, ms, p0, mem, mem0; in twoway_memmem() local 122 mem0 = 0; in twoway_memmem() 124 } else mem0 = l-p; in twoway_memmem() 158 mem = mem0; in twoway_memmem()
|
/openbsd/gnu/gcc/gcc/config/m32c/ |
H A D | m32c-lib1.S | 51 .global mem0 52 mem0: .space 1 label 157 mov.w r0,mem0
|
H A D | m32c.abi | 85 Anything bigger than 16 bits is returned in memory, at mem0 (mem0 129 | saved regs mem0..mem15
|
H A D | predicates.md | 255 ; TRUE for mem0
|
/openbsd/sys/arch/armv7/exynos/ |
H A D | exehci.c | 154 goto mem0; in exehci_attach() 186 mem0: in exehci_attach()
|
/openbsd/sys/dev/fdt/ |
H A D | imxehci.c | 167 goto mem0; in imxehci_attach() 269 mem0: in imxehci_attach()
|
/openbsd/sys/arch/armv7/omap/ |
H A D | omehci.c | 168 goto mem0; in omehci_attach() 220 mem0: in omehci_attach()
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | md.texi | 2318 The memory-based pseudo-registers $mem0 through $mem15.
|
H A D | gcc.info | 18966 The memory-based pseudo-registers $mem0 through $mem15.
|
H A D | gccint.info | 14247 The memory-based pseudo-registers $mem0 through $mem15.
|