Lines Matching defs:value
32 unsigned long value;
37 value = 0;
40 value = 1;
43 value = 2;
46 value = 3;
49 value = 4;
52 value = 8;
58 constants[idx] = mpi_alloc_set_ui(value);
67 * MPI_C_xxx macros. There is no need to copy this returned value; it
186 pr_info("invalid flag value in mpi\n");
215 * a value as large as the one given in the argument and allocates it
296 * Swap the value of A and B, when SWAP is 1.
297 * Leave the value when SWAP is 0.