HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 1 - 25 of 711) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/dex/src/main/java/com/android/dex/
SizeOf.java 24 public static final int UINT = 4;
30 * checksum uint
32 * file_size uint
33 * header_size uint
34 * endian_tag uint
35 * link_size uint
36 * link_off uint
37 * map_off uint
38 * string_ids_size uint
39 * string_ids_off uint
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/
SizeOf.java 24 public static final int UINT = 4;
30 * checksum uint
32 * file_size uint
33 * header_size uint
34 * endian_tag uint
35 * link_size uint
36 * link_off uint
37 * map_off uint
38 * string_ids_size uint
39 * string_ids_off uint
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 50 UINT SemanticIndex;
51 UINT Register;
56 UINT Stream;
63 UINT Variables;
64 UINT Size;
65 UINT uFlags;
71 UINT StartOffset;
72 UINT Size;
73 UINT uFlags;
75 UINT StartTexture
    [all...]
d3d10shader.idl 84 UINT SemanticIndex;
85 UINT Register;
96 UINT Variables;
97 UINT Size;
98 UINT uFlags;
104 UINT StartOffset;
105 UINT Size;
106 UINT uFlags;
108 UINT StartTexture;
109 UINT TextureSize
    [all...]
dxgitype.idl 27 UINT Count;
28 UINT Quality;
53 UINT Numerator;
54 UINT Denominator;
58 UINT Width;
59 UINT Height;
70 UINT NumGammaControlPoints;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d11shader.idl 50 UINT SemanticIndex;
51 UINT Register;
56 UINT Stream;
63 UINT Variables;
64 UINT Size;
65 UINT uFlags;
71 UINT StartOffset;
72 UINT Size;
73 UINT uFlags;
75 UINT StartTexture
    [all...]
d3d10shader.idl 84 UINT SemanticIndex;
85 UINT Register;
96 UINT Variables;
97 UINT Size;
98 UINT uFlags;
104 UINT StartOffset;
105 UINT Size;
106 UINT uFlags;
108 UINT StartTexture;
109 UINT TextureSize
    [all...]
dxgitype.idl 27 UINT Count;
28 UINT Quality;
53 UINT Numerator;
54 UINT Denominator;
58 UINT Width;
59 UINT Height;
70 UINT NumGammaControlPoints;
  /hardware/ti/omap3/dspbridge/inc/
DSPManager.h 71 extern DBAPI DspManager_Open(UINT argc, PVOID argp);
86 extern DBAPI DspManager_Close(UINT argc, PVOID argp);
112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode,
114 UINT uNDBPropsSize,
115 OUT UINT * puNumNodes);
138 extern DBAPI DSPManager_EnumProcessorInfo(UINT uProcessor,
141 UINT uProcessorInfoSize,
142 OUT UINT * puNumProcs);
159 aNotifications, UINT uCount,
160 OUT UINT * puIndex
    [all...]
qosti.h 100 DSP_STATUS QosTI_GetDynLoaderMemStat(UINT heapDesc, UINT *memInitSize,
101 UINT *memUsed, UINT *memLargestFreeBlockSize,
102 UINT *memFreeBlocks, UINT *memAllocBlocks);
DSPStream.h 83 UINT uSize, OUT BYTE ** apBuffer,
84 UINT uNumBufs);
117 IN BYTE ** apBuffer, UINT uNumBufs);
138 UINT uStreamInfoSize);
211 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
212 UINT uIndex,
231 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize,
279 UINT uEventMask, UINT uNotifyType,
302 UINT nStreams, OUT UINT * pMask
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPManager.h 71 extern DBAPI DspManager_Open(UINT argc, PVOID argp);
86 extern DBAPI DspManager_Close(UINT argc, PVOID argp);
112 extern DBAPI DSPManager_EnumNodeInfo(UINT uNode,
114 UINT uNDBPropsSize,
115 OUT UINT * puNumNodes);
138 extern DBAPI DSPManager_EnumProcessorInfo(UINT uProcessor,
141 UINT uProcessorInfoSize,
142 OUT UINT * puNumProcs);
159 aNotifications, UINT uCount,
160 OUT UINT * puIndex
    [all...]
qosti.h 96 DSP_STATUS QosTI_GetDynLoaderMemStat(UINT heapDesc, UINT *memInitSize,
97 UINT *memUsed, UINT *memLargestFreeBlockSize,
98 UINT *memFreeBlocks, UINT *memAllocBlocks);
110 DSP_STATUS QosTI_GetProcLoadStat(UINT *currentLoad, UINT *predLoad,
111 UINT *currDspFreq, UINT *predictedFreq)
    [all...]
