HomeSort by relevance Sort by last modified time
    Searched refs:start_byte (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.cc 54 unsigned char* start_byte,
60 unsigned char* current_byte = start_byte;
94 instruction_bytes += operand_bytes_ + (current_byte - start_byte);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
132 if (0xF2 == (*start_byte))
134 else if (0xF3 == (*start_byte))
136 else if (0x66 == (*start_byte))
138 else if (operand_default_support_64_bits_ && (*start_byte) & 0x48)
144 ProcessPrefixes(start_byte + 1, size)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.cc 54 unsigned char* start_byte,
60 unsigned char* current_byte = start_byte;
94 instruction_bytes += operand_bytes_ + (current_byte - start_byte);
118 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
121 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
132 if (0xF2 == (*start_byte))
134 else if (0xF3 == (*start_byte))
136 else if (0x66 == (*start_byte))
138 else if (operand_default_support_64_bits_ && (*start_byte) & 0x48)
144 ProcessPrefixes(start_byte + 1, size)
    [all...]
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.cpp 29 unsigned char* start_byte,
35 unsigned char* current_byte = start_byte;
69 *instruction_bytes += operand_bytes_ + (current_byte - start_byte);
87 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
90 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
101 if (0xF2 == (*start_byte))
103 else if (0xF3 == (*start_byte))
105 else if (0x66 == (*start_byte))
111 ProcessPrefixes(start_byte + 1, size);
119 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
    [all...]
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.cc 50 unsigned char* start_byte,
56 unsigned char* current_byte = start_byte;
90 *instruction_bytes += operand_bytes_ + (current_byte - start_byte);
108 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
111 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
122 if (0xF2 == (*start_byte))
124 else if (0xF3 == (*start_byte))
126 else if (0x66 == (*start_byte))
132 ProcessPrefixes(start_byte + 1, size);
140 InstructionType MiniDisassembler::ProcessOpcode(unsigned char* start_byte,
    [all...]
  /external/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 214 __u64 start_byte, len_byte = len >> 3; local
225 start_byte = start >> 3;
247 if (first_bit & ADDR[start_byte])
252 start_byte++;
273 if (last_bit & ADDR[start_byte + len_byte])
280 return ext2fs_mem_is_zero(ADDR + start_byte, len_byte);
gen_bitmap.c 438 size_t start_byte, len_byte = len >> 3; local
448 start_byte = start >> 3;
470 if (first_bit & ADDR[start_byte])
475 start_byte++;
496 if (last_bit & ADDR[start_byte + len_byte])
503 return ext2fs_mem_is_zero(ADDR + start_byte, len_byte);

Completed in 1681 milliseconds