Searched refs:token1 (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xcmsdb/dist/ |
| H A D | loadData.c | 1500 char *keyword, *token1, *token2, *token3; 1551 token1 = strtok(NULL, DATA_DELIMS); 1552 if (token1 && (strcmp(token1, TXT_FORMAT_VERSION) != 0) && 1553 (strcmp(token1, "0.3") != 0)) { 1556 filename, TXT_FORMAT_VERSION, token1); 1574 token1 = strtok(NULL, DATA_DELIMS); 1576 if ((token1 == NULL) 1577 || ((VisualFlag = SCScrnClassOf(token1)) == -1)) { 1616 token1 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 1324 VGPU10OpcodeToken1 token1; local in function:emit_sample_opcode 1340 token1.value = 0; 1341 token1.opcodeType = VGPU10_EXTENDED_OPCODE_SAMPLE_CONTROLS; 1342 token1.offsetU = offsets[0]; 1343 token1.offsetV = offsets[1]; 1344 token1.offsetW = offsets[2]; 1349 emit_dword(emit, token1.value);
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_opt.c | 338 SiS_PrintOverruleDHM(ScrnInfoPtr pScrn, int token1, int token2) argument 344 pSiS->Options[SiS_FIFT(pSiS->Options, token1)].name,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_vgpu10.c | 2038 VGPU10OpcodeToken1 token1; local in function:emit_sample_opcode 2054 token1.value = 0; 2055 token1.opcodeType = VGPU10_EXTENDED_OPCODE_SAMPLE_CONTROLS; 2056 token1.offsetU = offsets[0]; 2057 token1.offsetV = offsets[1]; 2058 token1.offsetW = offsets[2]; 2063 emit_dword(emit, token1.value);
|
Completed in 29 milliseconds