HomeSort by relevance Sort by last modified time
    Searched refs:CONST (Results 51 - 75 of 293) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpaddr.h 91 # define DPNA_HEADER (const WCHAR []){ 'x','-','d','i','r','e','c','t','p','l','a','y',':','/',0 }
92 # define DPNA_KEY_APPLICATION_INSTANCE (const WCHAR []){ 'a','p','p','l','i','c','a','t','i','o','n','i','n','s','t','a','n','c','e',0 }
93 # define DPNA_KEY_BAUD (const WCHAR []){ 'b','a','u','d',0 }
94 # define DPNA_KEY_DEVICE (const WCHAR []){ 'd','e','v','i','c','e',0 }
95 # define DPNA_KEY_FLOWCONTROL (const WCHAR []){ 'f','l','o','w','c','o','n','t','r','o','l',0 }
96 # define DPNA_KEY_HOSTNAME (const WCHAR []){ 'h','o','s','t','n','a','m','e',0 }
97 # define DPNA_KEY_NAMEINFO (const WCHAR []){ 'n','a','m','e','i','n','f','o',0 }
98 # define DPNA_KEY_PARITY (const WCHAR []){ 'p','a','r','i','t','y',0 }
99 # define DPNA_KEY_PHONENUMBER (const WCHAR []){ 'p','h','o','n','e','n','u','m','b','e','r',0 }
100 # define DPNA_KEY_PORT (const WCHAR []){ 'p','o','r','t',0
    [all...]
d3dx9effect.h 66 CONST DWORD *pVertexShaderFunction;
67 CONST DWORD *pPixelShaderFunction;
125 STDMETHOD(SetBoolArray)(THIS_ D3DXHANDLE parameter, CONST WINBOOL* b, UINT count) PURE;
129 STDMETHOD(SetIntArray)(THIS_ D3DXHANDLE parameter, CONST INT* n, UINT count) PURE;
133 STDMETHOD(SetFloatArray)(THIS_ D3DXHANDLE parameter, CONST FLOAT* f, UINT count) PURE;
135 STDMETHOD(SetVector)(THIS_ D3DXHANDLE parameter, CONST D3DXVECTOR4* vector) PURE;
137 STDMETHOD(SetVectorArray)(THIS_ D3DXHANDLE parameter, CONST D3DXVECTOR4* vector, UINT count) PURE;
139 STDMETHOD(SetMatrix)(THIS_ D3DXHANDLE parameter, CONST D3DXMATRIX* matrix) PURE;
141 STDMETHOD(SetMatrixArray)(THIS_ D3DXHANDLE parameter, CONST D3DXMATRIX* matrix, UINT count) PURE;
143 STDMETHOD(SetMatrixPointerArray)(THIS_ D3DXHANDLE parameter, CONST D3DXMATRIX** matrix, UINT count) PURE
    [all...]
ntdef.h 89 #ifndef CONST
90 #define CONST const
302 typedef CONST UCHAR *PCUCHAR;
303 typedef CONST USHORT *PCUSHORT;
304 typedef CONST ULONG *PCULONG;
351 typedef CONST CHAR *LPCCH, *PCCH;
354 typedef CONST PSTR *PCZPSTR;
355 typedef CONST CHAR *LPCSTR, *PCSTR;
360 typedef CONST char *PCSZ
    [all...]
