Home
last modified time | relevance | path

Searched defs:update_data (Results 1 – 12 of 12) sorted by relevance

/external/rust/beto-rust/nearby/crypto/crypto_provider/benches/
Dhmac_bench.rs27 let update_data: [u8; 16] = rand_ext::random_bytes::<16, C>(&mut rng); in hmac_sha256_operations() localVariable
41 let update_data: [u8; 16] = random_bytes::<16, C>(&mut rng); in hmac_sha512_operations() localVariable
/external/libvpx/vp9/common/
Dvp9_seg_common.h45 uint8_t update_data; member
/external/tensorflow/tensorflow/lite/kernels/
Ddynamic_update_slice.cc112 const T* update_data = GetTensorData<T>(update); in DynamicUpdateSlice() local
/external/libaom/av1/common/
Dseg_common.h42 uint8_t update_data; member
/external/autotest/frontend/afe/
Drpc_utils.py382 def check_modify_host(update_data): argument
397 def check_modify_host_locking(host, update_data): argument
Drpc_interface.py393 def modify_hosts(host_filter_data, update_data): argument
452 def modify_hosts_local(host_filter_data, update_data): argument
/external/webp/src/enc/
Dsyntax_enc.c193 const int update_data = 1; in PutSegmentHeader() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp2195 GLubyte update_data[data_size]; in iterate() local
2266 GLubyte update_data[data_size]; in iterate() local
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dparser.rs242 update_data: bool, field
282 pub fn update_data(&self) -> bool { in update_data() method
/external/webp/examples/
Dwebpinfo.c263 int update_map, update_data; in ParseLossySegmentHeader() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Ddynamic_ops_test.cc549 std::unique_ptr<GlobalData> update_data = CreateR3Parameter<T>( in RunR3Contiguous() local
/external/libgav1/src/utils/
Dtypes.h354 bool update_data; member