/third_party/FreeBSD/contrib/gdtoa/ |
D | gdtoa.h | 58 #ifndef CONST 60 #define CONST /* blank */ macro 62 #define CONST const macro 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 char*, char**, float*, float*)); 125 extern int strtoIQ ANSI((CONST char*, char**, void*, void*)); [all …]
|
D | gdtoaimp.h | 591 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 char*, char**, FPI*, Long*, Bigint**, int*)); [all …]
|
D | hexnan.c | 55 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) > ' ')
|
D | strtof.c | 38 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)
|
D | smisc.c | 37 (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;
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | D3DKMT.cpp | 86 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_SIGNALSYNCHRONIZATIONOBJECT2 *pData) in D3DKMTSignalSynchronizationObject2() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_phase.c | 78 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, u… 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("A", "auto analyze", AUTO_ANALYZE, "mode"),
|
D | yadif_common.c | 196 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_M… macro 200 …CONST("send_frame", "send one frame for each frame", … 201 …CONST("send_field", "send one frame for each field", … 202 …CONST("send_frame_nospatial", "send one frame for each frame, but skip spatial interlacing check",… 203 …CONST("send_field_nospatial", "send one frame for each field, but skip spatial interlacing check",… 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, "dein… 212 …CONST("interlaced", "only deinterlace frames marked as interlaced", YADIF_DEINT_INTERLACED, "dein…
|
D | vf_codecview.c | 61 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, u… 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"),
|
D | vf_mestimate.c | 50 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, u… 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("umh", "uneven multi-hexagon search", AV_ME_METHOD_UMH, "method"),
|
D | vf_mcdeint.c | 83 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_M… 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"),
|
D | vf_estdif.c | 83 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, u… 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("4p", "four-point interpolation", 1, "interp"), [all …]
|
D | vf_w3fdif.c | 55 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, 0, 0, FLAGS, u… 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("interlaced", "only deinterlace frames marked as interlaced", 1, "deint"),
|
D | vf_bwdif.c | 364 #define CONST(name, help, val, unit) { name, help, 0, AV_OPT_TYPE_CONST, {.i64=val}, INT_MIN, INT_M… 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…
|
/third_party/mesa3d/src/mesa/x86/ |
D | common_x86_asm.S | 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/typescript/tests/baselines/reference/ |
D | constEnum2.js | 8 const CONST = 9000 % 2; constant 13 g = CONST, 21 var CONST = 9000 % 2; variable 25 declare const CONST: number;
|
D | constEnum2.symbols | 8 const CONST = 9000 % 2; 9 >CONST : Symbol(CONST, Decl(constEnum2.ts, 6, 5)) 36 g = CONST, 38 >CONST : Symbol(CONST, Decl(constEnum2.ts, 6, 5))
|
D | constEnum2.types | 8 const CONST = 9000 % 2; 9 >CONST : number 54 g = CONST, 56 >CONST : number
|
/third_party/mesa3d/src/gallium/tests/graw/fragment-shader/ |
D | frag-cb-1d.txt | 5 DCL CONST[0][1] 6 DCL CONST[0][3] 9 ADD TEMP[0], IN[0], CONST[0][1] 10 RCP TEMP[1], CONST[0][3].xxxx
|
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/ |
D | vert-cb-1d.txt | 7 DCL CONST[0][1] 8 DCL CONST[0][3] 12 ADD TEMP[0], IN[1], CONST[0][1] 13 RCP TEMP[1], CONST[0][3].xxxx
|
D | vert-cb-2d.txt | 7 DCL CONST[1][1..2] 10 MAD OUT[1], IN[1], CONST[1][2], CONST[1][1]
|
/third_party/mesa3d/src/gallium/tests/graw/geometry-shader/ |
D | mov-cb-2d.txt | 9 DCL CONST[1][0..6] 12 MOV OUT[1], CONST[1][0] 16 MOV OUT[1], CONST[1][1] 20 MOV OUT[1], CONST[1][4]
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
D | stw_wgl.h | 46 CONST PIXELFORMATDESCRIPTOR *ppfd); 60 CONST PIXELFORMATDESCRIPTOR *ppfd); 84 CONST WGLSWAP *ps);
|
/third_party/ninja/src/ |
D | minidump-win32.cc | 29 IN CONST PMINIDUMP_EXCEPTION_INFORMATION, OPTIONAL 30 IN CONST PMINIDUMP_USER_STREAM_INFORMATION, OPTIONAL 31 IN CONST PMINIDUMP_CALLBACK_INFORMATION OPTIONAL
|
/third_party/typescript/tests/cases/conformance/constEnums/ |
D | constEnum2.ts | 9 const CONST = 9000 % 2; constant 14 g = CONST,
|