HomeSort by: relevance | last modified time | path
    Searched refs:fgrp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
parsecpu.awk 176 for (fgrp in fgroup) {
177 print "#define ISA_"fgrp " \\"
183 if (bitsep[1] == fgrp) {
595 fgrp = $3
596 if (fgrp in fgroup) fatal("feature group " fgrp " already defined")
597 if (fgrp in features) fatal("feature group " fgrp " aliases a feature")
602 fgrp_bits[fgrp,feat] = 1
605 # to our bits. To avoid recursion we don't set fgroup[fgrp]
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
parsecpu.awk 176 for (fgrp in fgroup) {
177 print "#define ISA_"fgrp " \\"
183 if (bitsep[1] == fgrp) {
595 fgrp = $3
596 if (fgrp in fgroup) fatal("feature group " fgrp " already defined")
597 if (fgrp in features) fatal("feature group " fgrp " aliases a feature")
602 fgrp_bits[fgrp,feat] = 1
605 # to our bits. To avoid recursion we don't set fgroup[fgrp]
    [all...]
  /src/sys/dev/hdaudio/
hdaudio.c 705 uint32_t vid, snc, fgrp; local
750 fgrp = hdaudio_command(co, nid, CORB_GET_PARAMETER,
752 switch (fgrp & 0xff) {

Completed in 55 milliseconds