Searched refs:dtemp (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/posix/ |
D | xargs.c | 111 struct double_list *dlist = NULL, *dtemp; in xargs_main() local 169 for (dtemp = dlist; dtemp; dtemp = dtemp->next) in xargs_main() 170 handle_entries(dtemp->data, out+entries); in xargs_main() 182 struct double_list *dtemp = dlist->next; in xargs_main() local 186 dlist = dtemp; in xargs_main()
|
/external/eigen/blas/f2c/ |
D | drotmg.c | 39 doublereal dflag, dtemp; in drotmg_() local 152 dtemp = *dd2 / du; in drotmg_() 154 *dd1 = dtemp; in drotmg_()
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | app_ui.py | 199 with device_temp_file.DeviceTempFile(self._device.adb) as dtemp: 200 self._device.RunShellCommand(['uiautomator', 'dump', dtemp.name], 203 self._device.ReadFile(dtemp.name, force_pull=True))
|
/external/libchrome/base/files/ |
D | file_util_posix.cc | 546 char* dtemp = mkdtemp(buffer); in CreateTemporaryDirInDirImpl() local 547 if (!dtemp) { in CreateTemporaryDirInDirImpl() 551 *new_dir = FilePath(dtemp); in CreateTemporaryDirInDirImpl()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | pr17168.ll | 209 !152 = !DILocalVariable(name: "dtemp", line: 644, arg: 4, scope: !145, file: !5, type: !105) 242 !185 = !DILocalVariable(name: "dtemp", line: 310, scope: !183, file: !5, type: !91)
|