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:ntfy
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_query.c
41
volatile void *
ntfy
= NULL;
in nv30_ntfy()
local
44
ntfy
= (char *)notify->map + query->offset + qo->hw->start;
in nv30_ntfy()
46
return
ntfy
;
in nv30_ntfy()
54
volatile uint32_t *
ntfy
= nv30_ntfy(screen, qo);
in nv30_query_object_del()
local
55
while (
ntfy
[3] & 0xff000000) {
in nv30_query_object_del()
67
volatile uint32_t *
ntfy
;
in nv30_query_object_new()
local
82
ntfy
= nv30_ntfy(screen, qo);
in nv30_query_object_new()
83
ntfy
[0] = 0x00000000;
in nv30_query_object_new()
84
ntfy
[1] = 0x00000000;
in nv30_query_object_new()
85
ntfy
[
in nv30_query_object_new()
[all...]
H
A
D
nv30_screen.c
562
nouveau_object_del(&screen->
ntfy
);
in nv30_screen_destroy()
701
&screen->
ntfy
);
in nv30_screen_create()
747
PUSH_DATA (push, screen->
ntfy
->handle);
in nv30_screen_create()
819
PUSH_DATA (push, screen->
ntfy
->handle);
in nv30_screen_create()
829
PUSH_DATA (push, screen->
ntfy
->handle);
in nv30_screen_create()
844
PUSH_DATA (push, screen->
ntfy
->handle);
in nv30_screen_create()
859
PUSH_DATA (push, screen->
ntfy
->handle);
in nv30_screen_create()
H
A
D
nv30_screen.h
25
struct nouveau_object *
ntfy
;
member
/third_party/libdrm/nouveau/
H
A
D
abi16.c
150
struct nv04_notify *
ntfy
= obj->data;
in abi16_ntfy()
local
153
.handle =
ntfy
->object->handle,
in abi16_ntfy()
154
.size =
ntfy
->length,
in abi16_ntfy()
163
ntfy
->offset = req.offset;
in abi16_ntfy()
164
ntfy
->object->length = sizeof(*
ntfy
);
in abi16_ntfy()
Completed in 3 milliseconds