Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/epl/
Dglobal.h156 #define CONST const // variables mapped to ROM (i.e. flash) macro
190 #define CONST const // variables mapped to ROM (i.e. flash) macro
247 #define CONST const // variables mapped to ROM (i.e. flash) macro
279 #define CONST const // variables mapped to ROM (i.e. flash) macro
314 #define CONST const // variables mapped to ROM (i.e. flash) macro
349 #define CONST const // variables mapped to ROM (i.e. flash) macro
392 #define CONST const // variables mapped to ROM (i.e. flash) macro
443 #define CONST const // variables mapped to ROM (i.e. flash) macro
475 #define CONST const // variables mapped to ROM (i.e. flash) macro
511 #define CONST const // variables mapped to ROM (i.e. flash) macro
[all …]
DEplObd.c2217 if ((CONST void ROM *)pData != (CONST void ROM *)NULL) { in EplObdGetObjectSize()
2221 ((CONST tEplObdVString ROM *) pData)-> in EplObdGetObjectSize()
2241 if ((CONST void ROM *)pData != (CONST void ROM *)NULL) { in EplObdGetObjectSize()
2245 ((CONST tEplObdOString ROM *) pData)-> in EplObdGetObjectSize()
Ddemo_main.c151 CONST BYTE abMacAddr[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.h61 CONST, enumerator
Daicasm_gram.y457 if (symbol->type != CONST) {
718 case CONST:
745 $2->type = CONST;
896 if ($3->type != CONST) {
1527 case CONST: in initialize_symbol()
Daicasm_symbol.c115 case CONST: in symbol_delete()
511 case CONST: in symtable_dump()