HomeSort by relevance Sort by last modified time
    Searched full:endp (Results 1 - 25 of 364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/openbsd-compat/
dirname.c 33 const char *endp; local
43 endp = path + strlen(path) - 1;
44 while (endp > path && *endp == '/')
45 endp--;
48 while (endp > path && *endp != '/')
49 endp--;
52 if (endp == path) {
53 dname[0] = *endp == '/' ? '/' : '.'
    [all...]
basename.c 31 const char *endp, *startp; local
41 endp = path + strlen(path) - 1;
42 while (endp > path && *endp == '/')
43 endp--;
46 if (endp == path && *endp == '/') {
53 startp = endp;
57 len = endp - startp + 1;
bsd-closefrom.c 73 char fdpath[PATH_MAX], *endp; local
82 fd = strtol(dent->d_name, &endp, 10);
83 if (dent->d_name != endp && *endp == '\0' &&
  /bionic/libc/bionic/
libgen.cpp 44 const char* endp = NULL; local
56 endp = path + strlen(path) - 1;
57 while (endp > path && *endp == '/') {
58 endp--;
62 if (endp == path && *endp == '/') {
69 startp = endp;
74 len = endp - startp +1;
95 const char* endp = NULL local
    [all...]
  /external/elfutils/src/libdw/
dwarf_formsdata.c 47 const unsigned char *endp = attr->cu->endp; local
52 if (datap + 1 > endp)
62 if (datap + 2 > endp)
68 if (datap + 4 > endp)
74 if (datap + 8 > endp)
80 if (datap + 1 > endp)
82 get_sleb128 (*return_sval, datap, endp);
86 if (datap + 1 > endp)
88 get_uleb128 (*return_sval, datap, endp);
    [all...]
dwarf_formblock.c 47 const unsigned char *endp = attr->cu->endp; local
52 if (unlikely (endp - datap < 1))
59 if (unlikely (endp - datap < 2))
66 if (unlikely (endp - datap < 4))
74 if (unlikely (endp - datap < 1))
76 get_uleb128 (return_block->length, datap, endp);
85 if (unlikely (return_block->length > (size_t) (endp - return_block->data)))
dwarf_formref.c 43 const unsigned char *endp = attr->cu->endp; local
54 if (datap + 1 > endp)
64 if (datap + 2 > endp)
70 if (datap + 4 > endp)
76 if (datap + 8 > endp)
82 if (datap + 1 > endp)
84 get_uleb128 (*return_offset, datap, endp);
libdw_form.c 46 const unsigned char *endp = cu->endp; 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))
89 get_uleb128 (u128, valp, endp);
96 (size_t) (endp - startp));
106 get_uleb128 (u128, valp, endp);
111 get_uleb128 (u128, valp, endp);
124 if (unlikely (result > (size_t) (endp - startp))
    [all...]
dwarf_hasattr.c 58 unsigned char *const endp local
66 if (unlikely (attrp >= endp))
71 get_uleb128 (attr_name, attrp, endp);
73 if (unlikely (attrp >= endp))
75 get_uleb128 (attr_form, attrp, endp);
dwarf_formudata.c 81 unsigned char *endp = d->d_buf + d->d_size; local
82 if (unlikely (readp >= endp))
90 *endpp = endp;
105 const unsigned char *endp = attr->cu->endp; local
110 if (datap + 1 > endp)
120 if (datap + 2 > endp)
215 if (datap + 1 > endp)
217 get_sleb128 (*return_uval, datap, endp);
221 if (datap + 1 > endp)
    [all...]
dwarf_getattrs.c 65 const unsigned char *endp; local
66 endp = ((const unsigned char *) dbg->sectiondata[IDX_debug_abbrev]->d_buf
71 if (unlikely (attrp >= endp))
78 get_uleb128 (attr.code, attrp, endp);
79 if (unlikely (attrp >= endp))
81 get_uleb128 (attr.form, attrp, endp);
dwarf_getstring.c 57 const char *endp = memchr (result, '\0', local
59 if (endp == NULL)
63 *lenp = endp - result;
dwarf_child.c 59 unsigned char *const endp local
67 if (unlikely (attrp >= endp))
70 get_uleb128 (attr_name, attrp, endp);
72 if (unlikely (attrp >= endp))
75 get_uleb128 (attr_form, attrp, endp);
151 const unsigned char *endp = cu->endp; local
154 if (unlikely (code >= endp)) /* Truncated section. */
dwarf_siblingof.c 65 unsigned char *endp = sibattr.cu->endp; local
97 if (addr >= endp)
121 if (addr >= endp)
  /external/llvm/test/CodeGen/AArch64/
i128-align.ll 11 %endp = getelementptr %struct, %struct* @var, i64 1
12 %endi = ptrtoint %struct* %endp to i64
23 %endp = getelementptr %struct, %struct* @var, i64 0, i32 1
24 %endi = ptrtoint i128* %endp to i64
  /external/e2fsprogs/intl/
plural-exp.c 113 char *endp; local
124 n = strtoul (nplurals, &endp, 10);
126 for (endp = nplurals, n = 0; *endp >= '0' && *endp <= '9'; endp++)
127 n = n * 10 + (*endp - '0');
129 if (nplurals == endp)
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_save_reg_neon.asm 26 ENDP
33 ENDP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
save_reg_neon.asm 26 ENDP
33 ENDP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_save_reg_neon.asm 26 ENDP
33 ENDP
  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 128 u_char tmp[IN6ADDRSZ], *tp, *endp, *colonp; local
134 endp = tp + IN6ADDRSZ;
169 if (tp + INT16SZ > endp)
178 if (ch == '.' && ((tp + INADDRSZ) <= endp) &&
188 if (tp + INT16SZ > endp)
201 if (tp == endp)
204 endp[- i] = colonp[n - i];
207 tp = endp;
209 if (tp != endp)
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
IdleTimeoutHandler.java 85 final EndPoint endp = connection==null?null:connection.getEndPoint(); local
88 if (endp==null)
92 idle_timeout=endp.getMaxIdleTime();
93 endp.setMaxIdleTime(_idleTimeoutMs);
102 if (endp!=null)
121 endp.setMaxIdleTime(idle_timeout);
127 endp.setMaxIdleTime(idle_timeout);
133 endp.setMaxIdleTime(idle_timeout);
  /external/elfutils/src/tests/
dwfl-addr-sect.c 69 char *endp; local
70 uintmax_t addr = strtoumax (argv[remaining], &endp, 0);
71 if (endp != argv[remaining])
  /external/libunwind/tests/
ia64-dyn-asm.S 9 .endp func_add1
48 .endp func_add3
97 .endp func_vframe
  /external/jetty/src/java/org/eclipse/jetty/io/
AbstractConnection.java 34 public AbstractConnection(EndPoint endp)
36 _endp=(EndPoint)endp;
40 public AbstractConnection(EndPoint endp,long timestamp)
42 _endp=(EndPoint)endp;
  /system/core/liblog/
event_tag_map.c 227 const char* endp; local
230 endp = cp + map->mapLen;
234 while (cp < endp) {
264 char* endp; local
267 endp = cp + map->mapLen;
270 if (*(endp-1) != '\n') {
278 while (cp < endp) {
335 char* endp; local
343 val = strtoul(startp, &endp, 10);
344 assert(endp == cp)
    [all...]

Completed in 652 milliseconds

1 2 3 4 5 6 7 8 91011>>