Home
last modified time | relevance | path

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

1234

/NextBSD/usr.sbin/ppp/
HDlink.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()
/NextBSD/tests/sys/file/
HDclosefrom_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()
/NextBSD/contrib/gcclibs/libcpp/
HDline-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()
/NextBSD/contrib/tcsh/
HDsh.hist.c544 unsigned highest = 0; in testHash() local
549 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
550 if (hits > highest) in testHash()
551 highest = hits; in testHash()
556 for (i = 0; i <= highest; i++) { in testHash()
563 highest = 0; in testHash()
578 run = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash()
579 if (run > highest) in testHash()
580 highest = run; in testHash()
587 for (i = 0; i <= highest; i++) { in testHash()
[all …]
/NextBSD/sys/boot/powerpc/ps3/
HDlv1call.S33 #define LD64_IM(r, highest, higher, high, low) \ argument
34 lis r,highest; \
/NextBSD/crypto/openssl/doc/crypto/
HDBN_num_bytes.pod40 of bits doesn't always set the highest bits, thereby making the number
HDOPENSSL_VERSION_NUMBER.pod43 except the patch level got the highest bit set, to keep continuity. The
/NextBSD/sys/dev/acpica/
HDacpi_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
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDpriclass_example.txt67 priorities, including some in the 160 to 169 range (the highest), which
/NextBSD/contrib/gcc/doc/
HDportability.texi30 significant byte has the highest or lowest address of the bytes in a word)
/NextBSD/contrib/wpa/wpa_supplicant/
HDREADME-HS2033 network selection, wpa_supplicant picks the highest priority enabled
120 # with the highest priority value will be selected.
221 # 0..255 range with 0 being the highest priority)
234 # being the highest and 255 the lower priority.
/NextBSD/crypto/openssl/crypto/des/
HDREADME38 Just turn you optimiser up to the highest settings and run destest
/NextBSD/contrib/ntp/ntpd/
HDntpdbase-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.
HDinvoke-ntpd.texi341 so the highest time accuracy can be achieved quickly.
436 Set the Windows Multimedia Timer to highest resolution. This
446 at the highest priority.
/NextBSD/sys/conf/
HDoptions.mips70 # The highest memory address that can be used by the kernel in units of KB.
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set1_curves.pod57 the highest preference curve is automatically used for ECDH temporary
HDSSL_CTX_use_certificate.pod73 ending at the highest level (root) CA.
/NextBSD/contrib/one-true-awk/
HDREADME94 awk's speed, perhaps by 1/3 for highest levels.
/NextBSD/contrib/wpa/hostapd/
HDhostapd.eap_user42 # authenticator advertises the highest supported version and select the version
/NextBSD/contrib/file/magic/Magdir/
HDfreebsd119 # byte 7: highest byte of the kernel stack pointer, always 0xfe
/NextBSD/sys/boot/i386/pmbr/
HDpmbr.s90 movb NHRDRV,%dh # Calculate the highest
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDAMDGPUInstrInfo.td196 // Signed and unsigned 24-bit mulitply. The highest 8-bits are ignore when
/NextBSD/contrib/ntp/lib/isc/
HDmem.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()
/NextBSD/contrib/groff/contrib/mm/examples/
HDIND891 highest
1943 highest
2988 highest
4033 highest
/NextBSD/sys/compat/ndis/
HDsubr_ntoskrnl.c2450 MmAllocateContiguousMemory(size, highest) argument
2452 uint64_t highest;
2463 MmAllocateContiguousMemorySpecifyCache(size, lowest, highest, argument
2467 uint64_t highest;
2493 lowest, highest, PAGE_SIZE, boundary, memattr);

1234