Searched defs:td (Results 51 - 75 of 109) sorted by relevance

12345

/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java42 static void setType(TypeData td, String className, ClassPool cp) throws BadBytecode { argument
43 if (td == TypeTag.TOP)
46 td.setType(className, cp);
158 private static void add(ArrayList list, TypeData td) { argument
161 if (list.get(i) == td)
164 list.add(td);
217 TypeData td = (TypeData)equiv.get(i);
218 if (td instanceof TypeName) {
219 TypeName tn = (TypeName)td;
227 TypeData td
[all...]
/external/llvm/lib/Target/
H A DTargetMachineC.cpp192 const DataLayout* td = TM->getDataLayout(); local
194 if (!td) {
199 Mod->setDataLayout(td);
/external/clang/test/Analysis/
H A Dtaint-tester.c182 int td = d; // expected-warning + {{tainted}} local
/external/fio/
H A Ddiskutil.c22 static struct disk_util *__init_per_file_disk_util(struct thread_data *td,
217 static void find_add_disk_slaves(struct thread_data *td, char *path, argument
265 __init_per_file_disk_util(td, majdev, mindev, temppath);
279 static struct disk_util *disk_util_add(struct thread_data *td, int majdev, argument
334 find_add_disk_slaves(td, path, du);
403 static struct disk_util *__init_per_file_disk_util(struct thread_data *td, argument
428 if (td->o.ioscheduler && !td->sysfs_root)
429 td->sysfs_root = strdup(path);
431 return disk_util_add(td, majde
434 init_per_file_disk_util(struct thread_data *td, char *filename) argument
475 __init_disk_util(struct thread_data *td, struct fio_file *f) argument
481 init_disk_util(struct thread_data *td) argument
[all...]
H A Deta.c13 * Sets the status of the 'td' in the printed status map.
15 static void check_str_update(struct thread_data *td) argument
17 char c = run_str[td->thread_number - 1];
19 switch (td->runstate) {
21 if (td->error)
23 else if (td->sig)
35 if (td_rw(td)) {
36 if (td_random(td)) {
37 if (td->o.rwmix[DDIR_READ] == 100)
39 else if (td
128 thread_eta(struct thread_data *td) argument
303 struct thread_data *td; local
[all...]
H A Diolog.c17 void queue_io_piece(struct thread_data *td, struct io_piece *ipo) argument
19 flist_add_tail(&ipo->list, &td->io_log_list);
20 td->total_io_size += ipo->len;
23 void log_io_u(struct thread_data *td, struct io_u *io_u) argument
30 if (!td->o.write_iolog_file)
33 fprintf(td->iolog_f, "%s %s %llu %lu\n", io_u->file->file_name,
38 void log_file(struct thread_data *td, struct fio_file *f, argument
45 if (!td->o.write_iolog_file)
52 if (!td->iolog_f)
55 fprintf(td
58 iolog_delay(struct thread_data *td, unsigned long delay) argument
84 ipo_special(struct thread_data *td, struct io_piece *ipo) argument
118 read_iolog_get(struct thread_data *td, struct io_u *io_u) argument
165 prune_io_piece_log(struct thread_data *td) argument
190 log_io_piece(struct thread_data *td, struct io_u *io_u) argument
271 unlog_io_piece(struct thread_data *td, struct io_u *io_u) argument
288 trim_io_piece(struct thread_data *td, struct io_u *io_u) argument
298 write_iolog_close(struct thread_data *td) argument
311 read_iolog2(struct thread_data *td, FILE *f) argument
443 init_iolog_read(struct thread_data *td) argument
481 init_iolog_write(struct thread_data *td) argument
517 init_iolog(struct thread_data *td) argument
607 finish_log_named(struct thread_data *td, struct io_log *log, const char *prefix, const char *postfix, int trylock) argument
632 finish_log(struct thread_data *td, struct io_log *log, const char *name, int trylock) argument
638 write_this_log(struct thread_data *td, struct io_log *log, const char *log_file, const char *name, int try) argument
654 write_iops_log(struct thread_data *td, int try) argument
661 write_slat_log(struct thread_data *td, int try) argument
668 write_clat_log(struct thread_data *td, int try) argument
675 write_lat_log(struct thread_data *td, int try) argument
682 write_bandw_log(struct thread_data *td, int try) argument
727 fio_writeout_logs(struct thread_data *td) argument
[all...]
H A Dverify.c28 static void populate_hdr(struct thread_data *td, struct io_u *io_u,
32 static void fill_pattern(struct thread_data *td, void *p, unsigned int len, argument
62 void fill_buffer_pattern(struct thread_data *td, void *p, unsigned int len) argument
64 fill_pattern(td, p, len, td->o.buffer_pattern, td->o.buffer_pattern_bytes);
67 void fill_verify_pattern(struct thread_data *td, void *p, unsigned int len, argument
70 if (!td->o.verify_pattern_bytes) {
76 io_u->rand_seed = fill_random_buf(&td->__verify_state, p, len);
82 td
91 get_hdr_inc(struct thread_data *td, struct io_u *io_u) argument
102 fill_pattern_headers(struct thread_data *td, struct io_u *io_u, unsigned long seed, int use_seed) argument
218 struct thread_data *td; member in struct:vcont
285 struct thread_data *td = vc->td; local
348 struct thread_data *td = vc->td; local
393 struct thread_data *td = vc->td; local
659 verify_io_u_async(struct thread_data *td, struct io_u *io_u) argument
678 verify_trimmed_io_u(struct thread_data *td, struct io_u *io_u) argument
731 verify_io_u(struct thread_data *td, struct io_u *io_u) argument
869 fill_meta(struct verify_header *hdr, struct thread_data *td, struct io_u *io_u, unsigned int header_num) argument
973 populate_hdr(struct thread_data *td, struct io_u *io_u, struct verify_header *hdr, unsigned int header_num, unsigned int header_len) argument
1063 populate_verify_io_u(struct thread_data *td, struct io_u *io_u) argument
1073 get_next_verify(struct thread_data *td, struct io_u *io_u) argument
1158 fio_verify_init(struct thread_data *td) argument
1168 struct thread_data *td = data; local
1234 verify_async_init(struct thread_data *td) argument
1275 verify_async_exit(struct thread_data *td) argument
[all...]
H A Dbackend.c140 static int __check_min_rate(struct thread_data *td, struct timeval *now, argument
153 if (!td->o.ratemin[ddir] && !td->o.rate_iops_min[ddir])
159 if (mtime_since(&td->start, now) < 2000)
162 iops += td->this_io_blocks[ddir];
163 bytes += td->this_io_bytes[ddir];
164 ratemin += td->o.ratemin[ddir];
165 rate_iops += td->o.rate_iops[ddir];
166 rate_iops_min += td->o.rate_iops_min[ddir];
171 if (td
228 check_min_rate(struct thread_data *td, struct timeval *now, uint64_t *bytes_done) argument
247 cleanup_pending_aio(struct thread_data *td) argument
282 fio_io_sync(struct thread_data *td, struct fio_file *f) argument
324 fio_file_fsync(struct thread_data *td, struct fio_file *f) argument
339 __update_tv_cache(struct thread_data *td) argument
344 update_tv_cache(struct thread_data *td) argument
350 runtime_exceeded(struct thread_data *td, struct timeval *t) argument
362 break_on_this_error(struct thread_data *td, enum fio_ddir ddir, int *retptr) argument
408 check_update_rusage(struct thread_data *td) argument
421 do_verify(struct thread_data *td, uint64_t verify_bytes) argument
633 exceeds_number_ios(struct thread_data *td) argument
646 io_bytes_exceeded(struct thread_data *td) argument
673 do_io(struct thread_data *td) argument
959 cleanup_io_u(struct thread_data *td) argument
978 init_io_u(struct thread_data *td) argument
1095 switch_ioscheduler(struct thread_data *td) argument
1153 keep_running(struct thread_data *td) argument
1213 do_dry_run(struct thread_data *td) argument
1261 struct thread_data *td = data; local
1580 struct thread_data *td; local
1610 struct thread_data *td; local
1715 struct thread_data *td; local
2015 struct thread_data *td; local
[all...]
H A Dfilesetup.c27 static inline void clear_error(struct thread_data *td) argument
29 td->error = 0;
30 td->verror[0] = '\0';
36 static int extend_file(struct thread_data *td, struct fio_file *f) argument
53 if (td_read(td) ||
54 (td_write(td) && td->o.overwrite && !td->o.file_append) ||
55 (td_write(td) && td
201 pre_read_file(struct thread_data *td, struct fio_file *f) argument
259 get_rand_file_size(struct thread_data *td) argument
279 file_size(struct thread_data *td, struct fio_file *f) argument
292 bdev_size(struct thread_data *td, struct fio_file *f) argument
322 char_size(struct thread_data *td, struct fio_file *f) argument
357 get_file_size(struct thread_data *td, struct fio_file *f) argument
387 __file_invalidate_cache(struct thread_data *td, struct fio_file *f, unsigned long long off, unsigned long long len) argument
440 file_invalidate_cache(struct thread_data *td, struct fio_file *f) argument
448 generic_close_file(struct thread_data fio_unused *td, struct fio_file *f) argument
496 file_close_shadow_fds(struct thread_data *td) argument
514 generic_open_file(struct thread_data *td, struct fio_file *f) argument
636 generic_get_file_size(struct thread_data *td, struct fio_file *f) argument
644 get_file_sizes(struct thread_data *td) argument
679 get_fs_free_counts(struct thread_data *td) argument
745 get_start_offset(struct thread_data *td, struct fio_file *f) argument
759 setup_files(struct thread_data *td) argument
975 pre_read_files(struct thread_data *td) argument
989 __init_rand_distribution(struct thread_data *td, struct fio_file *f) argument
1012 init_rand_distribution(struct thread_data *td) argument
1031 init_random_map(struct thread_data *td) argument
1076 close_files(struct thread_data *td) argument
1087 close_and_free_files(struct thread_data *td) argument
1214 alloc_new_file(struct thread_data *td) argument
1231 add_file(struct thread_data *td, const char *fname, int numjob, int inc) argument
1317 add_file_exclusive(struct thread_data *td, const char *fname) argument
1337 put_file(struct thread_data *td, struct fio_file *f) argument
1370 lock_file(struct thread_data *td, struct fio_file *f, enum fio_ddir ddir) argument
1386 unlock_file(struct thread_data *td, struct fio_file *f) argument
1399 unlock_file_all(struct thread_data *td, struct fio_file *f) argument
1407 recurse_dir(struct thread_data *td, const char *dirname) argument
1455 add_dir_files(struct thread_data *td, const char *path) argument
1465 dup_files(struct thread_data *td, struct thread_data *org) argument
1507 get_fileno(struct thread_data *td, const char *fname) argument
1522 free_release_files(struct thread_data *td) argument
1529 fio_file_reset(struct thread_data *td, struct fio_file *f) argument
1539 fio_files_done(struct thread_data *td) argument
[all...]
/external/fio/os/
H A Dos-windows.h234 static inline int init_random_state(struct thread_data *td, unsigned long *rand_seeds, int size) argument
253 td_fill_rand_seeds(td);
H A Dos.h231 static inline int load_blktrace(struct thread_data *td, const char *fname, argument
288 extern void td_fill_rand_seeds(struct thread_data *td);
293 static inline int init_random_state(struct thread_data *td, unsigned long *rand_seeds, int size) argument
308 td_fill_rand_seeds(td);
/external/fio/profiles/
H A Dact.c295 static int act_io_u_lat(struct thread_data *td, uint64_t usec) argument
297 struct act_prof_data *apd = td->prof_data;
397 static void put_act_ref(struct thread_data *td) argument
399 struct act_prof_data *apd = td->prof_data;
425 static int act_td_init(struct thread_data *td) argument
437 td->prof_data = apd;
441 static void act_td_exit(struct thread_data *td) argument
443 struct act_prof_data *apd = td->prof_data;
445 put_act_ref(td);
448 td
[all...]
/external/libedit/src/
H A Dtty.c451 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1)
452 #define tty__geteightbit(td) (((td)->c_cflag & CSIZE) == CS8)
453 #define tty__cooked_mode(td) ((td)->c_lflag & ICANON)
614 tty__getspeed(struct termios *td) argument
618 if ((spd = cfgetispeed(td)) == 0)
619 spd = cfgetospeed(td);
735 tty__getchar(struct termios *td, unsigne argument
817 tty__setchar(struct termios *td, unsigned char *s) argument
[all...]
/external/libhevc/decoder/
H A Dihevcd_mv_pred.c108 WORD32 td, tb, tx; local
112 td = CLIP_S8(cur_poc - nbr_ref_poc);
115 if(0 != td)
117 tx = (16384 + (abs(td) >> 1)) / td;
170 WORD32 td, tb, tx; local
174 td = CLIP_S8(col_poc - col_ref_poc);
177 tx = (16384 + (abs(td) >> 1)) / td;
/external/chromium_org/base/time/
H A Dtime.h193 friend TimeDelta operator*(int64 a, TimeDelta td);
205 inline TimeDelta operator*(int64 a, TimeDelta td) { argument
206 return TimeDelta(a * td.delta_);
/external/emma/lib/internal/
H A Dstamptool.jar ... .vladium.util.version.VersionStampTool _this ThreadDeath td Throwable t private synchronized void parseArgs (java.lang. ...
/external/fio/engines/
H A Drdma.c22 * td->done as true.
119 static int client_recv(struct thread_data *td, struct ibv_wc *wc) argument
121 struct rdmaio_data *rd = td->io_ops->data;
151 static int server_recv(struct thread_data *td, struct ibv_wc *wc) argument
153 struct rdmaio_data *rd = td->io_ops->data;
166 static int cq_event_handler(struct thread_data *td, enum ibv_wc_opcode opcode) argument
168 struct rdmaio_data *rd = td->io_ops->data;
189 client_recv(td, &wc);
191 server_recv(td, &wc);
273 static int rdma_poll_wait(struct thread_data *td, enu argument
310 fio_rdmaio_setup_qp(struct thread_data *td) argument
390 fio_rdmaio_setup_control_msg_buffers(struct thread_data *td) argument
432 get_next_channel_event(struct thread_data *td, struct rdma_event_channel *channel, enum rdma_cm_event_type wait_event) argument
466 fio_rdmaio_prep(struct thread_data *td, struct io_u *io_u) argument
509 fio_rdmaio_event(struct thread_data *td, int event) argument
526 fio_rdmaio_getevents(struct thread_data *td, unsigned int min, unsigned int max, struct timespec *t) argument
588 fio_rdmaio_send(struct thread_data *td, struct io_u **io_us, unsigned int nr) argument
651 fio_rdmaio_recv(struct thread_data *td, struct io_u **io_us, unsigned int nr) argument
688 fio_rdmaio_queue(struct thread_data *td, struct io_u *io_u) argument
705 fio_rdmaio_queued(struct thread_data *td, struct io_u **io_us, unsigned int nr) argument
729 fio_rdmaio_commit(struct thread_data *td) argument
761 fio_rdmaio_connect(struct thread_data *td, struct fio_file *f) argument
810 fio_rdmaio_accept(struct thread_data *td, struct fio_file *f) argument
845 fio_rdmaio_open_file(struct thread_data *td, struct fio_file *f) argument
853 fio_rdmaio_close_file(struct thread_data *td, struct fio_file *f) argument
908 fio_rdmaio_setup_connect(struct thread_data *td, const char *host, unsigned short port) argument
973 fio_rdmaio_setup_listen(struct thread_data *td, short port) argument
1015 check_set_rlimits(struct thread_data *td) argument
1049 fio_rdmaio_init(struct thread_data *td) argument
1189 fio_rdmaio_cleanup(struct thread_data *td) argument
1197 fio_rdmaio_setup(struct thread_data *td) argument
[all...]
H A Dnet.c35 struct thread_data *td; member in struct:netio_options
192 static int poll_wait(struct thread_data *td, int fd, short events) argument
197 while (!td->terminate) {
205 td_verror(td, errno, "poll");
233 static int fio_netio_prep(struct thread_data *td, struct io_u *io_u) argument
235 struct netio_options *o = td->eo;
245 td_verror(td, EINVAL, "bad direction");
278 static int splice_in(struct thread_data *td, struct io_u *io_u) argument
280 struct netio_data *nd = td->io_ops->data;
288 static int splice_out(struct thread_data *td, struc argument
326 vmsplice_io_u_out(struct thread_data *td, struct io_u *io_u, unsigned int len) argument
337 vmsplice_io_u_in(struct thread_data *td, struct io_u *io_u) argument
348 fio_netio_splice_in(struct thread_data *td, struct io_u *io_u) argument
363 fio_netio_splice_out(struct thread_data *td, struct io_u *io_u) argument
374 fio_netio_splice_in(struct thread_data *td, struct io_u *io_u) argument
380 fio_netio_splice_out(struct thread_data *td, struct io_u *io_u) argument
387 fio_netio_send(struct thread_data *td, struct io_u *io_u) argument
447 fio_netio_recv(struct thread_data *td, struct io_u *io_u) argument
495 __fio_netio_queue(struct thread_data *td, struct io_u *io_u, enum fio_ddir ddir) argument
538 fio_netio_queue(struct thread_data *td, struct io_u *io_u) argument
560 fio_netio_connect(struct thread_data *td, struct fio_file *f) argument
666 fio_netio_accept(struct thread_data *td, struct fio_file *f) argument
718 fio_netio_udp_close(struct thread_data *td, struct fio_file *f) argument
743 fio_netio_close_file(struct thread_data *td, struct fio_file *f) argument
757 fio_netio_udp_recv_open(struct thread_data *td, struct fio_file *f) argument
790 fio_netio_udp_send_open(struct thread_data *td, struct fio_file *f) argument
819 fio_netio_open_file(struct thread_data *td, struct fio_file *f) argument
853 fio_fill_addr(struct thread_data *td, const char *host, int af, void *dst, struct addrinfo **res) argument
891 fio_netio_setup_connect_inet(struct thread_data *td, const char *host, unsigned short port) argument
941 fio_netio_setup_connect_unix(struct thread_data *td, const char *path) argument
953 fio_netio_setup_connect(struct thread_data *td) argument
963 fio_netio_setup_listen_unix(struct thread_data *td, const char *path) argument
996 fio_netio_setup_listen_inet(struct thread_data *td, short port) argument
1103 fio_netio_setup_listen(struct thread_data *td) argument
1128 fio_netio_init(struct thread_data *td) argument
1176 fio_netio_cleanup(struct thread_data *td) argument
1192 fio_netio_setup(struct thread_data *td) argument
1214 fio_netio_terminate(struct thread_data *td) argument
1220 fio_netio_setup_splice(struct thread_data *td) argument
[all...]
/external/jpeg/
H A Djcmarker.c311 int i, td, ta; local
323 td = compptr->dc_tbl_no;
334 td = 0; /* no DC table either */
336 td = 0; /* AC scan */
339 emit_byte(cinfo, (td << 4) + ta);
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp233 const ThreadData &td = m_thread_data[tid]; local
234 lldb::ThreadSP thread_sp(new ThreadElfCore (*this, tid, td));
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmarker.c312 int i, td, ta; local
324 td = compptr->dc_tbl_no;
335 td = 0; /* no DC table either */
337 td = 0; /* AC scan */
340 emit_byte(cinfo, (td << 4) + ta);
/external/qemu/distrib/jpeg-6b/
H A Djcmarker.c311 int i, td, ta; local
323 td = compptr->dc_tbl_no;
334 td = 0; /* no DC table either */
336 td = 0; /* AC scan */
339 emit_byte(cinfo, (td << 4) + ta);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp1124 int td[UNROLL]; local
1163 td[i] = d;
1177 td[i] = d;
1180 ta[i] = tdv[i] = td[i] = 0xbeef;
1276 in_dst[i], src[i-8], td[i], tdv[i], tap[i], ta[i]);
/external/clang/lib/Frontend/
H A DCacheTokens.cpp52 PTHEntry(Offset td, Offset ppcd) argument
53 : TokenData(td), PPCondData(ppcd) {}
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp884 TD td; local
894 td = t1;
899 t2 = td;

Completed in 2569 milliseconds

12345