Home
last modified time | relevance | path

Searched defs:idb (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Ddystopia.c92 void tcidbdel(TCIDB *idb){ in tcidbdel()
107 int tcidbecode(TCIDB *idb){ in tcidbecode()
183 bool tcidbclose(TCIDB *idb){ in tcidbclose()
444 bool tcidbiterinit(TCIDB *idb){ in tcidbiterinit()
480 bool tcidbsync(TCIDB *idb){ in tcidbsync()
495 bool tcidboptimize(TCIDB *idb){ in tcidboptimize()
510 bool tcidbvanish(TCIDB *idb){ in tcidbvanish()
547 uint64_t tcidbrnum(TCIDB *idb){ in tcidbrnum()
599 int tcidbdbgfd(TCIDB *idb){ in tcidbdbgfd()
637 time_t tcidbmtime(TCIDB *idb){ in tcidbmtime()
[all …]
H A Ddystmgr.c124 static void printerr(TCIDB *idb){ in printerr()
166 static void printresult(TCIDB *idb, const uint64_t *res, int rnum, int max, in printresult()
507 TCIDB *idb = tcidbnew(); in proccreate() local
531 TCIDB *idb = tcidbnew(); in procinform() local
566 TCIDB *idb = tcidbnew(); in procput() local
590 TCIDB *idb = tcidbnew(); in procout() local
614 TCIDB *idb = tcidbnew(); in procget() local
643 TCIDB *idb = tcidbnew(); in procsearch() local
715 TCIDB *idb = tcidbnew(); in proclist() local
752 TCIDB *idb = tcidbnew(); in procoptimize() local
[all …]
H A Ddysttest.c101 static void eprint(TCIDB *idb, const char *func){ in eprint()
393 TCIDB *idb = tcidbnew(); in procwrite() local
444 TCIDB *idb = tcidbnew(); in procread() local
492 TCIDB *idb = tcidbnew(); in procwicked() local
/dports/biology/star/STAR-2.7.9a/source/
H A DClipMate_clipChunk.cpp17 int idb = 0; in clipChunk() local
43 for (int idb=0; idb<dbN1; idb++) {//store results in clipChunk() local
H A DClipCR4.cpp43 void ClipCR4::opalFillOneSeq(uint32 idb, char *seq, uint32 seqL) in opalFillOneSeq()
74 for (int idb = 0; idb < dbN1; idb++) { in opalAlign() local
/dports/net/tshark/wireshark-3.6.1/
H A Dws_symbol_export.h113 * Symbols in a DLL are *not* exported unless they're specifically
114 * flagged as exported, so, for a non-static but non-exported
115 * symbol, we don't have to do anything.
117 #define WS_DLL_LOCAL
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/test/java/org/opengrok/indexer/index/
H A DIndexerTest.java243 IndexDatabase idb = new IndexDatabase(project); in testIndexWithSetIndexVersionedFilesOnly() local
326 IndexDatabase idb = new IndexDatabase(project); in testRemoveFileOnFileChange() local
401 IndexDatabase idb = new IndexDatabase(project); in testBug3430() local
421 IndexDatabase idb = new IndexDatabase(project); in testIncrementalIndexAddRemoveFile() local
466 IndexDatabase idb = new IndexDatabase(project); in testBug11896() local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_cafe_numcon.F6 integer idb(ndb,4) local
/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/example/
H A Ddystex.c7 TCIDB *idb; in main() local
/dports/net/wireshark/wireshark-3.6.1/writecap/
H A Dpcapio.c111 struct idb { struct
112 guint32 block_type;
113 guint32 block_total_length;
114 guint16 link_type;
115 guint16 reserved;
116 guint32 snap_len;
396 struct idb idb; in pcapng_write_interface_description_block() local
/dports/net/wireshark-lite/wireshark-3.6.1/writecap/
H A Dpcapio.c111 struct idb { struct
112 guint32 block_type;
113 guint32 block_total_length;
114 guint16 link_type;
115 guint16 reserved;
116 guint32 snap_len;
396 struct idb idb; in pcapng_write_interface_description_block() local
/dports/net/tshark-lite/wireshark-3.6.1/writecap/
H A Dpcapio.c111 struct idb { struct
112 guint32 block_type;
113 guint32 block_total_length;
114 guint16 link_type;
115 guint16 reserved;
116 guint32 snap_len;
396 struct idb idb; in pcapng_write_interface_description_block() local
/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkclangc.cc1000 IndexDB* idb = (IndexDB*)idx; in kcidxdel() local
1010 IndexDB* idb = (IndexDB*)idx; in kcidxopen() local
1020 IndexDB* idb = (IndexDB*)idx; in kcidxclose() local
1030 IndexDB* idb = (IndexDB*)idx; in kcidxecode() local
1040 IndexDB* idb = (IndexDB*)idx; in kcidxemsg() local
1050 IndexDB* idb = (IndexDB*)idx; in kcidxset() local
1060 IndexDB* idb = (IndexDB*)idx; in kcidxadd() local
1070 IndexDB* idb = (IndexDB*)idx; in kcidxreplace() local
1080 IndexDB* idb = (IndexDB*)idx; in kcidxappend() local
1090 IndexDB* idb = (IndexDB*)idx; in kcidxremove() local
[all …]
/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dcommon.c756 guint mwIdBlock_hash(const struct mwIdBlock *idb) { in mwIdBlock_hash()
818 const struct mwAwareIdBlock *idb) { in mwAwareIdBlock_put()
829 void mwAwareIdBlock_get(struct mwGetBuffer *b, struct mwAwareIdBlock *idb) { in mwAwareIdBlock_get()
853 void mwAwareIdBlock_clear(struct mwAwareIdBlock *idb) { in mwAwareIdBlock_clear()
880 void mwAwareSnapshot_get(struct mwGetBuffer *b, struct mwAwareSnapshot *idb) { in mwAwareSnapshot_get()
918 void mwAwareSnapshot_clear(struct mwAwareSnapshot *idb) { in mwAwareSnapshot_clear()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-wt/
H A Didl.c270 ID ida, idb; in wt_idl_intersection() local
358 ID ida, idb; in wt_idl_union() local
566 ID ida, idb, tmp, swap = 0; in wt_idl_append() local
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-wt/
H A Didl.c270 ID ida, idb; in wt_idl_intersection() local
358 ID ida, idb; in wt_idl_union() local
566 ID ida, idb, tmp, swap = 0; in wt_idl_append() local
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Didl.c270 ID ida, idb; in wt_idl_intersection() local
358 ID ida, idb; in wt_idl_union() local
566 ID ida, idb, tmp, swap = 0; in wt_idl_append() local
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-wt/
H A Didl.c270 ID ida, idb; in wt_idl_intersection() local
358 ID ida, idb; in wt_idl_union() local
566 ID ida, idb, tmp, swap = 0; in wt_idl_append() local
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/UI/
H A DVuPartMeter.h38 const int idb = db*(H-2); in draw() local
/dports/science/code_saturne/code_saturne-7.1.0/libple/src/
H A Dple_locator.c991 const ple_lnum_t idb = this_locator->point_id_base; in _transfer_location_distant() local
1126 const ple_lnum_t idb = this_locator->point_id_base; in _locate_distant() local
1426 const ple_lnum_t idb = this_locator->point_id_base; in _locate_all_distant() local
1688 const ple_lnum_t idb = this_locator->point_id_base; in _transfer_location_local() local
1863 const ple_lnum_t idb = this_locator->point_id_base; in _locate_all_local() local
2212 const ple_lnum_t idb = this_locator->point_id_base; in _exchange_point_var_distant() local
2243 const ple_lnum_t idb = this_locator->point_id_base; in _exchange_point_var_distant() local
2500 const ple_lnum_t idb = this_locator->point_id_base; in _exchange_point_var_distant_asyn() local
2664 const ple_lnum_t idb = this_locator->point_id_base; in _exchange_point_var_local() local
2680 const ple_lnum_t idb = this_locator->point_id_base; in _exchange_point_var_local() local
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/
H A Ddebug.cc38 DBImpl* idb = static_cast<DBImpl*>(db->GetRootDB()); in GetAllKeyVersions() local
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/
H A Ddebug.cc38 DBImpl* idb = static_cast<DBImpl*>(db->GetRootDB()); in GetAllKeyVersions() local
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/
H A Ddebug.cc38 DBImpl* idb = static_cast<DBImpl*>(db->GetRootDB()); in GetAllKeyVersions() local
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/
H A Ddebug.cc38 DBImpl* idb = static_cast<DBImpl*>(db->GetRootDB()); in GetAllKeyVersions() local
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/
H A Ddebug.cc38 DBImpl* idb = static_cast<DBImpl*>(db->GetRootDB()); in GetAllKeyVersions() local

12345678910>>...13