Home
last modified time | relevance | path

Searched refs:In (Results 1 – 19 of 19) sorted by relevance

/third_party/lib/acpica/source/components/resources/
A Drsxface.c56 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
57 #define ACPI_COPY_ADDRESS(Out, In) \ argument
58 ACPI_COPY_FIELD(Out, In, ResourceType); \
59 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
60 ACPI_COPY_FIELD(Out, In, Decode); \
61 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
62 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
63 ACPI_COPY_FIELD(Out, In, Info); \
64 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
65 ACPI_COPY_FIELD(Out, In, Address.Minimum); \
[all …]
/third_party/lib/acpica/source/components/utilities/
A Dutmisc.c147 } In; in AcpiUtDwordByteSwap() local
153 In.Value = Value; in AcpiUtDwordByteSwap()
155 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()
156 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()
157 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()
158 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
/third_party/ulib/jemalloc/
A DREADME4 way into numerous applications that rely on its predictable behavior. In 2010
A DChangeLog181 - Use linear scan for small bitmaps (used for small object tracking). In
198 - Refactor arenas array. In addition to fixing a fork-related deadlock, this
205 - Fix run quantization. In practice this bug had no impact unless
390 dirty-run-containing chunks. In practice this change significantly reduces
475 small/large allocation if chunk allocation failed. In the absence of this
557 - Add a missing mutex unlock in a malloc_init_hard() error path. In practice
639 In addition to a couple of bug fixes, this version modifies page run
A DINSTALL188 mutex locking/unlocking operations while in single-threaded mode. In
342 In some cases it may be necessary to work around configuration results that do
/third_party/ulib/cksum/
A DLICENSE6 warranty. In no event will the authors be held liable for any damages
/third_party/ulib/lz4/
A DREADME.md10 …ates lz4-compressed blocks into the [official interoperable frame format]. In order to work proper…
/third_party/ulib/musl/
A DCOPYRIGHT107 In addition, permission is hereby granted for all public header files
127 negated the permissions granted in the license. In the spirit of
/third_party/dev/ethernet/e1000/
A DREADME57 In the instructions below, x.x.x is the driver version as indicated in the
154 1000baseTX - Sets speed to 1000 Mbps. In this case, the driver
157 1000baseSX - Sets speed to 1000 Mbps. In this case, the driver
255 In this example, all packets will be marked on egress with 802.1Q VLAN
337 In some cases ports 3 and 4 wont pass traffic. Ports 1 and 2 don't show
/third_party/ulib/linenoise/
A DREADME.markdown31 The library is currently about 1100 lines of code. In order to use it in your project just look at …
97 In order to enable multi line editing use the following API call:
134 In order to use completion, you need to register a completion callback, which
/third_party/ulib/backtrace/
A Dbacktrace-supported.h.in48 the backtrace functions from a signal handler. In general this
/third_party/lib/acpica/source/compiler/
A Dreadme.txt22 2) The ACPICA Core Subsystem source. In particular, the Namespace
/third_party/lib/acpica/source/common/
A Ddmextern.c1264 In other words, if ABCD and EFGH are actually external control methods
/third_party/uapp/dash/src/
A DTOUR80 INTERRUPTS: In an interactive shell, an interrupt will cause an
187 right. In the case of here documents which are not subject to
/third_party/ulib/usbhost/
A DLICENSE.txt154 8. Limitation of Liability. In no event and under no legal theory,
/third_party/tools/android/
A DLICENSE154 8. Limitation of Liability. In no event and under no legal theory,
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h.in338 * In addition, this controls the spacing of cacheline-spaced size classes.
466 * size classes. In order to reduce cache footprint, the table is compressed,
/third_party/lib/acpica/
A Dchanges.txt47 In other words, any module-level code within an AML table is executed
98 to another ASL operator. In these cases, the method was not invoked.
804 avoided in cases where events cannot be timely serviced. In this
3504 In addition, these new command line options are supported:
13384 encountered (during table load or method execution). In other
13542 conversion" was not performed. In other words, if the existing
13587 alias could point to a method. In other words, aliases were not
13666 interpreter handling of this prefix. In the case where one or
14296 buffer - otherwise it was returned as an integer. In ACPI 2.0,
15410 Breakpoint operators. In the latter case, the AcpiOsBreakpoint
[all …]
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl3380 // In the non-debug version of the interpreter, BreakPoint is equivalent to Noop.
5918 // In the following section, this test will cover the SizeOf
5920 // In this case, both Local0 and Local1 should have the same Size

Completed in 684 milliseconds