OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:duh
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/exp-sgcheck/tests/
hsg.c
30
unsigned char*
duh
= malloc(100 * sizeof(char));
local
31
sum +=
duh
[-1];
32
free(
duh
);
33
sum +=
duh
[50];
/prebuilts/go/darwin-x86/test/fixedbugs/
issue7863.go
42
fmt.Println("bar.F", bar.F(), f()) //
duh
!
/prebuilts/go/linux-x86/test/fixedbugs/
issue7863.go
42
fmt.Println("bar.F", bar.F(), f()) //
duh
!
Completed in 80 milliseconds