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:rangelist
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/imagination/rogue/
H
A
D
rogue_encode.c
83
struct rogue_rangelist
rangelist
;
member
129
.
rangelist
= {
149
.
rangelist
= {
161
.
rangelist
= {
176
.
rangelist
= {
187
.
rangelist
= {
203
.
rangelist
= {
217
.
rangelist
= {
237
.
rangelist
= {
252
.
rangelist
[all...]
H
A
D
rogue_util.c
44
* \param[in]
rangelist
The
rangelist
describing how to distribute "source".
50
const struct rogue_rangelist *
rangelist
,
in rogue_distribute_value()
57
total_bits_left = rogue_rangelist_bits(
rangelist
);
in rogue_distribute_value()
62
for (size_t u = 0U; u <
rangelist
->num_ranges; ++u) {
in rogue_distribute_value()
63
struct rogue_bitrange *range = &
rangelist
->ranges[u];
in rogue_distribute_value()
49
rogue_distribute_value(uint64_t source, const struct rogue_
rangelist
*
rangelist
, size_t dest_size, uint8_t dest_bytes[dest_size])
rogue_distribute_value()
argument
H
A
D
rogue_util.h
203
* \brief Counts the total number of bits described in a
rangelist
.
205
* \param[in]
rangelist
The input
rangelist
.
209
rogue_rangelist_bits(const struct rogue_rangelist *
rangelist
)
213
for (size_t u = 0U; u <
rangelist
->num_ranges; ++u)
214
total_bits +=
rangelist
->ranges[u].num;
316
const struct rogue_rangelist *
rangelist
,
/third_party/selinux/checkpolicy/
H
A
D
policy_define.c
2009
static int avrule_ioctl_ranges(struct av_ioctl_range_list **
rangelist
)
in avrule_ioctl_ranges()
argument
2033
*
rangelist
= rangehead;
in avrule_ioctl_ranges()
2200
static int avrule_ioctl_partialdriver(struct av_ioctl_range_list *
rangelist
,
in avrule_ioctl_partialdriver()
argument
2214
r =
rangelist
;
in avrule_ioctl_partialdriver()
2239
static int avrule_ioctl_completedriver(struct av_ioctl_range_list *
rangelist
,
in avrule_ioctl_completedriver()
argument
2251
r =
rangelist
;
in avrule_ioctl_completedriver()
2281
static int avrule_ioctl_func(struct av_ioctl_range_list *
rangelist
,
in avrule_ioctl_func()
argument
2295
r =
rangelist
;
in avrule_ioctl_func()
2396
struct av_ioctl_range_list *
rangelist
, *r;
in define_te_avtab_ioctl()
local
2402
if (avrule_ioctl_ranges(&
rangelist
))
in define_te_avtab_ioctl()
[all...]
Completed in 5 milliseconds