Searched refs:gcov_read_unsigned (Results 1 - 25 of 32) sorted by relevance

12

/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]
H A Dgcov-io.h464 GCOV_LINKAGE gcov_unsigned_t gcov_read_unsigned (void) ATTRIBUTE_HIDDEN;
H A Dlibgcov.h197 #define gcov_read_unsigned __gcov_read_unsigned macro
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]
H A Dgcov-io.h464 GCOV_LINKAGE gcov_unsigned_t gcov_read_unsigned (void) ATTRIBUTE_HIDDEN;
H A Dlibgcov.h197 #define gcov_read_unsigned __gcov_read_unsigned macro
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]
H A Dgcov-io.h464 GCOV_LINKAGE gcov_unsigned_t gcov_read_unsigned (void) ATTRIBUTE_HIDDEN;
H A Dlibgcov.h197 #define gcov_read_unsigned __gcov_read_unsigned macro
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]
H A Dgcov-io.h464 GCOV_LINKAGE gcov_unsigned_t gcov_read_unsigned (void) ATTRIBUTE_HIDDEN;
H A Dlibgcov.h197 #define gcov_read_unsigned __gcov_read_unsigned macro
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]
H A Dgcov-io.h464 GCOV_LINKAGE gcov_unsigned_t gcov_read_unsigned (void) ATTRIBUTE_HIDDEN;
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
H A Dgcov-io.c599 gcov_read_unsigned (void) function
640 unsigned length = gcov_read_unsigned ();
671 summary->checksum = gcov_read_unsigned ();
674 csum->num = gcov_read_unsigned ();
675 csum->runs = gcov_read_unsigned ();
683 histo_bitvector[bv_ix] = gcov_read_unsigned ();
720 csum->histogram[h_ix].num_counters = gcov_read_unsigned ();
741 gcov_unsigned_t num = gcov_read_unsigned ();
748 gcov_unsigned_t bitvector = gcov_read_unsigned ();
775 gcov_unsigned_t string_len = gcov_read_unsigned ();
[all...]
H A Dlibgcov-driver.c227 fn_buffer->info.ident = gcov_read_unsigned ();
228 fn_buffer->info.lineno_checksum = gcov_read_unsigned ();
229 fn_buffer->info.cfg_checksum = gcov_read_unsigned ();
239 if (gcov_read_unsigned () != GCOV_TAG_FOR_COUNTER (ix))
245 length = GCOV_TAG_COUNTER_NUM (gcov_read_unsigned ());
488 length = gcov_read_unsigned ();
529 tag = gcov_read_unsigned ();
536 version = gcov_read_unsigned ();
540 stamp = gcov_read_unsigned ();
551 tag = gcov_read_unsigned ();
[all...]

Completed in 2083 milliseconds

12