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

  /src/sys/external/bsd/acpica/dist/dispatcher/
dsfield.c 330 UINT64 Position;
362 Position = (UINT64) Info->FieldBitPosition +
365 if (Position > ACPI_UINT32_MAX)
372 Info->FieldBitPosition = (UINT32) Position;
487 /* Keep track of bit position for the next field */
489 Position = (UINT64) Info->FieldBitPosition +
492 if (Position > ACPI_UINT32_MAX)
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 237 #region Position & length stuff
271 /// Gets/sets the current position in the <c>GZipStream</c>. Not supported.
275 public override long Position
  /src/sys/external/bsd/acpica/dist/common/
adfile.c 200 char *Position;
216 Position = strrchr (NewFilename, '.');
218 if (Position && (Position > DirectoryPosition))
222 Position++;
223 *Position = 0;
224 strcat (Position, Suffix);
  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 119 UINTN Index, Position, Length;
148 for (Position=0; Position < Length; Position += ISO_639_2_ENTRY_SIZE) {
154 if (CompareMem (Languages+Position, LangCode, ISO_639_2_ENTRY_SIZE) == 0) {
  /src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c 151 * retain it's position for stylistic reasons. If it doesn't,
388 char *Position;
405 Position = strrchr (NewFilename, '.');
407 if (Position && (Position > DirectoryPosition))
411 Position++;
412 *Position = 0;
413 strcat (Position, FILE_SUFFIX_DISASSEMBLY);
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c 77 * CurrentPosition - Position on current line
81 * RETURN: Line position after field is written
94 UINT32 Position;
102 Position = CurrentPosition;
104 if (Position == 0)
107 Position = Indent;
114 Position += TokenLength;
118 if (Position > MaxPosition)
121 Position = TokenLength;
133 Position += TokenLength
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h 156 // segment's Data location to get the element in the position of Offset.
377 // In-place construct at Position.
409 // In-place construct at Position.
426 auto Position = reinterpret_cast<T *>(AlignedOffset);
427 return *reinterpret_cast<T *>(Position);

Completed in 19 milliseconds