/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
H A D | ldso_cfi_check.c | 46 GET_COUNT get_count = NULL; variable 102 *(void **)(&get_count) = dlsym(handle, "get_count"); in cfi_slowpath_function_test_0002() 108 size_t count = (*get_count)(); in cfi_slowpath_function_test_0002() 114 EXPECT_EQ("cfi_slowpath_function_test_0002", ++count, (*get_count)()); in cfi_slowpath_function_test_0002() 135 *(void **)(&get_count) = dlsym(handle, "get_count"); in cfi_slowpath_function_test_0003() 142 size_t count = (*get_count)(); in cfi_slowpath_function_test_0003() 147 EXPECT_EQ("cfi_slowpath_function_test_0003", count, (*get_count)()); in cfi_slowpath_function_test_0003() 165 *(void **)(&get_count) in cfi_slowpath_function_test_0004() [all...] |
H A D | ldso_cfi_test_lib.c | 38 size_t get_count() { in get_count() function
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-cff-interp-cs-common.hh | 68 unsigned int nSubrs = get_count (); in init() 79 unsigned int get_count () const { return subrs ? subrs->count : 0; } 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 (); in hlineto() [all...] |
H A 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()
|
H A D | hb-subset-cff1.cc | 93 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count() function 96 if (i < base->get_count ()) in get_value() 99 return SUPER::values[i - base->get_count ()]; in get_value() 235 for (unsigned int i = env.arg_start; i < env.argStack.get_count (); i++) in flush_args() 352 for (unsigned int i = 0; i < env.callStack.get_count (); i++) in complete_parsed_str()
|
H A D | hb-cff-interp-common.hh | 453 unsigned int get_count () const { return count; } in get_count() function 576 for (unsigned int i = 0; i < get_count (); i++) in has_op() 581 unsigned get_count () const { return values.length; } in get_count() function 626 void clear_args () { pop_n_args (argStack.get_count ()); } in clear_args()
|
H A D | hb-cff2-interp-cs.hh | 240 unsigned int start = env.argStack.get_count () - ((k+1) * n); in process_blend() 242 if (unlikely (start > env.argStack.get_count ())) in process_blend()
|
H A D | hb-ot-cff1-table.cc | 371 unsigned int n = env.argStack.get_count (); in process_seac() 525 unsigned int n = env.argStack.get_count (); in process_seac() 589 unsigned int n = env.argStack.get_count (); in process_seac()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_misc.py | 1294 This tests a no-arg method (get_count) and a method with 1308 self.assertEqual(a.get_count(), b.get_count()) 1309 self.assertEqual(a.get_count(), 0) 1312 self.assertEqual(a.get_count(), b.get_count()) 1313 self.assertEqual(a.get_count(), 1) 1316 self.assertEqual(a.get_count(), b.get_count()) 1317 self.assertEqual(a.get_count(), [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | layout_array.rs | 67 pub get_count: rte_mempool_get_count, 136 ::std::ptr::addr_of!((*ptr).get_count) as usize - ptr as usize in bindgen_test_layout_rte_mempool_ops() 143 stringify!(get_count) in bindgen_test_layout_rte_mempool_ops() 163 self.get_count == other.get_count in eq()
|
/kernel/linux/linux-5.10/drivers/md/persistent-data/ |
H A D | dm-space-map.h | 42 int (*get_count)(struct dm_space_map *sm, dm_block_t b, uint32_t *result); member 100 return sm->get_count(sm, b, result); in dm_sm_get_count()
|
/kernel/linux/linux-6.6/drivers/md/persistent-data/ |
H A D | dm-space-map.h | 43 int (*get_count)(struct dm_space_map *sm, dm_block_t b, uint32_t *result); member 102 return sm->get_count(sm, b, result); in dm_sm_get_count()
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 03_01_flag_count.rs | 13 println!("verbose: {:?}", matches.get_count("verbose")); in main()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | layout_array.h | 63 rte_mempool_get_count get_count; /**< Get qty of available objs. */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.h | 42 u64 (*get_count)(struct ionic_lif *lif); member
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 48 int (*get_count)(unsigned int self_id, unsigned long long *count, member
|
H A D | cpupower-monitor.c | 181 } else if (s.get_count) { in print_results() 182 ret = s.get_count(s.id, &result, in print_results()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.h | 42 u64 (*get_count)(struct ionic_lif *lif); member
|
/kernel/linux/linux-6.6/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 48 int (*get_count)(unsigned int self_id, unsigned long long *count, member
|
H A D | cpupower-monitor.c | 181 } else if (s.get_count) { in print_results() 182 ret = s.get_count(s.id, &result, in print_results()
|
H A D | rapl_monitor.c | 62 rapl_zones[rapl_zone_count].get_count = rapl_get_count_uj; in powercap_count_zones()
|
/kernel/linux/linux-5.10/arch/x86/events/amd/ |
H A D | ibs.c | 100 u64 (*get_count)(u64 config); member 368 u64 count = perf_ibs->get_count(*config); in perf_ibs_event_update() 377 count = perf_ibs->get_count(*config); in perf_ibs_event_update() 570 .get_count = get_ibs_fetch_count, 596 .get_count = get_ibs_op_count,
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_violations.sh | 58 get_count() function 74 count2="$(get_count $search)" 99 count="$(get_count $search)" 117 count="$(get_count $search)" 135 count="$(get_count $search)"
|
/kernel/linux/linux-6.6/arch/x86/events/amd/ |
H A D | ibs.c | 97 u64 (*get_count)(u64 config); member 375 u64 count = perf_ibs->get_count(*config); in perf_ibs_event_update() 384 count = perf_ibs->get_count(*config); in perf_ibs_event_update() 678 .get_count = get_ibs_fetch_count, 703 .get_count = get_ibs_op_count,
|
/third_party/python/Lib/test/ |
H A D | test_gc.py | 363 # To minimize variations, though, we first store the get_count() results 368 a, b, c = gc.get_count() 370 d, e, f = gc.get_count() 375 # Between the two calls to get_count(), at least one object was 387 a, b, c = gc.get_count() 390 d, e, f = gc.get_count() 393 g, h, i = gc.get_count()
|