Searched refs:STEP (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dswab.c53 #define STEP temp = *fp++,*tp++ = *fp++,*tp++ = temp macro
56 STEP;
58 STEP; STEP; STEP; STEP;
59 STEP; STEP; STEP; STEP;
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dfsaccess.c33 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro
34 #define GROUP (STEP)
35 #define OTHER (STEP * 2)
88 bits |= bits << STEP;
92 bits |= bits << STEP;
/macosx-10.10.1/ntp-92/lib/isc/
H A Dfsaccess.c33 #define STEP (ISC__FSACCESS_PERMISSIONBITS) macro
34 #define GROUP (STEP)
35 #define OTHER (STEP * 2)
88 bits |= bits << STEP;
92 bits |= bits << STEP;
/macosx-10.10.1/OpenSSL098-52/src/crypto/md5/asm/
H A Dmd5-x86_64.pl23 $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1);
24 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
30 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
33 mov $y, %r11d /* (NEXT STEP) z' = $y */
47 $code .= " mov 1*4(%rsi), %r10d /* (NEXT STEP) X[1] */\n" if ($pos == -1);
48 $code .= " mov %ecx, %r11d /* (NEXT STEP) y' = %ecx */\n" if ($pos == -1);
54 mov $k_next*4(%rsi),%r10d /* (NEXT STEP) X[$k_next] */
57 mov $x, %r11d /* (NEXT STEP) y' = $x */
71 $code .= " mov 5*4(%rsi), %r10d /* (NEXT STEP) X[5] */\n" if ($pos == -1);
72 $code .= " mov %ecx, %r11d /* (NEXT STEP)
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dfsaccess.c67 bits <<= STEP; \
69 bits <<= STEP; \
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dfsaccess.c67 bits <<= STEP; \
69 bits <<= STEP; \
/macosx-10.10.1/xnu-2782.1.97/tools/tests/superpages/
H A Dmeasure_tlbs.c14 #define STEP 4 /* KB */ macro
15 #define START STEP
114 for (kb=START; kb<MAX; kb+=STEP) {
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dfsaccess.c130 bits <<= STEP; \
132 bits <<= STEP; \
241 caccess = caccess >> STEP;
247 caccess = caccess >> STEP;
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dfsaccess.c130 bits <<= STEP; \
132 bits <<= STEP; \
241 caccess = caccess >> STEP;
247 caccess = caccess >> STEP;
/macosx-10.10.1/Heimdal-398.1.2/appl/push/
H A Dpush.c146 #define STEP 16 macro
162 w->allociovecs = min(STEP, w->maxiovecs);
177 w->allociovecs = min(w->allociovecs + STEP, w->maxiovecs);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb129 @STEP = TkVariable.new_hash
130 @STEP.default_value_type = :numeric
281 @STEP[idx] = 0
282 ll = TkLabel.new(@f_details, :textvariable=>@STEP.ref(idx),
1852 # Each Move## keeps its state info in STEP, this retrieves and increments it
1855 @STEP[who] = step
1857 if !@STEP.exist?(who) || @STEP[who] == ""
1858 @STEP[who] = 0
1860 @STEP[wh
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb131 @STEP = TkVariable.new_hash
132 @STEP.default_value_type = :numeric
283 @STEP[idx] = 0
284 ll = TkLabel.new(@f_details, :textvariable=>@STEP.ref(idx),
1857 # Each Move## keeps its state info in STEP, this retrieves and increments it
1860 @STEP[who] = step
1862 if !@STEP.exist?(who) || @STEP[who] == ""
1863 @STEP[who] = 0
1865 @STEP[wh
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Doccam.vim34 syn keyword occamKeyword RETYPES RESHAPES STEP FROM FOR RESCHEDULE STOP SKIP FORK
H A Dabap.vim71 syn match abapStatement "\(\W\|^\)\(EXIT\W\+FROM\W\+STEP\W\+LOOP\|EXIT\)\(\W\|$\)"ms=s+1,me=e-1
H A Dclipper.vim58 syn keyword clipperRepeat FOR TO NEXT STEP
H A Dfgl.vim83 syn keyword fglKeyword STARTLOG STATIC STATISTICS STATUS STDEV STEP STOP STRING STRUCT
H A Drpl.vim306 " FOR/(CYCLE)/(EXIT)/STEP
308 " START/(CYCLE)/(EXIT)/STEP
H A Dfreebasic.vim103 syn keyword freebasicLoops FOR LOOP WHILE WEND DO CONTINUE STEP UNTIL next
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl194 ttk::label $w2.ll$i -textvariable STEP($i) -width 5 -background white
1683 # Each Move## keeps its state info in STEP, this retrieves and increments it
1685 global STEP
1687 set STEP($who) $step
1688 } elseif {![info exists STEP($who)] || $STEP($who) eq ""} {
1689 set STEP($who) 0
1691 incr STEP($who)
1693 return $STEP($who)
1697 global STEP
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DGrammar.pm49 USE PLUGIN FILTER MACRO PERL RAWPERL TO STEP AND OR NOT DIV MOD
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsasl.c1843 #define STEP( ctx, cred, clen, resp, rlen, err ) \ macro
1873 sc = STEP( ctx,

Completed in 304 milliseconds