Searched refs:mn (Results 1 - 25 of 51) sorted by relevance

123

/external/libexif/contrib/examples/
H A Dphotographer.c46 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),
/external/icu/icu4c/source/tools/tzcode/
H A Dasctime.c82 register const char * mn; local
94 mn = "???";
95 else mn = mon_name[timeptr->tm_mon];
108 wn, mn,
H A Dzdump.c883 register const char * mn; local
902 mn = "???";
903 else mn = mon_name[timeptr->tm_mon];
905 wn, mn,
/external/syslinux/core/lwip/src/core/snmp/
H A Dmsg_in.c246 struct mib_node *mn; local
260 mn = snmp_search_tree((struct mib_node*)&internet, msg_ps->vb_ptr->ident_len - 4,
262 if (mn != NULL)
264 if (mn->node_type == MIB_NODE_EX)
267 struct mib_external_node *en = (struct mib_external_node*)mn;
282 mn->get_object_def(np.ident_len, np.ident, &object_def);
286 mn = mn;
291 mn = NULL;
293 if (mn !
435 struct mib_node *mn; local
624 struct mib_node *mn; local
719 struct mib_node *mn; local
[all...]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
H A DStructuredLockingTest.java67 for (MethodNode mn : cn.methods) {
68 assertStructuredLocking(cn.name, mn);
72 private void assertStructuredLocking(String owner, MethodNode mn) argument
88 Frame<BasicValue>[] frames = analyzer.analyze(owner, mn);
92 AbstractInsnNode insn = mn.instructions.get(i);
113 AbstractInsnNode insn = mn.instructions.get(i);
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DWeibullDistributionImpl.java332 final double mn = getNumericalMean();
336 (mn * mn);
/external/deqp/framework/delibs/debase/
H A DdeInt32.h102 * \brief Check if a value is in the <b>inclusive<b> range [mn, mx].
104 * \param mn Range minimum value.
106 * \return True if (a >= mn) and (a <= mx), false otherwise.
110 DE_INLINE deBool deInRange32 (int a, int mn, int mx) argument
112 return (a >= mn) && (a <= mx);
116 * \brief Check if a value is in the half-inclusive bounds [mn, mx[.
118 * \param mn Range minimum value.
120 * \return True if (a >= mn) and (a < mx), false otherwise.
124 DE_INLINE deBool deInBounds32 (int a, int mn, int mx) argument
126 return (a >= mn)
136 deClamp32(int a, int mn, int mx) argument
[all...]
H A DdeMath.h76 DE_INLINE float deFloatClamp (float x, float mn, float mx) { return (x <= mn) ? mn : ((x >= mx) ? mx : x); } argument
81 DE_INLINE double deClamp (double x, double mn, double mx) { return (x <= mn) ? mn : ((x >= mx) ? mx : x); } argument
/external/opencv/ml/src/
H A D_ml.h117 int mm, mn; == m,n == size,dim
134 int mm, mn; \
143 sstep = cstep = clstep = ncl = tmstep = ntm = msstep = mcstep = mm = mn = 0; \
187 ICV_RAWDATA( *(param), (flags), missed, msstep, mcstep, mm, mn ); \
188 if( mm != m || mn != n ) \
/external/blktrace/btt/
H A Dbtt_plot.py100 def check(mn, mx, v):
104 if mn == None or v < mn: mn = v
106 return mn, mx, v
/external/hyphenation-patterns/
H A DAndroid.mk45 mn/mn-cyrl \
H A Dpatterns.mk43 mn-cyrl \
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp111 } 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/hostapd/src/pae/
H A Dieee802_1x_kay_i.h41 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
H A Dieee802_1x_kay.c147 be32 mn; local
161 for (i = 0; i < body_len; i += MI_LEN + sizeof(mn)) {
163 os_memcpy(&mn, mi + MI_LEN, sizeof(mn));
165 wpa_printf(MSG_DEBUG, "\tMessage Number: %d", be_to_host32(mn));
542 wpa_printf(MSG_DEBUG, "\tMN: %d", peer->mn);
549 ieee802_1x_kay_create_peer(const u8 *mi, u32 mn) argument
560 peer->mn = mn;
573 const u8 *mi, u32 mn)
572 ieee802_1x_kay_create_live_peer(struct ieee802_1x_mka_participant *participant, const u8 *mi, u32 mn) argument
606 ieee802_1x_kay_create_potential_peer( struct ieee802_1x_mka_participant *participant, const u8 *mi, u32 mn) argument
628 ieee802_1x_kay_move_live_peer(struct ieee802_1x_mka_participant *participant, u8 *mi, u32 mn) argument
[all...]
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h41 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
H A Dieee802_1x_kay.c147 be32 mn; local
161 for (i = 0; i < body_len; i += MI_LEN + sizeof(mn)) {
163 os_memcpy(&mn, mi + MI_LEN, sizeof(mn));
165 wpa_printf(MSG_DEBUG, "\tMessage Number: %d", be_to_host32(mn));
542 wpa_printf(MSG_DEBUG, "\tMN: %d", peer->mn);
549 ieee802_1x_kay_create_peer(const u8 *mi, u32 mn) argument
560 peer->mn = mn;
573 const u8 *mi, u32 mn)
572 ieee802_1x_kay_create_live_peer(struct ieee802_1x_mka_participant *participant, const u8 *mi, u32 mn) argument
606 ieee802_1x_kay_create_potential_peer( struct ieee802_1x_mka_participant *participant, const u8 *mi, u32 mn) argument
628 ieee802_1x_kay_move_live_peer(struct ieee802_1x_mka_participant *participant, u8 *mi, u32 mn) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h41 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
H A Dieee802_1x_kay.c147 be32 mn; local
161 for (i = 0; i < body_len; i += MI_LEN + sizeof(mn)) {
163 os_memcpy(&mn, mi + MI_LEN, sizeof(mn));
165 wpa_printf(MSG_DEBUG, "\tMessage Number: %d", be_to_host32(mn));
542 wpa_printf(MSG_DEBUG, "\tMN: %d", peer->mn);
549 ieee802_1x_kay_create_peer(const u8 *mi, u32 mn) argument
560 peer->mn = mn;
573 const u8 *mi, u32 mn)
572 ieee802_1x_kay_create_live_peer(struct ieee802_1x_mka_participant *participant, const u8 *mi, u32 mn) argument
606 ieee802_1x_kay_create_potential_peer( struct ieee802_1x_mka_participant *participant, const u8 *mi, u32 mn) argument
628 ieee802_1x_kay_move_live_peer(struct ieee802_1x_mka_participant *participant, u8 *mi, u32 mn) argument
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py399 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)
/external/deqp/modules/gles2/scripts/
H A Dgenutil.py137 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) els
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcaltest.h79 virtual void test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc);
/external/webrtc/webrtc/modules/video_coding/test/
H A DplotReceiveTrace.m33 mn=tempres(2);
36 timeInMs=hr*60*60*1000 + mn*60*1000 + sec*1000 + ms;
/external/deqp/modules/gles3/scripts/
H A Dgenutil.py147 def uniformVec4(self, count, mn, mx):
148 ret = [Vec4(random.uniform(mn, mx), random.uniform(mn, mx), random.uniform(mn, mx), random.uniform(mn, mx)) for x in xrange(count)]
149 ret[0].x = mn
151 ret[2].x = (mn + mx) * 0.5
166 def glslClamp(x, mn, mx): return mn if (x < mn) els
[all...]
/external/deqp/modules/gles31/scripts/
H A Dgenutil.py147 def uniformVec4(self, count, mn, mx):
148 ret = [Vec4(random.uniform(mn, mx), random.uniform(mn, mx), random.uniform(mn, mx), random.uniform(mn, mx)) for x in xrange(count)]
149 ret[0].x = mn
151 ret[2].x = (mn + mx) * 0.5
166 def glslClamp(x, mn, mx): return mn if (x < mn) els
[all...]

Completed in 916 milliseconds

123