HomeSort by relevance Sort by last modified time
    Searched refs:x86 (Results 251 - 275 of 3377) sorted by null

<<11121314151617181920>>

  /external/python/cpython2/Modules/_ctypes/libffi/
Makefile.am 38 src/x86/darwin64.S src/x86/ffi.c src/x86/sysv.S \
39 src/x86/win32.S src/x86/darwin.S src/x86/win64.S \
40 src/x86/freebsd.S src/x86/ffi64.c src/x86/unix64.S \
41 src/x86/ffitarget.h src/pa/ffitarget.h src/pa/ffi.c
    [all...]
  /build/kati/
ninja_test.go 118 in: `mkdir -p out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/ && echo "host C++: llvm-rs-cc <= frameworks/compile/slang/llvm-rs-cc.cpp" && prebuilts/clang/linux-x86/host/3.6/bin/clang++ -I external/llvm -I external/llvm/include -I external/llvm/host/include -I external/clang/include -I external/clang/lib/CodeGen -I frameworks/compile/libbcc/include -I out/host/linux-x86/gen/EXECUTABLES/llvm-rs-cc_intermediates/include -I external/libcxx/include -I frameworks/compile/slang -I out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates -I out/host/linux-x86/gen/EXECUTABLES/llvm-rs-cc_intermediates -I libnativehelper/include/nativehelper $(cat out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/import_includes) -isystem system/core/include -isystem hardware/libhardware/include -isystem hardware/libhardware_legacy/include -isystem hardware/ril/include -isystem libnativehelper/include -isystem frameworks/native/include -isystem frameworks/native/opengl/include -isystem frameworks/av/include -isystem frameworks/base/include -isystem tools/include -isystem out/host/linux-x86/obj/include -c -fno-exceptions -Wno-multichar -m64 -Wa,--noexecstack -fPIC -no-canonical-prefixes -include build/core/combo/include/arch/linux-x86/AndroidConfig.h -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -D__STDC_FORMAT_MACROS -D__STDC_CONSTANT_MACROS -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith -O2 -g -fno-strict-aliasing -DNDEBUG -UDEBUG -D__compiler_offsetof=__builtin_offsetof -Werror=int-conversion -Wno-unused-command-line-argument --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/ --gcc-toolchain=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/ --sysroot=prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8 (…)
    [all...]
  /external/boringssl/src/crypto/obj/
obj_test.cc 31 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b,
55 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x12, 0x04, 0x01, 0x84, 0xb7, 0x09, 0x02,
133 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x01, 0x0b,
145 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x12, 0x04, 0x01, 0x84, 0xb7, 0x09, 0x00,
184 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x12, 0x04, 0x01, 0x84, 0xb7, 0x09
    [all...]
  /device/generic/x86/
mini_x86.mk 18 PRODUCT_DEVICE := x86
20 PRODUCT_MODEL := Mini for x86
23 DEVICE_PACKAGE_OVERLAYS := device/generic/x86/overlay
  /external/libedit/
Android.mk 3 ifeq ($(HOST_ARCH),x86) # only build on x86 hosts
37 endif # only build on x86 hosts
  /external/libopus/
celt_headers.mk 27 celt/x86/celt_lpc_sse.h \
51 celt/x86/pitch_sse.h \
52 celt/x86/x86cpu.h
silk_headers.mk 9 silk/x86/main_sse.h \
24 silk/x86/SigProc_FIX_sse.h \
silk_sources.mk 79 SILK_SOURCES_SSE4_1 = silk/x86/NSQ_sse.c \
80 silk/x86/NSQ_del_dec_sse.c \
81 silk/x86/x86_silk_map.c \
82 silk/x86/VAD_sse.c \
83 silk/x86/VQ_WMat_EC_sse.c
116 SILK_SOURCES_FIXED_SSE4_1 = silk/fixed/x86/vector_ops_FIX_sse.c \
117 silk/fixed/x86/burg_modified_FIX_sse.c \
118 silk/fixed/x86/prefilter_FIX_sse.c
  /prebuilts/misc/windows/sdl2/test/
gcc-fat.sh 5 # Usage: ./configure CC="sh gcc-fat.sh" && make && rm -rf ppc x86
87 dir=x86/`dirname $output`
96 if test -f "x86/$1" && test "$1" != "$output"; then
97 x86_args="$x86_args x86/$1"
105 cp $output x86/$output
109 lipo -create -o $output ppc/$output x86/$output
  /external/libvpx/libvpx/vp9/
vp9cx.mk 103 VP9_CX_SRCS-$(HAVE_SSE4_1) += encoder/x86/temporal_filter_sse4.c
105 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_quantize_sse2.c
106 VP9_CX_SRCS-$(HAVE_AVX) += encoder/x86/vp9_diamond_search_sad_avx.c
108 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_highbd_block_error_intrin_sse2.c
111 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_sse2.asm
112 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_error_sse2.asm
115 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_quantize_ssse3_x86_64.asm
118 VP9_CX_SRCS-$(HAVE_SSE2) += encoder/x86/vp9_dct_intrin_sse2.c
119 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_dct_ssse3.c
120 VP9_CX_SRCS-$(HAVE_SSSE3) += encoder/x86/vp9_frame_scale_ssse3.
    [all...]
  /external/python/cpython2/Tools/nuget/
build.bat 14 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
32 call "%PCBUILD%env.bat" x86
41 msbuild "%D%make_pkg.proj" /p:Configuration=Release /p:Platform=x86 %OUTPUT% %PACKAGES%
57 echo build.bat [-x86] [-x64] [--out DIR] [-r] [-h]
59 echo -x86 Build x86 installers
  /system/bt/btif/test/
btif_storage_test.cc 26 const uint8_t u1[] = {0xe3, 0x9c, 0x62, 0x85, 0x86, 0x7f, 0x4b, 0x1d,
48 const uint8_t u1[] = {0xe3, 0x9c, 0x62, 0x85, 0x86, 0x7f, 0x4b, 0x1d,
50 const uint8_t u2[] = {0xe3, 0x9c, 0x62, 0x85, 0x86, 0x7f, 0x4b, 0x1d,
  /bionic/libc/kernel/uapi/linux/
i8k.h 29 #define I8K_GET_FAN _IOWR('i', 0x86, size_t)
  /bionic/tools/versioner/src/
Arch.h 31 x86, member in class:Arch
126 Arch::x86,
135 { Arch::x86, "i686-linux-android" },
146 { Arch::x86, 9 },
  /development/ndk/platforms/android-21/include/linux/
i8k.h 31 #define I8K_GET_FAN _IOWR('i', 0x86, size_t)
  /device/generic/x86_64/
BoardConfig.mk 13 TARGET_2ND_CPU_ABI := x86
14 TARGET_2ND_ARCH := x86
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/VgaMiniPort/
VgaMiniPort.h 28 0xc7735a2f, 0x88f5, 0x4882, {0xae, 0x63, 0xfa, 0xac, 0x8c, 0x8b, 0x86, 0xb3} \
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/
VgaMiniPort.h 23 0xc7735a2f, 0x88f5, 0x4882, {0xae, 0x63, 0xfa, 0xac, 0x8c, 0x8b, 0x86, 0xb3 } \
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
BootLogo.h 22 0xcdea2bd3, 0xfc25, 0x4c1c, { 0xb9, 0x7c, 0xb3, 0x11, 0x86, 0x6, 0x49, 0x90 } \
  /external/clang/test/PCH/
designated-init.c.h 16 [0x86] = (void *[256]) { // 14
  /external/kernel-headers/original/uapi/linux/
i8k.h 29 #define I8K_GET_FAN _IOWR('i', 0x86, size_t)
  /external/llvm/test/MC/AsmParser/
comments-x86-darwin.s 2 # ensure that single '#' comments are worink as expected on x86 darwin
  /external/python/cpython2/PC/VC6/
_ssl.mak 4 TEMP_DIR=x86-temp-debug/_ssl
9 TEMP_DIR=x86-temp-release/_ssl
  /external/swiftshader/third_party/LLVM/examples/
Makefile 20 ifeq ($(ARCH),x86)
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
drv0.h 10 { 0xe4dcafd0, 0x586c, 0x4b3d, {0x86, 0xe7, 0x28, 0xde, 0x7f, 0xcc, 0x04, 0xb8} }

Completed in 1007 milliseconds

<<11121314151617181920>>