OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:highest
(Results
1 - 15
of
15
) sorted by relevancy
/src/libexec/ld.elf_so/arch/powerpc/
ppc_reloc.c
73
#define
highest
(x) __hi(__u64(x), 48)
macro
/src/sys/altq/
altq_jobs.c
1276
int lowest,
highest
;
local
1385
highest
= 0;
1388
while (
highest
< jif->jif_maxpri+1 && available[
highest
] >= 0)
1389
highest
++; /* which is the
highest
class that needs more service? */
1393
while (
highest
!= jif->jif_maxpri+1 && lowest != -1) {
1394
/* give the excess service from lowest to
highest
*/
1395
if (available[lowest]+available[
highest
] > 0) {
1398
* give all that is needed by "
highest
"
[
all
...]
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_ackm.c
53
* Packet number of the
highest
packet info structure we have yet appended
422
QUIC_PN
highest
= QUIC_PN_INVALID;
local
427
highest
= (
highest
== QUIC_PN_INVALID)
429
: ossl_quic_pn_max(
highest
, r.end);
438
if (
highest
!= QUIC_PN_INVALID)
439
rx_pkt_history_bump_watermark(h,
highest
+ 1);
1427
* A PN is implied missing if it is not greater than the
highest
PN in our
1449
* The second condition here establishes that the
highest
PN range in our RX
1455
* The third condition here establishes that the
highest
PN range in our R
[
all
...]
/src/external/gpl3/binutils/dist/binutils/
srconv.c
1178
unsigned int *
highest
= (unsigned *) nints (p->nsections);
local
1193
highest
[i] = 0;
/src/external/gpl3/binutils.old/dist/binutils/
srconv.c
1178
unsigned int *
highest
= (unsigned *) nints (p->nsections);
local
1193
highest
[i] = 0;
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ctf-ptype.c
185
struct
highest
struct
ptype.c
201
struct
highest
struct
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ctf-ptype.c
185
struct
highest
struct
ptype.c
201
struct
highest
struct
/src/external/mpl/dhcp/bind/dist/lib/isc/
mem.c
178
unsigned char *
highest
;
member in struct:isc__mem
433
if (last > ctx->
highest
) {
434
ctx->
highest
= last;
827
ctx->
highest
= NULL;
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc
3604
unsigned HOST_WIDE_INT
highest
local
3611
highest
- 1);
3633
highest
);
3639
highest
);
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc
3544
unsigned HOST_WIDE_INT
highest
local
3551
highest
- 1);
3565
highest
);
3571
highest
);
/src/external/gpl3/gdb/dist/gdb/
tracepoint.c
3168
int
highest
;
local
3199
highest
= 0;
3201
highest
= std::max (tsv.number,
highest
);
3203
++
highest
;
3206
tsv.number =
highest
++;
/src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c
3164
int
highest
;
local
3195
highest
= 0;
3197
highest
= std::max (tsv.number,
highest
);
3199
++
highest
;
3202
tsv.number =
highest
++;
/src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc
2542
of the bitfield counting from the
highest
order bit starting
15650
/* Just move the insn with the
highest
score to the top (the
18034
unsigned int
highest
= 0, lowest = 2 * nelt - 1;
18039
highest
= MAX (
highest
, e);
18044
if (lowest < nelt &&
highest
< nelt)
18046
else if (lowest >= nelt &&
highest
>= nelt)
18033
unsigned int
highest
= 0, lowest = 2 * nelt - 1;
local
Completed in 63 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026