/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | mtab.c | 108 char *eq = strchr(instr, '='); in haseq() local 127 char *eq = str + strlen(opt); /* Look at char just after option */ in hasmnteq() local 173 char *eq, *endptr; in hasmntvalerr() local 228 char *eq = hasmnteq(mnt, opt); in hasmntstr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRangeUtils.h | 33 if (unsigned eq = VNIClasses[I->valno->id]) { in DistributeRange() local 48 if (unsigned eq = VNIClasses[i]) { in DistributeRange() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | putenv.c | 56 const char *eq = (const char *)strchr(string, '='); in putenv() local
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_constraint_private.h | 11 int eq; member
|
H A D | basis_reduction_templ.c | 332 isl_mat *eq; in isl_basic_set_reduced_basis() local
|
H A D | isl_sample.c | 156 struct isl_mat *eq; in tab_equalities() local 203 struct isl_mat *eq; in initial_basis() local 1091 struct isl_mat *eq; in isl_tab_set_initial_basis_with_cone() local
|
H A D | isl_constraint.c | 45 __isl_give isl_constraint *isl_constraint_alloc_vec(int eq, in isl_constraint_alloc_vec() 69 __isl_give isl_constraint *isl_constraint_alloc(int eq, in isl_constraint_alloc() 91 int eq; in isl_basic_map_constraint() local 1274 static __isl_give isl_constraint *isl_constraint_alloc_aff(int eq, in isl_constraint_alloc_aff()
|
H A D | isl_map_simplify.c | 303 unsigned pos, isl_int *eq, int keep_divs, int *progress) in eliminate_var_using_equality() 367 isl_int *eq, unsigned div, int keep_divs) in eliminate_div() 386 static isl_bool ok_to_eliminate_div(__isl_keep isl_basic_map *bmap, isl_int *eq, in ok_to_eliminate_div() 498 int eq, unsigned first, unsigned n) in bmap_eq_involves_unknown_divs() 546 int div, int eq, int *progress) in set_div_from_eq() 824 struct isl_blk eq; in remove_duplicate_divs() local 2810 isl_mat *eq; in uset_gist() local 2902 __isl_take isl_space *space, __isl_take isl_mat *eq) in basic_map_from_equalities() 3263 isl_basic_set *bset, *eq; in isl_basic_map_gist() local 5416 isl_mat *eq, *T, *T2; in isl_basic_map_reduce_coefficients() local
|
/netbsd-src/external/bsd/less/dist/lesstest/ |
H A D | env.c | 118 const char* eq = strchr(ename, '='); in env_setup() local 131 const char* eq = strchr(ename, '='); in get_envp() local
|
/netbsd-src/sys/dev/qbus/ |
H A D | qduser.h | 212 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail) argument 213 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head]) argument 223 #define GETEND(eq) (++(eq)->header.head >= (eq)->header.size ? \ argument 231 #define ISFULL(eq) ((eq)->header.tail+1 == (eq)->header.head || \ argument 237 #define PUTBEGIN(eq) (&(eq)->header.events[(eq)->header.tail]) argument 247 #define PUTEND(eq) (++(eq)->header.tail >= (eq)->header.size ? \ argument
|
/netbsd-src/sys/arch/vax/include/ |
H A D | qduser.h | 219 #define ISEMPTY(eq) ((eq)->header.head == (eq)->header.tail) argument 220 #define GETBEGIN(eq) (&(eq)->header.events[(eq)->header.head]) argument 230 #define GETEND(eq) ( argument 238 ISFULL(eq) global() argument 244 PUTBEGIN(eq) global() argument 254 PUTEND(eq) global() argument [all...] |
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | test_canon.c | 111 krb5_boolean eq; in main() local
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_102.c | 32 eq(int x) in eq() function
|
/netbsd-src/usr.bin/xlint/lint2/ |
H A D | chk.c | 238 bool dowarn, eq; in chkvtui() local 296 bool eq, dowarn; in chkvtdi() local 1115 bool osdef, eq, dowarn; check_argument_declarations() local [all...] |
/netbsd-src/games/cribbage/ |
H A D | cards.c | 91 eq(CARD a, CARD b) in eq() function
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | agm.c | 120 mpfr_prec_t eq; in mpfr_agm() local
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | opts.c | 483 char *eq = strchr(f, '='); in split_opts() local 548 char *eq = strchr(f, '='); in eval_selectors() local 775 char *eq = strchr(f, '='); in strip_selectors() local
|
H A D | am_ops.c | 327 char *eq; /* pointer to whatever follows '=' within temp */ in merge_opts() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | iteration.d | 1900 alias eq = binaryFun!((a, b) => unaryFun!pred(a) == unaryFun!pred(b)); variable 1902 alias eq = binaryFun!pred; variable 1974 private struct ChunkByGroup(alias eq, Range, bool eqEquivalenceAssured) in ChunkByGroup() 2078 private struct ChunkByImpl(alias pred, alias eq, GroupingOpType opType, Range) in ChunkByImpl() 2352 alias eq = binaryFun!((a, b) => unaryFun!pred(a) == unaryFun!pred(b)); variable 2357 alias eq = binaryFun!pred; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | char_traits.h | 106 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
|
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | parameters.c | 354 char *ptr, *eq, *value; in param_text_print() local 678 char *ptr, *eq; in param_text_parse() local
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | char_traits.h | 121 eq(const char_type& __c1, const char_type& __c2) in _GLIBCXX_VISIBILITY() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stackdepot.cpp | 33 bool eq(hash_type hash, const args_type &args) const { in eq() function
|
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/ |
H A D | test_translation_unit.py | 130 def eq(expected, actual): function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_chained_origin_depot.cc | 32 bool eq(u32 hash, const args_type &args) const { in eq() function
|