Searched refs:low (Results 276 - 300 of 425) sorted by path

<<11121314151617

/freebsd-11-stable/sys/x86/isa/
H A Dclock.c246 int high, low; local
253 low = inb(TIMER_CNTR0);
257 return ((high << 8) | low);
536 u_int high, low; local
551 low = inb(TIMER_CNTR0);
553 count = i8254_max_count - ((high << 8) | low);
/freebsd-11-stable/sys/xen/interface/xsm/
H A Dflask_op.h137 uint64_t low, high; member in struct:xen_flask_ocontext
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-32.c383 ax.sig.a1 = a.low;
433 z.low = 0;
438 z.low = 0;
443 z.high = z.low = 0xFFFFFFFF;
494 z.low = 0;
499 z.low = 0xFFFFFFFF;
508 z.low = 0;
513 z.low = 0xFFFFFFFF;
545 z.low = zx.sig.a1;
H A Dslowfloat-64.c655 ax.sig.a1 = a.low;
694 z.low = 0;
699 z.low = LIT64( 0x8000000000000000 );
704 z.low = LIT64( 0xFFFFFFFFFFFFFFFF );
739 z.low = LIT64( 0x8000000000000000 );
746 z.low = LIT64( 0xFFFFFF0000000000 );
749 z.low = LIT64( 0xFFFFFFFFFFFFF800 );
752 z.low = LIT64( 0xFFFFFFFFFFFFFFFF );
763 z.low = LIT64( 0x8000000000000000 );
770 z.low
[all...]
H A DtestCases.c1148 #define SETFLOAT64( z, zHigh, zLow ) z.low = zLow; z.high = zHigh
1250 static const struct { bits32 high, low; } float64P1[ float64NumP1 ] = { member in struct:__anon13660
1257 static const struct { bits32 high, low; } float64P2[ float64NumP2 ] = { member in struct:__anon13661
1477 float64P1[ sigNum ].low
1504 float64P1[ sigNum ].low
1534 float64P2[ sigNum ].low
1561 float64P2[ sigNum ].low
1586 sig1Low = float64P2[ sigNum1 ].low;
1587 sig2Low = float64P2[ sigNum2 ].low;
1657 sig1Low = float64P2[ sigNum1 ].low;
2432 static const struct { bits64 high, low; } float128P1[ float128NumP1 ] = { member in struct:__anon13666
2439 static const struct { bits64 high, low; } float128P2[ float128NumP2 ] = { member in struct:__anon13667
[all...]
H A DtestLoops.c414 return ( a.high == b.high ) && ( a.low == b.low );
424 ( 0x7FF00000 < absAHigh ) || ( ( absAHigh == 0x7FF00000 ) && a.low );
435 return ( a.high == b.high ) && ( a.low == b.low );
442 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && a.low;
453 return ( a.high == b.high ) && ( a.low == b.low );
464 || ( ( absAHigh == LIT64( 0x7FFF000000000000 ) ) && a.low );
H A DwriteHex.c139 writeHex_bits32( a.low, stream );
152 writeHex_bits64( a.low, stream );
167 writeHex_bits64( a.low, stream );
/freebsd-11-stable/tools/test/testfloat/sparc64/
H A Dfpu_util.c68 unsigned long high, low; member in struct:__anon13645
82 v.low = ((u_int64_t)__fpreg[r + 2] << 32 | (u_int64_t)__fpreg[r + 3]);
92 __fpreg[r + 2] = (u_int32_t)(v.low >> 32);
93 __fpreg[r + 3] = (u_int32_t)v.low;
H A Dsoftfloat.h57 unsigned long low; member in struct:__anon13647
62 unsigned long high, low; member in struct:__anon13648
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c170 getChannelEdges(struct ath_hal *ah, u_int16_t flags, u_int16_t *low, u_int16_t *high) argument
176 *low = pCap->halLow5GhzChan;
181 *low = pCap->halLow2GhzChan;
/freebsd-11-stable/usr.bin/gprof/
H A Dlookup.c49 register long low; local
57 for ( low = 0 , high = nname - 1 ; low != high ; ) {
61 middle = ( high + low ) >> 1;
79 low = middle + 1;
/freebsd-11-stable/usr.bin/rpcinfo/
H A Drpcinfo.c368 * that fails, it obtains the high order and the low order version number. If
414 minvers = rpcerr.re_vers.low;
429 minvers = rpcerr.re_vers.low;
516 if (err.re_vers.low > PMAPVERS) {
731 if (err.re_vers.low == RPCBVERS4) {
742 int high, low; local
784 low = pmaphead->pml_map.pm_port & 0xff;
788 high, low);
1311 minvers = rpcerr.re_vers.low;
1325 minvers = rpcerr.re_vers.low;
[all...]
/freebsd-11-stable/usr.sbin/keyserv/
H A Dkeyserv.c242 master->key.low = arc4random();
246 master->key.low = random();
256 master->key.low = rand();
385 arg->deskey.key.low);
394 res.cryptkeyres_u.deskey.key.low);
413 arg->deskey.key.low);
422 res.cryptkeyres_u.deskey.key.low);
502 res.cryptkeyres_u.deskey.key.low);
522 arg->deskey.key.low);
531 res.cryptkeyres_u.deskey.key.low);
[all...]
/freebsd-11-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.c670 pn_field->attr.rr_entry.PN.low);
H A Diso9660_rrip.h114 u_char low [ISODCL(13,20)]; member in struct:__anon8768
/freebsd-11-stable/usr.sbin/nscd/
H A Dparser.c315 get_number(const char *str, int low, int max) argument
328 if (((res >= low) || (low == -1)) &&
/freebsd-11-stable/usr.sbin/ppp/
H A Dnat_cmd.c347 StrToPortRange(const char *str, u_short *low, u_short *high, const char *proto) argument
356 res = StrToPort(str, low, proto);
365 *high = *low;
372 StrToAddrAndPort(const char *str, struct in_addr *addr, u_short *low, argument
390 return StrToPortRange(colon + 1, low, high, proto);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c224 struct elf_link_hash_entry *low; member in struct:mips_elf_hash_sort_data
2761 hsd.low = NULL;
2786 g->global_gotsym = hsd.low;
2817 hsd->low = (struct elf_link_hash_entry *) h;
2827 hsd->low = (struct elf_link_hash_entry *) h;
9508 bfd_vma low, high;
9512 low = ~(bfd_vma) 0;
9521 if (low > s->vma)
9522 low = s->vma;
9532 && s->vma >= low
9474 bfd_vma low, high; local
[all...]
/freebsd-11-stable/contrib/expat/lib/
H A Dsiphash.h114 #define _SIP_ULL(high, low) (((uint64_t)high << 32) | low)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c1129 UInt32 low = sum; local
1137 RangeEnc_Encode(rc, low, s1->Freq, sum + escFreq);
H A Darchive_read_support_format_mtree.c1528 int high, low; local
1572 low = parse_hex_nibble(digest[i+1]);
1573 if (high == -1 || low == -1) {
1579 digest_buf[j] = high << 4 | low;
H A Darchive_write_set_format_iso9660.c1205 get_num_opt(struct archive_write *a, int *num, int high, int low, argument
1235 if (data < low) {
1238 "option ``%s''", low, key);
2213 joliet_allowed_char(unsigned char high, unsigned char low) argument
2215 int utf16 = (high << 8) | low;
3357 * | 'P'| 'N'| 14 | 01 | dev_t high | dev_t low |
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp500 // will treat those bits as a different part of the i128: the low bits in
502 // we need to shift the high bits down to the low before truncating.
549 int low, int high) {
551 llvm::MDNode *RNode = MDHelper.createRange(APInt(32, low), APInt(32, high));
885 // the bit into the low position and mask it to 0 or 1.
12469 // ComparandResult, and exchange is taken as two 64bit ints (high & low).
547 emitRangedBuiltin(CodeGenFunction &CGF, unsigned IntrinsicID, int low, int high) argument
H A DCodeGenPGO.cpp757 return Result.low();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp28 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound(
30 if (low == CondDirectiveLocs.end())
33 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
37 upp = std::upper_bound(low, CondDirectiveLocs.end(),
43 return low->getRegionLoc() != uppRegion;
57 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound(
59 assert(low != CondDirectiveLocs.end());
60 return low->getRegionLoc();

Completed in 410 milliseconds

<<11121314151617