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:fK
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/include/utils/
H
A
D
SkRandom.h
27
SkRandom(const SkRandom& rand) :
fK
(rand.
fK
), fJ(rand.fJ) {}
in SkRandom()
30
fK
= rand.
fK
;
in operator =()
39
fK
= kKMul*(
fK
& 0xffff) + (
fK
>> 16);
in nextU()
41
return (((
fK
<< 16) | (
fK
>> 16)) + fJ);
in nextU()
131
fK
in init()
165
uint32_t
fK
;
global()
member in SkRandom
[all...]
/third_party/skia/src/effects/imagefilters/
H
A
D
SkArithmeticImageFilter.cpp
37
,
fK
{k1, k2, k3, k4}
in SkArithmeticImageFilter()
63
bool onAffectsTransparentBlack() const override { return !SkScalarNearlyZero(
fK
[3]); }
65
SkV4
fK
;
member in __anon18749::final
126
buffer.writeScalar(
fK
[i]);
in flatten()
268
if (!SkScalarNearlyZero(
fK
[3])) {
in onFilterBounds()
274
if (!SkScalarNearlyZero(
fK
[1]) && !SkScalarNearlyZero(
fK
[2])) {
in onFilterBounds()
281
if (!SkScalarNearlyZero(
fK
[1])) {
in onFilterBounds()
287
if (!SkScalarNearlyZero(
fK
[2])) {
in onFilterBounds()
294
if (!SkScalarNearlyZero(
fK
[
in onFilterBounds()
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H
A
D
x86asm.pl
298
for (@ARGV) { $pic=1 if (/\-[
fK
]PIC/i); }
/third_party/openssl/crypto/perlasm/
H
A
D
x86asm.pl
298
for (@ARGV) { $pic=1 if (/\-[
fK
]PIC/i); }
Completed in 2 milliseconds