Searched refs:mp2 (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/history/ |
D | query_parser.cc | 22 const Snippet::MatchPosition& mp2) { in CompareMatchPosition() argument 23 return mp1.first < mp2.first; in CompareMatchPosition() 30 const Snippet::MatchPosition& mp2) { in SnippetIntersects() argument 31 return mp2.first >= mp1.first && mp2.first <= mp1.second; in SnippetIntersects()
|
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/ |
D | SDL_os2fslib.c | 382 static MRESULT EXPENTRY WndProc( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) in WndProc() argument 433 SDL_PrivateKeyboard(SDL_RELEASED, TranslateKey(SHORT2FROMMP(mp2), // VK_ code in WndProc() 434 SHORT1FROMMP(mp2), // Character code in WndProc() 449 (SHORT2FROMMP(mp2) == VK_HOME)) in WndProc() 469 (SHORT2FROMMP(mp2) == VK_END)) in WndProc() 482 SDL_PrivateKeyboard(SDL_PRESSED, TranslateKey(SHORT2FROMMP(mp2), // VK_ code in WndProc() 483 SHORT1FROMMP(mp2), // Character code in WndProc() 632 SHORT1FROMMP(mp2), SHORT2FROMMP(mp2)); fflush(stdout); in WndProc() 634 iWindowSizeX = SHORT1FROMMP(mp2); in WndProc() 635 iWindowSizeY = SHORT2FROMMP(mp2); in WndProc() [all …]
|
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 673 MC_Mempool* mp2; in check_mempool_sane() local 676 while ( (mp2 = VG_(HT_Next)(MC_(mempool_list))) ) { in check_mempool_sane() 678 VG_(HT_ResetIter)(mp2->chunks); in check_mempool_sane() 679 while (VG_(HT_Next)(mp2->chunks)) { in check_mempool_sane()
|
/external/valgrind/main/VEX/unused/ |
D | linker.c | 239 Maplet* mp2; in ensure_StringMap() local 244 mp2 = malloc(sm->sm_size * sizeof(Maplet)); in ensure_StringMap() 246 mp2[i] = sm->maplets[i]; in ensure_StringMap() 248 sm->maplets = mp2; in ensure_StringMap()
|
/external/valgrind/main/VEX/switchback/ |
D | linker.c | 303 Maplet* mp2; 308 mp2 = mymalloc(sm->sm_size * sizeof(Maplet)); 310 mp2[i] = sm->maplets[i]; 312 sm->maplets = mp2;
|
/external/dropbear/libtommath/mtest/ |
D | mpi.h | 95 void mp_exch(mp_int *mp1, mp_int *mp2);
|
D | mpi.c | 397 void mp_exch(mp_int *mp1, mp_int *mp2) in mp_exch() argument 400 assert(mp1 != NULL && mp2 != NULL); in mp_exch() 402 if(mp1 == NULL || mp2 == NULL) in mp_exch() 406 s_mp_exch(mp1, mp2); in mp_exch()
|
/external/clang/test/SemaCXX/ |
D | conditional-expr.cpp | 182 const volatile int (MixedFields::*mp2) = in test()
|
/external/webkit/Source/WebCore/platform/network/mac/ |
D | WebCoreURLResponse.mm | 120 CFSTR("mp2"), 257 CFSTR("mp2"),
|
/external/bluetooth/bluedroid/stack/include/ |
D | uipc_msg.h | 592 tCODEC_INFO_MP2 mp2; member
|
/external/webkit/LayoutTests/http/conf/ |
D | mime.types | 419 audio/mpeg mpga mp2 mp3
|