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

  /external/chromium/sdch/open-vcdiff/src/
decodetable.cc 61 int32_t instruction_size = 0; local
70 instruction_size = code_table_data_->size2[opcode];
87 instruction_size = code_table_data_->size1[opcode];
93 if (instruction_size == 0) {
108 *size = instruction_size;
  /external/chromium_org/sdch/open-vcdiff/src/
decodetable.cc 61 int32_t instruction_size = 0; local
70 instruction_size = code_table_data_->size2[opcode];
87 instruction_size = code_table_data_->size1[opcode];
93 if (instruction_size == 0) {
108 *size = instruction_size;
  /external/open-vcdiff/src/
decodetable.cc 61 int32_t instruction_size = 0; local
70 instruction_size = code_table_data_->size2[opcode];
87 instruction_size = code_table_data_->size1[opcode];
93 if (instruction_size == 0) {
108 *size = instruction_size;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher_test.cc 116 unsigned int instruction_size = 0; local
125 reinterpret_cast<unsigned char *>(target) + instruction_size,
126 instruction_size);
225 unsigned int instruction_size = 0; local
228 instruction_size));
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher_test.cc 116 unsigned int instruction_size = 0; local
125 reinterpret_cast<unsigned char *>(target) + instruction_size,
126 instruction_size);
225 unsigned int instruction_size = 0; local
228 instruction_size));
  /external/chromium_org/third_party/ots/src/
woff2.cc 563 unsigned int instruction_size = 0; local
569 if (!Read255UShort(&glyph_stream, &instruction_size)) {
572 // No integer overflow here (instruction_size < 2^16).
573 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
576 Store16(glyf_dst, glyph_size, instruction_size);
578 instruction_size)) {
581 glyph_size += instruction_size + 2;
634 unsigned int instruction_size; local
635 if (!Read255UShort(&glyph_stream, &instruction_size)) {
638 // No integer overflow here (instruction_size < 2^16)
    [all...]

Completed in 1842 milliseconds