Home
last modified time | relevance | path

Searched refs:CONST (Results 1 - 25 of 65) sorted by relevance

123

/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoa.h58 #ifndef CONST
60 #define CONST /* blank */ macro
62 #define CONST const macro
64 #endif /* CONST */
111 extern float strtof ANSI((CONST char *, char **));
112 extern double strtod ANSI((CONST char *, char **));
113 extern int strtodg ANSI((CONST char*, char**, FPI*, Long*, ULong*));
122 extern int strtoId ANSI((CONST char*, char**, double*, double*));
123 extern int strtoIdd ANSI((CONST char*, char**, double*, double*));
124 extern int strtoIf ANSI((CONST cha
[all...]
H A Dgdtoaimp.h591 extern CONST double bigtens[], tens[], tinytens[];
615 extern int gethex ANSI((CONST char**, FPI*, Long*, Bigint**, int));
617 extern int hexnan ANSI((CONST char**, FPI*, ULong*));
623 extern int match ANSI((CONST char**, char*));
632 extern Bigint *s2b ANSI((CONST char*, int, int, ULong, int));
635 extern int strtodg_l ANSI((CONST char*, char**, FPI*, Long*, ULong*, locale_t));
637 extern int strtoId ANSI((CONST char *, char **, double *, double *));
638 extern int strtoIdd ANSI((CONST char *, char **, double *, double *));
639 extern int strtoIf ANSI((CONST char *, char **, float *, float *));
640 extern int strtoIg ANSI((CONST cha
[all...]
H A Dhexnan.c55 CONST char **sp; FPI *fpi; ULong *x0; in hexnan()
57 hexnan( CONST char **sp, FPI *fpi, ULong *x0)
61 CONST char *s;
75 while((c = *(CONST unsigned char*)(s+1)) && c <= ' ')
78 && *(CONST unsigned char*)(s+3) > ' ')
80 while((c = *(CONST unsigned char*)++s)) {
95 while(*(CONST unsigned char*)(s+1) <= ' ')
98 && *(CONST unsigned char*)(s+3) > ' ')
H A Dstrtof.c38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; in strtof_l()
40 strtof_l(CONST char *s, char **sp, locale_t loc)
87 strtof(s, sp) CONST char *s; char **sp; in strtof()
89 strtof(CONST char *s, char **sp)
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b()
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
116 (CONST char **sp, char *t)
120 CONST char *s = *sp;
H A Dstrtord.c73 strtord_l(s, sp, rounding, d, locale) CONST char *s; char **sp; int rounding; in strtord_l()
76 strtord_l(CONST char *s, char **sp, int rounding, double *d, locale_t locale)
H A Dgethex.c41 CONST char **sp; FPI *fpi; Long *exp; Bigint **bp; int sign; in gethex()
43 gethex( CONST char **sp, FPI *fpi, Long *exp, Bigint **bp, int sign)
47 CONST unsigned char *decpt, *s0, *s, *s1;
73 s0 = *(CONST unsigned char **)sp + 2;
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DD3DKMT.cpp86 D3DKMTDestroyAllocation(CONST D3DKMT_DESTROYALLOCATION *pData) in D3DKMTDestroyAllocation()
94 D3DKMTSetAllocationPriority(CONST D3DKMT_SETALLOCATIONPRIORITY *pData) in D3DKMTSetAllocationPriority()
102 D3DKMTQueryAllocationResidency(CONST D3DKMT_QUERYALLOCATIONRESIDENCY *pData) in D3DKMTQueryAllocationResidency()
119 D3DKMTDestroyDevice(CONST D3DKMT_DESTROYDEVICE *pData) in D3DKMTDestroyDevice()
135 D3DKMTDestroyContext(CONST D3DKMT_DESTROYCONTEXT *pData) in D3DKMTDestroyContext()
167 D3DKMTDestroySynchronizationObject(CONST D3DKMT_DESTROYSYNCHRONIZATIONOBJECT *pData) in D3DKMTDestroySynchronizationObject()
175 D3DKMTWaitForSynchronizationObject(CONST D3DKMT_WAITFORSYNCHRONIZATIONOBJECT *pData) in D3DKMTWaitForSynchronizationObject()
183 D3DKMTWaitForSynchronizationObject2(CONST D3DKMT_WAITFORSYNCHRONIZATIONOBJECT2 *pData) in D3DKMTWaitForSynchronizationObject2()
191 D3DKMTSignalSynchronizationObject(CONST D3DKMT_SIGNALSYNCHRONIZATIONOBJECT *pData) in D3DKMTSignalSynchronizationObject()
199 D3DKMTSignalSynchronizationObject2(CONST D3DKMT_SIGNALSYNCHRONIZATIONOBJECT
[all...]
/third_party/mesa3d/src/mesa/x86/
H A Dcommon_x86_asm.S38 * with macros like CONST, LLBL that expand to CONCAT(...). Putting spaces
57 XOR_L (CONST(0x00200000), EAX)
66 XOR_L (CONST(0xff), EAX)
184 SUB_L ( CONST( 8 ), ESP )
193 AND_L ( CONST( 0xfffffdff ), REGOFF( -8, EBP ) )
198 PUSH_L ( CONST( 0x3f800000 ) )
199 PUSH_L ( CONST( 0x3f800000 ) )
200 PUSH_L ( CONST( 0x3f800000 ) )
201 PUSH_L ( CONST( 0x3f800000 ) )
/third_party/ffmpeg/libavfilter/
H A Dyadif_common.c196 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } macro
200 CONST("send_frame", "send one frame for each frame", YADIF_MODE_SEND_FRAME, "mode"),
201 CONST("send_field", "send one frame for each field", YADIF_MODE_SEND_FIELD, "mode"),
202 CONST("send_frame_nospatial", "send one frame for each frame, but skip spatial interlacing check", YADIF_MODE_SEND_FRAME_NOSPATIAL, "mode"),
203 CONST("send_field_nospatial", "send one frame for each field, but skip spatial interlacing check", YADIF_MODE_SEND_FIELD_NOSPATIAL, "mode"),
206 CONST("tff", "assume top field first", YADIF_PARITY_TFF, "parity"),
207 CONST("bff", "assume bottom field first", YADIF_PARITY_BFF, "parity"),
208 CONST("auto", "auto detect parity", YADIF_PARITY_AUTO, "parity"),
211 CONST("all", "deinterlace all frames", YADIF_DEINT_ALL, "deint"),
212 CONST("interlace
[all...]
H A Dvf_phase.c78 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } macro
82 CONST("p", "progressive", PROGRESSIVE, "mode"),
83 CONST("t", "top first", TOP_FIRST, "mode"),
84 CONST("b", "bottom first", BOTTOM_FIRST, "mode"),
85 CONST("T", "top first analyze", TOP_FIRST_ANALYZE, "mode"),
86 CONST("B", "bottom first analyze", BOTTOM_FIRST_ANALYZE, "mode"),
87 CONST("u", "analyze", ANALYZE, "mode"),
88 CONST("U", "full analyze", FULL_ANALYZE, "mode"),
89 CONST("a", "auto", AUTO, "mode"),
90 CONST("
[all...]
H A Dvf_mestimate.c50 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } macro
54 CONST("esa", "exhaustive search", AV_ME_METHOD_ESA, "method"),
55 CONST("tss", "three step search", AV_ME_METHOD_TSS, "method"),
56 CONST("tdls", "two dimensional logarithmic search", AV_ME_METHOD_TDLS, "method"),
57 CONST("ntss", "new three step search", AV_ME_METHOD_NTSS, "method"),
58 CONST("fss", "four step search", AV_ME_METHOD_FSS, "method"),
59 CONST("ds", "diamond search", AV_ME_METHOD_DS, "method"),
60 CONST("hexbs", "hexagon-based search", AV_ME_METHOD_HEXBS, "method"),
61 CONST("epzs", "enhanced predictive zonal search", AV_ME_METHOD_EPZS, "method"),
62 CONST("um
[all...]
H A Dvf_mcdeint.c83 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } macro
87 CONST("fast", NULL, MODE_FAST, "mode"),
88 CONST("medium", NULL, MODE_MEDIUM, "mode"),
89 CONST("slow", NULL, MODE_SLOW, "mode"),
90 CONST("extra_slow", NULL, MODE_EXTRA_SLOW, "mode"),
93 CONST("tff", "assume top field first", PARITY_TFF, "parity"),
94 CONST("bff", "assume bottom field first", PARITY_BFF, "parity"),
H A Dvf_codecview.c61 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } macro
65 CONST("pf", "forward predicted MVs of P-frames", MV_P_FOR, "mv"),
66 CONST("bf", "forward predicted MVs of B-frames", MV_B_FOR, "mv"),
67 CONST("bb", "backward predicted MVs of B-frames", MV_B_BACK, "mv"),
71 CONST("fp", "forward predicted MVs", MV_TYPE_FOR, "mv_type"),
72 CONST("bp", "backward predicted MVs", MV_TYPE_BACK, "mv_type"),
75 CONST("if", "I-frames", FRAME_TYPE_I, "frame_type"),
76 CONST("pf", "P-frames", FRAME_TYPE_P, "frame_type"),
77 CONST("bf", "B-frames", FRAME_TYPE_B, "frame_type"),
H A Dvf_w3fdif.c55 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } macro
59 CONST("simple", NULL, 0, "filter"),
60 CONST("complex", NULL, 1, "filter"),
62 CONST("frame", "send one frame for each frame", 0, "mode"),
63 CONST("field", "send one frame for each field", 1, "mode"),
65 CONST("tff", "assume top field first", 0, "parity"),
66 CONST("bff", "assume bottom field first", 1, "parity"),
67 CONST("auto", "auto detect parity", -1, "parity"),
69 CONST("all", "deinterlace all frames", 0, "deint"),
70 CONST("interlace
[all...]
H A Dvf_bwdif.c364 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } macro
368 CONST("send_frame", "send one frame for each frame", YADIF_MODE_SEND_FRAME, "mode"),
369 CONST("send_field", "send one frame for each field", YADIF_MODE_SEND_FIELD, "mode"),
372 CONST("tff", "assume top field first", YADIF_PARITY_TFF, "parity"),
373 CONST("bff", "assume bottom field first", YADIF_PARITY_BFF, "parity"),
374 CONST("auto", "auto detect parity", YADIF_PARITY_AUTO, "parity"),
377 CONST("all", "deinterlace all frames", YADIF_DEINT_ALL, "deint"),
378 CONST("interlaced", "only deinterlace frames marked as interlaced", YADIF_DEINT_INTERLACED, "deint"),
H A Dvf_estdif.c83 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } macro
87 CONST("frame", "send one frame for each frame", 0, "mode"),
88 CONST("field", "send one frame for each field", 1, "mode"),
90 CONST("tff", "assume top field first", 0, "parity"),
91 CONST("bff", "assume bottom field first", 1, "parity"),
92 CONST("auto", "auto detect parity", -1, "parity"),
94 CONST("all", "deinterlace all frames", 0, "deint"),
95 CONST("interlaced", "only deinterlace frames marked as interlaced", 1, "deint"),
102 CONST("2p", "two-point interpolation", 0, "interp"),
103 CONST("
[all...]
H A Dvf_minterpolate.c202 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, unit } macro
207 CONST("dup", "duplicate frames", MI_MODE_DUP, "mi_mode"),
208 CONST("blend", "blend frames", MI_MODE_BLEND, "mi_mode"),
209 CONST("mci", "motion compensated interpolation", MI_MODE_MCI, "mi_mode"),
211 CONST("obmc", "overlapped block motion compensation", MC_MODE_OBMC, "mc_mode"),
212 CONST("aobmc", "adaptive overlapped block motion compensation", MC_MODE_AOBMC, "mc_mode"),
214 CONST("bidir", "bidirectional motion estimation", ME_MODE_BIDIR, "me_mode"),
215 CONST("bilat", "bilateral motion estimation", ME_MODE_BILAT, "me_mode"),
217 CONST("esa", "exhaustive search", AV_ME_METHOD_ESA, "me"),
218 CONST("ts
[all...]
H A Dvf_histeq.c71 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_MAX, FLAGS, unit } macro
77 CONST("none", "apply no antibanding", HISTEQ_ANTIBANDING_NONE, "antibanding"),
78 CONST("weak", "apply weak antibanding", HISTEQ_ANTIBANDING_WEAK, "antibanding"),
79 CONST("strong", "apply strong antibanding", HISTEQ_ANTIBANDING_STRONG, "antibanding"),
/third_party/typescript/tests/baselines/reference/
H A DconstEnum2.js8 const CONST = 9000 % 2;
13 g = CONST,
21 var CONST = 9000 % 2; variable
25 declare const CONST: number;
/third_party/mesa3d/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.h46 CONST PIXELFORMATDESCRIPTOR *ppfd);
60 CONST PIXELFORMATDESCRIPTOR *ppfd);
84 CONST WGLSWAP *ps);
H A Dstw_wgl.c119 CONST WGLSWAP *ps) in wglSwapMultipleBuffers()
149 CONST PIXELFORMATDESCRIPTOR *ppfd ) in wglChoosePixelFormat()
344 CONST COLORREF *pcr ) in wglSetLayerPaletteEntries()
/third_party/ninja/src/
H A Dminidump-win32.cc29 IN CONST PMINIDUMP_EXCEPTION_INFORMATION, OPTIONAL
30 IN CONST PMINIDUMP_USER_STREAM_INFORMATION, OPTIONAL
31 IN CONST PMINIDUMP_CALLBACK_INFORMATION OPTIONAL
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h34 CONST = 1, ///< Value is a constant. enumerator
71 kind = CONST; in SDDbgValue()
105 const Value *getConst() const { assert (kind==CONST); return u.Const; } in getConst()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A Dfunctionswgl_typedefs.h51 typedef int(WINAPI *PFNWGLSETLAYERPALETTEENTRIESPROC)(HDC, int, int, int, CONST COLORREF *);
55 typedef DWORD(WINAPI *PFNWGLSWAPMULTIPLEBUFFERSPROC)(UINT, CONST WGLSWAP *);

Completed in 12 milliseconds

123