Searched refs:NUM (Results 1 - 25 of 273) sorted by relevance

1234567891011

/netbsd-current/external/gpl2/lvm2/dist/lib/report/
H A Dcolumns.h31 * 3. Field type. This must be either 'STR' or 'NUM'.
63 FIELD(LVS, lv, NUM, "Maj", major, 3, int32, "lv_major", "Persistent major number or -1 if not persistent.")
64 FIELD(LVS, lv, NUM, "Min", minor, 3, int32, "lv_minor", "Persistent minor number or -1 if not persistent.")
65 FIELD(LVS, lv, NUM, "Rahead", lvid, 6, lvreadahead, "lv_read_ahead", "Read ahead setting in current units.")
68 FIELD(LVS, lv, NUM, "KRahead", lvid, 7, lvkreadahead, "lv_kernel_read_ahead", "Currently-in-use read ahead setting in current units.")
69 FIELD(LVS, lv, NUM, "LSize", size, 5, size64, "lv_size", "Size of LV in current units.")
70 FIELD(LVS, lv, NUM, "#Seg", lvid, 4, lvsegcount, "seg_count", "Number of segments in LV.")
72 FIELD(LVS, lv, NUM, "OSize", lvid, 5, originsize, "origin_size", "For snapshots, the size of the origin device of this LV.")
73 FIELD(LVS, lv, NUM, "Snap%", lvid, 6, snpercent, "snap_percent", "For snapshots, the percentage full if LV is active.")
74 FIELD(LVS, lv, NUM, "Cop
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpq/
H A Dswap.c36 MP_SIZE_T_SWAP (ALLOC(NUM(u)), ALLOC(NUM(v)));
38 MP_SIZE_T_SWAP (SIZ(NUM(u)), SIZ(NUM(v)));
40 MP_PTR_SWAP (PTR(NUM(u)), PTR(NUM(v)));
H A Dclear.c37 if (ALLOC (NUM(x)))
38 __GMP_FREE_FUNC_LIMBS (PTR(NUM(x)), ALLOC(NUM(x)));
H A Dinit.c38 ALLOC(NUM(x)) = 0;
39 PTR(NUM(x)) = (mp_ptr) &dummy_limb;
40 SIZ(NUM(x)) = 0;
H A Dcmp_si.c46 if (SIZ(NUM(q)) >= 0)
53 SIZ(NUM(qabs)) = -SIZ(NUM(q));
54 PTR(NUM(qabs)) = PTR(NUM(q));
H A Dcanonicalize.c42 SIZ(NUM(op)) = -SIZ(NUM(op));
51 MPZ_TMP_INIT (gcd, 1 + MAX (ABSIZ(NUM(op)),
54 mpz_gcd (gcd, NUM(op), DEN(op));
57 mpz_divexact_gcd (NUM(op), NUM(op), gcd);
H A Dinv.c37 mp_size_t num_size = SIZ(NUM(src));
49 SIZ(NUM(dest)) = den_size;
56 MP_PTR_SWAP (PTR(NUM(dest)), PTR(DEN(dest)));
57 MP_SIZE_T_SWAP (ALLOC(NUM(dest)), ALLOC(DEN(dest)));
64 dp = MPZ_NEWALLOC (NUM(dest), den_size);
68 MPN_COPY (dp, PTR(NUM(src)), num_size);
H A Dclears.c43 if (ALLOC (NUM(x)))
44 __GMP_FREE_FUNC_LIMBS (PTR(NUM(x)), ALLOC(NUM(x)));
H A Dset_si.c50 SIZ(NUM(dest)) = 0;
54 MPZ_NEWALLOC (NUM(dest), 1)[0] = ABS_CAST (unsigned long, num);
55 SIZ(NUM(dest)) = num > 0 ? 1 : -1;
H A Dset_ui.c50 SIZ(NUM(dest)) = 0;
54 MPZ_NEWALLOC (NUM(dest), 1)[0] = num;
55 SIZ(NUM(dest)) = 1;
H A Dabs.c39 mp_size_t num_abs_size = ABSIZ(NUM(src));
46 dp = MPZ_NEWALLOC (NUM(dst), num_abs_size);
47 MPN_COPY (dp, PTR(NUM(src)), num_abs_size);
54 SIZ(NUM(dst)) = num_abs_size;
H A Dneg.c39 mp_size_t num_size = SIZ(NUM(src));
47 dp = MPZ_NEWALLOC (NUM(dst), size);
48 MPN_COPY (dp, PTR(NUM(src)), size);
56 SIZ(NUM(dst)) = -num_size;
H A Dset.c41 num_size = SIZ(NUM(src));
42 SIZ(NUM(dest)) = num_size;
44 dp = MPZ_NEWALLOC (NUM(dest), abs_num_size);
45 MPN_COPY (dp, PTR(NUM(src)), abs_num_size);
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads.c27 #define NUM 5 macro
29 unsigned int args[NUM+1];
35 pthread_t threads[NUM];
44 for (i = 0; i < NUM; i++)
51 for (i = 0; i < NUM; i++)
H A Dthreadapply.c27 #define NUM 5 macro
29 unsigned int args[NUM+1];
35 pthread_t threads[NUM];
39 pthread_barrier_init(&mybarrier, NULL, NUM + 1);
41 for (i = 0; i < NUM; i++)
54 for (i = 0; i < NUM; i++)
H A Dkill.c23 #define NUM 5 macro
49 pthread_t threads[NUM];
52 pthread_barrier_init (&barrier, NULL, NUM + 1);
53 for (i = 0; i < NUM; i++)
H A Dpending-step.c24 #define NUM 1 macro
26 unsigned int args[NUM+1];
30 pthread_t threads[NUM];
34 for (i = 1; i <= NUM; i++)
H A Dasync.c23 #define NUM 2 macro
49 pthread_t threads[NUM];
52 pthread_barrier_init (&threads_started_barrier, NULL, NUM + 1);
54 for (i = 1; i <= NUM; i++)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
H A Dwatchthreads.c27 #define NUM 5 macro
29 unsigned int args[NUM+1];
35 pthread_t threads[NUM];
44 for (i = 0; i < NUM; i++)
51 for (i = 0; i < NUM; i++)
H A Dthreadapply.c27 #define NUM 5 macro
29 unsigned int args[NUM+1];
35 pthread_t threads[NUM];
39 pthread_barrier_init(&mybarrier, NULL, NUM + 1);
41 for (i = 0; i < NUM; i++)
54 for (i = 0; i < NUM; i++)
H A Dschedlock.c25 #define NUM 1 macro
27 unsigned int args[NUM+1];
31 pthread_t threads[NUM];
35 for (i = 1; i <= NUM; i++)
H A Dasync.c23 #define NUM 2 macro
49 pthread_t threads[NUM];
52 pthread_barrier_init (&threads_started_barrier, NULL, NUM + 1);
54 for (i = 1; i <= NUM; i++)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-pending.c21 #define NUM 2 macro
46 pthread_t threads[NUM];
52 for (i = 0; i < NUM; i++)
60 for (i = 0; i < NUM; i++) {
H A Dnsintrall.c25 #define NUM 5 macro
27 unsigned int args[NUM+1];
31 pthread_t threads[NUM];
35 for (i = 1; i <= NUM; i++)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dnsintrall.c25 #define NUM 5 macro
27 unsigned int args[NUM+1];
31 pthread_t threads[NUM];
35 for (i = 1; i <= NUM; i++)

Completed in 323 milliseconds

1234567891011