Home | History | Annotate | Download | only in src

Lines Matching refs:line

69 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__)
188 char *line;
195 line = line_buff;
196 *line++ = ' ';
197 *line++ = ' ';
198 *line++ = ' ';
199 *line++ = ' ';
200 *line++ = ' ';
201 *line++ = ' ';
204 byte2hex((const char*)&j, &line);
205 *line++ = ' ';
207 *line = 0;
212 line = line_buff;
215 word2hex((const char*)&addr, &line);
216 *line++ = ':'; *line++ = ' ';
220 byte2hex(&data[j], &line);
221 *line++ = ' ';
225 byte2char(data++, &line);
226 //wirte the end of line
227 *line = 0;
228 //output the line
231 //last line of left over if any
235 line = line_buff;
238 word2hex((const char*)&addr, &line);
239 *line++ = ':'; *line++ = ' ';
242 byte2hex(&data[j], &line);
243 *line++ = ' ';
247 *line++ = ' ';
248 *line++ = ' ';
249 *line++ = ' ';
253 byte2char(data++, &line);
254 //write the end of line
255 *line = 0;
256 //output the line