| /src/common/lib/libc/arch/sparc/gen/ |
| H A D | mul.S | 148 * high part of the product (i.e., highpart = %o4 >> 20). 156 sra %o4, 20, %o1 ! ... and extract high part of result
|
| H A D | umul.S | 137 * But for unsigned multiplies, the high order bit wasn't a sign bit, 139 * high order bit is one, we end up with xy - (y << 32). To fix it 143 bl,a 1f ! if %o1 < 0 (high order bit = 1),
|
| /src/common/lib/libc/arch/sparc64/string/ |
| H A D | memcpy.S | 317 ! sllx %o0, %l4, %o0 ! Shift high word 403 srlx %o0, 32, %g6 ! Shift high word down
|
| H A D | strlen.S | 48 * by subtracting 0x01010101, and seeing if any of the high bits of each 52 * byte values, either they have the high bit set initially, or when 54 * have their high bit set. The expression here is 128 btst %g1, %o5 ! Check high byte
|
| /src/common/lib/libc/quad/ |
| H A D | muldi3.c | 76 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high] 96 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low) 100 * (2^n)(high + mid + low) + low 102 * Furthermore, `high' and `mid' can be computed mod 2^n, as any factor 112 u_int high, mid, udiff, vdiff; local in function:__muldi3 144 * any upper bits in high and mid, so we can use native 159 high = u1 * v1; 164 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] + 190 * splits into high and low ints as HHALF(l) and LHUP(l) respectively. 195 u_int u1, u0, v1, v0, udiff, vdiff, high, mi local in function:__lmulq [all...] |
| /src/etc/powerd/scripts/ |
| H A D | sensor_battery | 41 high-capacity) 43 "${0}: (${3}) capacity above high limit [${1}]" >&1
|
| /src/games/larn/ |
| H A D | scores.c | 499 * char *whoo; is high enough 524 * char *whoo; score is high enough 817 int fd7, high = 999, no; local in function:getplid 839 if (no > high) 840 high = no; /* accumulate highest id # */ 850 lprintf("%ld\n%s", (long) ++high, name); /* new id # and name */ 853 return (high);
|
| /src/games/sail/ |
| H A D | dr_2.c | 56 int ma, int ta, bool af, int vma, int dir, int *high, 166 int high; local in function:closeon 170 high = -30000; 172 ma, ta, af, ma, from->file->dir, &high, 0); 252 int ma, int ta, bool af, int vma, int dir, int *high, int rakeme) 263 if (new > *high && (!rakeme || rakeyou)) { 264 *high = new; 269 dir, high, rakeme); 276 if (new > *high && (!rakeme || 278 *high 249 try(struct ship * f,struct ship * t,char * command,size_t commandmax,char * temp,size_t tempmax,int ma,int ta,bool af,int vma,int dir,int * high,int rakeme) argument [all...] |
| /src/games/worms/ |
| H A D | worms.c | 613 worm_length(int low, int high) argument 615 if (low >= high) 618 return low + (random() % (high - low + 1));
|
| /src/include/rpc/ |
| H A D | auth.h | 74 uint32_t high; member in struct:des_block::__anon72cba7a20108
|
| H A D | clnt.h | 122 rpcvers_t high; /* highest version supported */ member in struct:rpc_err::__anon76d00521010a::__anon76d005210208 344 * const rpcvers_t vers_high; -- high version number
|
| H A D | rpc_msg.h | 93 rpcvers_t high; member in struct:accepted_reply::__anond0b0cafb010a::__anond0b0cafb0208 113 rpcvers_t high; member in struct:rejected_reply::__anond0b0cafb040a::__anond0b0cafb0508
|
| /src/lib/libc/arch/aarch64/softfloat/ |
| H A D | softfloat.h | 61 unsigned short high; member in struct:__anonde60d0500108 68 unsigned long long high, low; member in struct:__anonde60d0500208 70 unsigned long long low, high;
|
| /src/lib/libc/arch/alpha/gen/ |
| H A D | divrem.m4 | 75 srl NEG, WORDSIZE - 1, NEG /* rather, or of high bits */
|
| /src/lib/libc/arch/arm/softfloat/ |
| H A D | softfloat.h | 59 unsigned short high; member in struct:__anon6ee471270108 65 unsigned long long high, low; member in struct:__anon6ee471270208
|
| /src/lib/libc/arch/hppa/string/ |
| H A D | ffs.S | 44 ldi 32,%ret0 ; Set return to high bit
|
| /src/lib/libc/arch/m68k/softfloat/ |
| H A D | softfloat.h | 63 unsigned long high; member in struct:__anondfc66a6d0108 69 unsigned long long high, low; member in struct:__anondfc66a6d0208
|
| /src/lib/libc/arch/mips/softfloat/ |
| H A D | softfloat.h | 60 unsigned short high; member in struct:__anonad5deae00108 66 unsigned long long high, low; member in struct:__anonad5deae00208
|
| /src/lib/libc/arch/or1k/softfloat/ |
| H A D | softfloat.h | 58 unsigned short high; member in struct:__anoneb5d04c40108 64 unsigned long long high, low; member in struct:__anoneb5d04c40208
|
| /src/lib/libc/arch/powerpc/softfloat/ |
| H A D | softfloat.h | 58 unsigned short high; member in struct:__anona9dec1270108 64 unsigned long long high, low; member in struct:__anona9dec1270208
|
| /src/lib/libc/arch/sh3/softfloat/ |
| H A D | softfloat.h | 58 unsigned short high; member in struct:__anon1755aab50108 64 unsigned long long high, low; member in struct:__anon1755aab50208
|
| /src/lib/libc/arch/sparc/gen/ |
| H A D | divrem.m4 | 187 ! This means that R has the high-order bit set. 189 sll T, TOPBITS, T ! high order bit 210 ! and are only done if R >= 0. Because both R and V may have the high-
|
| /src/lib/libc/arch/sparc64/softfloat/ |
| H A D | softfloat.h | 60 unsigned short high; member in struct:__anonaeffaaaa0108 66 unsigned long long high, low; member in struct:__anonaeffaaaa0208
|
| /src/lib/libc/rpc/ |
| H A D | clnt_generic.c | 113 maxvers = rpcerr.re_vers.high;
|
| H A D | clnt_perror.c | 142 i = snprintf(str, len, "; low version = %u, high version = %u", 143 e.re_vers.low, e.re_vers.high); 165 i = snprintf(str, len, "; low version = %u, high version = %u", 166 e.re_vers.low, e.re_vers.high);
|