Home
last modified time | relevance | path

Searched refs:LastIndex (Results 1 – 25 of 31) sorted by relevance

12

/external/perf_data_converter/src/quipper/
Dhuge_page_deducer.cc74 int LastIndex() const { return last_; } in LastIndex() function in quipper::__anon5534a7e60211::MMapRange
91 os << "[" << r.FirstIndex() << "," << r.LastIndex() << "]"; in operator <<()
168 if (prev_range.IsValid() && prev_range.LastIndex() < events.size()) { in FindNextRange()
169 ret = FindRange(events, prev_range.LastIndex() + 1); in FindNextRange()
178 CHECK(range.LastIndex() < events->size()); in UpdateRangeFromNext()
179 CHECK(next_range.LastIndex() < events->size()); in UpdateRangeFromNext()
183 for (int i = range.FirstIndex(); i <= range.LastIndex(); i++) { in UpdateRangeFromNext()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dslm-no-vectorize.ll11 define i32 @no_vec(i32 %LastIndex, i16* nocapture readonly %InputData, i16 signext %lag, i16 signex…
14 %cmp17 = icmp sgt i32 %LastIndex, 0
21 %wide.trip.count = zext i32 %LastIndex to i64
/external/llvm/lib/IR/
DAttributes.cpp912 uint64_t LastIndex = 0; in addAttributes() local
915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()
918 LastIndex = I + 1; in addAttributes()
937 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I) in addAttributes()
969 uint64_t LastIndex = 0; in removeAttributes() local
972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
975 LastIndex = I + 1; in removeAttributes()
992 for (unsigned I = LastIndex, E = NumAttrs; I < E; ++I) in removeAttributes()
1010 uint64_t LastIndex = 0; in removeAttributes() local
1013 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()
[all …]
/external/boringssl/src/util/
Dread_symbols.go250 if idx := strings.LastIndex(name, "@"); idx >= 0 {
253 } else if idx := strings.LastIndex(name, "@@"); idx >= 0 {
Drun_android_tests.go102 idx := strings.LastIndex(stdoutStr, delimiter)
Ddoc.go276 j := strings.LastIndex(decl[:i], " ")
/external/syzkaller/pkg/report/
Dfuchsia.go168 if pos := strings.LastIndex(file, prefix1); pos != -1 {
171 if pos := strings.LastIndex(file, prefix2); pos != -1 {
Dakaros.go79 if pos := strings.LastIndex(file, "/kern/"); pos != -1 {
/external/syzkaller/vendor/google.golang.org/grpc/
Dtrace.go43 if i := strings.LastIndex(m, "."); i >= 0 {
/external/syzkaller/vendor/github.com/golang/protobuf/ptypes/
Dany.go57 slash := strings.LastIndex(any.TypeUrl, "/")
/external/golang-protobuf/ptypes/
Dany.go57 slash := strings.LastIndex(any.TypeUrl, "/")
/external/syzkaller/pkg/ast/
Dtest_util.go41 pos := bytes.LastIndex(ln, []byte("###"))
/external/syzkaller/vendor/golang.org/x/net/idna/
Dpunycode.go38 pos := 1 + strings.LastIndex(encoded, "-")
/external/syzkaller/vendor/google.golang.org/grpc/credentials/
Dcredentials.go152 colonPos := strings.LastIndex(authority, ":")
/external/clang/lib/Parse/
DParseStmtAsm.cpp82 unsigned LastIndex = FirstIndex + NumConsumedToks - 1; in LookupInlineAsmIdentifier() local
87 (AsmTokOffsets[LastIndex] + AsmToks[LastIndex].getLength() - in LookupInlineAsmIdentifier()
/external/syzkaller/vendor/cloud.google.com/go/compute/metadata/
Dmetadata.go371 return zone[strings.LastIndex(zone, "/")+1:], nil
/external/boringssl/src/ssl/test/runner/
Dtls.go127 colonPos := strings.LastIndex(addr, ":")
/external/wayland-protocols/
Dwayland_protocol_codegen.go357 dot := strings.LastIndex(input, ".")
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas2619 property LastIndex: Integer read GetLastIndex write SetLastIndex; property
6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then
6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);
6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex);
6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go304 slash := strings.LastIndex(opt, "/")
657 if i := strings.LastIndex(p, "/"); i >= 0 {
1551 if i := strings.LastIndex(name, "."); i >= 0 {
2765 if i := strings.LastIndex(name, "/"); i >= 0 {
2769 if i := strings.LastIndex(name, "."); i >= 0 {
/external/syzkaller/pkg/instance/
Dinstance.go59 srcIndex := strings.LastIndex(cfg.Syzkaller, "/src/")
/external/swiftshader/third_party/LLVM/lib/VMCore/
DVerifier.cpp620 unsigned LastIndex = Attrs.getSlot(LastSlot).Index; in VerifyAttributeCount() local
621 if (LastIndex <= Params in VerifyAttributeCount()
622 || (LastIndex == (unsigned)~0 in VerifyAttributeCount()
/external/golang-protobuf/proto/
Dtext_parser.go465 if s := strings.LastIndex(extName, "/"); s >= 0 {
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dtext_parser.go465 if s := strings.LastIndex(extName, "/"); s >= 0 {
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dstorage.go546 size, err = strconv.ParseInt(cr[strings.LastIndex(cr, "/")+1:], 10, 64)

12