Searched refs:PNELEM (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp_sort.c | 98 #define PNELEM(P, Q) (BYTEOFF(P,Q) >> (PSHIFT)) macro 103 #define PNELEM(P, Q) (GPTP(Q) - GPTP(P)) macro 406 offset = PNELEM(list2, t); in S_mergesortsv() 468 p = PINDEX(b, (PNELEM(b, t) - 1) / 2); in S_mergesortsv() 531 offset = PNELEM(aux, t); /* offset thereof */ in S_mergesortsv() 550 offset = PNELEM(aux, t); /* offset thereof */ in S_mergesortsv() 553 t = PINDEX(base, PNELEM(aux, t)); /* where it now ends */ in S_mergesortsv()
|