Lines Matching defs:bit
614 # Resolve the required module name to 32-bit or 64-bit variant.
615 # Get a list of corresponding 32-bit module names, if one exists.
616 define get-32-bit-modules
621 # Get a list of corresponding 32-bit module names, if one exists;
623 define get-32-bit-modules-if-we-can
632 # If a module is built for 32-bit, the required modules must be 32-bit too;
634 # the required modules must be 64-bit;
635 # otherwise we require both 64-bit and 32-bit variant, if one exists.
642 $(eval r_r := $(call get-32-bit-modules-if-we-can,$(r))),\
645 $(eval r_r := $(r) $(call get-32-bit-modules,$(r)))\
753 # Note for 32-bit product, $(modules_32) and $(modules_64) will be
755 product_MODULES := $(call get-32-bit-modules-if-we-can, $(modules_32))
758 product_MODULES += $(call get-32-bit-modules, $(modules_rest))