/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | cpu_function_runtime.cc | 78 void* contiguous = nullptr; in MallocContiguousBuffers() local 80 contiguous = aligned_malloc(total, kAlign); in MallocContiguousBuffers() 84 TF_ANNOTATE_MEMORY_IS_INITIALIZED(contiguous, total); in MallocContiguousBuffers() 87 uintptr_t pos = reinterpret_cast<uintptr_t>(contiguous); in MallocContiguousBuffers() 99 return contiguous; in MallocContiguousBuffers() 102 void FreeContiguous(void* contiguous) { in FreeContiguous() argument 103 if (contiguous != nullptr) { in FreeContiguous() 104 aligned_free(contiguous); in FreeContiguous()
|
/external/e2fsprogs/tests/f_resize_inode/ |
D | expect | 15 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 36 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 43 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 64 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 71 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 92 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 99 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 114 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 151 test_filesys: 11/4096 files (0.0% non-contiguous), 763/16384 blocks 158 test_filesys: 11/4096 files (0.0% non-contiguous), 763/16384 blocks
|
/external/lz4/examples/ |
D | streaming_api_basics.md | 22 Block API (de)compresses single contiguous memory block. 23 In other words, LZ4 library find redundancy from single contiguous memory block. 24 Streaming API does same thing but (de)compress multiple adjacent contiguous memory block. 28 In these figures, original data is splitted to 4KiBytes contiguous chunks. 86 Usually, "Dependent memory" is previous adjacent contiguous memory up to 64KiBytes.
|
/external/e2fsprogs/tests/j_corrupt_commit_tid/ |
D | expect | 7 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks 14 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks
|
/external/e2fsprogs/tests/j_corrupt_revoke_csum/ |
D | expect | 7 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks 14 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks
|
/external/e2fsprogs/tests/j_corrupt_revoke_block/ |
D | expect | 7 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks 14 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks
|
/external/e2fsprogs/tests/j_corrupt_descr_tid/ |
D | expect | 7 test_filesys: 12/128 files (8.3% non-contiguous), 1093/2048 blocks 14 test_filesys: 12/128 files (8.3% non-contiguous), 1093/2048 blocks
|
/external/e2fsprogs/tests/j_corrupt_descr_csum/ |
D | expect | 8 test_filesys: 12/128 files (8.3% non-contiguous), 1093/2048 blocks 15 test_filesys: 12/128 files (8.3% non-contiguous), 1093/2048 blocks
|
/external/e2fsprogs/tests/j_corrupt_commit_csum/ |
D | expect | 8 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks 15 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks
|
/external/e2fsprogs/tests/j_corrupt_sb_csum/ |
D | expect | 11 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks 18 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks
|
/external/e2fsprogs/tests/j_corrupt_journal_block/ |
D | expect | 9 test_filesys: 12/128 files (8.3% non-contiguous), 1093/2048 blocks 16 test_filesys: 12/128 files (8.3% non-contiguous), 1093/2048 blocks
|
/external/e2fsprogs/tests/f_extent_htree/ |
D | expect.1 | 11 0 non-contiguous files (0.0%) 12 1 non-contiguous directory (0.3%)
|
D | expect.pre.1 | 11 0 non-contiguous files (0.0%) 12 1 non-contiguous directory (0.2%)
|
/external/e2fsprogs/tests/j_corrupt_ext_jnl_sb_csum/ |
D | expect | 17 test_filesys: 11/128 files (0.0% non-contiguous), 66/2048 blocks 24 test_filesys: 11/128 files (0.0% non-contiguous), 66/2048 blocks
|
/external/e2fsprogs/tests/j_short_uncommitted_trans/ |
D | expect | 15 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks 25 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
|
/external/e2fsprogs/tests/j_short_uncommitted_trans_mcsum_64bit/ |
D | expect | 15 test_filesys: 11/32768 files (0.0% non-contiguous), 6353/131072 blocks 27 test_filesys: 11/32768 files (0.0% non-contiguous), 6353/131072 blocks
|
/external/e2fsprogs/tests/t_uninit_bg_rm/ |
D | expect | 10 test_filesys: 11/65536 files (0.0% non-contiguous), 35910/1048576 blocks 21 test_filesys: 11/655360 files (0.0% non-contiguous), 232632/10485760 blocks
|
/external/e2fsprogs/tests/j_corrupt_sb_magic/ |
D | expect | 32 test_filesys: 12/128 files (0.0% non-contiguous), 1092/2048 blocks 39 test_filesys: 12/128 files (8.3% non-contiguous), 1092/2048 blocks
|
/external/e2fsprogs/tests/j_short_trans/ |
D | expect | 15 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks 37 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
|
/external/e2fsprogs/tests/j_short_revoke_trans/ |
D | expect | 15 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks 31 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
|
/external/e2fsprogs/tests/t_replay_and_set/ |
D | expect | 16 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks 35 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
|
/external/e2fsprogs/tests/j_short_trans_open_recover/ |
D | expect | 15 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks 42 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
|
/external/perfetto/docs/ |
D | protozero.md | 19 contiguous buffer (e.g., to request a new buffer to continue the write). 20 Assuming a chunk size (a trace *chunk* is what becomes a *contiguous buffer*
|
/external/e2fsprogs/tests/j_short_trans_recover/ |
D | expect | 15 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks 39 test_filesys: 11/16384 files (0.0% non-contiguous), 5164/65536 blocks
|
/external/e2fsprogs/tests/j_short_revoke_trans_mcsum_64bit/ |
D | expect | 15 test_filesys: 11/32768 files (0.0% non-contiguous), 6353/131072 blocks 33 test_filesys: 11/32768 files (0.0% non-contiguous), 6353/131072 blocks
|