OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Integer
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslutils.c
200
UINT32
Integer
;
215
* RETURN: TRUE if string is an
integer
216
* FALSE if string is not an
integer
219
* an
integer
value.
491
* RETURN: Event number (
integer
index)
521
* PARAMETERS: Event - Event number (
integer
index)
843
* PARAMETERS: Op -
Integer
parse node
849
* DESCRIPTION: Check
integer
for an allowable range
865
if ((Op->Asl.Value.
Integer
< LowValue) ||
866
(Op->Asl.Value.
Integer
> HighValue)
[
all
...]
/src/sys/external/bsd/acpica/dist/include/
acobject.h
202
#define AOPOBJ_AML_CONSTANT 0x01 /*
Integer
is an AML constant */
628
ACPI_OBJECT_INTEGER
Integer
;
actbl.h
501
UINT32
Integer
;
aclocal.h
1010
UINT64
Integer
; /*
Integer
constant (Up to 64 bits) */
1086
#define ACPI_DASM_EISAID 0x06 /*
Integer
is an EISAID */
actypes.h
200
* common 64-bit
integer
type across the various compilation models, as
249
* any type of
integer
. It is up to the host-dependent OSL to cast the
278
#define ACPI_USE_NATIVE_DIVIDE /* Has native 64-bit
integer
support */
279
#define ACPI_USE_NATIVE_MATH64 /* Has native 64-bit
integer
support */
614
* Obsolete: Acpi
integer
width. In ACPI version 1 (1996), integers are
616
* Note that this pertains to the ACPI
integer
type only, not to other
635
#define ACPI_LOBYTE(
Integer
) ((UINT8) (UINT16)(
Integer
))
636
#define ACPI_HIBYTE(
Integer
) ((UINT8) (((UINT16)(
Integer
)) >> 8)
[
all
...]
Completed in 16 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025