OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Frame0
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/TestCases/
stack-oob-frames.cc
12
NOINLINE static void
Frame0
(int frame, char *a, char *b, char *c) {
24
char c[4] = {0};
Frame0
(frame, a, b, c);
42
// CHECK0: #0{{.*}}
Frame0
47
// CHECK0-NEXT: #0{{.*}}
Frame0
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_phyuv.c
47
int grab_ptrs2(PgVideoChannel_t* channel, FRAMEDATA*
Frame0
, FRAMEDATA* Frame1)
52
Frame0
->Y = (unsigned char *)PdGetOffscreenContextPtr(channel->yplane1);
54
Frame0
->U = (unsigned char *)PdGetOffscreenContextPtr(channel->vplane1);
56
Frame0
->V = (unsigned char *)PdGetOffscreenContextPtr(channel->uplane1);
59
if (
Frame0
->Y)
62
if (
Frame0
->U)
65
if (
Frame0
->V)
/external/compiler-rt/lib/asan/tests/
asan_test.cc
495
NOINLINE static void
Frame0
(int frame, char *a, char *b, char *c) {
506
char c[4] = {0};
Frame0
(frame, a, b, c);
519
EXPECT_DEATH(Frame3(0), "located .*in frame <.*
Frame0
");
[
all
...]
Completed in 2354 milliseconds