Home
last modified time | relevance | path

Searched refs:compare_value (Results 1 – 5 of 5) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dstruct3.c27 int compare_value; in main() local
50 compare_value = ts3_arg.si; in main()
54 printf ("%d %d\n", ts3_result->si, -(compare_value*2)); in main()
56 CHECK(ts3_result->si == -(compare_value*2)); in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstruct3.c27 int compare_value; in main() local
50 compare_value = ts3_arg.si; in main()
54 printf ("%d %d\n", ts3_result->si, -(compare_value*2)); in main()
56 CHECK(ts3_result->si == -(compare_value*2)); in main()
/external/llvm-project/lldb/examples/scripting/
Ddictionary.c51 int compare_value = strcmp(word, root->word); in insert() local
53 if (compare_value == 0) in insert()
56 if (compare_value < 0) { in insert()
110 int compare_value = strcmp(word, dictionary->word); in find_word() local
112 if (compare_value == 0) in find_word()
114 else if (compare_value < 0) in find_word()
/external/rust/crates/ahash/src/
Dhash_quality_test.rs236 let compare_value = hash(&0u32, &hasher); in test_single_bit_flip() localVariable
239 assert_sufficiently_different(compare_value, test_value, 2); in test_single_bit_flip()
242 let compare_value = hash(&0u64, &hasher); in test_single_bit_flip() localVariable
245 assert_sufficiently_different(compare_value, test_value, 2); in test_single_bit_flip()
248 let compare_value = hash(&0u128, &hasher); in test_single_bit_flip() localVariable
251 dbg!(compare_value, test_value); in test_single_bit_flip()
252 assert_sufficiently_different(compare_value, test_value, 2); in test_single_bit_flip()
/external/llvm-project/lldb/docs/use/
Dpython.rst207 108 int compare_value = strcmp (word, dictionary->word);
391 108 int compare_value = strcmp (word, dictionary->word);
393 110 if (compare_value == 0)
395 112 else if (compare_value < 0)
439 112 else if (compare_value < 0)
675 int compare_value = strcmp(word, root->word);
677 if (compare_value == 0)
680 if (compare_value < 0) {
734 int compare_value = strcmp(word, dictionary->word);
736 if (compare_value == 0)
[all …]