HomeSort by: relevance | last modified time | path
    Searched refs:tbits (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ec/curve448/
curve448.c 611 unsigned int tbits)
619 if (tbits == 0)
628 for (i = 2; i < 1 << tbits; i++) {
  /src/crypto/external/bsd/openssl/dist/crypto/ec/curve448/
curve448.c 611 unsigned int tbits)
619 if (tbits == 0)
628 for (i = 2; i < 1 << tbits; i++) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/curve448/
curve448.c 602 unsigned int tbits)
610 if (tbits == 0)
619 for (i = 2; i < 1 << tbits; i++) {
  /src/external/bsd/pcc/dist/pcc/mip/
regs.c 2901 int i, j, tbits; local
2950 tbits = tempmax - tempmin; /* # of temporaries */
2951 xbits = tbits + MAXREGS; /* total size of live array */
2952 if (tbits) {
2953 nblock = tmpalloc(tbits * sizeof(REGW));
2958 nblock, tbits, (size_t)(tbits * sizeof(REGW))));
2977 if (tbits) {
2978 memset(nblock+tempmin, 0, tbits * sizeof(REGW));
  /src/sbin/raidctl/
raidctl.c 1063 const char *tbits = "|/-\\"; variable
1142 percent_done,bar_buffer,eta_buffer,tbits[tbit_value]);
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 16131 tree tbits = arg[1];
16159 if (TREE_CODE (tbits) != INTEGER_CST
16165 tbits = build_int_cst (val_type, 0);
16168 if (TREE_CODE (tbits) == INTEGER_CST)
16173 int bits = TREE_INT_CST_LOW (tbits);
16194 return build_call_expr (fndecl, 3, tmap, tbits, tval);
16207 tres = fold_build2 (BIT_XOR_EXPR, val_type, tbits, tval);
16246 tbits = fold_convert (signed_char_type_node, tbits);
16247 tbits = fold_build2 (best_g.code, signed_char_type_node, tbits
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 14924 tree tbits = arg[1];
14954 if (TREE_CODE (tbits) != INTEGER_CST
14960 tbits = build_int_cst (val_type, 0);
14963 if (TREE_CODE (tbits) == INTEGER_CST)
14968 int bits = TREE_INT_CST_LOW (tbits);
14989 return build_call_expr (fndecl, 3, tmap, tbits, tval);
14999 tres = fold_build2 (BIT_XOR_EXPR, val_type, tbits, tval);
15038 tbits = fold_convert (signed_char_type_node, tbits);
15039 tbits = fold_build2 (best_g.code, signed_char_type_node, tbits
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 1230 unsigned int tbits = GET_MODE_BITSIZE (tmode); local
1234 if (tbits > BITS_PER_WORD)
1238 if (tbits >= min_ni_prec && targetm.scalar_mode_supported_p (tmode))
1240 iv_type = build_nonstandard_integer_type (tbits, true);
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 1624 unsigned int tbits = GET_MODE_BITSIZE (tmode); local
1628 if (tbits > BITS_PER_WORD)
1632 if (tbits >= min_ni_prec && targetm.scalar_mode_supported_p (tmode))
1634 iv_type = build_nonstandard_integer_type (tbits, true);

Completed in 51 milliseconds