/dports/audio/julius/julius-4.1.2/libjulius/src/ |
H A D | backtrellis.c | 79 bt_init(BACKTRELLIS *bt) in bt_init() 104 bt_prepare(BACKTRELLIS *bt) in bt_prepare() 131 bt_free(BACKTRELLIS *bt) in bt_free() 154 bt_new(BACKTRELLIS *bt) in bt_new() 190 bt_store(BACKTRELLIS *bt, TRELLIS_ATOM *tatom) in bt_store() 218 bt_relocate_rw(BACKTRELLIS *bt) in bt_relocate_rw() 299 BACKTRELLIS *bt; in set_terminal_words() local 367 bt_discount_pescore(WCHMM_INFO *wchmm, BACKTRELLIS *bt, HTK_Param *param) in bt_discount_pescore() 401 bt_discount_lm(BACKTRELLIS *bt) in bt_discount_lm() 468 bt_sort_rw(BACKTRELLIS *bt) in bt_sort_rw() [all …]
|
/dports/editors/ted/Ted-2.23/Ted/ |
H A D | tedBookmarkTool.c | 92 BookmarkTool * bt= (BookmarkTool *)voidbt; in APP_BUTTON_CALLBACK_H() local 115 BookmarkTool * bt= (BookmarkTool *)voidbt; in APP_BUTTON_CALLBACK_H() local 144 BookmarkTool * bt= (BookmarkTool *)voidbt; in APP_BUTTON_CALLBACK_H() local 166 BookmarkTool * bt= (BookmarkTool *)voidbt; in APP_BUTTON_CALLBACK_H() local 185 BookmarkTool * bt= (BookmarkTool *)voidbt; in APP_TXTYPING_CALLBACK_H() local 210 BookmarkTool * bt= (BookmarkTool *)voidbt; in APP_LIST_CALLBACK_H() local 255 void tedFillBookmarkTool( BookmarkTool * bt, in tedFillBookmarkTool() 302 void tedInitBookmarkTool( BookmarkTool * bt ) in tedInitBookmarkTool() 322 void tedFormatCleanBookmarkTool( BookmarkTool * bt ) in tedFormatCleanBookmarkTool() 341 void tedFinishBookmarkTool( BookmarkTool * bt ) in tedFinishBookmarkTool() [all …]
|
H A D | tedBorderTool.c | 77 void tedEnableBorderTool( BorderTool * bt, in tedEnableBorderTool() 160 BorderTool * bt, in tedDrawBorderStyle() 185 BorderTool * bt= (BorderTool *)voidbt; in APP_EVENT_HANDLER_H() local 219 BorderTool * bt= (BorderTool *)voidbt; in APP_EVENT_HANDLER_H() local 283 BorderTool * bt= (BorderTool *)voidbt; in APP_TOGGLE_CALLBACK_H() local 349 BorderTool * bt= (BorderTool *)voidbt; in APP_EVENT_HANDLER_H() local 387 BorderTool * bt= (BorderTool *)voidbt; in APP_TXTYPING_CALLBACK_H() local 397 BorderTool * bt= (BorderTool *)voidbt; in APP_TXACTIVATE_CALLBACK_H() local 452 BorderTool * bt= (BorderTool *)voidbt; in tedBorderColorChosen() local 683 const BorderTool * bt, in tedBorderToolGetProperties() [all …]
|
/dports/lang/pcc/pcc-1.1.0/cc/cxxcom/ |
H A D | builtins.c | 43 builtin_alloca(const struct bitable *bt, NODE *a) in builtin_alloca() 83 builtin_expect(const struct bitable *bt, NODE *a) in builtin_expect() 102 builtin_abs(const struct bitable *bt, NODE *a) in builtin_abs() 191 builtin_clz(const struct bitable *bt, NODE *a) in builtin_clz() 197 builtin_clzl(const struct bitable *bt, NODE *a) in builtin_clzl() 209 builtin_ctz(const struct bitable *bt, NODE *a) in builtin_ctz() 215 builtin_ctzl(const struct bitable *bt, NODE *a) in builtin_ctzl() 279 builtin_ffs(const struct bitable *bt, NODE *a) in builtin_ffs() 285 builtin_ffsl(const struct bitable *bt, NODE *a) in builtin_ffsl() 766 const struct bitable *bt; in builtin_check() local [all …]
|
/dports/graphics/radiance/radiance-baf2c40/BTrack/src/ |
H A D | BTrack.c | 100 void btrack_del(struct btrack * bt){ in btrack_del() 110 double btrack_get_bpm(const struct btrack * bt){ in btrack_get_bpm() 114 double btrack_get_latest_score(const struct btrack * bt){ in btrack_get_latest_score() 118 double btrack_get_latest_odf(const struct btrack * bt){ in btrack_get_latest_odf() 126 int btrack_get_frames_until_beat(const struct btrack * bt) { in btrack_get_frames_until_beat() 184 void btrack_set_bpm(struct btrack * bt, double bpm){ in btrack_set_bpm() 238 void btrack_fix_bpm(struct btrack * bt, double bpm){ in btrack_fix_bpm() 262 void btrack_nofix_bpm(struct btrack * bt){ in btrack_nofix_bpm() 267 void btrack_set_hop_size(struct btrack * bt, int hop_size){ in btrack_set_hop_size() 332 static void calculateTempo(struct btrack * bt){ in calculateTempo() [all …]
|
/dports/lang/pcc/pcc-1.1.0/cc/ccom/ |
H A D | builtins.c | 43 builtin_alloca(const struct bitable *bt, NODE *a) in builtin_alloca() 83 builtin_expect(const struct bitable *bt, NODE *a) in builtin_expect() 102 builtin_abs(const struct bitable *bt, NODE *a) in builtin_abs() 239 builtin_clz(const struct bitable *bt, NODE *a) in builtin_clz() 257 builtin_ctz(const struct bitable *bt, NODE *a) in builtin_ctz() 277 builtin_era(const struct bitable *bt, NODE *a) in builtin_era() 335 builtin_ffs(const struct bitable *bt, NODE *a) in builtin_ffs() 504 builtin_tc(const struct bitable *bt, NODE *a) in builtin_tc() 532 builtin_ce(const struct bitable *bt, NODE *a) in builtin_ce() 960 const struct bitable *bt; in builtin_check() local [all …]
|
/dports/math/pspp/pspp-1.4.1/src/libpspp/ |
H A D | bt.c | 98 bt_insert (struct bt *bt, struct bt_node *node) in bt_insert() 169 bt_delete (struct bt *bt, struct bt_node *p) in bt_delete() 220 bt_first (const struct bt *bt) in bt_first() 232 bt_last (const struct bt *bt) in bt_last() 244 bt_find (const struct bt *bt, const struct bt_node *target) in bt_find() 268 bt_find_ge (const struct bt *bt, const struct bt_node *target) in bt_find_ge() 325 bt_next (const struct bt *bt, const struct bt_node *p) in bt_next() 350 bt_prev (const struct bt *bt, const struct bt_node *p) in bt_prev() 387 bt_changed (struct bt *bt, struct bt_node *p) in bt_changed() 413 bt_moved (struct bt *bt, struct bt_node *p) in bt_moved() [all …]
|
H A D | bt.h | 55 struct bt struct 57 struct bt_node *root; /* Tree's root, NULL if empty. */ argument 58 bt_compare_func *compare; /* To compare nodes. */ argument 65 void bt_init (struct bt *, bt_compare_func *, const void *aux); argument 106 static inline size_t bt_count (const struct bt *bt) in bt_count() 113 static inline bool bt_is_empty (const struct bt *bt) in bt_is_empty()
|
/dports/math/universal/universal-3.48/include/universal/number/cfloat/math/ |
H A D | trigonometry.hpp | 16 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> sin(cfloat<nbits, es, bt, hasSubn… in sin() argument 22 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> cos(cfloat<nbits, es, bt, hasSubn… in cos() argument 28 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> tan(cfloat<nbits, es, bt, hasSubn… in tan() argument 34 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> atan(cfloat<nbits, es, bt, hasSub… in atan() argument 40 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> atan2(cfloat<nbits, es, bt, hasSu… in atan2() argument 46 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> acos(cfloat<nbits, es, bt, hasSub… in acos() argument 52 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> asin(cfloat<nbits, es, bt, hasSub… in asin() argument 58 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> cot(cfloat<nbits, es, bt, hasSubn… in cot() argument 64 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> sec(cfloat<nbits, es, bt, hasSubn… in sec() argument 70 cfloat<nbits, es, bt, hasSubnormal, hasSupernormal, isSaturating> csc(cfloat<nbits, es, bt, hasSubn… in csc() argument
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/ |
H A D | vectornode.cpp | 33 int VectorNode::opcode(int sopc, BasicType bt) { in opcode() 234 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { in implemented() 333 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { in make() 423 BasicType bt = opd_t->array_element_basic_type(); in scalar2vector() local 447 VectorNode* VectorNode::shift_count(Node* shift, Node* cnt, uint vlen, BasicType bt) { in shift_count() 467 PackNode* PackNode::make(Node* s, uint vlen, BasicType bt) { in make() 503 BasicType bt = n1->vect_type()->element_basic_type(); in binary_tree_pack() local 530 uint vlen, BasicType bt, in make() 544 Node* ExtractNode::make(Node* v, uint position, BasicType bt) { in make() 570 int ReductionNode::opcode(int opc, BasicType bt) { in opcode() [all …]
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/ |
H A D | vectornode.cpp | 33 int VectorNode::opcode(int sopc, BasicType bt) { in opcode() 234 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { in implemented() 333 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { in make() 423 BasicType bt = opd_t->array_element_basic_type(); in scalar2vector() local 447 VectorNode* VectorNode::shift_count(Node* shift, Node* cnt, uint vlen, BasicType bt) { in shift_count() 467 PackNode* PackNode::make(Node* s, uint vlen, BasicType bt) { in make() 503 BasicType bt = n1->vect_type()->element_basic_type(); in binary_tree_pack() local 530 uint vlen, BasicType bt, in make() 544 Node* ExtractNode::make(Node* v, uint position, BasicType bt) { in make() 570 int ReductionNode::opcode(int opc, BasicType bt) { in opcode() [all …]
|
/dports/devel/mspdebug/mspdebug-493f38b/util/ |
H A D | btree.c | 110 static void check_btree(btree_t bt) in check_btree() 122 #define check_btree(bt) argument 173 btree_t bt = op->owner; in split_page() local 203 btree_t bt = p->owner; in insert_data() local 236 btree_t bt = p->owner; in insert_ptr() local 269 btree_t bt = p->owner; in delete_item() local 309 btree_t bt = lower->owner; in merge_pages() local 394 static void cursor_next(btree_t bt) in cursor_next() 429 btree_t bt; in btree_alloc() local 459 void btree_free(btree_t bt) in btree_free() [all …]
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/ |
H A D | vectornode.cpp | 33 int VectorNode::opcode(int sopc, BasicType bt) { in opcode() 236 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { in implemented() 353 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { in make() 445 BasicType bt = opd_t->array_element_basic_type(); in scalar2vector() local 469 VectorNode* VectorNode::shift_count(Node* shift, Node* cnt, uint vlen, BasicType bt) { in shift_count() 489 PackNode* PackNode::make(Node* s, uint vlen, BasicType bt) { in make() 525 BasicType bt = n1->vect_type()->element_basic_type(); in binary_tree_pack() local 552 uint vlen, BasicType bt, in make() 566 Node* ExtractNode::make(Node* v, uint position, BasicType bt) { in make() 592 int ReductionNode::opcode(int opc, BasicType bt) { in opcode() [all …]
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/ |
H A D | vectornode.cpp | 33 int VectorNode::opcode(int sopc, BasicType bt) { in opcode() 209 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { in implemented() 321 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { in make() 403 BasicType bt = opd_t->array_element_basic_type(); in scalar2vector() local 427 VectorNode* VectorNode::shift_count(Node* shift, Node* cnt, uint vlen, BasicType bt) { in shift_count() 447 PackNode* PackNode::make(Node* s, uint vlen, BasicType bt) { in make() 483 BasicType bt = n1->vect_type()->element_basic_type(); in binary_tree_pack() local 510 uint vlen, BasicType bt, in make() 524 Node* ExtractNode::make(Node* v, uint position, BasicType bt) { in make() 550 int ReductionNode::opcode(int opc, BasicType bt) { in opcode() [all …]
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/ |
H A D | vectornode.cpp | 33 int VectorNode::opcode(int sopc, BasicType bt) { in opcode() 236 bool VectorNode::implemented(int opc, uint vlen, BasicType bt) { in implemented() 353 VectorNode* VectorNode::make(int opc, Node* n1, Node* n2, uint vlen, BasicType bt) { in make() 445 BasicType bt = opd_t->array_element_basic_type(); in scalar2vector() local 469 VectorNode* VectorNode::shift_count(Node* shift, Node* cnt, uint vlen, BasicType bt) { in shift_count() 521 PackNode* PackNode::make(Node* s, uint vlen, BasicType bt) { in make() 557 BasicType bt = n1->vect_type()->element_basic_type(); in binary_tree_pack() local 584 uint vlen, BasicType bt, in make() 598 Node* ExtractNode::make(Node* v, uint position, BasicType bt) { in make() 624 int ReductionNode::opcode(int opc, BasicType bt) { in opcode() [all …]
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/src/c/ |
H A D | backtrace.c | 82 sci_backtrace_t *bt = NULL; in sci_backtrace_create() local 175 sci_backtrace_t *sci_backtrace_destroy(sci_backtrace_t * bt) in sci_backtrace_destroy() 226 void sci_backtrace_demangle(sci_backtrace_t * bt) in sci_backtrace_demangle() 292 int sci_backtrace_size(const sci_backtrace_t * bt) in sci_backtrace_size() 305 const char *sci_backtrace_file(sci_backtrace_t * bt, int depth) in sci_backtrace_file() 328 const char *sci_backtrace_function(sci_backtrace_t * bt, int depth) in sci_backtrace_function() 351 const char *sci_backtrace_address(sci_backtrace_t * bt, int depth) in sci_backtrace_address()
|
/dports/science/dftbplus/dftbplus-19.1/utils/workarounds/ |
H A D | unallocopt2.f90 | 18 subroutine testBug(bt) argument 19 class(BaseType), intent(inout), optional :: bt local 29 subroutine testWorkaround(bt) argument 30 class(BaseType), intent(inout), allocatable :: bt local
|
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/ |
H A D | bt.h | 52 struct bt { struct 53 bt_node* root; argument 58 typedef struct bt bt; argument
|
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/ |
H A D | bt.h | 52 struct bt { struct 53 bt_node* root; argument 58 typedef struct bt bt; argument
|
/dports/security/cryptopp/cryptopp-8.6.0/ |
H A D | asn.cpp | 41 bool BERLengthDecode(BufferedTransformation &bt, lword &length, bool &definiteLength) in BERLengthDecode() 79 bool BERLengthDecode(BufferedTransformation &bt, size_t &length) in BERLengthDecode() 115 size_t DEREncodeOctetString(BufferedTransformation &bt, const SecByteBlock &str) in DEREncodeOctetString() 120 size_t BERDecodeOctetString(BufferedTransformation &bt, SecByteBlock &str) in BERDecodeOctetString() 288 size_t BERDecodePeekLength(const BufferedTransformation &bt) in BERDecodePeekLength() 307 void OID::EncodeValue(BufferedTransformation &bt, word32 v) in EncodeValue() 314 size_t OID::DecodeValue(BufferedTransformation &bt, word32 &v) in DecodeValue() 345 void OID::BERDecode(BufferedTransformation &bt) in BERDecode() 635 void X509PublicKey::BERDecode(BufferedTransformation &bt) in BERDecode() 667 void PKCS8PrivateKey::BERDecode(BufferedTransformation &bt) in BERDecode() [all …]
|
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/ |
H A D | asn.cpp | 41 bool BERLengthDecode(BufferedTransformation &bt, lword &length, bool &definiteLength) in BERLengthDecode() 79 bool BERLengthDecode(BufferedTransformation &bt, size_t &length) in BERLengthDecode() 115 size_t DEREncodeOctetString(BufferedTransformation &bt, const SecByteBlock &str) in DEREncodeOctetString() 120 size_t BERDecodeOctetString(BufferedTransformation &bt, SecByteBlock &str) in BERDecodeOctetString() 288 size_t BERDecodePeekLength(const BufferedTransformation &bt) in BERDecodePeekLength() 307 void OID::EncodeValue(BufferedTransformation &bt, word32 v) in EncodeValue() 314 size_t OID::DecodeValue(BufferedTransformation &bt, word32 &v) in DecodeValue() 345 void OID::BERDecode(BufferedTransformation &bt) in BERDecode() 635 void X509PublicKey::BERDecode(BufferedTransformation &bt) in BERDecode() 667 void PKCS8PrivateKey::BERDecode(BufferedTransformation &bt) in BERDecode() [all …]
|
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/ |
H A D | asn.cpp | 41 bool BERLengthDecode(BufferedTransformation &bt, lword &length, bool &definiteLength) in BERLengthDecode() 79 bool BERLengthDecode(BufferedTransformation &bt, size_t &length) in BERLengthDecode() 115 size_t DEREncodeOctetString(BufferedTransformation &bt, const SecByteBlock &str) in DEREncodeOctetString() 120 size_t BERDecodeOctetString(BufferedTransformation &bt, SecByteBlock &str) in BERDecodeOctetString() 288 size_t BERDecodePeekLength(const BufferedTransformation &bt) in BERDecodePeekLength() 307 void OID::EncodeValue(BufferedTransformation &bt, word32 v) in EncodeValue() 314 size_t OID::DecodeValue(BufferedTransformation &bt, word32 &v) in DecodeValue() 345 void OID::BERDecode(BufferedTransformation &bt) in BERDecode() 635 void X509PublicKey::BERDecode(BufferedTransformation &bt) in BERDecode() 667 void PKCS8PrivateKey::BERDecode(BufferedTransformation &bt) in BERDecode() [all …]
|
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/ |
H A D | asn.cpp | 41 bool BERLengthDecode(BufferedTransformation &bt, lword &length, bool &definiteLength) in BERLengthDecode() 79 bool BERLengthDecode(BufferedTransformation &bt, size_t &length) in BERLengthDecode() 115 size_t DEREncodeOctetString(BufferedTransformation &bt, const SecByteBlock &str) in DEREncodeOctetString() 120 size_t BERDecodeOctetString(BufferedTransformation &bt, SecByteBlock &str) in BERDecodeOctetString() 288 size_t BERDecodePeekLength(const BufferedTransformation &bt) in BERDecodePeekLength() 307 void OID::EncodeValue(BufferedTransformation &bt, word32 v) in EncodeValue() 314 size_t OID::DecodeValue(BufferedTransformation &bt, word32 &v) in DecodeValue() 345 void OID::BERDecode(BufferedTransformation &bt) in BERDecode() 635 void X509PublicKey::BERDecode(BufferedTransformation &bt) in BERDecode() 667 void PKCS8PrivateKey::BERDecode(BufferedTransformation &bt) in BERDecode() [all …]
|
/dports/editors/tweak/tweak-3.02/ |
H A D | btree.c | 230 static INLINE int bt_min_subtrees(btree *bt) in bt_min_subtrees() 234 static INLINE int bt_max_subtrees(btree *bt) in bt_max_subtrees() 869 void bt_free(btree *bt) in bt_free() 881 btree *bt_clone(btree *bt) in bt_clone() 895 int bt_count(btree *bt) in bt_count() 921 bt_element_t bt_index(btree *bt, int index) in bt_index() 947 bt_element_t bt_index_w(btree *bt, int index) in bt_index_w() 1321 bt_element_t bt_delpos(btree *bt, int pos) in bt_delpos() 1975 static int bt_tworoot(btree *bt) in bt_tworoot() 2024 btree *bt_copy(btree *bt) in bt_copy() [all …]
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/ranges/range.factories/range.single.view/ |
H A D | ctor.value.pass.cpp | 26 BigType bt; in test() local 32 const BigType bt; in test() local 39 BigType bt; in test() local 45 const BigType bt; in test() local
|