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

  /src/tests/usr.bin/xlint/lint1/
msg_259.c 234 constants(void) function
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.c 466 * Put constants at the end.
470 symlist_t constants; local
486 SLIST_INIT(&constants);
508 symlist_add(&constants, cursym,
642 while (SLIST_FIRST(&constants) != NULL) {
645 curnode = SLIST_FIRST(&constants);
646 SLIST_REMOVE_HEAD(&constants, links);
  /src/crypto/external/bsd/openssh/dist/
chacha.c 59 const char *constants; local
67 constants = sigma;
69 constants = tau;
75 x->input[0] = U8TO32_LITTLE(constants + 0);
76 x->input[1] = U8TO32_LITTLE(constants + 4);
77 x->input[2] = U8TO32_LITTLE(constants + 8);
78 x->input[3] = U8TO32_LITTLE(constants + 12);
  /src/external/bsd/unbound/dist/compat/
chacha_private.h 57 const char *constants; local
65 constants = sigma;
67 constants = tau;
73 x->input[0] = U8TO32_LITTLE(constants + 0);
74 x->input[1] = U8TO32_LITTLE(constants + 4);
75 x->input[2] = U8TO32_LITTLE(constants + 8);
76 x->input[3] = U8TO32_LITTLE(constants + 12);
  /src/external/gpl3/gcc.old/dist/gcc/config/sh/
divtab.cc 136 short constants[N_ENTRIES]; local
165 constants[i] = constant;
181 calc_defect (1., constants[0], factors[0]));
183 calc_defect (-2., constants[steps], factors[steps]));
186 printf ("/* negative division constants */\n");
188 printf ("\t.word\t%d\n", constants[i]);
199 printf ("/* positive division constants */\n");
201 printf ("\t.word\t%d\n", constants[i]);
  /src/external/gpl3/gcc/dist/gcc/
ipa-cp.cc 32 transformed in this way if some parameters are known constants only in
37 devirtualization. Types are propagated much like constants.
81 for each strongly connected component (SCC), we propagate constants
625 value_topo_info<tree> constants; member in class:ipa_topo_info
629 constants ()
2954 /* Propagate constants from the caller to the callee of CS. INFO describes the
3811 topo->constants.add_val (val);
3820 topo->constants.add_val (val);
3833 /* One pass of constants propagation along the call graph edges, from callers
3897 the local effects of the discovered constants and all valid values t
    [all...]
tree-ssa-forwprop.cc 79 Or (assuming c1 and c2 are constants):
281 /* Constants can be always propagated. */
430 simplify comparisons against constants. */
2881 auto_vec<tree> constants; local
2882 constants.safe_grow_cleared (nelts, true);
2931 1. constants by permuting with constant vector
2943 constants[i] = elt->value;
3193 if (i < nelts && constants[i])
3194 vec.quick_push (constants[i]);
  /src/crypto/external/bsd/openssl/dist/test/
evp_kdf_test.c 1012 static unsigned char constants[][5] = { local
1039 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i]));
1069 static unsigned char constants[][5] = { local
1105 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i]));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
StackMapParser.h 86 /// Accessor for constants.
353 /// Get the number of large constants in the stack map.
392 /// Begin iterator for constants.
397 /// End iterator for constants.
404 /// Iterator range for constants.
405 iterator_range<constant_iterator> constants() const { function in class:llvm::StackMapParser::LocationKind
  /src/crypto/external/apache2/openssl/dist/test/
evp_kdf_test.c 1023 static unsigned char constants[][5] = { local
1050 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i]));
1109 static unsigned char constants[][5] = { local
1232 OSSL_KDF_PARAM_SALT, constants[i], sizeof(constants[i]));
  /src/external/bsd/elftosb/dist/elftosb2/
ConversionController.cpp 25 //! the values that it processes (options, constants, etc.).
140 // Handle a constants block.
141 ConstantsBlockASTNode * constants = dynamic_cast<ConstantsBlockASTNode *>(node); local
142 if (constants)
144 processConstants(constants->getConstants());
258 void ConversionController::processConstants(ListASTNode * constants)
260 if (!constants)
265 ListASTNode::iterator it = constants->begin();
266 for (; it != constants->end(); ++it)
934 //! Both sources and constants can be substituted. Sources will be replace
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 311 /* Bail out on floating point constants. */
1182 when there are multiple equal constants? */
1235 contains constants.
1250 /* We only have constants. */
2380 /* Try equality of constants. */
2852 /* Now delete any constraints that are purely between constants. */
2869 /* Finally, delete any ECs that purely contain constants and aren't
3629 /* Constants. */
3871 /* Test various conditionals involving constants where the results
3872 ought to be implied based on the values of the constants. *
4196 auto_vec<tree> constants; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 1177 when there are multiple equal constants? */
1230 contains constants.
1245 /* We only have constants. */
2233 /* Try equality of constants. */
2641 /* Now delete any constraints that are purely between constants. */
2658 /* Finally, delete any ECs that purely contain constants and aren't
3364 /* Constants. */
3606 /* Test various conditionals involving constants where the results
3607 ought to be implied based on the values of the constants. */
3921 /* Verify tracking inequality of a variable against many constants. *
3931 auto_vec<tree> constants; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-forwprop.cc 75 Or (assuming c1 and c2 are constants):
277 /* Constants can be always propagated. */
427 simplify comparisons against constants. */
2810 auto_vec<tree> constants; local
2811 constants.safe_grow_cleared (nelts, true);
2860 1. constants by permuting with constant vector
2872 constants[i] = elt->value;
3118 if (i < nelts && constants[i])
3119 vec.quick_push (constants[i]);
ipa-cp.cc 32 transformed in this way if some parameters are known constants only in
37 devirtualization. Types are propagated much like constants.
81 for each strongly connected component (SCC), we propagate constants
870 value_topo_info<tree> constants; member in class:ipa_topo_info
874 constants ()
2898 /* Propagate constants from the caller to the callee of CS. INFO describes the
3802 topo->constants.add_val (val);
3811 topo->constants.add_val (val);
3824 /* One pass of constants propagation along the call graph edges, from callers
3888 the local effects of the discovered constants and all valid values t
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 927 /* expand_expr truncates constants to the target mode only if it
1115 " non-negative integer constants or too large (max. %d)", name,
1313 /* In contrast to the default implementation reject TImode constants on 31bit
1589 /* If constants are involved in an add instruction it is possible to use
2867 /* All other symbolic constants are literal pool references,
3664 /* A minor penalty for constants we cannot directly handle. */
4098 /* Accept all non-symbolic constants. */
4130 /* Accept all non-symbolic constants. */
4138 /* Thread-local symbols are never legal constants. This is
4144 /* In the PIC case, symbolic constants must *not* b
8810 struct constant *constants[NR_C_MODES]; member in struct:constant_pool
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 986 /* expand_expr truncates constants to the target mode only if it
1174 " non-negative integer constants or too large (max. %d)", name,
1369 /* In contrast to the default implementation reject TImode constants on 31bit
1645 /* If constants are involved in an add instruction it is possible to use
3014 /* All other symbolic constants are literal pool references,
3811 /* A minor penalty for constants we cannot directly handle. */
4292 /* Accept all non-symbolic constants. */
4324 /* Accept all non-symbolic constants. */
4332 /* Thread-local symbols are never legal constants. This is
4338 /* In the PIC case, symbolic constants must *not* b
9249 struct constant *constants[NR_C_MODES]; member in struct:constant_pool
    [all...]

Completed in 65 milliseconds