Home | History | Annotate | Download | only in src

Lines Matching defs:line

68 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__)
189 char *line;
196 line = line_buff;
197 *line++ = ' ';
198 *line++ = ' ';
199 *line++ = ' ';
200 *line++ = ' ';
201 *line++ = ' ';
202 *line++ = ' ';
205 byte2hex((const char*)&j, &line);
206 *line++ = ' ';
208 *line = 0;
213 line = line_buff;
216 word2hex((const char*)&addr, &line);
217 *line++ = ':'; *line++ = ' ';
221 byte2hex(&data[j], &line);
222 *line++ = ' ';
226 byte2char(data++, &line);
227 //wirte the end of line
228 *line = 0;
229 //output the line
232 //last line of left over if any
236 line = line_buff;
239 word2hex((const char*)&addr, &line);
240 *line++ = ':'; *line++ = ' ';
243 byte2hex(&data[j], &line);
244 *line++ = ' ';
248 *line++ = ' ';
249 *line++ = ' ';
250 *line++ = ' ';
254 byte2char(data++, &line);
255 //write the end of line
256 *line = 0;
257 //output the line