Searched refs:text_end (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dalternative_32.h24 void *text, void *text_end);
30 void *text, void *text_end) {}
28 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_result_view.cc325 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/elfutils/libasm/
H A Dasm_end.c46 text_end (AsmCtx_t *ctx __attribute__ ((unused))) function
507 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);

Completed in 111 milliseconds