HomeSort by: relevance | last modified time | path
    Searched defs:RequiredSize (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.h 81 static uptr RequiredSize(uptr stack_size_log) {
  /src/sys/external/bsd/acpica/dist/namespace/
nsnames.c 302 ACPI_SIZE RequiredSize;
316 RequiredSize = AcpiNsBuildNormalizedPath (Node, NULL, 0, NoTrailing);
317 if (!RequiredSize)
324 Status = AcpiUtInitializeBuffer (Buffer, RequiredSize);
333 (UINT32) RequiredSize, NoTrailing);
336 (char *) Buffer->Pointer, (UINT32) RequiredSize));
  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 767 ACPI_SIZE RequiredSize;
816 RequiredSize = AcpiNsBuildNormalizedPath (BufferNode, NULL, 0, FALSE);
817 if (!RequiredSize)
822 Pathname = ACPI_ALLOCATE_ZEROED (RequiredSize + ACPI_PATH_SEGMENT_LENGTH);
829 RequiredSize, FALSE);
844 PathnameEnd = Pathname + (RequiredSize - ACPI_NAMESEG_SIZE - 1);

Completed in 38 milliseconds