Searched refs:increment_counter (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 100 static grpc_status_code increment_counter(alts_counter* counter, in increment_counter() function 240 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_protect() 288 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_unprotect() 354 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_protect() 426 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_unprotect()
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_iovec_record_protocol.cc | 98 static grpc_status_code increment_counter(alts_counter* counter, in increment_counter() function 238 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_protect() 286 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_integrity_only_unprotect() 352 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_protect() 424 return increment_counter(rp->ctr, error_details); in alts_iovec_record_protocol_privacy_integrity_unprotect()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_scan.c | 25 static isl_stat increment_counter(struct isl_scan_callback *cb, in increment_counter() function 181 if (level == dim - 1 && callback->add == increment_counter) { in isl_basic_set_scan() 254 struct isl_counter cnt = { { &increment_counter } }; in isl_basic_set_count_upto() 280 struct isl_counter cnt = { { &increment_counter } }; in isl_set_count_upto()
|
/external/grpc-grpc/src/core/tsi/alts/frame_protector/ |
D | alts_record_protocol_crypter_common.h | 79 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter,
|
D | alts_unseal_privacy_integrity_crypter.cc | 77 return increment_counter(rp_crypter, error_details); in alts_unseal_crypter_process_in_place()
|
D | alts_seal_privacy_integrity_crypter.cc | 81 return increment_counter(rp_crypter, error_details); in alts_seal_crypter_process_in_place()
|
D | alts_record_protocol_crypter_common.cc | 48 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, in increment_counter() function
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/ |
D | alts_record_protocol_crypter_common.h | 79 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter,
|
D | alts_unseal_privacy_integrity_crypter.cc | 77 return increment_counter(rp_crypter, error_details); in alts_unseal_crypter_process_in_place()
|
D | alts_record_protocol_crypter_common.cc | 48 grpc_status_code increment_counter(alts_record_protocol_crypter* rp_crypter, in increment_counter() function
|
D | alts_seal_privacy_integrity_crypter.cc | 81 return increment_counter(rp_crypter, error_details); in alts_seal_crypter_process_in_place()
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_ops_test.py | 168 increment_counter = state_ops.assign_add(counter, 1) 170 (increment_counter, constant_op.constant(42)), constant_op.constant(7)) 181 increment_counter = state_ops.assign_add(counter, 1) 183 [increment_counter, constant_op.constant(42)], constant_op.constant(7))
|