HomeSort by relevance Sort by last modified time
    Searched full:text_end (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libasm/
ChangeLog 57 * asm_end.c (text_end): Close file if necesary.
65 * asm_end.c (text_end): Mark parameter as possibly unused.
asm_end.c 46 text_end (AsmCtx_t *ctx __attribute__ ((unused))) function
507 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);
  /external/kernel-headers/original/asm-x86/
alternative_32.h 24 void *text, void *text_end);
30 void *text, void *text_end) {}
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 786 char *text_end;
795 text_end = base + length;
798 for (p=base; p<text_end; ++p)
811 if (p == text_end)
874 if (base < text_end)
876 new_replacement(base, CAST(size_t)(text_end - base), repl_type);
779 char *text_end; local
    [all...]
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.cc 325 const size_t text_end = (i < (classifications.size() - 1)) ? local
327 if (text_end <= current_run->run_start)
333 current_data->text = text.substr(text_start, text_end - text_start);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]

Completed in 136 milliseconds