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

/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dsocket_test.cc537 int* inbuf_int = (int*)inbuf; local
575 if (inbuf_int[i] != outbuf_int[i]) {
576 printf("%d: in=%d out=%d\n", i, inbuf_int[i], outbuf_int[i]);

Completed in 112 milliseconds