HomeSort by: relevance | last modified time | path
    Searched defs:allones (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 78 static symbol_ref_t allones;
355 | allones
545 allones: label
548 if (allones.symbol != NULL) {
549 stop("Only one definition of allones allowed",
553 allones.symbol = cur_symbol;
1202 format_1_instr(AIC_OP_ADD, &none, &immed, &allones, $2);
1209 format_1_instr(AIC_OP_ADD, &$2, &immed, &allones, $3);
1643 if (src->symbol == allones.symbol)
  /src/usr.sbin/mountd/
mountd.c 223 static int allones(struct sockaddr_storage *, int);
1591 allones(struct sockaddr_storage *ssp, int bitlen) function
2022 if (allones(&ss, grp->gr_ptr.gt_net.nt_len) != 0) {
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-intrinsic.cc 7582 tree arg, allones, type, utype, res, cond, bitsize; local
7594 allones = fold_build1_loc (input_location, BIT_NOT_EXPR, utype,
7602 res = fold_build2_loc (input_location, LSHIFT_EXPR, utype, allones,
7615 res = fold_build2_loc (input_location, LSHIFT_EXPR, utype, allones,
7624 cond, allones, res);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-intrinsic.cc 7607 tree arg, allones, type, utype, res, cond, bitsize; local
7619 allones = fold_build1_loc (input_location, BIT_NOT_EXPR, utype,
7627 res = fold_build2_loc (input_location, LSHIFT_EXPR, utype, allones,
7640 res = fold_build2_loc (input_location, LSHIFT_EXPR, utype, allones,
7649 cond, allones, res);

Completed in 50 milliseconds