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

1 2 3 4

  /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
110 -Wl,--whole-archive $(LLVMLibsPaths) \
111 -Wl,--no-whole-archive
116 -Wl,--whole-archive -lstdc++ \
117 -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;
  /build/core/combo/
TARGET_linux-arm.mk 241 -Wl,--whole-archive \
243 -Wl,--no-whole-archive \
266 -Wl,--whole-archive \
268 -Wl,--no-whole-archive \
291 -Wl,--whole-archive \
293 -Wl,--no-whole-archive \
TARGET_linux-mips.mk 232 -Wl,--whole-archive \
234 -Wl,--no-whole-archive \
257 -Wl,--whole-archive \
259 -Wl,--no-whole-archive \
282 -Wl,--whole-archive \
284 -Wl,--no-whole-archive \
TARGET_linux-x86.mk 187 -Wl,--whole-archive \
189 -Wl,--no-whole-archive \
212 -Wl,--whole-archive \
214 -Wl,--no-whole-archive \
235 -Wl,--whole-archive \
237 -Wl,--no-whole-archive \
  /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/libogg/
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
  /external/libvorbis/
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,
  /external/elfutils/libdw/
Makefile.am 101 -Wl,--whole-archive $(filter-out $<,$^) -Wl,--no-whole-archive\
  /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...]
  /hardware/invensense/libsensors_iio/software/build/android/
common.mk 37 ANDROID_LINK += -Wl,--no-whole-archive
  /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...]
  /build/core/
definitions.mk     [all...]
  /external/bison/build-aux/
compile 210 If you are trying to build a whole package this is not the

Completed in 970 milliseconds

1 2 3 4