Searched refs:cindex (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | adm1275.c | 475 int vindex = -1, voindex = -1, cindex = -1, pindex = -1; in adm1275_probe() local 568 cindex = 1; in adm1275_probe() 572 cindex = 2; in adm1275_probe() 594 cindex = (config & ADM1272_IRANGE) ? 3 : 2; in adm1275_probe() 644 cindex = 2; in adm1275_probe() 663 cindex = 2; in adm1275_probe() 680 cindex = 1; in adm1275_probe() 732 cindex = 3; in adm1275_probe() 735 cindex = 4; in adm1275_probe() 738 cindex = 5; in adm1275_probe() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | fib_trie.c | 852 unsigned long cindex = get_index(tn->key, tp); in resize() local 862 BUG_ON(tn != get_child(tp, cindex)); in resize() 877 tn = get_child(tp, cindex); in resize() 900 tn = get_child(tp, cindex); in resize() 1408 t_key cindex; in fib_table_lookup() local 1411 cindex = 0; in fib_table_lookup() 1413 n = get_child_rcu(pn, cindex); in fib_table_lookup() 1453 cindex = index; in fib_table_lookup() 1493 while (!cindex) { in fib_table_lookup() 1510 cindex = get_index(pkey, pn); in fib_table_lookup() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | values.c | 188 int tindex, cindex; in perf_read_values_add_value() local 193 cindex = perf_read_values__findnew_counter(values, rawid, name); in perf_read_values_add_value() 194 if (cindex < 0) in perf_read_values_add_value() 195 return cindex; in perf_read_values_add_value() 197 values->value[tindex][cindex] += value; in perf_read_values_add_value()
|
| /OK3568_Linux_fs/buildroot/package/xml-security-c/ |
| H A D | Config.in | 14 https://santuario.apache.org/cindex.html
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_struct.h | 108 u64 cindex : 20; member 118 u64 cindex : 20; 397 u64 cindex : 20; member 407 u64 cindex : 20;
|
| H A D | rvu_npa.c | 88 inst.cindex = req->aura_id; in rvu_npa_aq_enq_inst()
|
| H A D | rvu_nix.c | 702 inst.cindex = req->qidx; in rvu_nix_aq_enq_inst()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | xmit.c | 276 int index, cindex; in ath_tx_update_baw() local 282 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_update_baw() 284 __clear_bit(cindex, tid->tx_buf); in ath_tx_update_baw() 299 int index, cindex; in ath_tx_addto_baw() local 305 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw() 306 __set_bit(cindex, tid->tx_buf); in ath_tx_addto_baw() 311 tid->baw_tail = cindex; in ath_tx_addto_baw()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | target.def | 1860 @cindex @code{vec_perm@var{m}} instruction pattern\n\ 2284 "@cindex inlining\n\ 2874 @cindex @code{TARGET_ENCODE_SECTION_INFO} and address validation\n\ 2883 @cindex @code{GO_IF_LEGITIMATE_ADDRESS}\n\ 3094 @cindex @code{SYMBOL_REF_FLAG}, in @code{TARGET_ENCODE_SECTION_INFO}\n\ 4877 @cindex @file{stdarg.h} and register arguments\n\ 4884 @cindex @code{TARGET_MUST_PASS_IN_STACK}, and @code{TARGET_FUNCTION_ARG}\n\ 4885 @cindex @code{REG_PARM_STACK_SPACE}, and @code{TARGET_FUNCTION_ARG}\n\ 5830 @cindex register pairs\n\ 6037 @cindex disabling certain registers\n\ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | target.def | 1860 @cindex @code{vec_perm@var{m}} instruction pattern\n\ 2284 "@cindex inlining\n\ 2874 @cindex @code{TARGET_ENCODE_SECTION_INFO} and address validation\n\ 2883 @cindex @code{GO_IF_LEGITIMATE_ADDRESS}\n\ 3094 @cindex @code{SYMBOL_REF_FLAG}, in @code{TARGET_ENCODE_SECTION_INFO}\n\ 4877 @cindex @file{stdarg.h} and register arguments\n\ 4884 @cindex @code{TARGET_MUST_PASS_IN_STACK}, and @code{TARGET_FUNCTION_ARG}\n\ 4885 @cindex @code{REG_PARM_STACK_SPACE}, and @code{TARGET_FUNCTION_ARG}\n\ 5830 @cindex register pairs\n\ 6037 @cindex disabling certain registers\n\ [all …]
|