HomeSort by relevance Sort by last modified time
    Searched defs:l_index (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/debug/
debug_graph_utils.cc 331 const size_t l_index = debug_op_name.find('('); local
333 if (l_index == string::npos && r_index == string::npos) {
336 if (l_index == string::npos || l_index == 0 ||
342 *debug_op_name_proper = debug_op_name.substr(0, l_index);
343 string arguments = debug_op_name.substr(l_index + 1, r_index - l_index - 1);
  /external/libnl/lib/route/
link.c 504 link->l_index = ifi->ifi_index;
721 nl_dump(p, "index %u ", link->l_index);
884 uint32_t l_index; member in struct:link_hash_key
889 lkey.l_index = link->l_index;
895 link, lkey.l_index, lkey.l_family, lkey_sz, *hashkey);
909 diff |= LINK_DIFF(IFINDEX, a->l_index != b->l_index);
1061 if (link->l_index == ifindex) {
    [all...]
  /external/libnl/include/netlink-private/
types.h 164 uint32_t l_index; member in struct:rtnl_link

Completed in 571 milliseconds