HomeSort by relevance Sort by last modified time
    Searched defs:whole (Results 1 - 4 of 4) sorted by null

  /external/tremolo/Tremolo/
misc.h 77 ogg_int64_t whole; member in union:magic
87 ogg_int64_t whole; member in union:magic
93 magic.whole = (ogg_int64_t)x * y;
103 magic.whole = (ogg_int64_t)x * y;
  /device/samsung/crespo/libaudio/
AudioHardware.cpp 1911 const uint32_t whole = in_sample_num >> 15; local
    [all...]
  /ndk/build/core/
definitions.mk 150 # Function : link-whole-archives
151 # Arguments: 1: list of whole static libraries
152 # Returns : linker flags to use the whole static libraries
153 # Usage : $(call link-whole-archives,<libraries>)
154 # Rationale: This function is used to put the list of whole static libraries
155 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block.
160 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
161 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archiv
    [all...]
  /build/core/
definitions.mk 939 define extract-and-include-target-whole-static-libs
942 ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(lib)))_objs;\
959 $(extract-and-include-target-whole-static-libs)
969 define extract-and-include-host-whole-static-libs
972 ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(lib)))_objs;\
989 $(extract-and-include-host-whole-static-libs)
1014 -Wl,--whole-archive \
1016 -Wl,--no-whole-archive \
    [all...]

Completed in 216 milliseconds