Searched refs:negate (Results 1 – 3 of 3) sorted by relevance
885 smallint negate; in compile_fs_type() local902 negate = 0; in compile_fs_type()905 negate = 1; in compile_fs_type()908 negate = 1; in compile_fs_type()917 G.fs_type_flag[num] = negate ? FS_TYPE_FLAG_NEGOPT : FS_TYPE_FLAG_OPT; in compile_fs_type()920 G.fs_type_negated = negate; in compile_fs_type()921 if (G.fs_type_negated != negate) in compile_fs_type()
954 int negate = 0; in test_main() local981 res ^= negate; in test_main()1010 negate ^= 1; in test_main()
11853 int negate; in pipeline() local11855 negate = 0; in pipeline()11858 negate = !negate; in pipeline()11881 if (negate) { in pipeline()