Home
last modified time | relevance | path

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

12345

/freebsd-12.1/usr.sbin/ppp/
H A Dlink.c99 struct mqueue *queue, *highest; in link_SequenceQueue() local
103 highest = LINK_HIGHQ(l); in link_SequenceQueue()
104 for (queue = l->Queue; queue < highest; queue++) in link_SequenceQueue()
106 m_enqueue(highest, m_dequeue(queue)); in link_SequenceQueue()
112 struct mqueue *queue, *highest; in link_DeleteQueue() local
114 highest = LINK_HIGHQ(l); in link_DeleteQueue()
115 for (queue = l->Queue; queue <= highest; queue++) in link_DeleteQueue()
155 struct mqueue *queue, *highest; in link_PendingLowPriorityData() local
170 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData()
172 for (queue = l->Queue; queue < highest; queue++) { in link_PendingLowPriorityData()
/freebsd-12.1/tests/sys/file/
H A Dclosefrom_test.c118 int cnt, i, highest; in highest_fd() local
123 highest = INT_MIN; in highest_fd()
125 if (kif[i].kf_fd > highest) in highest_fd()
126 highest = kif[i].kf_fd; in highest_fd()
128 return (highest); in highest_fd()
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dline-map.c183 source_location highest = set->highest_location; in linemap_line_start() local
200 if (max_column_hint > 100000 || highest > 0xC0000000) in linemap_line_start()
205 if (highest >0xF0000000) in linemap_line_start()
220 || SOURCE_COLUMN (map, highest) >= (1U << column_bits)) in linemap_line_start()
227 r = highest - SOURCE_COLUMN (map, highest) in linemap_line_start()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod35 versions down to the lowest version, or up to the highest version
39 automatically use the lowest or highest version supported by the library.
49 lowest or highest protocol, respectively.
H A DBN_num_bytes.pod40 of bits doesn't always set the highest bits, thereby making the number
H A DOPENSSL_VERSION_NUMBER.pod46 except the patch level got the highest bit set, to keep continuity. The
H A DSSL_get_shared_sigalgs.pod44 If an application is only interested in the highest preference shared
H A DSSL_CTX_new.pod93 The actual protocol version used will be negotiated to the highest version
/freebsd-12.1/contrib/tcsh/
H A Dsh.hist.c535 unsigned highest = 0; in testHash() local
540 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
541 if (hits > highest) in testHash()
542 highest = hits; in testHash()
547 for (i = 0; i <= highest; i++) { in testHash()
554 highest = 0; in testHash()
569 run = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
570 if (run > highest) in testHash()
571 highest = run; in testHash()
578 for (i = 0; i <= highest; i++) { in testHash()
[all …]
/freebsd-12.1/sys/dev/acpica/
H A Dacpi_if.m116 # Get the highest power state (D0-D3) that is usable for a device when
124 # int *dstate: if successful, contains the highest valid sleep state
/freebsd-12.1/sys/powerpc/include/
H A Dasm.h135 lis reg, var@highest; \
/freebsd-12.1/contrib/gcc/doc/
H A Dportability.texi30 significant byte has the highest or lowest address of the bytes in a word)
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpdbase-opts.def127 so the highest time accuracy can be achieved quickly.
222 Set the Windows Multimedia Timer to highest resolution. This
244 at the highest priority.
/freebsd-12.1/sys/i386/i386/
H A Dlocore.s424 movl %eax,cpu_high # highest capability
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DPPC64.cpp139 static uint16_t highest(uint64_t V) { return V >> 48; } in highest() function
669 write16(Loc, highest(Val)); in relocateOne()
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A DREADME-HS2033 network selection, wpa_supplicant picks the highest priority enabled
120 # with the highest priority value will be selected.
235 # 0..255 range with 0 being the highest priority)
248 # being the highest and 255 the lower priority.
/freebsd-12.1/sys/conf/
H A Doptions.mips79 # The highest memory address that can be used by the kernel in units of KB.
/freebsd-12.1/contrib/sendmail/src/
H A 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,
H A Dconf.c5269 sm_closefrom(lowest, highest) in sm_closefrom() argument
5270 int lowest, highest; in sm_closefrom()
5277 for (i = lowest; i < highest; i++)
5316 sm_close_on_exec(lowest, highest) in sm_close_on_exec() argument
5317 int lowest, highest; in sm_close_on_exec()
5324 for (i = lowest; i < highest; i++)
/freebsd-12.1/contrib/one-true-awk/
H A DREADME94 awk's speed, perhaps by 1/3 for highest levels.
/freebsd-12.1/stand/i386/pmbr/
H A Dpmbr.s90 movb NHRDRV,%dh # Calculate the highest
/freebsd-12.1/contrib/wpa/hostapd/
H A Dhostapd.eap_user42 # authenticator advertises the highest supported version and select the version
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dfreebsd119 # byte 7: highest byte of the kernel stack pointer, always 0xfe
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dmem.c161 unsigned char * highest; member
589 if (last > ctx->highest) in more_basic_blocks()
590 ctx->highest = last; in more_basic_blocks()
970 ctx->highest = NULL; in isc__mem_createx2()
/freebsd-12.1/sys/dev/bhnd/
H A Dbhnd_erom_if.m73 * returned; the parser returning the highest negative

12345