Home
last modified time | relevance | path

Searched refs:get_count (Results 1 – 25 of 60) sorted by relevance

123

/external/harfbuzz_ng/src/
Dhb-cff-interp-cs-common.hh68 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 …]
Dhb-cff1-interp-cs.hh54 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()
Dhb-subset-cff1.cc97 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()
Dhb-cff-interp-common.hh456 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()
Dhb-cff2-interp-cs.hh239 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/
Dmicro_delay.c21 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/
Dcpu-uclass.c61 if (!ops->get_count) in cpu_get_count()
64 return ops->get_count(dev); in cpu_get_count()
Dcpu_sandbox.c41 .get_count = cpu_sandbox_get_count,
Driscv_cpu.c106 .get_count = riscv_cpu_get_count,
/external/u-boot/drivers/timer/
Dtimer-uclass.c30 if (!ops->get_count) in timer_get_count()
33 return ops->get_count(dev, count); in timer_get_count()
Driscv_timer.c47 .get_count = riscv_timer_get_count,
Dsandbox_timer.c50 .get_count = sandbox_timer_get_count,
Darc_timer.c96 .get_count = arc_timer_get_count,
Dsti-timer.c62 .get_count = sti_timer_get_count,
Dmtk_timer.c69 .get_count = mtk_timer_get_count,
Datmel_pit_timer.c72 .get_count = atmel_pit_get_count,
Dostm_timer.c76 .get_count = ostm_get_count,
Dast_timer.c76 .get_count = ast_timer_get_count,
Daltera_timer.c79 .get_count = altera_timer_get_count,
Domap-timer.c89 .get_count = omap_timer_get_count,
Ddw-apb-timer.c86 .get_count = dw_apb_timer_get_count,
/external/python/cpython2/Lib/test/
Dtest_gc.py257 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/
Dtimer.h57 int (*get_count)(struct udevice *dev, u64 *count); member
Dcpu.h79 int (*get_count)(struct udevice *dev); member
/external/u-boot/arch/x86/cpu/qemu/
Dcpu.c30 .get_count = cpu_qemu_get_count,

123