/illumos-gate/usr/src/lib/brand/shared/brand/amd64/ |
H A D | runexe.s | 42 * we'll be jumping directy to it's main entry point. In any case, 57 movq %rsi, %rbx / Brand app entry point in %rbx 58 subq $8, %rax / Top of stack - must point at argc
|
/illumos-gate/usr/src/lib/brand/shared/brand/i386/ |
H A D | runexe.s | 42 * we'll be jumping directy to it's main entry point. In any case, 57 movl 8(%esp), %ebx / Brand app entry point in %ebx 58 subl $4, %eax / Top of stack - must point at argc
|
/illumos-gate/usr/src/lib/libshell/common/tests/ |
H A D | append.sh | 61 point=(x=1 y=2) 62 point+=( y=3 z=4) 63 if [[ ${point.y} != 3 ]] 66 if [[ ${point.x} != 1 ]]
|
H A D | comvar.sh | 188 typeset point=(typeset -i x=3 y=4) 189 (( (point.x*point.x + point.y*point.y) == 25 )) || err_exit "local compound variable not working" 191 point=(integer x=6 y=8) 193 (( (point.x*point.x + point.y*point [all...] |
H A D | arith.sh | 114 point=( 118 (( point.x = cos(pi/6), point.y = sin(pi/6) )) 119 if (( point.x*point.x + point.y*point.y > 1.01 )) 122 if (( point.x*point.x + point [all...] |
/illumos-gate/usr/src/cmd/refer/ |
H A D | inv6.c | 30 long point; local 46 sscanf(line, "%d %ld", &k, &point); 60 if (point != opoint) { 62 putl(opoint = point, fb); 64 putw((int)(opoint = point), fb);
|
/illumos-gate/usr/src/lib/brand/shared/brand/sparc/ |
H A D | runexe.s | 44 * we'll be jumping directy to it's main entry point. In any case, 75 jmp %o1 ! jump to the target processes entry point
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | tc.c | 39 if (point(s)) 48 if (point(s)) 87 point(int s) function
|
H A D | tb.c | 51 if (!point(s)) return(1);
|
H A D | tt.c | 111 if (s==0 || (point(s) && *s==0))
|
H A D | t8.c | 60 if (point(s)) continue; 101 if (point(s) ) continue; 271 if (point(s)) 292 if (point(s)) continue;
|
H A D | tv.c | 156 if (!point(s)) return(1);
|
H A D | t5.c | 198 if (!point(s)) return(0);
|
H A D | t7.c | 85 if (!point(s)) return(0);
|
/illumos-gate/usr/src/ucbcmd/sbcp/ |
H A D | sbcp.s | 58 ! The SPARC ABI defines our "environment" at this point, see page 3-34. 60 ! entry point, and jump to it. We depend on the stack (argv, envp) 102 ! jump to the main program's entry point 108 ld [%o0 + A_ENTRY], %o0 ! get entry point 109 1: ! else, assume entry point is 0x2000
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 71 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock 94 leal GlobalLock(%ecx), %ecx / make %ecx point at the lock 129 leaq GlobalLock(%rdi), %rdi / make %rdi point at the lock 149 leal GlobalLock(%ecx), %ecx / make %ecx point at the lock
|
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | gptldr.S | 41 .set MEM_JMP,0x9010 # BTX entry point 81 dec %si # Set %ds:%si to point at the 87 mov $MEM_USR/16,%ax # Set %es:(-1) to point at 92 add $COPY_BLK_SZ,%si # Adjust %ds:%si to point at 96 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/lib/ |
H A D | btxcsu.S | 29 # Client entry point.
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | ldivide.s | 83 / at this point, %edx:%eax has the quotient and %edi:%esi has the remainder
|
/illumos-gate/usr/src/cmd/oawk/ |
H A D | lib.c | 364 int point; local 368 d1 = d2 = point = 0; 390 point++; 401 if (!(d1 || point && d2))
|
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/ |
H A D | boot.s | 72 * point for the a.out. 131 / point to auxv
|
/illumos-gate/usr/src/lib/libpp/ |
H A D | Makefile.com | 114 pics/ppsearch.o := CERRWARN += -_gcc=-Wno-sequence-point
|
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/ |
H A D | Makefile.4.x | 28 # On a 4.x machine (fourdotx), point ROOT at the header files you're using,
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softEC.c | 536 uchar_t point[EC_MAX_POINT_LEN]; local 561 template.pValue = point; 562 template.ulValueLen = sizeof (point); 568 ECkey.publicValue.data = point;
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | lib.c | 526 ERROR "floating point exception" FATAL; 695 int point; local 699 d1 = d2 = point = 0; 717 point++; 726 if (!(d1 || point && d2))
|