Home
last modified time | relevance | path

Searched refs:SourceByte (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslerror.c464 UINT8 SourceByte; in AePrintErrorSourceLine() local
543 RActual = fread (&SourceByte, 1, 1, SourceFile); in AePrintErrorSourceLine()
553 while (RActual && SourceByte && (SourceByte != '\n')) in AePrintErrorSourceLine()
559 if (fwrite (&SourceByte, 1, 1, OutputFile) != 1) in AePrintErrorSourceLine()
572 RActual = fread (&SourceByte, 1, 1, SourceFile); in AePrintErrorSourceLine()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp25617 int SourceByte = 16 + (i * ScalarSizeInBytes) + j; in LowerBITREVERSE_XOP() local
25618 int PermuteByte = SourceByte | (2 << 5); in LowerBITREVERSE_XOP()