HomeSort by relevance Sort by last modified time
    Searched refs:endp (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.h 33 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp);
35 char **endp);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
reloc-uw.s 9 .endp uw\type
bundling.s 15 .endp _start
unwind-bad.s 72 .endp full1
102 .endp full2
124 .endp full3
130 .endp simple1
136 .endp simple2
143 .endp simple3
149 .endp simple4
155 .endp simple5
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-3.s 25 .endp
33 .endp
unwind-1.s 14 .endp
28 .endp
47 .endp
61 .endp
75 .endp
90 .endp
105 .endp
123 .endp
141 .endp
155 .endp
    [all...]
unwind-2.s 14 .endp
28 .endp
47 .endp
61 .endp
75 .endp
90 .endp
105 .endp
123 .endp
141 .endp
155 .endp
    [all...]
  /external/elfutils/libdw/
dwarf_formudata.c 81 unsigned char *endp = d->d_buf + d->d_size; local
82 if (unlikely (readp >= endp))
90 *endpp = endp;
103 const unsigned char *endp = attr->cu->endp; local
108 if (datap + 1 > endp)
118 if (datap + 2 > endp)
213 if (datap + 1 > endp)
215 get_sleb128 (*return_uval, datap, endp);
219 if (datap + 1 > endp)
    [all...]
encoded-value.h 88 const unsigned char *endp = cache->data->d.d_buf + cache->data->d.d_size; local
93 if (unlikely (*addrp + 4 > endp))
103 if (unlikely (*addrp + 8 > endp))
156 const unsigned char *endp = cache->data->d.d_buf + cache->data->d.d_size; local
160 if (unlikely (*p + 2 > endp))
170 if (unlikely (*p + 2 > endp))
198 get_uleb128 (value, *p, endp);
202 get_sleb128 (value, *p, endp);
dwarf_ranges.c 38 - If it's normal range record, set up `*beginp' and `*endp' and return 0.
45 Dwarf_Addr *beginp, Dwarf_Addr *endp,
79 *endp = end;
86 Dwarf_Addr *startp, Dwarf_Addr *endp)
93 && INTUSE(dwarf_highpc) (die, endp) == 0
190 *endp = *basep + end;
  /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;
  /external/libunwind/src/ia64/
longjmp.S 38 .endp longjmp_continuation
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
link-order.s 13 .endp foo#
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
tlsg.s 12 .endp _start#
tlslib.s 18 .endp __tls_get_addr#
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
unwind-5.s 16 .endp
unwind-3.s 22 .endp
36 .endp
unwind-2.s 17 .endp
  /toolchain/binutils/binutils-2.25/libiberty/
make-relative-prefix.c 249 char *startp, *endp, *nstore; local
261 startp = endp = temp;
264 if (*endp == PATH_SEPARATOR || *endp == 0)
266 if (endp == startp)
274 memcpy (nstore, startp, endp - startp);
275 if (! IS_DIR_SEPARATOR (endp[-1]))
277 nstore[endp - startp] = DIR_SEPARATOR;
278 nstore[endp - startp + 1] = 0;
281 nstore[endp - startp] = 0
    [all...]
  /system/core/toolbox/
ioctl.c 54 char* endp; local
56 long result = strtol(s, &endp, 0);
57 if (errno != 0 || *endp != '\0') {
120 char* endp; local
121 int ioctl_nr = UINT_MAX & strtoll(argv[optind], &endp, 0);
122 if (errno != 0 || *endp != '\0') {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/scripts/
rebuild_endpoints.py 35 for endp in region.find('Endpoint'):
36 service_name = endp.find('ServiceName').text
37 endpoint = endp.find('Hostname').text
  /external/elfutils/tests/
dwfl-addr-sect.c 69 char *endp; local
70 uintmax_t addr = strtoumax (argv[remaining], &endp, 0);
71 if (endp != argv[remaining])
  /system/core/liblog/
event_tag_map.c 233 const char* endp; local
236 endp = cp + map->mapLen;
240 while (cp < endp) {
270 char* endp; local
273 endp = cp + map->mapLen;
276 if (*(endp-1) != '\n') {
284 while (cp < endp) {
341 char* endp; local
349 val = strtoul(startp, &endp, 10);
350 assert(endp == cp)
    [all...]
  /external/c-ares/
inet_net_pton.c 282 unsigned char tmp[NS_IN6ADDRSZ], *tp, *endp, *colonp; local
293 endp = tp + NS_IN6ADDRSZ;
327 if (tp + NS_INT16SZ > endp)
336 if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
348 if (tp + NS_INT16SZ > endp)
361 endp = tmp + 2 * words;
371 if (tp == endp)
374 *(endp - i) = *(colonp + n - i);
377 tp = endp;
379 if (tp != endp)
    [all...]
  /external/tcpdump/
print-cdp.c 280 const u_char *endp = p + l; local
288 if (p + 4 > endp)
293 while (p < endp && num >= 0) {
295 if (p + 2 > endp)
302 if (p + pl + 2 > endp)
315 if (p + 4 > endp)
331 if (p + al > endp)
343 if (p + pl > endp)
349 if (p + 2 > endp)
355 if (p + al > endp)
    [all...]

Completed in 1044 milliseconds

12 3 4 5 6 7 8 9