HomeSort by relevance Sort by last modified time
    Searched refs:endp (Results 101 - 125 of 275) sorted by null

1 2 3 45 6 7 8 91011

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-1.l 12 [^:]*:59: Error: missing \.endp before \.cfi_startproc
  /external/elfutils/libdw/
dwarf_getmacros.c 147 const unsigned char *const endp,
153 if (readp + 3 > endp)
174 if (readp > endp)
220 if (readp >= endp)
222 get_uleb128 (e.nforms, readp, endp);
227 if (readp > endp)
270 const unsigned char *const endp,
280 ? get_table_for_offset (dbg, macoff, startp, endp, cudie)
317 const unsigned char *const endp = d->d_buf + d->d_size; local
320 startp, endp, cudie)
    [all...]
dwarf_getlocation_implicit_pointer.c 39 .endp = &empty_exprloc + 1 };
dwarf_getsrclines.c 293 uint8_t *endp = memchr (dirp, '\0', lineendp - dirp); local
294 if (endp == NULL)
297 dirp = endp + 1;
315 uint8_t *endp = memchr (linep, '\0', lineendp - linep); local
316 assert (endp != NULL);
317 dirarray[n].len = endp - linep;
318 linep = endp + 1;
348 uint8_t *endp = memchr (fname, '\0', lineendp - linep); local
349 if (endp == NULL)
351 size_t fnamelen = endp - (uint8_t *) fname
521 uint8_t *endp = memchr (linep, '\\0', lineendp - linep); local
    [all...]
dwarf_getpubnames.c 52 unsigned char *endp = readp + dbg->sectiondata[IDX_debug_pubnames]->d_size; local
54 while (readp + 14 < endp)
188 unsigned char *endp local
201 if (readp + dbg->pubnames_sets[cnt].address_len > endp)
216 readp = (unsigned char *) memchr (gl.name, '\0', endp - readp);
  /external/wpa_supplicant_8/src/fst/
fst_ctrl_iface.c 559 char *endp; local
566 if (fst_read_next_text_param(params, ifname, sizeof(ifname), &endp) ||
570 while (isspace(*endp))
571 endp++;
572 if (fst_read_peer_addr(endp, peer_addr))
821 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp)
827 *endp = (char *) params;
830 ret = (int) strtol(curp, endp, 0);
831 if (!**endp || isspace(**endp))
889 char *endp; local
927 char *endp; local
    [all...]
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aiodio_sparse.c 219 char *endp; local
228 alignment = strtol(optarg, &endp, 0);
230 *endp);
233 writesize = strtol(optarg, &endp, 0);
235 (int)scale_by_kmg((long long)writesize, *endp);
238 filesize = strtol(optarg, &endp, 0);
240 (int)scale_by_kmg((long long)filesize, *endp);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
unwind-ok.s 5 .endp personality
82 .endp full1
131 .endp full2
170 .endp full3
179 .endp fframe
208 .endp vframe
237 .endp vframesp
266 .endp psp
272 .endp simple
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
PalCallStatic.s 48 .endp PalCallStatic
SwitchStack.s 51 .endp AsmSwitchStackAndBackingStore
  /external/libunwind/tests/
ia64-test-readonly-asm.S 50 .endp test_func
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ia64/
palproc.h 27 #define PROCEDURE_EXIT(name) .##endp name
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/
error1.s 30 .endp _start#
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
IpfMacro.i 33 #define PROCEDURE_EXIT(name) .##endp name
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
SwitchStack.s 52 .endp AsmSwitchStackAndBackingStore
  /external/elfutils/tests/
addrcfi.c 206 char *endp; local
207 uintmax_t addr = strtoumax (buf, &endp, 0);
208 if (endp != buf)
220 char *endp; local
221 uintmax_t addr = strtoumax (argv[remaining], &endp, 0);
222 if (endp != argv[remaining])
  /external/elfutils/src/
ldlex.l 172 {HEX}|{OCT}|{DEC} { char *endp;
173 ldlval.num = strtoumax (yytext, &endp, 0);
174 if (*endp != '\0')
176 if (tolower (*endp) == 'k')
180 assert (tolower (*endp) == 'm');
  /external/llvm/lib/Support/
regengine.inc 77 const char *endp; /* end of string -- virtual NUL here */
135 const char *endp;
175 m->endp = stop;
185 endp = fast(m, start, stop, gf, gl);
186 if (endp == NULL) { /* a miss */
199 endp = slow(m, m->coldp, stop, gf, gl);
200 if (endp != NULL)
202 assert(m->coldp < m->endp);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regengine.inc 77 const char *endp; /* end of string -- virtual NUL here */
135 const char *endp;
175 m->endp = stop;
185 endp = fast(m, start, stop, gf, gl);
186 if (endp == NULL) { /* a miss */
199 endp = slow(m, m->coldp, stop, gf, gl);
200 if (endp != NULL)
202 assert(m->coldp < m->endp);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regengine.inc 77 const char *endp; /* end of string -- virtual NUL here */
135 const char *endp;
175 m->endp = stop;
185 endp = fast(m, start, stop, gf, gl);
186 if (endp == NULL) { /* a miss */
199 endp = slow(m, m->coldp, stop, gf, gl);
200 if (endp != NULL)
202 assert(m->coldp < m->endp);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 113 const char *endp; /* end of string -- virtual NUL here */ member in struct:match
183 const char *endp; local
229 m->endp = stop;
239 endp = fast(m, start, stop, gf, gl);
240 if (endp == NULL) { /* a miss */
251 endp = slow(m, m->coldp, stop, gf, gl);
252 if (endp != NULL)
254 assert(m->coldp < m->endp);
272 dp = dissect(m, m->coldp, endp, gf, gl);
282 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0)
    [all...]
  /external/dtc/
fdtdump.c 210 char *endp = buf + len; local
215 while ((endp - p) >= FDT_MAGIC_SIZE) {
216 p = memchr(p, smagic[0], endp - p - FDT_MAGIC_SIZE);
221 off_t this_len = endp - p;
230 if (!p || endp - p < sizeof(struct fdt_header))
  /external/libxml2/
triostr.h 55 TRIO_STRING_PUBLIC double trio_to_double TRIO_PROTO((const char *source, char **endp));
56 TRIO_STRING_PUBLIC long trio_to_long TRIO_PROTO((const char *source, char **endp, int base));
57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
80 TRIO_STRING_PUBLIC float trio_to_float TRIO_PROTO((const char *source, char **endp));
82 TRIO_STRING_PUBLIC unsigned long trio_to_unsigned_long TRIO_PROTO((const char *source, char **endp, int base));
triostr.c 948 @param endp Pointer to end of the converted string.
968 TRIO_ARGS2((source, endp),
970 char **endp)
973 return strtold(source, endp);
1085 if (endp)
1086 *endp = (char *)source;
1096 @param endp Pointer to end of the converted string.
1103 TRIO_ARGS2((source, endp),
1105 char **endp)
1108 return strtod(source, endp);
    [all...]
  /build/make/tools/zipalign/
ZipAlign.cpp 234 char* endp; local
282 alignment = strtol(argv[0], &endp, 10);
283 if (*endp != '\0' || alignment <= 0) {

Completed in 979 milliseconds

1 2 3 45 6 7 8 91011