Home
last modified time | relevance | path

Searched refs:zero_index (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c210 crypto_word_t zero_index = 0, looking_for_index = CONSTTIME_TRUE_W; in RSA_padding_check_PKCS1_type_2() local
213 zero_index = in RSA_padding_check_PKCS1_type_2()
214 constant_time_select_w(looking_for_index & equals0, i, zero_index); in RSA_padding_check_PKCS1_type_2()
226 valid_index &= constant_time_ge_w(zero_index, 2 + 8); in RSA_padding_check_PKCS1_type_2()
229 zero_index++; in RSA_padding_check_PKCS1_type_2()
237 CONSTTIME_DECLASSIFY(&zero_index, sizeof(zero_index)); in RSA_padding_check_PKCS1_type_2()
244 const size_t msg_len = from_len - zero_index; in RSA_padding_check_PKCS1_type_2()
252 OPENSSL_memcpy(out, &from[zero_index], msg_len); in RSA_padding_check_PKCS1_type_2()
/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py184 zero_index = mask_str.find('0')
191 if zero_index != -1:
192 test_bid = self.test_bid_int ^ (1 << zero_index)
218 zero_index = flag_str_pad_rev.find('0')
227 if zero_index != -1:
228 test_flags = self.test_flags | (1 << zero_index)
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dmatrix_band_part_op.cc72 auto zero_index = XlaHelpers::Zero(builder, index_type); in Compile() local
73 num_lower = xla::Select(xla::Lt(num_lower, zero_index), in Compile()
76 num_upper = xla::Select(xla::Lt(num_upper, zero_index), in Compile()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dvector_gep.ll90 define <2 x i8*> @zero_index(i8* %p) {
91 ; CHECK-LABEL: @zero_index(
/external/tensorflow/tensorflow/compiler/xla/service/
Dscatter_expander.cc181 HloInstruction* zero_index = in CheckIndexValidity() local
186 MakeCompareHlo(ComparisonDirection::kLe, zero_index, index)); in CheckIndexValidity()
Delemental_ir_emitter.cc1826 llvm_ir::IrArray::Index zero_index(index_type); in EmitElementalDynamicSlice() local
1829 operand_to_generator.at(hlo->operand(1 + i))(zero_index)); in EmitElementalDynamicSlice()
1985 llvm_ir::IrArray::Index zero_index(index_type); in EmitElementalDynamicUpdateSlice() local
1988 operand_to_generator.at(hlo->operand(2 + i))(zero_index)); in EmitElementalDynamicUpdateSlice()