/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/ |
D | marshal.go | 26 Len() int methodSpec 33 func (c byteEncoder) Len() int { func 43 func (b bytesEncoder) Len() int { func 55 func (s stringEncoder) Len() int { func 67 func (m multiEncoder) Len() int { func 85 func (s setEncoder) Len() int { func 131 func (t *taggedEncoder) Len() int { func 142 func (i int64Encoder) Len() int { func 275 func (b bitStringEncoder) Len() int { func 288 func (oid oidEncoder) Len() int { func
|
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/ |
H A D | type.go | 149 Len() int methodSpec 275 Len() int methodSpec 396 Len() int methodSpec 435 Len() int methodSpec 463 Len() int methodSpec 565 Len() int methodSpec 596 Len() int methodSpec 627 Len() int methodSpec 658 Len() int methodSpec
|
H A D | proto.go | 378 Len() int methodSpec 390 Len() int methodSpec 405 Len() int methodSpec 427 Len() int methodSpec
|
/aosp_15_r20/external/golang-protobuf/internal/filedesc/ |
H A D | desc_list_gen.go | 24 func (p *Enums) Len() int { func 62 func (p *EnumValues) Len() int { func 109 func (p *Messages) Len() int { func 149 func (p *Fields) Len() int { func 216 func (p *Oneofs) Len() int { func 253 func (p *Extensions) Len() int { func 290 func (p *Services) Len() int { func 327 func (p *Methods) Len() int { func
|
H A D | desc_list.go | 24 func (p *FileImports) Len() int { return len(*p) } func 35 func (p *Names) Len() int { return len(p.List) } func 74 func (p *EnumRanges) Len() int { return len(p.List) } func 136 func (p *FieldRanges) Len() int { return len(p.List) } func 228 func (p *FieldNumbers) Len() int { return len(p.List) } func 254 func (p *OneofFields) Len() int { return len(p.List) } func 305 func (p *SourceLocations) Len() int { return len(p.List) } func
|
/aosp_15_r20/external/clang/lib/Edit/ |
H A D | Commit.cpp | 88 unsigned Len; in remove() local 116 unsigned Len; in replace() local 166 unsigned Len; in replaceText() local 208 FileOffset Offs, unsigned Len) { in addRemove() 296 FileOffset &Offs, unsigned &Len) { in canRemoveRange() 323 FileOffset &Offs, unsigned &Len) { in canReplaceText()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | af_irda.h | 142 u_short Len; member 146 u_char Len; member 161 u_long Len; member 165 u_long Len; member 179 int Len; member 184 int Len; member 200 int Len; member 205 int Len; member
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
D | macho_combine_dwarf.go | 21 Len uint32 member 26 Len uint32 member 36 Len uint32 member 42 Len uint32 member 49 Len uint32 member
|
/aosp_15_r20/external/giflib/ |
H A D | giftext.c | 41 int i, j, ExtCode, ErrorCode, CodeSize, NumFiles, Len, ImageNum = 1; in main() local 365 int i, Len; in PrintCodeBlock() local 440 int i, Len; in PrintExtBlock() local 464 static void PrintPixelBlock(GifByteType *PixelBlock, int Len, bool Reset) { in PrintPixelBlock()
|
H A D | gifbuild.c | 383 int Len; in Icon2Gif() local 408 int Len; in Icon2Gif() local 429 size_t Len; in Icon2Gif() local 510 int Len; in Icon2Gif() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 116 uint64_t Len = GetStringLength(Src); in optimizeStrCat() local 128 Value *LibCallSimplifier::emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, in emitStrLenMemCpy() 153 uint64_t Len; in optimizeStrNCat() local 191 uint64_t Len = GetStringLength(SrcStr); in optimizeStrChr() local 327 uint64_t Len = GetStringLength(Src); in optimizeStrCpy() local 347 uint64_t Len = GetStringLength(Src); in optimizeStpCpy() local 380 uint64_t Len; in optimizeStrNCpy() local 404 if (uint64_t Len = GetStringLength(Src)) in optimizeStrLen() local 706 uint64_t Len = LenC->getZExtValue(); in optimizeMemCmp() local 1707 Value *Len = emitStrLen(CI->getArgOperand(2), B, DL, TLI); in optimizeSPrintFString() local [all …]
|
H A D | BuildLibCalls.cpp | 752 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitStrNCmp() 788 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStrNCpy() 805 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk() 828 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B, in emitMemChr() 847 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitMemCmp()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/ |
D | sort.go | 16 Len() int methodSpec 120 func (x IntSlice) Len() int { return len(x) } func 131 func (x Float64Slice) Len() int { return len(x) } func 153 func (x StringSlice) Len() int { return len(x) } func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1479 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitStrNCmp() 1503 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStrNCpy() 1511 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStpNCpy() 1519 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk() 1543 Value *llvm::emitMemPCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitMemPCpy() 1552 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemChr() 1562 Value *llvm::emitMemRChr(Value *Ptr, Value *Val, Value *Len, IRBuilderBase &B, in emitMemRChr() 1572 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitMemCmp() 1582 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitBCmp() 1592 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy()
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | value.go | 177 Len() int methodSpec 190 Len() int methodSpec 529 func (s String) Len() int { return len(s) } // bytes func 580 func (si stringElems) Len() int { return len(si.s) } func 788 func (d *Dict) Len() int { return int(d.ht.len) } func 868 func (l *List) Len() int { return len(l.elems) } func 977 func (t Tuple) Len() int { return len(t) } func 1055 func (s *Set) Len() int { return int(s.ht.len) } func 1358 func Len(x Value) int { func 1409 func (b Bytes) Len() int { return len(b) } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/ |
D | ztypes_aix_ppc64.go | 78 Len int64 member 147 Len uint8 member 155 Len uint8 member 164 Len uint8 member 170 Len uint8 member 181 Len uint8 member 194 Len uint32 member 205 Len uint64 member
|
D | ztypes_netbsd_arm64.go | 87 Len int64 member 111 Len uint8 member 119 Len uint8 member 128 Len uint8 member 134 Len uint8 member 145 Len uint8 member 164 Len uint64 member 190 Len uint32 member 361 Len uint32 member
|
D | ztypes_netbsd_amd64.go | 87 Len int64 member 111 Len uint8 member 119 Len uint8 member 128 Len uint8 member 134 Len uint8 member 145 Len uint8 member 164 Len uint64 member 190 Len uint32 member 361 Len uint32 member
|
/aosp_15_r20/external/go-cmp/cmp/ |
H A D | report_text.go | 68 Len() int methodSpec 103 func (s *textWrap) Len() int { func 168 func (s textList) Len() (n int) { func 346 func (s textLine) Len() int { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/ |
D | ztypes_aix_ppc.go | 124 Len uint8 member 132 Len uint8 member 141 Len uint8 member 147 Len uint8 member 158 Len uint8 member 171 Len uint32 member 182 Len uint32 member 322 Len int64 member
|
D | ztypes_aix_ppc64.go | 128 Len uint8 member 136 Len uint8 member 145 Len uint8 member 151 Len uint8 member 162 Len uint8 member 175 Len uint32 member 186 Len uint64 member 325 Len int64 member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 868 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitStrNCmp() 891 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStrNCpy() 898 Value *llvm::emitStpNCpy(Value *Dst, Value *Src, Value *Len, IRBuilder<> &B, in emitStpNCpy() 905 Value *llvm::emitMemCpyChk(Value *Dst, Value *Src, Value *Len, Value *ObjSize, in emitMemCpyChk() 929 Value *llvm::emitMemChr(Value *Ptr, Value *Val, Value *Len, IRBuilder<> &B, in emitMemChr() 938 Value *llvm::emitMemCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitMemCmp() 947 Value *llvm::emitBCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilder<> &B, in emitBCmp() 956 Value *llvm::emitMemCCpy(Value *Ptr1, Value *Ptr2, Value *Val, Value *Len, in emitMemCCpy()
|
H A D | SimplifyLibCalls.cpp | 175 static bool canTransformToMemCmp(CallInst *CI, Value *Str, uint64_t Len, in canTransformToMemCmp() 262 uint64_t Len = GetStringLength(Src); in optimizeStrCat() local 276 Value *LibCallSimplifier::emitStrLenMemCpy(Value *Src, Value *Dst, uint64_t Len, in emitStrLenMemCpy() 302 uint64_t Len; in optimizeStrNCat() local 350 uint64_t Len = GetStringLength(SrcStr); in optimizeStrChr() local 556 uint64_t Len = GetStringLength(Src); in optimizeStrCpy() local 580 uint64_t Len = GetStringLength(Src); in optimizeStpCpy() local 608 uint64_t Len; in optimizeStrNCpy() local 653 if (uint64_t Len = GetStringLength(Src, CharSize)) in optimizeStringLength() local 991 uint64_t Len, IRBuilder<> &B, in optimizeMemCmpConstantSize() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
D | cse.go | 332 func (sv sortvalues) Len() int { return len(sv.a) } func 350 func (sv partitionByDom) Len() int { return len(sv.a) } func 363 func (sv partitionByArgClass) Len() int { return len(sv.a) } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/macho/ |
D | macho.go | 116 Len uint32 member 131 Len uint32 member 146 Len uint32 member 156 Len uint32 member 180 Len uint32 member 190 Len uint32 member 197 Len uint32 member
|