Home
last modified time | relevance | path

Searched defs:found (Results 26 – 50 of 14424) sorted by relevance

12345678910>>...577

/dports/databases/ldb20/ldb-2.0.10/lib/tdb/common/
H A Drescue.c29 struct found { struct
39 struct found *arr; argument
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue() local
/dports/databases/ldb21/ldb-2.1.5/lib/tdb/common/
H A Drescue.c29 struct found { struct
39 struct found *arr; argument
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue() local
/dports/databases/ldb22/ldb-2.2.1/lib/tdb/common/
H A Drescue.c29 struct found { struct
39 struct found *arr; argument
81 static bool add_to_table(struct found_table *found, in add_to_table()
129 static unsigned int find_entry(struct found_table *found, tdb_off_t off) in find_entry()
150 static void found_in_hashchain(struct found_table *found, tdb_off_t head) in found_in_hashchain()
160 static void mark_free_area(struct found_table *found, tdb_off_t head, in mark_free_area()
194 static void free_table(struct found_table *found) in free_table()
213 struct found_table found = { NULL, 0, 0 }; in tdb_rescue() local
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/tool-testsuite/test/org/antlr/v4/test/tool/
H A DTestFastQueue.java24 String found = q.toString(); in testQueueNoRemove() local
43 String found = buf.toString(); in testQueueThenRemoveAll() local
62 String found = buf.toString(); in testQueueThenRemoveOneByOne() local
76 String found = msg; in testGetFromEmptyQueue() local
92 String found = msg; in testGetFromEmptyQueueAfterSomeAdds() local
107 String found = msg; in testGetFromEmptyQueueAfterClear() local
/dports/net/libgravatar/libgravatar-21.12.3/autotests/
H A Dgravatarcachetest.cpp59 bool found = false; in testLookup() local
73 bool found = false; in testLookup() local
83 bool found = false; in testLookup() local
104 bool found = false; in testMissing() local
114 bool found = false; in testMissing() local
123 bool found = false; in testMissing() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_lmdb_unit_test.cpp80 int found = 0; in BOOST_AUTO_TEST_CASE() local
109 int found = 0; in BOOST_AUTO_TEST_CASE() local
129 int found = 0; in BOOST_AUTO_TEST_CASE() local
162 int found = 0; in BOOST_AUTO_TEST_CASE() local
173 int found = 0; in BOOST_AUTO_TEST_CASE() local
188 int found = 0; in BOOST_AUTO_TEST_CASE() local
209 int found = 0; in BOOST_AUTO_TEST_CASE() local
423 int found = 0; in BOOST_AUTO_TEST_CASE() local
432 int found = 0; in BOOST_AUTO_TEST_CASE() local
444 int found = 0; in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/seqdb_reader/
H A Dseqdb_lmdb_unit_test.cpp80 int found = 0; in BOOST_AUTO_TEST_CASE() local
109 int found = 0; in BOOST_AUTO_TEST_CASE() local
129 int found = 0; in BOOST_AUTO_TEST_CASE() local
162 int found = 0; in BOOST_AUTO_TEST_CASE() local
173 int found = 0; in BOOST_AUTO_TEST_CASE() local
188 int found = 0; in BOOST_AUTO_TEST_CASE() local
209 int found = 0; in BOOST_AUTO_TEST_CASE() local
423 int found = 0; in BOOST_AUTO_TEST_CASE() local
432 int found = 0; in BOOST_AUTO_TEST_CASE() local
444 int found = 0; in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/mirroring/service/
H A Dvalue_util.cc10 auto* found = value.FindKey(key); in GetInt() local
23 auto* found = value.FindKey(key); in GetDouble() local
40 auto* found = value.FindKey(key); in GetString() local
51 auto* found = value.FindKey(key); in GetBool() local
64 auto* found = value.FindKey(key); in GetIntArray() local
81 auto* found = value.FindKey(key); in GetStringArray() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/mirroring/service/
H A Dvalue_util.cc10 auto* found = value.FindKey(key); in GetInt() local
23 auto* found = value.FindKey(key); in GetDouble() local
40 auto* found = value.FindKey(key); in GetString() local
51 auto* found = value.FindKey(key); in GetBool() local
64 auto* found = value.FindKey(key); in GetIntArray() local
81 auto* found = value.FindKey(key); in GetStringArray() local
/dports/games/multimc/MultiMC5-0.6.11/api/logic/
H A DSeparatorPrefixTree.h66 auto found = children.find(path); in covers() local
76 auto found = children.find(prefix); in covers() local
96 auto found = children.find(path); in cover() local
113 auto found = children.find(prefix); in cover() local
135 auto found = children.find(path); in exists() local
145 auto found = children.find(prefix); in exists() local
160 auto found = children.find(path); in find() local
170 auto found = children.find(prefix); in find() local
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/device/port/
H A Dcbqos.inc.php64 $found = false; variable
71 $found = true; variable
83 $found = false; variable
90 $found = true; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dshared_image_manager.cc126 auto found = images_.find(mailbox); in OnContextLost() local
141 auto found = images_.find(mailbox); in ProduceGLTexture() local
165 auto found = images_.find(mailbox); in ProduceRGBEmulationGLTexture() local
188 auto found = images_.find(mailbox); in ProduceGLTexturePassthrough() local
212 auto found = images_.find(mailbox); in ProduceSkia() local
236 auto found = images_.find(mailbox); in ProduceDawn() local
259 auto found = images_.find(mailbox); in ProduceOverlay() local
283 auto found = images_.find(mailbox); in ProduceVASurface() local
308 auto found = images_.find(mailbox); in OnRepresentationDestroyed() local
341 auto found = images_.find(mailbox); in OnMemoryDump() local
[all …]
/dports/www/silicon/silicon-0.1-124-g91ca205/silicon/backends/
H A Durldecode.hh18 iod::stringview urldecode2(std::set<void*>& found, iod::stringview str, O& obj) in urldecode2()
50 iod::stringview urldecode2(std::set<void*>& found, iod::stringview str, std::vector<O>& obj) in urldecode2()
93 iod::stringview urldecode2(std::set<void*>& found, iod::stringview str, sio<O...>& obj, bool root) in urldecode2()
136 std::string urldecode_check_missing_fields(const std::set<void*>& found, O& obj) in urldecode_check_missing_fields()
145 std::string urldecode_check_missing_fields(const std::set<void*>& found, std::vector<O>& obj) in urldecode_check_missing_fields()
162 …std::string urldecode_check_missing_fields(const std::set<void*>& found, sio<O...>& obj, bool root… in urldecode_check_missing_fields()
178 …std::string urldecode_check_missing_fields_on_subset(const std::set<void*>& found, sio<O...>& obj,… in urldecode_check_missing_fields_on_subset()
198 std::set<void*> found; in urldecode() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq/src/System/Linq/
H A DPartition.cs63 TElement TryGetElementAt(int index, out bool found); in TryGetElementAt()
70 TElement TryGetFirst(out bool found); in TryGetFirst()
77 TElement TryGetLast(out bool found); in TryGetLast()
122 public TElement TryGetElementAt(int index, out bool found) in TryGetElementAt()
128 public TElement TryGetFirst(out bool found) in TryGetFirst()
134 public TElement TryGetLast(out bool found) in TryGetLast()
194 public TElement TryGetLast(out bool found) => field in System.Linq.OrderedPartition
273 public TSource TryGetFirst(out bool found) in TryGetFirst()
285 public TSource TryGetLast(out bool found) in TryGetLast()
556 public TSource TryGetFirst(out bool found) in TryGetFirst()
[all …]
/dports/editors/jucipp/jucipp-b3b5182258b25835e7c5f683623ab774d8e34c75/tests/
H A Dctags_grep_test.cpp35 bool found = false; in main() local
68 bool found = false; in main() local
101 bool found = false; in main() local
126 bool found = false; in main() local
185 bool found = false; in main() local
196 bool found = false; in main() local
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/ftp/proftpd/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/src/
H A Dexpr.c81 int found; in pr_expr_eval_class_and() local
121 int found; in pr_expr_eval_class_or() local
156 int found; in pr_expr_eval_group_and() local
202 int found; in pr_expr_eval_group_or() local
248 int found; in pr_expr_eval_user_and() local
290 int found = FALSE; in pr_expr_eval_user_or() local
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dspirv_grammar_helper.cpp32 bool found = false; in AtomicOperation() local
63 bool found = false; in GroupOperation() local
110 bool found = false; in ImageGatherOperation() local
126 bool found = false; in ImageFetchOperation() local
139 bool found = false; in ImageSampleOperation() local

12345678910>>...577