Home
last modified time | relevance | path

Searched refs:cpu_name (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/x86/
Dcommon_x86.c296 char cpu_name[49]; in _mesa_get_x86_features() local
298 …002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name in _mesa_get_x86_features()
299 cpu_name[48] = '\0'; /* the name should be NULL terminated, but just to be sure */ in _mesa_get_x86_features()
302 _mesa_debug(NULL, "CPU name: %s\n", cpu_name); in _mesa_get_x86_features()
/external/syslinux/lzo/src/
Dminiacc.h3888 const char* cpu_name; member