HomeSort by relevance Sort by last modified time
    Searched defs:is_64bit (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/test/asan/android_commands/
android_run.py 21 is_64bit = (subprocess.check_output(['file', sys.argv[0] + '.real']).find('64-bit') != -1) variable
22 asanwrapper = "" if is_64bit else "asanwrapper "
  /external/mesa3d/src/compiler/glsl/
link_varyings.h 153 (this->is_64bit() ? 2 : 1);
162 bool is_64bit() const function in class:tfeedback_decl
  /external/mesa3d/src/intel/compiler/
brw_vec4_tes.cpp 66 bool is_64bit = type_sz(inst->src[i].type) == 8; local
70 grf = stride(grf, 0, is_64bit ? 2 : 4, 1);
80 if (is_64bit && grf.subnr > 0) {
182 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; local
184 if (is_64bit)
198 is_64bit ? glsl_type::dvec4_type : glsl_type::ivec4_type;
203 is_64bit ? BRW_REGISTER_TYPE_DF : BRW_REGISTER_TYPE_D;
208 DIV_ROUND_UP(imm_offset + (is_64bit ? 2 : 1), 2));
213 if (!is_64bit) {
brw_vec4_nir.cpp 398 bool is_64bit = nir_dest_bit_size(instr->dest) == 64; local
399 if (is_64bit) {
418 bool is_64bit = nir_src_bit_size(instr->src[0]) == 64; local
419 if (is_64bit) {
436 if (is_64bit)
442 if (is_64bit && num_components > 4) {
    [all...]
  /external/u-boot/drivers/pci/
pci_ftpci100.c 83 unsigned int is_64bit = ((tmp32 & 0x6) == 0x4); local
119 if (is_64bit) {
  /external/elfutils/libdw/
dwarf_getmacros.c 137 table->is_64bit = cudie->cu->address_size == 8;
167 bool is_64bit = (flags & 0x1) != 0; local
172 line_offset = read_addr_unaligned_inc (is_64bit ? 8 : 4, dbg, readp);
261 .is_64bit = is_64bit,
371 .offset_size = table->is_64bit ? 8 : 4,
libdwP.h 501 bool is_64bit; member in struct:__anon21868
    [all...]
  /external/mesa3d/src/mesa/main/
queryobj.c 823 bool is_64bit = ptype == GL_INT64_ARB || local
830 if (buf->Size < offset + 4 * (is_64bit ? 2 : 1)) {
  /external/chromium-trace/catapult/third_party/pyserial/serial/
win32.py 14 def is_64bit(): function
21 if is_64bit():
  /external/libtextclassifier/utils/hash/
farmhash.cc 256 #if !defined(is_64bit)
257 #define is_64bit (x86_64 || (sizeof(void*) == 8)) macro
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 533 return is_64bit() && vector_elements > 2;
539 bool is_64bit() const function in struct:glsl_type
  /external/python/setuptools/setuptools/command/
easy_install.py 74 def is_64bit(): function
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 576 def is_64bit(self): member in class:ELF
    [all...]

Completed in 614 milliseconds