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

  /external/tremolo/Tremolo/
misc.h 78 ogg_int64_t whole; member in union:magic
88 ogg_int64_t whole; member in union:magic
94 magic.whole = (ogg_int64_t)x * y;
104 magic.whole = (ogg_int64_t)x * y;
  /build/core/combo/
HOST_darwin-x86.mk 72 # Workaround for lack of "-Wl,--whole-archive" in MacOS's linker.
73 define _darwin-extract-and-include-single-whole-static-lib
75 $(hide) ldir=$(PRIVATE_INTERMEDIATES_DIR)/WHOLE/$(basename $(notdir $(1)))_objs;\
83 define darwin-extract-and-include-whole-static-libs
84 $(if $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES), $(hide) rm -rf $(PRIVATE_INTERMEDIATES_DIR)/WHOLE)
86 $(call _darwin-extract-and-include-single-whole-static-lib, $(lib)))
90 $(call darwin-extract-and-include-whole-static-libs)
96 $(if $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIES), `find $(PRIVATE_INTERMEDIATES_DIR)/WHOLE -name '*.o' 2>/dev/null`) \
  /external/openssh/openbsd-compat/
fmt_scaled.c 81 long long scale_fact = 1, whole = 0, fpart = 0; local
134 whole *= 10;
135 whole += i;
140 whole *= sign;
146 *result = whole;
150 /* Validate scale factor, and scale whole and fraction by it. */
164 /* scale whole part */
165 whole *= scale_fact;
179 whole += fpart;
180 *result = whole;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 74 Rectangle whole = root.getAbsRect(); local
75 whole = new Rectangle(whole.x, whole.y, whole.width + 1, whole.height + 1);
76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds);
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 162 /* We already have this whole note segment from our initial read. */
568 should read the whole thing in right now. */
575 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); local
579 cost, worthwhile, whole, contiguous,
583 /* The caller wants to read the whole file in right now, but hasn't
621 /* The whole file sits contiguous in memory,
  /gdk/build/core/
definitions.mk 139 # Function : link-whole-archives
140 # Arguments: 1: list of whole static libraries
141 # Returns : linker flags to use the whole static libraries
142 # Usage : $(call link-whole-archives,<libraries>)
143 # Rationale: This function is used to put the list of whole static libraries
144 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block.
149 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
150 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archiv
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/valgrind/main/none/tests/ppc32/
round.c 393 float whole = denorm_small; local
404 half = (double)whole/2;
409 print_double("whole", whole);
410 print_double("2*whole", 2*whole);
417 double lo = s*whole;
418 double hi = s*2*whole;
422 fA = s*whole;
426 fA = s*2*whole;
    [all...]
  /external/valgrind/main/none/tests/ppc64/
round.c 393 float whole = denorm_small; local
404 half = (double)whole/2;
409 print_double("whole", whole);
410 print_double("2*whole", 2*whole);
417 double lo = s*whole;
418 double hi = s*2*whole;
422 fA = s*whole;
426 fA = s*2*whole;
    [all...]
  /ndk/build/core/
definitions.mk 305 # Function : link-whole-archives
306 # Arguments: 1: list of whole static libraries
307 # Returns : linker flags to use the whole static libraries
308 # Usage : $(call link-whole-archives,<libraries>)
309 # Rationale: This function is used to put the list of whole static libraries
310 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block.
315 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
316 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archiv
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SocketChannelTest.java 2782 long whole = buf1.remaining() + buf2.remaining(); local
    [all...]

Completed in 439 milliseconds