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:w32
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/freetype/builds/windows/
H
A
D
detect.mk
91
CONFIG_FILE :=
w32
-gcc.mk
119
CONFIG_FILE :=
w32
-vcc.mk
128
CONFIG_FILE :=
w32
-intl.mk
137
CONFIG_FILE :=
w32
-wat.mk
146
CONFIG_FILE :=
w32
-icc.mk
155
CONFIG_FILE :=
w32
-lcc.mk
164
CONFIG_FILE :=
w32
-mingw32.mk
173
CONFIG_FILE :=
w32
-bcc.mk
182
CONFIG_FILE :=
w32
-bccd.mk
191
CONFIG_FILE :=
w32
[all...]
/third_party/musl/src/multibyte/
H
A
D
mbsrtowcs.c
42
typedef uint32_t __attribute__((__may_alias__))
w32
;
in mbsrtowcs()
typedef
44
while (!(( *(
w32
*)s | *(
w32
*)s-0x01010101) & 0x80808080)) {
in mbsrtowcs()
76
typedef uint32_t __attribute__((__may_alias__))
w32
;
in mbsrtowcs()
typedef
78
while (wn>=5 && !(( *(
w32
*)s | *(
w32
*)s-0x01010101) & 0x80808080)) {
in mbsrtowcs()
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_resample.cpp
223
real32 *
w32
= fWeights32->Buffer_real32 () + fWeightStep * sample;
in Initialize()
local
238
w32
[j] = (real32) kernel.Evaluate (x);
in Initialize()
240
t32 +=
w32
[j];
in Initialize()
251
w32
[j] *= s32;
in Initialize()
268
w16 [j] = (int16) Round_int32 (
w32
[j] * 16384.0);
in Initialize()
382
real32 *
w32
= (real32 *) Weights32 (dng_point ((int32) y,
in Initialize()
local
414
w32
[index] = (real32) kernel.Evaluate (r);
in Initialize()
420
w32
[index] = (real32) kernel.Evaluate (xPos) *
in Initialize()
425
t32 +=
w32
[index];
in Initialize()
440
w32
[
in Initialize()
[all...]
/third_party/python/PCbuild/
H
A
D
prepare_libffi.bat
107
if "%BUILD_ARM32%"=="1" call :BuildOne x86_arm i686-pc-cygwin arm-
w32
-cygwin
147
set ARTIFACTS=%LIBFFI_SOURCE%\arm-
w32
-cygwin
Completed in 3 milliseconds