Searched refs:rdval (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/ast/
H A Dmemory.c39 static MemType rdval[4]; variable
368 rdval[0].val[i] =
373 rdval[0].word[i] =
378 rdval[0].halfwd[i] =
383 rdval[0].byte[i] =
391 if (memcmp(rdval, dp[subscr].byte, 64 * bytepp) != 0) {
395 if (rdval[0].val[i] !=
403 if (rdval[0].word[i] !=
411 if (rdval[0].halfwd[i] !=
419 if (rdval[
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/efb/
H A Dmemory.c39 static MemType rdval[4]; variable
370 rdval[0].val[i] =
375 rdval[0].word[i] =
380 rdval[0].halfwd[i] =
385 rdval[0].byte[i] =
393 if (memcmp(rdval, dp[subscr].byte, 64 * bytepp) != 0) {
397 if (rdval[0].val[i] !=
405 if (rdval[0].word[i] !=
413 if (rdval[0].halfwd[i] !=
421 if (rdval[
[all...]
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/vts/mga/
H A Dmemory.c39 static MemType rdval[4]; variable
373 rdval[0].val[i] =
378 rdval[0].word[i] =
383 rdval[0].halfwd[i] =
388 rdval[0].byte[i] =
396 if (memcmp(rdval, dp[subscr].byte, 64 * bytepp) != 0) {
400 if (rdval[0].val[i] != dp[subscr].val[i]) {
408 if (rdval[0].word[i] != dp[subscr].word[i]) {
416 if (rdval[0].halfwd[i] != dp[subscr].halfwd[i]) {
424 if (rdval[
[all...]

Completed in 12 milliseconds