Home
last modified time | relevance | path

Searched refs:find_count (Results 1 – 25 of 42) sorted by relevance

12

/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/pkcs11/
H A Dfindobjects.c40 CK_ULONG find_count; in do_FindObjects() local
131 if (find_count != 2) { in do_FindObjects()
133 (int) find_count); in do_FindObjects()
138 for (i = 0; i < find_count; i++) { in do_FindObjects()
161 find_count = 0; in do_FindObjects()
176 if (find_count != 2) { in do_FindObjects()
178 (int) find_count); in do_FindObjects()
183 for (i = 0; i < find_count; i++) { in do_FindObjects()
205 find_count = 0; in do_FindObjects()
229 if (find_count < 4) { in do_FindObjects()
[all …]
H A Ddestroyobjects.c40 CK_ULONG i, num_objs = 0, find_count, found = 0; in do_DestroyObjects() local
121 rc = funcs->C_FindObjects(session, obj_list, 10, &find_count); in do_DestroyObjects()
134 if (find_count != 6) { in do_DestroyObjects()
139 for (i = 0; i < find_count; i++) { in do_DestroyObjects()
153 for (i = 0; i < find_count; i++) { in do_DestroyObjects()
168 find_count = 0; in do_DestroyObjects()
181 rc = funcs->C_FindObjects(session, obj_list, 10, &find_count); in do_DestroyObjects()
193 if (find_count) { in do_DestroyObjects()
H A Dhw_fn.c59 CK_ULONG find_count = 0; in do_HW_Feature_Search() local
179 rc = funcs->C_FindObjects(sess, obj_list, 10, &find_count); in do_HW_Feature_Search()
189 if (find_count != 2) { in do_HW_Feature_Search()
192 find_count); in do_HW_Feature_Search()
227 rc = funcs->C_FindObjects(sess, obj_list, 10, &find_count); in do_HW_Feature_Search()
233 if (find_count != 1) { in do_HW_Feature_Search()
236 find_count); in do_HW_Feature_Search()
243 for (i = 0; i < find_count; i++) { in do_HW_Feature_Search()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/Fun2D/
H A Drecurse.f9037 INTEGER, SAVE :: find_count=0 variable
335 WRITE(6,'(A,I0)') " patches=",find_count
423 find_count=find_count+1
428 WRITE(17,'(2F20.16,I10,E16.8)') A1,A2,find_count,ESTIMATED_ERR
429 WRITE(17,'(2F20.16,I10,E16.8)') A1,B2 ,find_count,ESTIMATED_ERR
431 WRITE(17,'(2F20.16,I10,E16.8)') A1,A2 ,find_count,ESTIMATED_ERR
432 WRITE(17,'(2F20.16,I10,E16.8)') B1,A2 ,find_count,ESTIMATED_ERR
434 WRITE(17,'(2F20.16,I10,E16.8)') B1,B2,find_count,ESTIMATED_ERR
435 WRITE(17,'(2F20.16,I10,E16.8)') A1,B2,find_count,ESTIMATED_ERR
437 WRITE(17,'(2F20.16,I10,E16.8)') B1,B2,find_count,ESTIMATED_ERR
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tools/Fun2D/
H A Drecurse.f9037 INTEGER, SAVE :: find_count=0 variable
335 WRITE(6,'(A,I0)') " patches=",find_count
423 find_count=find_count+1
428 WRITE(17,'(2F20.16,I10,E16.8)') A1,A2,find_count,ESTIMATED_ERR
429 WRITE(17,'(2F20.16,I10,E16.8)') A1,B2 ,find_count,ESTIMATED_ERR
431 WRITE(17,'(2F20.16,I10,E16.8)') A1,A2 ,find_count,ESTIMATED_ERR
432 WRITE(17,'(2F20.16,I10,E16.8)') B1,A2 ,find_count,ESTIMATED_ERR
434 WRITE(17,'(2F20.16,I10,E16.8)') B1,B2,find_count,ESTIMATED_ERR
435 WRITE(17,'(2F20.16,I10,E16.8)') A1,B2,find_count,ESTIMATED_ERR
437 WRITE(17,'(2F20.16,I10,E16.8)') B1,B2,find_count,ESTIMATED_ERR
[all …]
/dports/security/opencryptoki/opencryptoki-3.11.0/testcases/misc_tests/
H A Dobj_mgmt.c608 CK_ULONG find_count; in do_FindObjects() local
693 if (find_count != 1) { in do_FindObjects()
722 if (find_count != 0) { in do_FindObjects()
872 CK_ULONG find_count; in do_CreateTokenObjects() local
934 if (find_count != 3) { in do_CreateTokenObjects()
958 if (find_count != 1) { in do_CreateTokenObjects()
987 if (find_count != 0) { in do_CreateTokenObjects()
1032 if (find_count != 3) { in do_CreateTokenObjects()
1056 if (find_count != 1) { in do_CreateTokenObjects()
1085 if (find_count != 0) { in do_CreateTokenObjects()
[all …]
H A Dobj_mgmt_lock.c561 CK_ULONG find_count; in do_FindObjects() local
622 for (i = 0; i < find_count; i++) { in do_FindObjects()
626 } while (got_it == 0 && find_count != 0); in do_FindObjects()
659 if (find_count != 0) { in do_FindObjects()
791 CK_ULONG find_count; in do_CreateTokenObjects() local
850 for (i = 0; i < find_count; i++) { in do_CreateTokenObjects()
887 if (find_count != 0) { in do_CreateTokenObjects()
930 for (i = 0; i < find_count; i++) { in do_CreateTokenObjects()
961 if (find_count != 0) { in do_CreateTokenObjects()
1013 CK_ULONG find_count; in do_HWFeatureSearch() local
[all …]
H A Dtok_obj2.c176 CK_ULONG find_count; in do_count_token_objects() local
210 rc = funcs->C_FindObjects(h_session, obj_list, 1, &find_count); in do_count_token_objects()
216 printf("Found: %d objects\n", find_count); in do_count_token_objects()
217 } while (find_count != 0); in do_count_token_objects()
244 CK_ULONG find_count; in do_verify_token_object() local
284 rc = funcs->C_FindObjects(h_session, obj_list, 20, &find_count); in do_verify_token_object()
291 if (find_count == 0) { in do_verify_token_object()
331 CK_ULONG find_count; in do_destroy_all_token_objects() local
366 rc = funcs->C_FindObjects(h_session, obj_list, 20, &find_count); in do_destroy_all_token_objects()
373 for (i = 0; i < find_count; i++) { in do_destroy_all_token_objects()
[all …]
H A Dtok_obj.c152 CK_ULONG find_count; in do_count_token_objects() local
186 rc = funcs->C_FindObjects(h_session, obj_list, 20, &find_count); in do_count_token_objects()
200 printf("Found: %ld objects\n", find_count); in do_count_token_objects()
219 CK_ULONG find_count; in do_verify_token_object() local
260 rc = funcs->C_FindObjects(h_session, obj_list, 20, &find_count); in do_verify_token_object()
267 if (find_count == 0) { in do_verify_token_object()
306 CK_ULONG find_count; in do_destroy_all_token_objects() local
342 rc = funcs->C_FindObjects(h_session, obj_list, 20, &find_count); in do_destroy_all_token_objects()
349 for (i = 0; i < find_count; i++) { in do_destroy_all_token_objects()
358 } while (find_count != 0); in do_destroy_all_token_objects()
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/algorithms/
H A Dcount_tests.hpp41 std::size_t find_count = dis(gen); //-V101 in test_count() local
42 for (std::size_t i = 0; i != find_count && i != c.size(); ++i) in test_count()
50 HPX_TEST_EQ(num_items, static_cast<std::int64_t>(find_count)); in test_count()
64 std::size_t find_count = dis(gen); //-V101 in test_count_async() local
65 for (std::size_t i = 0; i != find_count && i != c.size(); ++i) in test_count_async()
75 HPX_TEST_EQ(static_cast<diff_type>(find_count), f.get()); in test_count_async()
/dports/net/librsync/librsync-2.3.2/src/
H A Dsumset.c265 "%ld (%.3f%%) strong sum calcs]", t->find_count, t->match_count, in rs_signature_log_stats()
266 100.0 * (double)t->match_count / (double)t->find_count, in rs_signature_log_stats()
267 t->hashcmp_count, (double)t->hashcmp_count / (double)t->find_count, in rs_signature_log_stats()
269 100.0 * (double)t->entrycmp_count / (double)t->find_count, in rs_signature_log_stats()
271 100.0 * (double)sig->calc_strong_count / (double)t->find_count); in rs_signature_log_stats()
H A Dhashtable.h139 long find_count; /**< The count of finds tried. */ member
280 t->find_count = t->match_count = t->hashcmp_count = t->entrycmp_count = 0; in NAME_stats_init()
327 _stats_inc(t->find_count); in NAME_find()
H A Dhashtable.c63 t->find_count = t->match_count = t->hashcmp_count = t->entrycmp_count = 0; in _hashtable_new()
/dports/net/librsync/librsync-2.3.2/tests/
H A Dhashtable_test.c156 assert(t->find_count == 257); in main()
161 assert(t->find_count == 0); in main()
/dports/misc/hashdb/hashdb-3.1.0-8-g1da1b9f/test/
H A Dlmdb_hash_data_manager_test.cpp473 TEST_EQ(manager.find_count(binary_0), 0); in test_other_manager_functions()
474 TEST_EQ(manager.find_count(binary_1), 5); in test_other_manager_functions()
475 TEST_EQ(manager.find_count(binary_2), 10); in test_other_manager_functions()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/phodevi/parsers/
H A Dphodevi_linux_parser.php82 $find_count = 0;
159 $find_count++;
160 if($find_count < $find_position)
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_prune.php334 …$find_count = array('lt' => $user->lang['LESS_THAN'], 'eq' => $user->lang['EQUAL_TO'], 'gt' => $us…
337 foreach ($find_count as $key => $value)
/dports/games/moria/umoria/source/
H A Ddungeon.c67 int find_count, i; in dungeon() local
96 find_count = 0; in dungeon()
883 find_count--; in dungeon()
884 if (find_count == 0) in dungeon()
1015 find_count = command_count - 1; in dungeon()
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_prune.php350 …$find_count = array('lt' => $user->lang['LESS_THAN'], 'eq' => $user->lang['EQUAL_TO'], 'gt' => $us…
353 foreach ($find_count as $key => $value)
/dports/x11/py-xdot/xdot-1.2/xdot/ui/
H A Dwindow.py637 self.find_count = Gtk.Label()
639 findstatus_toolitem.add(self.find_count)
664 self.find_count.set_label('%d nodes found' % len(found_items))
666 self.find_count.set_label('')
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/common/
H A Dobj_mgr.c1159 fa->sess->find_list[fa->sess->find_count] = map_handle; in find_build_list_cb()
1160 fa->sess->find_count++; in find_build_list_cb()
1162 if (fa->sess->find_count >= fa->sess->find_len) { in find_build_list_cb()
1211 sess->find_count = 0; in object_mgr_find_init()
1301 sess->find_count = 0; in object_mgr_find_final()
H A Dhost_defs.h75 CK_ULONG_32 find_count; // # handles in the list member
/dports/mail/mailutils/mailutils-3.13/mu-aux/
H A Dgitinfo250 # find_count(VERSION)
252 sub find_count($) {
493 my $n = find_count($com);
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DirrString.h1084 u32 find_count = 0; in replace() local
1088 ++find_count; in replace()
1093 u32 len = delta * find_count; in replace()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DirrString.h1120 u32 find_count = 0; in replace() local
1124 ++find_count; in replace()
1129 u32 len = delta * find_count; in replace()

12