Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 43) sorted by relevance

12

/mirbsd/src/usr.sbin/ppp/ppp/
Dlink.c97 struct mqueue *queue, *highest; in link_SequenceQueue() local
101 highest = LINK_HIGHQ(l); in link_SequenceQueue()
102 for (queue = l->Queue; queue < highest; queue++) in link_SequenceQueue()
104 m_enqueue(highest, m_dequeue(queue)); in link_SequenceQueue()
110 struct mqueue *queue, *highest; in link_DeleteQueue() local
112 highest = LINK_HIGHQ(l); in link_DeleteQueue()
113 for (queue = l->Queue; queue <= highest; queue++) in link_DeleteQueue()
153 struct mqueue *queue, *highest; in link_PendingLowPriorityData() local
168 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData()
170 for (queue = l->Queue; queue < highest; queue++) { in link_PendingLowPriorityData()
/mirbsd/src/lib/libssl/src/doc/crypto/
DBN_num_bytes.pod40 of bits doesn't always set the highest bits, thereby making the number
DOPENSSL_VERSION_NUMBER.pod43 except the patch level got the highest bit set, to keep continuity. The
/mirbsd/src/lib/libssl/src/crypto/des/
DREADME38 Just turn you optimiser up to the highest settings and run destest
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Ddaemon.c306 int highest = -1; local
325 if (Daemons[idx].d_socket > highest)
326 highest = Daemons[idx].d_socket;
335 if (ControlSocket > highest)
336 highest = ControlSocket;
344 t = select(highest + 1, FDSET_CAST &readfds,
Dconf.c5270 sm_closefrom(lowest, highest) in sm_closefrom() argument
5271 int lowest, highest; in sm_closefrom()
5278 for (i = lowest; i < highest; i++)
5317 sm_close_on_exec(lowest, highest) in sm_close_on_exec() argument
5318 int lowest, highest; in sm_close_on_exec()
5325 for (i = lowest; i < highest; i++)
Dsendmail.h2730 extern void sm_closefrom __P((int lowest, int highest));
2731 extern void sm_close_on_exec __P((int lowest, int highest));
/mirbsd/src/usr.bin/awk/
DREADME95 awk's speed, perhaps by 1/3 for highest levels.
/mirbsd/src/usr.bin/file/magdir/
Dfreebsd119 # byte 7: highest byte of the kernel stack pointer, always 0xfe
/mirbsd/src/gnu/usr.bin/cvs/doc/
DRCSFILES261 the highest pair).
268 branch is the highest branch on the trunk.
/mirbsd/src/usr.sbin/httpd/src/
DConfiguration21 # These list the configured modules, in priority order (highest priority
418 ## should be the last (highest priority) module.
DConfiguration.tmpl23 # These list the configured modules, in priority order (highest priority
481 ## should be the last (highest priority) module.
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_CTX_use_certificate.pod73 ending at the highest level (root) CA.
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dsrconv.c1210 unsigned int *highest = (unsigned *) nints (p->nsections); in wr_du() local
1225 highest[i] = 0; in wr_du()
/mirbsd/src/gnu/usr.sbin/sendmail/contrib/
Dbsdi.mc140 # unless you want local delivery and your machine is the highest-priority
/mirbsd/src/gnu/usr.bin/perl/hints/
DREADME.hints144 highest optimization level at which the bug is not present, so that
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-mips.texi323 lui $4,%highest(sym)
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dsunos.em135 find the .so file with the highest version number. The user may
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman26 subsections of this section (highest precedence first).
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlop.pod27 listed from highest precedence to lowest. Operators borrowed from
65 A TERM has the highest precedence in Perl. They include variables,
74 arguments within parentheses are taken to be of highest precedence,
333 arguments within parentheses are taken to be of highest precedence,
Dperlpod.pod95 Head1 through head4 produce headings, head1 being the highest
/mirbsd/src/gnu/usr.bin/perl/os2/
DChanges801 highest possible resolution of sleep() while preserving low
/mirbsd/src/gnu/usr.bin/perl/vms/
Dperlvms.pod660 C<unlink> will delete the highest version of a file only; in
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dvms.mar184 ; negative (from EDIV's point of view, i.e. when the highest bit is set),
194 ; by 8, and to divide the divisor by 2 if it's highest bit is set.
/mirbsd/src/gnu/usr.bin/cvs/
DFAQ537 point up to the highest revision on the main branch starting with N.
538 For example, if your highest trunk revision is 1.52, you can use this
2744 Where Z is 2 greater than the highest magic branch already on revision
4029 When committing a newly added file CVS looks for the highest main
5338 Adds the non-branch tag <tag2> to the HEAD of (the highest revision
5371 (the highest revision number on) the branch labelled with

12