/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/ |
tc_pedit.h | 24 __u32 shift; member in struct:tc_pedit_key
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/tc_act/ |
tc_pedit.h | 24 __u32 shift; member in struct:tc_pedit_key
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
commands.html | 18 AltGr key. Shift can be used in addition to Alt or Ctrl, but is not required.<p> 32 "default": "Ctrl+Shift+Y", 33 "mac": "Command+Shift+Y" 39 "windows": "Ctrl+Shift+Y", 40 "mac": "Command+Shift+Y", 41 "chromeos": "Ctrl+Shift+U", 42 "linux": "Ctrl+Shift+J"
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmap_scroll.cpp | 26 int shift; local 31 shift = 0; 35 shift = 1; 38 shift = 2; 101 src -= dx << shift; 104 dst += dx << shift; 114 width <<= shift; // now width is the number of bytes to move per line local
|
/external/compiler-rt/lib/ |
floatsisf.c | 42 // Shift a into the significand field, rounding if it is a right-shift 44 const int shift = significandBits - exponent; local 45 result = (rep_t)a << shift ^ implicitBit; 47 const int shift = exponent - significandBits; local 48 result = (rep_t)a >> shift ^ implicitBit; 49 rep_t round = (rep_t)a << (typeWidth - shift);
|
floatunsisf.c | 34 // Shift a into the significand field, rounding if it is a right-shift 36 const int shift = significandBits - exponent; local 37 result = (rep_t)a << shift ^ implicitBit; 39 const int shift = exponent - significandBits; local 40 result = (rep_t)a >> shift ^ implicitBit; 41 rep_t round = (rep_t)a << (typeWidth - shift);
|
/external/libvpx/libvpx/vp8/encoder/ |
boolhuff.h | 68 register unsigned int shift; local 91 shift = vp8_norm[range]; 93 range <<= shift; local 94 count += shift; 98 int offset = shift - count; 117 shift = count; 122 lowvalue <<= shift; local
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_boolhuff.h | 49 register unsigned int shift; local 71 shift = vp9_norm[range]; 73 range <<= shift; local 74 count += shift; 77 int offset = shift - count; 92 shift = count; 97 lowvalue <<= shift; local
|
/external/skia/src/core/ |
SkBitmap_scroll.cpp | 26 int shift; local 31 shift = 0; 35 shift = 1; 38 shift = 2; 101 src -= dx << shift; 104 dst += dx << shift; 114 width <<= shift; // now width is the number of bytes to move per line local
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
dB_to_Lin32.c | 70 LVM_INT16 Shift; 81 Shift = (LVM_INT16)((((LVM_UINT32)(-db_fix) >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6dB steps in Q11.4 format */ 82 Remain = -db_fix - (Shift * SIX_DB); 84 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (16 + Shift)); 95 Shift = (LVM_INT16)((((LVM_UINT32)db_fix >> 4) * FOUR_OVER_SIX) >> 17); /* Number of 6dB steps in Q11.4 format */ 96 Remain = db_fix - (Shift * SIX_DB); 98 Lin_val_32 = (LVM_INT32)((LVM_UINT32)Remain >> (15 - Shift));
|
LVM_Mixer_TimeConstant.c | 68 LVM_UINT16 Shift; 133 for (Shift=0; Shift<((Alpha_TableSize-1)/2); Shift++) 142 Shift = (LVM_UINT16)((Shift << 1)); 146 Shift++; 151 Diff = (LVM_INT32)(Table[Shift] - Table[Shift+1]); 153 Product = Table[Shift+1] + (LVM_UINT32)Diff [all...] |
LVC_MixInSoft_D16C31_SAT.c | 55 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format 59 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format 64 if(pInstance->Shift!=0){ 65 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n); 80 if(pInstance->Shift!=0) 81 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n); 85 if(pInstance->Shift!=0) 86 Shift_Sat_v16xv16 ((LVM_INT16)pInstance->Shift,src,src,n); 101 TargetGain=pInstance->Target>>(16-pInstance->Shift); // TargetGain in Q16.15 format
|
/dalvik/tests/etc/ |
push-and-run-test-jar | 34 shift 38 shift 42 shift 46 shift 49 shift 52 shift 55 shift 58 shift 61 shift 63 shift [all...] |
reference-run-test-classes | 25 shift 28 shift 31 shift 34 shift 36 shift
|
/external/chromium_org/build/android/ |
adb_profile_chrome | 38 shift 39 shift 64 shift 65 shift 88 shift 104 shift 111 shift 114 shift 121 shift 127 shift [all...] |
/external/llvm/test/CodeGen/Thumb2/ |
thumb2-shifter.ll | 50 %shift.upgrd.1 = zext i8 %sh to i32 51 %A = shl i32 %Y, %shift.upgrd.1 65 %shift.upgrd.1 = zext i8 %sh to i32 66 %A = lshr i32 %Y, %shift.upgrd.1 80 %shift.upgrd.1 = zext i8 %sh to i32 81 %A = ashr i32 %Y, %shift.upgrd.1 90 %shift.upgrd.1 = zext i8 %sh to i32 91 %A = shl i32 %Y, %shift.upgrd.1 100 %shift.upgrd.1 = zext i8 %sh to i32 101 %A = lshr i32 %Y, %shift.upgrd. [all...] |
/art/test/etc/ |
reference-run-test-classes | 25 shift 28 shift 31 shift 34 shift 36 shift
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
AESEngine.java | 223 private static int shift(int r, int shift) method in class:AESEngine 225 return (r >>> shift) | (r << -shift); 256 return f2 ^ f4 ^ f8 ^ shift(f2 ^ f9, 8) ^ shift(f4 ^ f9, 16) ^ shift(f9, 24); 308 temp = subWord(shift(temp, 8)) ^ rcon[(i / KC)-1]; 487 r0 = T0[C0&255] ^ shift(T0[(C1>>8)&255], 24) ^ shift(T0[(C2>>16)&255],16) ^ shift(T0[(C3>>24)&255],8) ^ KW[r][0] [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
confirm_quit_panel_controller_unittest.mm | 23 str = [str stringByReplacingOccurrencesOfString:@"{Shift}" 51 EXPECT_NSEQ(TestString(@"{Cmd}{Shift}C"), 56 EXPECT_NSEQ(TestString(@"{Cmd}{Opt}{Shift}H"), 62 EXPECT_NSEQ(TestString(@"{Cmd}{Ctrl}{Opt}{Shift}R"), 70 EXPECT_NSEQ(TestString(@"{Ctrl}{Shift}M"),
|
/external/libvpx/libvpx/vp8/decoder/ |
dboolhuff.c | 42 int shift = VP8_BD_VALUE_SIZE - 8 - (count + 8); local 45 int x = (int)(shift + CHAR_BIT - bits_left); 63 while(shift >= loop_end) 66 value |= (VP8_BD_VALUE)*bufptr << shift; 69 shift -= CHAR_BIT;
|
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
ppc-xlate.pl | 5 my $flavour = shift; 6 my $output = shift; 16 my $junk = shift; 17 my $name = shift; 56 my $junk = shift; 57 my $arch = shift; 66 { shift; 73 shift; 85 my $f = shift; 86 my $cr = 0; $cr = shift if ($#_>1) [all...] |
/external/openssl/crypto/perlasm/ |
ppc-xlate.pl | 5 my $flavour = shift; 6 my $output = shift; 16 my $junk = shift; 17 my $name = shift; 56 my $junk = shift; 57 my $arch = shift; 66 { shift; 73 shift; 85 my $f = shift; 86 my $cr = 0; $cr = shift if ($#_>1) [all...] |
/external/llvm/test/CodeGen/ARM/ |
2013-04-18-load-overlap-PR14824.ll | 16 %data.i.i677.48.extract.shift = lshr i512 %s122, 384 17 %data.i.i677.48.extract.trunc = trunc i512 %data.i.i677.48.extract.shift to i64 19 %data.i.i677.32.extract.shift = lshr i512 %s122, 256 20 %data.i.i677.32.extract.trunc = trunc i512 %data.i.i677.32.extract.shift to i64 22 %data.i.i677.16.extract.shift = lshr i512 %s122, 128 23 %data.i.i677.16.extract.trunc = trunc i512 %data.i.i677.16.extract.shift to i64 25 %data.i.i677.56.extract.shift = lshr i512 %s122, 448 26 %data.i.i677.56.extract.trunc = trunc i512 %data.i.i677.56.extract.shift to i64 28 %data.i.i677.24.extract.shift = lshr i512 %s122, 192 29 %data.i.i677.24.extract.trunc = trunc i512 %data.i.i677.24.extract.shift to i6 [all...] |
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
conglomerate_functions.pl | 14 shift @ARGV; # skip SCRUNCH and BOXSCRUNCH 15 shift @ARGV; 54 my $BBoxLine = shift; 68 my $Type = shift; 69 my $Font = shift; 70 my $Fontsize = shift; 71 my $Label = shift; 72 my $BBoxLine = shift; 106 my $BBoxLine = shift; 107 my $CFile = shift; [all...] |
/external/chromium_org/third_party/lcov-1.9/contrib/galaxy/ |
conglomerate_functions.pl | 14 shift @ARGV; # skip SCRUNCH and BOXSCRUNCH 15 shift @ARGV; 54 my $BBoxLine = shift; 68 my $Type = shift; 69 my $Font = shift; 70 my $Fontsize = shift; 71 my $Label = shift; 72 my $BBoxLine = shift; 106 my $BBoxLine = shift; 107 my $CFile = shift; [all...] |