Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dasn1_compiler.c354 unsigned tix, lineno; in tokenise() local
364 tix = 0; in tokenise()
411 tokens[tix].line = lineno; in tokenise()
424 tokens[tix].size = q - p; in tokenise()
427 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
428 if (!tokens[tix].content) { in tokenise()
432 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
433 tokens[tix].content[tokens[tix].size] = 0; in tokenise()
438 if (islower(tokens[tix].content[0])) { in tokenise()
439 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()
[all …]
/Linux-v4.19/drivers/scsi/
Dadvansys.c253 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID)) argument
254 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID) argument
256 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN) argument