Home
last modified time | relevance | path

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

/external/libcups/tools/
Dipptool.c4413 *nextptr; /* Next pointer */ in with_value() local
4436 intvalue = (int)strtol(valptr, &nextptr, 0); in with_value()
4437 if (nextptr == valptr) in with_value()
4439 valptr = nextptr; in with_value()
4479 *nextptr; /* Next pointer */ in with_value() local
4503 intvalue = (int)strtol(valptr, &nextptr, 0); in with_value()
4504 if (nextptr == valptr) in with_value()
4506 valptr = nextptr; in with_value()
/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/llvm-project/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.c5875 PCRE2_SPTR nextptr = Feptr + 1; in match() local
5879 FORWARDCHARTEST(nextptr, mb->end_subject); in match()
5885 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()