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

  /external/libchrome/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/e2fsprogs/lib/ext2fs/
blkmap64_ba.c 215 __u64 start_byte, len_byte = len >> 3; local
226 start_byte = start >> 3;
248 if (first_bit & ADDR[start_byte])
253 start_byte++;
274 if (last_bit & ADDR[start_byte + len_byte])
281 return ext2fs_mem_is_zero(ADDR + start_byte, len_byte);
gen_bitmap.c 439 size_t start_byte, len_byte = len >> 3; local
449 start_byte = start >> 3;
471 if (first_bit & ADDR[start_byte])
476 start_byte++;
497 if (last_bit & ADDR[start_byte + len_byte])
504 return ext2fs_mem_is_zero(ADDR + start_byte, len_byte);
  /build/make/tools/
fat16copy.py 574 def read_file(self, head_cluster, start_byte, size):
578 start_byte: How many bytes in to the file to begin the read.
591 if start_byte + size > self.bytes_per_cluster:
592 size_now = self.bytes_per_cluster - start_byte
594 if start_byte < self.bytes_per_cluster:
599 bytes_from_root = cluster_bytes_from_root + start_byte
609 start_byte -= self.bytes_per_cluster
611 if start_byte < 0:
612 start_byte = 0
713 def write_file(self, head_cluster, start_byte, data)
    [all...]
  /external/avb/test/
avb_unittest_util.h 106 uint8_t start_byte = 0) {
110 image[n] = uint8_t(n + start_byte);
  /external/ltp/testcases/network/netstress/
netstress.c 77 static const int start_byte = 0x24; variable
203 (buf[0] != start_byte && buf[0] != start_fin_byte)) {
315 client_msg[0] = start_byte;
420 send_msg[0] = start_byte;
446 (recv_msg[0] != start_byte &&
469 if (send_msg[0] != start_byte) {
  /system/update_engine/scripts/update_payload/
applier.py 168 start_byte = -1 if is_pseudo else ex.start_block * block_size
173 pad_off = start_byte + data_length
178 arg += '%s%d:%d' % (arg and ',', start_byte, num_bytes)
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_metadata.c 1021 uint32_t bit_off=0, start_byte=0, first_mb = 0; local
    [all...]

Completed in 399 milliseconds