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:num_insts
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/regex/src/
H
A
D
pikevm.rs
347
fn resize(&mut self,
num_insts
: usize, ncaps: usize) {
in resize()
348
if
num_insts
== self.set.capacity() {
in resize()
352
self.set = SparseSet::new(
num_insts
);
in resize()
353
self.caps = vec![None; self.slots_per_thread *
num_insts
];
in resize()
H
A
D
backtrack.rs
31
pub fn should_exec(
num_insts
: usize, text_len: usize) -> bool {
in should_exec()
38
let size = ((
num_insts
* (text_len + 1) + BIT_SIZE - 1) / BIT_SIZE) * 4;
in should_exec()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H
A
D
radeon_compiler.h
150
unsigned
num_insts
;
member
H
A
D
radeon_compiler.c
403
s->
num_insts
++;
in rc_get_stats()
422
s.
num_insts
, s.num_rgb_insts, s.num_alpha_insts, s.num_pred_insts,
in print_stats()
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_fs.cpp
6507
int
num_insts
= cfg->last_block()->end_ip + 1;
6508
fs_inst **inst_arr = ralloc_array(mem_ctx, fs_inst *,
num_insts
);
6515
assert(ip ==
num_insts
);
6532
assert(ip ==
num_insts
);
Completed in 11 milliseconds