OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_myprintf_buf
(Results
1 - 9
of
9
) sorted by null
/external/valgrind/main/VEX/priv/
main_util.c
483
static Int
n_myprintf_buf
;
variable
487
Bool emit = toBool(c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/);
488
myprintf_buf[
n_myprintf_buf
++] = c;
489
myprintf_buf[
n_myprintf_buf
] = 0;
492
n_myprintf_buf
= 0;
493
myprintf_buf[
n_myprintf_buf
] = 0;
503
n_myprintf_buf
= 0;
504
myprintf_buf[
n_myprintf_buf
] = 0;
507
if (
n_myprintf_buf
> 0) {
508
(*vex_log_bytes)( myprintf_buf,
n_myprintf_buf
);
[
all
...]
/external/valgrind/main/VEX/switchback/
test_emfloat.c
386
static Int
n_myprintf_buf
;
variable
390
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/ ) {
392
n_myprintf_buf
= 0;
393
myprintf_buf[
n_myprintf_buf
] = 0;
395
myprintf_buf[
n_myprintf_buf
++] = c;
396
myprintf_buf[
n_myprintf_buf
] = 0;
405
n_myprintf_buf
= 0;
406
myprintf_buf[
n_myprintf_buf
] = 0;
409
if (
n_myprintf_buf
> 0) {
410
(*vexxx_log_bytes)( myprintf_buf,
n_myprintf_buf
);
[
all
...]
test_ppc_jm1.c
604
static Int
n_myprintf_buf
;
variable
608
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/ ) {
610
n_myprintf_buf
= 0;
611
myprintf_buf[
n_myprintf_buf
] = 0;
613
myprintf_buf[
n_myprintf_buf
++] = c;
614
myprintf_buf[
n_myprintf_buf
] = 0;
623
n_myprintf_buf
= 0;
624
myprintf_buf[
n_myprintf_buf
] = 0;
627
if (
n_myprintf_buf
> 0) {
628
(*vexxx_log_bytes)( myprintf_buf,
n_myprintf_buf
);
[
all
...]
test_bzip2.c
1255
static Int
n_myprintf_buf
;
variable
1259
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/ ) {
1261
n_myprintf_buf
= 0;
1262
myprintf_buf[
n_myprintf_buf
] = 0;
1264
myprintf_buf[
n_myprintf_buf
++] = c;
1265
myprintf_buf[
n_myprintf_buf
] = 0;
1274
n_myprintf_buf
= 0;
1275
myprintf_buf[
n_myprintf_buf
] = 0;
1278
if (
n_myprintf_buf
> 0) {
1279
(*vexxx_log_bytes)( myprintf_buf,
n_myprintf_buf
);
[
all
...]
/external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c
1279
static Int
n_myprintf_buf
;
variable
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
1270
static Int
n_myprintf_buf
;
variable
1274
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/ ) {
[
all
...]
varinfo6.c
1308
static Int
n_myprintf_buf
;
variable
[
all
...]
/external/valgrind/main/perf/
bz2.c
1270
static Int
n_myprintf_buf
;
variable
1274
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/ ) {
[
all
...]
test_input_for_tinycc.c
1384
static Int
n_myprintf_buf
;
variable
1388
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 ) {
1390
n_myprintf_buf
= 0;
1391
myprintf_buf[
n_myprintf_buf
] = 0;
1393
myprintf_buf[
n_myprintf_buf
++] = c;
1394
myprintf_buf[
n_myprintf_buf
] = 0;
[
all
...]
Completed in 1571 milliseconds