Home
last modified time | relevance | path

Searched refs:w32 (Results 1 – 25 of 35) sorted by relevance

12

/external/freetype/builds/windows/
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-dev.mk
/external/dng_sdk/source/
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 [i] *= s32; in Initialize()
[all …]
/external/u-boot/drivers/mtd/
Dcfi_flash.c378 cmd, cword.w32, in flash_write_cmd()
380 flash_write32(cword.w32, addr); in flash_write_cmd()
433 debug("is= %8.8x %8.8x\n", flash_read32(addr), cword.w32); in flash_isequal()
434 retval = (flash_read32(addr) == cword.w32); in flash_isequal()
477 retval = ((flash_read32(addr) & cword.w32) == cword.w32); in flash_isset()
738 cword->w32 = (cword->w32 >> 8) | l; in flash_add_byte()
740 cword->w32 = (cword->w32 << 8) | c; in flash_add_byte()
801 flag = ((flash_read32(dstaddr) & cword.w32) == cword.w32); in flash_write_cfiword()
848 flash_write32(cword.w32, dstaddr); in flash_write_cfiword()
1347 cword.w32 = 0; in write_buff()
[all …]
/external/boringssl/src/crypto/fipsmodule/sha/
Dsha1-altivec.c253 const vec_uint32_t w32 = sched_32_79(vw + 8, w28, w24, w16, w4, w0, k); in sha1_block_data_order() local
259 const vec_uint32_t w36 = sched_32_79(vw + 9, w32, w28, w20, w8, w4, k); in sha1_block_data_order()
266 const vec_uint32_t w40 = sched_32_79(vw + 10, w36, w32, w24, w12, w8, k); in sha1_block_data_order()
278 const vec_uint32_t w48 = sched_32_79(vw + 12, w44, w40, w32, w20, w16, k); in sha1_block_data_order()
297 const vec_uint32_t w60 = sched_32_79(vw + 15, w56, w52, w44, w32, w28, k); in sha1_block_data_order()
303 const vec_uint32_t w64 = sched_32_79(vw + 16, w60, w56, w48, w36, w32, k); in sha1_block_data_order()
/external/nos/host/android/manual_tests/
Dtest_citadel.c337 struct nugget_app_write32 w32; in write32() local
341 w32.address = address; in write32()
342 w32.value = value; in write32()
343 buflen = sizeof(w32); in write32()
344 memcpy(buf, &w32, buflen); in write32()
/external/nos/host/android/citadel/validation/
Dcitadel_validation_tool.cpp87 nugget_app_write32* w32 = reinterpret_cast<nugget_app_write32*>(buffer.data()); in WriteRegister() local
88 w32->address = address; in WriteRegister()
89 w32->value = value; in WriteRegister()
/external/curl/lib/
DMakefile.m32110 ARCH = w32
/external/curl/docs/examples/
DMakefile.m32116 ARCH = w32
/external/libvpx/libvpx/vpx_dsp/x86/
Dvpx_convolve_copy_sse2.asm46 je .w32
111 .w32: label
/external/grpc-grpc/
DRakefile102 w32 = { cross: 'i686-w64-mingw32', out: 'grpc_c.32.ruby' }
104 [ w64, w32 ].each do |opt|
/external/curl/src/
DMakefile.m32122 ARCH = w32
/external/u-boot/include/mtd/
Dcfi_flash.h110 u32 w32; member
/external/libaom/libaom/aom_dsp/x86/
Daom_convolve_copy_sse2.asm51 je .w32
185 .w32: label
/external/libpng/contrib/gregbook/
DREADME29 Makefile.w32 Windows (MSVC) makefile
117 Copy Makefile.w32 to Makefile and edit the PNGPATH and ZPATH variables
/external/libaom/libaom/aom_dsp/
Dfft_common.h623 const T_VEC w32[2] = { add(w20[0], mul(kWeight2, add(w28[0], w28[1]))), \
667 add(w32[0], add(mul(kWeight3, w56[0]), mul(kWeight4, w56[1])))); \
681 add(w32[0], sub(sub(kWeight0, mul(kWeight3, w56[0])), \
742 const T_VEC w32[2] = { add(i8, i8), sub(i24, i24) }; \
744 const T_VEC w34[2] = { add(w30, w32[0]), w32[1] }; \
745 const T_VEC w35[2] = { sub(w30, w32[0]), sub(kWeight0, w32[1]) }; \
/external/zlib/src/old/os2/
DMakefile.os256 contrib/untgz/Makefile contrib/untgz/*.c contrib/untgz/*.w32
/external/freetype/docs/
DINSTALL.GNU58 configuration rules .\builds\windows\w32-gcc.mk
/external/grpc-grpc/templates/
Dpackage.xml.template32 <file baseinstalldir="/" name="config.w32" role="src" />
/external/freetype/
DChangeLog.221103 builds/win32/w32-dev.mk (TOP_DIR): Removed. Defined elsewhere.
1184 builds/win32/w32-bccd.mk, builds/win32/w32-dev.mk: Don't define
2104 builds/win32/w32-bcc.mk, builds/win32/w32-gcc.mk,
2105 builds/win32/w32-icc.mk, builds/win32/w32-icc.mk,
2106 builds/win32/w32-mingw32.mk, builds/win32/w32-vcc,
2107 builds/win32/w32-wat.mk (EXPORTS_LIST, EXPORT_OPTIONS,
DChangeLog.202377 * builds/win32/detect.mk, builds/win32/w32-bccd.mk,
2378 builds/win32/w32-dev.mk: Changed the developer build targets to
2403 builds/compiler/bcc.mk, builds/win32/w32-bcc.mk,
2404 builds/win32/w32-bccd.mk: Revised.
2429 builds/win32/w32-bcc.mk, builds/win32/w32-bccd.mk,
/external/libexif/m4m/
Dgp-check-library.m482 *w32*) soext=".dll" ;;
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi53 * ltcf-c.sh: properly escape cygwin/w32 path
/external/libffi/
DChangeLog.libffi53 * ltcf-c.sh: properly escape cygwin/w32 path
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D444d6b907707f54aba64b4835621d4b8.00007436.honggfuzz.cov174 �Ӄ�Peṧ�`%fs����L�*6���w32��
D1941bf4fa391ce6c9f3a24ea7dc87744.00007436.honggfuzz.cov174 �Ӄ�Peṧ�`%fs����L�*6���w32��

12