/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()
|
H A D | hb-subset-cff2.cc | 102 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 D | hb-ot-var-gvar-table.hh | 219 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 D | hb-subset-cff-common.hh | 369 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 D | hb-ot-cff1-table.hh | 964 unsigned get_count () const { return base->get_count (); }
|
H A D | hb-ot-cff-common.hh | 375 for (unsigned int i = 0; i < dictval.get_count (); i++) in serialize()
|
/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()
|
/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
|
/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)"
|
/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()
|
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | arg_matches.rs | 136 /// 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 D | DIARawSymbol.cpp | 638 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_count); in getCount()
|