OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__location__
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/talloc/
hieralloc.h
12
#ifndef
__location__
16
#define
__location__
__FILE__ ":" __HIERALLOC_STRING_2__
macro
20
#define hieralloc_size(ctx, size) hieralloc_allocate(ctx, size, "sz:"
__location__
)
21
#define hieralloc_new(ctx) hieralloc_allocate(ctx, 0, "nw:"
__location__
)
23
#define hieralloc_zero_size(ctx, size) _hieralloc_zero(ctx, size, "zrsz:"
__location__
)
/external/mesa3d/src/pixelflinger2/
pixelflinger2.h
37
#ifndef
__location__
41
#define
__location__
__FILE__ ":" __HIERALLOC_STRING_2__
macro
44
#define assert(EXPR) { do { if (!(EXPR)) {ALOGD("\n*\n*\n*\n* assert fail: '"#EXPR"' at "
__location__
"\n*\n*\n*"); exit(EXIT_FAILURE); } } while (false); }
Completed in 57 milliseconds