Home
last modified time | relevance | path

Searched refs:hits (Results 1 - 25 of 71) sorted by relevance

123

/third_party/mbedtls/tests/src/drivers/
H A Dtest_driver_pake.c28 mbedtls_test_driver_pake_hooks.hits.total++; in mbedtls_test_transparent_pake_setup()
29 mbedtls_test_driver_pake_hooks.hits.setup++; in mbedtls_test_transparent_pake_setup()
61 mbedtls_test_driver_pake_hooks.hits.total++; in mbedtls_test_transparent_pake_output()
62 mbedtls_test_driver_pake_hooks.hits.output++; in mbedtls_test_transparent_pake_output()
110 mbedtls_test_driver_pake_hooks.hits.total++; in mbedtls_test_transparent_pake_input()
111 mbedtls_test_driver_pake_hooks.hits.input++; in mbedtls_test_transparent_pake_input()
143 mbedtls_test_driver_pake_hooks.hits.total++; in mbedtls_test_transparent_pake_get_implicit_key()
144 mbedtls_test_driver_pake_hooks.hits.implicit_key++; in mbedtls_test_transparent_pake_get_implicit_key()
174 mbedtls_test_driver_pake_hooks.hits.total++; in mbedtls_test_transparent_pake_abort()
175 mbedtls_test_driver_pake_hooks.hits in mbedtls_test_transparent_pake_abort()
[all...]
H A Dtest_driver_mac.c33 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_transparent_mac_compute()
77 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_transparent_mac_sign_setup()
114 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_transparent_mac_verify_setup()
149 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_transparent_mac_update()
181 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_transparent_mac_sign_finish()
213 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_transparent_mac_verify_finish()
242 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_transparent_mac_abort()
275 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_opaque_mac_compute()
303 mbedtls_test_driver_mac_hooks.hits++; in mbedtls_test_opaque_mac_sign_setup()
327 mbedtls_test_driver_mac_hooks.hits in mbedtls_test_opaque_mac_verify_setup()
[all...]
H A Dhash.c27 mbedtls_test_driver_hash_hooks.hits++; in mbedtls_test_transparent_hash_compute()
62 mbedtls_test_driver_hash_hooks.hits++; in mbedtls_test_transparent_hash_setup()
89 mbedtls_test_driver_hash_hooks.hits++; in mbedtls_test_transparent_hash_clone()
118 mbedtls_test_driver_hash_hooks.hits++; in mbedtls_test_transparent_hash_update()
149 mbedtls_test_driver_hash_hooks.hits++; in mbedtls_test_transparent_hash_finish()
178 mbedtls_test_driver_hash_hooks.hits++; in mbedtls_test_transparent_hash_abort()
H A Dtest_driver_cipher.c43 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_encrypt()
94 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_decrypt()
136 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_encrypt_setup()
168 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_decrypt_setup()
191 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_abort()
214 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_set_iv()
243 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_update()
282 mbedtls_test_driver_cipher_hooks.hits++; in mbedtls_test_transparent_cipher_finish()
H A Dtest_driver_signature.c190 ++mbedtls_test_driver_signature_sign_hooks.hits; in mbedtls_test_transparent_signature_sign_message()
269 ++mbedtls_test_driver_signature_verify_hooks.hits; in mbedtls_test_transparent_signature_verify_message()
327 ++mbedtls_test_driver_signature_sign_hooks.hits; in mbedtls_test_transparent_signature_sign_hash()
375 ++mbedtls_test_driver_signature_verify_hooks.hits; in mbedtls_test_transparent_signature_verify_hash()
/third_party/littlefs/scripts/
H A Dcoverage.py51 hits, count = reduced_funcs[(file, func)]
52 reduced_funcs[(file, func)] = (hits + (line_hits > 0), count + 1)
55 for (file, func), (hits, count) in reduced_funcs.items():
63 results.append((file, func, hits, count))
107 for _, _, hits, count in results:
108 total_hits += hits
128 for _, _, hits, count in prev_results:
129 prev_total_hits += hits
152 for file, func, hits, count in results:
153 merged_results[(file, func)]['coverage_hits'] = hits
[all...]
H A Dcov.py180 'calls', 'hits', 'funcs', 'lines', 'branches'])):
182 _fields = ['calls', 'hits', 'funcs', 'lines', 'branches']
183 _sort = ['funcs', 'lines', 'branches', 'hits', 'calls']
185 'calls': Int, 'hits': Int,
190 calls=0, hits=0, funcs=0, lines=0, branches=0):
192 Int(calls), Int(hits), Frac(funcs), Frac(lines), Frac(branches))
197 max(self.hits, other.hits),
270 # there are other hits on this line
286 # there are other hits o
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCharsetRecog_2022.java37 int hits = 0; in match()
58 hits++; in match()
72 if (hits == 0) { in match()
82 quality = (100*hits - 100*misses) / (hits + misses); in match()
87 if (hits+shifts < 5) { in match()
88 quality -= (5-(hits+shifts))*10; in match()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCharsetRecog_2022.java38 int hits = 0; in match()
59 hits++; in match()
73 if (hits == 0) { in match()
83 quality = (100*hits - 100*misses) / (hits + misses); in match()
88 if (hits+shifts < 5) { in match()
89 quality -= (5-(hits+shifts))*10; in match()
/third_party/selinux/libselinux/utils/
H A Davcstat.c27 #define HEADERS "lookups hits misses allocations reclaims frees"
31 unsigned long long hits; member
178 "hits", "misses", "allocs", "reclaims", "frees"); in main()
187 &tmp.hits, in main()
196 tot.hits += tmp.hits; in main()
209 tot.lookups, tot.hits, tot.misses, in main()
213 rel.hits = tot.hits - last.hits; in main()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcsr2022.cpp38 int32_t hits = 0; in match_2022() local
61 hits += 1; in match_2022()
81 if (hits == 0) { in match_2022()
91 quality = (100*hits - 100*misses) / (hits + misses); in match_2022()
96 if (hits+shifts < 5) { in match_2022()
97 quality -= (5-(hits+shifts))*10; in match_2022()
/third_party/node/deps/icu-small/source/i18n/
H A Dcsr2022.cpp38 int32_t hits = 0; in match_2022() local
61 hits += 1; in match_2022()
81 if (hits == 0) { in match_2022()
91 quality = (100*hits - 100*misses) / (hits + misses); in match_2022()
96 if (hits+shifts < 5) { in match_2022()
97 quality -= (5-(hits+shifts))*10; in match_2022()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsr2022.cpp38 int32_t hits = 0; in match_2022() local
61 hits += 1; in match_2022()
81 if (hits == 0) { in match_2022()
91 quality = (100*hits - 100*misses) / (hits + misses); in match_2022()
96 if (hits+shifts < 5) { in match_2022()
97 quality -= (5-(hits+shifts))*10; in match_2022()
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-of.js55 var hits = 0; variable
57 hits++;
61 hits = 0;
63 assert(hits === 1);
/third_party/mbedtls/tests/scripts/
H A Dtest_config_script.py69 hits = re.findall(r'\{([-\w,]+)\}', help_text)
70 for hit in hits:
78 hits = re.findall(r'\n +([-\w]+) +- ', help_text)
79 if hits:
80 return hits
/third_party/ffmpeg/libavcodec/
H A Ddvdsubenc.c118 static void count_colors(AVCodecContext *avctx, unsigned hits[33], in count_colors() argument
151 hits[match] += count[i]; in count_colors()
156 int out_alpha[4], unsigned hits[33]) in select_palette()
167 hits[0] *= 16; in select_palette()
170 if (!(hits[1 + i] + hits[17 + i])) in select_palette()
177 hits[ 1 + i] *= mult; in select_palette()
178 hits[17 + i] *= mult; in select_palette()
184 if (hits[j] > hits[selecte in select_palette()
155 select_palette(AVCodecContext *avctx, int out_palette[4], int out_alpha[4], unsigned hits[33]) select_palette() argument
[all...]
/third_party/popt/tests/
H A Dtdict.c11 unsigned hits; member
111 e.hits++; in main()
123 fprintf(stdout, "===== poptBits N:%u M:%u K:%u (%uKb) total(%u) = hits(%u) + misses(%u)\n", in main()
124 _poptBitsN, _poptBitsM, _poptBitsK, (((_poptBitsM/8)+1)+1023)/1024, e.total, e.hits, e.misses); in main()
/third_party/skia/tests/
H A DRTreeTest.cpp49 std::vector<int> hits; in run_queries() local
51 tree.search(query, &hits); in run_queries()
52 REPORTER_ASSERT(reporter, verify_query(query, rects, hits)); in run_queries()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-fulltext-search/mount-origin/
H A Dlws-fts.js66 for (m = 0; m < jj.fp[n].hits.length; m++)
67 s += "<tr><td class='r'>" + jj.fp[n].hits[m].l +
68 "</td><td>" + jj.fp[n].hits[m].s +
/third_party/mesa3d/src/glx/
H A Dglxhash.c118 unsigned long hits; /* At top of linked list */ member
166 table->hits = 0; in __glxHashCreate()
220 ++table->hits; in HashFind()
362 table->hits, table->partials, table->misses); in compute_dist()
/third_party/python/Lib/idlelib/
H A Dgrep.py171 hits = 0
181 hits += 1
184 print(f"Hits found: {hits}\n(Hint: right-click to open locations.)"
185 if hits else "No hits.")
/third_party/python/Lib/
H A Dfunctools.py430 _CacheInfo = namedtuple("CacheInfo", ["hits", "misses", "maxsize", "currsize"])
491 View the cache statistics named tuple (hits, misses, maxsize, currsize)
532 hits = misses = 0
553 nonlocal hits, misses
557 hits += 1
568 nonlocal root, hits, misses, full
581 hits += 1
626 return _CacheInfo(hits, misses, maxsize, cache_len())
630 nonlocal hits, misses, full
634 hits
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsWinding.cpp9 // if the ray hits another edge
106 void SkOpContour::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck() argument
117 testSegment->rayCheck(base, dir, hits, allocator); in rayCheck()
121 void SkOpSegment::rayCheck(const SkOpRayHit& base, SkOpRayDir dir, SkOpRayHit** hits, in rayCheck() argument
181 newHit->fNext = *hits; in rayCheck()
187 *hits = newHit; in rayCheck()
260 // sort hits in sortableTop()
/third_party/node/test/parallel/
H A Dtest-repl-tab-complete.js656 const hits = customCompletions.filter((c) => c.startsWith(line));
658 return [hits.length ? hits : customCompletions, line];
686 const hits = customCompletions.filter((c) => c.startsWith(line));
688 callback(null, [hits.length ? hits : customCompletions, line]);
/third_party/python/Lib/test/
H A Dtest_functools.py1285 self.module._CacheInfo(hits=28, misses=16, maxsize=None, currsize=16))
1288 self.module._CacheInfo(hits=0, misses=0, maxsize=None, currsize=0))
1297 hits, misses, maxsize, currsize = f.cache_info()
1300 self.assertEqual(hits, 0)
1309 hits, misses, maxsize, currsize = f.cache_info()
1310 self.assertTrue(hits > misses)
1311 self.assertEqual(hits + misses, 1000)
1315 hits, misses, maxsize, currsize = f.cache_info()
1316 self.assertEqual(hits, 0)
1320 hits, misse
[all...]

Completed in 16 milliseconds

123