Home
last modified time | relevance | path

Searched refs:get_count (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/functionalext/ldso_cfi/
H A Dldso_cfi_check.c46 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 Dldso_cfi_test_lib.c38 size_t get_count() { in get_count() function
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-cff-interp-cs-common.hh68 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 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()
H A Dhb-subset-cff1.cc93 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 Dhb-cff-interp-common.hh453 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 Dhb-cff2-interp-cs.hh240 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 Dhb-ot-cff1-table.cc371 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()
H A Dhb-subset-cff2.cc102 for (unsigned int i = 0; i < env.argStack.get_count ();) in flush_args()
107 if (unlikely (!((arg.numValues > 0) && (env.argStack.get_count () >= arg.numValues)))) in flush_args()
H A Dhb-ot-var-gvar-table.hh219 return (index < var_data->tupleVarCount.get_count ()) && in is_valid()
361 unsigned int get_count () const { return (*this) & CountMask; } in get_count() function
H A Dhb-subset-cff-common.hh369 unsigned int parsed_len = get_count (); in add_call_op()
929 for (unsigned int i = 0; i < str.get_count(); i++) in encode_str()
H A Dhb-ot-cff1-table.hh964 unsigned get_count () const { return base->get_count (); }
H A Dhb-ot-cff-common.hh375 for (unsigned int i = 0; i < dictval.get_count (); i++) in serialize()
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py1294 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 Dlayout_array.rs67 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()
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D03_01_flag_count.rs13 println!("verbose: {:?}", matches.get_count("verbose")); in main()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h63 rte_mempool_get_count get_count; /**< Get qty of available objs. */ member
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/
H A Dima_violations.sh58 get_count() function
74 count2="$(get_count $search)"
99 count="$(get_count $search)"
117 count="$(get_count $search)"
135 count="$(get_count $search)"
/third_party/python/Lib/test/
H A Dtest_gc.py363 # 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()
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs136 /// matches.get_count("flag"), in get_one()
141 pub fn get_count(&self, id: &str) -> u8 { in get_one() functions
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp638 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_count); in getCount()

Completed in 21 milliseconds