HomeSort by relevance Sort by last modified time
    Searched refs:whole (Results 1 - 25 of 69) sorted by null

1 2 3

  /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...]
  /ndk/tests/device/whole-static-libs/jni/
Android.mk 9 # --whole-archive is used. However, it won't do it for shared libraries, so
10 # create an intermediate one, called 'bar' that includes 'foo' as a whole
  /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/llvm/tools/llvm-shlib/
Makefile 68 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \
69 -Wl,--no-whole-archive
107 -Wl,--whole-archive $(LLVMLibsPaths) \
108 -Wl,--no-whole-archive
113 -Wl,--whole-archive -lstdc++ \
114 -Wl,--no-whole-archive
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
toplev.h 27 the WHOLE string. */
28 #define skip_leading_substring(whole, part) \
29 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
  /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`) \
TARGET_linux-sh.mk 131 -Wl,--whole-archive \
133 -Wl,--no-whole-archive \
TARGET_linux-x86.mk 175 -Wl,--whole-archive \
177 -Wl,--no-whole-archive \
TARGET_linux-arm.mk 257 -Wl,--whole-archive \
259 -Wl,--no-whole-archive \
  /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/grub/
compile 45 If you are trying to build a whole package this is not the
  /external/libffi/
compile 45 If you are trying to build a whole package this is not the
  /external/libusb/
compile 45 If you are trying to build a whole package this is not the
  /external/libusb-compat/
compile 45 If you are trying to build a whole package this is not the
  /ndk/sources/host-tools/make-3.81/config/
compile 45 If you are trying to build a whole package this is not the
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
Android.mk 23 # host_common_LDFLAGS += -Wl,--whole-archive
  /external/elfutils/libasm/
Makefile.am 75 $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/elfutils/libdwfl/
core-file.c 132 lives. Using elf_memory is quite suboptimal if the whole
199 GElf_Off whole,
205 if (whole <= *buffer_available)
212 *elfp = elf_memory (*buffer, whole);
223 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL);
229 /* We don't have the whole file.
244 /* There is a build ID that could help us find the whole file,
  /build/core/
definitions.mk     [all...]
  /external/elfutils/libdw/
Makefile.am 101 -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
  /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...]
  /external/elfutils/libelf/
Makefile.am 115 $(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
jsDriver.pl     [all...]
  /ndk/build/core/
default-build-commands.mk 27 # $3: whole static libraries
32 $(call link-whole-archives,$3) \

Completed in 1634 milliseconds

1 2 3