| /freebsd-12.1/usr.sbin/ppp/ |
| H A D | link.c | 99 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 D | closefrom_test.c | 118 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 D | line-map.c | 183 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 D | SSL_CTX_set_min_proto_version.pod | 35 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 D | BN_num_bytes.pod | 40 of bits doesn't always set the highest bits, thereby making the number
|
| H A D | OPENSSL_VERSION_NUMBER.pod | 46 except the patch level got the highest bit set, to keep continuity. The
|
| H A D | SSL_get_shared_sigalgs.pod | 44 If an application is only interested in the highest preference shared
|
| H A D | SSL_CTX_new.pod | 93 The actual protocol version used will be negotiated to the highest version
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.hist.c | 535 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 D | acpi_if.m | 116 # 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 D | asm.h | 135 lis reg, var@highest; \
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | portability.texi | 30 significant byte has the highest or lowest address of the bytes in a word)
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntpdbase-opts.def | 127 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 D | locore.s | 424 movl %eax,cpu_high # highest capability
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 139 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 D | README-HS20 | 33 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 D | options.mips | 79 # The highest memory address that can be used by the kernel in units of KB.
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | daemon.c | 306 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 D | conf.c | 5269 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 D | README | 94 awk's speed, perhaps by 1/3 for highest levels.
|
| /freebsd-12.1/stand/i386/pmbr/ |
| H A D | pmbr.s | 90 movb NHRDRV,%dh # Calculate the highest
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | hostapd.eap_user | 42 # authenticator advertises the highest supported version and select the version
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | freebsd | 119 # byte 7: highest byte of the kernel stack pointer, always 0xfe
|
| /freebsd-12.1/contrib/ntp/lib/isc/ |
| H A D | mem.c | 161 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 D | bhnd_erom_if.m | 73 * returned; the parser returning the highest negative
|