HomeSort by relevance Sort by last modified time
    Searched refs:t_sec (Results 1 - 9 of 9) sorted by null

  /external/syslinux/efi/
wrapper.c 51 struct section t_sec; local
133 memset(&t_sec, 0, sizeof(t_sec));
134 strcpy((char *)t_sec.name, ".text");
135 t_sec.virtual_sz = data_size;
136 t_sec.virtual_address = hdr_sz;
137 t_sec.raw_data_sz = t_sec.virtual_sz;
138 t_sec.raw_data = t_sec.virtual_address
    [all...]
  /external/blktrace/btt/
trace_complete.c 38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0);
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1);
43 __out(ofp, iop->i_time, IOP_I, iop->t.sector, t_sec(&iop->t),1);
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1);
89 q_iop->c_nsec = t_sec(&c_iop->t);
trace_issue.c 53 q_iop->d_nsec = t_sec(&d_iop->t);
inlines.h 370 (unsigned long long)iop->t.sector, t_sec(&iop->t));
381 t_sec(&a_iop->t), MAJOR(l_iop->t.device),
  /external/blktrace/
blkparse_fmt.c 210 fprintf(ofp, strcat(format, "u"), t_sec(t));
322 if (t_sec(t))
325 t_sec(t), elapsed, t->error);
331 if (t_sec(t))
334 t_sec(t), t->error);
356 if (t_sec(t))
359 t_sec(t), elapsed, name);
364 if (t_sec(t))
367 t_sec(t), name);
378 if (t_sec(t)
    [all...]
blktrace.h 23 #define t_sec(t) ((t)->bytes >> 9) macro
blkparse.c 983 iot = __find_track(pdi, t->sector + t_sec(t));
988 (unsigned long long) t->sector + t_sec(t));
993 iot->sector -= t_sec(t);
    [all...]
  /frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
OctopusDrawable.java 102 float t_sec = 0.001f * t;
116 ax = (float) (MAX_VX * Math.sin(t_sec*.25f));
  /external/syslinux/core/fs/xfs/
xfs.h 300 int32_t t_sec; member in struct:xfs_timestamp

Completed in 2354 milliseconds