Home
last modified time | relevance | path

Searched refs:stp (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersSave.S243 stp x0, x1, [x0, #0x000]
244 stp x2, x3, [x0, #0x010]
245 stp x4, x5, [x0, #0x020]
246 stp x6, x7, [x0, #0x030]
247 stp x8, x9, [x0, #0x040]
248 stp x10,x11, [x0, #0x050]
249 stp x12,x13, [x0, #0x060]
250 stp x14,x15, [x0, #0x070]
251 stp x16,x17, [x0, #0x080]
252 stp x18,x19, [x0, #0x090]
[all …]
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c297 char *stp; /* string matched by it cannot pass here */ in dissect() local
346 stp = stop; in dissect()
349 rest = slow(m, sp, stp, ss, es); in dissect()
356 stp = rest - 1; in dissect()
357 assert(stp >= sp); /* it did work */ in dissect()
371 stp = stop; in dissect()
374 rest = slow(m, sp, stp, ss, es); in dissect()
381 stp = rest - 1; in dissect()
382 assert(stp >= sp); /* it did work */ in dissect()
408 stp = stop; in dissect()
[all …]