HomeSort by relevance Sort by last modified time
    Searched full:w32 (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/libmicrohttpd/
Makefile.am 5 w32/VS2013/libmicrohttpd.sln w32/VS2013/libmicrohttpd.vcxproj w32/VS2013/libmicrohttpd.vcxproj.filters \
6 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
7 w32/VS2013/gen_dll_res.ps1 w32/VS2013/microhttpd_dll_res_vc.rc.in w32/VS2013/microhttpd_dll_res_vc.rc
AUTHORS 4 Nils Durner <durner@gnunet.org> (W32 port)
9 Evgeny Grin (Karlson2k) <k2k@narod.ru> (W32 port)
configure.ac 90 [AC_HELP_STRING([--with-threads=LIB],[choose threading library (posix, w32, auto) [auto]])],
92 test "x$with_threads" = "xwin32" && with_threads='w32'
98 # Simple check for W32 threads support
159 AC_CHECK_HEADERS([winsock2.h ws2tcpip.h],, AC_MSG_ERROR([[Winsock2 headers are required for W32]]))
200 # forced w32 threads
202 USE_THREADS='w32'
205 AC_MSG_ERROR([[W32 threads are not available. Try to configure --with-threads=auto]])
207 AC_MSG_ERROR([[W32 threads are not available]])
214 USE_THREADS='w32'
221 USE_THREADS='w32'
    [all...]
  /external/valgrind/VEX/priv/
host_generic_simd256.c 44 res->w32[0] = argL->w32[ argR->w32[0] & 7 ];
45 res->w32[1] = argL->w32[ argR->w32[1] & 7 ];
46 res->w32[2] = argL->w32[ argR->w32[2] & 7 ];
47 res->w32[3] = argL->w32[ argR->w32[3] & 7 ]
    [all...]
host_generic_simd128.c 136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]);
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]);
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]);
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3])
    [all...]
guest_arm64_helpers.c 1798 UInt w32 = vex_state->guest_QCFLAG[0] | vex_state->guest_QCFLAG[1] local
    [all...]
guest_generic_x87.c 649 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF );
650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF );
651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF );
652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF );
654 resV->w32[0] = intRes2 & 0xFFFF;
655 resV->w32[1] = 0;
656 resV->w32[2] = 0;
657 resV->w32[3] = 0;
673 resV->w32[0] = newECX;
674 resV->w32[1] = 0
    [all...]
  /external/llvm/test/MC/COFF/
relocation-imgrel.s 6 // RUN: llvm-mc -filetype=obj -triple i686-pc-win32 %s | llvm-readobj -r | FileCheck --check-prefix=W32 %s
17 // W32: Relocations [
18 // W32-NEXT: Section (1) .text {
19 // W32-NEXT: 0x3 IMAGE_REL_I386_DIR32NB foo
20 // W32-NEXT: 0xA IMAGE_REL_I386_DIR32NB foo
21 // W32-NEXT: }
22 // W32-NEXT: ]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
invalid_arith_mode.s 3 // All available modes: FU, IS, IU, T, TFU, S2RND, ISS2, IH, W32
7 R0.L = A0 (W32);
14 R0 = A0 (W32);
18 R0.H = R1.L * R2.H (W32);
26 R0 = R1.L * R2.H (W32);
39 R0.L = (A0 = R1.L * R2.H) (W32);
46 R0 = (A0 = R1.L * R2.H) (W32);
arithmetic.s 83 a0 -= a1 (w32);
93 A0 += A1 (w32);
128 a0 = r5.l * R7.H (w32);
137 A1 = R7.H * R6.L (M, W32);
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cmSimd.h 522 uint32_t w32[2]; member in union:llreg_u
528 __ASM volatile ("smlald %0, %1, %2, %3" : "=r" (llr.w32[0]), "=r" (llr.w32[1]): "r" (op1), "r" (op2) , "0" (llr.w32[0]), "1" (llr.w32[1]) );
530 __ASM volatile ("smlald %0, %1, %2, %3" : "=r" (llr.w32[1]), "=r" (llr.w32[0]): "r" (op1), "r" (op2) , "0" (llr.w32[1]), "1" (llr.w32[0]) );
539 uint32_t w32[2] member in union:llreg_u
588 uint32_t w32[2]; member in union:llreg_u
605 uint32_t w32[2]; member in union:llreg_u
    [all...]
  /external/libmicrohttpd/src/include/
