Searched defs:td (Results 1 - 25 of 108) sorted by relevance

12345

/external/compiler-rt/test/msan/
H A Dtextdomain.cc7 const char *td = textdomain("abcd"); local
8 if (td[0] == 0) {
/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/fio/
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 Dtrim.c14 int 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 int io_u_should_trim(struct thread_data *td, struc argument
[all...]
H A Dtrim.h7 extern int __must_check get_next_trim(struct thread_data *td, struct io_u *io_u);
8 extern int 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 int get_next_trim(struct thread_data *td, struct io_u *io_u) argument
27 static inline int 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 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 Dprofile.c89 void profile_add_hooks(struct thread_data *td) argument
101 td->prof_io_ops = *ops->io_ops;
102 td->flags |= TD_F_PROFILE_OPS;
106 int profile_td_init(struct thread_data *td) argument
108 struct prof_io_ops *ops = &td->prof_io_ops;
111 return ops->td_init(td);
116 void profile_td_exit(struct thread_data *td) argument
118 struct prof_io_ops *ops = &td->prof_io_ops;
121 ops->td_exit(td);
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 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
180 free_mem_mmap(struct thread_data *td, size_t total_mem) argument
193 alloc_mem_malloc(struct thread_data *td, size_t total_mem) argument
202 free_mem_malloc(struct thread_data *td) argument
211 allocate_io_mem(struct thread_data *td) argument
247 free_io_mem(struct thread_data *td) argument
[all...]
H A Dtime.c24 uint64_t usec_sleep(struct thread_data *td, unsigned long usec) argument
58 } while (!td->terminate);
78 int in_ramp_time(struct thread_data *td) argument
80 return td->o.ramp_time && !td->ramp_time_over;
83 int ramp_time_over(struct thread_data *td) argument
87 if (!td->o.ramp_time || td->ramp_time_over)
91 if (utime_since(&td->epoch, &tv) >= td
[all...]
/external/clang/
H A Dclang-tblgen-rules.mk2 ## TableGen: Compile .td files to .inc.
10 define transform-clang-td-to-out
12 $(call transform-host-clang-td-to-out,$(1)), \
13 $(call transform-device-clang-td-to-out,$(1)))
16 define transform-td-to-out
18 $(call transform-host-td-to-out,$(1)), \
19 $(call transform-device-td-to-out,$(1)))
27 $(generated_sources)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
28 $(call transform-clang-td-to-out,clang-attr-dump)
34 $(generated_sources)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td
[all...]
H A Dclang-device-build.mk32 ## Commands for running tblgen to compile a td file
34 define transform-device-clang-td-to-out
H A Dclang-host-build.mk32 ## Commands for running tblgen to compile a td file
34 define transform-host-clang-td-to-out
/external/llvm/
H A Dllvm-tblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
32 tblgen_td_deps := $(tblgen_source_dir)/../*.td
34 tblgen_td_deps := $(tblgen_source_dir)/*.td
39 # The directory and the .td directory is not the same.
43 $(generated_sources)/%GenRegisterInfo.inc: $(tblgen_source_dir)/../%.td \
45 $(call transform-td
[all...]
H A Dllvm-device-build.mk67 ## Commands for running tblgen to compile a td file
69 define transform-device-td-to-out
H A Dllvm-host-build.mk68 ## Commands for running tblgen to compile a td file
70 define transform-host-td-to-out
/external/fio/engines/
H A Dfalloc.c26 static int open_file(struct thread_data *td, struct fio_file *f) argument
49 td_verror(td, e, buf);
59 ret = generic_close_file(td, f);
73 static int fio_fallocate_queue(struct thread_data *td, struct io_u *io_u) argument
79 fio_ro_check(td, io_u);
H A Dglusterfs_sync.c11 static int fio_gf_prep(struct thread_data *td, struct io_u *io_u) argument
14 struct gf_data *g = td->io_ops->data;
25 td_verror(td, errno, "lseek");
32 static int fio_gf_queue(struct thread_data *td, struct io_u *io_u) argument
34 struct gf_data *g = td->io_ops->data;
38 fio_ro_check(td, io_u);
67 td_verror(td, io_u->error, "xfer");
H A Dcpu.c55 static int fio_cpuio_queue(struct thread_data *td, struct io_u fio_unused *io_u) argument
57 struct cpu_options *co = td->eo;
60 td->done = 1;
68 static int fio_cpuio_init(struct thread_data *td) argument
70 struct thread_options *o = &td->o;
71 struct cpu_options *co = td->eo;
74 td_vmsg(td, EINVAL, "cpu thread needs rate (cpuload=)","cpuio");
90 log_info("%s: ioengine=cpu, cpuload=%u, cpucycle=%u\n", td->o.name,
96 static int fio_cpuio_open(struct thread_data fio_unused *td, argument
H A Dglusterfs.c34 int fio_gf_setup(struct thread_data *td) argument
38 struct gf_options *opt = td->eo;
43 if (td->io_ops->data)
79 td->io_ops->data = g;
85 td->io_ops->data = NULL;
89 void fio_gf_cleanup(struct thread_data *td) argument
91 struct gf_data *g = td->io_ops->data;
101 td->io_ops->data = NULL;
105 int fio_gf_get_file_size(struct thread_data *td, struct fio_file *f) argument
109 struct gf_data *g = td
132 fio_gf_open_file(struct thread_data *td, struct fio_file *f) argument
267 fio_gf_close_file(struct thread_data *td, struct fio_file *f) argument
283 fio_gf_unlink_file(struct thread_data *td, struct fio_file *f) argument
[all...]
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_file_open(td,
122 fio_skeleton_close(struct thread_data *td, struct fio_file *f) argument
[all...]
H A Dfusion-aw.c37 static int queue(struct thread_data *td, struct io_u *io_u) argument
43 td_vmsg(td, EINVAL, "only writes supported", "io_u->ddir");
49 td_vmsg(td, EINVAL, "unaligned data buffer", "io_u->xfer_buf");
55 td_vmsg(td, EINVAL, "unaligned data size", "io_u->xfer_buflen");
61 td_vmsg(td, EINVAL, "data too big", "io_u->xfer_buflen");
69 td_verror(td, errno, "nvm_atomic_write");
81 static int open_file(struct thread_data *td, struct fio_file *f) argument
92 td_verror(td, ENOMEM, "malloc");
99 rc = generic_open_file(td, f);
111 td_vmsg(td, errn
151 close_file(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
95 fio_null_init(struct thread_data *td) argument
[all...]
/external/clang/test/Sema/
H A Dstatic-array.c25 typedef int td[static 3]; // expected-error {{'static' used in array declarator outside of function prototype}} typedef
/external/freetype/src/gzip/
H A Dinfblock.c157 inflate_huft *tl, *td; local
160 (const inflate_huft**)&td, z);
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
309 inflate_huft *tl, *td; local
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)

Completed in 409 milliseconds

12345