Home | History | Annotate | Download | only in libcpu

Lines Matching refs:search

116 #include <search.h>
1736 struct suffix search = { .name = (yyvsp[(5) - (6)].field)->name };
1737 if (tfind (&search, &suffixes, compare_suf)
1771 struct known_bitfield search;
1772 search.name = (yyvsp[(1) - (1)].str);
1774 res = tfind (&search, &bitfields, bitfield_compare);
1778 i386_lineno, search.name);
1868 struct known_bitfield search;
1869 search.name = (yyvsp[(1) - (1)].str);
1871 res = tfind (&search, &bitfields, bitfield_compare);
1875 i386_lineno, search.name);
1956 struct known_bitfield search;
1957 search.name = (yyvsp[(1) - (1)].str);
1959 res = tfind (&search, &bitfields, bitfield_compare);
1975 i386_lineno, search.name);
2522 struct synonym search = { .from = fieldname };
2524 struct synonym **res = tfind (&search, &synonyms, compare_syn);
2624 struct argstring search = { .str = runp->operands[i].fct };
2625 if (tfind (&search, &fct_names[i], compare_argstring) == NULL)
2637 search.str = runp->operands[i].str;
2638 if (tfind (&search, &strs[i], compare_argstring) == NULL)
2921 struct argstring search = { .str = instr->operands[i].fct };
2922 struct argstring **res = tfind (&search, &fct_names[i],
2932 struct argstring search = { .str = instr->operands[i].str };
2933 struct argstring **res = tfind (&search, &strs[i],