OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bptr2
(Results
1 - 3
of
3
) sorted by null
/external/qemu/slirp/
misc.c
614
char *bptr1, *
bptr2
;
local
616
bptr1 =
bptr2
= strdup(format);
624
vfprintf(lfd,
bptr2
, args);
625
free(
bptr2
);
/external/qemu/slirp-android/
misc.c
578
char *bptr1, *
bptr2
;
local
580
bptr1 =
bptr2
= strdup(format);
588
vfprintf(lfd,
bptr2
, args);
589
free(
bptr2
);
/frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp
288
uint16_t *
bPtr2
= bPtr1 + stride;
299
*
bPtr2
++ = b;
300
*
bPtr2
++ = g;
Completed in 727 milliseconds