Searched refs:last_buf (Results 1 – 7 of 7) sorted by relevance
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/drivers/se/ |
D | se.c | 73 uint32_t nbytes, uint32_t last_buf, uint32_t src_len_inbytes) in tegra_se_start_normal_operation() argument 105 if (last_buf == 1U) { in tegra_se_start_normal_operation() 128 uint32_t val, last_buf, i; in tegra_se_calculate_sha256_hash() local 221 last_buf = 1U; in tegra_se_calculate_sha256_hash() 224 last_buf = 0U; in tegra_se_calculate_sha256_hash() 228 last_buf, src_len_inbyte); in tegra_se_calculate_sha256_hash()
|
/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t194/drivers/se/ |
D | se.c | 230 uint32_t nbytes, uint32_t last_buf, uint32_t src_len_inbytes) in tegra_se_start_normal_operation() argument 262 if (last_buf == 1U) { in tegra_se_start_normal_operation() 275 uint32_t val, last_buf, i; in tegra_se_calculate_sha256_hash() local 368 last_buf = 1U; in tegra_se_calculate_sha256_hash() 371 last_buf = 0U; in tegra_se_calculate_sha256_hash() 375 last_buf, src_len_inbyte); in tegra_se_calculate_sha256_hash()
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 345 static const unsigned char *last_buf; variable 352 last_buf = (const unsigned char*) buf; in write_callback() 371 ASSERT_READ_ZERO_LABEL(last_buf, sizeof(last_buf)); in test_dfsan_set_write_callback() 384 ASSERT_READ_LABEL(&last_buf[3], sizeof(last_buf[3]), j_label); in test_dfsan_set_write_callback() 385 ASSERT_READ_LABEL(last_buf, sizeof(last_buf), j_label); in test_dfsan_set_write_callback()
|
/external/llvm-project/compiler-rt/test/dfsan/ |
D | custom.cpp | 415 static const unsigned char *last_buf; variable 422 last_buf = (const unsigned char*) buf; in write_callback() 441 ASSERT_READ_ZERO_LABEL(last_buf, sizeof(last_buf)); in test_dfsan_set_write_callback() 454 ASSERT_READ_LABEL(&last_buf[3], sizeof(last_buf[3]), j_label); in test_dfsan_set_write_callback() 455 ASSERT_READ_LABEL(last_buf, sizeof(last_buf), j_label); in test_dfsan_set_write_callback()
|
/external/toybox/toys/pending/ |
D | syslogd.c | 411 …char *temp, *buffer = (toybuf +2048), *last_buf = (toybuf + 3072); //these two buffs are of 1K each in syslogd_main() local 531 if (!memcmp(last_buf, buffer, len)) break; in syslogd_main() 533 memcpy(last_buf, buffer, len); in syslogd_main()
|
/external/libaom/libaom/av1/encoder/ |
D | tune_vmaf.c | 761 const YV12_BUFFER_CONFIG *last_buf = in av1_get_vmaf_base_qindex() local 764 assert(last_buf); in av1_get_vmaf_base_qindex() 767 calc_vmaf_motion_score(cpi, cm, cur_buf, last_buf, next_buf); in av1_get_vmaf_base_qindex()
|
/external/python/cpython3/Lib/test/ |
D | test_urllib2.py | 1316 self.last_buf = self.connection.buf 1342 request = handler.last_buf
|