/external/v8/test/unittests/compiler/ |
branch-elimination-unittest.cc | 24 MachineOperatorBuilder* machine() { return &machine_; } function in class:v8::internal::compiler::BranchEliminationTest 29 machine()); 146 Node* add = graph()->NewNode(machine()->Int32Add(), phi1, phi2);
|
js-context-relaxation-unittest.cc | 22 MachineOperatorBuilder machine(zone(), MachineType::PointerRepresentation(), 25 &machine); local 33 MachineOperatorBuilder machine(zone()); 35 &machine); local
|
js-type-feedback-unittest.cc | 11 #include "src/compiler/machine-operator.h" 42 MachineOperatorBuilder machine(zone()); 45 &machine); local 55 MachineOperatorBuilder machine(zone()); 57 &machine); local
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
rapidjson.h | 168 #define RAPIDJSON_LITTLEENDIAN 0 //!< Little endian machine
169 #define RAPIDJSON_BIGENDIAN 1 //!< Big endian machine
171 //! Endianness of the machine.
176 GCC 4.6 provided macro for detecting endianness of the target machine. But other
192 # error Unknown machine endianess detected. User needs to define RAPIDJSON_ENDIAN.
202 # error Unknown machine endianess detected. User needs to define RAPIDJSON_ENDIAN.
217 # error Unknown machine endianess detected. User needs to define RAPIDJSON_ENDIAN.
236 //! Data alignment of the machine.
|
/bionic/libc/arch-arm/generic/bionic/ |
strcpy.S | 32 #include <machine/cpu-features.h>
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
ldexp.c | 18 #include <machine/endian.h>
|
/external/compiler-rt/lib/builtins/ |
int_lib.h | 62 # include <machine/limits.h>
|
/external/google-breakpad/src/common/linux/ |
synth_elf.h | 96 ELF(uint16_t machine, // EM_386, etc
|
/external/libchrome/base/ |
sys_info_posix.cc | 132 std::string arch(info.machine);
|
/external/libmtp/src/ |
gphoto2-endian-intel.h | 11 #include <machine/byte_order.h> 24 /* format into a uint32_t usable on this machine, you could use: */
|
/external/skia/experimental/mojo/ |
generate.py | 40 system = (platform.machine(), platform.system())
|
/external/v8/src/compiler/ |
js-native-context-specialization.h | 94 MachineOperatorBuilder* machine() const;
|
machine-operator-reducer.h | 9 #include "src/compiler/machine-operator.h" 21 // machine operators. 88 MachineOperatorBuilder* machine() const;
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonLDBackend.h | 37 uint32_t machine() const; 55 /// dynamic - the dynamic section of the target machine. 59 /// dynamic - the dynamic section of the target machine.
|
/toolchain/binutils/binutils-2.25/binutils/ |
elfedit.c | 63 int class, machine, type, status, osabi; 100 machine = elf_header.e_machine; 103 if (input_elf_machine != -1 && machine != input_elf_machine) 107 file_name, machine, input_elf_machine); 550 /* Return EM_XXX for a machine string, MACH. */ 566 error (_("Unknown machine type: %s\n"), mach); 571 /* Return ELF class for a machine type, MACH. */ 585 error (_("Unknown machine type: %d\n"), mach); 640 --input-mach <machine> Set input machine type to <machine>\n 62 int class, machine, type, status, osabi; local [all...] |
/external/autotest/server/ |
autoserv | 86 """Get a list of machine names from command line arg -m or a file. 90 @return: A list of machine names from command line arg -m or the 109 for machine in machines: 110 if not machine or re.search('\s', machine): 111 parser.parser.error("Invalid machine: %s" % str(machine)) 265 def _start_servod(machine): 269 @param machine: Name of the dut used for test. 277 board = server_utils.get_board_from_afe(machine, afe [all...] |
/bionic/libc/arch-arm/krait/bionic/ |
memcpy_base.S | 30 #include <machine/cpu-features.h> 31 #include <machine/asm.h>
|
/external/autotest/tko/ |
display.py | 346 (owner, machine) = name.split('/', 1) 347 name = owner + '<br>' + machine
|
/external/dbus/dbus/ |
Android.mk | 74 -DDBUS_MACHINE_UUID_FILE=\"/etc/machine-id\" \
|
/external/harfbuzz_ng/src/ |
hb-buffer-deserialize-json.rl | 34 machine deserialize_json;
|
hb-buffer-deserialize-text.rl | 34 machine deserialize_text;
|
hb-ot-shape-complex-indic-machine.rl | 33 machine indic_syllable_machine;
|
hb-ot-shape-complex-myanmar-machine.rl | 33 machine myanmar_syllable_machine;
|
/external/llvm/utils/vim/syntax/ |
tablegen.vim | 12 " May be changed if you have a really slow machine
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_private.h | 247 struct tgsi_exec_machine *machine; member in struct:draw_context::__anon19566::__anon19567 273 struct tgsi_exec_machine *machine; member in struct:draw_context::__anon19568::__anon19569
|