OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECIMAL_SETZERO
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h
665
#define
DECIMAL_SETZERO
(dec) {(dec).Lo64 = 0; (dec).Hi32 = 0; (dec).signscale = 0;}
oledb.h
531
#ifndef
DECIMAL_SETZERO
552
#define
DECIMAL_SETZERO
(dec) {(dec).Lo64 = 0; (dec).Hi32 = 0; (dec).signscale = 0;}
[
all
...]
Completed in 4024 milliseconds