HomeSort by relevance Sort by last modified time
    Searched defs:Len (Results 1 - 25 of 515) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
m64-ptr.cpp 10 long Len;
  /prebuilts/go/darwin-x86/test/
method3.go 13 func (t T) Len() int { return len(t) }
16 Len() int
23 if i.Len() != 5 {
24 println("i.Len", i.Len())
27 if T.Len(t) != 5 {
28 println("T.Len", T.Len(t))
31 if (*T).Len(&t) != 5
    [all...]
  /prebuilts/go/linux-x86/test/
method3.go 13 func (t T) Len() int { return len(t) }
16 Len() int
23 if i.Len() != 5 {
24 println("i.Len", i.Len())
27 if T.Len(t) != 5 {
28 println("T.Len", T.Len(t))
31 if (*T).Len(&t) != 5
    [all...]
  /external/llvm/lib/Fuzzer/test/
StrcmpTest.cpp 13 size_t Len = strlen(Str);
14 if (Size < Len) return false;
15 if (Len >= sizeof(Buff)) return false;
16 memcpy(Buff, (char*)Data, Len);
17 Buff[Len] = 0;
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
console.c 61 UINTN Len;
67 Len = 0;
83 if (Len) {
85 Len -= 1;
91 if (Len < StrLen-1) {
92 InStr[Len] = Key.UnicodeChar;
94 InStr[Len+1] = 0;
95 uefi_call_wrapper(ConOut->OutputString, 2, ConOut, &InStr[Len]);
97 Len += 1;
103 InStr[Len] = 0
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
eff_sequence.go 21 func (s Sequence) Len() int {
22 return len(s)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
bootstrap.go 27 func (x sliceByFn) Len() int { return x.val.Len() }
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
typelink.go 21 func (s byTypeStr) Len() int { return len(s) }
39 tl.Size = int64(4 * len(typelinks))
41 tl.R = make([]sym.Reloc, len(typelinks))
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/divergent/
buf.go 14 func (Buf) Len() int { return 0 }
  /prebuilts/go/darwin-x86/src/runtime/pprof/
label_test.go 22 func (s labelSorter) Len() int { return len(s) }
30 if len(labels) != 0 {
  /prebuilts/go/darwin-x86/test/bench/garbage/
stats.go 24 fmt.Printf("garbage.%sLastPause%s 1 %d ns/op\n", name, cpus, st.PauseNs[(st.NumGC-1)%uint32(len(st.PauseNs))])
27 if nn >= len(st.PauseNs) {
28 nn = len(st.PauseNs)
38 func (t T) Len() int { return len(t) }
43 x := make(T, len(raw))
47 q1 = x[len(x)/4]
48 q2 = x[len(x)/2]
49 q3 = x[len(x)*3/4]
50 hi = x[len(x)-1
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue17449.go 16 func (x *PriorityList) Len() int { return len(x.elems) }
25 return l.remove(l.Len() - 1)
  /prebuilts/go/linux-x86/doc/progs/
eff_sequence.go 21 func (s Sequence) Len() int {
22 return len(s)
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
bootstrap.go 27 func (x sliceByFn) Len() int { return x.val.Len() }
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
typelink.go 21 func (s byTypeStr) Len() int { return len(s) }
39 tl.Size = int64(4 * len(typelinks))
41 tl.R = make([]sym.Reloc, len(typelinks))
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/divergent/
buf.go 14 func (Buf) Len() int { return 0 }
  /prebuilts/go/linux-x86/src/runtime/pprof/
label_test.go 22 func (s labelSorter) Len() int { return len(s) }
30 if len(labels) != 0 {
  /prebuilts/go/linux-x86/test/bench/garbage/
stats.go 24 fmt.Printf("garbage.%sLastPause%s 1 %d ns/op\n", name, cpus, st.PauseNs[(st.NumGC-1)%uint32(len(st.PauseNs))])
27 if nn >= len(st.PauseNs) {
28 nn = len(st.PauseNs)
38 func (t T) Len() int { return len(t) }
43 x := make(T, len(raw))
47 q1 = x[len(x)/4]
48 q2 = x[len(x)/2]
49 q3 = x[len(x)*3/4]
50 hi = x[len(x)-1
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/
issue17449.go 16 func (x *PriorityList) Len() int { return len(x.elems) }
25 return l.remove(l.Len() - 1)
  /build/soong/env/
env.go 31 contents := make(envFileData, 0, len(envDeps))
76 if len(changed) > 0 {
87 func (e envFileData) Len() int {
88 return len(e)
  /device/linaro/bootloader/edk2/ArmPkg/Library/RvdPeCoffExtraActionLib/
RvdPeCoffExtraActionLib.c 76 UINTN Len;
83 Len = AsciiStrLen (Ptr);
95 for (Index = 11; Index < Len; Index++) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Option.c 39 UINT32 Len;
57 Len = Option[Cur + 1];
61 // SRR/RR options are formatted as |Type|Len|Point|Ip1|Ip2|...
63 if ((OptionLen - Cur < Len) || (Len < 3) || ((Len - 3) % 4 != 0)) {
67 if ((Point > Len + 1) || (Point % 4 != 0)) {
77 ((Rcvd && (Point != Len + 1)) || (!Rcvd && (Point != 4)))) {
82 Cur += Len;
86 Len = Option[Cur + 1];
    [all...]
  /external/clang/lib/AST/
SelectorLocationsKind.cpp 31 unsigned Len = II ? II->getLength() : 0;
32 return EndLoc.getLocWithOffset(-Len);
39 unsigned Len = /* selector id */ (II ? II->getLength() : 0) + /* ':' */ 1;
41 ++Len;
42 return ArgLoc.getLocWithOffset(-Len);
  /external/swiftshader/third_party/LLVM/tools/llvm-as/
llvm-as.cpp 60 int Len = IFN.length();
61 if (IFN[Len-3] == '.' && IFN[Len-2] == 'l' && IFN[Len-1] == 'l') {
  /prebuilts/go/darwin-x86/src/container/heap/
example_intheap_test.go 16 func (h IntHeap) Len() int { return len(h) }
28 n := len(old)
41 for h.Len() > 0 {

Completed in 657 milliseconds

1 2 3 4 5 6 7 8 91011>>