OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:elements_count
(Results
1 - 3
of
3
) sorted by null
/external/gemmlowp/meta/generators/
streams_common.py
57
def _GenerateLoadAggregateStore(emitter, registers, lanes_count,
elements_count
,
62
elements_count
))
66
if
elements_count
is not 8:
70
emitter.EmitVLoadE(8,
elements_count
, row, input_address, None)
206
elements_count
, aggregators, input_address,
211
(lanes_count,
elements_count
))
215
if
elements_count
is not 8:
218
block = emitter.EmitLoadColBlock(registers, 8, lanes_count,
elements_count
,
/system/keymaster/android_keymaster/
authorization_set.cpp
450
uint32_t
elements_count
;
local
452
if (!copy_uint32_from_buf(buf_ptr, end, &
elements_count
) ||
459
// Note that the following validation of
elements_count
is weak, but it prevents allocation of
462
elements_count
* sizeof(uint32_t) > elements_size ||
463
*buf_ptr + (
elements_count
* sizeof(*elems_)) < *buf_ptr) {
469
if (!reserve_elems(
elements_count
))
474
for (size_t i = 0; i <
elements_count
; ++i) {
481
elems_size_ =
elements_count
;
/tools/dexter/slicer/
reader.cc
565
dex::u4
elements_count
= dex::ReadULeb128(pptr);
570
for (dex::u4 i = 0; i <
elements_count
; ++i) {
Completed in 249 milliseconds