Searched refs:_line (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/glx/apple/
H A Dapple_glx_log.c99 char *_line; local in function:_apple_glx_vlog
100 asprintf(&_line, "%d", line);
101 if (_line) {
102 asl_set(msg, "Line", _line);
103 free(_line);
/xsrc/external/mit/MesaLib.old/dist/src/glx/apple/
H A Dapple_glx_log.c110 char *_line; local in function:_apple_glx_vlog
111 asprintf(&_line, "%d", line);
112 if (_line) {
113 asl_set(msg, "Line", _line);
114 free(_line);
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Ddarwin.c92 char *_line; local in function:xq_asl_log
96 asprintf(&_line, "%d", line);
97 if (_line) {
98 asl_set(msg, "Line", _line);
99 free(_line);
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcrashdec.c237 #define foreach_line_in_section(_line) \
238 for (const char *_line = popline(); _line; _line = popline()) \
240 if (_line[0] != ' ') { \
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcint.h112 #define _FC_ASSERT_STATIC1(_line, _cond) typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1] FC_UNUSED
113 #define _FC_ASSERT_STATIC0(_line, _cond) _FC_ASSERT_STATIC1 (_line, (_cond))
/xsrc/external/mit/fontconfig/include/
H A Dfcint.h123 #define _FC_ASSERT_STATIC1(_line, _cond) typedef int _static_assert_on_line_##_line##_failed[(_cond)?1:-1] FC_UNUSED
124 #define _FC_ASSERT_STATIC0(_line, _cond) _FC_ASSERT_STATIC1 (_line, (_cond))

Completed in 8 milliseconds