/external/valgrind/ |
D | Makefile.tool.am | 157 -Wl,--whole-archive \ 159 -Wl,--no-whole-archive 162 -Wl,--whole-archive \ 164 -Wl,--no-whole-archive 167 -Wl,--whole-archive \ 169 -Wl,--no-whole-archive 172 -Wl,--whole-archive \ 174 -Wl,--no-whole-archive 177 -Wl,--whole-archive \ 179 -Wl,--no-whole-archive [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/ |
D | ProperBigFractionFormat.java | 97 BigInteger whole = num.divide(den); in format() local 100 if (!BigInteger.ZERO.equals(whole)) { in format() 101 getWholeFormat().format(whole, toAppendTo, pos); in format() 148 BigInteger whole = parseNextBigInteger(source, pos); in parse() local 149 if (whole == null) { in parse() 215 boolean wholeIsNeg = whole.compareTo(BigInteger.ZERO) < 0; in parse() 217 whole = whole.negate(); in parse() 219 num = whole.multiply(den).add(num); in parse()
|
D | ProperFractionFormat.java | 98 int whole = num / den; in format() local 101 if (whole != 0) { in format() 102 getWholeFormat().format(whole, toAppendTo, pos); in format() 148 Number whole = getWholeFormat().parse(source, pos); in parse() local 149 if (whole == null) { in parse() 215 int w = whole.intValue(); in parse()
|
/external/openssh/openbsd-compat/ |
D | fmt_scaled.c | 81 long long scale_fact = 1, whole = 0, fpart = 0; in scan_scaled() local 134 whole *= 10; in scan_scaled() 135 whole += i; in scan_scaled() 140 whole *= sign; in scan_scaled() 146 *result = whole; in scan_scaled() 165 whole *= scale_fact; in scan_scaled() 179 whole += fpart; in scan_scaled() 180 *result = whole; in scan_scaled()
|
/external/v8/tools/gyp/test/linux/ldflags-duplicates/ |
D | test.gyp | 14 '-Wl,--whole-archive <(PRODUCT_DIR)/lib1.a', 15 '-Wl,--no-whole-archive', 17 '-Wl,--whole-archive <(PRODUCT_DIR)/lib2.a', 18 '-Wl,--no-whole-archive',
|
/external/llvm/tools/llvm-shlib/ |
D | Makefile | 58 LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions) \ 59 -Wl,--no-whole-archive 100 -Wl,--whole-archive $(LLVMLibsPaths) \ 101 -Wl,--no-whole-archive 106 -Wl,--whole-archive -lstdc++ \ 107 -Wl,--no-whole-archive
|
/external/elfutils/libdwfl/ |
D | gzip.c | 75 void **whole; member 108 *state->whole = state->input_buffer; in fail() 112 *state->whole = NULL; in fail() 179 .whole = _whole, in unzip() 188 if (*state.whole == NULL) in unzip() 204 state.input_buffer = *state.whole; in unzip() 320 *state.whole = state.buffer; in unzip()
|
D | core-file.c | 177 GElf_Off whole, in core_file_read_eagerly() argument 187 if (whole <= *buffer_available) in core_file_read_eagerly() 194 *elfp = elf_memory (*buffer, whole); in core_file_read_eagerly() 205 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL); in core_file_read_eagerly() 226 if (whole > MAX_EAGER_COST && mod->build_id_len > 0) in core_file_read_eagerly()
|
/external/tremolo/Tremolo/ |
D | misc.h | 78 ogg_int64_t whole; member 88 ogg_int64_t whole; member 94 magic.whole = (ogg_int64_t)x * y; in MULT32() 104 magic.whole = (ogg_int64_t)x * y; in MULT31_SHIFT15()
|
/external/llvm/test/CodeGen/X86/ |
D | tail-call-legality.ll | 23 %whole = tail call {i64, i32} @test() 24 %first = extractvalue {i64, i32} %whole, 0 27 %second = extractvalue {i64, i32} %whole, 1
|
/external/lldb/lib/ |
D | Makefile | 141 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \ 142 -Wl,--no-whole-archive 152 ProjLibsOptions := -Wl,--whole-archive $(ProjLibsOptions) \ 153 -Wl,--no-whole-archive
|
/external/libcxx/test/std/containers/unord/unord.set/ |
D | erase_key.pass.cpp | 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { in only_deletions() argument 27 typename Unordered::const_iterator w = whole.begin(); in only_deletions() 30 while ( w != whole.end () && p != part.end()) { in only_deletions()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/ |
D | erase_key.pass.cpp | 27 bool only_deletions ( const Unordered &whole, const Unordered &part ) { in only_deletions() argument 28 typename Unordered::const_iterator w = whole.begin(); in only_deletions() 31 while ( w != whole.end () && p != part.end()) { in only_deletions()
|
/external/v8/test/mjsunit/wasm/ |
D | test-wasm-module-builder.js | 130 var whole = new Uint8Array(buffer2); 131 for (var i = 0; i < whole.byteLength; i++) { 132 whole[i] = 0xff;
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | erase_key.pass.cpp | 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { in only_deletions() argument 27 typename Unordered::const_iterator w = whole.begin(); in only_deletions() 30 while ( w != whole.end () && p != part.end()) { in only_deletions()
|
/external/llvm/test/Transforms/ScalarRepl/ |
D | copy-aggregate.ll | 5 ;; Store of integer to whole alloca struct. 21 ;; Store of integer to whole struct/array alloca. 37 ;; Load of whole alloca struct as integer 53 ;; load of integer from whole struct/array alloca.
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 36 ~ Respecify whole buffer contents 56 * Map whole buffer and flush whole mapped area (in one call) 57 * Map buffer partially (half) and flush whole mapped area (in one call) 58 * Map whole buffer and flush buffer partially (half) (in one call) 59 * Map whole buffer and flush whole mapped area in 4 non-interleaving
|
/external/vboot_reference/tests/ |
D | cgptlib_test.c | 1040 e->attrs.whole = 0x0000000000000000ULL; in EntryAttributeGetSetTest() 1042 EXPECT(0x0100000000000000ULL == e->attrs.whole); in EntryAttributeGetSetTest() 1044 e->attrs.whole = 0xFFFFFFFFFFFFFFFFULL; in EntryAttributeGetSetTest() 1046 EXPECT(0xFEFFFFFFFFFFFFFFULL == e->attrs.whole); in EntryAttributeGetSetTest() 1049 e->attrs.whole = 0x0000000000000000ULL; in EntryAttributeGetSetTest() 1052 EXPECT(0x00F0000000000000ULL == e->attrs.whole); in EntryAttributeGetSetTest() 1053 e->attrs.whole = 0xFFFFFFFFFFFFFFFFULL; in EntryAttributeGetSetTest() 1055 EXPECT(0xFF0FFFFFFFFFFFFFULL == e->attrs.whole); in EntryAttributeGetSetTest() 1058 e->attrs.whole = 0x0000000000000000ULL; in EntryAttributeGetSetTest() 1060 EXPECT(0x000F000000000000ULL == e->attrs.whole); in EntryAttributeGetSetTest() [all …]
|
/external/elfutils/libasm/ |
D | Makefile.am | 65 $(AM_V_CCLD)$(LINK) -shared -o $@ -Wl,--whole-archive,$<,--no-whole-archive \
|
/external/libweave/ |
D | Makefile | 82 …$(CXX) -shared -Wl,-soname=libweave.so -o $@ -Wl,--whole-archive $^ -Wl,--no-whole-archive -lcrypt…
|
/external/v8/build/config/chromecast/ |
D | BUILD.gn | 51 "-Wl,--whole-archive", 54 "-Wl,--no-whole-archive",
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | nesting.s | 32 # Check that the callqs get bundled together, and that the whole group is 48 # Check that the callqs get bundled together, and that the whole group is
|
/external/llvm/autoconf/ |
D | configure.ac | 227 llvm_cv_link_all_option="-Wl,--whole-archive" 228 llvm_cv_no_link_all_option="-Wl,--no-whole-archive" 232 llvm_cv_link_all_option="-Wl,--whole-archive" 233 llvm_cv_no_link_all_option="-Wl,--no-whole-archive" 237 llvm_cv_link_all_option="-Wl,--whole-archive" 238 llvm_cv_no_link_all_option="-Wl,--no-whole-archive" 252 llvm_cv_link_all_option="-Wl,--whole-archive" 253 llvm_cv_no_link_all_option="-Wl,--no-whole-archive" 257 llvm_cv_link_all_option="-Wl,--whole-archive" 258 llvm_cv_no_link_all_option="-Wl,--no-whole-archive" [all …]
|
/external/valgrind/none/tests/ppc64/ |
D | round.c | 403 float whole = denorm_small; in check_single_arithmetic_op() local 414 half = (double)whole/2; in check_single_arithmetic_op() 419 print_double("whole", whole); in check_single_arithmetic_op() 420 print_double("2*whole", 2*whole); in check_single_arithmetic_op() 427 double lo = s*whole; in check_single_arithmetic_op() 428 double hi = s*2*whole; in check_single_arithmetic_op() 432 fA = s*whole; in check_single_arithmetic_op() 436 fA = s*2*whole; in check_single_arithmetic_op()
|
/external/valgrind/none/tests/ppc32/ |
D | round.c | 403 float whole = denorm_small; in check_single_arithmetic_op() local 414 half = (double)whole/2; in check_single_arithmetic_op() 419 print_double("whole", whole); in check_single_arithmetic_op() 420 print_double("2*whole", 2*whole); in check_single_arithmetic_op() 427 double lo = s*whole; in check_single_arithmetic_op() 428 double hi = s*2*whole; in check_single_arithmetic_op() 432 fA = s*whole; in check_single_arithmetic_op() 436 fA = s*2*whole; in check_single_arithmetic_op()
|