Searched refs:bptr (Results 1 - 4 of 4) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/libjavajpeg/
H A Djmemmgr.c594 jvirt_barray_ptr bptr; local
610 for (bptr = mem->virt_barray_list; bptr != NULL; bptr = bptr->next) {
611 if (bptr->mem_buffer == NULL) { /* if not realized yet */
612 space_per_minheight += (long) bptr->maxaccess *
613 (long) bptr->blocksperrow * SIZEOF(JBLOCK);
614 maximum_space += (long) bptr->rows_in_array *
615 (long) bptr
952 jvirt_barray_ptr bptr; local
[all...]
H A Djquant2.c790 register INT32 * bptr; /* pointer into bestdist[] array */ local
801 bptr = bestdist;
803 *bptr++ = 0x7FFFFFFFL;
829 bptr = bestdist;
839 if (dist2 < *bptr) {
840 *bptr = dist2;
845 bptr++;
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DByteCodePrinter.java244 public int compiledByteCodeToString(final StringBuilder sb, final int bptr) { argument
249 int bp = bptr;
/openjdk10/jdk/src/java.base/share/native/libverify/
H A Dcheck_code.c1204 unsigned char* bptr = (unsigned char*) (code + offset + 1); local
1205 for (; bptr < (unsigned char*)lpc; bptr++) {
1206 if (*bptr != 0) {

Completed in 67 milliseconds