HomeSort by relevance Sort by last modified time
    Searched refs:ent (Results 301 - 325 of 622) sorted by null

<<11121314151617181920>>

  /art/runtime/interpreter/mterp/mips/
entry.S 23 .ent ExecuteMterpImpl
  /bionic/linker/arch/mips/
begin.S 33 .ent __start
  /external/llvm/test/MC/Mips/
elf-N64.s 24 .ent main
elf-gprel-32-64.s 29 .ent test
instr-analysis.s 25 .ent foo
xgot.s 26 .ent fill
  /external/valgrind/helgrind/
hg_wordset.c 68 WCacheEnt ent[N_WCACHE_STAT_MAX]; member in struct:__anon42671
93 if (_cache->ent[0].arg1 == _arg1 \
94 && _cache->ent[0].arg2 == _arg2) \
95 return (_retty)_cache->ent[0].res; \
97 if (_cache->ent[_i].arg1 == _arg1 \
98 && _cache->ent[_i].arg2 == _arg2) { \
99 WCacheEnt tmp = _cache->ent[_i-1]; \
100 _cache->ent[_i-1] = _cache->ent[_i]; \
101 _cache->ent[_i] = tmp;
    [all...]
  /frameworks/native/opengl/libagl/arch-mips/
fixed_asm.S 28 .ent gglFloatToFixed
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 113 struct dirent* ent; local
114 while ((ent = readdir(dir))) {
116 long tid = strtol(ent->d_name, &end, 10);
117 if (end == ent->d_name || *end != '\0') {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
compact-eh-5.s 21 .ent _Z3fooi
elf-rel26.s 4 .ent foo
elf-rel30.s 3 .ent foo
elf-rel5.s 15 .ent fn
elf-rel9-mips16.s 2 .ent foo
elf-rel9.s 1 .ent foo
l_d-reloc.s 1 .ent func
mcu.s 3 .ent foo
mips16-macro.s 2 .ent foo
ulw-reloc.s 1 .ent func
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
got-page-5.s 11 .ent foo
got-page-6.s 9 .ent foo
tlsdyn-o32-2.s 6 .ent other
tlslib-o32.s 6 .ent fn
undefined.s 20 .ent foo
  /build/make/tools/atree/
files.cpp 438 struct dirent *ent; local
439 while (NULL != (ent = readdir(d))) {
440 if (0 == strcmp(".", ent->d_name)
441 || 0 == strcmp("..", ent->d_name)) {
444 if (matches_excludes(ent->d_name, excludes)) {
447 string entry = path_append(path, ent->d_name);
448 bool is_directory = (ent->d_type == DT_DIR);

Completed in 200 milliseconds

<<11121314151617181920>>