Home
last modified time | relevance | path

Searched refs:RShift (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng-x.c147 static int RShift, GShift, BShift; variable
524 RShift = 15 - rpng_x_msb(RMask); /* these are right-shifts */ in rpng_x_create_window()
530 RShift = rpng_x_msb(RMask) - 7; /* these are left-shifts */ in rpng_x_create_window()
534 RShift = 7 - rpng_x_msb(RMask); /* these are right-shifts, too */ in rpng_x_create_window()
539 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) { in rpng_x_create_window()
621 bg_pixel = ((ulg)bg_red << RShift) | in rpng_x_create_window()
625 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) | in rpng_x_create_window()
724 pixel = (red << RShift) | in rpng_x_display_image()
734 red = (RShift < 0)? red << (-RShift) in rpng_x_display_image()
[all...]
H A Drpng2-x.c296 static int RShift, GShift, BShift; variable
915 RShift = 15 - rpng2_x_msb(RMask); /* these are right-shifts */ in rpng2_x_create_window()
919 RShift = rpng2_x_msb(RMask) - 7; /* these are left-shifts */ in rpng2_x_create_window()
923 if (depth >= 15 && (RShift < 0 || GShift < 0 || BShift < 0)) { in rpng2_x_create_window()
1050 bg_pixel = (bg_red << RShift) | in rpng2_x_create_window()
1054 bg_pixel = (((bg_red << 8) >> RShift) & RMask) | in rpng2_x_create_window()
1318 pixel = (red << RShift) | in rpng2_x_load_bg_image()
1332 pixel = (red << RShift) | in rpng2_x_load_bg_image()
1337 /* (probably need to use RShift, RMask, etc.) */ in rpng2_x_load_bg_image()
1355 pixel = ((red >> RShift) in rpng2_x_load_bg_image()
[all...]
/third_party/python/Include/internal/
H A Dpycore_ast.h26 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator
/third_party/python/Python/
H A Dast_unparse.c158 case RShift: op = " >> "; pr = PR_SHIFT; break; in append_ast_binop()
H A Dast_opt.c495 case RShift: in fold_binop()
H A DPython-ast.c1510 "operator = Add | Sub | Mult | MatMult | Div | Mod | Pow | LShift | RShift | BitOr | BitXor | BitAnd | FloorDiv"); in init_types()
1565 state->RShift_type = make_type(state, "RShift", state->operator_type, NULL, in init_types()
1567 "RShift"); in init_types()
4785 case RShift: in ast2obj_operator()
10039 *out = RShift; in obj2ast_operator()
12159 if (PyModule_AddObjectRef(m, "RShift", state->RShift_type) < 0) { in astmodule_exec()
H A Dcompile.c4212 case RShift: in addop_binary()
/third_party/python/Parser/
H A Dparser.c2726 _res = _PyPegen_augoperator ( p , RShift ); in augassign_rule()
12872 _res = _PyAST_BinOp ( a , RShift , b , EXTRA ); in shift_expr_raw()
[all...]

Completed in 69 milliseconds