Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Dasn1_compiler.c353 unsigned tix, lineno; in tokenise() local
363 tix = 0; in tokenise()
410 tokens[tix].line = lineno; in tokenise()
411 tokens[tix].value = p; in tokenise()
423 tokens[tix].size = q - p; in tokenise()
429 if (islower(tokens[tix].value[0])) { in tokenise()
430 tokens[tix++].token_type = TOKEN_ELEMENT_NAME; in tokenise()
437 dir = bsearch(&tokens[tix], directives, in tokenise()
442 tokens[tix++].token_type = dir - directives; in tokenise()
446 tokens[tix++].token_type = TOKEN_TYPE_NAME; in tokenise()
[all …]
/linux-4.1.27/drivers/scsi/
Dadvansys.c297 #define ASC_TIX_TO_TARGET_ID(tix) (0x01 << ((tix) & ASC_MAX_TID)) argument
298 #define ASC_TIX_TO_TID(tix) ((tix) & ASC_MAX_TID) argument
300 #define ASC_TIX_TO_LUN(tix) (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN) argument