Searched refs:prev_offset (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_cross_ref_avail_unittest.cpp | 139 int prev_offset = 0; in TEST() local 142 prev_offset = cur_offset; in TEST() 153 prev_offset = cur_offset; in TEST() 165 FXSYS_itoa(prev_offset, int_buffer, 10) + ">>\n"; in TEST() 167 prev_offset = cur_offset; in TEST() 179 FXSYS_itoa(prev_offset, int_buffer, 10) + ">>\n"; in TEST() 191 int prev_offset = 0; in TEST() local 194 prev_offset = cur_offset; in TEST() 205 prev_offset = cur_offset; in TEST() 210 FXSYS_itoa(prev_offset, int_buffer, 10) + in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 48 uint32_t prev_offset = *offset_ptr; in extract() local 54 if (*offset_ptr != prev_offset + 2 * AddressSize) { in extract() 57 prev_offset); in extract()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.cpp | 32 uint32_t prev_offset = *offset_ptr; in extract() local 36 if (*offset_ptr != prev_offset + 2 * AddressSize) { in extract()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | overuse_detector.cc | 84 const double prev_offset = prev_offset_; in Detect() local 101 if (offset >= prev_offset) { in Detect()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util.cc | 198 int64 prev_offset = last_offset - sizeof(T); in CompressTensorContent() local 202 while (prev_offset >= 0) { in CompressTensorContent() 203 if (tensor->tensor_content()[prev_offset] != in CompressTensorContent() 208 --prev_offset; in CompressTensorContent()
|
/external/selinux/libsepol/src/ |
D | module.c | 65 long prev_offset, end_offset; in policy_file_length() local 69 prev_offset = ftell(fp->fp); in policy_file_length() 70 if (prev_offset < 0) in policy_file_length() 71 return prev_offset; in policy_file_length() 78 rc = fseek(fp->fp, prev_offset, SEEK_SET); in policy_file_length()
|
/external/libxaac/decoder/ |
D | ixheaacd_headerdecode.c | 945 WORD32 prev_offset = 0; in ixheaacd_aac_headerdecode() local 951 buffer += (bytes_taken - prev_offset); in ixheaacd_aac_headerdecode() 953 prev_offset = bytes_taken; in ixheaacd_aac_headerdecode()
|
/external/e2fsprogs/e2fsck/ |
D | rehash.c | 610 int *prev_offset, int *next_offset, in alloc_blocks() argument 620 *prev_ent = (struct ext2_dx_entry *) (outdir->buf + *prev_offset); in alloc_blocks() 637 (*prev_offset) += sizeof(struct ext2_dx_entry); in alloc_blocks()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cff1-table.hh | 623 : NumInterpEnv(), prev_offset(0), last_offset(0) {} in CFF1TopDictInterpEnv() 625 unsigned int prev_offset; member
|