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

1 2 3 4 5 6 78 9

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 42 typedef PVOID (NTAPI LSA_ALLOCATE_LSA_HEAP)(ULONG Length);
44 typedef PVOID (NTAPI LSA_ALLOCATE_PRIVATE_HEAP)(SIZE_T Length);
48 typedef NTSTATUS (NTAPI LSA_COPY_TO_CLIENT_BUFFER)(PLSA_CLIENT_REQUEST ClientRequest,ULONG Length,PVOID ClientBaseAddress,PVOID BufferToCopy);
49 typedef NTSTATUS (NTAPI LSA_COPY_FROM_CLIENT_BUFFER)(PLSA_CLIENT_REQUEST ClientRequest,ULONG Length,PVOID BufferToCopy,PVOID ClientBaseAddress);
471 ULONG Length;
    [all...]
sspi.h 115 unsigned short Length;
799 KSECDDDECLSPEC NTSTATUS NTAPI SecMakeSPN(PUNICODE_STRING ServiceClass,PUNICODE_STRING ServiceName,PUNICODE_STRING InstanceName,USHORT InstancePort,PUNICODE_STRING Referrer,PUNICODE_STRING Spn,PULONG Length,BOOLEAN Allocate);
800 KSECDDDECLSPEC NTSTATUS NTAPI SecMakeSPNEx(PUNICODE_STRING ServiceClass,PUNICODE_STRING ServiceName,PUNICODE_STRING InstanceName,USHORT InstancePort,PUNICODE_STRING Referrer,PUNICODE_STRING TargetInfo,PUNICODE_STRING Spn,PULONG Length,BOOLEAN Allocate);
    [all...]
lmaccess.h 740 ULONG Length;
    [all...]
winternl.h 26 USHORT Length;
101 USHORT Length;
121 ULONG Length;
149 (p)->Length = sizeof(OBJECT_ATTRIBUTES); \
940 #define RtlMoveMemory(Destination,Source,Length) memmove((Destination),(Source),(Length))
941 #define RtlFillMemory(Destination,Length,Fill) memset((Destination),(Fill),(Length))
942 #define RtlZeroMemory(Destination,Length) memset((Destination),0,(Length))
    [all...]
ntsecapi.h 59 ULONG Length;
71 ULONG Length;
111 USHORT Length;
117 USHORT Length;
123 ULONG Length;
421 ULONG Length;
    [all...]
ntddndis.h 36 USHORT Length;
628 ULONG Length;
658 ULONG Length;
665 ULONG Length;
673 ULONG Length;
692 ULONG Length;
701 ULONG Length;
707 ULONG Length;
739 ULONG Length;
757 ULONG Length;
    [all...]
winioctl.h 216 DWORD Length;
552 DWORD Length;
623 LARGE_INTEGER Length;
818 LARGE_INTEGER Length;
    [all...]
ksmedia.h     [all...]
  /external/clang/include/clang-c/
Index.h 115 * \brief The length of the unsaved contents of this buffer.
117 unsigned long Length;
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 465 unsigned Length;
595 return StringRef(Tok.Data, Tok.Length);
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 190 // aka the i.first value, of the data in code table entry plus its Length
195 uint16_t Length;
196 i.second.getLength(Length);
198 return j.first >= i.first && j.first < i.first + Length;
201 static uint64_t DumpDataInCode(const uint8_t *bytes, uint64_t Length,
208 if (Length >= 4) {
214 } else if (Length >= 2) {
427 outs() << "offset length kind\n";
433 uint16_t Length;
434 DI->getLength(Length);
2478 uint64_t length; \/\/ number of non-NULL characters in above member in struct:cfstring64_t
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /external/v8/include/
v8.h 1145 int length; member in struct:v8::ScriptCompiler::CachedData
2412 int length() const { return length_; } function in class:v8::String::Utf8Value
2434 int length() const { return length_; } function in class:v8::String::Value
4876 size_t length() const { return length_; } function in class:v8::ExternalOneByteStringResourceImpl
    [all...]
  /external/v8/src/
api.cc 351 virtual void* Allocate(size_t length) {
352 void* data = AllocateUninitialized(length);
353 return data == NULL ? data : memset(data, 0, length);
355 virtual void* AllocateUninitialized(size_t length) { return malloc(length); }
591 void V8::SetFlagsFromString(const char* str, int length) {
592 i::FlagList::SetFlagsFromString(str, length);
1028 int NeanderArray::length() { function in class:v8::NeanderArray
1046 int length = this->length(); local
5036 int length = str->length(); local
5868 int length = 0; local
6320 i::Object* length = obj->length(); local
6436 int length = table->NumberOfElements() * 2; local
6528 int length = table->NumberOfElements(); local
    [all...]
  /external/v8/src/s390/
constants-s390.h 1172 int length = InstructionLength(instr); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndistapi.h 610 USHORT Length;
    [all...]
ndis.h     [all...]
scsi.h     [all...]
ntddk.h 281 USHORT Length;
1047 IN ULONG Length);
1073 IN ULONG Length);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 368 // RFC 1034/1035 specify that a domain label consists of a length byte plus up to 63 characters
370 typedef struct { mDNSu8 c[ 64]; } domainlabel; // One label: length byte and up to 63 characters
372 // RFC 1034/1035/2181 specify that a domain name (length bytes and data bytes) may be up to 255 bytes long,
375 typedef struct { mDNSu8 c[256]; } domainname; // Up to 256 bytes of length-prefixed domainlabels
384 // Length byte, 63 data bytes, length byte, 63 data bytes, length byte, 63 data bytes, length byte, 62 data bytes, zero byte.
538 mDNSu16 len; // Payload Length
578 mDNSu16 len; // Length including UDP header (i.e. minimum value is 8 bytes
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /external/mesa3d/src/mesa/main/
mtypes.h 3280 GLsizei length; member in struct:gl_debug_msg
    [all...]

Completed in 3153 milliseconds

1 2 3 4 5 6 78 9