Searched refs:BITSIZEOF_UINT_LEAST32_T (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A DMakefile.in133 BITSIZEOF_UINT_LEAST32_T = @BITSIZEOF_UINT_LEAST32_T@
677 -e 's/@''BITSIZEOF_UINT_LEAST32_T''@/$(BITSIZEOF_UINT_LEAST32_T)/g' \
H A Dstdint_.h501 # if @BITSIZEOF_UINT_LEAST32_T@ < @BITSIZEOF_UNSIGNED_INT@
502 # define UINT_LEAST32_MAX (((1 << (@BITSIZEOF_UINT_LEAST32_T@ - 1)) - 1) * 2 + 1)
504 # define UINT_LEAST32_MAX (((1U << (@BITSIZEOF_UINT_LEAST32_T@ - 1)) - 1) * 2 + 1)
H A DMakefile136 BITSIZEOF_UINT_LEAST32_T = macro
688 -e 's/@''BITSIZEOF_UINT_LEAST32_T''@/$(BITSIZEOF_UINT_LEAST32_T)/g' \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/
H A Dconfig.status689 s,@BITSIZEOF_UINT_LEAST32_T@,|#_!!_#|,g
H A Dconfigure940 BITSIZEOF_UINT_LEAST32_T
[all...]

Completed in 144 milliseconds