Searched refs:Shift (Results 1 - 25 of 120) sorted by relevance

12345

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsDirectObjLower.cpp29 int64_t Shift; local
30 Shift = Inst.getOperand(2).getImm();
31 if (Shift > 31) {
32 Shift -= 32;
37 (Inst.getOperand(2)).setImm(Shift);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dqueue_oo.tcl64 my Shift?
72 my Shift?
82 my Shift
92 my Shift?
115 my Shift?
193 method Shift? {} {
195 # inlined Shift
202 method Shift {} {
H A Dqueue_tcl.tcl128 if {($p eq "K") || ($p eq "Shift") || ($p eq "Shift?")} continue
205 Shift? $name
217 Shift? $name
227 Shift $name
237 Shift? $name
261 Shift? $name
355 proc ::struct::queue::I::Shift? {name} {
359 Shift $name
363 proc ::struct::queue::I::Shift {nam
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DLEB128.h83 unsigned Shift = 0; local
85 Value += (*p & 0x7f) << Shift;
86 Shift += 7;
H A DMathExtras.h172 for (unsigned Shift = 32 >> 1; Shift; Shift >>= 1) {
173 uint32_t Tmp = Value >> Shift;
177 Count |= Shift;
209 for (unsigned Shift = 64 >> 1; Shift; Shift >>= 1) {
210 uint64_t Tmp = Value >> Shift;
214 Count |= Shift;
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dutils.tcl287 # OSX conventionally uses Shift+MouseWheel for horizontal scrolling,
290 # The Shift+MouseWheel behavior is not conventional on Windows or most
331 bind TtkScrollable <Shift-ButtonPress-4> { %W xview scroll -5 units }
332 bind TtkScrollable <Shift-ButtonPress-5> { %W xview scroll 5 units }
337 bind TtkScrollable <Shift-MouseWheel> \
343 bind TtkScrollable <Shift-MouseWheel> \
347 bind TtkScrollable <Shift-Option-MouseWheel> \
/macosx-10.9.5/objc4-551.1/runtime/
H A Dllvm-MathExtras.h154 for (unsigned Shift = 32 >> 1; Shift; Shift >>= 1) {
155 uint32_t Tmp = Value >> Shift;
159 Count |= Shift;
191 for (unsigned Shift = 64 >> 1; Shift; Shift >>= 1) {
192 uint64_t Tmp = Value >> Shift;
196 Count |= Shift;
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dtext.tcl64 bind Text <Shift-1> {
69 bind Text <Double-Shift-1> {
73 bind Text <Triple-Shift-1> {
103 bind Text <Shift-Left> {
106 bind Text <Shift-Right> {
109 bind Text <Shift-Up> {
112 bind Text <Shift-Down> {
127 bind Text <Shift-Control-Left> {
130 bind Text <Shift-Control-Right> {
133 bind Text <Shift
[all...]
H A Dspinbox.tcl99 bind Spinbox <Shift-1> {
103 bind Spinbox <Double-Shift-1> {
107 bind Spinbox <Triple-Shift-1> {
138 bind Spinbox <Shift-Left> {
142 bind Spinbox <Shift-Right> {
152 bind Spinbox <Shift-Control-Left> {
156 bind Spinbox <Shift-Control-Right> {
163 bind Spinbox <Shift-Home> {
170 bind Spinbox <Shift-End> {
192 bind Spinbox <Control-Shift
[all...]
H A Dlistbox.tcl59 bind Listbox <Shift-1> {
77 bind Listbox <Shift-Up> {
83 bind Listbox <Shift-Down> {
125 bind Listbox <Shift-Control-Home> {
135 bind Listbox <Shift-Control-End> {
150 bind Listbox <Control-Shift-space> {
153 bind Listbox <Shift-Select> {
189 bind Listbox <Shift-MouseWheel> {
192 bind Listbox <Shift-Option-MouseWheel> {
447 # This procedure is called for key-presses such as Shift
[all...]
H A Dentry.tcl98 bind Entry <Shift-1> {
102 bind Entry <Double-Shift-1> {
106 bind Entry <Triple-Shift-1> {
130 bind Entry <Shift-Left> {
134 bind Entry <Shift-Right> {
144 bind Entry <Shift-Control-Left> {
148 bind Entry <Shift-Control-Right> {
155 bind Entry <Shift-Home> {
162 bind Entry <Shift-End> {
184 bind Entry <Control-Shift
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dtext.tcl63 bind Text <Shift-1> {
68 bind Text <Double-Shift-1> {
72 bind Text <Triple-Shift-1> {
102 bind Text <Shift-Left> {
105 bind Text <Shift-Right> {
108 bind Text <Shift-Up> {
111 bind Text <Shift-Down> {
126 bind Text <Shift-Control-Left> {
129 bind Text <Shift-Control-Right> {
132 bind Text <Shift
[all...]
H A Dspinbox.tcl94 bind Spinbox <Shift-1> {
98 bind Spinbox <Double-Shift-1> {
102 bind Spinbox <Triple-Shift-1> {
133 bind Spinbox <Shift-Left> {
137 bind Spinbox <Shift-Right> {
147 bind Spinbox <Shift-Control-Left> {
151 bind Spinbox <Shift-Control-Right> {
158 bind Spinbox <Shift-Home> {
165 bind Spinbox <Shift-End> {
187 bind Spinbox <Control-Shift
[all...]
H A Dlistbox.tcl59 bind Listbox <Shift-1> {
77 bind Listbox <Shift-Up> {
83 bind Listbox <Shift-Down> {
125 bind Listbox <Shift-Control-Home> {
135 bind Listbox <Shift-Control-End> {
150 bind Listbox <Control-Shift-space> {
153 bind Listbox <Shift-Select> {
188 bind Listbox <Shift-MouseWheel> {
191 bind Listbox <Shift-Option-MouseWheel> {
442 # This procedure is called for key-presses such as Shift
[all...]
H A Dentry.tcl93 bind Entry <Shift-1> {
97 bind Entry <Double-Shift-1> {
101 bind Entry <Triple-Shift-1> {
125 bind Entry <Shift-Left> {
129 bind Entry <Shift-Right> {
139 bind Entry <Shift-Control-Left> {
143 bind Entry <Shift-Control-Right> {
150 bind Entry <Shift-Home> {
157 bind Entry <Shift-End> {
179 bind Entry <Control-Shift
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DInspectElementModeController.js41 return WebInspector.KeyboardShortcut.makeDescriptor("c", WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta | WebInspector.KeyboardShortcut.Modifiers.Shift);
H A DScriptsPanelDescriptor.js95 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F11, WebInspector.KeyboardShortcut.Modifiers.Shift),
96 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Semicolon, WebInspector.KeyboardShortcut.Modifiers.Shift | WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
100 WebInspector.KeyboardShortcut.makeDescriptor("e", WebInspector.KeyboardShortcut.Modifiers.Shift | WebInspector.KeyboardShortcut.Modifiers.Ctrl)
104 WebInspector.KeyboardShortcut.makeDescriptor("o", WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta | WebInspector.KeyboardShortcut.Modifiers.Shift)
H A DElementsPanelDescriptor.js124 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Tab, WebInspector.KeyboardShortcut.Modifiers.Shift)
137 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up, WebInspector.KeyboardShortcut.Modifiers.Shift)
142 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down, WebInspector.KeyboardShortcut.Modifiers.Shift)
146 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.PageUp, WebInspector.KeyboardShortcut.Modifiers.Shift)
150 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.PageDown, WebInspector.KeyboardShortcut.Modifiers.Shift)
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/ntext/
H A Dntext.tcl93 bind Ntext <Shift-1> {
113 # So in this case run the same code as <Shift-1> before doing <Double-Shift-1>
114 bind Ntext <Double-Shift-1> {
135 bind Ntext <Triple-Shift-1> {
145 bind Ntext <Quadruple-Shift-1> {
179 bind Ntext <Shift-Left> {
182 bind Ntext <Shift-Right> {
185 bind Ntext <Shift-Up> {
188 bind Ntext <Shift
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp908 SDNode *VecOp0, *SelMask, *ZeroFill, *Shift = 0; local
928 Shift =
935 Shift =
937 SDValue((Shift != 0 ? Shift : VecOp0), 0),
949 Shift =
952 Shift =
954 SDValue(Shift, 0), SDValue(Bits, 0));
958 OpVT, SDValue(Shift, 0), getRC(MVT::i64));
976 SDNode *VecOp0, *Shift local
1070 SDNode *Shift = 0; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp558 unsigned Shift; // The amount shifted. member in struct:__anon10553::PHIUsageRecord
562 : PHIId(pn), Shift(Sh), Inst(User) {}
567 if (Shift < RHS.Shift) return true;
568 if (Shift > RHS.Shift) return false;
576 unsigned Shift; // The amount shifted. member in struct:__anon10553::LoweredPHIRecord
580 : PN(pn), Shift(Sh), Width(Ty->getPrimitiveSizeInBits()) {}
584 : PN(pn), Shift(Sh), Width(0) {}
598 return DenseMapInfo<PHINode*>::getHashValue(Val.PN) ^ (Val.Shift>>
678 unsigned Shift = cast<ConstantInt>(User->getOperand(1))->getZExtValue(); local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dscrolledlistbox.itk101 <Shift-Key-Select> \
102 <Control-Shift-Key-space> \
105 <Control-Shift-Key-End> \
107 <Control-Shift-Key-Home> \
111 <Shift-Key-Down> \
112 <Shift-Key-Up> \
114 <Shift-Button-1> \
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A Drdial.tcl9 # is the knurled area - Shift & Ctrl changes the sensitivity
125 bind $win.c <Shift-ButtonPress-1> [list $self SetVar ovalue %x]
126 bind $win.c <Shift-B1-Motion> [list $self drag %W %x -1]
127 bind $win.c <Shift-ButtonRelease-1> [list $self drag %W %x -1]
139 bind $win.c <Shift-ButtonPress-1> [list $self SetVar ovalue %y]
140 bind $win.c <Shift-B1-Motion> [list $self drag %W %y -1]
141 bind $win.c <Shift-ButtonRelease-1> [list $self drag %W %y -1]
376 label .lb -text "Use mouse button with Shift &\nControl for dragging the dials"
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp84 /// isRotateAndMask - Returns true if Mask and Shift can be folded into a
355 unsigned Shift = 32; local
359 !isInt32Immediate(N->getOperand(1).getNode(), Shift) || (Shift > 31))
364 if (isShiftMask) Mask = Mask << Shift;
366 Indeterminant = ~(0xFFFFFFFFu << Shift);
369 if (isShiftMask) Mask = Mask >> Shift;
371 Indeterminant = ~(0xFFFFFFFFu >> Shift);
373 Shift = 32 - Shift;
766 unsigned Shift = 0; local
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dcscroll.tcl70 bind $c <Shift-MouseWheel> {
73 bind $c <Shift-Option-MouseWheel> {

Completed in 284 milliseconds

12345