Home
last modified time | relevance | path

Searched refs:mem0 (Results 1 – 16 of 16) sorted by relevance

/netbsd/common/lib/libc/string/
H A Dmemmem.c84 size_t i, ip, jp, k, p, ms, p0, mem, mem0; in twoway_memmem() local
134 mem0 = 0; in twoway_memmem()
136 } else mem0 = l-p; in twoway_memmem()
148 if (mem0 && mem && k < p) k = l-p; in twoway_memmem()
170 mem = mem0; in twoway_memmem()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/m32c/
H A Dlib1funcs.S45 .global mem0
46 mem0: .space 1 label
151 mov.w r0,mem0
/netbsd/external/gpl3/gcc/dist/libgcc/config/m32c/
H A Dlib1funcs.S45 .global mem0
46 mem0: .space 1 label
151 mov.w r0,mem0
/netbsd/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.abi83 Anything bigger than 16 bits is returned in memory, at mem0 (mem0
127 | saved regs mem0..mem15
H A Dpredicates.md261 ; TRUE for mem0
/netbsd/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.abi83 Anything bigger than 16 bits is returned in memory, at mem0 (mem0
127 | saved regs mem0..mem15
H A Dpredicates.md261 ; TRUE for mem0
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dm32c-tdep.c2201 struct bound_minimal_symbol mem0 in m32c_return_value() local
2204 if (! mem0.minsym) in m32c_return_value()
2208 read_memory (BMSYMBOL_VALUE_ADDRESS (mem0), readbuf, valtype_len); in m32c_return_value()
2233 struct bound_minimal_symbol mem0 in m32c_return_value() local
2236 if (! mem0.minsym) in m32c_return_value()
2240 write_memory (BMSYMBOL_VALUE_ADDRESS (mem0), writebuf, valtype_len); in m32c_return_value()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dm32c-tdep.c2201 struct bound_minimal_symbol mem0 in m32c_return_value() local
2204 if (! mem0.minsym) in m32c_return_value()
2208 read_memory (BMSYMBOL_VALUE_ADDRESS (mem0), readbuf, valtype_len); in m32c_return_value()
2233 struct bound_minimal_symbol mem0 in m32c_return_value() local
2236 if (! mem0.minsym) in m32c_return_value()
2240 write_memory (BMSYMBOL_VALUE_ADDRESS (mem0), writebuf, valtype_len); in m32c_return_value()
/netbsd/external/public-domain/sqlite/dist/
H A Dsqlite3.c26458 } mem0 = { 0, 0, 0 };
26460 #define mem0 GLOBAL(struct Mem0Global, mem0)
26466 return mem0.mutex;
26505 mem0.alarmThreshold = n;
26526 memset(&mem0, 0, sizeof(mem0));
26534 if( rc!=SQLITE_OK ) memset(&mem0, 0, sizeof(mem0));
26544 return mem0.nearlyFull;
26554 memset(&mem0, 0, sizeof(mem0));
26612 if( mem0.alarmThreshold>0 ){
26615 mem0.nearlyFull = 1;
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/doc/
H A Dmd.texi2680 The memory-based pseudo-registers $mem0 through $mem15.
H A Dgccint.info23260 The memory-based pseudo-registers $mem0 through $mem15.
H A Dgcc.info39872 The memory-based pseudo-registers $mem0 through $mem15.
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dmd.texi2688 The memory-based pseudo-registers $mem0 through $mem15.
H A Dgccint.info23260 The memory-based pseudo-registers $mem0 through $mem15.
H A Dgcc.info39872 The memory-based pseudo-registers $mem0 through $mem15.