Searched refs:check_sizes (Results 1 – 5 of 5) sorted by relevance
/external/dtc/tests/ |
D | utilfdt_test.c | 66 static void check_sizes(char *modifier, int expected_size) in check_sizes() function 97 check_sizes("", -1); in test_utilfdt_decode_type() 98 check_sizes("b", 1); in test_utilfdt_decode_type() 99 check_sizes("hh", 1); in test_utilfdt_decode_type() 100 check_sizes("h", 2); in test_utilfdt_decode_type() 101 check_sizes("l", 4); in test_utilfdt_decode_type()
|
/external/autotest/client/site_tests/platform_EncryptedStateful/ |
D | platform_EncryptedStateful.py | 120 def check_sizes(self, finalized=True): member in EncryptedStateful 260 encstate.check_sizes(finalized=os.path.exists(encstate.key)) 276 encstate.check_sizes() 301 encstate.check_sizes(finalized=False)
|
/external/xz-embedded/linux/lib/xz/ |
D | xz_dec_stream.c | 152 static const uint8_t check_sizes[16] = { variable 279 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 392 while (s->pos < check_sizes[s->check_type]) { in check_skip()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 2469 static const uint8_t check_sizes[16] = { variable 2597 s->block.hash.unpadded += check_sizes[s->check_type]; in dec_block() 2703 while (s->pos < check_sizes[s->check_type]) { in check_skip()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_dnn.cc | 2736 const auto check_sizes = [](size_t a, size_t b) { in DoConvolve() local 2744 SE_RETURN_IF_ERROR(check_sizes(input_descriptor.feature_map_count(), in DoConvolve() 2746 SE_RETURN_IF_ERROR(check_sizes(input_descriptor.count(), in DoConvolve() 2748 SE_RETURN_IF_ERROR(check_sizes(input_descriptor.count(), in DoConvolve()
|