Searched refs:avail (Results 1 - 25 of 139) sorted by relevance

123456

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dvirtio_ring.h47 /* The Guest uses this in avail->flags to advise the Host: don't interrupt me
56 * at the end of the avail ring. Host should ignore the avail->flags field. */
57 /* The Host publishes the avail index for which it expects a kick
98 struct vring_avail *avail; member in struct:vring
129 #define vring_used_event(vr) ((vr)->avail->ring[(vr)->num])
137 vr->avail = p + num*sizeof(struct vring_desc);
138 vr->used = (void *)(((unsigned long)&vr->avail->ring[num] + sizeof(__u16)
/prebuilts/jdk/jdk8/darwin-x86/sample/nio/file/
H A DDiskUsage.java57 long avail = store.getUsableSpace() / K;
64 System.out.format("%-20s %12d %12d %12d\n", s, total, used, avail);
68 System.out.format("%-20s %12s %12s %12s\n", "Filesystem", "kbytes", "used", "avail");
/prebuilts/jdk/jdk8/linux-x86/sample/nio/file/
H A DDiskUsage.java57 long avail = store.getUsableSpace() / K;
64 System.out.format("%-20s %12d %12d %12d\n", s, total, used, avail);
68 System.out.format("%-20s %12s %12s %12s\n", "Filesystem", "kbytes", "used", "avail");
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h190 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DMachineModuleInfo.h179 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DMachineModuleInfo.h179 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h190 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DMachineModuleInfo.h179 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
H A DMachineModuleInfo.h179 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
H A DMachineModuleInfo.h189 void setDebugInfoAvailability(bool avail) { DbgInfoAvailable = avail; } argument
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Ddifflib.py677 # avail[x] is the number of times x appears in 'b' less the
679 avail = {}
680 availhas, matches = avail.__contains__, 0
683 numb = avail[elt]
686 avail[elt] = numb - 1
H A D_pyio.py971 avail = len(buf) - pos # Length of the available buffered data.
972 if n <= avail:
980 while avail < n:
990 avail += len(chunk)
992 # n is more then avail only when an EOF occurred or when
994 n = min(n, avail)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Ddifflib.py677 # avail[x] is the number of times x appears in 'b' less the
679 avail = {}
680 availhas, matches = avail.__contains__, 0
683 numb = avail[elt]
686 avail[elt] = numb - 1
H A D_pyio.py971 avail = len(buf) - pos # Length of the available buffered data.
972 if n <= avail:
980 while avail < n:
990 avail += len(chunk)
992 # n is more then avail only when an EOF occurred or when
994 n = min(n, avail)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddifflib.py677 # avail[x] is the number of times x appears in 'b' less the
679 avail = {}
680 availhas, matches = avail.__contains__, 0
683 numb = avail[elt]
686 avail[elt] = numb - 1
H A D_pyio.py971 avail = len(buf) - pos # Length of the available buffered data.
972 if n <= avail:
980 while avail < n:
990 avail += len(chunk)
992 # n is more then avail only when an EOF occurred or when
994 n = min(n, avail)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddifflib.py677 # avail[x] is the number of times x appears in 'b' less the
679 avail = {}
680 availhas, matches = avail.__contains__, 0
683 numb = avail[elt]
686 avail[elt] = numb - 1
H A D_pyio.py971 avail = len(buf) - pos # Length of the available buffered data.
972 if n <= avail:
980 while avail < n:
990 avail += len(chunk)
992 # n is more then avail only when an EOF occurred or when
994 n = min(n, avail)

Completed in 558 milliseconds

123456