/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/ |
D | StatisticsTool.java | 318 int file_count = 0; in main() local 348 input_files[file_count++] = new InputFile(arg, encoding, visual_order); in main() 352 if(file_count == 0){ in main() 358 Checker[] checkers = new Checker[file_count]; in main() 360 for(int i = 0; i < file_count; i += 1) { in main() 372 for(int c = 0; c < file_count; c += 1) { in main() 375 for(int f = 0; f < file_count; f += 1) { in main() 390 for (int f = 0; f < file_count; f += 1) { in main() 392 int[] histogram = new int[file_count]; in main() 398 for (int c = 0; c < file_count; c += 1) { in main() [all …]
|
/third_party/libsnd/tests/ |
D | multi_file_test.c | 135 int fd, k, file_count = 0 ; in multi_file_test() local 157 for (file_count = 1 ; embed_info.offset + embed_info.length < filelen ; file_count ++) in multi_file_test() 172 printf ("Embedded file number : %d offset : %" PRId64 "\n", file_count, embed_info.offset) ; in multi_file_test() 186 file_count -- ; in multi_file_test() 188 if (file_count != format_count) in multi_file_test() 189 …{ printf ("\n\nLine %d: file count (%d) not equal to %d.\n\n", __LINE__, file_count, format_count)… in multi_file_test() 190 printf ("Embedded file number : %d\n", file_count) ; in multi_file_test()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
D | gl_marshal.py | 51 file_count = 1 variable 433 func_per_file = (len(api.functionIterateAll()) // (file_count - 1)) + 1 468 file_count = int(val) variable 470 assert file_index < file_count
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_scan.h | 65 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member
|
D | tgsi_scan.c | 639 info->file_count[file]++; in scan_declaration() 826 info->file_count[file]++; in scan_immediate() 931 info->file_count[TGSI_FILE_INPUT] = num_verts; in tgsi_scan_shader()
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.2.4.rst | 66 - freedreno/a3xx/compiler: use max_reg rather than file_count
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 776 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count() 779 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 780 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count() 783 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 784 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 785 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0); in r600_get_hw_atomic_count() 788 value = rctx->ps_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 789 rctx->vs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] + in r600_get_hw_atomic_count() 790 (rctx->gs_shader ? rctx->gs_shader->info.file_count[TGSI_FILE_HW_ATOMIC] : 0) + in r600_get_hw_atomic_count() 791 rctx->tes_shader->info.file_count[TGSI_FILE_HW_ATOMIC]; in r600_get_hw_atomic_count()
|
D | r600_dump.c | 163 PRINT_UINT_MEMBER(file_count[TGSI_FILE_HW_ATOMIC]); in print_pipe_info()
|
D | r600_shader.c | 3476 shader->uses_images = ctx.info.file_count[TGSI_FILE_IMAGE] > 0 || in r600_shader_from_tgsi() 3477 ctx.info.file_count[TGSI_FILE_BUFFER] > 0; in r600_shader_from_tgsi() 3521 shader->image_size_const_offset = ctx.info.file_count[TGSI_FILE_SAMPLER]; in r600_shader_from_tgsi() 8871 base = R600_IMAGE_REAL_RESOURCE_OFFSET + ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_load_buffer() 9082 …cf->rat.id = ctx->shader->rat_base + inst->Dst[0].Register.Index + ctx->info.file_count[TGSI_FILE_… in tgsi_store_buffer_rat() 9263 immed_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_atomic_op_rat() 9264 rat_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_atomic_op_rat() 9600 eg_buffer_base += ctx->info.file_count[TGSI_FILE_IMAGE]; in tgsi_resq()
|
/third_party/exfatprogs/exfat2img/ |
D | exfat2img.c | 62 long file_count; member 360 exfat_stat.file_count++; in read_file() 1010 exfat_stat.file_count, in main()
|
/third_party/exfatprogs/fsck/ |
D | fsck.c | 41 long file_count; member 956 exfat_stat.file_count++; in read_file() 1493 exfat_stat.dir_count, exfat_stat.file_count); in exfat_show_info()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_nir.cpp | 830 pipeshader->selector->info.file_count[TGSI_FILE_HW_ATOMIC] += shader->atomic_file_count(); in r600_shader_from_nir()
|
/third_party/python/Lib/test/ |
D | test_mailbox.py | 783 file_count = len(os.listdir(os.path.join(self._path, "tmp"))) 784 self.assertEqual(file_count, repetitions, 786 (file_count, repetitions))
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 655 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 && in generate_fs_loop()
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 45888 unsigned file_count = 1) { 45891 files.reserve(file_count); 45892 for (unsigned index = 0; index < file_count; ++index) {
|