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

1234567891011>>

/freebsd-11.0-release/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-11.0-release/sys/dev/isci/scil/
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-11.0-release/contrib/gdb/gdb/
H A Dada-valprint.c158 LONGEST low, high;
159 if (get_discrete_bounds (TYPE_FIELD_TYPE (type, 0), &low, &high) < 0)
162 len = high - low + 1;
157 LONGEST low, high; local
/freebsd-11.0-release/contrib/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-11.0-release/lib/libc/rpc/
H A Dauth_des.c306 ivec.key.high = ivec.key.low = 0;
321 ad->ad_cred.adc_fullname.window = cryptbuf[1].key.high;
378 buf.key.high = (uint32_t)*ixdr++;
/freebsd-11.0-release/lib/libc/softfloat/bits32/
H A Dsoftfloat.c1587 add64( z.high, z.low, 0, lastBitMask>>1, &z.high, &z.low );
1592 ++z.high;
1593 if ( (bits32) ( z.low<<1 ) == 0 ) z.high &= ~1;
1600 add64( z.high, z.low, 0, roundBitsMask, &z.high, &z.low );
1607 if ( ( ( (bits32) ( a.high<<1 ) ) | a.low ) == 0 ) return a;
1633 z.high = a.high;
1636 z.high
[all...]
/freebsd-11.0-release/include/rpc/
H A Dauth.h156 uint32_t high; member in struct:des_block::__anon6531
/freebsd-11.0-release/contrib/ntp/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-11.0-release/contrib/ntp/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-11.0-release/sys/dev/mxge/
H A Dmxge_mcp.h50 uint32_t high; member in struct:mcp_dma_addr
86 uint32_t data1; /* will be high portion if data > 32 bits */
/freebsd-11.0-release/sys/fs/cd9660/
H A Dcd9660_rrip.c414 u_int high, low; local
416 high = isonum_733(p->dev_t_high);
419 if (high == 0)
422 ana->inop->inode.iso_rdev = makedev(high, minor(low));
435 ana->fields &= isonum_711(p->flags)|~0xff; /* don't touch high bits */
/freebsd-11.0-release/sys/dev/smbus/
H A Dsmbconf.h101 void smbus_intr(device_t, u_char, char low, char high, int error);
H A Dsmbus.c133 smbus_generic_intr(device_t dev, u_char devaddr, char low, char high, int err) argument
/freebsd-11.0-release/tools/test/testfloat/sparc64/
H A Dfpu_util.c68 unsigned long high, low; member in struct:__anon13642
81 v.high = ((u_int64_t)__fpreg[r] << 32 | (u_int64_t)__fpreg[r + 1]);
90 __fpreg[r] = (u_int32_t)(v.high >> 32);
91 __fpreg[r + 1] = (u_int32_t)v.high;
/freebsd-11.0-release/sys/rpc/
H A Dauth.h156 uint32_t high; member in struct:des_block::__anon13248
/freebsd-11.0-release/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h111 u_char high [ISODCL(5,12)]; member in struct:__anon13965
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Datof-ieee.c185 generic_floating_point_number.high = NULL;
233 generic_floating_point_number.high
445 /* Word 1. Sign, exponent and perhaps high bits. */
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dlv1call.S33 #define LD64_IM(r, highest, higher, high, low) \
37 addis r,r,high; \
/freebsd-11.0-release/contrib/gdb/gdb/cli/
H A Dcli-cmds.c842 CORE_ADDR low, high;
857 if (find_pc_partial_function (pc, &name, &low, &high) == 0)
872 if (find_pc_partial_function (pc, &name, &low, &high) == 0)
888 high = parse_and_eval_address (space_index + 1);
905 print_address_numeric (high, 1, gdb_stdout);
910 gdb_disassembly (uiout, 0, 0, 0, -1, low, high);
837 CORE_ADDR low, high; local
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c664 int low, high, i; local
666 low = high = -1;
678 high = i;
702 *dBm = (low + high) + 3;
705 * Perform interpolation between low and high values to find gainF
706 * linearly scale the pcdac between low and high
709 (pRD->pcdac[high] - pRD->pcdac[low]);
714 interp = ((interp * (pRD->gainF[high] - pRD->gainF[low])) + 999) / 1000;
/freebsd-11.0-release/sys/vm/
H A Dvm_reserv.c401 * physical address "high". The given value "alignment" determines the
411 vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary)
530 m = vm_phys_alloc_contig(allocpages, low, high, ulmax(alignment,
587 if (pa < low || pa + size > high || (pa & (alignment - 1)) != 0 ||
998 vm_reserv_reclaim_contig(u_long npages, vm_paddr_t low, vm_paddr_t high, argument
1016 if (pa + size > high) {
1017 /* This entire reservation is too high; go to next. */
1040 if (pa + size > high) {
1041 /* The rest of this reservation is too high. */
410 vm_reserv_alloc_contig(vm_object_t object, vm_pindex_t pindex, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary) argument
/freebsd-11.0-release/contrib/binutils/bfd/
H A Ddwarf2.c147 bfd_vma high; member in struct:arange
932 if (first_arange->high == 0)
935 first_arange->high = high_pc;
943 if (low_pc == arange->high)
945 arange->high = high_pc;
961 arange->high = high_pc;
1150 for ia64-Linux). Thus, to determine the low and high
1459 if (addr >= arange->low && addr < arange->high)
1462 ((arange->high - arange->low) < (best_fit->arange.high
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dreal.c1334 HOST_WIDE_INT low, high;
1341 low = high = 0;
1347 high = (unsigned HOST_WIDE_INT) 1 << (HOST_BITS_PER_WIDE_INT - 1);
1352 high--;
1377 high = t.sig[SIGSZ-1];
1383 high = t.sig[SIGSZ-1];
1384 high = high << (HOST_BITS_PER_LONG - 1) << 1;
1385 high |= t.sig[SIGSZ-2];
1395 high
1330 HOST_WIDE_INT low, high; local
2026 real_from_integer(REAL_VALUE_TYPE *r, enum machine_mode mode, unsigned HOST_WIDE_INT low, HOST_WIDE_INT high, int unsigned_p) argument
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-snmp.c333 uint32_t high; member in struct:be::__anon5498::__anon5499
565 register uint32_t high, low; local
568 high = 0, low = 0;
570 high = (high << 8) |
574 elem->data.uns64.high = high;
738 if (elem->data.uns64.high == 0) {
742 d = elem->data.uns64.high * 4294967296.0; /* 2^32 */
743 if (elem->data.uns64.high <
[all...]

Completed in 391 milliseconds

1234567891011>>