HomeSort by: relevance | last modified time | path
    Searched defs:EXPECTED (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
legacy.c 37 const char* const EXPECTED; /* content is at end of file */
42 size_t const size = strlen(EXPECTED);
65 if (memcmp(EXPECTED, output, size) != 0) {
117 if (memcmp(outBuff, EXPECTED + outputPos, output.pos) != 0) {
136 if (strlen(EXPECTED) > ZSTD_decompressBound(COMPRESSED, COMPRESSED_SIZE)) {
149 DISPLAY("ERROR: ZSTD_findFrameCompressedSize: expected frameSize to align with src buffer");
174 /* Consists of the "EXPECTED" string compressed with default settings on
241 const char* const EXPECTED =
  /src/external/mit/libuv/dist/test/
benchmark-udp-pummel.c 29 #define EXPECTED "RANG TANG DING DONG I AM THE JAPANESE SANDMAN"
123 ASSERT(!memcmp(buf->base, EXPECTED, nread));
182 bufs[0] = uv_buf_init(&EXPECTED[0], 10);
183 bufs[1] = uv_buf_init(&EXPECTED[10], 10);
184 bufs[2] = uv_buf_init(&EXPECTED[20], 10);
185 bufs[3] = uv_buf_init(&EXPECTED[30], 10);
186 bufs[4] = uv_buf_init(&EXPECTED[40], 5);
  /src/crypto/external/apache2/openssl/dist/test/
asn1_encode_test.c 31 * You will find the expected results together with the test structures
130 * For easy creation of arrays of expected data. These macros correspond to
189 /* If decoding is expected to succeed, set this to 1, otherwise 0 */
481 } EXPECTED;
487 * 0 decoded structure wasn't what was expected (failure)
488 * 1 decoded structure was what was expected (success)
491 const EXPECTED *expected, size_t expected_size,
494 EXPECTED *enctst = NULL;
501 if (expected->success == 0)
698 unsigned char *expected = NULL; local
745 EXPECTED *expected local
798 EXPECTED *expected local
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
asn1_encode_test.c 31 * You will find the expected results together with the test structures
129 * For easy creation of arrays of expected data. These macros correspond to
186 /* If decoding is expected to succeed, set this to 1, otherwise 0 */
475 } EXPECTED;
481 * 0 decoded structure wasn't what was expected (failure)
482 * 1 decoded structure was what was expected (success)
485 const EXPECTED *expected, size_t expected_size,
488 EXPECTED *enctst = NULL;
495 if (expected->success == 0)
696 unsigned char *expected = NULL; local
745 EXPECTED *expected local
798 EXPECTED *expected local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
asn1_encode_test.c 31 * You will find the expected results together with the test structures
129 * For easy creation of arrays of expected data. These macros correspond to
186 /* If decoding is expected to succeed, set this to 1, otherwise 0 */
475 } EXPECTED;
481 * 0 decoded structure wasn't what was expected (failure)
482 * 1 decoded structure was what was expected (success)
485 const EXPECTED *expected, size_t expected_size,
488 EXPECTED *enctst = NULL;
495 if (expected->success == 0)
696 unsigned char *expected = NULL; local
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
sys_defs.h 1666 #ifndef EXPECTED
1668 #define EXPECTED(x) __builtin_expect(!!(x), 1)
1671 #define EXPECTED(x) (x)
1688 * XXX Prepending "(void)" won't shut up GCC. Clang behaves as expected.

Completed in 26 milliseconds