OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:type_sz
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libsepol/src/
context_record.c
289
const int
type_sz
= strlen(con->type);
local
291
const int total_sz = user_sz + role_sz +
type_sz
+
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_debug.c
86
hwreg.subnr /
type_sz
(hwreg.type),
brw_eu.h
155
static INLINE int
type_sz
( GLuint type )
function
207
reg.subnr = subnr *
type_sz
(type);
328
reg.subnr += delta *
type_sz
(reg.type);
brw_clip_unfilled.c
262
2 *
type_sz
(BRW_REGISTER_TYPE_F));
Completed in 281 milliseconds