OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Last
(Results
1 - 22
of
22
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPlatformOther.c
49
#define UPDATE_LAST(
Last
, New)
Last
= New >
Last
? New :
Last
/src/common/dist/zlib/contrib/ada/
read.adb
66
Last
: out Stream_Element_Offset);
83
Last
: out Stream_Element_Offset) is
85
Last
:= Stream_Element_Offset'Min
86
(Item'
Last
,
89
for J in Item'First ..
Last
loop
109
Read_First := Read_Buffer'
Last
+ 1;
110
Read_Last := Read_Buffer'
Last
;
137
Last
: Stream_Element_Offset;
139
Read (Filter, Buffer,
Last
);
141
Pack_Size := Pack_Size +
Last
- Buffer'First + 1
[
all
...]
mtest.adb
49
Last
: out Ada.Streams.Stream_Element_Offset);
84
Last
: out Ada.Streams.Stream_Element_Offset)
86
Buff_Diff : Stream_Element_Offset := Buffer'
Last
- Buffer_First;
90
Last
:= Item'
Last
;
98
Last
:= Item'First + Buff_Diff;
99
Item (Item'First ..
Last
) := Buffer (Buffer_First .. Buffer'
Last
);
100
Buffer_First := Buffer'
Last
+ 1;
125
if Compare_First /= Buffer'
Last
+ 1 the
[
all
...]
zlib.adb
62
-- Simple_GZip_Header'
Last
> Footer_Array'
Last
, so do not make
63
-- Simple_GZip_Header'
Last
<= Footer_Array'
Last
.
220
Filter.Offset := Simple_GZip_Header'
Last
+ 1;
251
Last
: Stream_Element_Offset;
253
Translate (Filter, No_Data,
Last
, Out_Data, Out_Last, Flush);
269
Last
: Stream_Element_Offset;
275
Data_In (In_Buffer,
Last
);
282
In_Data => In_Buffer (In_First ..
Last
),
[
all
...]
zlib-streams.adb
92
Stream.Rest_First := Stream.Buffer'
Last
+ 1;
93
Stream.Rest_Last := Stream.Buffer'
Last
;
106
Last
: Stream_Element_Offset;
109
Flush (Stream.Writer, Buffer,
Last
, Mode);
111
Ada.Streams.Write (Stream.Back.all, Buffer (1 ..
Last
));
113
exit when
Last
< Buffer'
Last
;
133
Last
: out Stream_Element_Offset)
138
Last
: out Stream_Element_Offset);
146
Last
: out Stream_Element_Offset) i
[
all
...]
test.adb
87
Last
: out Stream_Element_Offset);
154
exit when Left_Last < Left_Buffer'
Last
;
167
Last
: Stream_Element_Offset;
170
Read (Source, Buffer,
Last
);
171
Write (Target, Buffer (1 ..
Last
));
173
exit when
Last
< Buffer'
Last
;
183
Last
: out Stream_Element_Offset) is
185
Read (File_In, Item,
Last
);
buffer_demo.adb
14
-- of exactly the correct size is used for decompressed data, and the
last
54
pragma Assert (I = Source'
Last
);
64
-- (because this demonstrates the problem - the
last
block passed will
74
-- This makes sure that the
last
block contains
89
(Total_Out (Decompressor) + 1 .. Uncompressed_Data'
Last
),
zlib.ads
179
Last
: out Ada.Streams.Stream_Element_Offset);
224
-- Out_Data. In_Last is the index of
last
element from In_Data accepted by
225
-- the Filter. Out_Last is the
last
element of the received data from
261
Last
: out Ada.Streams.Stream_Element_Offset);
270
-- Rest_First have to be initialized to Buffer'
Last
+ 1
271
-- Rest_Last have to be initialized to Buffer'
Last
275
-- Is it allowed to return
Last
< Item'
Last
before end of data.
280
Last
: out Ada.Streams.Stream_Element_Offset;
285
--
Last
< Item'Last only at end of stream
[
all
...]
zlib-streams.ads
23
Last
: out Ada.Streams.Stream_Element_Offset);
/src/common/dist/zlib/watcom/
watcom_l.mak
3
#
Last
updated: 28-Dec-2005
watcom_f.mak
3
#
Last
updated: 28-Dec-2005
/src/sys/external/bsd/acpica/dist/tools/acpihelp/
ahdecode.c
206
const char *
Last
;
218
Last
= This + strlen (This);
236
/* Handle
last
token on the input line */
238
TokenLength =
Last
- This;
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerTracePC.cpp
344
const PCTableEntry *
Last
,
346
assert(First <
Last
);
356
size_t NumEdges =
Last
- First;
358
for (auto TE = First; TE <
Last
; TE++)
/src/sys/external/bsd/acpica/dist/compiler/
readme.txt
4
Last
update 9 December 2013.
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-370-netgear-rn102.dts
269
/*
Last
MB is for the BBT, i.e. not writable */
armada-370-netgear-rn104.dts
295
/*
Last
MB is for the BBT, i.e. not writable */
armada-xp-netgear-rn2120.dts
350
/*
Last
MB is for the BBT, i.e. not writable */
/src/common/dist/zlib/os400/
zlib.inc
100
D zs_msg *
Last
errmsg or null
/src/sys/arch/mac68k/obio/
iwm.s
1142
* We enter with the
last
byte of the sector data lead-in
1169
* XXX We have a classic off-by-one error here: the
last
access
1173
* (exit the
last
loop cycle before the buffer access).
1175
tstl %d4 |
Last
loop cycle?
1186
* Write nibbles for
last
2 bytes, then
/src/common/lib/libc/arch/sparc64/string/
memcpy.S
339
!! Loadup the
last
dregs into %o0 and shift it into place
422
stb %g6, [%l1] ! Store
last
byte
493
* The
last
owner of the FPU registers is fplwp, and
535
* %o5
last
safe fetchable address
556
andn %o5, BLOCK_ALIGN, %o5 !
Last
safe addr.
/src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh
648
# the
last
/ stripped.
860
# If the
last
portion added has no slash in it, the list is done
998
# Parent dir; strip
last
assembled component from result.
1022
# A bug in bash halts the script if the
last
line of a function
1710
# trailing space prevents matching
last
$1 above
2829
# ARGS are passed to cygpath, with the
last
one being the file name or path to
6130
/* search backwards for
last
DIR_SEPARATOR */
8598
#
last
copy. This is not always right, but it is rare
8661
#
Last
step: remove runtime libs from dependency_libs
9341
$ECHO "*** using a file magic.
Last
file checked: $potlib
[
all
...]
/src/sys/external/isc/libsodium/dist/
ltmain.sh
296
# Parent dir; strip
last
assembled component from result.
451
# A bug in bash halts the script if the
last
line of a function
528
# If the
last
portion added has no slash in it, the list is done
1550
# ARGS are passed to cygpath, with the
last
one being the file name or path to
4752
/* search backwards for
last
DIR_SEPARATOR */
7158
#
last
copy. This is not always right, but it is rare
7190
#
Last
step: remove runtime libs from dependency_libs
7855
$ECHO "*** using a file magic.
Last
file checked: $potlib"
7909
$ECHO "*** using a regex pattern.
Last
file checked: $potlib"
8400
# the
last
one created
[
all
...]
Completed in 30 milliseconds
Indexes created Sat Oct 18 21:09:54 GMT 2025