Searched refs:IntMax (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11messagebox.c | 121 IntMax( int a, int b ) in IntMax() function 254 data->text_height = IntMax( data->text_height, height ); in X11_MessageBoxInitPositions() 255 text_width_max = IntMax( text_width_max, plinedata->width ); in X11_MessageBoxInitPositions() 282 button_width = IntMax( button_width, data->buttonpos[ i ].text_width ); in X11_MessageBoxInitPositions() 283 button_text_height = IntMax( button_text_height, height ); in X11_MessageBoxInitPositions() 295 data->dialog_width = IntMax( data->dialog_width, 2 * data->xtext + text_width_max ); in X11_MessageBoxInitPositions() 296 data->dialog_height = IntMax( data->dialog_height, ybuttons ); in X11_MessageBoxInitPositions() 315 data->dialog_width = IntMax( data->dialog_width, width_of_buttons + 2 * button_spacing ); in X11_MessageBoxInitPositions() 316 data->dialog_height = IntMax( data->dialog_height, ybuttons + 2 * button_height ); in X11_MessageBoxInitPositions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfExpression.cpp | 285 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local 286 if (Offset <= IntMax) { in addMachineRegExpression() 297 uint64_t IntMax = static_cast<uint64_t>(std::numeric_limits<int>::max()); in addMachineRegExpression() local 299 if (N && N->getOp() == dwarf::DW_OP_plus && Offset <= IntMax) { in addMachineRegExpression() 303 !SubRegisterSizeInBits && Offset <= IntMax + 1) { in addMachineRegExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 394 const APInt IntMax = APInt::getSignedMaxValue(bits+align_bits); in HandleFixupError() local 401 IntMax.getSExtValue() << in HandleFixupError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5692 APInt IntMax = APInt::getSignedMaxValue(Width); in setLimitsForBinOp() local 5697 Upper = IntMax + 1; in setLimitsForBinOp() 5702 Upper = IntMax.sdiv(*C); in setLimitsForBinOp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 5446 SDValue IntMax = DAG.getConstant( in prepareSREMEqFold() local 5456 SDValue Masked = DAG.getNode(ISD::AND, DL, VT, N, IntMax); in prepareSREMEqFold()
|