wincon.h 207 WINBASEAPI WINBOOL WINAPI WriteConsoleInputA(HANDLE hConsoleInput,CONST INPUT_RECORD *lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsWritten);
208 WINBASEAPI WINBOOL WINAPI WriteConsoleInputW(HANDLE hConsoleInput,CONST INPUT_RECORD *lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsWritten);
211 WINBASEAPI WINBOOL WINAPI WriteConsoleOutputA(HANDLE hConsoleOutput,CONST CHAR_INFO *lpBuffer,COORD dwBufferSize,COORD dwBufferCoord,PSMALL_RECT lpWriteRegion);
212 WINBASEAPI WINBOOL WINAPI WriteConsoleOutputW(HANDLE hConsoleOutput,CONST CHAR_INFO *lpBuffer,COORD dwBufferSize,COORD dwBufferCoord,PSMALL_RECT lpWriteRegion);
218 WINBASEAPI WINBOOL WINAPI WriteConsoleOutputAttribute(HANDLE hConsoleOutput,CONST WORD *lpAttribute,DWORD nLength,COORD dwWriteCoord,LPDWORD lpNumberOfAttrsWritten);
236 WINBASEAPI WINBOOL WINAPI SetConsoleCursorInfo(HANDLE hConsoleOutput,CONST CONSOLE_CURSOR_INFO *lpConsoleCursorInfo);
237 WINBASEAPI WINBOOL WINAPI ScrollConsoleScreenBufferA(HANDLE hConsoleOutput,CONST SMALL_RECT *lpScrollRectangle,CONST SMALL_RECT *lpClipRectangle,COORD dwDestinationOrigin,CONST CHAR_INFO *lpFill);
238 WINBASEAPI WINBOOL WINAPI ScrollConsoleScreenBufferW(HANDLE hConsoleOutput,CONST SMALL_RECT *lpScrollRectangle,CONST SMALL_RECT *lpClipRectangle,COORD dwDestinationOrigin,CONST CH (…)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclapi.swg 26 typedef int (*swig_wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []);
27 typedef int (*swig_wrapper_func)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []);
32 const char *name;
37 const char *name;
43 const char *name;
50 const char **base_names;
65 const char *name;
66 int (*wrapper)(ClientData, Tcl_Interp *, int, Tcl_Obj *CONST []);
72 const char *name;
87 SWIG_Tcl_SetConstantObj(Tcl_Interp *interp, const char* name, Tcl_Obj *obj)
    [all...]
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_fixed.h 25 #define CONST __attribute__((const))
28 const GGLfixed FIXED_BITS = 16;
29 const GGLfixed FIXED_EPSILON = 1;
30 const GGLfixed FIXED_ONE = 1L<<FIXED_BITS;
31 const GGLfixed FIXED_HALF = 1L<<(FIXED_BITS-1);
32 const GGLfixed FIXED_MIN = 0x80000000L;
33 const GGLfixed FIXED_MAX = 0x7FFFFFFFL;
86 GGLfixed gglPowx(GGLfixed x, GGLfixed y) CONST;
87 GGLfixed gglSqrtx(GGLfixed a) CONST;
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.h 56 MinidumpGenerator(const std::wstring& dump_path,
57 const HANDLE process_handle,
58 const DWORD process_id,
59 const DWORD thread_id,
60 const DWORD requesting_thread_id,
63 const MINIDUMP_TYPE dump_type,
64 const bool is_client_pointers);
68 void SetDumpFile(const HANDLE dump_file) { dump_file_ = dump_file; }
69 void SetFullDumpFile(const HANDLE full_dump_file) {
106 CONST PMINIDUMP_EXCEPTION_INFORMATION ExceptionParam
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 29 enum AdaptationMode { CONST, INV_LINEAR, INV_QUADRATIC, INV_SQRT };
  /external/mesa3d/src/mesa/x86/
3dnow_xform2.S 46 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX) )
47 OR_B ( CONST(VEC_SIZE_4), REGOFF(V4F_FLAGS, ECX) )
102 ADD_L ( CONST(16), EDX ) /* next r */
127 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX) )
128 OR_B ( CONST(VEC_SIZE_4), REGOFF(V4F_FLAGS, ECX) )
158 ADD_L ( CONST(16), EDX ) /* next r */
183 MOV_L ( CONST(3), REGOFF(V4F_SIZE, ECX) )
184 OR_B ( CONST(VEC_SIZE_3 ), REGOFF(V4F_FLAGS, ECX) )
235 ADD_L ( CONST(16), EDX ) /* next r */
260 MOV_L ( CONST(3), REGOFF(V4F_SIZE, ECX)
    [all...]
3dnow_xform3.S 46 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX) )
47 OR_B ( CONST(VEC_SIZE_4), REGOFF(V4F_FLAGS, ECX) )
100 ADD_L ( CONST(16), EDX ) /* next output vertex */
131 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX) )
132 OR_B ( CONST(VEC_SIZE_4), REGOFF(V4F_FLAGS, ECX) )
178 ADD_L ( CONST(16), EDX ) /* next r */
212 MOV_L ( CONST(3), REGOFF(V4F_SIZE, ECX) )
213 OR_B ( CONST(VEC_SIZE_3), REGOFF(V4F_FLAGS, ECX) )
247 ADD_L ( CONST(16), EDX ) /* next r */
300 MOV_L ( CONST(3), REGOFF(V4F_SIZE, ECX)
    [all...]
3dnow_xform4.S 46 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX) )
47 OR_B ( CONST(VEC_SIZE_4), REGOFF(V4F_FLAGS, ECX) )
82 ADD_L ( CONST(16), EDX ) /* next r */
139 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX) )
140 OR_B ( CONST(VEC_SIZE_4), REGOFF(V4F_FLAGS, ECX) )
183 ADD_L ( CONST(16), EDX ) /* next r */
219 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX) )
220 OR_B ( CONST(VEC_SIZE_4), REGOFF(V4F_FLAGS, ECX) )
269 ADD_L ( CONST(16), EDX ) /* next r */
308 MOV_L ( CONST(4), REGOFF(V4F_SIZE, ECX)
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtord.c 76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d;
78 strtord(CONST char *s, char **sp, int rounding, double *d)
smisc.c 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
126 (CONST char **sp, char *t)
130 CONST char *s = *sp;
strtorQ.c 100 strtorQ(s, sp, rounding, L) CONST char *s; char **sp; int rounding; void *L;
102 strtorQ(CONST char *s, char **sp, int rounding, void *L)
  /external/mesa3d/src/mesa/math/
m_trans_tmp.h 32 CONST void *ptr,
36 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
37 const GLubyte *first = f;
58 CONST void *ptr,
62 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
63 const GLubyte *first = f;
83 CONST void *ptr,
87 const GLubyte *f = (GLubyte *) ptr + SRC_START * stride;
88 const GLubyte *first = f;
105 CONST void *ptr
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 34 CONST = 1, // value is a constant
43 const Value *Const; // valid for constants
66 SDDbgValue(MDNode *Var, MDNode *Expr, const Value *C, uint64_t off,
69 kind = CONST;
70 u.Const = C;
82 DbgValueKind getKind() const { return kind; }
85 MDNode *getVariable() const { return Var; }
88 MDNode *getExpression() const { return Expr; }
91 SDNode *getSDNode() const { assert (kind==SDNODE); return u.s.Node;
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPProcessor_OEM.c 94 DBAPI DSPProcessor_Load(DSP_HPROCESSOR hProcessor, IN CONST INT iArgc,
95 IN CONST CHAR **aArgv, IN CONST CHAR **aEnvp)
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 50 public static final int CONST = 5;
318 case CONST: return "const";
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 50 public static final int CONST = 5;
318 case CONST: return "const";
  /external/clang/test/SemaCXX/
implicit-member-functions.cpp 7 B::B(const B&) { } // expected-error {{definition of implicitly declared copy constructor}}
10 C& C::operator=(const C&) { return *this; } // expected-error {{definition of implicitly declared copy assignment operator}}
25 B(const A& a) {
26 operator = (CONST);
30 B& operator = (const A& a) {
34 void f(const A &a) {
38 static const B CONST;
56 static const T &get();
66 A(const T &)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 50 public static final int CONST = 5;
318 case CONST: return "const";
  /hardware/ti/omap3/dspbridge/inc/
dbtype.h 68 #ifndef CONST
69 #define CONST const
nldrdefs.h 151 IN CONST struct DCD_NODEPROPS *pNodeProps,
178 IN CONST struct NLDR_ATTRS * pAttrs);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbtype.h 68 #ifndef CONST
69 #define CONST const
nldrdefs.h 151 IN CONST struct DCD_NODEPROPS *pNodeProps,
178 IN CONST struct NLDR_ATTRS * pAttrs);

Completed in 1675 milliseconds

1 23 4 5 6 7 8 91011>>