| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/sys5/ |
| assert.c | 50 int div, digit; local 60 for (div = 10000; div != 0; line_num %= div, div /= 10) 61 if ((digit = line_num/div) != 0 || p != &linestr[7] || div == 1)
|
| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| ldivide.c | 43 dl_t div; local 51 div = lzero; 54 div = lshiftl(div, 1); 57 div.dl_lop |= 1; 58 tmp = lsub(div, rop); 62 div = tmp;
|
| imaxdiv.c | 60 return (div(numer, denom));
|
| div.c | 49 div(num, denom) function 92 /* see div() for comments */
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bn/asm/x86/ |
| div.pl | 12 &div("ebx");
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/offsetof/ |
| tst.OffsetofArith.d | 53 div = offsetof(record_t, y) / offsetof(record_t, x); 62 printf("Division of offsets (y/x) = %d\n", div); 70 || (2 != div)/
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/eg/ |
| nph-clock.cgi | 10 div({-align=>CENTER},
|
| /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| serial.c | 46 unsigned short div; 139 unsigned short div = 0; 152 div = divisor_tab[i].div; 156 if (div == 0) 159 outb (port + UART_DLL, div & 0xFF); 160 outb (port + UART_DLH, div >> 8); 45 unsigned short div; member in struct:divisor 138 unsigned short div = 0; local
|
| /onnv/onnv-gate/usr/src/head/iso/ |
| stdlib_iso.h | 138 extern div_t div(int, int); 171 inline ldiv_t div(long _l1, long _l2) { return ldiv(_l1, _l2); } function 185 extern div_t div();
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/ |
| BareCalc.pm | 25 base_len new zero one two ten copy str num add sub mul div mod inc dec
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/crt/sparc/ |
| muldiv.s | 44 ENTRY(.div) 58 SET_SIZE(.div)
|
| /onnv/onnv-gate/usr/src/uts/intel/sys/acpi/platform/ |
| acmsvc.h | 143 __asm div d32 \
|
| /onnv/onnv-gate/usr/src/cmd/sa/ |
| sagb.c | 479 float div = 1; local 483 while (ff/div > 10.) 484 div *= 10.; 485 while (ff/div < 1.) 486 div /= 10.; 487 while ((ff/div) > ylimit[i]) 489 return (ylimit[i] * div);
|
| /onnv/onnv-gate/usr/src/lib/libc/sparc/crt/ |
| hwmuldiv.s | 31 * Versions of .mul .umul .div .udiv .rem .urem written using 50 ENTRY(.div) 61 SET_SIZE(.div) 97 * v8plus versions of __{u,}{mul,div,rem}64 compiler support routines
|
| /onnv/onnv-gate/usr/src/uts/sparc/ |
| Makefile.files | 45 div.o \
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigRat/ |
| Test.pm | 46 foreach my $method ( qw/ div acmp floor ceil root sqrt log fac modpow modinv/)
|
| /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/ |
| Makefile.4.x | 41 OBJS= rtldlib.o rtld.4.x.o rtsubrs.o div.o umultiply.o rem.o zero.o
|
| div.s | 103 ! RTENTRY(.div) ! SIGNED DIVIDE 104 .global .div 105 .div:
|
| /onnv/onnv-gate/usr/src/psm/stand/bootblks/ufs/i386/ |
| mboot.S | 277 div word ptr [secPerCyl] /* ax = cyl, */ 283 div byte ptr [secPerTrk] /* al = head, */
|
| /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/ |
| cipher.c | 517 u_char *div = NULL; local 532 div = cc->evp.iv; 549 memcpy(div, iv, evplen);
|
| /onnv/onnv-gate/usr/src/uts/common/io/sdcard/adapters/sdhost/ |
| sdhost.c | 548 uint16_t div; local 579 div = 1; 581 if (div > 0x80) 584 div <<= 1; /* divider goes up by one */ 586 div >>= 1; /* 0 == divide by 1, 1 = divide by 2 */ 593 (div << CLOCK_CONTROL_FREQ_SHIFT) | CLOCK_CONTROL_INT_CLOCK_EN); [all...] |
| /onnv/onnv-gate/usr/src/lib/libsys/sparc/ |
| mapfile-vers | 60 .div;
|
| /onnv/onnv-gate/usr/src/cmd/fm/eversholt/common/ |
| literals.h | 56 L_DECL(div); variable
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/perlasm/ |
| x86ms.pl | 143 sub main'div { &out1("div",@_); }
|
| /onnv/onnv-gate/usr/src/head/ |
| stdlib.h | 56 using std::div;
|