Home
last modified time | relevance | path

Searched refs:LONG (Results 1 – 25 of 85) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.12/src/thread/win32/
Dwin_ce_semaphore.h7 LONG MaxCount;
8 volatile LONG CurCount;
17 extern SYNCHHANDLE CreateSemaphoreCE (LPSECURITY_ATTRIBUTES, LONG, LONG, LPCTSTR);
19 extern BOOL ReleaseSemaphoreCE (SYNCHHANDLE, LONG, LPLONG);
Dwin_ce_semaphore.c41 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/
Dstrtol.c53 # 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/
Dwintz.c351 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/
DFontCacheWin.cpp311 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()
DFontCustomPlatformData.cpp45 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…
227LONG loadEmbeddedFontResult = TTLoadEmbeddedFont(&fontReference, TTLOAD_PRIVATE, &privStatus, LICE… in createFontCustomPlatformData()
/external/wpa_supplicant/
Dconfig_winreg.c56 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 …]
Dpcsc_funcs.c113 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/
Drpng-win.c595 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/
DSkThread_win.cpp35 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/
Dformat.txt24 // 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/
Ddls.h151 LONG lScale;
249 LONG lAttenuation; /* Overall Attenuation to be applied to data */
/external/openssl/crypto/asn1/
Dx_long.c84 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/
Dpvmp3_imdct_synth.cpp118 #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/
DSDL_dibevents_c.h29 extern LONG
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
DSDL_dx5events_c.h29 extern LONG
DSDL_dx5video.c1771 != (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 …]
Ddirectx.h67 #define FIELD_OFFSET(type, field) ((LONG)&(((type *)0)->field))
/external/openssl/apps/
Ds_socket.c125 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/
Ddirectx.h67 #define FIELD_OFFSET(type, field) ((LONG)&(((type *)0)->field))
/external/openssl/crypto/rsa/
Drsa_asn1.c92 ASN1_SIMPLE(RSA, version, LONG),
/external/openssl/crypto/ec/
Dec_asn1.c200 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/
Dtap-win32.c193 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/
DFontCacheChromiumWin.cpp477 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/
DSDL_config_win32.h54 #define LONG_PTR LONG

1234