Home
last modified time | relevance | path

Searched refs:gltype (Results 1 – 4 of 4) sorted by relevance

/external/bison/m4/
Dstdint.m4315 m4_foreach_w([gltype], [$1],
316 …[AH_TEMPLATE([BITSIZEOF_]m4_translit(gltype,[abcdefghijklmnopqrstuvwxyz ],[ABCDEFGHIJKLMNOPQRSTUVW…
317 [Define to the number of bits in type ']gltype['.])])
318 for gltype in $1 ; do
319 AC_CACHE_CHECK([for bit size of $gltype], [gl_cv_bitsizeof_${gltype}],
320 [AC_COMPUTE_INT([result], [sizeof ($gltype) * CHAR_BIT],
323 eval gl_cv_bitsizeof_${gltype}=\$result
325 eval result=\$gl_cv_bitsizeof_${gltype}
336 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
340 m4_foreach_w([gltype], [$1],
[all …]
/external/mesa3d/src/mesa/main/
DAPIspec.dtd23 gltype CDATA #IMPLIED attribute
DAPIspec.py300 def __init__(self, param_node, gltype=None, size=0): argument
307 if gltype:
308 type = type.replace("GLtype", gltype)
/external/bison/
Dconfigure14476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
14477 $as_echo_n "checking for bit size of $gltype... " >&6; }
14478 if eval \${gl_cv_bitsizeof_${gltype}+:} false; then :
14481 if ac_fn_c_compute_int "$LINENO" "sizeof ($gltype) * CHAR_BIT" "result" "
14498 eval gl_cv_bitsizeof_${gltype}=\$result
14501 eval ac_res=\$gl_cv_bitsizeof_${gltype}
14504 eval result=\$gl_cv_bitsizeof_${gltype}
14508 GLTYPE=`echo "$gltype" | tr 'abcdefghijklmnopqrstuvwxyz ' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ_'`
14520 for gltype in sig_atomic_t wchar_t wint_t ; do
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bit size of $gltype" >&5
[all …]