HomeSort by: relevance | last modified time | path
    Searched refs:test_string (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-mpx.exp 38 set test_string "\\\{raw = 0x\[0-9a-f\]+, config = \\\{base = \[0-9\]+,\
41 gdb_test "print \$bndcfgu" $test_string "bndcfgu formating"
51 set test_string ".*\\\{lbound = 0xa, ubound = 0x13\\\}.*"
52 gdb_test "info register bnd0" ".*bnd0$test_string" "pure bnd0 register"
54 set test_string ".*\\\{lbound = 0x14, ubound = 0x1d\\\}.*"
55 gdb_test "info register bnd1" ".*bnd1$test_string" "pure bnd1 register"
57 set test_string ".*\\\{lbound = 0x1e, ubound = 0x27\\\}.*"
58 gdb_test "info register bnd2" ".*bnd2$test_string" "pure bnd2 register"
60 set test_string ".*\\\{lbound = 0x28, ubound = 0x31\\\}.*"
61 gdb_test "info register bnd3" ".*bnd3$test_string" "pure bnd3 register
    [all...]
  /src/external/public-domain/xz/dist/tests/
test_check.c 18 static const uint8_t test_string[9] = "123456789"; variable
28 uint32_t crc = lzma_crc32(test_string, sizeof(test_string), 0);
33 crc = lzma_crc32(test_unaligned + 3, sizeof(test_string), 0);
39 for (size_t i = 0; i < sizeof(test_string); ++i)
40 crc = lzma_crc32(test_string + i, 1, crc);
54 uint64_t crc = lzma_crc64(test_string, sizeof(test_string), 0);
59 crc = lzma_crc64(test_unaligned + 3, sizeof(test_string), 0);
65 for (size_t i = 0; i < sizeof(test_string); ++i
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
test_test.c 256 static int test_string(void) function
565 ADD_TEST(test_string);
  /src/crypto/external/bsd/openssl/dist/test/
test_test.c 256 static int test_string(void) function
565 ADD_TEST(test_string);
  /src/crypto/external/bsd/openssl.old/dist/test/
test_test.c 256 static int test_string(void) function
546 ADD_TEST(test_string);
  /src/crypto/external/bsd/heimdal/dist/lib/base/
test_base.c 199 test_string(void) function
954 res |= test_string();
  /src/external/bsd/ntp/dist/libjsmn/
jsmn_test.c 165 int test_string() { function
595 test(test_string, "test string JSON data types");
  /src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c 1944 char *test_string;
1945 get_rest_of_line (0, &test_string);
1946 if (strlen (test_string) > 0)
1936 char *test_string; local

Completed in 34 milliseconds