HomeSort by relevance Sort by last modified time
    Searched defs:um (Results 1 - 12 of 12) sorted by null

  /external/clearsilver/cs/
test4.cs 29 ERROR! um, wrong? external variable declarations
34 um, wrong? external variable declarations
  /external/dropbear/libtommath/
bn_mp_reduce.c 25 int res, um = m->used; local
33 mp_rshd (&q, um - 1);
36 if (((unsigned long) um) > (((mp_digit)1) << (DIGIT_BIT - 1))) {
42 if ((res = s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
46 if ((res = fast_s_mp_mul_high_digs (&q, mu, &q, um)) != MP_OKAY) {
58 mp_rshd (&q, um + 1);
61 if ((res = mp_mod_2d (x, DIGIT_BIT * (um + 1), x)) != MP_OKAY) {
66 if ((res = s_mp_mul_digs (&q, m, &q, um + 1)) != MP_OKAY) {
78 if ((res = mp_lshd (&q, um + 1)) != MP_OKAY)
  /external/oprofile/daemon/
opd_events.h 25 unsigned long um; member in struct:opd_event
  /external/oprofile/libop/
op_events.h 44 } um[MAX_UNIT_MASK]; member in struct:op_unit_mask
45 struct list_head um_next; /**< next um in list */
68 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um);
72 struct op_event * find_event_by_name(char const * name, unsigned um,
94 * @param um unit mask for counter
103 int op_check_events(int ctr, u32 event, u32 um, op_cpu cpu_type);
113 unsigned long um; member in struct:op_default_event_descr
op_events.c 34 static void free_unit_mask(struct op_unit_mask * um);
110 static void parse_um(struct op_unit_mask * um, char const * line)
136 free_unit_mask(um);
145 um->name = op_xstrndup(tagend, valueend - tagend);
151 um->unit_type_mask = utm_mandatory;
153 um->unit_type_mask = utm_bitmask;
155 um->unit_type_mask = utm_exclusive;
163 um->default_mask = parse_hex(tagend);
173 if (!um->name)
203 struct op_unit_mask * um = xmalloc(sizeof(struct op_unit_mask)) local
222 struct op_unit_mask * um = NULL; local
289 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next); local
300 struct op_unit_mask * um = try_find_um(value); local
312 struct op_unit_mask *new, *um; local
620 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next); local
    [all...]
  /external/skia/gm/
tilemodes.cpp 28 SkUnitMapper* um = NULL; local
30 um = new SkCosineMapper;
31 // um = new SkDiscreteMapper(12);
33 SkAutoUnref au(um);
37 SK_ARRAY_COUNT(colors), SkShader::kClamp_TileMode, um))->unref();
  /external/oprofile/opcontrol/
opcontrol.cpp 91 int um; member in struct:event_info
98 /* 0x3c counters:cpuid um:zero minimum:6000 filter:0 name:CPU_CLK_UNHALTED :
104 /* event:0x3c counters:cpuid um:one minimum:6000 filter:2 name:UNHALTED_REFERENCE_CYCLES :
110 /* event:0xc0 counters:cpuid um:zero minimum:6000 filter:1 name:INST_RETIRED :
116 /* event:0x2e counters:cpuid um:x41 minimum:6000 filter:5 name:LLC_MISSES :
122 /* event:0x2e counters:cpuid um:x4f minimum:6000 filter:4 name:LLC_REFS :
128 /* event:0xc4 counters:cpuid um:zero minimum:500 filter:6 name:BR_INST_RETIRED :
134 /* event:0xc5 counters:cpuid um:zero minimum:500 filter:7 name:BR_MISS_PRED_RETIRED :
729 event_info[event_idx].um);
733 setup_result |= echo_dev(NULL, event_info[event_idx].um, "unit_mask", i)
    [all...]
  /external/wpa_supplicant/
libtommath.c 1988 int res, um = m->used; local
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.c 3372 mp_size um = USED(m); local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 2246 int res, um = m->used; local
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 6581 int res, um = m->used; local
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 2377 Map um = Collections.unmodifiableMap(m); local
    [all...]

Completed in 118 milliseconds