Home
last modified time | relevance | path

Searched refs:w32 (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/builds/windows/
H A Ddetect.mk91 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 Dmbsrtowcs.c42 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 Ddng_resample.cpp223 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 Dprepare_libffi.bat107 if "%BUILD_ARM32%"=="1" call :BuildOne x86_arm i686-pc-cygwin arm-w32-cygwin
147 set ARTIFACTS=%LIBFFI_SOURCE%\arm-w32-cygwin

Completed in 2 milliseconds