Searched refs:start_byte (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler.cc54 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, argument
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
53 Disassemble( unsigned char* start_byte, unsigned int& instruction_bytes) argument
152 ProcessOpcode(unsigned char* start_byte, unsigned int table_index, unsigned int& size) argument
358 ProcessModrm(unsigned char* start_byte, unsigned int& size) argument
405 ProcessSib(unsigned char* start_byte, unsigned char mod, unsigned int& size) argument
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler.cc54 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, argument
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
53 Disassemble( unsigned char* start_byte, unsigned int& instruction_bytes) argument
152 ProcessOpcode(unsigned char* start_byte, unsigned int table_index, unsigned int& size) argument
358 ProcessModrm(unsigned char* start_byte, unsigned int& size) argument
405 ProcessSib(unsigned char* start_byte, unsigned char mod, unsigned int& size) argument
[all...]
/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler.cpp29 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, argument
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, argument
28 Disassemble( unsigned char* start_byte, unsigned int* instruction_bytes) argument
322 ProcessModrm(unsigned char* start_byte, unsigned int* size) argument
369 ProcessSib(unsigned char* start_byte, unsigned char mod, unsigned int* size) argument
[all...]
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler.cc50 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, argument
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, argument
49 Disassemble( unsigned char* start_byte, unsigned int* instruction_bytes) argument
343 ProcessModrm(unsigned char* start_byte, unsigned int* size) argument
390 ProcessSib(unsigned char* start_byte, unsigned char mod, unsigned int* size) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dblkmap64_ba.c214 __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);
H A Dgen_bitmap.c438 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 5222 milliseconds