HomeSort by relevance Sort by last modified time
    Searched refs:cur_offset (Results 1 - 25 of 34) sorted by null

1 2

  /external/e2fsprogs/lib/ext2fs/
tst_fs_struct.c 23 #define check_field(x) cur_offset = do_field(#x, sizeof(fs.x), \
25 cur_offset)
27 static int do_field(const char *field, size_t size, int offset, int cur_offset)
29 if (offset != cur_offset) {
30 printf("\t(padding %d bytes?)\n", offset - cur_offset);
39 int cur_offset = 0; local
78 printf("Ending offset is %d\n\n", cur_offset);
tst_inode_size.c 25 #define check_field(x, s) cur_offset = do_field(#x, s, sizeof(inode.x), \
27 cur_offset)
30 unsigned offset, unsigned cur_offset)
37 if (offset != cur_offset) {
39 field, cur_offset, offset);
49 int cur_offset = 0; local
75 do_field("Small inode end", 0, 0, cur_offset, 128);
86 do_field("Large inode end", 0, 0, cur_offset, sizeof(inode));
tst_super_size.c 28 #define check_field(x, s) cur_offset = do_field(#x, s, sizeof(sb.x), \
30 cur_offset)
33 unsigned offset, unsigned cur_offset)
40 if (offset != cur_offset) {
42 field, cur_offset, offset);
52 int cur_offset = 0; local
147 do_field("Superblock end", 0, 0, cur_offset, 1024);
  /system/core/libunwindstack/
