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

/external/libcxx/test/std/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/std/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/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/elfutils/src/libdwfl/
H A Dgzip.c80 void **whole, size_t *whole_size)
108 *whole = input_buffer;
112 *whole = NULL;
133 if (*whole == NULL)
149 input_buffer = *whole;
291 *whole = buffer;
78 unzip(int fd, off64_t start_offset, void *mapped, size_t mapped_size, void **whole, size_t *whole_size) argument
H A Dcore-file.c111 lives. Using elf_memory is quite suboptimal if the whole
171 GElf_Off whole,
177 if (whole <= *buffer_available)
184 *elfp = elf_memory (*buffer, whole);
195 *elfp = elf_begin_rand (core, *buffer - core->map_address, whole, NULL);
201 /* We don't have the whole file.
216 /* There is a build ID that could help us find the whole file,
165 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.c311 /* We already have this whole note segment from our initial read. */
840 should read the whole thing in right now. */
847 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); local
851 cost, worthwhile, whole, contiguous,
855 /* The caller wants to read the whole file in right now, but hasn't
893 /* The whole file sits contiguous in memory,
/external/openssh/openbsd-compat/
H A Dfmt_scaled.c81 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...]
/external/deqp/framework/common/
H A DtcuFloatFormat.cpp240 const deUint64 whole = bits >> m_fractionBits; local
248 << "0x" << whole << "."
/external/vboot_reference/firmware/include/
H A Dgpt.h111 uint64_t whole; member in union:__anon16866::__anon16867
/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/libvncserver/x11vnc/
H A Duserinput.c1190 sraRegionPtr frame, whole, tmpregion; local
1221 whole = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
1223 sraRgnOffset(whole, coff_x, coff_y);
1226 sraRgnOffset(whole, off_x, off_y);
1229 sraRgnAnd(frame, whole);
1233 sraRgnAnd(tmpregion, whole);
1292 sraRgnDestroy(whole);
1442 sraRegionPtr backfill, whole, tmpregion, tmpregion2; local
1466 whole = sraRgnCreateRect(0, 0, dpy_x, dpy_y);
1468 sraRgnOffset(whole, coff_
3230 sraRegionPtr moved_win, tmp_win, whole; local
3440 sraRegionPtr whole, shifted_region; local
[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 764 milliseconds