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:usp
(Results
1 - 9
of
9
) sorted by relevance
/third_party/backends/backend/
H
A
D
u12-shading.c
190
cp.red.
usp
= dev->bufs.b1.pShadingRam + _SHADING_BEGINX;
in u12shadingAdjustShadingWaveform()
191
cp.green.
usp
= cp.red.
usp
+ dev->regs.RD_Pixels;
in u12shadingAdjustShadingWaveform()
192
cp.blue.
usp
= cp.green.
usp
+ dev->regs.RD_Pixels;
in u12shadingAdjustShadingWaveform()
199
wR = *cp.red.
usp
;
in u12shadingAdjustShadingWaveform()
200
wG = *cp.green.
usp
;
in u12shadingAdjustShadingWaveform()
201
wB = *cp.blue.
usp
;
in u12shadingAdjustShadingWaveform()
222
wR = *cp.red.
usp
++;
in u12shadingAdjustShadingWaveform()
223
wG = *cp.green.
usp
in u12shadingAdjustShadingWaveform()
[all...]
H
A
D
plustek-pp_dac.c
2007
cp.red.
usp
= ps->Bufs.b1.pShadingRam + _SHADING_BEGINX;
in dacP98003AdjustShadingWaveform()
2008
cp.green.
usp
= cp.red.
usp
+ ps->AsicReg.RD_Pixels;
in dacP98003AdjustShadingWaveform()
2009
cp.blue.
usp
= cp.green.
usp
+ ps->AsicReg.RD_Pixels;
in dacP98003AdjustShadingWaveform()
2016
wR = *cp.red.
usp
;
in dacP98003AdjustShadingWaveform()
2017
wG = *cp.green.
usp
;
in dacP98003AdjustShadingWaveform()
2018
wB = *cp.blue.
usp
;
in dacP98003AdjustShadingWaveform()
2040
wR = *cp.red.
usp
++;
in dacP98003AdjustShadingWaveform()
2041
wG = *cp.green.
usp
in dacP98003AdjustShadingWaveform()
[all...]
H
A
D
plustek-pp_types.h
148
pUShort
usp
;
member
153
pUShort
usp
;
member
158
pUShort
usp
;
member
H
A
D
u12-scanner.h
126
u_short *
usp
;
member
131
u_short *
usp
;
member
136
u_short *
usp
;
member
/third_party/icu/icu4c/source/tools/gendict/
H
A
D
gendict.cpp
405
UnicodeString
usp
;
in main()
411
dict.serializeUChars(
usp
, status);
in main()
412
outDataSize =
usp
.length() * U_SIZEOF_UCHAR;
in main()
413
outData =
usp
.getBuffer();
in main()
/third_party/skia/third_party/externals/icu/source/tools/gendict/
H
A
D
gendict.cpp
405
UnicodeString
usp
;
in main()
411
dict.serializeUChars(
usp
, status);
in main()
412
outDataSize =
usp
.length() * U_SIZEOF_UCHAR;
in main()
413
outData =
usp
.getBuffer();
in main()
/third_party/musl/arch/m68k/bits/
H
A
D
user.h
11
long d0,
usp
, orig_d0;
member
/third_party/elfutils/backends/
H
A
D
m68k_initreg.c
69
dwarf_regs[15] = user_regs.
usp
;
in m68k_set_initial_registers_tid()
H
A
D
csky_initreg.c
64
dwarf_regs[14] = user_regs.
usp
;
in csky_set_initial_registers_tid()
Completed in 6 milliseconds