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

12345

/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java231 private void merge(TypeData td, TypeData target) { argument
234 // td or target is null if it is TOP.
235 if (td != TOP && td.isObjectType())
242 target.merge(td);
298 TypeData td = types[i];
299 if (td != null)
300 td.evalExpectedType(cp);
371 TypeData td = bb.stackTypes[0];
372 if (td
[all...]
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/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/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...]
/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/third_party/libjpeg_turbo/
H A Djcmarker.c321 int i, td, ta; local
339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0;
343 emit_byte(cinfo, (td << 4) + ta);
/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...]
/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.cpp1222 int td[UNROLL]; local
1261 td[i] = d;
1275 td[i] = d;
1278 ta[i] = tdv[i] = td[i] = 0xbeef;
1374 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 516 milliseconds

12345