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:bid
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_perfcounter.c
41
unsigned
bid
;
in lookup_counter()
local
44
for (
bid
= 0;
bid
< pc->num_blocks; ++
bid
, ++block) {
in lookup_counter()
62
unsigned
bid
;
in lookup_group()
local
65
for (
bid
= 0;
bid
< pc->num_blocks; ++
bid
, ++block) {
in lookup_group()
526
unsigned
bid
, num_queries = 0;
in r600_get_perfcounter_info()
local
528
for (
bid
in r600_get_perfcounter_info()
[all...]
/third_party/mesa3d/src/amd/common/
H
A
D
ac_perfcounter.c
1031
unsigned
bid
;
in ac_lookup_counter()
local
1034
for (
bid
= 0;
bid
< pc->num_blocks; ++
bid
, ++block) {
in ac_lookup_counter()
1052
unsigned
bid
;
in ac_lookup_group()
local
1055
for (
bid
= 0;
bid
< pc->num_blocks; ++
bid
, ++block) {
in ac_lookup_group()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_perfcounter.c
640
unsigned
bid
, num_queries = 0;
in si_get_perfcounter_info()
local
642
for (
bid
= 0;
bid
< pc->base.num_blocks; ++
bid
) {
in si_get_perfcounter_info()
643
num_queries += pc->base.blocks[
bid
].b->selectors * pc->base.blocks[
bid
].num_groups;
in si_get_perfcounter_info()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H
A
D
HexagonShuffler.cpp
71
bool
bid
(unsigned B) {
in bid()
function in __anon24666::HexagonUnitAuction
72
// Exclude already auctioned slots from the
bid
.
in bid()
535
if (!AuctionCore.
bid
(I->Core.getUnits()))
in check()
566
if (!AuctionCore.
bid
(I->Core.getUnits()))
in check()
588
if (!AuctionCore.
bid
(I->Core.getUnits())) {
in check()
/third_party/python/Lib/
H
A
D
string.py
76
bid
= cls.braceidpattern or cls.idpattern
81
{{(?P<braced>{
bid
})}} | # delimiter and a braced identifier
Completed in 6 milliseconds