| /xsrc/external/mit/xlogo/dist/ |
| xlogo.h | 36 #define Log(x) { if(userOptions.verbose) printf x; }
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86Privstr.h | 43 } Log; 98 Log log; member in struct:__anon10534
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/ |
| OpenCL.std.h | 70 Log = 37,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| debug_output.c | 86 * Debug message log. It works like a ring buffer. 107 struct gl_debug_log Log; 489 * Delete the oldest debug messages out of the log. 494 struct gl_debug_log *log = &debug->Log; local 496 if (count > log->NumMessages) 497 count = log->NumMessages; 500 struct gl_debug_message *msg = &log->Messages[log->NextMessage]; 504 log->NumMessages-- 624 struct gl_debug_log *log = &debug->Log; local 653 const struct gl_debug_log *log = &debug->Log; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| debug_output.c | 86 * Debug message log. It works like a ring buffer. 107 struct gl_debug_log Log; 504 * Delete the oldest debug messages out of the log. 509 struct gl_debug_log *log = &debug->Log; local 511 if (count > log->NumMessages) 512 count = log->NumMessages; 515 struct gl_debug_message *msg = &log->Messages[log->NextMessage]; 519 log->NumMessages-- 639 struct gl_debug_log *log = &debug->Log; local 668 const struct gl_debug_log *log = &debug->Log; local [all...] |
| /xsrc/external/mit/pixman/dist/ |
| release.sh | 15 if [[ -n "$(git log origin..)" ]]; then 89 Log: 90 $(git log --no-merges "${prev_version}..pixman-${version}" | git shortlog | awk '{ printf "\t"; print ; }' | cut -b1-80)
|
| /xsrc/external/mit/xman/dist/ |
| man.h | 78 # define Log(x) { if(True) printf x; } 80 # define Log(x) { if(False) printf x; }
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/ |
| OpenCL.std.h | 73 Log = 37,
|
| vtn_opencl.c | 348 REMAP(Half_log, "log"), 365 REMAP(Log, "log"), 548 return nir_fexp2(nb, nir_fmul_imm(nb, srcs[0], log(10) / log(2))); 552 return nir_fmul_imm(nb, nir_flog2(nb, srcs[0]), log(2) / log(10));
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/ |
| apSolaris.shar | 332 X * Log: Commented out obsolete kernel interfaces DDI_IDENTIFIED and DDI_NOT_IDENTIFIED 790 X# Log: Change comments 02/23/94 794 X# Log: SPARC changes 2001.09
|
| /xsrc/external/mit/xedit/dist/ |
| commands.c | 48 #define Log(x) { if (True) printf x; }
|