Home
last modified time | relevance | path

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

12

/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
153 if (unlikely ((n < 0) || ((unsigned int)n >= biasedSubrs.get_count ()))) in popSubrNum()
165 || callStack.get_count () >= kMaxCallLimit)) in callSubr()
189 vstem_count += SUPER::argStack.get_count() / 2; in determine_hintmask_size()
375 env.hstem_count += env.argStack.get_count () / 2; in process_hstem()
381 env.vstem_count += env.argStack.get_count () / 2; in process_vstem()
426 env.pop_n_args (env.argStack.get_count ()); in flush_args()
488 for (unsigned int i = 0; i + 2 <= env.argStack.get_count (); i += 2) in rlineto()
500 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.cc92 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count() function
95 if (i < base->get_count ()) in get_value()
98 return SUPER::values[i - base->get_count ()]; in get_value()
228 unsigned get_count () const { return base->get_count (); } in get_count() function
294 for (unsigned int i = env.arg_start; i < env.argStack.get_count (); i++) in flush_args()
408 for (unsigned int i = 0; i < env.callStack.get_count (); i++) in finalize_parsed_str()
667 …if (unlikely (sidmap.get_count () > 0x8000)) /* assumption: a dict won't reference that many strin… in create()
Dhb-cff-interp-common.hh496 unsigned int get_count () const { return count; } in get_count() function
621 for (unsigned int i = 0; i < get_count (); i++) in has_op()
626 unsigned get_count () const { return values.len; } in get_count() function
683 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()
Dhb-subset-cff-common.hh416 unsigned int parsed_len = get_count (); in add_call_op()
557 if (get_count () < 1240) in create()
559 else if (get_count () < 33900) in create()
751 unsigned int count = remap.get_count (); in encode_subrs()
933 for (unsigned int i = 0; i < str.get_count(); i++) in encode_str()
Dhb-ot-cff-common.hh335 for (unsigned int i = 0; i < dictval.get_count (); i++) in serialize()
350 for (unsigned int i = 0; i < dictval.get_count (); i++) in calculate_serialized_size()
360 for (unsigned int i = 0; i < dictval.get_count (); i++) in calculate_serialized_size()
458 hb_codepoint_t get_count () const { return count; } in get_count() function
Dhb-ot-cff1-table.cc268 unsigned int n = env.argStack.get_count (); in process_seac()
357 unsigned int n = env.argStack.get_count (); in process_seac()
/external/u-boot/drivers/cpu/
Dcpu-uclass.c38 if (!ops->get_count) in cpu_get_count()
41 return ops->get_count(dev); in 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()
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,
Datmel_pit_timer.c72 .get_count = atmel_pit_get_count,
Dast_timer.c76 .get_count = ast_timer_get_count,
Domap-timer.c87 .get_count = omap_timer_get_count,
Daltera_timer.c79 .get_count = altera_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.h74 int (*get_count)(struct udevice *dev); member
/external/u-boot/arch/x86/cpu/qemu/
Dcpu.c30 .get_count = cpu_qemu_get_count,
/external/python/cpython3/Lib/test/
Dtest_gc.py284 a, b, c = gc.get_count()
286 d, e, f = gc.get_count()
303 a, b, c = gc.get_count()
306 d, e, f = gc.get_count()
309 g, h, i = gc.get_count()
/external/u-boot/arch/x86/cpu/
Dcpu_x86.c82 .get_count = cpu_x86_get_count,
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_violations.sh64 get_count() function
/external/llvm/test/CodeGen/ARM/
Dreadcyclecounter.ll12 define i64 @get_count() {

12