Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m32c/
H A Dlib1funcs.S45 .global mem0 symbol
46 mem0: .space 1 label
151 mov.w r0,mem0
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m32c/
H A Dlib1funcs.S45 .global mem0 symbol
46 mem0: .space 1 label
151 mov.w r0,mem0
/netbsd-src/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-src/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-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c29991 } mem0 = { 0, SQLITE_MAX_MEMORY, SQLITE_MAX_MEMORY, 0 }; variable
29993 #define mem0 GLOBAL(struct Mem0Global, mem0) macro
29999 return mem0.mutex; in sqlite3MallocMutex()
30039 sqlite3_mutex_enter(mem0.mutex); in sqlite3_soft_heap_limit64()
30040 priorLimit = mem0.alarmThreshold; in sqlite3_soft_heap_limit64()
30042 sqlite3_mutex_leave(mem0.mutex); in sqlite3_soft_heap_limit64()
30045 if( mem0.hardLimit>0 && (n>mem0.hardLimit || n==0) ){ in sqlite3_soft_heap_limit64()
30046 n = mem0.hardLimit; in sqlite3_soft_heap_limit64()
30048 mem0.alarmThreshold = n; in sqlite3_soft_heap_limit64()
30050 AtomicStore(&mem0.nearlyFull, n>0 && n<=nUsed); in sqlite3_soft_heap_limit64()
[all …]
/netbsd-src/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.info39871 The memory-based pseudo-registers $mem0 through $mem15.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dmd.texi2688 The memory-based pseudo-registers $mem0 through $mem15.
H A Dgccint.info24299 The memory-based pseudo-registers $mem0 through $mem15.
H A Dgcc.info43582 The memory-based pseudo-registers $mem0 through $mem15.