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:free_slot
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_link.c
47
unsigned i,
free_slot
;
in svga_link_shaders()
local
66
free_slot
= outshader_info->num_outputs + 1;
in svga_link_shaders()
99
/* make sure
free_slot
includes this extra output */
in svga_link_shaders()
100
free_slot
= MAX2(
free_slot
, linkage->input_map[i] + 1);
in svga_link_shaders()
119
unsigned j =
free_slot
++;
in svga_link_shaders()
124
linkage->input_map_max =
free_slot
- 1;
in svga_link_shaders()
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
doio.c
4273
struct fd_cache *
free_slot
, *oldest_slot, *cp;
in alloc_fdcache()
local
4302
free_slot
= NULL;
in alloc_fdcache()
4308
* oldest fd slot in the cache, and
free_slot
will point to an
in alloc_fdcache()
4324
if (
free_slot
== NULL) {
in alloc_fdcache()
4325
free_slot
= cp;
in alloc_fdcache()
4358
free_slot
= oldest_slot;
in alloc_fdcache()
4373
* If we get here, fd is our open descriptor. If
free_slot
is NULL,
in alloc_fdcache()
4374
* we need to grow the cache, otherwise
free_slot
is the slot that
in alloc_fdcache()
4378
if (
free_slot
== NULL) {
in alloc_fdcache()
4397
free_slot
in alloc_fdcache()
[all...]
/third_party/node/deps/v8/src/maglev/
H
A
D
maglev-regalloc.cc
654
uint32_t
free_slot
= top_of_stack_++;
in AllocateSpillSlot()
local
658
free_slot
));
in AllocateSpillSlot()
Completed in 7 milliseconds