Home
last modified time | relevance | path

Searched refs:one_index (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/site_tests/firmware_Cr50BID/
Dfirmware_Cr50BID.py151 one_index = mask_str.find('1')
162 if one_index != -1:
164 test_bid = self.test_bid_int ^ (1 << one_index)
185 one_index = flag_str_pad_rev.find('1')
198 if one_index != -1:
199 test_flags = self.test_flags ^ (1 << one_index)
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dmerge_reshape_into_preceding_transpose.cc84 int one_index = 0; in ReshapeToTranspose() local
88 perm.push_back(one_indices[one_index]); in ReshapeToTranspose()
89 one_index++; in ReshapeToTranspose()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c446 size_t one_index = 0; in RSA_padding_check_PKCS1_OAEP_mgf1() local
450 one_index = in RSA_padding_check_PKCS1_OAEP_mgf1()
451 constant_time_select_w(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()
463 one_index++; in RSA_padding_check_PKCS1_OAEP_mgf1()
464 size_t mlen = dblen - one_index; in RSA_padding_check_PKCS1_OAEP_mgf1()
470 OPENSSL_memcpy(out, db + one_index, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
/external/boringssl/src/crypto/fipsmodule/rsa/
Dpadding.c446 size_t one_index = 0; in RSA_padding_check_PKCS1_OAEP_mgf1() local
450 one_index = in RSA_padding_check_PKCS1_OAEP_mgf1()
451 constant_time_select_w(looking_for_one_byte & equals1, i, one_index); in RSA_padding_check_PKCS1_OAEP_mgf1()
463 one_index++; in RSA_padding_check_PKCS1_OAEP_mgf1()
464 size_t mlen = dblen - one_index; in RSA_padding_check_PKCS1_OAEP_mgf1()
470 OPENSSL_memcpy(out, db + one_index, mlen); in RSA_padding_check_PKCS1_OAEP_mgf1()
/external/tensorflow/tensorflow/lite/python/
Dtflite_keras_util.py126 def one_index(ele): function
133 flat_paths = nest.map_structure(one_index, flat_paths)
/external/python/jinja/tests/
Dtest_core_tags.py43 one_index,
61 assert int(one_index) == 1 and int(two_index) == 2
/external/tensorflow/tensorflow/python/keras/engine/
Dcompile_utils.py550 def one_index(ele): function
557 flat_paths = nest.map_structure(one_index, flat_paths)