HomeSort by relevance Sort by last modified time
    Searched full:int_ptr (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/clang/test/PCH/
types.h 13 typedef int * int_ptr; typedef
39 typedef int_ptr * int_ptr_ptr;
45 typedef typeof(int_ptr *) int_ptr_ptr2;
types.c 26 int_ptr int_value_ptr = &int_value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fdi.h 202 typedef INT_PTR (DIAMONDAPI *PFNOPEN) (char *pszFile,int oflag,int pmode);
203 typedef UINT (DIAMONDAPI *PFNREAD) (INT_PTR hf,void *pv,UINT cb);
204 typedef UINT (DIAMONDAPI *PFNWRITE)(INT_PTR hf,void *pv,UINT cb);
205 typedef int (DIAMONDAPI *PFNCLOSE)(INT_PTR hf);
206 typedef __LONG32 (DIAMONDAPI *PFNSEEK) (INT_PTR hf,__LONG32 dist,int seektype);
208 #define FNOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode)
209 #define FNREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
210 #define FNWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *pv,UINT cb)
211 #define FNCLOSE(fn) int DIAMONDAPI fn(INT_PTR hf)
212 #define FNSEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype
    [all...]
fci.h 173 typedef INT_PTR (DIAMONDAPI *PFNFCIOPEN) (char *pszFile,int oflag,int pmode,int *err,void *pv);
174 typedef UINT (DIAMONDAPI *PFNFCIREAD) (INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
175 typedef UINT (DIAMONDAPI *PFNFCIWRITE)(INT_PTR hf,void *memory,UINT cb,int *err,void *pv);
176 typedef int (DIAMONDAPI *PFNFCICLOSE)(INT_PTR hf,int *err,void *pv);
177 typedef __LONG32 (DIAMONDAPI *PFNFCISEEK) (INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv);
180 #define FNFCIOPEN(fn) INT_PTR DIAMONDAPI fn(char *pszFile,int oflag,int pmode,int *err,void *pv)
181 #define FNFCIREAD(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
182 #define FNFCIWRITE(fn) UINT DIAMONDAPI fn(INT_PTR hf,void *memory,UINT cb,int *err,void *pv)
183 #define FNFCICLOSE(fn) int DIAMONDAPI fn(INT_PTR hf,int *err,void *pv)
184 #define FNFCISEEK(fn) __LONG32 DIAMONDAPI fn(INT_PTR hf,__LONG32 dist,int seektype,int *err,void *pv
    [all...]
basetsd.h 47 __MINGW_EXTENSION typedef __int64 INT_PTR,*PINT_PTR;
53 typedef int INT_PTR,*PINT_PTR;
71 static __inline void *LongToHandle(const __LONG32 h) { return((void *) (INT_PTR) h); }
76 static __inline int PtrToInt(const void *p) { return((int) (INT_PTR) p); }
78 static __inline void *IntToPtr(const int i) { return((void *)(INT_PTR)i); }
112 #define PtrToInt(p) ((INT)(INT_PTR) (p))
115 #define IntToPtr(i) ((VOID *)(INT_PTR)((int)i))
138 #define MAXINT_PTR ((INT_PTR)(MAXUINT_PTR >> 1))
correg.h 31 typedef INT_PTR mdScope;
34 typedef INT_PTR mdToken;
35 typedef INT_PTR mdModule;
36 typedef INT_PTR mdTypeDef;
37 typedef INT_PTR mdInterfaceImpl;
38 typedef INT_PTR mdTypeRef;
39 typedef INT_PTR mdNamespace;
40 typedef INT_PTR mdCustomValue;
41 typedef INT_PTR mdResource;
42 typedef INT_PTR mdCocatdef
    [all...]
  /external/lzma/CPP/Windows/Control/
PropertyPage.h 13 INT_PTR APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam);
44 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title);
Dialog.h 141 INT_PTR Create(LPCTSTR templateName, HWND parentWindow);
142 INT_PTR Create(UINT resID, HWND parentWindow) { return Create(MAKEINTRESOURCEW(resID), parentWindow); }
144 INT_PTR Create(LPCWSTR templateName, HWND parentWindow);
147 bool End(INT_PTR result) { return BOOLToBool(::EndDialog(_window, result)); }
PropertyPage.cpp 19 static INT_PTR APIENTRY MyProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam)
47 INT_PTR MyPropertySheet(const CObjectVector<CPageInfo> &pagesInfo, HWND hwndParent, const UString &title)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_socket_types.h 13 typedef INT_PTR SOCKET;
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_COMBO, parentWindow); }
PasswordDialog.h 25 INT_PTR Create(HWND parentWindow = 0) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); }
OverwriteDialog.h 54 INT_PTR Create(HWND parent = 0)
ProgressDialog.h 136 INT_PTR Create(const UString &title, NWindows::CThread &thread, HWND wndParent = 0)
139 INT_PTR res = CModalDialog::Create(IDD_PROGRESS, wndParent);
  /frameworks/base/media/mca/filterfw/jni/
jni_vertex_frame.cpp 40 jint* int_ptr = env->GetIntArrayElements(ints, NULL); local
42 if (int_ptr) {
43 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr),
45 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
jni_gl_frame.cpp 146 jint* int_ptr = env->GetIntArrayElements(ints, NULL); local
148 if (int_ptr) {
149 const bool success = frame->WriteData(reinterpret_cast<const uint8_t*>(int_ptr),
151 env->ReleaseIntArrayElements(ints, int_ptr, JNI_ABORT);
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-1.h 17 typedef int *int_ptr; typedef
26 void f5(int_ptr x);
35 int_ptr f13(void);
93 void f21(int_ptr x); // expected-warning{{pointer is missing a nullability type specifier}}
95 void f23(int_ptr _Nullable x);
  /external/clang/test/CodeGen/
mips-transparent-union.c 13 int *int_ptr; member in union:either_pointer
  /external/clang/test/Sema/
nullability.c 8 typedef int * int_ptr; typedef
48 typedef _Nonnull int_ptr (^ block_type_4)(int, int);
49 typedef _Nonnull int_ptr (* function_pointer_type_4)(int, int);
50 typedef void (* function_pointer_type_5)(int_ptr _Nonnull);
61 fp = (block_type_4)0; // expected-error{{from incompatible type 'block_type_4' (aka 'int_ptr _Nonnull (^)(int, int)')}}
  /external/ceres-solver/cmake/
FindSharedPtr.cmake 55 std::shared_ptr<int> int_ptr;
66 std::tr1::shared_ptr<int> int_ptr;
87 std::tr1::shared_ptr<int> int_ptr;
  /external/clang/test/SemaTemplate/
ext-vector-type.cpp 42 typedef int* int_ptr; typedef
45 typedef int_ptr __attribute__((ext_vector_type(Length))) type; // expected-error{{invalid vector element type}}
  /external/clang/test/Modules/
submodules.cpp 10 remove_reference<int&>::type *int_ptr = 0; // expected-error{{declaration of 'remove_reference' must be imported from module 'std.type_traits' before it is required}} variable
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 13 typedef int *int_ptr; typedef
25 void test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2,
31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}}
32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}}
46 (void)const_cast<int_ptr>(cip);
  /bionic/tests/
sys_mman_test.cpp 205 int* int_ptr = reinterpret_cast<int*>(map); local
207 *int_ptr++ = i;
212 int_ptr = reinterpret_cast<int*>(map);
214 ASSERT_EQ(i, *int_ptr++);
  /external/lzma/CPP/7zip/UI/GUI/
ExtractDialog.h 94 INT_PTR Create(HWND aWndParent = 0)

Completed in 942 milliseconds

1 2 3