/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 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 …]
|
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 | 92 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()
|
D | hb-cff-interp-common.hh | 496 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()
|
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()
|
D | hb-subset-cff-common.hh | 416 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()
|
D | hb-ot-cff-common.hh | 335 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
|
D | hb-ot-cff1-table.cc | 268 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/ |
D | cpu-uclass.c | 38 if (!ops->get_count) in cpu_get_count() 41 return ops->get_count(dev); in 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 | 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 | atmel_pit_timer.c | 72 .get_count = atmel_pit_get_count,
|
D | ast_timer.c | 76 .get_count = ast_timer_get_count,
|
D | omap-timer.c | 87 .get_count = omap_timer_get_count,
|
D | altera_timer.c | 79 .get_count = altera_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 | 74 int (*get_count)(struct udevice *dev); member
|
/external/u-boot/arch/x86/cpu/qemu/ |
D | cpu.c | 30 .get_count = cpu_qemu_get_count,
|
/external/python/cpython3/Lib/test/ |
D | test_gc.py | 284 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/ |
D | cpu_x86.c | 82 .get_count = cpu_x86_get_count,
|
/external/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_violations.sh | 64 get_count() function
|
/external/llvm/test/CodeGen/ARM/ |
D | readcyclecounter.ll | 12 define i64 @get_count() {
|