Searched refs:temp (Results 1 – 25 of 84) sorted by relevance
1234
80 UINT old_treshold, temp; in pthread_once() local102 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()111 tx_thread_preemption_change( tx_thread_identify(),old_treshold, &temp); in pthread_once()
3 # Store the current list in a temp11 # Add this target into the temp13 # Copy the temp back up to the parent list
191 ALIGN_TYPE temp; \192 temp = (ALIGN_TYPE) module_location; \193 temp = temp & (code_alignment - 1); \194 if (temp) \
196 ALIGN_TYPE temp; \197 temp = (ALIGN_TYPE) module_location; \198 temp = temp & (code_alignment - 1); \199 if (temp) \
241 ULONG temp; \242 temp = (ULONG) module_location; \243 temp = temp & (code_alignment - 1); \244 if (temp) \
247 ULONG temp; \248 temp = (ULONG) module_location; \249 temp = temp & (code_alignment - 1); \250 if (temp) \
245 ULONG temp; \246 temp = (ULONG) module_location; \247 temp = temp & (code_alignment - 1); \248 if (temp) \
252 ULONG temp; \253 temp = (ULONG) module_location; \254 temp = temp & (code_alignment - 1); \255 if (temp) \
242 ULONG temp; \243 temp = (ULONG) module_location; \244 temp = temp & (code_alignment - 1); \245 if (temp) \
259 ULONG temp; \260 temp = (ULONG) module_location; \261 temp = temp & (code_alignment - 1); \262 if (temp) \
266 ULONG temp; \267 temp = (ULONG) module_location; \268 temp = temp & (code_alignment - 1); \269 if (temp) \
246 ULONG temp; \247 temp = (ULONG) module_location; \248 temp = temp & (code_alignment - 1); \249 if (temp) \
262 ULONG temp; \263 temp = (ULONG) module_location; \264 temp = temp & (code_alignment - 1); \265 if (temp) \
307 ULONG temp; \308 temp = (ULONG) module_location; \309 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \310 if (temp) \
318 ULONG temp; \319 temp = (ULONG) module_location; \320 temp = temp & (TXM_MODULE_MEMORY_ALIGNMENT - 1); \321 if (temp) \
350 ULONG temp; \351 temp = (ULONG) module_location; \352 temp = temp & (code_alignment - 1); \353 if (temp) \