/external/harfbuzz_ng/src/ |
D | hb-cff-interp-cs-common.hh | 68 unsigned int nSubrs = get_count (); in init() 79 unsigned int get_count () const { return (subrs == nullptr) ? 0 : subrs->count; } in get_count() function 155 if (unlikely ((n < 0) || ((unsigned int)n >= biasedSubrs.get_count ()))) in pop_subr_num() 167 || callStack.get_count () >= kMaxCallLimit)) in call_subr() 191 vstem_count += SUPER::argStack.get_count() / 2; in determine_hintmask_size() 377 env.hstem_count += env.argStack.get_count () / 2; in process_hstem() 383 env.vstem_count += env.argStack.get_count () / 2; in process_vstem() 428 env.pop_n_args (env.argStack.get_count ()); in flush_args() 490 for (unsigned int i = 0; i + 2 <= env.argStack.get_count (); i += 2) in rlineto() 502 for (; i + 2 <= env.argStack.get_count (); i += 2) in hlineto() [all …]
|
D | hb-cff1-interp-cs.hh | 54 if (likely (!processed_width && (SUPER::argStack.get_count () > 0))) in set_width() 99 if (env.argStack.get_count () >= 4) in process_op() 126 has_width = ((env.argStack.get_count () & 1) != 0); in check_width() 130 has_width = (env.argStack.get_count () > 1); in check_width() 133 has_width = (env.argStack.get_count () > 2); in check_width()
|
D | hb-subset-cff1.cc | 97 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count() function 100 if (i < base->get_count ()) in get_value() 103 return SUPER::values[i - base->get_count ()]; in get_value() 232 unsigned get_count () const { return base->get_count (); } in get_count() function 298 for (unsigned int i = env.arg_start; i < env.argStack.get_count (); i++) in flush_args() 415 for (unsigned int i = 0; i < env.callStack.get_count (); i++) in finalize_parsed_str()
|
D | hb-cff-interp-common.hh | 456 unsigned int get_count () const { return count; } in get_count() function 579 for (unsigned int i = 0; i < get_count (); i++) in has_op() 584 unsigned get_count () const { return values.length; } in get_count() function 629 void clear_args () { pop_n_args (argStack.get_count ()); } in clear_args()
|
D | hb-cff2-interp-cs.hh | 239 unsigned int start = env.argStack.get_count () - ((k+1) * n); in process_blend() 241 if (unlikely (start > env.argStack.get_count ())) in process_blend()
|
/external/arm-trusted-firmware/drivers/renesas/rcar/delay/ |
D | micro_delay.c | 21 uint64_t get_count; in rcar_micro_delay() local 27 get_count = read_cntpct_el0(); in rcar_micro_delay() 28 wait_time = ((get_count - base_count) * RCAR_CONV_MICROSEC) / freq; in rcar_micro_delay()
|
/external/u-boot/drivers/cpu/ |
D | cpu-uclass.c | 61 if (!ops->get_count) in cpu_get_count() 64 return ops->get_count(dev); in cpu_get_count()
|
D | cpu_sandbox.c | 41 .get_count = cpu_sandbox_get_count,
|
D | riscv_cpu.c | 106 .get_count = riscv_cpu_get_count,
|
/external/u-boot/drivers/timer/ |
D | timer-uclass.c | 30 if (!ops->get_count) in timer_get_count() 33 return ops->get_count(dev, count); in timer_get_count()
|
D | riscv_timer.c | 47 .get_count = riscv_timer_get_count,
|
D | sandbox_timer.c | 50 .get_count = sandbox_timer_get_count,
|
D | arc_timer.c | 96 .get_count = arc_timer_get_count,
|
D | sti-timer.c | 62 .get_count = sti_timer_get_count,
|
D | mtk_timer.c | 69 .get_count = mtk_timer_get_count,
|
D | atmel_pit_timer.c | 72 .get_count = atmel_pit_get_count,
|
D | ostm_timer.c | 76 .get_count = ostm_get_count,
|
D | ast_timer.c | 76 .get_count = ast_timer_get_count,
|
D | altera_timer.c | 79 .get_count = altera_timer_get_count,
|
D | omap-timer.c | 89 .get_count = omap_timer_get_count,
|
D | dw-apb-timer.c | 86 .get_count = dw_apb_timer_get_count,
|
/external/python/cpython2/Lib/test/ |
D | test_gc.py | 257 assertEqual(gc.get_count(), (0, 0, 0)) 261 assertEqual(gc.get_count(), (2, 0, 0)) 269 assertEqual(gc.get_count(), (0, 1, 0)) 271 assertEqual(gc.get_count(), (0, 0, 1)) 273 assertEqual(gc.get_count(), (0, 0, 0))
|
/external/u-boot/include/ |
D | timer.h | 57 int (*get_count)(struct udevice *dev, u64 *count); member
|
D | cpu.h | 79 int (*get_count)(struct udevice *dev); member
|
/external/u-boot/arch/x86/cpu/qemu/ |
D | cpu.c | 30 .get_count = cpu_qemu_get_count,
|