HomeSort by relevance Sort by last modified time
    Searched refs:IN (Results 176 - 200 of 2453) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
parallel.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
84 IN PVOID SetChipContext,
85 IN UCHAR ChipMode);
89 IN PVOID ClearChipContext,
90 IN UCHAR ChipMode);
94 IN PVOID ClearChipContext,
95 IN UCHAR ChipMode);
99 IN PVOID TrySelectContext,
100 IN PVOID TrySelectCommand)
    [all...]
ntstrsafe.h 3 * LICENSE: This file is in the public domain.
39 RtlStringLengthWorkerA(IN LPCSTR String,
40 IN SIZE_T MaxLength,
72 RtlStringValidateDestA(IN LPSTR Destination,
73 IN SIZE_T Length,
75 IN SIZE_T MaxLength)
101 RtlStringExValidateDestA(IN OUT LPSTR *Destination,
102 IN OUT PSIZE_T DestinationLength,
104 IN SIZE_T MaxLength,
105 IN DWORD Flags
    [all...]
ndistapi.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
    [all...]
usbscan.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
46 IN ULONG uOffset;
47 IN ULONG uLength;
48 IN OUT PUCHAR pbyData;
49 IN ULONG uIndex;
53 IN ULONG uOffset;
54 IN ULONG uLength;
55 IN OUT PUCHAR pbyData;
56 IN ULONG uIndex
    [all...]
ndiswan.h 13 * This source code is offered for use in the public domain. You may
16 * This code is distributed in the hope that it will be useful but
139 IN NDIS_HANDLE NdisLinkHandle;
140 IN ULONG MaxSendFrameSize;
153 IN NDIS_HANDLE NdisLinkHandle;
154 IN ULONG MaxSendFrameSize;
155 IN ULONG MaxRecvFrameSize;
156 IN ULONG HeaderPadding;
157 IN ULONG TailPadding;
158 IN ULONG SendFramingBits
    [all...]
usbbusif.h 17 IN PVOID,
18 IN PURB);
24 IN PVOID,
30 IN PVOID,
35 IN PVOID,
36 IN ULONG,
37 IN ULONG,
38 IN ULONG,
39 IN ULONG);
55 IN PVOID
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/fragment-shader/
frag-cb-2d.sh 3 DCL IN[0], COLOR, LINEAR
  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-cb-2d.sh 3 DCL IN[0], COLOR, LINEAR
  /hardware/ti/omap3/dspbridge/inc/
uuidutil.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
57 VOID UUID_UuidToString(IN struct DSP_UUID * pUuid, OUT CHAR * pszUuid,
75 extern VOID UUID_UuidFromString(IN CHAR * pszUuid,
dbdcddef.h 5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
25 *! 03-Dec-2003 map Moved and renamed DCD_OBJTYPE to DSP_DCDOBJTYPE in dbdefs.h
38 *! 12-Aug-2000 kc: Incoroporated the use of types defined in <dspdefs.h>.
93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
94 IN DSP_DCDOBJTYPE objType,
95 IN PVOID handle);
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
98 IN DSP_DCDOBJTYPE
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusColor.h 57 Color(IN BYTE r,
58 IN BYTE g,
59 IN BYTE b)
69 Color(IN BYTE a,
70 IN BYTE r,
71 IN BYTE g,
72 IN BYTE b)
82 Color(IN ARGB argb)
136 VOID SetValue(IN ARGB argb)
141 VOID SetFromCOLORREF(IN COLORREF rgb)
    [all...]
GdiPlusRegion.h 33 Region::Region(IN const RectF& rect)
43 Region::Region(IN const Rect& rect)
53 Region::Region(IN const GraphicsPath* path)
63 Region::Region(IN const BYTE* regionData, IN INT size)
73 Region::Region(IN HRGN hRgn)
83 Region* Region::FromHRGN(IN HRGN hRgn)
137 Region::Intersect(IN const RectF& rect)
143 Region::Intersect(IN const Rect& rect)
149 Region::Intersect(IN const GraphicsPath* path)
    [all...]
GdiPlusTypes.h 45 // dataSize size of the record data (in bytes), or 0 if no data
61 // Types already defined in standard header files:
130 // Represents a dimension in a 2D coordinate system
144 SizeF(IN const SizeF& size)
150 SizeF(IN REAL width,
151 IN REAL height)
157 SizeF operator+(IN const SizeF& sz) const
163 SizeF operator-(IN const SizeF& sz) const
169 BOOL Equals(IN const SizeF& sz) const
186 // Represents a dimension in a 2D coordinate system
    [all...]
GdiPlusCachedBitmap.h 12 * that has restrictions on what operations are allowed in order
34 * Look for the class definition in GdiplusHeaders.h
44 IN Bitmap *bitmap,
45 IN Graphics *graphics)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcddef.h 25 *! 03-Dec-2003 map Moved and renamed DCD_OBJTYPE to DSP_DCDOBJTYPE in dbdefs.h
38 *! 12-Aug-2000 kc: Incoroporated the use of types defined in <dspdefs.h>.
93 typedef DSP_STATUS(CDECL * DCD_REGISTERFXN) (IN struct DSP_UUID * pUuid,
94 IN DSP_DCDOBJTYPE objType,
95 IN PVOID handle);
97 typedef DSP_STATUS(CDECL * DCD_UNREGISTERFXN) (IN struct DSP_UUID * pUuid,
98 IN DSP_DCDOBJTYPE
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/python/tests/regress/fragment-shader/
frag-cmp.sh 3 DCL IN[0], COLOR, LINEAR
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_win32-inl.h 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
12 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 // should work for binaries compiled using MSVC in "debug" mode.
34 // However, in "release" mode, Windows uses frame-pointer
62 IN ULONG frames_to_skip,
63 IN ULONG frames_to_capture
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_win32-inl.h 4 // Redistribution and use in source and binary forms, with or without
10 // * Redistributions in binary form must reproduce the above
12 // in the documentation and/or other materials provided with the
21 // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
26 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 // should work for binaries compiled using MSVC in "debug" mode.
34 // However, in "release" mode, Windows uses frame-pointer
62 IN ULONG frames_to_skip,
63 IN ULONG frames_to_capture
    [all...]
  /external/mesa3d/src/gallium/tests/python/tests/regress/fragment-shader/
frag-cmp.sh 3 DCL IN[0], COLOR, LINEAR
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/vertex-shader/
vert-arl.sh 3 DCL IN[0]
18 MOV OUT[0], IN[0]
19 MUL TEMP[0], IN[0], IMM[0]
vert-arr.sh 3 DCL IN[0]
18 MOV OUT[0], IN[0]
19 MUL TEMP[0], IN[0], IMM[0]
vert-flr.sh 3 DCL IN[0]
18 MOV OUT[0], IN[0]
19 MUL TEMP[0], IN[0], IMM[0]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-arl.sh 3 DCL IN[0]
18 MOV OUT[0], IN[0]
19 MUL TEMP[0], IN[0], IMM[0]
vert-arr.sh 3 DCL IN[0]
18 MOV OUT[0], IN[0]
19 MUL TEMP[0], IN[0], IMM[0]
vert-flr.sh 3 DCL IN[0]
18 MOV OUT[0], IN[0]
19 MUL TEMP[0], IN[0], IMM[0]

Completed in 948 milliseconds

1 2 3 4 5 6 78 91011>>