/third_party/openssl/crypto/rand/ |
D | drbg_ctr.c | 23 static void inc_128(RAND_DRBG_CTR *ctr) in inc_128() 36 static void ctr_XOR(RAND_DRBG_CTR *ctr, const unsigned char *in, size_t inlen) in ctr_XOR() 65 __owur static int ctr_BCC_block(RAND_DRBG_CTR *ctr, unsigned char *out, in ctr_BCC_block() 83 __owur static int ctr_BCC_blocks(RAND_DRBG_CTR *ctr, const unsigned char *in) in ctr_BCC_blocks() 101 __owur static int ctr_BCC_init(RAND_DRBG_CTR *ctr) in ctr_BCC_init() 116 __owur static int ctr_BCC_update(RAND_DRBG_CTR *ctr, in ctr_BCC_update() 151 __owur static int ctr_BCC_final(RAND_DRBG_CTR *ctr) in ctr_BCC_final() 161 __owur static int ctr_df(RAND_DRBG_CTR *ctr, in ctr_df() 229 RAND_DRBG_CTR *ctr = &drbg->data.ctr; in ctr_update() local 275 RAND_DRBG_CTR *ctr = &drbg->data.ctr; in drbg_ctr_instantiate() local [all …]
|
/third_party/grpc/test/core/tsi/alts/frame_protector/ |
D | alts_counter_test.cc | 30 static bool do_bytes_represent_client(alts_counter* ctr, in do_bytes_represent_client() 37 alts_counter* ctr = nullptr; in alts_counter_test_input_sanity_check() local 88 alts_counter* ctr = nullptr; in alts_counter_test_overflow_full_range() local 134 alts_counter* ctr = nullptr; in alts_counter_test_overflow_single_increment() local
|
/third_party/grpc/src/core/lib/debug/ |
D | stats.h | 43 #define GRPC_STATS_INC_COUNTER(ctr) \ argument 51 #define GRPC_STATS_INC_COUNTER(ctr) argument
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/ |
D | const_input_to_attr_registry.h | 72 #define REG_CONST_INPUT_TO_ATTR_UNIQ_HELPER(ctr, op_name) REG_CONST_INPUT_TO_ATTR_UNIQ(ctr, op_name) argument 73 #define REG_CONST_INPUT_TO_ATTR_UNIQ(ctr, op_name) … argument
|
/third_party/libdrm/nouveau/nvif/ |
D | if0003.h | 13 } ctr[4]; member 29 __u32 ctr[4]; member
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jidctint.c | 185 int ctr; variable 438 int ctr; in jpeg_idct_7x7() local 587 int ctr; in jpeg_idct_6x6() local 708 int ctr; in jpeg_idct_5x5() local 822 int ctr; in jpeg_idct_3x3() local 913 int ctr; in jpeg_idct_9x9() local 1085 int ctr; in jpeg_idct_10x10() local 1280 int ctr; in jpeg_idct_11x11() local 1474 int ctr; in jpeg_idct_12x12() local 1690 int ctr; in jpeg_idct_13x13() local [all …]
|
D | jidctred.c | 132 int ctr; variable 289 int ctr; in jpeg_idct_2x2() local
|
D | jfdctflt.c | 66 int ctr; variable
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jidctint.c | 185 int ctr; variable 438 int ctr; in jpeg_idct_7x7() local 587 int ctr; in jpeg_idct_6x6() local 708 int ctr; in jpeg_idct_5x5() local 822 int ctr; in jpeg_idct_3x3() local 913 int ctr; in jpeg_idct_9x9() local 1085 int ctr; in jpeg_idct_10x10() local 1280 int ctr; in jpeg_idct_11x11() local 1474 int ctr; in jpeg_idct_12x12() local 1690 int ctr; in jpeg_idct_13x13() local [all …]
|
D | jidctred.c | 132 int ctr; variable 289 int ctr; in jpeg_idct_2x2() local
|
D | jfdctflt.c | 66 int ctr; variable
|
/third_party/libjpeg-turbo/ |
D | jidctint.c | 185 int ctr; variable 438 int ctr; in jpeg_idct_7x7() local 587 int ctr; in jpeg_idct_6x6() local 708 int ctr; in jpeg_idct_5x5() local 822 int ctr; in jpeg_idct_3x3() local 913 int ctr; in jpeg_idct_9x9() local 1085 int ctr; in jpeg_idct_10x10() local 1280 int ctr; in jpeg_idct_11x11() local 1474 int ctr; in jpeg_idct_12x12() local 1690 int ctr; in jpeg_idct_13x13() local [all …]
|
D | jidctred.c | 132 int ctr; variable 289 int ctr; in jpeg_idct_2x2() local
|
/third_party/openssl/crypto/dh/ |
D | dh_kdf.c | 57 static unsigned char ctr[4] = { 0xF3, 0x17, 0x22, 0x53 }; in dh_sharedinfo_encode() local 107 unsigned char *der = NULL, *ctr; in DH_KDF_X9_42() local
|
/third_party/ffmpeg/libavcodec/ |
D | jfdctfst.c | 150 int ctr; variable 214 int ctr; in ff_fdct_ifast() local 280 int ctr; in ff_fdct_ifast248() local
|
D | jfdctint_template.c | 188 int ctr; in FUNC() local 266 int ctr; in FUNC() local 348 int ctr; in FUNC() local
|
/third_party/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_record_protocol_crypter_common.h | 41 alts_counter* ctr; member
|
/third_party/boost/libs/compute/example/ |
D | threefry_engine.cpp | 29 uint32_t ctr[20]; in main() local
|
/third_party/grpc/test/core/gprpp/ |
D | mpscq_test.cc | 37 size_t* ctr; member 40 static test_node* new_node(size_t i, size_t* ctr) { in new_node() 62 size_t ctr; member
|
/third_party/typescript/src/services/codefixes/ |
D | fixConstructorForDerivedNeedSuperCall.ts | 9 const ctr = getNode(sourceFile, span.start); constant
|
/third_party/mesa3d/src/panfrost/perf/ |
D | quick.c | 38 const struct panfrost_perf_counter *ctr = &cat->counters[j]; in main() local
|
/third_party/selinux/libselinux/src/ |
D | is_customizable_type.c | 16 unsigned int ctr = 0, i; in get_customizable_type_list() local
|
/third_party/grpc/test/core/iomgr/ |
D | combiner_test.cc | 55 size_t ctr; member 61 size_t* ctr; member
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | tensor_string_test.cc | 75 uint32_t ctr = 0; in TEST_F() local 101 uint32_t ctr = 0; in TEST_F() local
|
/third_party/mindspore/tests/st/fl/cross_silo_faster_rcnn/src/FasterRcnn/ |
D | anchor_generator.py | 21 def __init__(self, base_size, scales, ratios, scale_major=True, ctr=None): argument
|