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

  /bionic/libc/kernel/uapi/linux/
prctl.h 117 __u64 end_code; member in struct:prctl_mm_map
  /external/kernel-headers/original/uapi/linux/
prctl.h 135 __u64 end_code; member in struct:prctl_mm_map
  /external/pcre/dist/
pcre_dfa_exec.c 414 const pcre_uchar *end_code, *first_op; local
475 end_code = this_start_code;
478 int back = GET(end_code, 2+LINK_SIZE);
480 end_code += GET(end_code, 1);
482 while (*end_code == OP_ALT);
517 end_code = this_start_code;
520 int back = GET(end_code, 2+LINK_SIZE);
523 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE);
526 end_code += GET(end_code, 1)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 349 def end_code(self): self.end_tt() member in class:HTMLParser
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 349 def end_code(self): self.end_tt() member in class:HTMLParser
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 349 def end_code(self): self.end_tt() member in class:HTMLParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 349 def end_code(self): self.end_tt() member in class:HTMLParser
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 689 int32_t end_code = data->ReadUShort(Offset::kFormat4EndCount + local
691 return end_code;
    [all...]

Completed in 903 milliseconds