Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 69) sorted by relevance

123

/reactos/drivers/bus/acpi/acpica/include/
H A Dactbinfo.h315 #define ACPI_FLAG_OFFSET(d,f,o) (UINT16) (ACPI_OFFSET (d,f) + o) argument
322 #define ACPI_AGDI_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_AGDI,f,o) argument
323 #define ACPI_APMTN_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_APMT_NODE,f,o) argument
324 #define ACPI_BGRT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_BGRT,f,o) argument
325 #define ACPI_DRTM_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_DRTM,f,o) argument
327 #define ACPI_FADT_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FADT,f,o) argument
328 #define ACPI_FACS_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_FACS,f,o) argument
329 #define ACPI_HPET_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_TABLE_HPET,f,o) argument
331 #define ACPI_PPTT1_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_PPTT_CACHE,f,o) argument
344 #define ACPI_IORT3_FLAG_OFFSET(f,o) ACPI_FLAG_OFFSET (ACPI_IORT_SMMU,f,o) argument
[all …]
/reactos/drivers/filesystems/udfs/Include/
H A Dgetopt.cpp61 getopt_init(optarg_ctx* o) { in getopt_init()
71 optarg_ctx* o, in exchange()
158 optarg_ctx* o, in _getopt_internal()
460 optarg_ctx* o, in getopt()
473 optarg_ctx* o, in getopt_long()
/reactos/sdk/lib/3rdparty/freetype/src/type1/
H A Dt1parse.h79 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l ) argument
103 #define T1_Load_Field( p, f, o, m, pf ) \ argument
106 #define T1_Load_Field_Table( p, f, o, m, pf ) \ argument
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dsstream_test.cpp447 ostringstream o( "1" ); in tellp() local
455 ostringstream o; in tellp() local
463 ostringstream o( "1" ); in tellp() local
H A Dfstream_test.cpp277 ofstream o( "test_file.txt" ); in tellp() local
285 ofstream o( "test_file.txt" ); in tellp() local
320 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp() local
337 ofstream o( "test_file.txt", ios_base::app | ios_base::out ); in tellp() local
H A Dslist_test.cpp70 ostream_iterator<char> o(os,""); in slist1() local
/reactos/sdk/lib/3rdparty/freetype/src/cid/
H A Dcidparse.h112 #define cid_parser_load_field( p, f, o ) \ argument
114 #define cid_parser_load_field_table( p, f, o ) \ argument
/reactos/dll/3rdparty/libtiff/
H A Dtif_dirwrite.c895 TIFFDirEntry* o; in TIFFWriteDirectorySec() local
1310 int o; in TIFFWriteDirectoryTagShortPerSample() local
1744 int o; in TIFFWriteDirectoryTagLongLong8Array() local
1871 int o; in TIFFWriteDirectoryTagIfdIfd8Array() local
1923 int o; in TIFFWriteDirectoryTagShortLongLong8Array() local
1984 int o; in TIFFWriteDirectoryTagColormap() local
2011 uint16* o; in TIFFWriteDirectoryTagTransferfunction() local
2074 uint32* o; in TIFFWriteDirectoryTagSubifd() local
2371 int o; in TIFFWriteDirectoryTagCheckedRationalArray() local
2418 int o; in TIFFWriteDirectoryTagCheckedSrationalArray() local
[all …]
H A Dtif_win32.c71 DWORD o; in _tiffReadProc() local
101 DWORD o; in _tiffWriteProc() local
H A Dtif_ojpeg.c1314 uint8 o; in OJPEGReadHeaderInfoSec() local
1470 uint8 o; in OJPEGReadHeaderInfoSecStreamDqt() local
1533 uint8 o; in OJPEGReadHeaderInfoSecStreamDht() local
1608 uint8 o; in OJPEGReadHeaderInfoSecStreamSof() local
1760 uint8 o; in OJPEGReadHeaderInfoSecStreamSos() local
1866 uint8 o[16]; in OJPEGReadHeaderInfoSecTablesDcTable() local
1935 uint8 o[16]; in OJPEGReadHeaderInfoSecTablesAcTable() local
/reactos/dll/win32/iphlpapi/
H A Dip.h130 #define IPOPT_COPIED(o) ((o)&0x80) argument
131 #define IPOPT_CLASS(o) ((o)&0x60) argument
132 #define IPOPT_NUMBER(o) ((o)&0x1f) argument
/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftcid.c35 const char* o = NULL; in FT_Get_CID_Registry_Ordering_Supplement() local
/reactos/sdk/lib/3rdparty/freetype/src/type42/
H A Dt42parse.c106 #define T1_Add_Table( p, i, o, l ) (p)->funcs.add( (p), i, o, l ) argument
127 #define T1_Load_Field( p, f, o, m, pf ) \ argument
129 #define T1_Load_Field_Table( p, f, o, m, pf ) \ argument
/reactos/drivers/filesystems/udfs/udf_info/
H A Dudf_info.h1216 #define UDFSetUsedBitOwner(Vcb, i, o) (Vcb)->FSBM_Bitmap_owners[i] = o; argument
1218 #define UDFCheckUsedBitOwner(Vcb, i, o) { \ argument
1230 #define UDFSetUsedBitOwner(Vcb, i, o) argument
1231 #define UDFCheckUsedBitOwner(Vcb, i, o) argument
1236 #define UDFSetUsedBitOwner(Vcb, i, o) argument
1237 #define UDFCheckUsedBitOwner(Vcb, i, o) argument
/reactos/sdk/include/psdk/
H A Dmapival.h79 #define ValidateParameters14(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) do { } while(0) argument
80 #define ValidateParameters15(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p) do { } while(0) argument
81 #define ValidateParameters16(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q) do { } while(0) argument
96 #define UlValidateParameters14(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) do { } while(0) argument
97 #define UlValidateParameters15(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p) do { } while(0) argument
98 #define UlValidateParameters16(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q) do { } while(0) argument
113 #define CheckParameters14(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o) do { } while(0) argument
114 #define CheckParameters15(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p) do { } while(0) argument
115 #define CheckParameters16(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q) do { } while(0) argument
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Deui64.h61 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ argument
/reactos/sdk/include/ucrt/
H A Dcrtdbg.h260 #define _aligned_msize_dbg(p, a, o) _aligned_msize(p, a, o) argument
261 #define _aligned_offset_malloc_dbg(s, a, o, f, l) _aligned_offset_malloc(s, a, o) argument
262 #define _aligned_offset_realloc_dbg(p, s, a, o, f, l) _aligned_offset_realloc(p, s, a, o) argument
263 … #define _aligned_offset_recalloc_dbg(p, c, s, a, o, f, l) _aligned_offset_recalloc(p, c, s, a, o) argument
300 #define _aligned_msize(p, a, o) _aligned_msize_dbg(p, a, o) argument
301 …#define _aligned_offset_malloc(s, a, o) _aligned_offset_malloc_dbg(s, a, o, __FILE__, __LI… argument
302 …#define _aligned_offset_realloc(p, s, a, o) _aligned_offset_realloc_dbg(p, s, a, o, __FILE__, … argument
303 …#define _aligned_offset_recalloc(p, c, s, a, o) _aligned_offset_recalloc_dbg(p, c, s, a, o, __FILE… argument
/reactos/dll/3rdparty/libtirpc/tirpc/
H A Dreentrant.h148 #define thr_sigsetmask(f, n, o) dunno_sigmask(f, n, o) argument
/reactos/sdk/lib/3rdparty/freetype/src/gxvalid/
H A Dgxvmort1.c80 FT_UShort o[4]; in gxv_mort_subtable_type1_subtable_setup() local
H A Dgxvmorx5.c91 FT_ULong o[4]; in gxv_morx_subtable_type5_subtable_setup() local
H A Dgxvmort2.c92 FT_UShort o[6]; in gxv_mort_subtable_type2_subtable_setup() local
H A Dgxvmorx1.c82 FT_ULong o[4]; in gxv_morx_subtable_type1_subtable_setup() local
H A Dgxvmorx2.c94 FT_ULong o[6]; in gxv_morx_subtable_type2_subtable_setup() local
/reactos/drivers/filesystems/udfs/
H A Dudf_dbg.h129 #define DbgWaitForSingleObject(o, to) DbgWaitForSingleObject_(o, to) argument
131 …#define DbgWaitForSingleObject(o, to) KeWaitForSingleObject(o, Executive, KernelMode, FALSE, to); argument
/reactos/drivers/filesystems/fastfat/
H A Dnamesup.c293 PUCHAR o, d; in Fat8dot3ToString() local

123