Home
last modified time | relevance | path

Searched refs:nextptr (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dswitch.ll399 %nextptr = getelementptr inbounds %struct.S, %struct.S* %ptr, i64 0, i32 0
400 %next = load %struct.S*, %struct.S** %nextptr
/external/llvm/test/CodeGen/X86/
Dswitch.ll399 %nextptr = getelementptr inbounds %struct.S, %struct.S* %ptr, i64 0, i32 0
400 %next = load %struct.S*, %struct.S** %nextptr
/external/pcre/dist2/src/
Dpcre2_match.c5772 PCRE2_SPTR nextptr = Feptr + 1; in match() local
5776 FORWARDCHARTEST(nextptr, mb->end_subject); in match()
5782 if (nextptr > mb->last_used_ptr) mb->last_used_ptr = nextptr; in match()
/external/python/cpython3/Modules/
D_testbuffer.c640 char *nextptr = ADJUST_PTR(ptr, suboffsets); in unpack_rec() local
642 x = unpack_rec(unpack_from, nextptr, mview, item, in unpack_rec()