OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileEnd
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
cvparser.c
248
UINT8 *
FileEnd
;
273
AcpiGbl_FileTreeRoot->
FileEnd
= (char *)(AmlStart + Table->Length);
292
FileEnd
= AmlStart + AmlLength;
294
while (TreeAml <=
FileEnd
)
499
(Address < Current->
FileEnd
||
500
!Current->
FileEnd
))
591
Node->
FileEnd
= Filename;
609
if (Node && (Node->
FileEnd
< Filename))
611
Node->
FileEnd
= Filename;
615
if (Node->
FileEnd
< Filename
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
asconvrt.c
478
char *
FileEnd
;
493
FileEnd
= FileBuffer + (Length - 2);
495
while (*
FileEnd
== '\n')
498
AsRemoveData (
FileEnd
,
FileEnd
+ 1);
499
FileEnd
--;
/src/sys/external/bsd/acpica/dist/include/
aclocal.h
1124
char *
FileEnd
; /* Points to AML and indicates when the AML for this particular file ends. */
Completed in 16 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025