Searched refs:high (Results 151 - 175 of 374) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h58 unsigned short high; member in struct:__anon186
64 unsigned long long high, low; member in struct:__anon187
/freebsd-current/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h58 unsigned short high; member in struct:__anon193
64 unsigned long long high, low; member in struct:__anon194
/freebsd-current/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed-functions.sh603 -H "Priority: high" \
612 -H "Priority: high" \
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMagic.cpp115 unsigned high = Data2MSB ? 16 : 17; local
117 if (Magic[high] == 0) {
/freebsd-current/sys/sys/
H A Dmalloc.h182 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
186 struct domainset *ds, int flags, vm_paddr_t low, vm_paddr_t high,
/freebsd-current/contrib/xz/src/liblzma/check/
H A Dcrc_x86_clmul.h67 #define MASK_LH(in, mask, low, high) \
69 MASK_H(in, mask, high)
117 // the high bit (0x80) set. _mm_blendv_epi8 and _mm_shuffle_epi8
126 // bytes, the bytes are loaded to the high bits of the vector and
137 // and store the result in v1 (high bytes) and v0 (low bytes).
/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c105 if (address_one.high > address_two.high)
109 else if (address_one.high < address_two.high)
331 sas_address.high = 0;
H A Dscic_sds_port.c441 sas_address->high = 0;
538 sas_address->high = SCIC_SWAP_DWORD(sas_address->high);
544 sas_address->high = 0;
880 (phy_sas_address.high == port_sas_address.high)
1429 this_port, initiator_sas_address_hi, sas_address.high);
2144 if (port_sas_address.high != 0 && port_sas_address.low != 0)
2153 (port_sas_address.high != phy_sas_address.high)
[all...]
/freebsd-current/usr.sbin/ppp/
H A Dnat_cmd.c345 StrToPortRange(const char *str, u_short *low, u_short *high, const char *proto) argument
361 res = StrToPort(minus + 1, high, proto);
363 *high = *low;
371 u_short *high, const char *proto)
388 return StrToPortRange(colon + 1, low, high, proto);
370 StrToAddrAndPort(const char *str, struct in_addr *addr, u_short *low, u_short *high, const char *proto) argument
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c569 int high = info->srWindow.Bottom - info->srWindow.Top + 1; local
572 if (high < MIN_HIGH) {
573 T(("... height %d < %d", high, MIN_HIGH));
574 high = MIN_HIGH;
586 rect.Bottom = (SHORT) (high - 1);
589 coord.Y = (SHORT) high;
591 if (info->dwSize.Y != high ||
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dbufferevent.c111 * Sometimes bufferevent's implementation can overrun high watermarks
123 if (!bev->wm_read.high)
127 if (evbuffer_get_length(bev->input) < bev->wm_read.high)
145 if (size >= bufev->wm_read.high)
602 bufev->wm_write.high = highmark;
607 bufev->wm_read.high = highmark;
610 /* There is now a new high-water mark for read.
629 /* There is now no high-water mark for read. */
649 *highmark = bufev->wm_write.high;
659 *highmark = bufev->wm_read.high;
[all...]
/freebsd-current/contrib/libevent/
H A Dbufferevent.c111 * Sometimes bufferevent's implementation can overrun high watermarks
123 if (!bev->wm_read.high)
127 if (evbuffer_get_length(bev->input) < bev->wm_read.high)
145 if (size >= bufev->wm_read.high)
602 bufev->wm_write.high = highmark;
607 bufev->wm_read.high = highmark;
610 /* There is now a new high-water mark for read.
629 /* There is now no high-water mark for read. */
649 *highmark = bufev->wm_write.high;
659 *highmark = bufev->wm_read.high;
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c410 size_t low, high; local
442 bufferevent_getwatermark(bev2, EV_READ, &low, &high);
444 tt_int_op(high, ==, 20);
450 bufferevent_getwatermark(bev1, EV_WRITE, &low, &high);
452 tt_int_op(high, ==, 2000);
455 int r = bufferevent_getwatermark(bev1, EV_WRITE | EV_READ, &low, &high);
1107 size_t low, high, len; local
1115 bufferevent_getwatermark(bev, EV_READ, &low, &high);
1136 bufferevent_setwatermark(bev, EV_READ, low, high);
/freebsd-current/contrib/libevent/test/
H A Dregress_bufferevent.c410 size_t low, high; local
442 bufferevent_getwatermark(bev2, EV_READ, &low, &high);
444 tt_int_op(high, ==, 20);
450 bufferevent_getwatermark(bev1, EV_WRITE, &low, &high);
452 tt_int_op(high, ==, 2000);
455 int r = bufferevent_getwatermark(bev1, EV_WRITE | EV_READ, &low, &high);
1107 size_t low, high, len; local
1115 bufferevent_getwatermark(bev, EV_READ, &low, &high);
1136 bufferevent_setwatermark(bev, EV_READ, low, high);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S99 ! This means that %o3 has the high-order bit set.
101 sll %g1,4 ,%g1 ! high order bit
119 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
H A Dmodsi3.S99 ! This means that %o3 has the high-order bit set.
101 sll %g1,4 ,%g1 ! high order bit
119 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp270 uint64_t &high) {
272 return m_remote_platform_sp->CalculateMD5(file_spec, low, high);
273 return Platform::CalculateMD5(file_spec, low, high);
269 CalculateMD5(const FileSpec &file_spec, uint64_t &low, uint64_t &high) argument
/freebsd-current/sys/dev/iicbus/
H A Diicsmb.c77 char high; /* high byte */ member in struct:iicsmb_softc
195 sc->low, sc->high, SMB_ENOERR);
217 sc->high = *buf;
/freebsd-current/sys/x86/cpufreq/
H A Dhwpstate_intel.c96 uint8_t high; member in struct:hwp_softc
417 sc->high = IA32_HWP_CAPABILITIES_HIGHEST_PERFORMANCE(caps);
434 sc->req |= sc->high << 8;
/freebsd-current/lib/libc/rpc/
H A Dauth_des.c301 ivec.key.high = ivec.key.low = 0;
316 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
373 buf.key.high = (uint32_t)*ixdr++;
/freebsd-current/sys/dev/sound/pcm/
H A Dsound.h163 #define RANGE(var, low, high) (var) = \
164 (((var)<(low))? (low) : ((var)>(high))? (high) : (var))
/freebsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1584 add64( z.high, z.low, 0, lastBitMask>>1, &z.high, &z.low );
1589 ++z.high;
1590 if ( (bits32) ( z.low<<1 ) == 0 ) z.high &= ~1;
1597 add64( z.high, z.low, 0, roundBitsMask, &z.high, &z.low );
1604 if ( ( ( (bits32) ( a.high<<1 ) ) | a.low ) == 0 ) return a;
1630 z.high = a.high;
1633 z.high
[all...]
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp1519 // If the high bit is set, the exception handling table entry is inline inside
1545 // If the high bit in the exception handling table entry is set, the entry is
1733 uint32_t high = sectionHeader.indexCount(); local
1734 uint32_t last = high - 1;
1735 while (low < high) {
1736 uint32_t mid = (low + high) / 2;
1737 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
1738 //mid, low, high, topIndex.functionOffset(mid));
1748 high = mid;
1784 high
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DRegisterContextMinidump_x86_64.h39 llvm::support::ulittle64_t high; member in struct:lldb_private::minidump::Uint128
159 // context stored in the structure. The high 24 bits identify the CPU, the
/freebsd-current/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ipc.h93 volatile uint8_t high; member in struct:t_FmIpcPhysAddr

Completed in 598 milliseconds

1234567891011>>