HomeSort by: relevance | last modified time | path
    Searched refs:num_words (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/lib/libm/src/
s_nan.c 65 _scan_nan(uint32_t *words, int num_words, const char *s)
70 memset(words, 0, num_words * sizeof(*words));
82 for (bitpos = 0; bitpos < 32 * num_words; bitpos += 4) {
84 for (bitpos = 32 * num_words - 4; bitpos >= 0; bitpos -= 4) {
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_intern.c 184 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words)
186 if (bn_wexpand(a, num_words) == NULL) {
191 memcpy(a->d, words, sizeof(BN_ULONG) * num_words);
192 a->top = num_words;
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_intern.c 188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words)
190 if (bn_wexpand(a, num_words) == NULL) {
195 memcpy(a->d, words, sizeof(BN_ULONG) * num_words);
196 a->top = num_words;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_intern.c 188 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words)
190 if (bn_wexpand(a, num_words) == NULL) {
195 memcpy(a->d, words, sizeof(BN_ULONG) * num_words);
196 a->top = num_words;
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
bn.h 58 * |num_words| is int because bn_expand2 takes an int. This is an internal
61 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
  /src/external/mit/isl/dist/imath/
gmp_compat.c 659 size_t num_words, num_missing_bytes; local
680 num_words = (num_used_bytes + (size - 1)) / size; /* ceil division */
692 num_missing_bytes = (size * num_words) - num_used_bytes;
697 rop = malloc(num_words * size);
705 dst = (unsigned char *)rop + (order >= 0 ? (num_words - 1) * size : 0) +
712 for (i = 0; i < num_words; i++) {
729 if (countp) *countp = num_words;
  /src/crypto/external/apache2/openssl/dist/include/crypto/
bn.h 59 * |num_words| is int because bn_expand2 takes an int. This is an internal
62 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
  /src/crypto/external/bsd/openssl/dist/include/crypto/
bn.h 59 * |num_words| is int because bn_expand2 takes an int. This is an internal
62 int bn_set_words(BIGNUM *a, const BN_ULONG *words, int num_words);
  /src/external/gpl3/gcc/dist/gcc/config/stormy16/
stormy16.cc 332 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; local
338 for (i = 0; i < num_words - 1; i++)
871 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD;
950 gcc_assert (refers_to_regno_p (regno, regno + num_words,
955 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words,
966 end = direction < 0 ? -1 : num_words;
967 for (i = direction < 0 ? num_words - 1 : 0; i != end; i += direction)
2128 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD;
2135 for (i = 0; i < num_words; i++
870 int num_words = GET_MODE_BITSIZE (mode) \/ BITS_PER_WORD; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/stormy16/
stormy16.cc 188 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD; local
194 for (i = 0; i < num_words - 1; i++)
727 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD;
806 gcc_assert (refers_to_regno_p (regno, regno + num_words,
811 else if (refers_to_regno_p (regno + num_words - 1, regno + num_words,
822 end = direction < 0 ? -1 : num_words;
823 for (i = direction < 0 ? num_words - 1 : 0; i != end; i += direction)
1976 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WORD;
1983 for (i = 0; i < num_words; i++
726 int num_words = GET_MODE_BITSIZE (mode) \/ BITS_PER_WORD; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/via/
via_verifier.c 244 eat_words(const uint32_t **buf, const uint32_t *buf_end, unsigned num_words)
246 if ((buf_end - *buf) >= num_words) {
247 *buf += num_words;
  /src/external/gpl3/gcc/dist/gcc/config/bpf/
bpf.cc 676 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD); local
678 if (*cum <= 5 && *cum + num_words > 5)
688 *cum += num_words;
  /src/external/gpl3/gcc.old/dist/gcc/config/bpf/
bpf.cc 764 unsigned num_words = CEIL (num_bytes, UNITS_PER_WORD); local
766 if (*cum <= 5 && *cum + num_words > 5)
769 *cum += num_words;
  /src/crypto/external/apache2/openssl/dist/test/
json_test.c 75 size_t num_words; member in struct:script_info
  /src/external/gpl3/binutils/dist/bfd/
elf32-msp430.c 1915 int num_words, int word1, int word2)
1930 printf (" adding %d words at 0x%lx\n", num_words,
1935 int num_bytes = num_words * 2;
1943 if (num_words == 2)
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-msp430.c 1914 int num_words, int word1, int word2)
1929 printf (" adding %d words at 0x%lx\n", num_words,
1934 int num_bytes = num_words * 2;
1942 if (num_words == 2)
  /src/external/gpl3/gdb/dist/bfd/
elf32-msp430.c 1914 int num_words, int word1, int word2)
1929 printf (" adding %d words at 0x%lx\n", num_words,
1934 int num_bytes = num_words * 2;
1942 if (num_words == 2)
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-msp430.c 1914 int num_words, int word1, int word2)
1929 printf (" adding %d words at 0x%lx\n", num_words,
1934 int num_bytes = num_words * 2;
1942 if (num_words == 2)
  /src/external/gpl3/gcc/dist/gcc/
lower-subreg.cc 861 unsigned int byte, num_bytes, num_words; local
863 if (!interesting_mode_p (GET_MODE (x), &num_bytes, &num_words))
  /src/external/gpl3/gcc.old/dist/gcc/
lower-subreg.cc 860 unsigned int byte, num_bytes, num_words; local
862 if (!interesting_mode_p (GET_MODE (x), &num_bytes, &num_words))
  /src/external/gpl3/gcc/dist/gcc/config/iq2000/
iq2000.cc 3319 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1;
3322 return COSTS_N_INSNS (num_words) != 0;
3324 * total = COSTS_N_INSNS (2 * num_words);
3292 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; local
  /src/external/gpl3/gcc/dist/gcc/config/microblaze/
microblaze.cc 1310 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; local
1312 *total = COSTS_N_INSNS (2 * num_words);
1314 *total = COSTS_N_INSNS (2 * (2 * num_words));
  /src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
iq2000.cc 3322 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1;
3325 return COSTS_N_INSNS (num_words) != 0;
3327 * total = COSTS_N_INSNS (2 * num_words);
3295 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; local
  /src/external/gpl3/gcc.old/dist/gcc/config/microblaze/
microblaze.cc 1305 int num_words = (GET_MODE_SIZE (mode) > UNITS_PER_WORD) ? 2 : 1; local
1307 *total = COSTS_N_INSNS (2 * num_words);
1309 *total = COSTS_N_INSNS (2 * (2 * num_words));
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc 523 unsigned num_bytes, num_words; local
600 num_words = (num_bytes + UNITS_PER_WORD - 1) / UNITS_PER_WORD;
608 info->num_gprs = MIN (num_words, MAX_ARGS_IN_REGISTERS - info->gpr_offset);
609 info->stack_p = (num_words - info->num_gprs) != 0;

Completed in 76 milliseconds

1 2