/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;
|
/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,
|
/ndk/build/core/ |
definitions.mk | 316 # Function : link-whole-archives 317 # Arguments: 1: list of whole static libraries 318 # Returns : linker flags to use the whole static libraries 319 # Usage : $(call link-whole-archives,<libraries>) 320 # Rationale: This function is used to put the list of whole static libraries 321 # inside a -Wl,--whole-archive ... -Wl,--no-whole-archive block. 326 link-whole-archives = $(if $(strip $1),$(call link-whole-archive-flags,$1)) 327 link-whole-archive-flags = -Wl,--whole-archive $(call host-path,$1) -Wl,--no-whole-archiv [all...] |
/external/valgrind/main/none/tests/ppc32/ |
round.c | 390 float whole = denorm_small; local 401 half = (double)whole/2; 406 print_double("whole", whole); 407 print_double("2*whole", 2*whole); 414 double lo = s*whole; 415 double hi = s*2*whole; 419 fA = s*whole; 423 fA = s*2*whole; [all...] |
/external/valgrind/main/none/tests/ppc64/ |
round.c | 390 float whole = denorm_small; local 401 half = (double)whole/2; 406 print_double("whole", whole); 407 print_double("2*whole", 2*whole); 414 double lo = s*whole; 415 double hi = s*2*whole; 419 fA = s*whole; 423 fA = s*2*whole; [all...] |
/build/core/ |
definitions.mk | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
SocketChannelTest.java | 2782 long whole = buf1.remaining() + buf2.remaining(); local [all...] |
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/ |
commons-lang-2.4.jar | |