OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zero_index
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
matrix_band_part_op.cc
72
auto
zero_index
= XlaHelpers::Zero(builder, index_type);
variable
74
builder->Lt(num_lower,
zero_index
),
77
builder->Lt(num_upper,
zero_index
),
/external/boringssl/src/crypto/fipsmodule/rsa/
padding.c
210
crypto_word_t
zero_index
= 0, looking_for_index = CONSTTIME_TRUE_W;
local
213
zero_index
=
214
constant_time_select_w(looking_for_index & equals0, i,
zero_index
);
226
valid_index &= constant_time_ge_w(
zero_index
, 2 + 8);
229
zero_index
++;
241
const size_t msg_len = from_len -
zero_index
;
249
OPENSSL_memcpy(out, &from[
zero_index
], msg_len);
Completed in 642 milliseconds