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

  /external/google-breakpad/src/common/solaris/
file_id.cc 66 const void **text_start,
68 assert(text_start);
71 *text_start = NULL;
123 *text_start = (char *)elf_base + text_section->sh_offset;
  /external/harfbuzz_ng/util/
options.hh 328 unsigned int text_start = forward ? 0 : num_chars; local
329 unsigned int text_end = text_start;
343 text_start = 0;
356 while (text_start && text[text_start - 1].cluster >= cluster)
357 text_start--;
360 assert (text_start < text_end);
363 printf("start %d end %d text start %d end %d\n", start, end, text_start, text_end);
370 if (0 < text_start)
376 hb_buffer_append (fragment, text_buffer, text_start, text_end)
    [all...]
  /bionic/libc/kernel/uapi/linux/
coff.h 60 char text_start[4]; member in struct:__anon539
  /external/kernel-headers/original/uapi/linux/
coff.h 138 char text_start[4]; /* base of text used for this file */ member in struct:__anon25429
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp 445 int text_start = TextIndexFromCharIndex(start); local
446 if (text_start < 0)
453 if (text_last < 0 || text_last < text_start)
456 int text_count = text_last - text_start + 1;
459 static_cast<size_t>(text_start), static_cast<size_t>(text_count)));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c     [all...]

Completed in 576 milliseconds