Home
last modified time | relevance | path

Searched refs:Actual (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslfileio.c275 UINT32 Actual; in FlReadFile() local
280 Actual = fread (Buffer, 1, Length, AslGbl_Files[FileId].Handle); in FlReadFile()
281 if (Actual < Length) in FlReadFile()
319 UINT32 Actual; in FlWriteFile() local
325 if (Actual != Length) in FlWriteFile()
335 Actual = fwrite ((char *) Buffer, 1, Length, in FlWriteFile()
337 if (Actual != Length) in FlWriteFile()
367 INT32 Actual; in FlPrintFile() local
372 Actual = vfprintf (AslGbl_Files[FileId].Handle, Format, Args); in FlPrintFile()
375 if (Actual == -1) in FlPrintFile()
[all …]
H A Ddttemplate.c496 int Actual; in DtCreateOneTemplate() local
573 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
575 if (Actual < 0) in DtCreateOneTemplate()
585 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
587 if (Actual < 0) in DtCreateOneTemplate()
596 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
598 if (Actual < 0) in DtCreateOneTemplate()
606 Actual = DtEmitDefinitionBlock ( in DtCreateOneTemplate()
608 if (Actual < 0) in DtCreateOneTemplate()
H A Daslhex.c241 UINT32 Actual; in HxReadAmlOutputFile() local
244 Actual = fread (Buffer, 1, HEX_TABLE_LINE_SIZE, in HxReadAmlOutputFile()
253 return (Actual); in HxReadAmlOutputFile()
H A Daslerror.c468 int Actual; in AePrintErrorSourceLine() local
538 Actual = fseek (SourceFile, in AePrintErrorSourceLine()
540 if (Actual) in AePrintErrorSourceLine()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt40 Actual: 1
54 Actual: 1
106 Actual: 1
108 Actual: 1
123 Actual: 1
145 Actual: 1
220 Actual: 1
238 Actual: 1
240 Actual: 0
254 Actual: 0
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h43 Constant *Actual; // A corresponding actual constant argument. member
45 ArgInfo(Argument *F, Constant *A) : Formal(F), Actual(A) {} in ArgInfo()
48 return Formal == Other.Formal && Actual == Other.Actual;
54 return hash_combine(hash_value(A.Formal), hash_value(A.Actual)); in hash_value()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp130 gtestThatInternal(MacroType Macro, StatementMatcher Actual, in gtestThatInternal() argument
134 hasOverloadedOperatorName("()"), hasArgument(2, Actual), in gtestThatInternal()
200 internal::BindableMatcher<Stmt> gtestAssertThat(StatementMatcher Actual, in gtestAssertThat() argument
202 return gtestThatInternal(MacroType::Assert, Actual, Matcher); in gtestAssertThat()
205 internal::BindableMatcher<Stmt> gtestExpectThat(StatementMatcher Actual, in gtestExpectThat() argument
207 return gtestThatInternal(MacroType::Expect, Actual, Matcher); in gtestExpectThat()
/freebsd/sys/contrib/dev/acpica/common/
H A Dadfile.c236 ACPI_SIZE Actual; in AdWriteBuffer() local
246 Actual = fwrite (Buffer, 1, (size_t) Length, File); in AdWriteBuffer()
247 if (Actual != Length) in AdWriteBuffer()
253 return ((INT32) Actual); in AdWriteBuffer()
H A Dacfileio.c581 ACPI_SIZE Actual; in AcValidateTableHeader() local
607 Actual = fread (&TableHeader, 1, HeaderLength, File); in AcValidateTableHeader()
613 if (Actual < HeaderLength) in AcValidateTableHeader()
617 (UINT32) Actual, HeaderLength); in AcValidateTableHeader()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test-golden-lin.txt5 Actual: false
513 Actual:
578 Actual:
696 Actual:
707 Actual:
719 Actual:
733 Actual:
744 Actual:
756 Actual:
770 Actual:
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DGtestMatchers.h49 internal::BindableMatcher<Stmt> gtestAssertThat(StatementMatcher Actual,
58 internal::BindableMatcher<Stmt> gtestExpectThat(StatementMatcher Actual,
/freebsd/bin/sh/tests/builtins/
H A Dcommand13.011 echo "Actual: $1"
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp216 Value *Actual = *AI; in visitCallBase() local
219 Check(Formal->getType() == Actual->getType(), in visitCallBase()
227 if (Formal->hasNoAliasAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
252 if (Formal->hasStructRetAttr() && Actual->getType()->isPointerTy()) { in visitCallBase()
255 Actual, LocationSize::precise(DL->getTypeStoreSize(Ty))); in visitCallBase()
/freebsd/sys/contrib/device-tree/src/arm64/marvell/
H A Darmada-3720-eDPU.dts25 /* Actual device is MV88E6361 */
H A Dcn9130-crb.dtsi211 /* Actual device is MV88E6393X */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp720 << ", ActualArg = " << Arg.Actual->getNameOrAsOperand() in run()
877 B += Visitor.getSpecializationBonus(A.Formal, A.Actual); in findSpecializations()
878 Score += getInliningBonus(A.Formal, A.Actual); in findSpecializations()
1119 return getCandidateConstant(CS->getArgOperand(ArgNo)) != Arg.Actual; in updateCallSites()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp518 MCSymbol *Actual = getContext().getOrCreateSymbol(ActualName); in ParseDirectiveAlias() local
520 getStreamer().emitWeakReference(Alias, Actual); in ParseDirectiveAlias()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst33 Actual Type of the integer can be checked using :doc:`item types API <item_types>`.
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi3670-hikey970.dts304 "[GPIO_188_I2C1_SCL]", /* Actual SoC I2C1_SCL */
305 "[GPIO_189_I2C1_SDA]", /* Actual SoC I2C1_SDA */
H A Dhi3660-hikey960.dts454 "[I2C1_SCL]", /* Actual SoC I2C1 */
455 "[I2C1_SDA]", /* Actual SoC I2C1 */
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Directive/
H A DDirectiveBase.td120 // Actual clause.
/freebsd/contrib/unbound/testdata/
H A Dedns_downstream_cookies.rpl15 ; Actual hash generation is tested with unit tests.
/freebsd/contrib/googletest/docs/
H A Dadvanced.md101 Actual: false (3 is odd)
109 Actual: false
131 Actual: true (8 is even)
696 Actual: 2
703 Actual: 3
2130 <failure message="Value of: add(1, 1)&#x0A; Actual: 3&#x0A;Expected: 2" type="">...</failure>
2131 … <failure message="Value of: add(1, -1)&#x0A; Actual: 1&#x0A;Expected: 0" type="">...</failure>
2328 "message": "Value of: add(1, 1)\n Actual: 3\nExpected: 2",
2332 "message": "Value of: add(1, -1)\n Actual: 1\nExpected: 0",
/freebsd/crypto/openssl/doc/man3/
H A DASN1_generate_nconf.pod251 # Actual public key: modulus and exponent
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dxpedite5301.dts139 * Actual part could be ST Micro NAND08GW3B2A (1 GB),

12