Searched refs:clr (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dsparccpuid.S69 clr %o0
71 clr %o1
73 clr %o2
75 clr %o3
77 clr %o4
79 clr %o5
81 clr %o7
83 clr %l0
85 clr %l1
87 clr
[all...]
/macosx-10.10/dtrace-147/test/tst/sparc/pid/
H A Dtst.branch.s59 clr %o0
H A Dtst.embedded.s55 clr %o0
/macosx-10.10/OpenSSL098-52/src/crypto/bn/asm/
H A Dsparcv8plus.S169 clr %o0
178 clr %o5
271 clr %o0
280 clr %o5
359 clr %o0
406 clr %o0
430 clr %o0
464 clr %o0
501 clr %o0
524 clr
[all...]
H A Dsparcv8.S52 clr %o0
57 clr %o5
165 clr %o0
170 clr %o5
257 clr %o0
262 clr %o5
301 clr %o0
326 clr %o0
360 clr %o0
365 clr
[all...]
/macosx-10.10/zlib-55/zlib/examples/
H A Dgzjoin.c272 block if clr is true, and adding empty blocks as needed to get to a byte
273 boundary. If clr is false, then the last block becomes the last block of
278 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, argument
313 if (last && clr)
353 if (last && clr)
366 if (last && clr)
380 if (pos == 0 || !clr)
419 if (!clr) {
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dbmp2tiff.c242 uint32 row, clr; local
455 for(clr = 0; clr < clr_tbl_size; clr++) {
456 red_tbl[clr] = 257*clr_tbl[clr*n_clr_elems+2];
457 green_tbl[clr] = 257*clr_tbl[clr*n_clr_elems+1];
458 blue_tbl[clr] = 257*clr_tbl[clr*n_clr_elem
[all...]
/macosx-10.10/ruby-106/ruby/sample/
H A Dmine.rb5 def clr method in class:Board
19 private :clr, :pos, :colorstr, :put
45 clr; pos(0,0)
/macosx-10.10/vim-55/src/proto/
H A Dex_getln.pro23 void gotocmdline __ARGS((int clr));
/macosx-10.10/vim-55/runtime/syntax/
H A Dia64.vim92 syn match ia64opcode "br\(\(\.\(cond\|call\|ret\|ia\|cloop\|ctop\|cexit\|wtop\|wexit\)\)\=\(\.\(spnt\|dpnt\|sptk\|dptk\)\)\=\(\.few\|\.many\)\=\(\.clr\)\=\)\=\>"
102 syn match ia64opcode "chk\.a\.\(clr\|nc\)\>"
163 syn match ia64opcode "ld[1248]\>\|ld[1248]\(\.\(sa\=\|a\|c\.\(nc\|clr\(\.acq\)\=\)\|acq\|bias\)\)\=\(\.nt[1a]\)\=\>"
166 syn match ia64opcode "ldf[sde8]\(\(\.\(sa\=\|a\|c\.\(nc\|clr\)\)\)\=\(\.nt[1a]\)\=\)\=\>"
169 syn match ia64opcode "ldfp[sd8]\(\(\.\(sa\=\|a\|c\.\(nc\|clr\)\)\)\=\(\.nt[1a]\)\=\)\=\>"
H A Dabel.vim95 syn match abelExtension "\.clr\>"
H A Dvmasm.vim42 syn match vmasmOpcode "\<clr[bwlqofdgh]\>"
H A Dasm68k.vim85 syn match asm68kOpcode "\<clr\(\.[bwl]\)\=\s"
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dmsp430.h82 MSP_INSN (clr, 0, 1, 0x4300, 0xff30),
H A Davr.h169 AVR_INSN (clr, "r=r", "001001rdddddrrrr", 1, AVR_ISA_1200, 0x2400)
/macosx-10.10/OpenSSL098-52/src/apps/
H A Ds_client.c290 int off=0, clr = 0; local
539 { clr|=SSL_OP_LEGACY_SERVER_CONNECT; }
715 if (clr)
716 SSL_CTX_clear_options(ctx, clr);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dosm.tcl212 button .clr -command ClearPoints -text {Clear Points}
230 grid .clr -row 0 -column 3 -sticky wen
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl404 set clr [lindex $colors $y $x]
405 if {$clr ne ""} {
406 $img put -to $x $y $clr
H A Dico.tcl561 set clr [lindex $colors $y $x]
562 if {$clr ne ""} {
563 $img put -to $x $y $clr
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkTheme.h344 MODULE_SCOPE void Ttk_ChangeElementState(Ttk_Element,unsigned set,unsigned clr);
H A DttkLayout.c1249 void Ttk_ChangeElementState(Ttk_LayoutNode *node,unsigned set,unsigned clr) argument
1251 node->state = (node->state | set) & ~clr;
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhanja-jis.el429 ("clr" "$BB'B,D<R,RNVzX<ZE(B")
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c4430 int clr; local
4539 clr = 0;
4548 clr = 1;
4561 if (clr)
/macosx-10.10/tcl-105/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl856 button $base.btn.clr -text "Clear" -width 6
867 $base.btn.clr config -command "
/macosx-10.10/vim-55/src/
H A Dex_getln.c3230 gotocmdline(clr)
3231 int clr;
3240 if (clr) /* clear the bottom line(s) */

Completed in 202 milliseconds

12