Home
last modified time | relevance | path

Searched refs:line_col (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dbpf.h3047 #define BPF_LINE_INFO_LINE_NUM(line_col) ((line_col) >> 10) argument
3048 #define BPF_LINE_INFO_LINE_COL(line_col) ((line_col) & 0x3ff) argument
3054 __u32 line_col; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc406 auto line_col = lexer_.GetLineAndColumn(loc); in Error() local
407 const unsigned line = line_col.first; in Error()
408 const unsigned col = line_col.second; in Error()