Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 15 of 15) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Ddtexpress.c193 UINT64 Result; in DtResolveIntegerExpression() local
202 *ReturnValue = Result; in DtResolveIntegerExpression()
227 UINT64 Result; in DtDoOperator() local
236 Result = ~RightValue; in DtDoOperator()
241 Result = !RightValue; in DtDoOperator()
246 Result = LeftValue * RightValue; in DtDoOperator()
258 Result = LeftValue / RightValue; in DtDoOperator()
270 Result = LeftValue % RightValue; in DtDoOperator()
274 Result = LeftValue + RightValue; in DtDoOperator()
361 ACPI_FORMAT_UINT64 (Result)); in DtDoOperator()
[all …]
H A Dprexpress.c374 UINT64 Result; in PrResolveIntegerExpression() local
387 Result = PrEvaluateExpression (ExpandedLine); in PrResolveIntegerExpression()
390 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Result)); in PrResolveIntegerExpression()
392 *ReturnValue = Result; in PrResolveIntegerExpression()
/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsutils.c381 char *Result = NULL; in AcpiNsBuildInternalName() local
396 Result = &InternalName[1]; in AcpiNsBuildInternalName()
401 Result = &InternalName[2]; in AcpiNsBuildInternalName()
407 Result = &InternalName[3]; in AcpiNsBuildInternalName()
427 Result = &InternalName[i]; in AcpiNsBuildInternalName()
432 Result = &InternalName[(ACPI_SIZE) i+1]; in AcpiNsBuildInternalName()
438 Result = &InternalName[(ACPI_SIZE) i+2]; in AcpiNsBuildInternalName()
453 Result[i] = '_'; in AcpiNsBuildInternalName()
459 Result[i] = (char) toupper ((int) *ExternalName); in AcpiNsBuildInternalName()
475 Result += ACPI_NAMESEG_SIZE; in AcpiNsBuildInternalName()
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexconvrt.c194 UINT64 Result; in AcpiExConvertToInteger() local
234 Result = 0; in AcpiExConvertToInteger()
252 Result = AcpiUtImplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer)); in AcpiExConvertToInteger()
256 Result = AcpiUtExplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer)); in AcpiExConvertToInteger()
287 Result |= (((UINT64) Pointer[i]) << (i * 8)); in AcpiExConvertToInteger()
300 ReturnDesc = AcpiUtCreateIntegerObject (Result); in AcpiExConvertToInteger()
307 ACPI_FORMAT_UINT64 (Result))); in AcpiExConvertToInteger()
/f-stack/freebsd/contrib/zstd/examples/
H A DREADME.md11 Result remains in memory.
36 Result is sent to stdout.
45 Result remains in memory.
/f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in75 class Result(object): class
91 Result.total += 1
96 Result.runresults['RERAN'] += 1
99 Result.runresults['KILLED'] += 1
102 Result.runresults['PASS'] += 1
105 Result.runresults['SKIP'] += 1
108 Result.runresults['FAIL'] += 1
170 self.result = Result()
303 Result.total += 1
304 Result.runresults['SKIP'] += 1
[all …]
/f-stack/tools/libxo/doc/
H A Dfaq.rst64 help "Result of scanning in downstream direction";
69 help "Result of ranging action";
/f-stack/tools/libxo/tests/gettext/
H A Dstrerror.pot189 msgid "Result too large"
/f-stack/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst358 Result: <n> Mpps
/f-stack/freebsd/contrib/device-tree/Bindings/iio/adc/
H A Dst,stm32-adc.yaml12 in single, continuous, scan or discontinuous mode. Result of the ADC is
/f-stack/freebsd/contrib/device-tree/scripts/
H A DKbuild.include200 # Check if both arguments has same arguments. Result is empty string if equal.
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po188 msgid "Result too large"
/f-stack/
H A DREADME.md132 ## Nginx Testing Result
/f-stack/freebsd/crypto/openssl/arm/
H A Dpoly1305-armv4.S472 @ Result of multiplication of n-bit number by m-bit number is
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt14771 during and after GPE method execution. Result of 04/27 changes.
18837 Partially implemented support for Implicit Result-to-Target