HomeSort by relevance Sort by last modified time
    Searched refs:RShift (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
Shift_Sat_v32xv32.c 35 LVM_INT16 RShift;
59 RShift=(LVM_INT16)(-val);
65 for(ij = 0; ij < RShift; ij++)
89 LVM_INT16 RShift;
120 RShift=(LVM_INT16)(-val);
123 *dst = (*src >> RShift);
Shift_Sat_v16xv16.c 35 LVM_INT16 RShift;
62 RShift=(LVM_INT16)(-val);
66 *dst = (LVM_INT16)(*src >> RShift);
  /external/libpng/contrib/gregbook/
rpng-x.c 147 static int RShift, GShift, BShift;
524 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */
530 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */
534 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
539 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) {
621 bg_pixel = ((ulg)bg_red << RShift) |
625 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
724 pixel = (red << RShift) |
734 red = (RShift < 0)? red << (-RShift) : red >> RShift
    [all...]
rpng2-x.c 296 static int RShift, GShift, BShift;
    [all...]
  /external/boringssl/src/crypto/fipsmodule/bn/
check_bn_tests.go 193 case "RShift":
194 if checkKeys(test, "A", "N", "RShift") {
196 checkResult(test, "A >> N", "RShift", r)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
util.py 307 _ast.RShift = type(m.body[5].value.op)
_ast_util.py 49 RShift: '>>',
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /external/python/cpython2/Include/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /external/python/cpython3/Include/
Python-ast.h 19 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12,
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 19 RShift=8, BitOr=9, BitXor=10, BitAnd=11, FloorDiv=12 }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 344 return RShift;
507 return RShift;
    [all...]
compile.c     [all...]
Python-ast.c 867 RShift_type = make_type("RShift", operator_type, NULL, 0);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 344 return RShift;
507 return RShift;
    [all...]
compile.c     [all...]
Python-ast.c 850 RShift_type = make_type("RShift", operator_type, NULL, 0);
    [all...]
  /external/python/cpython2/Python/
ast.c 344 return RShift;
507 return RShift;
    [all...]
compile.c     [all...]
  /external/python/cpython3/Python/
ast.c 905 return RShift;
    [all...]
compile.c     [all...]

Completed in 529 milliseconds

1 2