Home
last modified time | relevance | path

Searched defs:UINT (Results 1 – 25 of 197) sorted by relevance

12345678

/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c1586 ARG_VAL(UINT, StreamNumber), in CSMT_ITEM_NO_WAIT()
1636 ARG_VAL(UINT, StreamNumber), in CSMT_ITEM_NO_WAIT()
1654 ARG_VAL(UINT, IndexSize), in CSMT_ITEM_NO_WAIT()
1717 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT()
1742 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT()
1768 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT()
1809 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT()
1826 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT()
1842 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT()
1867 ARG_VAL(UINT, StartRegister), in CSMT_ITEM_NO_WAIT()
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3dx9anim.h219 STDMETHOD_(UINT, GetNumAnimations)(THIS) PURE; in DECLARE_INTERFACE_() local
240 STDMETHOD_(UINT, GetNumAnimations)(THIS) PURE; in DECLARE_INTERFACE_() local
250 STDMETHOD_(UINT, GetNumScaleKeys)(THIS_ UINT animation) PURE; in DECLARE_INTERFACE_() local
254 STDMETHOD_(UINT, GetNumRotationKeys)(THIS_ UINT animation) PURE; in DECLARE_INTERFACE_() local
258 STDMETHOD_(UINT, GetNumTranslationKeys)(THIS_ UINT animation) PURE; in DECLARE_INTERFACE_() local
262 STDMETHOD_(UINT, GetNumCallbackKeys)(THIS) PURE; in DECLARE_INTERFACE_() local
290 STDMETHOD_(UINT, GetNumAnimations)(THIS) PURE; in DECLARE_INTERFACE_() local
301 STDMETHOD_(UINT, GetNumCallbackKeys)(THIS) PURE; in DECLARE_INTERFACE_() local
321 STDMETHOD_(UINT, GetMaxNumAnimationOutputs)(THIS) PURE; in DECLARE_INTERFACE_() local
322 STDMETHOD_(UINT, GetMaxNumAnimationSets)(THIS) PURE; in DECLARE_INTERFACE_() local
[all …]
Dd3d11shader.h148 STDMETHOD_(UINT, GetNumInterfaces)(THIS) PURE; in DECLARE_INTERFACE() local
163 STDMETHOD_(UINT, GetInterfaceSlot)(THIS_ UINT index) PURE; in DECLARE_INTERFACE() local
197 STDMETHOD_(UINT, GetMovInstructionCount)(THIS) PURE; in DECLARE_INTERFACE_() local
198 STDMETHOD_(UINT, GetMovcInstructionCount)(THIS) PURE; in DECLARE_INTERFACE_() local
199 STDMETHOD_(UINT, GetConversionInstructionCount)(THIS) PURE; in DECLARE_INTERFACE_() local
200 STDMETHOD_(UINT, GetBitwiseInstructionCount)(THIS) PURE; in DECLARE_INTERFACE_() local
203 STDMETHOD_(UINT, GetNumInterfaceSlots)(THIS) PURE; in DECLARE_INTERFACE_() local
205 STDMETHOD_(UINT, GetThreadGroupSize)(THIS_ UINT *sizex, UINT *sizey, UINT *sizez) PURE; in DECLARE_INTERFACE_() local
Dd3dx9mesh.h564 STDMETHOD_(UINT, GetNumSamples)(THIS) PURE; in DECLARE_INTERFACE_() local
565 STDMETHOD_(UINT, GetNumCoeffs)(THIS) PURE; in DECLARE_INTERFACE_() local
566 STDMETHOD_(UINT, GetNumChannels)(THIS) PURE; in DECLARE_INTERFACE_() local
593 STDMETHOD_(UINT, GetNumSamples)(THIS) PURE; in DECLARE_INTERFACE_() local
594 STDMETHOD_(UINT, GetNumCoeffs)(THIS) PURE; in DECLARE_INTERFACE_() local
595 STDMETHOD_(UINT, GetNumChannels)(THIS) PURE; in DECLARE_INTERFACE_() local
597 STDMETHOD_(UINT, GetWidth)(THIS) PURE; in DECLARE_INTERFACE_() local
598 STDMETHOD_(UINT, GetHeight)(THIS) PURE; in DECLARE_INTERFACE_() local
599 STDMETHOD_(UINT, GetNumClusters)(THIS) PURE; in DECLARE_INTERFACE_() local
600 STDMETHOD_(UINT, GetNumPCA)(THIS) PURE; in DECLARE_INTERFACE_() local
[all …]
/aosp_15_r20/external/lzma/CPP/Common/
H A DStringConvert.h31 inline const wchar_t* GetUnicodeString(const wchar_t *u, UINT) { return u; } in GetUnicodeString() argument
32 inline const UString& GetUnicodeString(const UString &u, UINT) { return u; } in GetUnicodeString() argument
54 inline const wchar_t* GetSystemString(const wchar_t *u, UINT /* codePage */) { return u;} in GetSystemString() argument
55 inline const UString& GetSystemString(const UString &u, UINT /* codePage */) { return u;} in GetSystemString() argument
64 inline const char* GetSystemString(const char *a, UINT) { return a; } in GetSystemString() argument
65 inline const AString& GetSystemString(const AString &a, UINT) { return a; } in GetSystemString() argument
/aosp_15_r20/external/cronet/base/win/
H A Ddispatch_stub.cc11 IFACEMETHODIMP DispatchStub::GetTypeInfoCount(UINT*) { in GetTypeInfoCount() argument
15 IFACEMETHODIMP DispatchStub::GetTypeInfo(UINT, LCID, ITypeInfo**) { in GetTypeInfo() argument
21 UINT, in GetIDsOfNames() argument
34 UINT*) { in Invoke() argument
/aosp_15_r20/external/crosvm/gpu_display/src/gpu_display_win/
H A Dwindow.rs133 pub fn new(msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Self { in new()
185 pub fn update(&mut self, msg: UINT, w_param: WPARAM) { in update()
352 pub fn update_states(&mut self, msg: UINT, w_param: WPARAM) { in update_states()
707 pub fn post_message(&self, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Result<()> { in post_message()
H A Dwindow_procedure_thread.rs307 fn post_message_to_thread(&self, msg: UINT, w_param: WPARAM, l_param: LPARAM) -> Result<()> { in post_message_to_thread()
321 fn post_message_to_thread_carrying_object<U>(&self, msg: UINT, object: U) -> Result<()> { in post_message_to_thread_carrying_object()
584 msg: UINT, in wnd_proc()
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/android/hardware/security/keymint/
H A DTagType.aidl33 UINT = 3 << 28, enumConstant
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/current/android/hardware/security/keymint/
H A DTagType.aidl41 UINT = (3 << 28) /* 805306368 */, enumConstant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint_interface/dump/android/hardware/security/keymint/
DTagType.aidl41 UINT = (3 << 28) /* 805306368 */, enumConstant
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/3/android/hardware/security/keymint/
H A DTagType.aidl41 UINT = (3 << 28) /* 805306368 */, enumConstant
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/2/android/hardware/security/keymint/
H A DTagType.aidl41 UINT = 805306368, enumConstant
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/aidl_api/android.hardware.security.keymint/1/android/hardware/security/keymint/
H A DTagType.aidl41 UINT = 805306368, enumConstant
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V3-java-source/gen/android/hardware/security/keymint/
DTagType.java15 public static final int UINT = 805306368; field
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h22 UINT = 805306368, enumerator
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h22 UINT = 805306368, enumerator
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h23 UINT = 805306368, enumerator
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h22 UINT = 805306368, enumerator
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h22 UINT = 805306368, enumerator
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h22 UINT = 805306368, enumerator
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-cpp-source/gen/include/android/hardware/security/keymint/
DTagType.h24 UINT = 805306368, enumerator
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V2-ndk-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h23 UINT = 805306368, enumerator
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V4-ndk-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h31 UINT = 805306368, enumerator
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint-V1-ndk_platform-source/gen/include/aidl/android/hardware/security/keymint/
DTagType.h22 UINT = 805306368, enumerator

12345678