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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/
64bit.go 130 func (a Uint64) Len() int {
168 n := a.Len() - b.Len()
  /prebuilts/go/linux-x86/misc/ios/
go_darwin_arm_exec.go 66 if len(os.Args) < 2 {
87 if len(parts) == 2 {
265 startTestsLen := s.out.Len()
367 startLen := s.out.Len()
413 return len(in), nil
426 b := make([]byte, len(w.buf))
431 func (w *buf) Len() int {
434 return len(w.buf)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen.go 108 func (s byStackVar) Len() int { return len(s) }
191 if fn.Nbody.Len() == 0 {
264 if len(compilequeue) != 0 {
268 tmp := make([]*Node, len(compilequeue))
269 perm := rand.Perm(len(compilequeue))
279 return compilequeue[i].Nbody.Len() > compilequeue[j].Nbody.Len()
634 func (s byNodeName) Len() int { return len(s)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 172 for i < len(s) {
176 if i+2 <= len(s) && s[i] == '/' && s[i+1] == '/' {
177 for i < len(s) && s[i] != '\n' {
182 if i+2 <= len(s) && s[i] == '/' && s[i+1] == '*' {
184 if i+2 > len(s) {
204 if len(n.List) > 0 {
265 if n.Body == nil || len(n.Body.List) == 0 {
270 if n.Body == nil || len(n.Body.List) == 0 {
281 if n.Body == nil || len(n.Body.List) == 0 {
368 stmt := counterStmt(f, fmt.Sprintf("%s.Count[%d]", *varVar, len(f.blocks))
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
action.go 109 func (q *actionQueue) Len() int { return len(*q) }
114 n := len(*q) - 1
157 inWorkq[a] = len(workq)
162 for i := 0; i < len(workq); i++ {
541 for i := 0; i < len(workq); i++ {
584 hdrTarget := a.Target[:len(a.Target)-len(filepath.Ext(a.Target))] + ".h"
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
asm0.go 497 if int(o.size) > 4*len(out) {
829 func (x ocmp) Len() int {
830 return len(x)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
symbol.go 67 func (s *Symbol) Len() int64 {
75 if int64(len(s.P)) >= siz {
91 s.Size = int64(len(s.P))
243 return &s.R[len(s.R)-1]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/testingpkg/
tests_test.go 15 func (Buf) Len() int { return 0 }
  /prebuilts/go/linux-x86/src/encoding/asn1/
marshal.go 23 // Len returns the number of bytes needed to marshal this element.
24 Len() int
25 // Encode encodes this element by writing Len() bytes to dst.
31 func (c byteEncoder) Len() int {
41 func (b bytesEncoder) Len() int {
42 return len(b)
46 if copy(dst, b) != len(b) {
53 func (s stringEncoder) Len() int {
54 return len(s)
58 if copy(dst, s) != len(s)
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
onepass.go 52 if iop(i) != syntax.InstRune || len(i.Rune) != 1 {
58 for iop(i) == syntax.InstRune && len(i.Rune) == 1 && syntax.Flags(i.Arg)&syntax.FoldCase == 0 {
117 if u >= uint32(len(q.sparse)) {
130 if u >= uint32(len(q.sparse)) {
158 leftLen := len(*leftRunes)
159 rightLen := len(*rightRunes)
225 Inst: make([]onePassInst, len(prog.Inst)),
287 func (p runeSlice) Len() int { return len(p) }
301 if len(p.Inst) >= 1000
    [all...]
  /prebuilts/go/linux-x86/src/sort/
sort.go 15 // Len is the number of elements in the collection.
16 Len() int
214 // It makes one call to data.Len to determine n, and O(n*log(n)) calls to
217 n := data.Len()
257 n := data.Len()
271 func (p IntSlice) Len() int { return len(p) }
282 func (p Float64Slice) Len() int { return len(p) }
297 func (p StringSlice) Len() int { return len(p)
    [all...]
  /prebuilts/go/linux-x86/test/
64bit.go 130 func (a Uint64) Len() int {
168 n := a.Len() - b.Len()
  /build/blueprint/bootstrap/bpdoc/
bpdoc.go 175 if len(a) != len(b) {
189 if len(a) != len(b) {
203 if len(p.Properties) != len(other.Properties) {
346 // len(props) times to this slice will overwrite the original slice contents
540 for i := 0; i < len(mt.PropertyStructs); i++ {
541 if len(mt.PropertyStructs[i].Properties) == 0 {
594 if len(child.Properties) > 0
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 134 IN UINTN Len
147 Packets = (Len + BlockSize - 1) / BlockSize;
149 if (!Len) {
162 WRITE_REG32 (DIEPTSIZ (Ep), Len | (Packets << 19));
165 WriteBackDataCacheRange ((VOID *)Ptr, Len);
171 gDmaDescIn->status.b.bytes = Len;
186 IN UINTN Len
194 if (Len >= DATA_SIZE) {
197 RxDescBytes = Len;
203 InvalidateDataCacheRange (RxBuf, Len);
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/FdtPciHostBridgeLib/
FdtPciHostBridgeLib.c 102 UINT32 Len;
155 Status = FdtClient->GetNodeProperty (FdtClient, Node, "reg", &Prop, &Len);
156 if (EFI_ERROR (Status) || Len != 2 * sizeof (UINT64)) {
172 &Len);
173 if (EFI_ERROR (Status) || Len != 2 * sizeof (UINT32)) {
195 Status = FdtClient->GetNodeProperty (FdtClient, Node, "ranges", &Prop, &Len);
196 if (EFI_ERROR (Status) || Len == 0 ||
197 Len % sizeof (DTB_PCI_HOST_RANGE_RECORD) != 0) {
202 for (RecordIdx = 0; RecordIdx < Len / sizeof (DTB_PCI_HOST_RANGE_RECORD);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Acpi.h 69 UINT16 Len;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.cpp 276 UINT32 Len = 0;
279 Len = strlen (" -I ") + strlen (PathStr) + 1;
281 Len += strlen (mOptions.IncludePaths);
283 IncludePaths = new CHAR8[Len];
305 UINT32 Len = 0;
308 Len = strlen (Options) + strlen (" ") + 1;
310 Len += strlen (mOptions.CPreprocessorOptions);
312 Opt = new CHAR8[Len];
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.c 691 UINTN Len = AsciiStrSize (String);
693 GdbFWrite (2, String, Len);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 109 Creates Huffman Code mapping table for Extra Set, Char&Len Set
138 UINT16 Len;
202 Len = BitLen[Char];
203 if (Len == 0 || Len >= 17) {
207 NextCode = (UINT16) (Start[Len] + Weight[Len]);
209 if (Len <= TableBits) {
211 for (Index = Start[Len]; Index < NextCode; Index++) {
217 Index3 = Start[Len];
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 839 UINTN Len;
843 Len = Urb->DataLen;
858 Status = PciIo->Map (PciIo, MapOp, Urb->Data, &Len, &PhyAddr, &Map);
859 if (EFI_ERROR (Status) || (Len != Urb->DataLen)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.c 428 UINTN Len;
511 Len = (TdHw->ActualLen + 1) & 0x7FF;
514 QhResult->Complete += Len;
521 if (!IsLow && (TdHw->ShortPacket == 1) && (Len < Td->DataLen)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 777 UINTN Len;
823 Len = 0;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 529 UINTN Len;
573 Len = 0;
834 &Len,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.c 135 @param Len The length of the raw descriptor buffer.
145 IN UINTN Len,
189 while ((Offset < Len) && (Head->Type != Type)) {
190 Offset += Head->Len;
191 if (Len <= Offset) {
196 if (Head->Len == 0) {
197 DEBUG (( EFI_D_ERROR, "UsbCreateDesc: met mal-format descriptor, Head->Len = 0!\n"));
202 if ((Len <= Offset) || (Len < Offset + Head->Len) ||
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.h 51 UINT8 Len;

Completed in 1585 milliseconds

1 2 3 4 5 6 7 8 91011>>