Searched defs:dt (Results 1 - 25 of 155) sorted by relevance

1234567

/external/python/cpython2/Doc/includes/sqlite3/
H A Dparse_colnames.py7 dt = cur.fetchone()[0] variable
8 print dt, type(dt)
/external/tcpdump/
H A Dgmt2local.c43 register int dt, dir; local
52 dt = (loc->tm_hour - gmt->tm_hour) * 60 * 60 +
63 dt += dir * 24 * 60 * 60;
65 return (dt);
/external/libcxx/test/std/numerics/complex.number/cmplx.over/
H A DUDT_is_rejected.fail.cpp25 UDT<double> dt; variable
34 std::real(dt); // expected-error {{no matching function}}
41 std::imag(dt); // expected-error {{no matching function}}
48 std::arg(dt); // expected-error {{no matching function}}
55 std::norm(dt); // expected-error {{no matching function}}
62 std::conj(dt); // expected-error {{no matching function}}
69 std::proj(dt); // expected-error {{no matching function}}
/external/dtc/tests/
H A Dcheck_path.c39 void *dt, *copy; local
41 dt = load_blob(path);
47 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE));
H A Doverlay_bad_fixup.c40 void *dt, *copy; local
43 dt = load_blob(path);
49 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE), 0);
H A Doverlay.c189 void *dt, *copy; local
191 dt = load_blob(path);
197 CHECK(fdt_open_into(dt, copy, FDT_COPY_SIZE));
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.h56 struct sw_displaytarget *dt; member in struct:softpipe_resource
59 * Malloc'ed data for regular buffers and textures, or a mapping to dt above.
108 assert(softpipe_resource(pt)->dt == NULL);
/external/mesa3d/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c131 struct sw_displaytarget *dt = NULL; local
136 dt = llvmpipe_resource(res)->dt;
137 gdi_sw_display(winsys, dt, hDC);
150 dt = softpipe_resource(res)->dt,
151 gdi_sw_display(winsys, dt, hDC);
/external/skia/src/core/
H A DSkTime.cpp31 void SkTime::GetDateTime(DateTime* dt) { argument
32 if (dt) {
35 dt->fTimeZoneMinutes = 0;
36 dt->fYear = st.wYear;
37 dt->fMonth = SkToU8(st.wMonth);
38 dt->fDayOfWeek = SkToU8(st.wDayOfWeek);
39 dt->fDay = SkToU8(st.wDay);
40 dt->fHour = SkToU8(st.wHour);
41 dt->fMinute = SkToU8(st.wMinute);
42 dt
49 GetDateTime(DateTime* dt) argument
[all...]
/external/syslinux/core/fs/pxe/
H A Dftp_readdir.c55 int dt; local
125 dt = dirtype(type);
126 if (dt != DT_UNKNOWN) {
130 dirent->d_type = dt;
/external/python/cpython2/Demo/pdist/
H A Dcmptree.py36 dt = t2-t1 variable
37 mins, secs = divmod(dt, 60)
149 dt = t2-t1
150 print len(data), "bytes in", round(dt), "seconds",
151 if dt:
152 print "i.e.", round(len(data)/dt), "bytes/sec",
197 dt = t2-t1
198 print size, "bytes in", round(dt), "seconds",
199 if dt:
200 print "i.e.", size//dt, "byte
[all...]
/external/toybox/toys/pending/
H A Ddumpleases.c65 unsigned dt, hr, m; local
67 dt = expires / (24*60*60); expires %= (24*60*60);
70 if (dt) xprintf("%u days ", dt);
/external/vixl/src/aarch32/
H A Doperands-aarch32.cc125 ImmediateVbic::ImmediateVbic(DataType dt, const NeonImmediate& neon_imm) { argument
128 if (dt.GetValue() == I16) {
136 } else if (dt.GetValue() == I32) {
194 ImmediateVmov::ImmediateVmov(DataType dt, const NeonImmediate& neon_imm) { argument
196 switch (dt.GetValue()) {
277 switch (dt.GetValue()) {
361 ImmediateVmvn::ImmediateVmvn(DataType dt, const NeonImmediate& neon_imm) { argument
364 switch (dt.GetValue()) {
447 ImmediateVorr::ImmediateVorr(DataType dt, const NeonImmediate& neon_imm) { argument
450 if (dt
[all...]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_svc_2/
H A Drpc_svc_2.c98 char *calcProc(struct datas *dt, SVCXPRT * svc) argument
100 //Makes a + b * c from structure dt and returns double
103 result = dt->a + (dt->b * dt->c);
104 //printf("Received : %lf, %lf, %lf\n", dt->a, dt->b, dt->c);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_8/
H A Dtirpc_svc_8.c116 char *pingProc(int *dt) argument
118 //Makes a + b * c from structure dt and returns double
121 result = *dt;
122 //printf("Received : %lf, %lf, %lf\n", dt->a, dt->b, dt->c);
/external/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c57 struct sw_displaytarget *dt,
67 struct sw_displaytarget *dt )
75 struct sw_displaytarget *dt)
107 struct sw_displaytarget *dt,
117 struct sw_displaytarget *dt,
56 null_sw_displaytarget_map(struct sw_winsys *ws, struct sw_displaytarget *dt, unsigned flags ) argument
74 null_sw_displaytarget_destroy(struct sw_winsys *winsys, struct sw_displaytarget *dt) argument
106 null_sw_displaytarget_get_handle(struct sw_winsys *winsys, struct sw_displaytarget *dt, struct winsys_handle *whandle) argument
116 null_sw_displaytarget_display(struct sw_winsys *winsys, struct sw_displaytarget *dt, void *context_private, struct pipe_box *box) argument
/external/toybox/lib/
H A Ddirtree.c30 struct dirtree *dt = NULL; local
46 dt = xzalloc((len = sizeof(struct dirtree)+len+1)+linklen);
47 dt->parent = parent;
49 memcpy(&(dt->st), &st, sizeof(struct stat));
50 strcpy(dt->name, name);
52 if (linklen) dt->symlink = memcpy(len+(char *)dt, libbuf, linklen);
55 return dt;
65 free(dt);
/external/toybox/toys/other/
H A Dsysctl.c67 static int do_show_keys(struct dirtree *dt) argument
71 if (!dirtree_notdotdot(dt)) return 0; // Skip . and ..
72 if (S_ISDIR(dt->st.st_mode)) return DIRTREE_RECURSE;
74 path = dirtree_path(dt, 0);
/external/valgrind/none/tests/amd64/
H A Dfma.c11 } dt __attribute__((aligned (32))); variable in typeref:struct:double_test
680 __asm __volatile__ ("vfmadd132sd %2, %3, %0" : "=x" (w) : "0" (dt.x[i]), "x" (dt.y[i]), "x" (dt.z[i]));
681 thisres |= test( w, dt.expected[i] );
682 __asm __volatile__ ("vfmadd132sd %2, %3, %0" : "=x" (w) : "0" (dt.x[i]), "m" (dt.y[i]), "x" (dt.z[i]));
683 thisres |= test( w, dt.expected[i] );
684 __asm __volatile__ ("vfmadd213sd %3, %2, %0" : "=x" (w) : "0" (dt
[all...]
/external/dng_sdk/source/
H A Ddng_temperature.cpp109 real64 dt = - uu * dv + vv * du; local
113 if (dt <= 0.0 || index == 30)
118 if (dt > 0.0)
119 dt = 0.0;
121 dt = -dt;
131 f = dt / (last_dt + dt);
167 last_dt = dt;
/external/gptfdisk/
H A Dgptcurses.h118 void SetDisplayType(int dt) {displayType = dt;} argument
/external/icu/icu4c/source/test/intltest/
H A Dcaltztst.cpp190 UDate dt = cal->getTime(status); local
197 return dt;
207 Date dt = date(y, m, d, hr, min, sec) +
216 return dt;
/external/libexif/libexif/
H A Dexif-content.c264 ExifDataType dt = exif_data_get_data_type (c->parent); local
267 if (exif_tag_get_support_level_in_ifd (t, ifd, dt) ==
281 ExifDataType dt; local
288 dt = exif_data_get_data_type (c->parent);
313 if (exif_tag_get_support_level_in_ifd (t, ifd, dt) ==
/external/llvm/lib/Analysis/
H A DScalarEvolutionNormalization.cpp77 ScalarEvolution &se, DominatorTree &dt):
78 Kind(kind), Loops(loops), SE(se), DT(dt) {}
76 PostIncTransform(TransformKind kind, PostIncLoopSet &loops, ScalarEvolution &se, DominatorTree &dt) argument
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/tirpc_svc_9/
H A Dtirpc_svc_9.c129 char *calcProc(struct datas *dt) argument
131 //Makes a + b * c from structure dt and returns double
134 result = dt->a + (dt->b * dt->c);
135 //printf("Received : %lf, %lf, %lf\n", dt->a, dt->b, dt->c);

Completed in 5555 milliseconds

1234567