Searched defs:llc (Results 1 - 4 of 4) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
H A D | if_fc.h | 46 __u8 llc; /* LLC control field */ member in struct:fcllc
|
/external/llvm/utils/ |
H A D | update_llc_test_checks.py | 5 This script is a utility to update LLVM X86 'llc' based test cases with new 19 def llc(args, cmd_args, ir): function 60 parser.add_argument('--llc-binary', default='llc', 61 help='The "llc" binary to use to generate the test case') 93 if not llc_cmd.startswith('llc '): 94 print >>sys.stderr, 'WARNING: Skipping non-llc RUN line: ' + l 101 llc_cmd_args = llc_cmd[len('llc'):].strip() 119 print >>sys.stderr, 'Extracted LLC cmd: llc ' + llc_args 121 raw_asm = llc(arg [all...] |
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
H A D | ebt_802_3.h | 52 } llc; member in struct:ebt_802_3_hdr
|
/external/libnfc-nxp/Linux_x86/ |
H A D | phOsalNfc.c | 177 char llc[40] = ""; local 191 snprintf(&llc[0], sizeof(llc), "I %d (%d)", ns, nr); 204 snprintf(&llc[0], sizeof(llc), "S %s (%d)", type, nr); 207 snprintf(&llc[0], sizeof(llc), "U"); 209 snprintf(&llc[0], sizeof(llc), "???"); 213 ALOGD("> %s:%s\t%s", pString, print_buffer, llc); [all...] |
Completed in 2974 milliseconds