HomeSort by: relevance | last modified time | path
    Searched defs:word1 (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/xgc/dist/
interpret.c 29 char word1[20], word2[80]; local
32 sscanf(string,"%s",word1);
33 if (!strcmp(word1,"run")) run_test();
36 sscanf(string,"%s %s",word1,word2);
39 /* So word1 is the first word on the line and word2 is the second.
42 if (!strcmp(word1,TestStuff.choice.text)) {
50 else if (!strcmp(word1,FunctionStuff.choice.text)) {
58 else if (!strcmp(word1,LinestyleStuff.choice.text)) {
66 else if (!strcmp(word1,"linewidth"))
68 else if (!strcmp(word1,CapstyleStuff.choice.text))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
codegen.h 353 unsigned word1 : 32; member in struct:__anon1304::__anon1306
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
codegen.h 352 unsigned word1 : 32; member in struct:__anon3770::__anon3772
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
midgard.h 402 uint64_t word1 : 60; member in struct:__anon3918
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard.h 780 uint64_t word1 : 60; member in struct:__anon2841
  /xsrc/external/mit/MesaLib/src/panfrost/lib/genxml/
v6_pack.h 4734 uint32_t word1; member in struct:MALI_TILER_STATE
4759 cl[ 1] = __gen_uint(values->word1, 0, 31);
4784 values->word1 = __gen_unpack_uint(cl, 32, 63);
4805 fprintf(fp, "%*sWord1: %u\n", indent, "", values->word1);
4880 cl[33] = __gen_uint(values->state.word1, 0, 31);
4948 values->state.word1 = __gen_unpack_uint(cl, 1056, 1087);
v7_pack.h 4790 uint32_t word1; member in struct:MALI_TILER_STATE
4815 cl[ 1] = __gen_uint(values->word1, 0, 31);
4840 values->word1 = __gen_unpack_uint(cl, 32, 63);
4861 fprintf(fp, "%*sWord1: %u\n", indent, "", values->word1);
4936 cl[33] = __gen_uint(values->state.word1, 0, 31);
5004 values->state.word1 = __gen_unpack_uint(cl, 1056, 1087);

Completed in 23 milliseconds