DwarfEhFrame.h 57 return memory_.cur_offset() - pointer - 4;
61 return memory_.cur_offset() - pointer - 8;
66 return pc + memory_.cur_offset();
DwarfDebugFrame.cpp 68 memory_.set_cur_offset(memory_.cur_offset() + 1);
103 memory_.set_cur_offset(memory_.cur_offset() + 1);
131 memory_.set_cur_offset(memory_.cur_offset() + 1);
154 memory_.set_cur_offset(memory_.cur_offset() + 1);
186 while (memory_.cur_offset() < end_offset_) {
187 uint64_t cur_entry_offset = memory_.cur_offset();
203 next_entry_offset = memory_.cur_offset() + value64;
231 next_entry_offset = memory_.cur_offset() + value32;
260 if (next_entry_offset < memory_.cur_offset()) {
DwarfSection.cpp 269 cie->cfa_instructions_end = memory_.cur_offset() + length64;
284 cie->cfa_instructions_end = memory_.cur_offset() + length32;
322 memory_.set_cur_offset(memory_.cur_offset() + 1);
357 cie->cfa_instructions_offset = memory_.cur_offset();
366 cie->cfa_instructions_offset = memory_.cur_offset() + aug_length;
428 fde->cfa_instructions_end = memory_.cur_offset() + length64;
446 fde->cfa_instructions_end = memory_.cur_offset() + length32;
463 uint64_t cur_offset = memory_.cur_offset(); local
473 cur_offset += cie->segment_size
495 uint64_t cur_offset = memory_.cur_offset(); local
    [all...]
DwarfOp.cpp 44 while (memory_->cur_offset() < end) {
101 while (memory_->cur_offset() < end) {
114 uint64_t start_offset = memory_->cur_offset();
122 uint64_t end_offset = memory_->cur_offset();
347 uint64_t cur_offset; local
349 cur_offset = memory_->cur_offset() + offset;
351 cur_offset = memory_->cur_offset() - offset;
353 memory_->set_cur_offset(cur_offset);
402 uint64_t cur_offset = memory_->cur_offset() + offset; local
    [all...]
DwarfEhFrame.cpp 55 memory_.set_pc_offset(memory_.cur_offset());
61 memory_.set_pc_offset(memory_.cur_offset());
67 entries_offset_ = memory_.cur_offset();
95 memory_.set_pc_offset(memory_.cur_offset());
164 current < fde_count_ && memory_.cur_offset() < entries_end_; current++) {
165 memory_.set_pc_offset(memory_.cur_offset());
184 cur_entries_offset_ = memory_.cur_offset();
DwarfCfa.cpp 52 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc_ <= pc) {
109 memory_->set_cur_offset(memory_->cur_offset() + block_length);
170 uint64_t end_offset = memory_->cur_offset();
206 end_offset += memory_->cur_offset();
209 op.GetLogInfo(memory_->cur_offset(), end_offset, &expression_lines);
222 uint64_t end_offset = memory_->cur_offset();
259 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc) {
423 .values = {operands_[0], memory_->cur_offset()}};
431 .values = {operands_[1], memory_->cur_offset()}};
485 .values = {operands_[1], memory_->cur_offset()}};
    [all...]
  /system/core/libunwindstack/include/unwindstack/
DwarfMemory.h 49 uint64_t cur_offset() { return cur_offset_; } function in class:unwindstack::DwarfMemory
50 void set_cur_offset(uint64_t cur_offset) { cur_offset_ = cur_offset; }
  /external/pdfium/core/fxcodec/lgif/
fx_gif.cpp     [all...]
  /system/core/libunwindstack/tests/
DwarfCfaTest.cpp 82 ASSERT_EQ(0x2001U, this->dmem_->cur_offset());
94 ASSERT_EQ(0x2001U, this->dmem_->cur_offset());
107 ASSERT_EQ(0x2002U, this->dmem_->cur_offset());
122 ASSERT_EQ(0x2103U, this->dmem_->cur_offset());
138 ASSERT_EQ(0x503U, this->dmem_->cur_offset());
153 ASSERT_EQ(0x1505U, this->dmem_->cur_offset());
169 ASSERT_EQ(0x503U, this->dmem_->cur_offset());
185 ASSERT_EQ(0x1505U, this->dmem_->cur_offset());
202 ASSERT_EQ(0x2001U, this->dmem_->cur_offset());
215 ASSERT_EQ(0x3003U, this->dmem_->cur_offset());
    [all...]
DwarfMemoryTest.cpp 72 ASSERT_EQ(4U, dwarf_mem_->cur_offset());
77 ASSERT_EQ(3U, dwarf_mem_->cur_offset());
124 ASSERT_EQ(1U, dwarf_mem_->cur_offset());
128 ASSERT_EQ(3U, dwarf_mem_->cur_offset());
132 ASSERT_EQ(7U, dwarf_mem_->cur_offset());
142 ASSERT_EQ(1U, dwarf_mem_->cur_offset());
146 ASSERT_EQ(2U, dwarf_mem_->cur_offset());
150 ASSERT_EQ(4U, dwarf_mem_->cur_offset());
154 ASSERT_EQ(6U, dwarf_mem_->cur_offset());
158 ASSERT_EQ(10U, dwarf_mem_->cur_offset());
    [all...]
DwarfOpTest.cpp 64 ASSERT_EQ(1U, this->mem_->cur_offset());
77 ASSERT_EQ(1U, this->mem_->cur_offset());
89 ASSERT_EQ(8U, this->mem_->cur_offset());
179 while (this->mem_->cur_offset() < opcode_buffer.size()) {
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm.c 152 cur_buf->cur_offset +=(cur_buf->cur_size);
193 &(cur_buf->cur_offset)) != 1)
205 if((cur_buf->cur_offset + cur_buf->cur_size) >= cur_buf->cur_es->len)
220 cur_buf->cur_offset = cur_buf->cur_size = 0;
226 data_left = cur_buf->cur_es->len - (cur_buf->cur_offset + cur_buf->cur_size);
229 cur_buf->cur_offset +=(cur_buf->cur_size);
243 ddr_addr = cur_buf->cur_offset + (uint32_t)cur_buf->cur_es->buf;
245 ddr_addr = cur_buf->cur_offset + cur_buf->cur_es->phys;
302 cxt->list.end_offset = cxt->cur_buf.cur_offset+1;
324 cxt->list.end_offset = cxt->parse_cubby.sc_end_pos + cxt->cur_buf.cur_offset;
    [all...]
  /external/fio/t/
