Home
last modified time | relevance | path

Searched refs:rem (Results 1 – 2 of 2) sorted by relevance

/oneTBB/doc/
H A Dmake.bat3 rem ============================================================================
4 rem Copyright (C) 2022 Intel Corporation
5 rem
6 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 at
9 rem
10 rem http://www.apache.org/licenses/LICENSE-2.0
11 rem
13 rem distributed under the License is distributed on an "AS IS" BASIS,
[all …]
/oneTBB/src/tbbmalloc/
H A Dshared_utils.h48 if (size_t rem = arg % alignment) { in alignUpGeneric() local
49 arg += alignment - rem; in alignUpGeneric()