Searched refs:mp2 (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dquery_parser.cc19 // Returns true if |mp1.first| is less than |mp2.first|. This is used to
22 const Snippet::MatchPosition& mp2) {
23 return mp1.first < mp2.first;
26 // Returns true if |mp2| intersects |mp1|. This is intended for use by
30 const Snippet::MatchPosition& mp2) {
31 return mp2.first >= mp1.first && mp2.first <= mp1.second;
21 CompareMatchPosition(const Snippet::MatchPosition& mp1, const Snippet::MatchPosition& mp2) argument
29 SnippetIntersects(const Snippet::MatchPosition& mp1, const Snippet::MatchPosition& mp2) argument
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c382 static MRESULT EXPENTRY WndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) argument
425 if (SHORT2FROMMP(mp2)==VK_F1)
427 SDL_PrivateKeyboard(SDL_PRESSED, TranslateKey(SHORT2FROMMP(mp2), // VK_ code
428 SHORT1FROMMP(mp2), // Character code
433 SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(SHORT2FROMMP(mp2), // VK_ code
434 SHORT1FROMMP(mp2), // Character code
449 (SHORT2FROMMP(mp2) == VK_HOME))
469 (SHORT2FROMMP(mp2) == VK_END))
482 SDL_PrivateKeyboard(SDL_PRESSED, TranslateKey(SHORT2FROMMP(mp2), // VK_ code
483 SHORT1FROMMP(mp2), // Characte
1052 FrameWndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c693 MC_Mempool* mp2; local
696 while ( (mp2 = VG_(HT_Next)(MC_(mempool_list))) ) {
698 VG_(HT_ResetIter)(mp2->chunks);
699 while (VG_(HT_Next)(mp2->chunks)) {
/external/clang/test/SemaCXX/
H A Dconditional-expr.cpp182 const volatile int (MixedFields::*mp2) =
/external/dropbear/libtommath/mtest/
H A Dmpi.h95 void mp_exch(mp_int *mp1, mp_int *mp2);
H A Dmpi.c387 /* {{{ mp_exch(mp1, mp2) */
390 mp_exch(mp1, mp2)
392 Exchange mp1 and mp2 without allocating any intermediate memory
397 void mp_exch(mp_int *mp1, mp_int *mp2) argument
400 assert(mp1 != NULL && mp2 != NULL);
402 if(mp1 == NULL || mp2 == NULL)
406 s_mp_exch(mp1, mp2);
/external/valgrind/main/VEX/switchback/
H A Dlinker.c303 Maplet* mp2;
308 mp2 = mymalloc(sm->sm_size * sizeof(Maplet));
310 mp2[i] = sm->maplets[i];
312 sm->maplets = mp2;
/external/valgrind/main/VEX/unused/
H A Dlinker.c239 Maplet* mp2; local
244 mp2 = malloc(sm->sm_size * sizeof(Maplet));
246 mp2[i] = sm->maplets[i];
248 sm->maplets = mp2;
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h592 tCODEC_INFO_MP2 mp2; member in union:__anon1468

Completed in 247 milliseconds