dedupe.c 38 uint64_t cur_offset; member in struct:worker_thread
77 static uint64_t cur_offset; variable
107 if (cur_offset < total_size) {
108 *offset = cur_offset;
109 this_chunk = min((uint64_t)chunk_size, total_size - cur_offset);
111 cur_offset += this_chunk;
286 offset = thread->cur_offset;
319 if (get_work(&thread->cur_offset, &thread->size)) {
385 cur_offset = 0;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps_common.cc 122 uptr cur_beg, cur_end, cur_offset, prot; local
124 for (uptr i = 0; Next(&cur_beg, &cur_end, &cur_offset, module_name.data(),
141 uptr base_address = (i ? cur_beg : 0) - cur_offset;
  /device/generic/goldfish/camera/
QemuClient.cpp 531 size_t cur_offset = 0; local
536 if ((query.mReplyDataSize - cur_offset) >= vframe_size) {
538 cur_offset += vframe_size;
541 __FUNCTION__, query.mReplyDataSize - cur_offset, vframe_size);
547 if ((query.mReplyDataSize - cur_offset) >= pframe_size) {
548 memcpy(pframe, frame + cur_offset, pframe_size);
549 cur_offset += pframe_size;
552 __FUNCTION__, query.mReplyDataSize - cur_offset, pframe_size);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm.h 37 uint32_t cur_offset; member in struct:__anon42173
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 246 int cur_offset = squashfs_i(inode)->offset; local
268 cur_offset = meta_entry->offset;
275 cur_offset, cur_data_block);
287 &cur_index_block, &cur_offset);
304 meta_entry->offset = cur_offset;
318 *index_offset = cur_offset;
  /external/pdfium/third_party/freetype/src/cff/
cffload.c 408 FT_ULong n, cur_offset; local
414 cur_offset = idx->offsets[0] - 1;
417 if ( cur_offset != 0 )
421 cur_offset ));
422 cur_offset = 0;
426 t[0] = org_bytes + cur_offset;
428 t[0] = new_bytes + cur_offset;
436 if ( next_offset < cur_offset )
437 next_offset = cur_offset;
447 if ( next_offset != cur_offset )
    [all...]
  /art/runtime/verifier/
method_verifier.h 434 // Verify an array data table. "cur_offset" is the offset of the fill-array-data instruction.
435 bool CheckArrayData(uint32_t cur_offset);
442 bool CheckBranchTarget(uint32_t cur_offset);
444 // Verify a switch table. "cur_offset" is the offset of the switch instruction.
446 bool CheckSwitchTargets(uint32_t cur_offset);
469 bool GetBranchOffset(uint32_t cur_offset, int32_t* pOffset, bool* pConditional,
    [all...]
method_verifier.cc     [all...]
  /external/freetype/src/cff/
cffload.c 433 FT_ULong n, cur_offset; local
439 cur_offset = idx->offsets[0] - 1;
442 if ( cur_offset != 0 )
446 cur_offset ));
447 cur_offset = 0;
451 t[0] = org_bytes + cur_offset;
453 t[0] = new_bytes + cur_offset;
461 if ( next_offset < cur_offset )
462 next_offset = cur_offset;
472 if ( next_offset != cur_offset )
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 652 size_t cur_offset = 0; local
660 memcpy(pRegion.begin() + cur_offset, from, size);
670 pRegion.begin() + cur_offset, align_frag.getValue(), count);
689 std::memset(pRegion.begin() + cur_offset,
697 memcpy(pRegion.begin() + cur_offset, stub_frag.getContent(), size);
713 cur_offset += size;

Completed in 1090 milliseconds

1 2