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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicParameterization_Test.cpp31 Cubic whole, first, second, mid; local
32 quad_to_cubic(test, whole);
36 if (!implicit_matches(whole, first)) {
39 if (!implicit_matches(whole, second)) {
/external/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/
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/containers/unord/unord.multimap/unord.multimap.modifiers/
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/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/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/skia/experimental/Intersection/
H A DCubicParameterization_Test.cpp31 Cubic whole, first, second, mid; local
32 quad_to_cubic(test, whole);
36 if (!implicit_matches(whole, first)) {
39 if (!implicit_matches(whole, second)) {
/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/elfutils/0.153/libdwfl/
H A Dgzip.c101 void **whole, size_t *whole_size)
129 *whole = input_buffer;
133 *whole = NULL;
154 if (*whole == NULL)
170 input_buffer = *whole;
312 *whole = buffer;
99 unzip(int fd, off64_t start_offset, void *mapped, size_t mapped_size, void **whole, size_t *whole_size) argument
H A Dcore-file.c132 lives. Using elf_memory is quite suboptimal if the whole
192 GElf_Off whole,
198 if (whole <= *buffer_available)
205 *elfp = elf_memory (*buffer, whole);
216 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL);
222 /* We don't have the whole file.
237 /* There is a build ID that could help us find the whole file,
186 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
H A Ddwfl_segment_report_module.c166 /* We already have this whole note segment from our initial read. */
594 should read the whole thing in right now. */
601 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); local
605 cost, worthwhile, whole, contiguous,
609 /* The caller wants to read the whole file in right now, but hasn't
647 /* The whole file sits contiguous in memory,
/external/deqp/framework/common/
H A DtcuFloatFormat.cpp240 const deUint64 whole = bits >> m_fractionBits; local
248 << "0x" << whole << "."
/external/valgrind/main/none/tests/ppc32/
H A Dround.c390 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/
H A Dround.c390 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/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/ ...

Completed in 627 milliseconds