HomeSort by relevance Sort by last modified time
    Searched defs:startp (Results 1 - 20 of 20) sorted by null

  /external/elfutils/libdw/
libdw_form.c 45 const unsigned char *startp = valp; local
70 if (unlikely ((size_t) (endp - startp) < 1))
76 if (unlikely ((size_t) (endp - startp) < 2))
82 if (unlikely ((size_t) (endp - startp) < 4))
90 result = u128 + (valp - startp);
96 (size_t) (endp - startp));
99 result = (size_t) (endstrp - startp) + 1;
107 result = valp - startp;
115 result += valp - startp;
124 if (unlikely (result > (size_t) (endp - startp)))
    [all...]
dwarf_getpubnames.c 50 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf; local
51 unsigned char *readp = startp;
89 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
186 unsigned char *startp local
189 = startp + dbg->sectiondata[IDX_debug_pubnames]->d_size;
190 unsigned char *readp = startp + offset;
230 return readp - startp;
238 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
239 readp = startp + dbg->pubnames_sets[cnt].set_start;
dwarf_getmacros.c 150 const unsigned char *startp = readp; local
255 .header_len = readp - startp,
269 const unsigned char *startp,
280 ? get_table_for_offset (dbg, macoff, startp, endp, cudie)
316 const unsigned char *const startp = d->d_buf + macoff; local
320 startp, endp, cudie);
328 assert (offset < endp - startp);
329 const unsigned char *readp = startp + offset;
362 .startp = (void *) startp + offset
    [all...]
libdwP.h 316 void *startp; member in struct:Dwarf_CU
  /bionic/libc/bionic/
libgen.cpp 40 const char* startp = NULL; local
47 startp = ".";
60 startp = "/";
66 startp = endp;
67 while (startp > path && *(startp - 1) != '/') {
68 startp--;
71 len = endp - startp +1;
85 memcpy(buffer, startp, len);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkupdate.c 113 u_char *cp, *sp2, *startp, *endp; local
236 startp = rrecp->r_data;
237 endp = startp + rrecp->r_size - 1;
241 if (!getword_str(buf2, sizeof buf2, &startp, endp))
255 if (!getword_str(buf2, sizeof buf2, &startp, endp))
267 if (!getword_str(buf2, sizeof buf2, &startp,
279 while (isspace(*startp) || !*startp)
280 startp++;
281 if (*startp == '(') {
    [all...]
  /external/elfutils/libelf/
elf_begin.c 754 char *startp = runp; local
759 memset (startp, '\0', newp + len - startp);
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
make-relative-prefix.c 249 char *startp, *endp, *nstore; local
261 startp = endp = temp;
266 if (endp == startp)
274 memcpy (nstore, startp, endp - startp);
277 nstore[endp - startp] = DIR_SEPARATOR;
278 nstore[endp - startp + 1] = 0;
281 nstore[endp - startp] = 0;
302 endp = startp = endp + 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
codecs.c 558 Py_UNICODE *startp; local
568 startp = PyUnicode_AS_UNICODE(object);
572 if (0xD800 <= startp[end - 1] && startp[end - 1] <= 0xDBFF)
576 e = startp + end;
577 for (p = startp+start, ressize = 0; p < e;) {
609 for (p = startp+start, outp = PyUnicode_AS_UNICODE(res); p < e;) {
615 (p < startp+end) &&
683 Py_UNICODE *startp; local
694 startp = PyUnicode_AS_UNICODE(object);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
codecs.c 558 Py_UNICODE *startp; local
567 startp = PyUnicode_AS_UNICODE(object);
568 for (p = startp+start, ressize = 0; p < startp+end; ++p) {
596 for (p = startp+start, outp = PyUnicode_AS_UNICODE(res);
597 p < startp+end; ++p) {
670 Py_UNICODE *startp; local
679 startp = PyUnicode_AS_UNICODE(object);
680 for (p = startp+start, ressize = 0; p < startp+end; ++p) {
    [all...]
  /external/python/cpython2/Python/
codecs.c 714 Py_UNICODE *startp; local
724 startp = PyUnicode_AS_UNICODE(object);
728 if (0xD800 <= startp[end - 1] && startp[end - 1] <= 0xDBFF)
732 e = startp + end;
733 for (p = startp+start, ressize = 0; p < e;) {
765 for (p = startp+start, outp = PyUnicode_AS_UNICODE(res); p < e;) {
771 (p < startp+end) &&
839 Py_UNICODE *startp; local
850 startp = PyUnicode_AS_UNICODE(object)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 43 uchar *startp; member in struct:Map
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
libmach8db.c 43 uchar *startp; member in struct:Map
    [all...]
  /external/elfutils/src/
ldgeneric.c 4582 struct pathelement *startp; local
    [all...]
readelf.c 5681 const unsigned char *startp = readp; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 3616 const Py_UNICODE *startp = p; local
5054 const Py_UNICODE *startp = p; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 3572 const Py_UNICODE *startp = p; local
4961 const Py_UNICODE *startp = p; local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 3623 const Py_UNICODE *startp = p; local
5061 const Py_UNICODE *startp = p; local
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ext/
nashorn.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/ext/
nashorn.jar 

Completed in 1288 milliseconds