Searched refs:index_to_key (Results 1 – 2 of 2) sorted by relevance
25 #define index_to_key(i) ((i) ^ 15167) macro66 key = index_to_key(i); in test_mf_hash()88 key = index_to_key(i); in test_mf_hash()99 key = index_to_key(i); in test_mf_hash()120 key = index_to_key(i); in test_mf_hash()
186 let a = execute('cstag index_to_key')187 call assert_match('(1 of 1): <<index_to_key>> #define index_to_key(i) ((i) ^ 15167)', a)188 call assert_equal('#define index_to_key(i) ((i) ^ 15167)', getline('.'))194 let a = execute('cstag index_to_key')195 call assert_match('(1 of 1): <<index_to_key>> #define index_to_key(i) ((i) ^ 15167)', a)206 call assert_match('1 1 TEST_COUNT\s\+\d\+\s\+#define index_to_key', a)