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:pcli
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libdrm/nouveau/
H
A
D
private.h
48
struct nouveau_client_priv *
pcli
= nouveau_client(client);
in cli_kref_get()
local
50
if (
pcli
->kref_nr > bo->handle)
in cli_kref_get()
51
kref =
pcli
->kref[bo->handle].kref;
in cli_kref_get()
58
struct nouveau_client_priv *
pcli
= nouveau_client(client);
in cli_push_get()
local
60
if (
pcli
->kref_nr > bo->handle)
in cli_push_get()
61
push =
pcli
->kref[bo->handle].push;
in cli_push_get()
70
struct nouveau_client_priv *
pcli
= nouveau_client(client);
in cli_kref_set()
local
71
if (
pcli
->kref_nr <= bo->handle) {
in cli_kref_set()
72
pcli
->kref = realloc(
pcli
in cli_kref_set()
[all...]
H
A
D
nouveau.c
553
struct nouveau_client_priv *
pcli
;
in nouveau_client_new()
local
573
pcli
= calloc(1, sizeof(*
pcli
));
in nouveau_client_new()
574
if (
pcli
) {
in nouveau_client_new()
576
pcli
->base.device = dev;
in nouveau_client_new()
577
pcli
->base.id = (i * 32) + id;
in nouveau_client_new()
581
*pclient = &
pcli
->base;
in nouveau_client_new()
591
struct nouveau_client_priv *
pcli
= nouveau_client(*pclient);
in nouveau_client_del()
local
593
if (
pcli
) {
in nouveau_client_del()
594
int id =
pcli
in nouveau_client_del()
[all...]
Completed in 2 milliseconds