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:nregions
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfutils/src/
H
A
D
elfcmp.c
258
size_t
nregions
= 0;
in main()
local
298
++
nregions
;
in main()
581
nregions
+= 2;
in main()
589
struct region *regionsarr = alloca (
nregions
* sizeof (struct region));
in main()
602
for (size_t cnt = 0; cnt <
nregions
; ++cnt)
in main()
608
qsort (regionsarr,
nregions
, sizeof (regionsarr[0]), regioncompare);
in main()
638
while (cnt <
nregions
&& regionsarr[cnt].to < phdr1->p_offset)
in main()
643
while (cnt <
nregions
&& regionsarr[cnt].from < end)
in main()
665
if (cnt ==
nregions
&& last < end)
in main()
/third_party/libdrm/omap/
H
A
D
omap_drm.h
100
uint32_t
nregions
;
member
H
A
D
omap_drm.c
464
.
nregions
= 0,
in omap_bo_cpu_fini()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_bufmgr.c
972
uint32_t
nregions
= 0;
in alloc_fresh_bo()
local
976
regions[
nregions
++] = bufmgr->vram.region;
in alloc_fresh_bo()
977
regions[
nregions
++] = bufmgr->sys.region;
in alloc_fresh_bo()
980
regions[
nregions
++] = bufmgr->vram.region;
in alloc_fresh_bo()
983
regions[
nregions
++] = bufmgr->sys.region;
in alloc_fresh_bo()
991
.num_regions =
nregions
,
in alloc_fresh_bo()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_allocator.c
1701
uint32_t
nregions
= 0;
in anv_device_alloc_bo()
local
1705
regions[
nregions
++] = device->physical->vram_non_mappable.region;
in anv_device_alloc_bo()
1707
regions[
nregions
++] = device->physical->sys.region;
in anv_device_alloc_bo()
1714
regions[
nregions
++] = device->physical->sys.region;
in anv_device_alloc_bo()
1719
flags,
nregions
, regions);
in anv_device_alloc_bo()
Completed in 9 milliseconds