HomeSort by: relevance | last modified time | path
    Searched defs:mem0 (Results 1 - 12 of 12) sorted by relevancy

  /src/common/lib/libc/string/
memmem.c 84 size_t i, ip, jp, k, p, ms, p0, mem, mem0; local
134 mem0 = 0;
136 } else mem0 = l-p;
148 if (mem0 && mem && k < p) k = l-p;
170 mem = mem0;
memmem.c 84 size_t i, ip, jp, k, p, ms, p0, mem, mem0; local
134 mem0 = 0;
136 } else mem0 = l-p;
148 if (mem0 && mem && k < p) k = l-p;
170 mem = mem0;
  /src/external/gpl3/gcc/dist/libgcc/config/m32c/
lib1funcs.S 45 .global mem0
46 mem0: .space 1 label
151 mov.w r0,mem0
lib1funcs.S 45 .global mem0
46 mem0: .space 1 label
151 mov.w r0,mem0
  /src/external/gpl3/gcc.old/dist/libgcc/config/m32c/
lib1funcs.S 45 .global mem0
46 mem0: .space 1 label
151 mov.w r0,mem0
lib1funcs.S 45 .global mem0
46 mem0: .space 1 label
151 mov.w r0,mem0
  /src/external/gpl3/gdb.old/dist/gdb/
m32c-tdep.c 2220 /* Everything else is passed in mem0, using as many bytes as
2223 bound_minimal_symbol mem0
2224 = lookup_minimal_symbol (current_program_space, "mem0");
2226 if (! mem0.minsym)
2227 error (_("The return value is stored in memory at 'mem0', "
2230 read_memory (mem0.value_address (), readbuf, valtype_len);
2252 /* Everything else is passed in mem0, using as many bytes as
2255 bound_minimal_symbol mem0
2256 = lookup_minimal_symbol (current_program_space, "mem0");
2258 if (! mem0.minsym
2215 bound_minimal_symbol mem0 local
2247 bound_minimal_symbol mem0 local
    [all...]
m32c-tdep.c 2220 /* Everything else is passed in mem0, using as many bytes as
2223 bound_minimal_symbol mem0
2224 = lookup_minimal_symbol (current_program_space, "mem0");
2226 if (! mem0.minsym)
2227 error (_("The return value is stored in memory at 'mem0', "
2230 read_memory (mem0.value_address (), readbuf, valtype_len);
2252 /* Everything else is passed in mem0, using as many bytes as
2255 bound_minimal_symbol mem0
2256 = lookup_minimal_symbol (current_program_space, "mem0");
2258 if (! mem0.minsym
2215 bound_minimal_symbol mem0 local
2247 bound_minimal_symbol mem0 local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
m32c-tdep.c 2221 /* Everything else is passed in mem0, using as many bytes as
2224 bound_minimal_symbol mem0
2225 = lookup_minimal_symbol (current_program_space, "mem0");
2227 if (! mem0.minsym)
2228 error (_("The return value is stored in memory at 'mem0', "
2231 read_memory (mem0.value_address (), readbuf, valtype_len);
2253 /* Everything else is passed in mem0, using as many bytes as
2256 bound_minimal_symbol mem0
2257 = lookup_minimal_symbol (current_program_space, "mem0");
2259 if (! mem0.minsym
2216 bound_minimal_symbol mem0 local
2248 bound_minimal_symbol mem0 local
    [all...]
m32c-tdep.c 2221 /* Everything else is passed in mem0, using as many bytes as
2224 bound_minimal_symbol mem0
2225 = lookup_minimal_symbol (current_program_space, "mem0");
2227 if (! mem0.minsym)
2228 error (_("The return value is stored in memory at 'mem0', "
2231 read_memory (mem0.value_address (), readbuf, valtype_len);
2253 /* Everything else is passed in mem0, using as many bytes as
2256 bound_minimal_symbol mem0
2257 = lookup_minimal_symbol (current_program_space, "mem0");
2259 if (! mem0.minsym
2216 bound_minimal_symbol mem0 local
2248 bound_minimal_symbol mem0 local
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c 31530 } mem0 = { 0, SQLITE_MAX_MEMORY, SQLITE_MAX_MEMORY, 0 }; variable in typeref:struct:Mem0Global
31532 #define mem0 macro
    [all...]
sqlite3.c 31530 } mem0 = { 0, SQLITE_MAX_MEMORY, SQLITE_MAX_MEMORY, 0 }; variable in typeref:struct:Mem0Global
31532 #define mem0 macro
    [all...]

Completed in 204 milliseconds