platform_interface.h 84 /* MHD_socket_close_(fd) close any FDs (non-W32) / close only socket FDs (W32) */
91 /* MHD_socket_errno_ is errno of last function (non-W32) / errno of last socket function (W32) */
98 /* MHD_socket_last_strerr_ is description string of last errno (non-W32) /
99 * description string of last socket error (W32) */
106 /* MHD_strerror_ is strerror (both non-W32/W32) */
113 /* MHD_set_socket_errno_ set errno to errnum (non-W32) / set socket last error to errnum (W32) */
    [all...]
w32functions.h 22 * @brief internal functions for W32 systems
29 #error w32functions.h is designed only for W32 systems
194 /* Emulate snprintf function on W32 */
  /external/libmicrohttpd/src/microhttpd/
microhttpd_dll_res.rc.in 0 /* W32 resources for .dll */
  /external/libmicrohttpd/w32/VS2013/
microhttpd_dll_res_vc.rc 0 /* W32 resources for .dll */
microhttpd_dll_res_vc.rc.in 0 /* W32 resources for .dll */
MHD_config.h 1 /* MHD_config.h for W32 */
39 /* define to use W32 threads */
43 /* MHD supports Windows XP and later W32 systems*/
  /toolchain/binutils/binutils-2.25/gas/doc/
h8.texi 19 @clear W32
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
window32_w32.c 41 * w32 = hi<<16 + lo<<1
48 /* Extract lower bytes, defined as (w32 - hi<<16)>>1 */
  /external/dng_sdk/source/
dng_resample.cpp 223 real32 *w32 = fWeights32->Buffer_real32 () + fWeightStep * sample; local
238 w32 [j] = (real32) kernel.Evaluate (x);
240 t32 += w32 [j];
251 w32 [j] *= s32;
268 w16 [j] = (int16) Round_int32 (w32 [j] * 16384.0);
382 real32 *w32 = (real32 *) Weights32 (dng_point ((int32) y, local
414 w32 [index] = (real32) kernel.Evaluate (r);
420 w32 [index] = (real32) kernel.Evaluate (xPos) *
425 t32 += w32 [index];
440 w32 [i] *= s32
    [all...]
  /external/boringssl/src/crypto/fipsmodule/sha/
sha1-altivec.c 253 const vec_uint32_t w32 = sched_32_79(vw + 8, w28, w24, w16, w4, w0, k); local
259 const vec_uint32_t w36 = sched_32_79(vw + 9, w32, w28, w20, w8, w4, k);
266 const vec_uint32_t w40 = sched_32_79(vw + 10, w36, w32, w24, w12, w8, k);
278 const vec_uint32_t w48 = sched_32_79(vw + 12, w44, w40, w32, w20, w16, k);
297 const vec_uint32_t w60 = sched_32_79(vw + 15, w56, w52, w44, w32, w28, k);
303 const vec_uint32_t w64 = sched_32_79(vw + 16, w60, w56, w48, w36, w32, k);
  /external/bison/lib/
fcntl.c 147 #endif /* W32 */
280 # else /* !W32 */
285 # endif /* !W32 */
  /prebuilts/go/darwin-x86/test/
zerodivide.go 36 u32, v32, w32 uint32 = 0, 0, 1 var
78 w32++
143 ErrorTest{"uint32 1/0", func() { use(w32 / v32) }, "divide"},
  /prebuilts/go/linux-x86/test/
zerodivide.go 36 u32, v32, w32 uint32 = 0, 0, 1 var
78 w32++
143 ErrorTest{"uint32 1/0", func() { use(w32 / v32) }, "divide"},
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_fd_types.h 101 This can cause runtime problems with W32 sockets"

Completed in 499 milliseconds

1 2 3 4 5