HomeSort by relevance Sort by last modified time
    Searched full:rightshift (Results 1 - 25 of 51) sorted by null

1 2 3

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 47 #define RIGHTSHIFT 35
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 47 #define RIGHTSHIFT 35
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 44 RIGHTSHIFT = 35
grammar.py 162 >> RIGHTSHIFT
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 44 RIGHTSHIFT = 35
grammar.py 162 >> RIGHTSHIFT
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py 58 if args and args[0] == pytree.Leaf(token.RIGHTSHIFT, u">>"):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_print.py 58 if args and args[0] == pytree.Leaf(token.RIGHTSHIFT, u">>"):
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 168 | RIGHTSHIFT testlist
296 shift_expr: arith_expr ((LEFTSHIFT|RIGHTSHIFT) arith_expr)*
446 RIGHTSHIFT : '>>' ;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 48 RIGHTSHIFT = 35
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 48 RIGHTSHIFT = 35
  /external/opencv/cv/src/
cvsnakes.cpp 302 int rightshift = MIN( 1, roi.width - (x + 1)*WTILE_SIZE ); local
304 leftshift + WTILE_SIZE + rightshift, upshift + WTILE_SIZE + bottomshift };
313 for( m = 0; m < WTILE_SIZE + rightshift; m++ )
  /external/qemu/android/
hw-events.h 109 KEY_CODE(RIGHTSHIFT ,54) \
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM.h 416 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM.h 416 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM.h 416 * output = Saturate_in_16Bits( ( RightShift( (Round(input) , scaleFactor ) )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 385 elif nodelist[1][0] == token.RIGHTSHIFT:
676 elif nodelist[i-1][0] == token.RIGHTSHIFT:
677 node = RightShift([node, right], lineno=nodelist[1][2])
    [all...]
ast.py 1140 class RightShift(Node):
1153 return "RightShift((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 385 elif nodelist[1][0] == token.RIGHTSHIFT:
676 elif nodelist[i-1][0] == token.RIGHTSHIFT:
677 node = RightShift([node, right], lineno=nodelist[1][2])
    [all...]
ast.py 1140 class RightShift(Node):
1153 return "RightShift((%s, %s))" % (repr(self.left), repr(self.right))
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
SigProc_FIX.h 499 /* Number of rightshift required to fit the multiplication */
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
EventSender.cpp 597 else if ("rightShift" == codeStr)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
bfd.h 2249 unsigned int rightshift; member in struct:reloc_howto_struct
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
bfd.h 2312 unsigned int rightshift; member in struct:reloc_howto_struct
    [all...]

Completed in 1240 milliseconds

1 2 3