Lines Matching +full:multi +full:- +full:function
3 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
16 * - Redistributions of source code must retain the above
20 * - Redistributions in binary form must reproduce the above
68 * The cl_break function halts execution.
75 * This function does not return a value.
85 * The cl_is_debug function returns TRUE if the complib was compiled
109 * The cl_dbg_out function sends a debug message to the debug target in
119 * function printf.
123 * standard C function printf.
126 * This function does not return a value.
152 * The cl_msg_out function sends a debug message to the message log target.
161 * function printf.
165 * standard C function printf.
168 * This function does not return a value.
208 * debug level to control non-error debug output. Error messages are
211 * When specifying the debug output desired for non-error messages
266 * In multi-processor environments where the current processor can be
267 * determined, the zero-based number of the processor on which the output
286 * The CL_ENTER macro marks the entrance into a function by sending a
321 * The function entrance notification is printed only if all bits set
325 * prepended to the function name, separated with a colon.
327 * In multi-processor environments where the current processor can be
328 * determined, the zero-based number of the processor on which the output
343 * The CL_EXIT macro marks the exit from a function by sending a string
385 * prepended to the function name, separated with a colon.
387 * In multi-processor environments where the current processor can be
388 * determined, the zero-based number of the processor on which the output
404 * output is prepended with the function name and, depending on the
451 * an "!ERROR!" statement between the function name and STRING.
454 * prepended to the function name, separated with a colon.
456 * In multi-processor environments where the current processor can be
457 * determined, the zero-based number of the processor on which the output
528 * an "!ERROR!" statement between the function name and STRING.
531 * prepended to the function name, separated with a colon.
533 * In multi-processor environments where the current processor can be
534 * determined, the zero-based number of the processor on which the output
555 /****d* Component Library: Debug Output/64-bit Print Format
557 * 64-bit Print Format
560 * The 64-bit print keywords allow users to use 64-bit values in debug or
563 * Different platforms define 64-bit print formats differently. The 64-bit
569 * Print a 64-bit integer in signed decimal format.
571 * Print a 64-bit integer in hexadecimal format.
573 * Print a 64-bit integer in octal format.
575 * Print a 64-bit integer in unsigned decimal format.
579 * // Print a 64-bit integer in hexadecimal format.
584 * following the '%' sign in the string preceding the 64-bit print keyword.