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
defs:users
(Results
1 - 25
of
31
) sorted by relevance
1
2
/third_party/toybox/toys/other/
H
A
D
lsmod.c
27
*refcnt = strtok(NULL, " "), *
users
= strtok(NULL, " ");
in lsmod_main()
local
H
A
D
uptime.c
33
int
users
= 0;
in uptime_main()
local
/third_party/skia/third_party/externals/tint/src/transform/
H
A
D
fold_trivial_single_use_lets.cc
63
auto&
users
= sem_let->Users();
in Run()
local
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
storage.h
34
struct storage_ptr_list *
users
;
member
H
A
D
linearize.h
37
struct pseudo_user_list *
users
;
member
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
local_single_store_elim_pass.cpp
147
std::vector<Instruction*>
users
;
in ProcessVariable()
local
[all...]
H
A
D
ssa_rewrite_pass.h
71
std::vector<uint32_t>&
users
() { return users_; }
in users()
function in spvtools::opt::SSARewriter::PhiCandidate
72
const std::vector<uint32_t>&
users
() const { return users_; }
in users()
function in spvtools::opt::SSARewriter::PhiCandidate
H
A
D
debug_info_manager.cpp
699
auto&
users
= scope_id_to_users_[inst->GetDebugScope().GetLexicalScope()];
in AnalyzeDebugInst()
local
703
auto&
users
= inlinedat_id_to_users_[inst->GetDebugInlinedAt()];
in AnalyzeDebugInst()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
local_single_store_elim_pass.cpp
147
std::vector<Instruction*>
users
;
in ProcessVariable()
local
[all...]
H
A
D
ssa_rewrite_pass.h
71
std::vector<uint32_t>&
users
() { return users_; }
in users()
function in spvtools::opt::SSARewriter::PhiCandidate
72
const std::vector<uint32_t>&
users
() const { return users_; }
in users()
function in spvtools::opt::SSARewriter::PhiCandidate
H
A
D
debug_info_manager.cpp
699
auto&
users
= scope_id_to_users_[inst->GetDebugScope().GetLexicalScope()];
in AnalyzeDebugInst()
local
703
auto&
users
= inlinedat_id_to_users_[inst->GetDebugInlinedAt()];
in AnalyzeDebugInst()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H
A
D
VPlanValue.h
104
user_range
users
() { return user_range(user_begin(), user_end()); }
in users()
function in llvm::VPValue
105
const_user_range
users
() const {
in users()
function in llvm::VPValue
/third_party/spirv-tools/source/opt/
H
A
D
local_single_store_elim_pass.cpp
146
std::vector<Instruction*>
users
;
in ProcessVariable()
local
[all...]
H
A
D
ssa_rewrite_pass.h
71
std::vector<uint32_t>&
users
() { return users_; }
in users()
function in spvtools::opt::SSARewriter::PhiCandidate
72
const std::vector<uint32_t>&
users
() const { return users_; }
in users()
function in spvtools::opt::SSARewriter::PhiCandidate
H
A
D
debug_info_manager.cpp
707
auto&
users
= scope_id_to_users_[inst->GetDebugScope().GetLexicalScope()];
in AnalyzeDebugInst()
local
711
auto&
users
= inlinedat_id_to_users_[inst->GetDebugInlinedAt()];
in AnalyzeDebugInst()
local
H
A
D
interface_var_sroa.cpp
117
std::vector<Instruction*>
users
;
in ReplaceLoadWithCompositeConstruct()
local
215
std::vector<Instruction*>
users
;
in KillInstructionAndUsers()
local
266
std::vector<Instruction*>
users
;
in ReplaceInterfaceVarWith()
local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H
A
D
def_use_test.cpp
1710
auto
users
= def_use_mgr->id_to_users();
in TEST_F()
local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H
A
D
def_use_test.cpp
1710
auto
users
= def_use_mgr->id_to_users();
in TEST_F()
local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
bss.h
33
unsigned int
users
;
member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
bss.h
45
unsigned int
users
;
member
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
H
A
D
prot_hsymlinks.c
99
static struct test_user
users
[USERS_NUM];
variable
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Value.h
420
iterator_range<user_iterator>
users
() {
in users()
function
424
iterator_range<const_user_iterator>
users
() const {
in users()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H
A
D
Value.h
369
iterator_range<user_iterator>
users
() {
in users()
function
373
iterator_range<const_user_iterator>
users
() const {
in users()
function
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_sched.c
916
split_addr(struct ir3_sched_ctx *ctx, struct ir3_instruction **addr, struct ir3_instruction **
users
, unsigned
users
_count)
split_addr()
argument
/third_party/curl/lib/
H
A
D
multi.c
213
unsigned int
users
; /* number of transfers using this */
member
Completed in 24 milliseconds
1
2