HomeSort by relevance Sort by last modified time
    Searched full:leftshift (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/JavaScriptCore/
create_hash_table 145 sub leftShift($$) {
202 my $tmp = leftShift(ord($chars[$s+1]), 11) ^ $hash;
203 $hash = (leftShift($hash, 16)% $EXP2_32) ^ $tmp;
212 $hash ^= (leftShift($hash, 11)% $EXP2_32);
217 $hash ^= leftShift($hash, 3);
220 $hash ^= (leftShift($hash, 2)% $EXP2_32);
223 $hash ^= (leftShift($hash, 10)% $EXP2_32);
  /external/opencv/cv/src/
cvsnakes.cpp 300 int leftshift = x ? 1 : 0; local
303 CvRect g_roi = { x*WTILE_SIZE - leftshift, y*WTILE_SIZE - upshift,
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
316 (float) (dx[(l + upshift) * TILE_SIZE + m + leftshift] *
317 dx[(l + upshift) * TILE_SIZE + m + leftshift] +
318 dy[(l + upshift) * TILE_SIZE + m + leftshift] *
319 dy[(l + upshift) * TILE_SIZE + m + leftshift]);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.7.1.js 79 LeftShift( shiftexp, addexp ),
211 function LeftShift( s, a ) {
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 296 shift_expr: arith_expr ((LEFTSHIFT|RIGHTSHIFT) arith_expr)*
442 LEFTSHIFT : '<<' ;
  /external/qemu/android/
hw-events.h 97 KEY_CODE(LEFTSHIFT ,42) \
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM.c 718 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM.c 718 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM.c 718 * output = Saturate_in_16Bits( ( Right/LeftShift( (Round(input) , shift ) )
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorJS.pm 92 sub leftShift($$) {
    [all...]
  /external/aac/libAACenc/src/
psy_main.cpp 666 /* Calc possible spectrum leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */
687 /* Calc possible energy leftshift for each sfb (1 means: 1 bit left shift is possible without overflow) */
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic32_64.cpp 361 // LeftShift (<<)
    [all...]
  /prebuilts/tools/common/gradle-plugins/repository/com/android/tools/internal/internal-plugins/1.0/
internal-plugins-1.0.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 439 milliseconds