Searched refs:td (Results 1 - 25 of 364) sorted by relevance

1234567891011>>

/external/fio/
H A Dmemory.c15 void fio_unpin_memory(struct thread_data *td) argument
17 if (td->pinned_mem) {
18 dprint(FD_MEM, "unpinning %llu bytes\n", td->o.lockmem);
19 if (munlock(td->pinned_mem, td->o.lockmem) < 0)
21 munmap(td->pinned_mem, td->o.lockmem);
22 td->pinned_mem = NULL;
26 int fio_pin_memory(struct thread_data *td) argument
30 if (!td
64 alloc_mem_shm(struct thread_data *td, unsigned int total_mem) argument
114 free_mem_shm(struct thread_data *td) argument
125 alloc_mem_mmap(struct thread_data *td, size_t total_mem) argument
182 free_mem_mmap(struct thread_data *td, size_t total_mem) argument
195 alloc_mem_malloc(struct thread_data *td, size_t total_mem) argument
204 free_mem_malloc(struct thread_data *td) argument
210 alloc_mem_cudamalloc(struct thread_data *td, size_t total_mem) argument
271 free_mem_cudamalloc(struct thread_data *td) argument
285 allocate_io_mem(struct thread_data *td) argument
334 free_io_mem(struct thread_data *td) argument
[all...]
H A Dflow.h4 int flow_threshold_exceeded(struct thread_data *td);
5 void flow_init_job(struct thread_data *td);
6 void flow_exit_job(struct thread_data *td);
H A Dbackend.c139 static bool __check_min_rate(struct thread_data *td, struct timeval *now, argument
152 if (!td->o.ratemin[ddir] && !td->o.rate_iops_min[ddir])
158 if (mtime_since(&td->start, now) < 2000)
161 iops += td->this_io_blocks[ddir];
162 bytes += td->this_io_bytes[ddir];
163 ratemin += td->o.ratemin[ddir];
164 rate_iops += td->o.rate_iops[ddir];
165 rate_iops_min += td->o.rate_iops_min[ddir];
170 if (td
226 check_min_rate(struct thread_data *td, struct timeval *now) argument
244 cleanup_pending_aio(struct thread_data *td) argument
279 fio_io_sync(struct thread_data *td, struct fio_file *f) argument
323 fio_file_fsync(struct thread_data *td, struct fio_file *f) argument
338 __update_tv_cache(struct thread_data *td) argument
343 update_tv_cache(struct thread_data *td) argument
349 runtime_exceeded(struct thread_data *td, struct timeval *t) argument
366 update_runtime(struct thread_data *td, unsigned long long *elapsed_us, const enum fio_ddir ddir) argument
378 break_on_this_error(struct thread_data *td, enum fio_ddir ddir, int *retptr) argument
424 check_update_rusage(struct thread_data *td) argument
433 wait_for_completions(struct thread_data *td, struct timeval *time) argument
463 io_queue_event(struct thread_data *td, struct io_u *io_u, int *ret, enum fio_ddir ddir, uint64_t *bytes_issued, int from_verify, struct timeval *comp_time) argument
561 io_in_polling(struct thread_data *td) argument
569 unlink_all_files(struct thread_data *td) argument
593 do_verify(struct thread_data *td, uint64_t verify_bytes) argument
753 exceeds_number_ios(struct thread_data *td) argument
766 io_bytes_exceeded(struct thread_data *td, uint64_t *this_bytes) argument
788 io_issue_bytes_exceeded(struct thread_data *td) argument
793 io_complete_bytes_exceeded(struct thread_data *td) argument
802 usec_for_io(struct thread_data *td, enum fio_ddir ddir) argument
837 do_io(struct thread_data *td, uint64_t *bytes_done) argument
1089 free_file_completion_logging(struct thread_data *td) argument
1101 init_file_completion_logging(struct thread_data *td, unsigned int depth) argument
1124 cleanup_io_u(struct thread_data *td) argument
1145 init_io_u(struct thread_data *td) argument
1269 switch_ioscheduler(struct thread_data *td) argument
1344 keep_running(struct thread_data *td) argument
1405 do_dry_run(struct thread_data *td) argument
1445 struct thread_data *td; member in struct:fork_data
1457 struct thread_data *td = fd->td; local
1871 struct thread_data *td; local
2031 fio_verify_load_state(struct thread_data *td) argument
2058 check_mount_writes(struct thread_data *td) argument
2091 struct thread_data *td; local
2118 struct thread_data *td; local
2384 struct thread_data *td; local
[all...]
H A Dioengines.c80 static struct ioengine_ops *dlopen_ioengine(struct thread_data *td, argument
91 td_vmsg(td, -1, dlerror(), "dlopen");
117 td_vmsg(td, -1, dlerror(), "dlsym");
122 td->io_ops_dlhandle = dlhandle;
126 struct ioengine_ops *load_ioengine(struct thread_data *td, const char *name) argument
144 ops = dlopen_ioengine(td, name);
163 void free_ioengine(struct thread_data *td) argument
165 dprint(FD_IO, "free ioengine %s\n", td->io_ops->name);
167 if (td->eo && td
179 close_ioengine(struct thread_data *td) argument
191 td_io_prep(struct thread_data *td, struct io_u *io_u) argument
210 td_io_getevents(struct thread_data *td, unsigned int min, unsigned int max, const struct timespec *t) argument
253 td_io_queue(struct thread_data *td, struct io_u *io_u) argument
365 td_io_init(struct thread_data *td) argument
385 td_io_commit(struct thread_data *td) argument
411 td_io_open_file(struct thread_data *td, struct fio_file *f) argument
518 td_io_close_file(struct thread_data *td, struct fio_file *f) argument
536 td_io_unlink_file(struct thread_data *td, struct fio_file *f) argument
551 td_io_get_file_size(struct thread_data *td, struct fio_file *f) argument
562 struct thread_data td; local
[all...]
H A Dio_u.c38 static void mark_random_map(struct thread_data *td, struct io_u *io_u) argument
40 unsigned int min_bs = td->o.rw_min_bs;
55 static uint64_t last_block(struct thread_data *td, struct fio_file *f, argument
71 if (td->o.zone_range)
72 max_size = td->o.zone_range;
74 if (td->o.min_bs[ddir] > td->o.ba[ddir])
75 max_size -= td->o.min_bs[ddir] - td->o.ba[ddir];
77 max_blocks = max_size / (uint64_t) td
89 __get_next_rand_offset(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b, uint64_t lastb) argument
136 __get_next_rand_offset_zipf(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b) argument
144 __get_next_rand_offset_pareto(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b) argument
152 __get_next_rand_offset_gauss(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b) argument
160 __get_next_rand_offset_zoned(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b) argument
233 get_off_from_method(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b) argument
261 should_sort_io(struct thread_data *td) argument
276 should_do_random(struct thread_data *td, enum fio_ddir ddir) argument
288 get_next_rand_offset(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b) argument
326 get_next_rand_block(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *b) argument
345 get_next_seq_offset(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir, uint64_t *offset) argument
404 get_next_block(struct thread_data *td, struct io_u *io_u, enum fio_ddir ddir, int rw_seq, unsigned int *is_random) argument
473 __get_next_offset(struct thread_data *td, struct io_u *io_u, unsigned int *is_random) argument
508 get_next_offset(struct thread_data *td, struct io_u *io_u, unsigned int *is_random) argument
521 io_u_fits(struct thread_data *td, struct io_u *io_u, unsigned int buflen) argument
529 __get_next_buflen(struct thread_data *td, struct io_u *io_u, unsigned int is_random) argument
591 get_next_buflen(struct thread_data *td, struct io_u *io_u, unsigned int is_random) argument
604 set_rwmix_bytes(struct thread_data *td) argument
617 get_rand_ddir(struct thread_data *td) argument
629 io_u_quiesce(struct thread_data *td) argument
662 rate_ddir(struct thread_data *td, enum fio_ddir ddir) argument
715 get_rw_ddir(struct thread_data *td) argument
768 set_rw_ddir(struct thread_data *td, struct io_u *io_u) argument
789 put_file_log(struct thread_data *td, struct fio_file *f) argument
797 put_io_u(struct thread_data *td, struct io_u *io_u) argument
819 clear_io_u(struct thread_data *td, struct io_u *io_u) argument
825 requeue_io_u(struct thread_data *td, struct io_u **io_u) argument
853 fill_io_u(struct thread_data *td, struct io_u *io_u) argument
951 io_u_mark_submit(struct thread_data *td, unsigned int nr) argument
957 io_u_mark_complete(struct thread_data *td, unsigned int nr) argument
963 io_u_mark_depth(struct thread_data *td, unsigned int nr) argument
992 io_u_mark_lat_usec(struct thread_data *td, unsigned long usec) argument
1033 io_u_mark_lat_msec(struct thread_data *td, unsigned long msec) argument
1078 io_u_mark_latency(struct thread_data *td, unsigned long usec) argument
1086 __get_next_fileno_rand(struct thread_data *td) argument
1117 get_next_file_rand(struct thread_data *td, enum fio_file_flags goodf, enum fio_file_flags badf) argument
1157 get_next_file_rr(struct thread_data *td, int goodf, int badf) argument
1209 __get_next_file(struct thread_data *td) argument
1250 get_next_file(struct thread_data *td) argument
1262 set_io_u_file(struct thread_data *td, struct io_u *io_u) argument
1293 lat_fatal(struct thread_data *td, struct io_completion_data *icd, unsigned long tusec, unsigned long max_usec) argument
1302 lat_new_cycle(struct thread_data *td) argument
1313 __lat_target_failed(struct thread_data *td) argument
1336 lat_target_failed(struct thread_data *td) argument
1345 lat_target_init(struct thread_data *td) argument
1360 lat_target_reset(struct thread_data *td) argument
1366 lat_target_success(struct thread_data *td) argument
1411 lat_target_check(struct thread_data *td) argument
1437 queue_full(const struct thread_data *td) argument
1449 __get_io_u(struct thread_data *td) argument
1496 check_get_trim(struct thread_data *td, struct io_u *io_u) argument
1522 check_get_verify(struct thread_data *td, struct io_u *io_u) argument
1592 get_io_u(struct thread_data *td) argument
1689 __io_u_log_error(struct thread_data *td, struct io_u *io_u) argument
1714 io_u_log_error(struct thread_data *td, struct io_u *io_u) argument
1721 gtod_reduce(struct thread_data *td) argument
1727 account_io_completion(struct thread_data *td, struct io_u *io_u, struct io_completion_data *icd, const enum fio_ddir idx, unsigned int bytes) argument
1791 file_log_write_comp(const struct thread_data *td, struct fio_file *f, uint64_t offset, unsigned int bytes) argument
1813 io_completed(struct thread_data *td, struct io_u **io_u_ptr, struct io_completion_data *icd) argument
1900 init_icd(struct thread_data *td, struct io_completion_data *icd, int nr) argument
1915 ios_completed(struct thread_data *td, struct io_completion_data *icd) argument
1934 io_u_sync_complete(struct thread_data *td, struct io_u *io_u) argument
1959 io_u_queued_complete(struct thread_data *td, int min_evts) argument
1998 io_u_queued(struct thread_data *td, struct io_u *io_u) argument
2016 get_buf_state(struct thread_data *td) argument
2035 save_buf_state(struct thread_data *td, struct frand_state *rs) argument
2043 fill_io_buffer(struct thread_data *td, void *buf, unsigned int min_write, unsigned int max_bs) argument
2090 io_u_fill_buffer(struct thread_data *td, struct io_u *io_u, unsigned int min_write, unsigned int max_bs) argument
2097 do_sync_file_range(const struct thread_data *td, struct fio_file *f) argument
2111 do_io_u_sync(const struct thread_data *td, struct io_u *io_u) argument
2137 do_io_u_trim(const struct thread_data *td, struct io_u *io_u) argument
[all...]
H A Dlibfio.c81 static void reset_io_counters(struct thread_data *td, int all) argument
87 td->stat_io_bytes[ddir] = 0;
88 td->this_io_bytes[ddir] = 0;
89 td->stat_io_blocks[ddir] = 0;
90 td->this_io_blocks[ddir] = 0;
91 td->rate_bytes[ddir] = 0;
92 td->rate_blocks[ddir] = 0;
93 td->bytes_done[ddir] = 0;
94 td->rate_io_issue_bytes[ddir] = 0;
95 td
111 clear_io_state(struct thread_data *td, int all) argument
131 reset_all_stats(struct thread_data *td) argument
205 td_set_runstate(struct thread_data *td, int runstate) argument
216 td_bump_runstate(struct thread_data *td, int new_state) argument
224 td_restore_runstate(struct thread_data *td, int old_state) argument
229 fio_mark_td_terminate(struct thread_data *td) argument
238 struct thread_data *td; local
274 struct thread_data *td; local
[all...]
H A Drate-submit.c17 struct thread_data *td = sw->priv; local
22 io_u_set(td, io_u, IO_U_F_NO_FILE_PUT);
24 td->cur_depth++;
27 ret = td_io_queue(td, io_u);
30 ret = io_u_queued_complete(td, 1);
32 td->cur_depth -= ret;
33 io_u_clear(td, io_u, IO_U_F_FLIGHT);
38 io_queue_event(td, io_u, &ret, ddir, NULL, 0, NULL);
41 td->cur_depth--;
45 if (td
64 struct thread_data *td = sw->priv; local
74 struct thread_data *td = sw->priv; local
84 struct thread_data *td; local
100 struct thread_data *td = sw->priv; local
144 struct thread_data *td = sw->priv; local
235 rate_submit_init(struct thread_data *td, struct sk_out *sk_out) argument
243 rate_submit_exit(struct thread_data *td) argument
[all...]
H A Dtd_error.c16 int td_non_fatal_error(struct thread_data *td, enum error_type_bit etype, argument
21 if (!td->o.ignore_error[etype]) {
22 td->o.ignore_error[etype] = __NON_FATAL_ERR;
23 td->o.ignore_error_nr[etype] = sizeof(__NON_FATAL_ERR)
27 if (!(td->o.continue_on_error & (1 << etype)))
29 for (i = 0; i < td->o.ignore_error_nr[etype]; i++)
30 if (td->o.ignore_error[etype][i] == err)
36 void update_error_count(struct thread_data *td, int err) argument
38 td->total_err_count++;
39 if (td
[all...]
H A Dtrim.h7 extern bool __must_check get_next_trim(struct thread_data *td, struct io_u *io_u);
8 extern bool io_u_should_trim(struct thread_data *td, struct io_u *io_u);
14 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) argument
18 td->trim_entries--;
23 static inline bool get_next_trim(struct thread_data *td, struct io_u *io_u) argument
27 static inline bool io_u_should_trim(struct thread_data *td, struct io_u *io_u) argument
31 static inline void remove_trim_entry(struct thread_data *td, struct io_piece *ipo) argument
H A Dfilesetup.c35 static inline void clear_error(struct thread_data *td) argument
37 td->error = 0;
38 td->verror[0] = '\0';
44 static int extend_file(struct thread_data *td, struct fio_file *f) argument
61 if (td_read(td) ||
62 (td_write(td) && td->o.overwrite && !td->o.file_append) ||
63 (td_write(td) && td_ioengine_flagged(td, FIO_NOEXTEN
231 pre_read_file(struct thread_data *td, struct fio_file *f) argument
300 get_rand_file_size(struct thread_data *td) argument
315 file_size(struct thread_data *td, struct fio_file *f) argument
328 bdev_size(struct thread_data *td, struct fio_file *f) argument
358 char_size(struct thread_data *td, struct fio_file *f) argument
393 get_file_size(struct thread_data *td, struct fio_file *f) argument
445 __file_invalidate_cache(struct thread_data *td, struct fio_file *f, unsigned long long off, unsigned long long len) argument
522 file_invalidate_cache(struct thread_data *td, struct fio_file *f) argument
530 generic_close_file(struct thread_data fio_unused *td, struct fio_file *f) argument
575 file_close_shadow_fds(struct thread_data *td) argument
593 generic_open_file(struct thread_data *td, struct fio_file *f) argument
716 generic_get_file_size(struct thread_data *td, struct fio_file *f) argument
724 get_file_sizes(struct thread_data *td) argument
767 get_fs_free_counts(struct thread_data *td) argument
833 get_start_offset(struct thread_data *td, struct fio_file *f) argument
847 setup_files(struct thread_data *td) argument
1117 pre_read_files(struct thread_data *td) argument
1132 __init_rand_distribution(struct thread_data *td, struct fio_file *f) argument
1157 init_rand_distribution(struct thread_data *td) argument
1181 check_rand_gen_limits(struct thread_data *td, struct fio_file *f, uint64_t blocks) argument
1213 init_random_map(struct thread_data *td) argument
1265 close_files(struct thread_data *td) argument
1276 close_and_free_files(struct thread_data *td) argument
1415 alloc_new_file(struct thread_data *td) argument
1451 add_file(struct thread_data *td, const char *fname, int numjob, int inc) argument
1537 add_file_exclusive(struct thread_data *td, const char *fname) argument
1557 put_file(struct thread_data *td, struct fio_file *f) argument
1590 lock_file(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir) argument
1606 unlock_file(struct thread_data *td, struct fio_file *f) argument
1619 unlock_file_all(struct thread_data *td, struct fio_file *f) argument
1627 recurse_dir(struct thread_data *td, const char *dirname) argument
1675 add_dir_files(struct thread_data *td, const char *path) argument
1685 dup_files(struct thread_data *td, struct thread_data *org) argument
1725 get_fileno(struct thread_data *td, const char *fname) argument
1740 free_release_files(struct thread_data *td) argument
1749 fio_file_reset(struct thread_data *td, struct fio_file *f) argument
1764 fio_files_done(struct thread_data *td) argument
[all...]
H A Dio_ddir.h42 #define td_read(td) ((td)->o.td_ddir & TD_DDIR_READ)
43 #define td_write(td) ((td)->o.td_ddir & TD_DDIR_WRITE)
44 #define td_trim(td) ((td)->o.td_ddir & TD_DDIR_TRIM)
45 #define td_rw(td) (((td)->o.td_ddir & TD_DDIR_RW) == TD_DDIR_RW)
46 #define td_random(td) ((td)
[all...]
H A Dflow.c16 int flow_threshold_exceeded(struct thread_data *td) argument
18 struct fio_flow *flow = td->flow;
24 sign = td->o.flow > 0 ? 1 : -1;
25 if (sign * flow->flow_counter > td->o.flow_watermark) {
26 if (td->o.flow_sleep) {
27 io_u_quiesce(td);
28 usleep(td->o.flow_sleep);
36 flow->flow_counter += td->o.flow;
92 void flow_init_job(struct thread_data *td) argument
94 if (td
98 flow_exit_job(struct thread_data *td) argument
[all...]
H A Dcgroup.h13 static inline int cgroup_setup(struct thread_data *td, struct flist_head *list, argument
16 td_verror(td, EINVAL, "cgroup_setup");
20 static inline void cgroup_shutdown(struct thread_data *td, char **mnt) argument
H A Dcgroup.c22 static char *find_cgroup_mnt(struct thread_data *td) argument
31 td_verror(td, errno, "setmntent /proc/mounts");
50 static void add_cgroup(struct thread_data *td, const char *name, argument
71 if (td->o.cgroup_nodelete)
100 static char *get_cgroup_root(struct thread_data *td, char *mnt) argument
104 if (td->o.cgroup)
105 sprintf(str, "%s/%s", mnt, td->o.cgroup);
107 sprintf(str, "%s/%s", mnt, td->o.name);
112 static int write_int_to_file(struct thread_data *td, const char *path, argument
122 td_verror(td, errn
132 cgroup_write_pid(struct thread_data *td, const char *root) argument
142 cgroup_del_pid(struct thread_data *td, char *mnt) argument
147 cgroup_setup(struct thread_data *td, struct flist_head *clist, char **mnt) argument
189 cgroup_shutdown(struct thread_data *td, char **mnt) argument
[all...]
H A Deta.c33 * Sets the status of the 'td' in the printed status map.
35 static void check_str_update(struct thread_data *td) argument
37 char c = __run_str[td->thread_number - 1];
39 switch (td->runstate) {
41 if (td->error)
43 else if (td->sig)
55 if (td_rw(td)) {
56 if (td_random(td)) {
57 if (td->o.rwmix[DDIR_READ] == 100)
59 else if (td
154 thread_eta(struct thread_data *td) argument
356 struct thread_data *td; local
[all...]
H A Dtrim.c14 bool get_next_trim(struct thread_data *td, struct io_u *io_u) argument
23 if (flist_empty(&td->trim_list))
26 assert(td->trim_entries);
27 ipo = flist_first_entry(&td->trim_list, struct io_piece, trim_list);
28 remove_trim_entry(td, ipo);
38 if (!td->o.trim_zero) {
43 rb_erase(&ipo->rb_node, &td->io_hist_tree);
45 td->io_hist_len--;
51 int r = td_io_open_file(td, io_u->file);
70 bool io_u_should_trim(struct thread_data *td, struc argument
[all...]
/external/compiler-rt/test/msan/
H A Dtextdomain.cc7 const char *td = textdomain("abcd"); local
8 if (td[0] == 0) {
/external/fio/engines/
H A Dgfapi.h17 extern int fio_gf_setup(struct thread_data *td);
18 extern void fio_gf_cleanup(struct thread_data *td);
19 extern int fio_gf_get_file_size(struct thread_data *td, struct fio_file *f);
20 extern int fio_gf_open_file(struct thread_data *td, struct fio_file *f);
21 extern int fio_gf_close_file(struct thread_data *td, struct fio_file *f);
22 extern int fio_gf_unlink_file(struct thread_data *td, struct fio_file *f);
H A Dskeleton_external.c29 static struct io_u *fio_skeleton_event(struct thread_data *td, int event) argument
40 static int fio_skeleton_getevents(struct thread_data *td, unsigned int min, argument
50 static int fio_skeleton_cancel(struct thread_data *td, struct io_u *io_u) argument
65 static int fio_skeleton_queue(struct thread_data *td, struct io_u *io_u) argument
70 fio_ro_check(td, io_u);
86 static int fio_skeleton_prep(struct thread_data *td, struct io_u *io_u) argument
96 static int fio_skeleton_init(struct thread_data *td) argument
106 static void fio_skeleton_cleanup(struct thread_data *td) argument
114 static int fio_skeleton_open(struct thread_data *td, struct fio_file *f) argument
116 return generic_open_file(td,
122 fio_skeleton_close(struct thread_data *td, struct fio_file *f) argument
[all...]
H A Dnull.c26 static struct io_u *fio_null_event(struct thread_data *td, int event) argument
28 struct null_data *nd = (struct null_data *) td->io_ops_data;
33 static int fio_null_getevents(struct thread_data *td, unsigned int min_events, argument
37 struct null_data *nd = (struct null_data *) td->io_ops_data;
48 static int fio_null_commit(struct thread_data *td) argument
50 struct null_data *nd = (struct null_data *) td->io_ops_data;
54 io_u_mark_submit(td, nd->queued);
63 static int fio_null_queue(struct thread_data *td, struct io_u *io_u) argument
65 struct null_data *nd = (struct null_data *) td->io_ops_data;
67 fio_ro_check(td, io_
78 fio_null_open(struct thread_data fio_unused *td, struct fio_file fio_unused *f) argument
84 fio_null_cleanup(struct thread_data *td) argument
94 fio_null_init(struct thread_data *td) argument
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_tile.c40 TIFFDirectory *td = &tif->tif_dir; local
41 uint32 dx = td->td_tilewidth;
42 uint32 dy = td->td_tilelength;
43 uint32 dz = td->td_tiledepth;
46 if (td->td_imagedepth == 1)
49 dx = td->td_imagewidth;
51 dy = td->td_imagelength;
53 dz = td->td_imagedepth;
55 uint32 xpt = TIFFhowmany_32(td->td_imagewidth, dx);
56 uint32 ypt = TIFFhowmany_32(td
77 TIFFDirectory *td = &tif->tif_dir; local
117 TIFFDirectory *td = &tif->tif_dir; local
147 TIFFDirectory *td = &tif->tif_dir; local
204 TIFFDirectory *td = &tif->tif_dir; local
[all...]
H A Dtif_write.c52 register TIFFDirectory *td; local
67 td = &tif->tif_dir;
72 if (row >= td->td_imagelength) { /* extend image */
73 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) {
78 td->td_imagelength = row+1;
84 if (td->td_planarconfig == PLANARCONFIG_SEPARATE) {
85 if (sample >= td->td_samplesperpixel) {
88 (unsigned long) sample, (unsigned long) td->td_samplesperpixel);
91 strip = sample*td->td_stripsperimage + row/td
191 TIFFDirectory *td = &tif->tif_dir; local
309 TIFFDirectory *td = &tif->tif_dir; local
384 TIFFDirectory *td; local
529 TIFFDirectory* td = &tif->tif_dir; local
682 TIFFDirectory *td = &tif->tif_dir; local
719 TIFFDirectory *td = &tif->tif_dir; local
[all...]
/external/swiftshader/third_party/LLVM/test/TableGen/
H A Ddg.exp3 RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]
/external/doclava/res/assets/templates/
H A Dtodo.cs21 table td { property
35 <tr><th>Errors</th><td><?cs var:all.errorCount ?></td></tr>
36 <tr><th>Percent Good</th><td><?cs var:all.percentGood ?></td></tr>
37 <tr><th>Total Comments</th><td><?cs var:all.totalCount ?></td></tr>
51 <td><?cs var:pkg.name ?></td>
52 <td><
[all...]
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
H A Dtarget.ml36 let td = TargetData.create (target_triple m) in
39 ignore (TargetData.as_string td);
40 ignore (byte_order td);
41 ignore (pointer_size td);
42 ignore (intptr_type td);
43 ignore (size_in_bits td sty);
44 ignore (store_size td sty);
45 ignore (abi_size td sty);
46 ignore (stack_align td sty);
47 ignore (preferred_align td st
[all...]

Completed in 2250 milliseconds

1234567891011>>