| /external/clang/lib/Rewrite/ |
| Rewriter.cpp | 130 unsigned StartOff, EndOff; 132 StartOff = getLocationOffsetAndFileID(Range.getBegin(), StartFileID); 145 StartOff = RB.getMappedOffset(StartOff, !opts.IncludeInsertsAtBeginOfRange); 154 return EndOff-StartOff; 174 unsigned StartOff, EndOff; 175 StartOff = getLocationOffsetAndFileID(Range.getBegin(), StartFileID); 192 return std::string(Ptr, Ptr+EndOff-StartOff); 197 StartOff = RB.getMappedOffset(StartOff); [all...] |
| /frameworks/rs/ |
| rsType.h | 131 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const; 132 void decRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
| rsType.cpp | 321 void Type::incRefs(const void *ptr, size_t ct, size_t startOff) const { 326 p += stride * startOff; 335 void Type::decRefs(const void *ptr, size_t ct, size_t startOff) const { 343 p += stride * startOff;
|
| rsAllocation.h | 171 void incRefs(const void *ptr, size_t ct, size_t startOff = 0) const; 172 void decRefs(const void *ptr, size_t ct, size_t startOff = 0) const;
|
| rsAllocation.cpp | 521 void Allocation::incRefs(const void *ptr, size_t ct, size_t startOff) const { 522 mHal.state.type->incRefs(ptr, ct, startOff); 525 void Allocation::decRefs(const void *ptr, size_t ct, size_t startOff) const { 529 mHal.state.type->decRefs(ptr, ct, startOff); [all...] |
| /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
| pe.go | 1067 startoff := ctxt.Out.Offset() 1076 ctxt.Out.SeekSet(startoff + int64(binary.Size(&IMAGE_IMPORT_DESCRIPTOR{}))*int64(n+1)) 1080 d.nameoff = uint64(ctxt.Out.Offset()) - uint64(startoff) 1088 m.off = uint64(pefile.nextSectOffset) + uint64(ctxt.Out.Offset()) - uint64(startoff) 1095 oftbase := uint64(ctxt.Out.Offset()) - uint64(startoff) 1116 n = uint64(ctxt.Out.Offset()) - uint64(startoff) 1120 isect.checkOffset(startoff) 1146 out.SeekSet(startoff) [all...] |
| /prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
| pe.go | 1067 startoff := ctxt.Out.Offset() 1076 ctxt.Out.SeekSet(startoff + int64(binary.Size(&IMAGE_IMPORT_DESCRIPTOR{}))*int64(n+1)) 1080 d.nameoff = uint64(ctxt.Out.Offset()) - uint64(startoff) 1088 m.off = uint64(pefile.nextSectOffset) + uint64(ctxt.Out.Offset()) - uint64(startoff) 1095 oftbase := uint64(ctxt.Out.Offset()) - uint64(startoff) 1116 n = uint64(ctxt.Out.Offset()) - uint64(startoff) 1120 isect.checkOffset(startoff) 1146 out.SeekSet(startoff) [all...] |
| /external/honggfuzz/linux/ |
| trace.c | 933 char* startOff = strchr(targetStr, '(') + 1; 936 targetStr[endOff - startOff] = '\0'; 937 if ((startOff == NULL) || (endOff == NULL) || (plusOff == NULL)) { 941 MIN(sizeof(funcs[frameIdx].mapName), (size_t)(plusOff - startOff)); 942 memcpy(funcs[frameIdx].mapName, startOff, dsoSz); 943 char* codeOff = targetStr + (plusOff - startOff) + 1; [all...] |
| /prebuilts/go/darwin-x86/src/debug/dwarf/ |
| line.go | 374 startOff := r.buf.off 391 r.buf.err = DecodeError{"line", startOff, "malformed DW_LNE_define_file operation"} 401 r.buf.skip(int(startOff + length - r.buf.off))
|
| /prebuilts/go/linux-x86/src/debug/dwarf/ |
| line.go | 374 startOff := r.buf.off 391 r.buf.err = DecodeError{"line", startOff, "malformed DW_LNE_define_file operation"} 401 r.buf.skip(int(startOff + length - r.buf.off))
|
| /external/fsck_msdos/ |
| dir.c | 304 * Delete directory entries between startcl, startoff and endcl, endoff. 308 int startoff, cl_t endcl, int endoff, int notlast) 314 s = delbuf + startoff;
|
| /external/icu/icu4c/source/tools/tzcode/ |
| zic.c | 2227 register zic_t startoff; local [all...] |
| /toolchain/binutils/binutils-2.27/gold/ |
| output.cc | 3198 off_t startoff = this->offset(); local 4522 off_t startoff = *poff; local [all...] |
| layout.cc | [all...] |
| /external/syslinux/core/fs/xfs/ |
| xfs.h | 254 * l0:9-62 are startoff.
|
| /prebuilts/go/darwin-x86/pkg/darwin_amd64/debug/ |
| dwarf.a | 187 entry ?$type.*"".LineEntry ?Tgclocals·4603b7b521a379930828b2deef5b5c04 ?"type."".LineEntry ?"".statictmp_12 ?dgo.string."malformed DW_LNE_define_file operation" ?&runtime.panicdivide ?.autotmp_50 ?.autotmp_56 ?.autotmp_60 ?opcode ?startOff |