HomeSort by relevance Sort by last modified time
    Searched defs:type_sz (Results 1 - 2 of 2) 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.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);

Completed in 64 milliseconds