| /src/tests/usr.bin/xlint/lint1/ |
| msg_320.c | 13 int square = base * base; local 14 square * base;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| skip-solib-main.c | 1 int square(int num); 5 int s = square(0);
|
| step-through-epilogue.c | 25 square (int x) function 28 } /* Epilogue line of square. */ 35 x = square (2); 36 x = multiply (square (1), square (2));
|
| jump.c | 5 static int square (int x) function 16 i = square (i); /* bp-on-call */
|
| skip-solib-lib.c | 8 int square(int num) function
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| skip-solib-main.c | 1 int square(int num); 5 int s = square(0);
|
| step-through-epilogue.c | 25 square (int x) function 28 } /* Epilogue line of square. */ 35 x = square (2); 36 x = multiply (square (1), square (2));
|
| jump.c | 5 static int square (int x) function 16 i = square (i); /* bp-on-call */
|
| skip-solib-lib.c | 8 int square(int num) function
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| event-tracing-gap.c | 19 square (int num) function 30 ans = square (a);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| event-tracing-gap.c | 19 square (int num) function 30 ans = square (a);
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/ |
| clean-two.c | 8 unsigned int const square = size * size; local 10 return square;
|
| /src/crypto/external/bsd/openssh/dist/ |
| smult_curve25519_ref.c | 93 static void square(unsigned int out[32],const unsigned int a[32]) function 163 square(b0,a0); 164 square(b0 + 32,a0 + 32); 169 square(r,c1 + 32); 175 square(xzn1b,c1); 197 /* 2 */ square(z2,z); 198 /* 4 */ square(t1,z2); 199 /* 8 */ square(t0,t1); 202 /* 22 */ square(t0,z11); 205 /* 2^6 - 2^1 */ square(t0,z2_5_0) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| x86-avx512fp16-abi.c | 22 square (_Float16 num) { function 34 _Float16 a = square (1.25);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| x86-avx512fp16-abi.c | 22 square (_Float16 num) { function 34 _Float16 a = square (1.25);
|
| /src/games/monop/ |
| morg.c | 67 static short square[MAX_PRP+2]; variable 101 m(square[0]); 108 m(square[propnum]); 128 square[num_good++] = sqnum(op->sqr); 169 unm(square[0]); 176 unm(square[propnum]); 192 square[num_good++] = sqnum(op->sqr);
|
| /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
| tut02-square.c | 30 int square (int i) 43 "square", 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); 104 fn_type square = (fn_type)fn_ptr; local 105 printf ("result: %d\n", square (5));
|
| tut02-square.cc | 30 int square (int i) 41 "square", 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); 90 fn_type square = (fn_type)fn_ptr; local 91 printf ("result: %d\n", square (5));
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
| tut02-square.c | 30 int square (int i) 43 "square", 96 void *fn_ptr = gcc_jit_result_get_code (result, "square"); 104 fn_type square = (fn_type)fn_ptr; local 105 printf ("result: %d\n", square (5));
|
| tut02-square.cc | 30 int square (int i) 41 "square", 81 void *fn_ptr = gcc_jit_result_get_code (result, "square"); 90 fn_type square = (fn_type)fn_ptr; local 91 printf ("result: %d\n", square (5));
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| oddfac_1.c | 270 If flag != 0 a square is skipped in the DSC part, e.g. 358 square, that are never used together; with a good estimate 386 mp_ptr square, px; local 399 square = TMP_ALLOC_LIMBS (size); 400 MPN_COPY (square, PTR (x), nx); 403 square = TMP_ALLOC_LIMBS (size); 404 mpn_sqr (square, PTR (x), nx); 405 size -= (square[size - 1] == 0); 411 cy = mpn_mul (px, square, size, PTR(mswing), ns); /* n!= n$ * floor(n/2)!^2 */
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| crc32.c | 75 local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); 364 local void gf2_matrix_square(square, mat) 365 unsigned long *square; 371 square[n] = gf2_matrix_times(mat, mat[n]); 403 /* apply len2 zeros to crc1 (first square will put the operator for one
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/ |
| amdgpu_fixpt31_32.c | 233 struct fixed31_32 square; local 253 square = dc_fixpt_sqr(arg_norm); 260 square, 286 const struct fixed31_32 square = dc_fixpt_sqr(arg); local 297 square,
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/rockchip/ |
| Makefile | 31 rk3288-rock2-square.dtb \
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bntests.pl | 54 } elsif ( defined $s{'Square'} ) { 55 # Square = A * A 56 my $square = bn($s{'Square'}); 58 return if $square == $a->bmul($a);
|