Searched refs:B_MASK (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/Transforms/InstCombine/ |
D | shift.ll | 315 ; CHECK-NEXT: [[B_MASK:%.*]] = and i32 %A, -8 316 ; CHECK-NEXT: [[C:%.*]] = icmp eq i32 [[B_MASK]], 9872 370 ; CHECK-NEXT: [[B_MASK:%.*]] = and i8 %A, 15 371 ; CHECK-NEXT: [[C:%.*]] = icmp eq i8 [[B_MASK]], 8 381 ; CHECK-NEXT: [[B_MASK:%.*]] = and i8 %A, 15 382 ; CHECK-NEXT: [[C:%.*]] = icmp eq i8 [[B_MASK]], 0
|
/external/pdfium/third_party/libpng16/ |
D | pngrutil.c | 3202 # define B_MASK(p,d,s) MASK_EXPAND(B_MASKx(p,0,d,s) + B_MASKx(p,1,d,s) +\ in png_combine_row() macro 3215 # define B_MASKS(d,s) { B_MASK(1,d,s), B_MASK(3,d,s), B_MASK(5,d,s) } in png_combine_row() 3250 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()
|
/external/skia/third_party/libpng/ |
D | pngrutil.c | 3202 # define B_MASK(p,d,s) MASK_EXPAND(B_MASKx(p,0,d,s) + B_MASKx(p,1,d,s) +\ in png_combine_row() macro 3215 # define B_MASKS(d,s) { B_MASK(1,d,s), B_MASK(3,d,s), B_MASK(5,d,s) } in png_combine_row() 3250 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()
|
/external/libpng/ |
D | pngrutil.c | 3204 # define B_MASK(p,d,s) MASK_EXPAND(B_MASKx(p,0,d,s) + B_MASKx(p,1,d,s) +\ in png_combine_row() macro 3217 # define B_MASKS(d,s) { B_MASK(1,d,s), B_MASK(3,d,s), B_MASK(5,d,s) } in png_combine_row() 3252 ((display)?B_MASK(pass,depth,png):S_MASK(pass,depth,png)) in png_combine_row()
|