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/memory_watcher/
mini_disassembler.cc 27 unsigned char* start_byte,
33 unsigned char* current_byte = start_byte;
67 instruction_bytes += operand_bytes_ + (current_byte - start_byte);
85 InstructionType MiniDisassembler::ProcessPrefixes(unsigned char* start_byte,
88 const Opcode& opcode = s_ia32_opcode_map_[0].table_[*start_byte];
99 if (0xF2 == (*start_byte))
101 else if (0xF3 == (*start_byte))
103 else if (0x66 == (*start_byte))
109 ProcessPrefixes(start_byte + 1, size);
117 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/
gen_bitmap.c 359 size_t start_byte, len_byte = len >> 3; local
369 start_byte = start >> 3;
391 if (first_bit & ADDR[start_byte])
396 start_byte++;
417 if (last_bit & ADDR[start_byte + len_byte])
424 return mem_is_zero(ADDR + start_byte, len_byte);

Completed in 287 milliseconds