HomeSort by relevance Sort by last modified time
    Searched refs:mn (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/libexif/contrib/examples/
photographer.c 46 ExifMnoteData *mn = exif_data_get_mnote_data(d); local
47 if (mn) {
48 int num = exif_mnote_data_count(mn);
54 if (exif_mnote_data_get_id(mn, i) == tag) {
55 if (exif_mnote_data_get_value(mn, i, buf, sizeof(buf))) {
59 printf("%s: %s\n", exif_mnote_data_get_title(mn, i),
  /bionic/libc/tzcode/
asctime.c 82 register const char * mn; local
94 mn = "???";
95 else mn = mon_name[timeptr->tm_mon];
108 wn, mn,
  /external/icu/icu4c/source/tools/tzcode/
asctime.c 82 register const char * mn; local
94 mn = "???";
95 else mn = mon_name[timeptr->tm_mon];
108 wn, mn,
  /external/skia/gm/
hsl.cpp 48 float mn = min(*r,*g,*b), local
51 return mx == mn ? 0
52 : (c - mn) * s / (mx - mn);
60 mn = min(*r,*g,*b), local
63 if (mn < 0) { c = l + (c - l) * ( l) / (l - mn); }
  /external/skqp/gm/
hsl.cpp 48 float mn = min(*r,*g,*b), local
51 return mx == mn ? 0
52 : (c - mn) * s / (mx - mn);
60 mn = min(*r,*g,*b), local
63 if (mn < 0) { c = l + (c - l) * ( l) / (l - mn); }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_rfc822.py 43 mn, ma = results[i][0], results[i][1]
48 self.assertEqual(mn, n,
49 "Un-expected name: %r != %r" % (mn, n))
52 if mn == n and ma == a:
  /external/python/cpython2/Lib/test/
test_rfc822.py 43 mn, ma = results[i][0], results[i][1]
48 self.assertEqual(mn, n,
49 "Un-expected name: %r != %r" % (mn, n))
52 if mn == n and ma == a:
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
StructuredLockingTest.java 72 for (MethodNode mn : cn.methods) {
73 assertStructuredLocking(cn.name, mn);
77 private void assertStructuredLocking(String owner, MethodNode mn)
93 Frame<BasicValue>[] frames = analyzer.analyze(owner, mn);
97 AbstractInsnNode insn = mn.instructions.get(i);
118 AbstractInsnNode insn = mn.instructions.get(i);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
WeibullDistributionImpl.java 332 final double mn = getNumericalMean(); local
336 (mn * mn);
  /external/deqp/framework/delibs/debase/
deMath.h 77 DE_INLINE float deFloatClamp (float x, float mn, float mx) { return (x <= mn) ? mn : ((x >= mx) ? mx : x); }
82 DE_INLINE double deClamp (double x, double mn, double mx) { return (x <= mn) ? mn : ((x >= mx) ? mx : x); }
deInt32.h 113 * \brief Check if a value is in the <b>inclusive<b> range [mn, mx].
115 * \param mn Range minimum value.
117 * \return True if (a >= mn) and (a <= mx), false otherwise.
121 DE_INLINE deBool deInRange32 (int a, int mn, int mx)
123 return (a >= mn) && (a <= mx);
127 * \brief Check if a value is in the half-inclusive bounds [mn, mx[.
129 * \param mn Range minimum value.
131 * \return True if (a >= mn) and (a < mx), false otherwise.
135 DE_INLINE deBool deInBounds32 (int a, int mn, int mx)
137 return (a >= mn) && (a < mx)
    [all...]
  /external/hyphenation-patterns/
Android.mk 47 mn/mn-cyrl \
patterns.mk 45 mn-cyrl \
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 111 } else if (yaml::MappingNode *mn = dyn_cast<yaml::MappingNode>(n)) {
114 for (yaml::MappingNode::iterator i = mn->begin(), e = mn->end();
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/yaml-bench/
YAMLBench.cpp 111 } else if (yaml::MappingNode *mn = dyn_cast<yaml::MappingNode>(n)) {
114 for (yaml::MappingNode::iterator i = mn->begin(), e = mn->end();
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 41 be32 mn; member in struct:ieee802_1x_mka_peer_id
47 u32 mn; member in struct:ieee802_1x_kay_peer
132 u32 mn; member in struct:ieee802_1x_mka_participant
225 * @peer: array of (MI, MN) pairs
ieee802_1x_kay.c 177 be32 mn; local
192 for (i = 0; i < body_len; i += MI_LEN + sizeof(mn)) {
194 os_memcpy(&mn, mi + MI_LEN, sizeof(mn));
196 mi_txt(mi), be_to_host32(mn));
578 wpa_printf(MSG_DEBUG, "\tMI: %s MN: %d SCI: %s",
579 mi_txt(peer->mi), peer->mn, sci_txt(&peer->sci));
584 ieee802_1x_kay_create_peer(const u8 *mi, u32 mn)
595 peer->mn = mn;
1083 u32 mn = be_to_host32(peer_mi->mn); local
    [all...]
  /external/blktrace/btt/
btt_plot.py 108 def check(mn, mx, v):
112 if mn == None or v < mn: mn = v
114 return mn, mx, v
  /external/pdfium/fxjs/
JS_Define.cpp 255 double mn = Mod(m, 12); local
256 double t = TimeFromYearMonth(static_cast<int>(ym), static_cast<int>(mn));
257 if (YearFromTime(t) != ym || MonthFromTime(t) != mn || DateFromTime(t) != 1)
  /external/icu/icu4c/source/test/intltest/
caltest.h 79 virtual void test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc);
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 399 self.mn = minimums
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
443 self.time[self.iCtrl].SetValue(str(self.mn[self.iCtrl]))
455 if int(self.time[self.iCtrl].GetValue()) > self.mn[self.iCtrl]:
477 self.time[0].SetValue(str(self.mn[0]))
478 self.time[1].SetValue(str(self.mn[1]))
479 self.time[2].SetValue(str(self.mn[2]))
511 self.mn = (m,b,t)
  /cts/tools/cts-media/
get_achievable_rates.py 129 Result = namedtuple('Result', 'mn mx p95 med geo p5')
142 mn, mx = data[0], data[-1]
183 if mn < pub_lo / T or mx > pub_hi * T or pub_lo <= pub_hi / T:
186 if round(mn, 1) < pub_lo / T:
187 comment += 'mn=%.1f < ' % mn
193 comment += ' DATA(mn=%1.f p%d=%1.f accept=%1.f-%1.f p50=%1.f p%d=%1.f mx=%1.f)' % (
194 mn, 100-P, p95, pub_lo / T, pub_hi * T, med, P, p5, mx)
  /external/deqp/modules/gles2/scripts/
genutil.py 137 def uniformVec4(self, count, mn, mx):
138 ret = [Vec4(random.uniform(mn, mx), random.uniform(mn, mx), random.uniform(mn, mx), random.uniform(mn, mx)) for x in xrange(count)]
139 ret[0].x = mn
141 ret[2].x = (mn + mx) * 0.5
156 def glslClamp(x, mn, mx): return mn if (x < mn) else mx if (x > mx) else
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 628 register const char * mn; local
634 mn = "???";
635 else mn = mon_name[timeptr->tm_mon];
644 wn, mn,
  /external/webrtc/webrtc/modules/video_coding/test/
plotReceiveTrace.m 33 mn=tempres(2);
36 timeInMs=hr*60*60*1000 + mn*60*1000 + sec*1000 + ms;

Completed in 764 milliseconds

1 2 3