Searched defs:whole (Results 1 - 16 of 16) sorted by relevance

/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Derase_key.pass.cpp27 bool only_deletions ( const Unordered &whole, const Unordered &part ) { argument
28 typename Unordered::const_iterator w = whole.begin();
31 while ( w != whole.end () && p != part.end()) {
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Derase_key.pass.cpp27 bool only_deletions ( const Unordered &whole, const Unordered &part ) { argument
28 typename Unordered::const_iterator w = whole.begin();
31 while ( w != whole.end () && p != part.end()) {
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Derase_key.pass.cpp26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { argument
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
/external/libcxx/test/std/containers/unord/unord.set/
H A Derase_key.pass.cpp26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { argument
27 typename Unordered::const_iterator w = whole.begin();
30 while ( w != whole.end () && p != part.end()) {
/external/tremolo/Tremolo/
H A Dmisc.h78 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/deqp/framework/common/
H A DtcuFloatFormat.cpp240 const deUint64 whole = bits >> m_fractionBits; local
248 << "0x" << whole << "."
/external/elfutils/libdwfl/
H A Dgzip.c75 void **whole; member in struct:unzip_state
108 *state->whole = state->input_buffer;
112 *state->whole = NULL;
179 .whole = _whole,
188 if (*state.whole == NULL)
204 state.input_buffer = *state.whole;
320 *state.whole = state.buffer;
H A Dcore-file.c114 lives. Using elf_memory is quite suboptimal if the whole
177 GElf_Off whole,
183 /* The available buffer is often the whole segment when the core file
185 Which means that if it is complete we can just construct the whole
187 if (whole <= *buffer_available)
194 *elfp = elf_memory (*buffer, whole);
205 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL);
211 /* We don't have the whole file. Which either means the core file
226 if (whole > MAX_EAGER_COST && mod->build_id_len > 0)
227 /* We can't cheaply read the whole fil
171 core_file_read_eagerly(Dwfl_Module *mod, void **userdata __attribute__ ((unused)), const char *name __attribute__ ((unused)), Dwarf_Addr start __attribute__ ((unused)), void **buffer, size_t *buffer_available, GElf_Off cost, GElf_Off worthwhile, GElf_Off whole, GElf_Off contiguous __attribute__ ((unused)), void *arg, Elf **elfp) argument
[all...]
H A Ddwfl_segment_report_module.c319 /* We already have this whole note segment from our initial read. */
860 should read the whole thing in right now. */
867 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); local
871 cost, worthwhile, whole, contiguous,
875 /* The caller wants to read the whole file in right now, but hasn't
913 /* The whole file sits contiguous in memory,
/external/vboot_reference/firmware/include/
H A Dgpt.h111 uint64_t whole; member in union:__anon29915::__anon29916
/external/valgrind/none/tests/ppc32/
H A Dround.c403 float whole = denorm_small; local
414 half = (double)whole/2;
419 print_double("whole", whole);
420 print_double("2*whole", 2*whole);
427 double lo = s*whole;
428 double hi = s*2*whole;
432 fA = s*whole;
436 fA = s*2*whole;
[all...]
/external/valgrind/none/tests/ppc64/
H A Dround.c403 float whole = denorm_small; local
414 half = (double)whole/2;
419 print_double("whole", whole);
420 print_double("2*whole", 2*whole);
427 double lo = s*whole;
428 double hi = s*2*whole;
432 fA = s*whole;
436 fA = s*2*whole;
[all...]
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 540 milliseconds