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:njobs
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libdrm/tests/exynos/
H
A
D
exynos_fimg2d_event.c
221
unsigned int iters = 0,
njobs
= 4;
in main()
local
234
if (sscanf(optarg, "%u", &
njobs
) != 1)
in main()
313
ret = g2d_work(ctx, &img,
njobs
, iters);
in main()
/third_party/mesa3d/src/panfrost/lib/
H
A
D
pan_blitter.c
1392
unsigned
njobs
= 0;
in pan_preload_fb()
local
1398
jobs[
njobs
++] = job;
in pan_preload_fb()
1406
jobs[
njobs
++] = job;
in pan_preload_fb()
1409
return
njobs
;
in pan_preload_fb()
/third_party/mksh/
H
A
D
jobs.c
135
static int
njobs
; /* # of jobs started */
variable
502
j->age = ++
njobs
;
631
coproc.
njobs
++;
1488
--coproc.
njobs
== 0)
H
A
D
main.c
1664
coproc.
njobs
= 0;
in coproc_init()
H
A
D
exec.c
254
coproc.
njobs
= 0;
in execute()
266
* will also increment coproc.
njobs
when the
in execute()
H
A
D
sh.h
1645
int
njobs
; /* number of live jobs using output pipe */
member
Completed in 15 milliseconds