HomeSort by relevance Sort by last modified time
    Searched defs:file_count (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member in struct:tgsi_shader_info
  /device/google/dragon/crash_collector/
coredump_writer.cc 297 const long file_count = GetValueFromNote<long>(note, 0, kInvalidValue); local
300 if (file_count == kInvalidValue || page_size == kInvalidValue) {
305 size_t filename_pos = sizeof(long) * (2 + 3 * file_count);
306 for (long i = 0; i < file_count; ++i) {
  /hardware/intel/common/libva/va/
va_fool.c 73 int file_count; member in struct:fool_context
276 /* try file_name.file_count, if fail, try file_name.file_count-- */
280 fool_ctx->file_count);
284 fool_ctx->file_count++; /* open next file */
287 fool_ctx->file_count = 0;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
StatisticsTool.java 318 int file_count = 0; local
348 input_files[file_count++] = new InputFile(arg, encoding, visual_order);
352 if(file_count == 0){
358 Checker[] checkers = new Checker[file_count];
360 for(int i = 0; i < file_count; i += 1) {
372 for(int c = 0; c < file_count; c += 1) {
375 for(int f = 0; f < file_count; f += 1) {
390 for (int f = 0; f < file_count; f += 1) {
392 int[] histogram = new int[file_count];
398 for (int c = 0; c < file_count; c += 1)
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ar.c 682 int file_count;
794 for (file_count = 0; argv[arg_index + file_count] != NULL; file_count++)
797 files = (file_count > 0) ? argv + arg_index : NULL;
808 map_over_members (arch, print_descr, files, file_count);
812 map_over_members (arch, print_contents, files, file_count);
816 map_over_members (arch, extract_file, files, file_count);
679 int file_count; local
    [all...]
  /external/squashfs-tools/squashfs-tools/
unsquashfs.c 58 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
1092 file_count ++;
    [all...]
mksquashfs.c 127 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable
429 file_count = sfile_count;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
dwarf2dbg.c 1944 unsigned int file_count = files_in_use > 0 ? files_in_use - 1 : 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 2915 int file_count, i, pipe_err; local
3246 int file_count; local
3678 long file_count; local
3999 long file_count; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 4505 int file_count, i, pipe_err; local
4836 int file_count; local
5268 long file_count; local
5589 long file_count; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 533 __u32 file_count; member in struct:hfs_mdb
593 __u32 file_count; member in struct:hfsplus_vol_header
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 6660 inline size_t Reader::file_count() const { function in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upb::descriptor::Reader
    [all...]

Completed in 537 milliseconds