Searched defs:mip (Results 1 - 12 of 12) sorted by relevance

/external/openssh/
H A Dmatch.c193 int mhost, mip; local
196 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
198 else if (mip == -1) /* negative ip address match */
205 if (mhost == 0 && mip == 0)
/external/chromium/chrome/browser/ui/
H A Dwindow_sizer_unittest.cc166 TestMonitorInfoProvider* mip = new TestMonitorInfoProvider; local
167 mip->AddMonitor(monitor1_bounds, monitor1_work_area);
169 mip->AddMonitor(monitor2_bounds, monitor2_bounds);
175 WindowSizer sizer(sp, mip);
/external/libppp/src/
H A Dmppe.c243 struct mppe_state *mip = (struct mppe_state *)v; local
268 if (!flushed && mip->stateless) {
275 if (mip->stateless) {
277 while (prefix != mip->cohnum) {
279 MPPEKeyChange(mip);
281 * mip->cohnum contains what we received last time in stateless
284 mip->cohnum++;
285 mip->cohnum &= ~MPPE_HEADER_BITMASK;
295 (mip->cohnum >> MPPE_HEADER_FLAGSHIFT);
301 MPPEKeyChange(mip);
681 struct mppe_state *mip; local
[all...]
/external/libvpx/vp8/common/
H A Donyxc_int.h141 MODE_INFO *mip; /* Base of allocated array */ member in struct:VP8Common
/external/skia/src/core/
H A DSkBitmap.cpp1200 const MipLevel& mip = fMipMap->levels()[level - 1]; local
1202 mip.fWidth, mip.fHeight, mip.fRowBytes);
1203 dst->setPixels(mip.fPixels);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synth.h230 EAS_U8 mip; /* SPMIDI MIP setting */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c675 pSynth->channels[i].mip = 0;
686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ }
697 pSynth->channels[channel].mip = mip;
732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony))
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_synth.h230 EAS_U8 mip; /* SPMIDI MIP setting */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c675 pSynth->channels[i].mip = 0;
686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ }
697 pSynth->channels[channel].mip = mip;
732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony))
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_synth.h230 EAS_U8 mip; /* SPMIDI MIP setting */ member in struct:s_synth_channel_tag
H A Deas_voicemgt.c675 pSynth->channels[i].mip = 0;
686 void VMSetMIPEntry (S_VOICE_MGR *pVoiceMgr, S_SYNTH *pSynth, EAS_U8 channel, EAS_U8 priority, EAS_U8 mip) argument
690 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "VMSetMIPEntry: channel=%d, priority=%d, MIP=%d\n", channel, priority, mip); */ }
697 pSynth->channels[channel].mip = mip;
732 if ((pSynth->channels[i].mip != 0) && (pSynth->channels[i].mip <= maxPolyphony))
838 if (pChannel->mip == currentMIP)
845 pSynth->poolAlloc[currentPool] = (EAS_U8) (pChannel->mip - currentMIP);
846 currentMIP = pChannel->mip;
[all...]
/external/blktrace/
H A Dblktrace.c580 static void init_mmap_info(struct mmap_info *mip) argument
582 mip->buf_size = buf_size;
583 mip->buf_nr = buf_nr;
584 mip->pagesize = pagesize;
732 static int setup_mmap(int fd, unsigned int maxlen, struct mmap_info *mip) argument
734 if (mip->fs_off + maxlen > mip->fs_buf_len) {
735 unsigned long nr = max(16, mip->buf_nr);
737 if (mip->fs_buf) {
738 munlock(mip
1554 struct mmap_info *mip = &iop->mmap_info; local
1664 struct mmap_info *mip; local
2369 struct mmap_info *mip = &iop->mmap_info; local
[all...]

Completed in 1143 milliseconds