HomeSort by relevance Sort by last modified time
    Searched refs:max_file_size (Results 1 - 25 of 42) sorted by null

1 2

  /external/ltp/testcases/kernel/fs/mongo/
reiser_fract_tree.c 27 size), and a maximum size of max_file_size. Directories vary in size according
35 to benchmark many times set max_file_size to not more than
45 To avoid having one large file distort the results set max_file_size to
50 ("Usage: reiser_fract_tree bytes_to_consume median_file_size max_file_size median_dir_nr_files max_directory_nr_files median_dir_branching max_dir_branching write_buffer_size /testfs_mount_point print_stats_flag\n\n");
250 long determine_nr_of_files(int median_file_size, double max_file_size,
259 byte_total += determine_size(median_file_size, max_file_size);
463 max_dir_nr_files, max_dir_branching, max_file_size; local
479 max_file_size = atol(argv[3]);
484 determine_nr_of_files(median_file_size, max_file_size,
494 make_fractal_tree(median_file_size, max_file_size, median_dir_nr_files
    [all...]
mongo.pl 120 $max_file_size = 100000000;
132 $max_file_size = 1000000;
405 $cmd_1 = "$TOPDIR/reiser_fract_tree $bytes_to_consume $median_file_size $max_file_size $median_dir_nr_files $max_directory_nr_files $median_dir_branching $max_dir_branching $write_buffer_size";
488 #$max_file_size = 1000000;
  /external/webrtc/webrtc/base/
filerotatingstream.h 37 size_t max_file_size,
88 size_t max_file_size,
filerotatingstream.cc 33 size_t max_file_size,
37 max_file_size,
40 RTC_DCHECK_GT(max_file_size, 0u);
46 size_t max_file_size,
53 max_file_size_(max_file_size),
filerotatingstream_unittest.cc 27 size_t max_file_size,
36 stream_.reset(new FileRotatingStream(dir_path_, file_prefix, max_file_size,
  /system/nfc/src/nfc/include/
ce_api.h 218 uint16_t max_file_size,
  /system/nfc/src/nfc/int/
ce_int.h 97 uint16_t max_file_size; /* size of storage + 2 bytes for NLEN */ member in struct:__anon107605
rw_int.h 561 uint16_t max_file_size; /* Max NDEF file size */ member in struct:__anon107635
    [all...]
  /external/fmtlib/test/
posix-mock-test.cc 108 static off_t max_file_size() { return std::numeric_limits<off_t>::max(); } function
113 buf->st_size = max_file_size();
119 static LONGLONG max_file_size() { return std::numeric_limits<LONGLONG>::max(); } function
299 EXPECT_EQ(max_file_size(), f.size());
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 494 rpc_uint32 max_file_size;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 472 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 494 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 472 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 494 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 472 rpc_uint32 max_file_size;
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 521 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 521 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 521 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 521 rpc_uint32 max_file_size;
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/
loc_api_common.xdr 521 rpc_uint32 max_file_size;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 501 rpc_uint32 max_file_size; member in struct:rpc_loc_predicted_orbits_data_source_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 493 rpc_uint32 max_file_size; member in struct:rpc_loc_predicted_orbits_data_source_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/inc/
loc_api_rpcgen_common_rpc.h 526 rpc_uint32 max_file_size; member in struct:rpc_loc_predicted_orbits_data_source_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 501 rpc_uint32 max_file_size; member in struct:rpc_loc_predicted_orbits_data_source_s_type
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 493 rpc_uint32 max_file_size; member in struct:rpc_loc_predicted_orbits_data_source_s_type
    [all...]

Completed in 1677 milliseconds

1 2