| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | lcl_pw.c | 296 #define SCALAR(v) if (t + sizeof v >= l) return (0); else \ in hashpw() macro 300 SCALAR(pvt->passwd.pw_uid); in hashpw() 301 SCALAR(pvt->passwd.pw_gid); in hashpw() 302 SCALAR(pvt->passwd.pw_change); in hashpw() 307 SCALAR(pvt->passwd.pw_expire); in hashpw()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-structalias.c | 496 enum constraint_expr_type {SCALAR, DEREF, ADDRESSOF}; enumerator 1268 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_pred_graph() 1274 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_pred_graph() 1354 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_succ_graph() 1359 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_succ_graph() 1832 gcc_checking_assert (c->rhs.type == SCALAR && c->lhs.type == SCALAR in do_complex_constraint() 2962 tmp.type = SCALAR; in new_scalar_tmp_constraint_exp() 2995 cexpr.type = SCALAR; in get_constraint_for_ssa_var() 3025 cexpr.type = SCALAR; in get_constraint_for_ssa_var() 3033 cexpr.type = SCALAR; in get_constraint_for_ssa_var() [all …]
|
| H A D | pretty-print.h | 326 #define pp_scalar(PP, FORMAT, SCALAR) \ argument 329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
|
| H A D | gengtype-lex.l | 139 return SCALAR;
|
| H A D | gengtype-parse.c | 298 const char *id = require4 (SCALAR, ID, '*', ','); in require_template_declaration() 882 case SCALAR: in type()
|
| H A D | gengtype.h | 469 SCALAR, enumerator
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-structalias.cc | 504 enum constraint_expr_type {SCALAR, DEREF, ADDRESSOF}; enumerator 1298 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_pred_graph() 1304 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_pred_graph() 1384 if (rhs.offset == 0 && lhs.offset == 0 && rhs.type == SCALAR) in build_succ_graph() 1389 if (rhs.offset == 0 && lhs.offset == 0 && lhs.type == SCALAR) in build_succ_graph() 1804 gcc_checking_assert (c->rhs.type == SCALAR && c->lhs.type == SCALAR in do_complex_constraint() 2967 tmp.type = SCALAR; in new_scalar_tmp_constraint_exp() 3000 cexpr.type = SCALAR; in get_constraint_for_ssa_var() 3030 cexpr.type = SCALAR; in get_constraint_for_ssa_var() 3038 cexpr.type = SCALAR; in get_constraint_for_ssa_var() [all …]
|
| H A D | pretty-print.h | 326 #define pp_scalar(PP, FORMAT, SCALAR) \ argument 329 sprintf (pp_buffer (PP)->digit_buffer, FORMAT, SCALAR); \
|
| H A D | gengtype-lex.l | 142 return SCALAR;
|
| H A D | gengtype-parse.cc | 298 const char *id = require4 (SCALAR, ID, '*', ','); in require_template_declaration() 882 case SCALAR: in type()
|
| H A D | gengtype.h | 480 SCALAR, enumerator
|
| H A D | gengtype-lex.cc | 1783 return SCALAR;
|
| H A D | ChangeLog-2007 | 24854 returning SCALAR. 24855 * gengtype-yacc.y: Type of SCALAR is string. Call 24856 create_scalar_type from type:SCALAR rule. Adjust for removal of
|
| /netbsd-src/lib/libc/gen/ |
| H A D | getpwent.c | 277 #define SCALAR(v) MACRO(memmove(&(v), p, sizeof v); p += sizeof v;) in _pw_getkey() macro 280 SCALAR(pw->pw_uid); in _pw_getkey() 281 SCALAR(pw->pw_gid); in _pw_getkey() 284 SCALAR(tmp); in _pw_getkey() 287 SCALAR(pw->pw_change); in _pw_getkey() 294 SCALAR(tmp); in _pw_getkey() 297 SCALAR(pw->pw_expire); in _pw_getkey() 301 SCALAR(*pwflags); in _pw_getkey()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | README.txt | 1164 [SCALAR PRE]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-arm.c | 17949 NEON_ENCODE (SCALAR, inst); in do_neon_mac_maybe_scalar() 18130 NEON_ENCODE (SCALAR, inst); in do_neon_qdmulh() 18565 NEON_ENCODE (SCALAR, inst); in do_neon_qrdmlah() 19724 NEON_ENCODE (SCALAR, inst); in neon_mac_reg_scalar_long() 19995 NEON_ENCODE (SCALAR, inst); in do_neon_dup()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-arm.c | 17979 NEON_ENCODE (SCALAR, inst); in do_neon_mac_maybe_scalar() 18160 NEON_ENCODE (SCALAR, inst); in do_neon_qdmulh() 18595 NEON_ENCODE (SCALAR, inst); in do_neon_qrdmlah() 19744 NEON_ENCODE (SCALAR, inst); in neon_mac_reg_scalar_long() 20015 NEON_ENCODE (SCALAR, inst); in do_neon_dup()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-expr.c | 5596 enum {MISSING = 0, ELEMENTAL, SCALAR, SCALAR_POINTER, ARRAY}; in gfc_conv_procedure_call() enumerator 6602 case (SCALAR): in gfc_conv_procedure_call()
|
| H A D | intrinsic.texi | 1087 @code{ALLOCATED(ARRAY)} and @code{ALLOCATED(SCALAR)} check the allocation 1088 status of @var{ARRAY} and @var{SCALAR}, respectively. 1091 Fortran 90 and later. Note, the @code{SCALAR=} keyword and allocatable 1100 @item @code{RESULT = ALLOCATED(SCALAR)} 1106 @item @var{SCALAR} @tab The argument shall be an @code{ALLOCATABLE} scalar.
|
| H A D | gfortran.info | 7948 'ALLOCATED(ARRAY)' and 'ALLOCATED(SCALAR)' check the allocation 7949 status of ARRAY and SCALAR, respectively. 7952 Fortran 90 and later. Note, the 'SCALAR=' keyword and allocatable 7960 'RESULT = ALLOCATED(SCALAR)' 7964 SCALAR The argument shall be an 'ALLOCATABLE' scalar.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-expr.cc | 6030 enum {MISSING = 0, ELEMENTAL, SCALAR, SCALAR_POINTER, ARRAY}; in gfc_conv_procedure_call() enumerator 7076 case (SCALAR): in gfc_conv_procedure_call()
|
| H A D | intrinsic.texi | 1083 @code{ALLOCATED(ARRAY)} and @code{ALLOCATED(SCALAR)} check the allocation 1084 status of @var{ARRAY} and @var{SCALAR}, respectively. 1087 Fortran 90 and later. Note, the @code{SCALAR=} keyword and allocatable 1096 @item @code{RESULT = ALLOCATED(SCALAR)} 1102 @item @var{SCALAR} @tab The argument shall be an @code{ALLOCATABLE} scalar.
|
| H A D | gfortran.info | 7628 'ALLOCATED(ARRAY)' and 'ALLOCATED(SCALAR)' check the allocation 7629 status of ARRAY and SCALAR, respectively. 7632 Fortran 90 and later. Note, the 'SCALAR=' keyword and allocatable 7640 'RESULT = ALLOCATED(SCALAR)' 7644 SCALAR The argument shall be an 'ALLOCATABLE' scalar.
|
| H A D | ChangeLog-2010 | 4362 procedure descriptions. Add the SCALAR allocatable description to
|
| H A D | ChangeLog-2007 | 3058 to SCALAR
|