Searched refs:bytes_n (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | ntoh.c | 50 static unsigned char bytes_n[8] = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable 72 if (memcmp(un.bytes, bytes_n, 2)) { 90 if (memcmp(un.bytes, bytes_n, 4)) { 110 if (memcmp(un.bytes, bytes_n, 8)) {
|
Completed in 1420 milliseconds