Searched refs:highest (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
H A Dlink.c99 struct mqueue *queue, *highest; local
103 highest = LINK_HIGHQ(l);
104 for (queue = l->Queue; queue < highest; queue++)
106 m_enqueue(highest, m_dequeue(queue));
112 struct mqueue *queue, *highest; local
114 highest = LINK_HIGHQ(l);
115 for (queue = l->Queue; queue <= highest; queue++)
155 struct mqueue *queue, *highest; local
161 * everything that's not in the highest priority queue, we must be able to
170 highest
[all...]
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dline-map.c183 source_location highest = set->highest_location; local
200 if (max_column_hint > 100000 || highest > 0xC0000000)
205 if (highest >0xF0000000)
220 || SOURCE_COLUMN (map, highest) >= (1U << column_bits))
227 r = highest - SOURCE_COLUMN (map, highest)
/freebsd-12-stable/tests/sys/file/
H A Dclosefrom_test.c112 * the highest open file descriptor.
118 int cnt, i, highest; local
123 highest = INT_MIN;
125 if (kif[i].kf_fd > highest)
126 highest = kif[i].kf_fd;
128 return (highest);
167 fail("closefrom", "highest fd %d", fd);
175 fail("open 16", "highest fd %d", fd);
182 fail("closefrom", "highest fd %d", fd);
206 fail("closefrom", "highest f
[all...]
/freebsd-12-stable/contrib/tcsh/
H A Dsh.hist.c541 unsigned highest = 0; local
546 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1;
547 if (hits > highest)
548 highest = hits;
553 for (i = 0; i <= highest; i++) {
560 highest = 0;
575 run = highest = sizeof(bins)/sizeof(bins[0]) - 1;
576 if (run > highest)
577 highest = run;
584 for (i = 0; i <= highest;
[all...]
/freebsd-12-stable/sys/powerpc/include/
H A Dasm.h135 lis reg, var@highest; \
/freebsd-12-stable/sys/i386/i386/
H A Dlocore.s424 movl %eax,cpu_high # highest capability
/freebsd-12-stable/stand/i386/pmbr/
H A Dpmbr.s90 movb NHRDRV,%dh # Calculate the highest
/freebsd-12-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp229 // #higher(value), #highera(value), #highest(value), and #highesta(value)
237 static uint16_t highest(uint64_t v) { return v >> 48; } function in namespace:lld::elf
831 write16(loc, highest(val));
/freebsd-12-stable/contrib/ntp/lib/isc/
H A Dmem.c161 unsigned char * highest; member in struct:isc__mem
589 if (last > ctx->highest)
590 ctx->highest = last;
970 ctx->highest = NULL;
/freebsd-12-stable/contrib/sendmail/src/
H A Dconf.c1397 ** This is required for highest security levels (the kernel
5340 ** highest -- last fd + 1 to close
5347 sm_closefrom(lowest, highest)
5348 int lowest, highest;
5355 for (i = lowest; i < highest; i++)
5387 ** highest -- last fd + 1 to arrange to be closed
5394 sm_close_on_exec(lowest, highest)
5395 int lowest, highest;
5402 for (i = lowest; i < highest; i++)
H A Ddaemon.c326 int highest = -1; local
345 if (Daemons[idx].d_socket > highest)
346 highest = Daemons[idx].d_socket;
355 if (ControlSocket > highest)
356 highest = ControlSocket;
364 t = select(highest + 1, FDSET_CAST &readfds,
H A Dsendmail.h2830 extern void sm_closefrom __P((int lowest, int highest));
2831 extern void sm_close_on_exec __P((int lowest, int highest));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql246 post-processing. The row with the highest op_depth for a particular
384 always points at a node within the highest op-depth layer at the
479 of each node with the highest (most "current") op_depth. This view
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2452 MmAllocateContiguousMemory(size, highest)
2454 uint64_t highest;
2465 MmAllocateContiguousMemorySpecifyCache(size, lowest, highest,
2469 uint64_t highest;
2495 highest, PAGE_SIZE, boundary, memattr);
3808 * will be processed in order from lowest to highest.
3812 * ISRs are given the highest importance so that they'll take
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsrconv.c1212 unsigned int *highest = (unsigned *) nints (p->nsections); local
1227 highest[i] = 0;
/freebsd-12-stable/sys/dev/pci/
H A Dpci.c2761 int oldstate, highest, delay; local
2787 highest = (oldstate > state) ? oldstate : state;
2788 if (highest == PCI_POWERSTATE_D3)
2790 else if (highest == PCI_POWERSTATE_D2)
/freebsd-12-stable/secure/lib/libcrypto/aarch64/
H A Dvpaes-armv8.S818 ## second low, result into third, result into highest.
/freebsd-12-stable/contrib/gcc/config/ia64/
H A Dia64.c6407 rtx highest = ready[n_ready - 1];
6409 *insnp = highest;
6393 rtx highest = ready[n_ready - 1]; local

Completed in 498 milliseconds