Home
last modified time | relevance | path

Searched defs:class_index (Results 1 – 17 of 17) sorted by relevance

/third_party/openssl/crypto/
Dex_data.c30 static EX_CALLBACKS *get_and_lock(OSSL_EX_DATA_GLOBAL *global, int class_index) in get_and_lock()
105 int ossl_crypto_free_ex_index_ex(OSSL_LIB_CTX *ctx, int class_index, int idx) in ossl_crypto_free_ex_index_ex()
133 int CRYPTO_free_ex_index(int class_index, int idx) in CRYPTO_free_ex_index()
141 int ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, in ossl_crypto_get_ex_new_index_ex()
196 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, in CRYPTO_get_ex_new_index()
211 int ossl_crypto_new_ex_data_ex(OSSL_LIB_CTX *ctx, int class_index, void *obj, in ossl_crypto_new_ex_data_ex()
258 int CRYPTO_new_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_new_ex_data()
267 int CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, in CRYPTO_dup_ex_data()
363 void CRYPTO_free_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad) in CRYPTO_free_ex_data()
419 int CRYPTO_alloc_ex_data(int class_index, void *obj, CRYPTO_EX_DATA *ad, in CRYPTO_alloc_ex_data()
[all …]
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/
Dc_api_dataset_voc_test.cc37 std::map<std::string, int32_t> class_index; in TEST_F() local
88 std::map<std::string, int32_t> class_index; in TEST_F() local
114 std::map<std::string, int32_t> class_index; in TEST_F() local
315 std::map<std::string, int32_t> class_index; in TEST_F() local
Dc_api_datasets_test.cc425 std::map<std::string, int32_t> class_index; in TEST_F() local
437 std::map<std::string, int32_t> class_index; in TEST_F() local
466 std::map<std::string, int32_t> class_index; in TEST_F() local
Dc_api_pull_based_get_next_mappable_op_test.cc1178 std::map<std::string, int32_t> class_index; in TEST_F() local
/third_party/pcre2/pcre2/src/
Dpcre2_convert.c484 int class_index; in convert_glob_parse_class() local
541 convert_glob_char_in_class(int class_index, PCRE2_UCHAR c) in convert_glob_char_in_class()
594 int len, class_index; in convert_glob_parse_range() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c136 int class_index; in variable_get_class() local
261 unsigned int class_index; in do_advanced_regalloc() local
Dr3xx_vertprog.c653 unsigned int class_index = 0; in allocate_temporary_registers() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Drendered_sst2_op.cc263 std::map<std::string, uint32_t> *class_index) { in WalkFolderForCountRows()
320 std::map<std::string, uint32_t> class_index; in CountRowsAndClasses() local
Dvoc_op.cc48 …const std::map<std::string, int32_t> &class_index, int32_t num_workers, int32_t queue_size, bool d… in VOCOp()
63 …const std::map<std::string, int32_t> &class_index, int32_t num_workers, int32_t queue_size, bool d… in VOCOp()
Dmanifest_op.cc34 … const std::map<std::string, int32_t> &class_index, std::unique_ptr<DataSchema> data_schema, in ManifestOp()
Dimage_folder_op.cc266 … int64_t *num_classes, std::map<std::string, int32_t> class_index) { in CountRowsAndClasses()
/third_party/mindspore/mindspore-src/source/tests/ut/python/dataset/
Dtest_datasets_sharding.py27 def sharding_config(num_shards, shard_id, num_samples, shuffle, class_index, repeat_cnt=1): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Ddetection_post_process_fp32.c220 const int class_index = all_indexes[i] % num_classes_with_bg - first_class_index; in DetectionPostProcessRegular() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_build/
Dfunc_graph_builder.cc1104 constexpr size_t class_index = 0; in CheckInvalidCellListDictMethod() local
/third_party/selinux/libsepol/src/
Dpolicydb.c1019 static int class_index(hashtab_key_t key, hashtab_datum_t datum, void *datap) in class_index() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/ps/static_analysis/
Dprim.cc2259 constexpr size_t class_index = 0; in GetFuncAbstractAttr() local
3948 constexpr size_t class_index = 0; in EvalPrim() local
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c296 int class_index; in cil_classorder_to_policydb() local