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:pm0
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_process.c
272
struct usb_proc_msg *
pm0
= _pm0;
in usb_proc_msignal()
local
286
if (
pm0
->pm_qentry.tqe_prev) {
in usb_proc_msignal()
294
* No entries are queued. Queue "
pm0
" and use the existing
in usb_proc_msignal()
297
pm2 =
pm0
;
in usb_proc_msignal()
300
if (
pm0
->pm_num == up->up_msg_num) {
in usb_proc_msignal()
309
pm2 =
pm0
;
in usb_proc_msignal()
315
d = (pm1->pm_num -
pm0
->pm_num);
in usb_proc_msignal()
319
pm2 =
pm0
;
in usb_proc_msignal()
380
struct usb_proc_msg *
pm0
= _pm0;
in usb_proc_mwait()
local
393
if (
pm0
in usb_proc_mwait()
[all...]
H
A
D
usb_process.h
77
void usb_proc_mwait(struct usb_process *up, void *
pm0
, void *pm1);
79
void *usb_proc_msignal(struct usb_process *up, void *
pm0
, void *pm1);
/third_party/skia/tools/
H
A
D
ToolUtils.cpp
455
SkPixmap
pm0
, pm1;
in equal_pixels()
local
456
return bm0.peekPixels(&
pm0
) && bm1.peekPixels(&pm1) && equal_pixels(
pm0
, pm1);
in equal_pixels()
464
SkPixmap
pm0
, pm1;
in equal_pixels()
local
465
return imga->peekPixels(&
pm0
) && imgb->peekPixels(&pm1) && equal_pixels(
pm0
, pm1);
in equal_pixels()
Completed in 3 milliseconds