Home
last modified time | relevance | path

Searched refs:USIZE32 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/libogg/
H A Dconfigure.ac125 $ac_cv_sizeof_uint32_t) USIZE32="uint32_t";;
126 $ac_cv_sizeof_short) USIZE32="unsigned short";;
127 $ac_cv_sizeof_int) USIZE32="unsigned int";;
128 $ac_cv_sizeof_long) USIZE32="unsigned long";;
129 $ac_cv_sizeof_u_int32_t) USIZE32="u_int32_t";;
155 if test -z "$USIZE32"; then
188 AC_SUBST(USIZE32) subst
H A DCMakeLists.txt65 set(USIZE32 uint32_t) variable
H A DMakefile.in318 USIZE32 = @USIZE32@
H A Dconfigure14302 $ac_cv_sizeof_uint32_t) USIZE32="uint32_t";;
14303 $ac_cv_sizeof_short) USIZE32="unsigned short";;
14304 $ac_cv_sizeof_int) USIZE32="unsigned int";;
14305 $ac_cv_sizeof_long) USIZE32="unsigned long";;
14306 $ac_cv_sizeof_u_int32_t) USIZE32="u_int32_t";;
14332 if test -z "$USIZE32"; then
/aosp_15_r20/external/libogg/cmake/
H A DCheckSizes.cmake50 set(USIZE32 "uint32_t") variable
52 set(USIZE32 "unsigned short") variable
54 set(USIZE32 "unsigned int") variable
56 set(USIZE32 "unsigned long") variable
58 set(USIZE32 "u_int32_t") variable
/aosp_15_r20/external/speex/
H A Dconfigure.ac294 $ac_cv_sizeof_uint32_t) USIZE32="uint32_t";;
295 $ac_cv_sizeof_u_int32_t) USIZE32="u_int32_t";;
296 $ac_cv_sizeof_short) USIZE32="unsigned short";;
297 $ac_cv_sizeof_int) USIZE32="unsigned int";;
298 $ac_cv_sizeof_long) USIZE32="unsigned long";;
304 AS_IF([test -z "$USIZE32"],[AC_MSG_ERROR([No unsigned 32 bit type found on this platform!])])
309 AC_SUBST([USIZE32]) subst
/aosp_15_r20/external/libogg/win32/
H A DMakefile.in104 USIZE32 = @USIZE32@
H A DMakefile104 USIZE32 = u_int32_t macro
/aosp_15_r20/external/speex/include/speex/
H A Dspeexdsp_config_types.h.in9 typedef @USIZE32@ spx_uint32_t;
/aosp_15_r20/external/libogg/include/ogg/
H A Dconfig_types.h.in22 typedef @USIZE32@ ogg_uint32_t;
H A DMakefile.in253 USIZE32 = @USIZE32@
/aosp_15_r20/external/libogg/include/
H A DMakefile.in263 USIZE32 = @USIZE32@
/aosp_15_r20/external/libogg/doc/libogg/
H A DMakefile.in236 USIZE32 = @USIZE32@
/aosp_15_r20/external/libogg/doc/
H A DMakefile.in294 USIZE32 = @USIZE32@
/aosp_15_r20/external/libogg/src/
H A DMakefile.in303 USIZE32 = @USIZE32@