Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dtemp
(Results
1 - 4
of
4
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
xargs.c
99
struct double_list *dlist = 0, *
dtemp
;
in xargs_main()
local
167
for (
dtemp
= dlist;
dtemp
;
dtemp
=
dtemp
->next)
in xargs_main()
168
handle_entries(
dtemp
->data, out+entries);
in xargs_main()
207
struct double_list *
dtemp
= dlist->next;
in xargs_main()
local
211
dlist =
dtemp
;
in xargs_main()
/third_party/gn/src/base/files/
H
A
D
file_util_posix.cc
406
char*
dtemp
= mkdtemp(buffer);
in CreateTemporaryDirInDirImpl()
local
407
if (!
dtemp
) {
in CreateTemporaryDirInDirImpl()
414
char*
dtemp
= mktemp(buffer);
in CreateTemporaryDirInDirImpl()
local
415
if (!
dtemp
) {
in CreateTemporaryDirInDirImpl()
419
if (mkdir(
dtemp
, S_IRWXU)) {
in CreateTemporaryDirInDirImpl()
424
*new_dir = FilePath(
dtemp
);
in CreateTemporaryDirInDirImpl()
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
transupp.c
1496
JDIMENSION xoffset, yoffset,
dtemp
;
in GLOBAL()
local
1641
dtemp
= itemp - 1 - ((xoffset + itemp - 1) % itemp);
in GLOBAL()
1642
xoffset +=
dtemp
;
in GLOBAL()
1643
if (info->crop_width <=
dtemp
)
in GLOBAL()
1645
else if (xoffset + info->crop_width -
dtemp
== info->output_width)
in GLOBAL()
1647
info->drop_width = (info->crop_width -
dtemp
+ itemp - 1) / itemp;
in GLOBAL()
1649
info->drop_width = (info->crop_width -
dtemp
) / itemp;
in GLOBAL()
1651
dtemp
= itemp - 1 - ((yoffset + itemp - 1) % itemp);
in GLOBAL()
1652
yoffset +=
dtemp
;
in GLOBAL()
1653
if (info->crop_height <=
dtemp
)
in GLOBAL()
[all...]
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_generic.c
2119
struct usb_device_descriptor *
dtemp
;
in ugen_ioctl_post()
local
2198
dtemp
= usbd_get_device_descriptor(f->udev);
in ugen_ioctl_post()
2199
if (!
dtemp
) {
in ugen_ioctl_post()
2203
error = copyout((const void *)
dtemp
, u.ddesc, sizeof(struct usb_device_descriptor));
in ugen_ioctl_post()
Completed in 7 milliseconds