Searched refs:rem (Results 1 – 2 of 2) sorted by relevance
3 rem ============================================================================4 rem Copyright (C) 2022 Intel Corporation5 rem6 rem Licensed under the Apache License, Version 2.0 (the "License");7 rem you may not use this file except in compliance with the License.8 rem You may obtain a copy of the License at9 rem10 rem http://www.apache.org/licenses/LICENSE-2.011 rem13 rem distributed under the License is distributed on an "AS IS" BASIS,[all …]
48 if (size_t rem = arg % alignment) { in alignUpGeneric() local49 arg += alignment - rem; in alignUpGeneric()