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

/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/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/elfutils/libdwfl/
H A Dcore-file.c132 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,
193 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.c162 /* We already have this whole note segment from our initial read. */
568 should read the whole thing in right now. */
575 const GElf_Off whole = MAX (file_trimmed_end, shdrs_end); local
579 cost, worthwhile, whole, contiguous,
583 /* The caller wants to read the whole file in right now, but hasn't
621 /* The whole file sits contiguous in memory,
/external/valgrind/main/none/tests/ppc32/
H A Dround.c393 float whole = denorm_small; local
404 half = (double)whole/2;
409 print_double("whole", whole);
410 print_double("2*whole", 2*whole);
417 double lo = s*whole;
418 double hi = s*2*whole;
422 fA = s*whole;
426 fA = s*2*whole;
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c393 float whole = denorm_small; local
404 half = (double)whole/2;
409 print_double("whole", whole);
410 print_double("2*whole", 2*whole);
417 double lo = s*whole;
418 double hi = s*2*whole;
422 fA = s*whole;
426 fA = s*2*whole;
[all...]

Completed in 149 milliseconds