Searched refs:high (Results 176 - 200 of 374) sorted by relevance

1234567891011>>

/freebsd-current/contrib/bc/src/
H A Dvector.c417 size_t low = 0, high = v->len; local
419 while (low < high)
421 size_t mid = low + (high - low) / 2;
426 else if (result < 0) high = mid;
/freebsd-current/contrib/byacc/
H A Dlalr.c254 int high = goto_map[symbol + 1]; local
261 assert(low <= high);
262 middle = (low + high) >> 1;
269 high = middle - 1;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h62 uint64_t &high) override;
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dnet.h328 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
336 *\li 'low' and 'high' must be non NULL.
340 *\li *low and *high will be the ports specifying the low and high ends of
/freebsd-current/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h340 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high);
348 *\li 'low' and 'high' must be non NULL.
352 *\li *low and *high will be the ports specifying the low and high ends of
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr_cam.h52 U32 high; member in struct:mpi3mr_throttle_group_info
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c32 uint16_t flags, uint16_t *low, uint16_t *high);
437 uint16_t flags, uint16_t *low, uint16_t *high)
441 *high = 6100;
447 *high = 2732;
436 ar5211GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-current/sys/dev/ixgbe/
H A Dif_bypass.c49 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0)
60 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0)
70 * Watchdog entry is allowed to simply grab the high priority
75 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0)
86 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0)
/freebsd-current/sys/dev/mxge/
H A Dmxge_mcp.h49 uint32_t high; member in struct:mcp_dma_addr
85 uint32_t data1; /* will be high portion if data > 32 bits */
/freebsd-current/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h111 u_char high [ISODCL(5,12)]; member in struct:__anon6648
/freebsd-current/sys/rpc/
H A Dauth.h153 uint32_t high; member in struct:des_block::__anon722
/freebsd-current/sys/dev/smbus/
H A Dsmbus.c93 smbus_generic_intr(device_t dev, u_char devaddr, char low, char high, int err) argument
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_rrip.c388 u_int high, low; local
390 high = isonum_733(p->dev_t_high);
393 if (high == 0)
396 ana->inop->inode.iso_rdev = makedev(high, minor(low));
407 ana->fields &= isonum_711(p->flags)|~0xff; /* don't touch high bits */
/freebsd-current/include/rpc/
H A Dauth.h153 uint32_t high; member in struct:des_block::__anon65
/freebsd-current/sys/amd64/amd64/
H A Dxen-locore.S186 .long 0 # high
/freebsd-current/sys/vm/
H A Dvm_page.c180 vm_page_t m_run, vm_paddr_t high);
2134 * "high". The given value "alignment" determines the alignment of the
2167 u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment,
2181 npages, low, high, alignment, boundary, memattr);
2187 npages, low, high) == -1) {
2197 vm_paddr_t high, u_long alignment, vm_paddr_t boundary)
2213 m_ret = vm_phys_alloc_contig(domain, npages, low, high,
2224 high, alignment, boundary);
2235 int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment,
2266 mpred, npages, low, high, alignmen
2166 vm_page_alloc_contig(vm_object_t object, vm_pindex_t pindex, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, vm_memattr_t memattr) argument
2196 vm_page_find_contig_domain(int domain, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary) argument
2234 vm_page_alloc_contig_domain(vm_object_t object, vm_pindex_t pindex, int domain, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, vm_memattr_t memattr) argument
2465 vm_page_alloc_noobj_contig(int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, vm_memattr_t memattr) argument
2485 vm_page_alloc_noobj_contig_domain(int domain, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, vm_memattr_t memattr) argument
2813 vm_page_reclaim_run(int req_class, int domain, u_long npages, vm_page_t m_run, vm_paddr_t high) argument
3036 vm_page_reclaim_contig_domain_ext(int domain, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, int desired_runs) argument
3177 vm_page_reclaim_contig_domain(int domain, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary) argument
3185 vm_page_reclaim_contig(int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary) argument
[all...]
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_cache.cmd95 echo l - Load - default mode. Warming up Unbound DNS cache from saved file. cache-ttl must be high value.
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp414 // need the "high" word.
415 return Result.high();
438 // need the "high" word.
439 return Result.high();
/freebsd-current/lib/libc/amd64/string/
H A Dtimingsafe_bcmp.S86 ret # high bits of RAX were set
176 ret # high bits of RAX were set
/freebsd-current/contrib/xz/src/liblzma/check/
H A Dcrc64_fast.c182 #define MASK_LH(in, mask, low, high) \
184 MASK_H(in, mask, high)
282 // the high bit (0x80) set. _mm_blendv_epi8 and _mm_shuffle_epi8
290 // the bytes are loaded to the high bits of the vector and the least
309 // and store the result in v1 (high bytes) and v0 (low bytes).
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_lib.c39 void BN_set_params(int mult, int high, int low, int mont) argument
47 if (high >= 0) {
48 if (high > (int)(sizeof(int) * 8) - 1)
49 high = sizeof(int) * 8 - 1;
50 bn_limit_bits_high = high;
51 bn_limit_num_high = 1 << high;
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c663 int low, high, i; local
665 low = high = -1;
677 high = i;
701 *dBm = (low + high) + 3;
704 * Perform interpolation between low and high values to find gainF
705 * linearly scale the pcdac between low and high
708 (pRD->pcdac[high] - pRD->pcdac[low]);
713 interp = ((interp * (pRD->gainF[high] - pRD->gainF[low])) + 999) / 1000;
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl333 fstws,mb ${fab0}L,-8($xfer) ; save high part
336 fcpy,sgl %fr0,${fti}L ; zero high part
359 ldw 0($xfer),$hi0 ; high part
469 fstws,mb ${fab0}L,-8($xfer) ; save high part
472 fcpy,sgl %fr0,${fti}L ; zero high part
668 fstws,mb ${fab0}L,-8($xfer) ; save high part
671 fcpy,sgl %fr0,${fti}L ; zero high part
696 ldw 0($xfer),$hi0 ; high part
809 fstws,mb ${fab0}L,-8($xfer) ; save high part
812 fcpy,sgl %fr0,${fti}L ; zero high par
[all...]
H A Dbn-c64xplus.asm57 [B0] ZERO A19 ; high part of accumulator
87 [B0] ZERO A19 ; high part of accumulator
234 || ZERO B19 ; high part of accumulator
274 || ZERO.S B19 ; high part of accumulator
300 || ZERO B19 ; high part of accumulator
/freebsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c358 * that fails, it obtains the high order and the low order version number. If
405 maxvers = rpcerr.re_vers.high;
420 maxvers = rpcerr.re_vers.high;
731 if (err.re_vers.high == PMAPVERS) {
732 int high, low; local
775 high = (pmaphead->pml_map.pm_port >> 8) & 0xff;
778 high, low);
1302 maxvers = rpcerr.re_vers.high;
1316 maxvers = rpcerr.re_vers.high;
1409 maxvers = rpcerr.re_vers.high;
[all...]

Completed in 626 milliseconds

1234567891011>>