Searched defs:small (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmrhoist.c1107 int MR_tree_equ(Tree *big, Tree *small) { argument
1109 int MR_tree_equ(big,small)
1111 Tree *small;
1120 if (small == NULL && big == NULL) return 1;
1121 if (small == NULL) return 0;
1124 if (small->token == ALT) {
1125 require(small->right == NULL,
1126 "MR_tree_equ: small: ALT node has siblings");
1127 return MR_tree_equ(big,small->down);
1132 return MR_tree_equ(big->down,small);
[all...]
/vbox/src/recompiler/tcg/i386/
H A Dtcg-target.c794 static void tcg_out_jxx(TCGContext *s, int opc, int label_index, int small) argument
810 if (small) {
821 } else if (small) {
857 int label_index, int small)
860 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
866 int label_index, int small)
869 tcg_out_jxx(s, tcg_cond_to_jcc[cond], label_index, small);
875 const int *const_args, int small)
884 args[5], small);
888 args[5], small);
855 tcg_out_brcond32(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int small) argument
864 tcg_out_brcond64(TCGContext *s, TCGCond cond, TCGArg arg1, TCGArg arg2, int const_arg2, int label_index, int small) argument
874 tcg_out_brcond2(TCGContext *s, const TCGArg *args, const int *const_args, int small) argument
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcndr.h119 #define small char macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcndr.h107 #define small char macro

Completed in 677 milliseconds