| /NextBSD/usr.sbin/ppp/ |
| HD | link.c | 97 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/ |
| HD | 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()
|
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | 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()
|
| /NextBSD/contrib/tcsh/ |
| HD | sh.hist.c | 544 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/ |
| HD | lv1call.S | 33 #define LD64_IM(r, highest, higher, high, low) \ argument 34 lis r,highest; \
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BN_num_bytes.pod | 40 of bits doesn't always set the highest bits, thereby making the number
|
| HD | OPENSSL_VERSION_NUMBER.pod | 43 except the patch level got the highest bit set, to keep continuity. The
|
| /NextBSD/sys/dev/acpica/ |
| HD | 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
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | priclass_example.txt | 67 priorities, including some in the 160 to 169 range (the highest), which
|
| /NextBSD/contrib/gcc/doc/ |
| HD | portability.texi | 30 significant byte has the highest or lowest address of the bytes in a word)
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | README-HS20 | 33 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/ |
| HD | README | 38 Just turn you optimiser up to the highest settings and run destest
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | 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.
|
| HD | invoke-ntpd.texi | 341 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/ |
| HD | options.mips | 70 # The highest memory address that can be used by the kernel in units of KB.
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_set1_curves.pod | 57 the highest preference curve is automatically used for ECDH temporary
|
| HD | SSL_CTX_use_certificate.pod | 73 ending at the highest level (root) CA.
|
| /NextBSD/contrib/one-true-awk/ |
| HD | README | 94 awk's speed, perhaps by 1/3 for highest levels.
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | hostapd.eap_user | 42 # authenticator advertises the highest supported version and select the version
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | freebsd | 119 # byte 7: highest byte of the kernel stack pointer, always 0xfe
|
| /NextBSD/sys/boot/i386/pmbr/ |
| HD | pmbr.s | 90 movb NHRDRV,%dh # Calculate the highest
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUInstrInfo.td | 196 // Signed and unsigned 24-bit mulitply. The highest 8-bits are ignore when
|
| /NextBSD/contrib/ntp/lib/isc/ |
| HD | 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()
|
| /NextBSD/contrib/groff/contrib/mm/examples/ |
| HD | IND | 891 highest 1943 highest 2988 highest 4033 highest
|
| /NextBSD/sys/compat/ndis/ |
| HD | subr_ntoskrnl.c | 2450 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);
|