Searched refs:num (Results 1 - 25 of 1798) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030918-1.c9 foo (num)
10 unsigned short num[];
13 *p++ = num[0];
14 *p++ = num[1];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030918-1.c9 foo (num)
10 unsigned short num[];
13 *p++ = num[0];
14 *p++ = num[1];
/netbsd-6-1-5-RELEASE/sys/arch/evbarm/mpcsa/
H A Dmpcsa_leds_var.h8 void mpcsa_blink_led(int num, int interval);
9 void mpcsa_comm_led(int num, int count);
10 void mpcsa_conn_led(int num, int ok);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/init/
H A Darray5_x.C4 extern int num;
20 for (num = 0; num <= 8; ++num)
H A Darray5_y.C2 int num; variable
12 if (count == num)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/init/
H A Darray5_x.C4 extern int num;
20 for (num = 0; num <= 8; ++num)
H A Darray5_y.C2 int num; variable
12 if (count == num)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/lhash/
H A Dnum.pl10 $num{$a[3]}++;
13 @a=sort {$a <=> $b } keys %num;
16 printf "%4d:%4d\n",$_,$num{$_};
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/util/
H A Dtab_num.pl3 $num=1;
14 print $_.("\t" x $i).$num."\n";
15 $num++;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/common/
H A Dtuklib_integer.h10 /// - Byte swapping: bswapXX(num)
11 /// - Byte order conversions to/from native: convXXYe(num)
13 /// - Aligned writes: writeXXYe(ptr, num)
15 /// - Unaligned writes (16/32-bit only): unaligned_writeXXYe(ptr, num)
25 /// - Bit scan reverse (find highest non-zero bit): bsr32(num)
26 /// - Count leading zeros: clz32(num)
27 /// - Count trailing zeros: ctz32(num)
28 /// - Bit scan forward (simply an alias for ctz32()): bsf32(num)
30 /// The above bit scan operations return 0-31. If num is zero,
55 # define bswap16(num) bswap_1
179 uint16_t num = *(const uint16_t *)buf; local
187 uint16_t num = *(const uint16_t *)buf; local
195 uint32_t num = *(const uint32_t *)buf; local
203 uint32_t num = *(const uint32_t *)buf; local
211 uint64_t num = *(const uint64_t *)buf; local
219 uint64_t num = *(const uint64_t *)buf; local
239 write16ne(uint8_t *buf, uint16_t num) argument
247 write32ne(uint8_t *buf, uint32_t num) argument
255 write64ne(uint8_t *buf, uint64_t num) argument
286 uint16_t num = ((uint16_t)buf[0] << 8) | (uint16_t)buf[1]; local
294 uint16_t num = ((uint16_t)buf[0]) | ((uint16_t)buf[1] << 8); local
302 uint32_t num = (uint32_t)buf[0] << 24; local
313 uint32_t num = (uint32_t)buf[0]; local
322 unaligned_write16be(uint8_t *buf, uint16_t num) argument
331 unaligned_write16le(uint8_t *buf, uint16_t num) argument
340 unaligned_write32be(uint8_t *buf, uint32_t num) argument
351 unaligned_write32le(uint8_t *buf, uint32_t num) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Ditblock.s3 .macro itblock num cond=""
5 .if \num == 4
8 .if \num == 3
11 .if \num == 2
14 .if \num == 1
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20040703-1.c16 num_positive (cpp_num num, unsigned int precision) argument
21 return (num.high & (cpp_num_part) 1 << (precision - 1)) == 0;
24 return (num.low & (cpp_num_part) 1 << (precision - 1)) == 0;
28 num_trim (cpp_num num, unsigned int precision) argument
34 num.high &= ((cpp_num_part) 1 << precision) - 1;
39 num.low &= ((cpp_num_part) 1 << precision) - 1;
40 num.high = 0;
43 return num;
48 num_rshift (cpp_num num, unsigned int precision, unsigned int n) argument
51 int x = num_positive (num, precisio
90 num_lshift(cpp_num num, unsigned int precision, unsigned int n) argument
131 cpp_num num = { 0, 3, 0, 0 }; variable
[all...]
H A D991216-4.c5 int num = 0; local
6 while (num < size)
8 for (i = 1; i < tries; i++) num++;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20040703-1.c16 num_positive (cpp_num num, unsigned int precision) argument
21 return (num.high & (cpp_num_part) 1 << (precision - 1)) == 0;
24 return (num.low & (cpp_num_part) 1 << (precision - 1)) == 0;
28 num_trim (cpp_num num, unsigned int precision) argument
34 num.high &= ((cpp_num_part) 1 << precision) - 1;
39 num.low &= ((cpp_num_part) 1 << precision) - 1;
40 num.high = 0;
43 return num;
48 num_rshift (cpp_num num, unsigned int precision, unsigned int n) argument
51 int x = num_positive (num, precisio
90 num_lshift(cpp_num num, unsigned int precision, unsigned int n) argument
131 cpp_num num = { 0, 3, 0, 0 }; variable
[all...]
H A D991216-4.c5 int num = 0; local
6 while (num < size)
8 for (i = 1; i < tries; i++) num++;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/struct/
H A Dwo_prof_malloc_size_var.c24 int i, num; local
26 num = rand();
27 num = num > N ? N : num;
28 str_t * p = malloc (num * sizeof (str_t));
33 for (i = 0; i < num; i++)
36 for (i = 0; i < num; i++)
39 for (i = 0; i < num; i++)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dudivmodsi4.c25 udivmodsi4(unsigned long num, unsigned long den, int modwanted) argument
30 while (den < num && bit && !(den & (1L<<31)))
37 if (num >= den)
39 num -= den;
45 if (modwanted) return num;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/lm32/
H A D_udivmodsi4.c30 __udivmodsi4 (USItype num, USItype den, int modwanted) argument
35 while (den < num && bit && !(den & (1L << 31)))
42 if (num >= den)
44 num -= den;
51 return num;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dudivmodsi4.c2 udivmodsi4(unsigned long num, unsigned long den, int modwanted) argument
7 while (den < num && bit && !(den & (1L<<31)))
14 if (num >= den)
16 num -= den;
22 if (modwanted) return num;
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dget_num.c1 /* mpq_get_num(num,rat_src) -- Set NUM to the numerator of RAT_SRC.
24 mpq_get_num (MP_INT *num, const MP_RAT *src) argument
29 if (num->_mp_alloc < abs_size)
30 _mpz_realloc (num, abs_size);
32 MPN_COPY (num->_mp_d, src->_mp_num._mp_d, abs_size);
33 num->_mp_size = size;
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Di8259.h82 #define IRQ_BIT(num) (1 << ((num) % 8))
83 #define IRQ_BYTE(num) ((num) >> 3)
85 #define i8259_late_ack(num)
89 #define i8259_asm_ack1(num)
90 #define i8259_asm_ack2(num) \
93 #define i8259_asm_mask(num)
94 #define i8259_asm_unmask(num) \
95 movb $(0x60|(num
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dstrerror.c41 strerror(num)
42 int num;
46 errnum = num; /* convert to unsigned */
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A DLint_div.c12 div(num, denom)
13 int num, denom;
H A DLint_ldiv.c12 ldiv(num, denom)
13 long num, denom;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/lib/libdes/
H A Docfb_enc.c73 register int num=numbits; local
77 if (num > 64) return;
78 if (num > 32)
81 if (num == 64)
83 else mask1=(1L<<(num-32))-1;
87 if (num == 32)
89 else mask0=(1L<<num)-1;
112 if (num == 32)
114 else if (num == 64)
116 else if (num > 3
[all...]

Completed in 299 milliseconds

1234567891011>>