HomeSort by relevance Sort by last modified time
    Searched defs:whole (Results 1 - 7 of 7) 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;
  /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);
  /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 240 # Function : link-whole-archives
241 # Arguments: 1: list of whole static libraries
242 # Returns : linker flags to use the whole static libraries
243 # Usage : $(call link-whole-archives,<libraries>)
244 # Rationale: This function is used to put the list of whole static libraries
245 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block.
250 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1))
251 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 766 milliseconds