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:spp
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/glx/
H
A
D
clientattrib.c
74
__GLXattribute **
spp
= gc->attributes.stackPointer, *sp;
in __indirect_glPushClientAttrib()
local
76
if (
spp
< &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH]) {
in __indirect_glPushClientAttrib()
77
if (!(sp = *
spp
)) {
in __indirect_glPushClientAttrib()
83
*
spp
= sp;
in __indirect_glPushClientAttrib()
86
gc->attributes.stackPointer =
spp
+ 1;
in __indirect_glPushClientAttrib()
106
__GLXattribute **
spp
= gc->attributes.stackPointer, *sp;
in __indirect_glPopClientAttrib()
local
109
if (
spp
> &gc->attributes.stack[0]) {
in __indirect_glPopClientAttrib()
110
--
spp
;
in __indirect_glPopClientAttrib()
111
sp = *
spp
;
in __indirect_glPopClientAttrib()
114
gc->attributes.stackPointer =
spp
;
in __indirect_glPopClientAttrib()
[all...]
H
A
D
indirect_glx.c
52
__GLXattribute *sp, **
spp
;
in __glFreeAttributeState()
local
54
for (
spp
= &gc->attributes.stack[0];
in __glFreeAttributeState()
55
spp
< &gc->attributes.stack[__GL_CLIENT_ATTRIB_STACK_DEPTH];
spp
++) {
in __glFreeAttributeState()
56
sp = *
spp
;
in __glFreeAttributeState()
/third_party/typescript/tests/baselines/reference/
H
A
D
thisTypeAccessibility.js
7
protected static
spp
: number = 123;
22
protected static
spp
: number;
31
MyClass.
spp
= p;
40
MyClass.
spp
= p;
49
MyClass.
spp
= p;
60
MyGenericClass.
spp
= p;
73
MyClass.
spp
= 123;
87
MyClass.
spp
= p;
95
MyClass.
spp
= p;
103
MyClass.
spp
[all...]
/third_party/icu/tools/scripts/cpysearch/
H
A
D
Cpy.pm
103
cvsignore cnv res icu exe obj bin exp lib out plg jar
spp
stub policy ttf
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H
A
D
osu_client.c
28
const char *spp_xsd_fname = "
spp
.xsd";
2563
int
spp
;
in cmd_sub_rem()
local
2642
spp
= 0;
in cmd_sub_rem()
2644
spp
= 1;
in cmd_sub_rem()
2647
spp
= 1;
in cmd_sub_rem()
2691
if (
spp
)
in cmd_sub_rem()
2722
int
spp
;
in cmd_pol_upd()
local
2807
spp
= 0;
in cmd_pol_upd()
2809
spp
= 1;
in cmd_pol_upd()
2812
spp
in cmd_pol_upd()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H
A
D
osu_client.c
28
const char *spp_xsd_fname = "
spp
.xsd";
2565
int
spp
;
in cmd_sub_rem()
local
2644
spp
= 0;
in cmd_sub_rem()
2646
spp
= 1;
in cmd_sub_rem()
2649
spp
= 1;
in cmd_sub_rem()
2693
if (
spp
)
in cmd_sub_rem()
2724
int
spp
;
in cmd_pol_upd()
local
2809
spp
= 0;
in cmd_pol_upd()
2811
spp
= 1;
in cmd_pol_upd()
2814
spp
in cmd_pol_upd()
[all...]
/third_party/backends/backend/
H
A
D
hp3900_debug.c
565
SANE_Int
spp
= (colortype == CM_GRAY) ? 1 : 3;
in dbg_tiff_save()
local
577
TIFFSetField (image, TIFFTAG_SAMPLESPERPIXEL,
spp
);
in dbg_tiff_save()
/third_party/ffmpeg/libavfilter/
H
A
D
avf_showspectrum.c
786
float
spp
= samples / (float)sz;
in draw_legend()
local
865
float seconds = x *
spp
/ inlink->sample_rate;
in draw_legend()
922
float seconds = y *
spp
/ inlink->sample_rate;
in draw_legend()
/third_party/ffmpeg/tests/fate/
H
A
D
filter-video.mak
477
FATE_FILTER_VSYNTH1_MPEG4_QPRD-$(call FILTERDEMDEC, SPP, AVI, MPEG4) +=
spp
478
fate-filter-
spp
: CMD = framecrc -flags bitexact -export_side_data venc_params -idct simple -i $(TARGET_PATH)/tests/data/fate/vsynth1-mpeg4-qprd.avi -frames:v 5 -flags +bitexact -vf "
spp
=idct=simple:dct=int"
Completed in 18 milliseconds