DSPStream.h 85 UINT uSize, OUT BYTE ** apBuffer,
86 UINT uNumBufs);
119 IN BYTE ** apBuffer, UINT uNumBufs);
140 UINT uStreamInfoSize);
213 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
214 UINT uIndex,
233 extern DBAPI DSPStream_PrepareBuffer(DSP_HSTREAM hStream, UINT uSize,
281 UINT uEventMask, UINT uNotifyType,
304 UINT nStreams, OUT UINT * pMask
    [all...]
  /external/aac/libFDK/include/
FDK_bitbuffer.h 100 UINT ValidBits;
101 UINT ReadOffset;
102 UINT WriteOffset;
103 UINT BitCnt;
104 UINT BitNdx;
107 UINT bufSize;
108 UINT bufBits;
118 extern const UINT BitMask [32+1];
124 void FDK_CreateBitBuffer (HANDLE_FDK_BITBUF *hBitBuffer, UCHAR *pBuffer, UINT bufSize) ;
127 UINT bufSize, UINT validBits)
    [all...]
FDK_crc.h 109 UINT bitBufCntBits;
110 UINT validBits;
127 UINT regStart; /*!< Start region marker for synchronization. */
128 UINT regStop; /*!< Stop region marker for synchronization. */
154 const UINT crcPoly,
155 const UINT crcStartValue,
156 const UINT crcLen
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
SoundChromiumWin.cpp 36 MessageBeep(static_cast<UINT>(-1));
  /external/aac/libAACdec/src/
aacdec_hcrs.h 144 UINT Hcr_State_BODY_ONLY (HANDLE_FDK_BITSTREAM, void*);
145 UINT Hcr_State_BODY_SIGN__BODY (HANDLE_FDK_BITSTREAM, void*);
146 UINT Hcr_State_BODY_SIGN__SIGN (HANDLE_FDK_BITSTREAM, void*);
147 UINT Hcr_State_BODY_SIGN_ESC__BODY (HANDLE_FDK_BITSTREAM, void*);
148 UINT Hcr_State_BODY_SIGN_ESC__SIGN (HANDLE_FDK_BITSTREAM, void*);
149 UINT Hcr_State_BODY_SIGN_ESC__ESC_PREFIX (HANDLE_FDK_BITSTREAM, void*);
150 UINT Hcr_State_BODY_SIGN_ESC__ESC_WORD (HANDLE_FDK_BITSTREAM, void*);
aacdec_hcr.h 102 UINT HcrInit(H_HCR_INFO pHcr,
106 UINT HcrDecoder (H_HCR_INFO hHcr,
112 UINT treeNode,
113 UINT *branchValue,
114 UINT *branchNode
aacdec_drc_types.h 114 UINT expiryCount;
115 UINT numBands;
125 UINT excludedChnsMask;
140 UINT expiryFrame;
159 UINT prlExpiryCount; /* Counter that can be used to monitor the life time of the program reference level. */
162 UINT dvbAncDataPosition; /* Used to store the DVB ancillary data payload position in the bitstream (only one per frame) */
163 UINT drcPayloadPosition[MAX_DRC_THREADS]; /* Used to store the DRC payload positions in the bitstream */
  /external/chromium/chrome/browser/ui/views/status_icons/
status_tray_win.h 20 UINT message,
30 UINT message,
35 UINT next_icon_id_;
42 UINT taskbar_created_message_;
  /external/lzma/CPP/Common/
ListFileUtils.h 9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
  /external/chromium_org/third_party/WebKit/public/web/win/
WebInputEventFactory.h 46 WEBKIT_EXPORT static WebKeyboardEvent keyboardEvent(HWND, UINT, WPARAM, LPARAM);
47 WEBKIT_EXPORT static WebMouseEvent mouseEvent(HWND, UINT, WPARAM, LPARAM);
48 WEBKIT_EXPORT static WebMouseWheelEvent mouseWheelEvent(HWND, UINT, WPARAM, LPARAM);
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_tray_win.h 20 UINT message,
34 UINT message,
38 UINT NextIconId();
41 UINT next_icon_id_;
54 UINT taskbar_created_message_;
  /external/chromium_org/tools/memory_watcher/
hotkey.h 15 HotKeyHandler(UINT modifiers, UINT vk)
41 virtual LRESULT OnHotKey(UINT /*uMsg*/, WPARAM /*wParam*/,
44 UINT modifiers_;
45 UINT vkey_;

Completed in 1264 milliseconds

1 2 3 4 5 6 7 8 91011>>