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 438 UINT64 Position;
470 Position = (UINT64) Info->FieldBitPosition +
473 if (Position > ACPI_UINT32_MAX)
480 Info->FieldBitPosition = (UINT32) Position;
595 /* Keep track of bit position for the next field */
597 Position = (UINT64) Info->FieldBitPosition +
600 if (Position > ACPI_UINT32_MAX)
  /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/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 308 char *Position;
324 Position = strrchr (NewFilename, '.');
326 if (Position && (Position > DirectoryPosition))
330 Position++;
331 *Position = 0;
332 strcat (Position, Suffix);
  /src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c 259 * retain it's position for stylistic reasons. If it doesn't,
496 char *Position;
513 Position = strrchr (NewFilename, '.');
515 if (Position && (Position > DirectoryPosition))
519 Position++;
520 *Position = 0;
521 strcat (Position, FILE_SUFFIX_DISASSEMBLY);
  /src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c 185 * CurrentPosition - Position on current line
189 * RETURN: Line position after field is written
202 UINT32 Position;
210 Position = CurrentPosition;
212 if (Position == 0)
215 Position = Indent;
222 Position += TokenLength;
226 if (Position > MaxPosition)
229 Position = TokenLength;
241 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 83 milliseconds