/external/qemu/distrib/sdl-1.2.12/src/thread/win32/ |
D | win_ce_semaphore.h | 7 LONG MaxCount; 8 volatile LONG CurCount; 17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR); 19 extern BOOL ReleaseSemaphoreCE (SYNCHHANDLE, LONG, LPLONG);
|
D | win_ce_semaphore.c | 41 LONG lInitialCount, /* initial count */ in CreateSemaphoreCE() 42 LONG lMaximumCount, /* maximum count */ in CreateSemaphoreCE() 100 BOOL ReleaseSemaphoreCE (SYNCHHANDLE hSemCE, LONG cReleaseCount, LPLONG lpPreviousCount) in ReleaseSemaphoreCE()
|
/external/bison/lib/ |
D | strtol.c | 53 # define INT LONG int 55 # define INT unsigned LONG int 122 # define LONG long long macro 173 # define LONG long macro 256 register unsigned LONG int cutoff; in INTERNAL() 258 register unsigned LONG int i; in INTERNAL() 359 cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base; in INTERNAL() 360 cutlim = STRTOL_ULONG_MAX % (unsigned LONG int) base; in INTERNAL() 381 i *= (unsigned LONG int) base; in INTERNAL() 400 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1 in INTERNAL() [all …]
|
/external/icu4c/common/ |
D | wintz.c | 351 LONG result; in detectWindowsType() 411 static LONG openTZRegKey(HKEY *hkey, const char *winid) in openTZRegKey() 415 LONG result; in openTZRegKey() 462 static LONG getTZI(const char *winid, TZI *tzi) in getTZI() 465 LONG result; in getTZI() 490 LONG result; in uprv_getWindowsTimeZoneInfo() 565 LONG result; in uprv_detectWindowsTimeZone()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | FontCacheWin.cpp | 311 static LONG toGDIFontWeight(FontWeight fontWeight) in toGDIFontWeight() 313 static LONG gdiFontWeights[] = { in toGDIFontWeight() 327 static inline bool isGDIFontWeightBold(LONG gdiFontWeight) in isGDIFontWeightBold() 332 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family) in adjustedGDIFontWeight() 345 MatchImprovingProcData(LONG desiredWeight, bool desiredItalic) in MatchImprovingProcData() 352 LONG m_desiredWeight; 391 static HFONT createGDIFont(const AtomicString& family, LONG desiredWeight, bool desiredItalic, int … in createGDIFont() 445 LONG weight = adjustedGDIFontWeight(logFont->lfWeight, procData->m_familyName); in traitsInFamilyEnumProc() 489 LONG weight = adjustedGDIFontWeight(toGDIFontWeight(fontDescription.weight()), family); in createFontPlatformData()
|
D | FontCustomPlatformData.cpp | 45 SOFT_LINK(T2embed, TTLoadEmbeddedFont, LONG, __stdcall, (HANDLE* phFontReference, ULONG ulFlags, UL… 46 SOFT_LINK(T2embed, TTGetNewFontName, LONG, __stdcall, (HANDLE* phFontReference, LPWSTR szWinFamilyN… 47 SOFT_LINK(T2embed, TTDeleteEmbeddedFont, LONG, __stdcall, (HANDLE hFontReference, ULONG ulFlags, UL… 227 …LONG loadEmbeddedFontResult = TTLoadEmbeddedFont(&fontReference, TTLOAD_PRIVATE, &privStatus, LICE… in createFontCustomPlatformData()
|
/external/wpa_supplicant/ |
D | config_winreg.c | 56 LONG ret; in wpa_config_read_blobs() 124 LONG ret; in wpa_config_read_reg_dword() 141 LONG ret; in wpa_config_read_reg_string() 202 LONG ret; in wpa_config_read_network() 298 LONG ret; in wpa_config_read_networks() 365 LONG ret; in wpa_config_read() 411 LONG ret; in wpa_config_write_reg_dword() 434 LONG ret; in wpa_config_write_reg_string() 502 LONG ret; in wpa_config_delete_subkeys() 700 LONG ret; in wpa_config_write_network() [all …]
|
D | pcsc_funcs.c | 113 static WINSCARDAPI LONG WINAPI 123 static WINSCARDAPI LONG WINAPI 131 static WINSCARDAPI LONG WINAPI 141 static WINSCARDAPI LONG WINAPI 146 static WINSCARDAPI LONG WINAPI 156 static WINSCARDAPI LONG WINAPI 160 static WINSCARDAPI LONG WINAPI
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 595 rect.top = (LONG)lastrow; in rpng_win_display_image() 596 rect.right = (LONG)image_width; /* possibly off by one? */ in rpng_win_display_image() 597 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */ in rpng_win_display_image() 607 rect.top = (LONG)lastrow; in rpng_win_display_image() 608 rect.right = (LONG)image_width; /* possibly off by one? */ in rpng_win_display_image() 609 rect.bottom = (LONG)image_height; /* possibly off by one? */ in rpng_win_display_image()
|
/external/skia/src/ports/ |
D | SkThread_win.cpp | 35 return InterlockedIncrement(reinterpret_cast<LONG*>(addr)) - 1; in sk_atomic_inc() 40 return InterlockedDecrement(reinterpret_cast<LONG*>(addr)) + 1; in sk_atomic_dec()
|
/external/icu4c/test/testdata/ |
D | format.txt | 24 // spec: either 'PATTERN=y mm h' etc, or 'DATE=SHORT,TIME=LONG' 36 "DATE=LONG", 43 "DATE=LONG",
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | dls.h | 151 LONG lScale; 249 LONG lAttenuation; /* Overall Attenuation to be applied to data */
|
/external/openssl/crypto/asn1/ |
D | x_long.c | 84 ASN1_ITEM_start(LONG) in ASN1_ITEM_start() argument 86 ASN1_ITEM_end(LONG) in ASN1_ITEM_start()
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
D | pvmp3_imdct_synth.cpp | 118 #define LONG 0 macro 241 uint32 current_blk_type = (band < mx_band) ? LONG : blk_type; in pvmp3_imdct_synth() 248 case LONG: in pvmp3_imdct_synth()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibevents_c.h | 29 extern LONG
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5events_c.h | 29 extern LONG
|
D | SDL_dx5video.c | 1771 != (LONG)surface->pitch ) { 1897 rect.top = (LONG)srcrect->y; 1898 rect.bottom = (LONG)srcrect->y+srcrect->h; 1899 rect.left = (LONG)srcrect->x; 1900 rect.right = (LONG)srcrect->x+srcrect->w; 1990 area.top = (LONG)dstrect->y; 1991 area.bottom = (LONG)dstrect->y+dstrect->h; 1992 area.left = (LONG)dstrect->x; 1993 area.right = (LONG)dstrect->x+dstrect->w; 2123 src.top = (LONG)rects[i].y; [all …]
|
D | directx.h | 67 #define FIELD_OFFSET(type, field) ((LONG)&(((type *)0)->field))
|
/external/openssl/apps/ |
D | s_socket.c | 125 static LONG FAR PASCAL topHookProc(HWND hwnd, UINT message, WPARAM wParam, in topHookProc() 134 SetWindowLong(topWnd,GWL_WNDPROC,(LONG)lpTopWndProc); in topHookProc() 203 SetWindowLong(topWnd,GWL_WNDPROC,(LONG)lpTopHookProc); in ssl_sock_init()
|
/external/qemu/distrib/sdl-1.2.12/src/audio/windx5/ |
D | directx.h | 67 #define FIELD_OFFSET(type, field) ((LONG)&(((type *)0)->field))
|
/external/openssl/crypto/rsa/ |
D | rsa_asn1.c | 92 ASN1_SIMPLE(RSA, version, LONG),
|
/external/openssl/crypto/ec/ |
D | ec_asn1.c | 200 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG), 201 ASN1_SIMPLE(X9_62_PENTANOMIAL, k2, LONG), 202 ASN1_SIMPLE(X9_62_PENTANOMIAL, k3, LONG) 217 ASN1_SIMPLE(X9_62_CHARACTERISTIC_TWO, m, LONG), 244 ASN1_SIMPLE(ECPARAMETERS, version, LONG), 266 ASN1_SIMPLE(EC_PRIVATEKEY, version, LONG),
|
/external/qemu/ |
D | tap-win32.c | 193 LONG status; in is_tap_win32_dev() 291 LONG status; in get_device_guid() 575 LONG version_len; in tap_win32_open()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontCacheChromiumWin.cpp | 477 static LONG toGDIFontWeight(FontWeight fontWeight) in toGDIFontWeight() 479 static LONG gdiFontWeights[] = { in toGDIFontWeight() 536 LONG weight = logFont->lfWeight; in traitsInFamilyEnumProc()
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_config_win32.h | 54 #define LONG_PTR LONG
|