Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Dasn1_compiler.c350 unsigned tix, lineno; in tokenise() local
360 tix = 0; in tokenise()
407 tokens[tix].line = lineno; in tokenise()
420 tokens[tix].size = q - p; in tokenise()
423 tokens[tix].content = malloc(tokens[tix].size + 1); in tokenise()
424 if (!tokens[tix].content) { in tokenise()
428 memcpy(tokens[tix].content, start, tokens[tix].size); in tokenise()
429 tokens[tix].content[tokens[tix].size] = 0; in tokenise()
434 if (islower(tokens[tix].content[0])) { in tokenise()
435 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()
[all …]
/Linux-v5.4/drivers/scsi/
Dadvansys.c249 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID)) argument
250 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID) argument
252 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN) argument