/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
deprecated_idl_parser.pm | 130 my $class = shift; 149 my $self = shift; 150 my $token = shift; 151 my $value = shift; 152 my $line = shift; 162 my $self = shift; 163 my $token = shift; 164 my $type = shift; 170 my $self = shift; 171 my $token = shift; [all...] |
/dalvik/vm/mterp/mips/ |
OP_AGET.S | 1 %default { "load":"lw", "shift":"2" } 6 * Note: using the usual FETCH/and/shift stuff, this fits in exactly 17 20 .if $shift 21 EASN(a0, a0, a1, $shift) # a0 <- arrayObj + index*width
|
/dalvik/vm/mterp/x86/ |
OP_SHL_LONG.S | 3 * Long integer shift. This is different from the generic 32/64-bit 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift 6 * 6 bits of the shift distance. x86 shifts automatically mask off 11 /* ecx gets shift count */
|
OP_SHR_LONG.S | 3 * Long integer shift. This is different from the generic 32/64-bit 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift 6 * 6 bits of the shift distance. x86 shifts automatically mask off 11 /* ecx gets shift count */
|
OP_USHR_LONG.S | 3 * Long integer shift. This is different from the generic 32/64-bit 4 * binary operations because vAA/vBB are 64-bit but vCC (the shift 6 * 6 bits of the shift distance. x86 shifts automatically mask off 11 /* ecx gets shift count */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/ |
VecMath_Parser.g3 | 8 SHIFT;
|
/external/bison/doc/figs/ |
example-shift.dot | 1 digraph "shift.y"
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
debugger-exception-on-load.html | 5 <p>To test, open the DevTools (Ctrl+Shift+I) and reload the page. You should see this file and execution line in the Scripts panel.</p>
|
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/pin/ |
manifest.json | 4 "description": "Creates a keyboard shortcut (C + Shift + P) to toggle the pinned state of the currently selected tab",
|
/external/chromium_org/chrome_frame/resources/ |
structured_resources.rc | 14 VK_BACK, IDC_CHROMEFRAME_FORWARD, VIRTKEY, SHIFT
|
/external/chromium_org/third_party/WebKit/ManualTests/win/ |
contextmenu-key2.html | 3 (or shift+F10). The browser should not crash.
|
/external/chromium_org/third_party/opus/src/silk/fixed/ |
find_LPC_FIX.c | 45 opus_int isInterpLower, shift; local 70 shift = res_tmp_nrg_Q - res_nrg_Q; 71 if( shift >= 0 ) { 72 if( shift < 32 ) { 73 res_nrg = res_nrg - silk_RSHIFT( res_tmp_nrg, shift ); 76 silk_assert( shift > -32 ); 77 res_nrg = silk_RSHIFT( res_nrg, -shift ) - res_tmp_nrg; 99 shift = rshift0 - rshift1; 100 if( shift >= 0 ) { 101 res_nrg1 = silk_RSHIFT( res_nrg1, shift ); [all...] |
/external/clang/test/CodeGen/ |
2007-04-24-str-const.c | 8 {"shift", 1},
|
/external/iproute2/include/linux/tc_act/ |
tc_pedit.h | 23 __u32 shift; member in struct:tc_pedit_key
|
/external/kernel-headers/original/asm-x86/ |
cache.h | 11 /* vSMP Internode cacheline shift */
|
/external/linux-tools-perf/scripts/perl/bin/ |
failed-syscalls-report | 7 shift
|
rw-by-file-report | 9 shift
|
/external/linux-tools-perf/scripts/python/bin/ |
failed-syscalls-by-pid-report | 7 shift
|
syscall-counts-by-pid-report | 7 shift
|
syscall-counts-report | 7 shift
|
/external/llvm/test/CodeGen/X86/ |
2006-01-19-ISelFoldingBug.ll | 11 %shift.upgrd.1 = zext i8 %C to i32 ; <i32> [#uses=1] 12 %tmp.2 = shl i32 %tmp.1, %shift.upgrd.1 ; <i32> [#uses=1] 14 %shift.upgrd.2 = zext i8 %tmp.3 to i32 ; <i32> [#uses=1] 15 %tmp.4 = lshr i32 %B, %shift.upgrd.2 ; <i32> [#uses=1]
|
rotate.ll | 5 %shift.upgrd.1 = zext i8 %Amt to i32 ; <i32> [#uses=1] 6 %B = shl i32 %A, %shift.upgrd.1 ; <i32> [#uses=1] 8 %shift.upgrd.2 = zext i8 %Amt2 to i32 ; <i32> [#uses=1] 9 %C = lshr i32 %A, %shift.upgrd.2 ; <i32> [#uses=1] 15 %shift.upgrd.3 = zext i8 %Amt to i32 ; <i32> [#uses=1] 16 %B = lshr i32 %A, %shift.upgrd.3 ; <i32> [#uses=1] 18 %shift.upgrd.4 = zext i8 %Amt2 to i32 ; <i32> [#uses=1] 19 %C = shl i32 %A, %shift.upgrd.4 ; <i32> [#uses=1] 39 %shift.upgrd.5 = zext i8 %Amt to i16 ; <i16> [#uses=1] 40 %B = shl i16 %A, %shift.upgrd.5 ; <i16> [#uses=1 [all...] |
vshift_split.ll | 3 ; Example that requires splitting and expanding a vector shift.
|
/external/qemu/ |
softmmu_outside_jit.c | 34 #define SHIFT 0 37 #define SHIFT 1 40 #define SHIFT 2 43 #define SHIFT 3
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/tc_act/ |
tc_pedit.h | 24 __u32 shift; member in struct:tc_pedit_key
|