HomeSort by relevance Sort by last modified time
    Searched refs:MaxLength (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntstrsafe.h 40 IN SIZE_T MaxLength,
44 SIZE_T LocalMax = MaxLength;
46 while (MaxLength && (*String != ANSI_NULL))
49 MaxLength--;
52 if (!MaxLength) Status = STATUS_INVALID_PARAMETER;
58 *ReturnLength = LocalMax - MaxLength;
75 IN SIZE_T MaxLength)
79 if (!(Length) || (Length > MaxLength)) Status = STATUS_INVALID_PARAMETER;
104 IN SIZE_T MaxLength,
111 MaxLength);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 275 char *Buffer, int MaxLength);
278 char *Buffer, int MaxLength);
283 int MaxLength);
  /external/llvm/include/llvm/Target/
TargetSelectionDAGInfo.h 160 SDValue Src, SDValue MaxLength,
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 283 SDValue Src, SDValue MaxLength,
286 MaxLength = DAG.getZExtOrTrunc(MaxLength, DL, PtrVT);
287 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, MaxLength);
SystemZSelectionDAGInfo.h 71 SDValue Src, SDValue MaxLength,
  /external/google-breakpad/src/client/linux/minidump_writer/
line_reader_unittest.cc 143 TEST(LineReaderTest, MaxLength) {
  /art/runtime/hprof/
hprof.cc 255 size_t MaxLength() const {
433 max_length = count_output.MaxLength();
    [all...]

Completed in 2015 milliseconds