HomeSort by relevance Sort by last modified time
    Searched full:machine (Results 826 - 850 of 6288) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
endian.h 29 * has to be dealt with in the specific machine/endian.h file for that port.
32 * machine/endian.h after setting _BYTE_ORDER to either 1234 for little endian
40 #include <machine/_types.h>
181 /* Can be overridden by machine/endian.h before inclusion of this file. */
220 /* Can be overridden by machine/endian.h before inclusion of this file. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 39 # Look for a machine, default, or macdef top-level keyword
50 elif tt == 'machine':
69 # We're looking at start of an entry for a named machine or default.
76 tt in {'', 'machine', 'default', 'macdef'}):
110 rep = rep + "machine "+ host + "\n\tlogin " + repr(attrs[0]) + "\n"
_osx_support.py 275 # on the current machine it is better to not use an SDK
423 def get_platform_osx(_config_vars, osname, release, machine):
430 # machine is going to compile and link as if it were
442 # return the same machine type for the platform string.
452 machine = 'fat'
458 machine = archs[0]
460 machine = 'fat'
462 machine = 'intel'
464 machine = 'fat3'
466 machine = 'fat64
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 39 # Look for a machine, default, or macdef top-level keyword
50 elif tt == 'machine':
69 # We're looking at start of an entry for a named machine or default.
76 tt in {'', 'machine', 'default', 'macdef'}):
110 rep = rep + "machine "+ host + "\n\tlogin " + repr(attrs[0]) + "\n"
_osx_support.py 275 # on the current machine it is better to not use an SDK
423 def get_platform_osx(_config_vars, osname, release, machine):
430 # machine is going to compile and link as if it were
442 # return the same machine type for the platform string.
452 machine = 'fat'
458 machine = archs[0]
460 machine = 'fat'
462 machine = 'intel'
464 machine = 'fat3'
466 machine = 'fat64
    [all...]
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 110 # Tell tools which machine to compile for
111 env['TARGET_ARCH'] = env['machine']
112 env['MSVS_ARCH'] = env['machine']
146 if env['msvc'] and env['toolchain'] == 'default' and env['machine'] == 'x86_64':
151 machine = env['machine']
153 x86 = env['machine'] == 'x86'
154 ppc = env['machine'] == 'ppc'
165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))
177 if machine == 'x86_64' and host_machine != 'x86_64'
    [all...]
  /external/mesa3d/scons/
gallium.py 110 # Tell tools which machine to compile for
111 env['TARGET_ARCH'] = env['machine']
112 env['MSVS_ARCH'] = env['machine']
146 if env['msvc'] and env['toolchain'] == 'default' and env['machine'] == 'x86_64':
151 machine = env['machine']
153 x86 = env['machine'] == 'x86'
154 ppc = env['machine'] == 'ppc'
165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))
177 if machine == 'x86_64' and host_machine != 'x86_64'
    [all...]
  /bionic/libc/arch-arm/bionic/
_setjmp.S 37 #include <machine/asm.h>
38 #include <machine/setjmp.h>
39 #include <machine/cpu-features.h>
setjmp.S 37 #include <machine/asm.h>
38 #include <machine/setjmp.h>
39 #include <machine/cpu-features.h>
  /external/chromium/net/socket/
tcp_client_socket_win.h 66 // State machine for connecting the socket.
75 // State machine used by Connect().
127 // The next state for the Connect() state machine.
  /external/chromium_org/chrome/browser/performance_monitor/
metric.cc 23 // catch *all* erroneous values. For instance, on a one-CPU machine, any CPU
24 // usage > 100 is erroneous, but on a 16-CPU machine, it's perfectly normal.
31 const double kMaxCpuUsage = 100000.0; // 100% on a 1000-CPU machine.
  /external/chromium_org/third_party/mesa/src/docs/
README.MITS 26 An SMP capable machine running Linux 2.x
27 libpthread installed on your machine.
59 your machine and the particular application you are running.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state.h 83 struct tgsi_exec_machine *machine,
87 struct tgsi_exec_machine *machine,
92 struct tgsi_exec_machine *machine);
  /external/clang/test/Sema/
attr-mode.c 18 typedef int invalid_3 __attribute((mode(II))); // expected-error{{unknown machine mode}}
20 typedef float invalid_5 __attribute((mode(SI))); // expected-error{{type of machine mode does not match type of base type}}
61 typedef float f128ibm __attribute__ ((mode (TF))); // expected-error{{unsupported machine mode 'TF'}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
BuildMachineManager.java 31 * This class finds an available build machine by reading a registry of build
43 // createKey is written to the registry with the machine name that is
93 // build machine.
  /external/elfutils/libebl/
libeblP.h 61 /* Machine name. */
67 /* ELF machine, class, and data encoding. */
68 uint_fast16_t machine; member in struct:ebl
  /external/llvm/include/llvm/MC/
MCInstrInfo.h 10 // This file describes the target machine instruction set.
24 /// MCInstrInfo - Interface to description of machine instruction set
45 /// get - Return the machine instruction descriptor that corresponds to the

Completed in 766 milliseconds

<<31323334353637383940>>