Home
last modified time | relevance | path

Searched refs:l_index (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/unicode-normalization/src/
Dnormalize.rs142 let l_index = s_index / N_COUNT; in decompose_hangul() localVariable
144 emit_char(char::from_u32_unchecked(L_BASE + l_index)); in decompose_hangul()
176 let l_index = a - L_BASE; in compose_hangul() localVariable
178 let lv_index = l_index * N_COUNT + v_index * T_COUNT; in compose_hangul()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dmatrix_test.cc190 auto l_index = DynamicSliceInMinorDims( in XLA_TEST_F() local
192 BatchDot(l_index, TransposeInMinorDims(row)); in XLA_TEST_F()
211 auto l_index = DynamicSliceInMinorDims( in XLA_TEST_F() local
213 Einsum(l_index, row, "abc,adc->abd"); in XLA_TEST_F()
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc364 const size_t l_index = debug_op_name.find('('); in ParseDebugOpName() local
366 if (l_index == string::npos && r_index == string::npos) { in ParseDebugOpName()
369 if (l_index == string::npos || l_index == 0 || in ParseDebugOpName()
375 *debug_op_name_proper = debug_op_name.substr(0, l_index); in ParseDebugOpName()
376 string arguments = debug_op_name.substr(l_index + 1, r_index - l_index - 1); in ParseDebugOpName()
/external/libnl/lib/route/link/
Dveth.c63 peer->l_index = ifi->ifi_index; in veth_parse()
97 nl_dump_line(p, "%u\n", peer->l_index); in veth_dump_details()
127 ifi.ifi_index = peer->l_index; in veth_put_attrs()
/external/libnl/lib/route/
Dlink.c609 link->l_index = ifi->ifi_index; in link_msg_parser()
919 nl_dump(p, "index %u ", link->l_index); in link_dump_details()
1091 uint32_t l_index; in link_keygen() member
1096 lkey.l_index = link->l_index; in link_keygen()
1102 link, lkey.l_index, lkey.l_family, lkey_sz, *hashkey); in link_keygen()
1116 diff |= LINK_DIFF(IFINDEX, a->l_index != b->l_index); in link_compare()
1313 if (link->l_index == ifindex) { in rtnl_link_get()
1514 ifindex = link->l_index; in rtnl_link_name2i()
1674 .ifi_index = link->l_index, in rtnl_link_build_add_request()
1737 .ifi_index = orig->l_index, in rtnl_link_build_change_request()
[all …]
Dtc.c317 if (!link->l_index) in rtnl_tc_set_link()
322 tc->tc_ifindex = link->l_index; in rtnl_tc_set_link()
Daddr.c882 addr->a_ifindex = link->l_index; in rtnl_addr_set_link()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_cluster_formation.cc330 int64_t l_index = llvm::cast<TF::TPUReplicatedInputOp>(l).index(); in SortTPUReplicatedInputsByIndex() local
332 if (l_index == -1 && r_index != -1) return false; in SortTPUReplicatedInputsByIndex()
333 if (r_index == -1 && l_index != -1) return true; in SortTPUReplicatedInputsByIndex()
334 return l_index < r_index; in SortTPUReplicatedInputsByIndex()
/external/libnl/include/netlink-private/
Dtypes.h198 uint32_t l_index; member
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c2346 …ay *pCentral_dir_array, const mz_zip_array *pCentral_dir_offsets, mz_uint l_index, mz_uint r_index) in mz_zip_reader_filename_less() argument
2348 …pCentral_dir_array, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_offsets, mz_uint32, l_index)), *pE; in mz_zip_reader_filename_less()
2699 …y *pCentral_dir_array, const mz_zip_array *pCentral_dir_offsets, mz_uint l_index, const char *pR, … in mz_zip_reader_filename_compare() argument
2701 …pCentral_dir_array, mz_uint8, MZ_ZIP_ARRAY_ELEMENT(pCentral_dir_offsets, mz_uint32, l_index)), *pE; in mz_zip_reader_filename_compare()