HomeSort by relevance Sort by last modified time
    Searched defs:Length (Results 151 - 175 of 218) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qossp.h 145 ULONG Length;
151 ULONG Length;
rpcdce.h 137 unsigned int Length;
usb.h 268 USHORT Length;
285 USHORT Length;
501 ULONG Length;
evntrace.h 361 #define DEFINE_TRACE_MOF_FIELD(MOF,ptr,length,type) \
363 (MOF)->Length = (ULONG) length; \
368 ULONG Length;
ntdddisk.h 430 LARGE_INTEGER Length;
456 ULONG Length;
usbioctl.h 410 ULONG Length;
http.h 41 ULARGE_INTEGER Length;
238 ULONG Length;
ntddstor.h 242 ULONG Length;
ntdef.h 451 USHORT Length;
461 USHORT Length;
470 USHORT Length;
485 USHORT Length;
493 USHORT Length;
521 ULONG Length;
544 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
  /toolchain/binutils/binutils-2.25/include/coff/
pe.h 426 char Length[4]; /* Section length. */
  /external/llvm/include/llvm/Support/
COFF.h 388 uint32_t Length;
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 171 unsigned Length;
211 unsigned Length;
216 unsigned Length;
229 unsigned Length;
235 unsigned Length;
329 return StringRef(Tok.Data, Tok.Length);
369 return StringRef(Barrier.Data, Barrier.Length);
394 return StringRef(SysReg.Data, SysReg.Length);
414 return StringRef(PSBHint.Data, PSBHint.Length);
419 return StringRef(Prefetch.Data, Prefetch.Length);
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 666 /// uint32_t Unit length (omiting this field)
676 // Emit size of content not including length itself. The size has
678 // 4 to that size to account for the length field.
786 Asm->EmitLabelDifference(EndLabel, BeginLabel, 4); // Arange length
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c 483 // Get the length
690 // The length of the string is obtained by subtracting 8 from the element size portion
995 // * cmsUInt32Number count; * Description length
998 // * cmsUInt32Number ucCount; * UniCode description length
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 102 ULONG Length;
109 ULONG Length;
159 ULONG Length;
185 ULONG Length;
195 ULONG Length;
204 ULONG Length;
222 ULONG Length;
239 ULONG Length;
255 ULONG Length;
284 ULONG Length;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
srb.h 198 ULONG Length;
277 USHORT Length;
310 USHORT Length;
356 USHORT Length;
404 USHORT Length;
577 IN ULONG Length);
606 OUT ULONG *Length);
649 IN ULONG Length);
687 IN ULONG Length);
932 IN ULONG Length);
    [all...]
video.h 87 while (byteOffset >= scatterList->Length) { \
88 byteOffset -= scatterList->Length; \
91 *pLength = scatterList->Length - byteOffset; \
167 ULONG Length;
242 ULONG Length;
391 IN ULONG Length);
398 IN ULONG Length);
423 IN ULONG Length);
430 IN ULONG Length,
455 IN OUT PULONG Length);
    [all...]
mce.h 215 ULONG Length;
236 ULONG Length;
752 USHORT Length;
963 ULONGLONG Length:1;
976 UCHAR Length;
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp 666 // For compatibility with existing code, we treat arrays of length 0 or
691 /// If Base is known to point to the start of an array, return the length of
692 /// that array. Return 0 if the length cannot be determined.
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 151 unsigned Length = Lexer::MeasureTokenLength(SM.getSpellingLoc(EndLoc),
153 EndLoc = EndLoc.getLocWithOffset(Length);
273 unsigned Length = End.second - Begin.second;
279 if (visitDeclsFromFileRegion(File, Offset, Length))
301 unsigned Offset, unsigned Length) {
307 Unit->findFileRegionDecls(File, Offset, Length, Decls);
326 Length = 0;
327 Unit->findFileRegionDecls(File, Offset, Length, Decls);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 2961 ExprP<float> length (const ExprP<typename ContainerOf<float, Size>::Container>& x) function in namespace:vkt::shaderexecutor::Functions
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 2982 ExprP<float> length (const ExprP<typename ContainerOf<float, Size>::Container>& x) function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
    [all...]
  /external/llvm/lib/IR/
Core.cpp 904 unsigned Length,
908 return wrap(ConstantDataArray::getString(*unwrap(C), StringRef(Str, Length),
919 LLVMValueRef LLVMConstString(const char *Str, unsigned Length,
921 return LLVMConstStringInContext(LLVMGetGlobalContext(), Str, Length,
933 const char *LLVMGetAsString(LLVMValueRef c, size_t* Length) {
935 *Length = str.size();
940 LLVMValueRef *ConstantVals, unsigned Length) {
941 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length);
942 return wrap(ConstantArray::get(ArrayType::get(unwrap(ElementTy), Length), V))
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 604 unsigned Length;
    [all...]

Completed in 2364 milliseconds

1 2 3 4 5 67 8 9