| /src/external/gpl2/dtc/dist/Documentation/ |
| dtc-paper.tex | 44 flattened-tree representation of the system's hardware based on the 55 This flattened-tree approach is now the only supported method of 107 \section{The Flattened Tree} 114 compact, flattened format. The resulting device tree ``blob'' is then 121 directly from the entry point taking a flattened device tree. The 129 \subsection{Properties of the flattened tree} 131 The flattened tree format should be easy to handle, both for the 141 make tweaks to the flattened tree, such as deleting or inserting a 143 having to effectively regenerate the whole flattened tree. In 247 Having seen how to represent the device tree structure as a flattened [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| ordered.c | 333 doacross->flattened = false; 347 doacross->flattened = true; 398 if (__builtin_expect (doacross->flattened, 1)) 400 unsigned long flattened local 404 flattened |= (unsigned long) counts[i] 406 flattened++; 407 if (flattened == __atomic_load_n (array, MEMMODEL_ACQUIRE)) 410 __atomic_store_n (array, flattened, MEMMODEL_RELEASE); 461 if (__builtin_expect (doacross->flattened, 1)) 463 unsigned long flattened local 656 gomp_ull flattened local 740 gomp_ull flattened = first << doacross->shift_counts[0]; local [all...] |
| libgomp.h | 240 /* True if the iterations can be flattened. */ 241 bool flattened; member in struct:gomp_doacross_work_share 257 /* Array of shift counts for each dimension if they can be flattened. */
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| ordered.c | 333 doacross->flattened = false; 347 doacross->flattened = true; 398 if (__builtin_expect (doacross->flattened, 1)) 400 unsigned long flattened local 404 flattened |= (unsigned long) counts[i] 406 flattened++; 407 if (flattened == __atomic_load_n (array, MEMMODEL_ACQUIRE)) 410 __atomic_store_n (array, flattened, MEMMODEL_RELEASE); 461 if (__builtin_expect (doacross->flattened, 1)) 463 unsigned long flattened local 656 gomp_ull flattened local 740 gomp_ull flattened = first << doacross->shift_counts[0]; local [all...] |
| libgomp.h | 242 /* True if the iterations can be flattened. */ 243 bool flattened; member in struct:gomp_doacross_work_share 259 /* Array of shift counts for each dimension if they can be flattened. */
|