Home
last modified time | relevance | path

Searched refs:const (Results 1 - 25 of 209) sorted by relevance

123456789

/third_party/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py32 self.const = 0 # bool
51 if self.const:
52 s += "const "
129 const = 0
135 if i == "const":
137 t.const = 1
139 const = 1
151 self.set_base_type( "int", signed, unsigned, const, extra_types )
152 const = 0
169 self.set_base_type( i, signed, unsigned, const, extra_type
[all...]
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_nlmeans.asm40 ; void ff_compute_weights_line(const uint32_t *const iia,
41 ; const uint32_t *const iib,
42 ; const uint32_t *const iid,
43 ; const uint32_t *const iie,
44 ; const uint8_t *const sr
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dnativetypes.py80 const = child.as_const(frame.eval_ctx)
81 if not has_safe_repr(const):
91 if hasattr(const, '__html__'):
92 const = const.__html__()
94 const = escape(const)
96 const = const_finalize(const)
104 body[-1].append(const)
[all...]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DParseC.pm282 static ossl_inline OSSL_FUNC_$2_fn *OSSL_FUNC_$2(const OSSL_DISPATCH *opf);
298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
299 int (*cfn)(const $1 *, const $1 *));
302 static ossl_inline $1 *lh_$1_delete(LHASH_OF($1) *lh, const $1 *d);
303 static ossl_inline $1 *lh_$1_retrieve(LHASH_OF($1) *lh, const $1 *d);
306 static ossl_inline void lh_$1_node_stats_bio(const LHASH_OF($1) *lh, BIO *out);
307 static ossl_inline void lh_$1_node_usage_stats_bio(const LHASH_OF($1) *lh,
309 static ossl_inline void lh_$1_stats_bio(const LHASH_OF($1) *lh, BIO *out);
339 typedef int (*sk_$1_compfunc)(const
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A DParseC.pm282 static ossl_inline OSSL_FUNC_$2_fn *OSSL_FUNC_$2(const OSSL_DISPATCH *opf);
298 static ossl_inline LHASH_OF($1) * lh_$1_new(unsigned long (*hfn)(const $1 *),
299 int (*cfn)(const $1 *, const $1 *));
302 static ossl_inline $1 *lh_$1_delete(LHASH_OF($1) *lh, const $1 *d);
303 static ossl_inline $1 *lh_$1_retrieve(LHASH_OF($1) *lh, const $1 *d);
306 static ossl_inline void lh_$1_node_stats_bio(const LHASH_OF($1) *lh, BIO *out);
307 static ossl_inline void lh_$1_node_usage_stats_bio(const LHASH_OF($1) *lh,
309 static ossl_inline void lh_$1_stats_bio(const LHASH_OF($1) *lh, BIO *out);
339 typedef int (*sk_$1_compfunc)(const
[all...]
/third_party/ffmpeg/libavutil/x86/
H A Dpixelutils.asm29 ; int ff_pixelutils_sad_8x8_mmxext(const uint8_t *src1, ptrdiff_t stride1,
30 ; const uint8_t *src2, ptrdiff_t stride2);
49 ; int ff_pixelutils_sad_16x16_sse2(const uint8_t *src1, ptrdiff_t stride1,
50 ; const uint8_t *src2, ptrdiff_t stride2);
79 ; int ff_pixelutils_sad_[au]_16x16_sse2(const uint8_t *src1, ptrdiff_t stride1,
80 ; const uint8_t *src2, ptrdiff_t stride2);
195 ; int ff_pixelutils_sad_32x32_sse2(const uint8_t *src1, ptrdiff_t stride1,
196 ; const uint8_t *src2, ptrdiff_t stride2);
214 ; int ff_pixelutils_sad_[au]_32x32_sse2(const uint8_t *src1, ptrdiff_t stride1,
215 ; const uint8_
[all...]
H A Dfloat_dsp.asm31 ; void vector_fmul(float *dst, const float *src0, const float *src1, int len)
62 ; void vector_dmul(double *dst, const double *src0, const double *src1, int len)
95 ; void ff_vector_fmac_scalar(float *dst, const float *src, float mul, int len)
159 ; void ff_vector_fmul_scalar(float *dst, const float *src, float mul, int len)
188 ; void ff_vector_dmac_scalar(double *dst, const double *src, double mul,
251 ; void ff_vector_dmul_scalar(double *dst, const double *src, double mul,
294 ; vector_fmul_window(float *dst, const float *src0,
295 ; const floa
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dnativetypes.py51 const = node.as_const(frame.eval_ctx)
53 if not has_safe_repr(const):
57 return const
59 return finalize.const(const)
/third_party/skia/third_party/externals/jinja2/
H A Dnativetypes.py51 const = node.as_const(frame.eval_ctx)
53 if not has_safe_repr(const):
57 return const
59 return finalize.const(const)
/third_party/ffmpeg/libavcodec/x86/
H A Daacencdsp.asm32 ;void ff_abs_pow34(float *out, const float *in, const int size);
52 ;void ff_aac_quantize_bands(int *out, const float *in, const float *scaled,
53 ; int size, int is_signed, int maxval, const float Q34,
54 ; const float rounding)
H A Dv210enc.asm53 ; v210_planar_pack_10(const uint16_t *y, const uint16_t *u, const uint16_t *v, uint8_t *dst, ptrdiff_t width)
108 ; v210_planar_pack_8(const uint8_t *y, const uint8_t *u, const uint8_t *v, uint8_t *dst, ptrdiff_t width)
/third_party/jinja2/
H A Dnativetypes.py65 const = node.as_const(frame.eval_ctx)
67 if not has_safe_repr(const):
71 return const
73 return finalize.const(const) # type: ignore
/third_party/protobuf/php/src/Google/Protobuf/
H A DSyntax.php21 const SYNTAX_PROTO2 = 0;
27 const SYNTAX_PROTO3 = 1;
45 $const = __CLASS__ . '::' . strtoupper($name); variable
46 if (!defined($const)) {
50 return constant($const);
H A DNullValue.php23 const NULL_VALUE = 0;
41 $const = __CLASS__ . '::' . strtoupper($name); variable
42 if (!defined($const)) {
46 return constant($const);
/third_party/protobuf/php/src/Google/Protobuf/Field/
H A DCardinality.php21 const CARDINALITY_UNKNOWN = 0;
27 const CARDINALITY_OPTIONAL = 1;
33 const CARDINALITY_REQUIRED = 2;
39 const CARDINALITY_REPEATED = 3;
59 $const = __CLASS__ . '::' . strtoupper($name); variable
60 if (!defined($const)) {
64 return constant($const);
H A DKind.php21 const TYPE_UNKNOWN = 0;
27 const TYPE_DOUBLE = 1;
33 const TYPE_FLOAT = 2;
39 const TYPE_INT64 = 3;
45 const TYPE_UINT64 = 4;
51 const TYPE_INT32 = 5;
57 const TYPE_FIXED64 = 6;
63 const TYPE_FIXED32 = 7;
69 const TYPE_BOOL = 8;
75 const TYPE_STRIN
164 $const = __CLASS__ . '::' . strtoupper($name); global() variable
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/
H A DLabel.php19 const LABEL_OPTIONAL = 1;
23 const LABEL_REQUIRED = 2;
27 const LABEL_REPEATED = 3;
47 $const = __CLASS__ . '::' . strtoupper($name); variable
48 if (!defined($const)) {
52 return constant($const);
H A DType.php20 const TYPE_DOUBLE = 1;
24 const TYPE_FLOAT = 2;
31 const TYPE_INT64 = 3;
35 const TYPE_UINT64 = 4;
42 const TYPE_INT32 = 5;
46 const TYPE_FIXED64 = 6;
50 const TYPE_FIXED32 = 7;
54 const TYPE_BOOL = 8;
58 const TYPE_STRING = 9;
67 const TYPE_GROU
142 $const = __CLASS__ . '::' . strtoupper($name); global() variable
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldOptions/
H A DJSType.php19 const JS_NORMAL = 0;
25 const JS_STRING = 1;
31 const JS_NUMBER = 2;
51 $const = __CLASS__ . '::' . strtoupper($name); variable
52 if (!defined($const)) {
56 return constant($const);
H A DCType.php19 const STRING = 0;
23 const CORD = 1;
27 const STRING_PIECE = 2;
47 $const = __CLASS__ . '::' . strtoupper($name); variable
48 if (!defined($const)) {
52 return constant($const);
/third_party/protobuf/php/src/Google/Protobuf/Internal/MethodOptions/
H A DIdempotencyLevel.php21 const IDEMPOTENCY_UNKNOWN = 0;
27 const NO_SIDE_EFFECTS = 1;
33 const IDEMPOTENT = 2;
53 $const = __CLASS__ . '::' . strtoupper($name); variable
54 if (!defined($const)) {
58 return constant($const);
/third_party/protobuf/php/src/Google/Protobuf/Internal/FileOptions/
H A DOptimizeMode.php21 const SPEED = 1;
27 const CODE_SIZE = 2;
33 const LITE_RUNTIME = 3;
53 $const = __CLASS__ . '::' . strtoupper($name); variable
54 if (!defined($const)) {
58 return constant($const);
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-x86.pl841 $const="ecx";
945 &blindpop ($const);
946 &lea ($const,&DWP(&label("bswap")."-".&label("pic"),$const));
962 &pand ($T3,&QWP(16,$const)); # 0x1c2_polynomial
988 &blindpop ($const);
989 &lea ($const,&DWP(&label("bswap")."-".&label("pic"),$const));
992 &movdqa ($T3,&QWP(0,$const));
1014 &blindpop ($const);
[all...]
/third_party/openssl/crypto/modes/asm/
H A Dghash-x86.pl841 $const="ecx";
945 &blindpop ($const);
946 &lea ($const,&DWP(&label("bswap")."-".&label("pic"),$const));
962 &pand ($T3,&QWP(16,$const)); # 0x1c2_polynomial
988 &blindpop ($const);
989 &lea ($const,&DWP(&label("bswap")."-".&label("pic"),$const));
992 &movdqa ($T3,&QWP(0,$const));
1014 &blindpop ($const);
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Doutput.asm101 ; void yuv2plane1_<output_size>_<opt>(const int16_t *src, uint8_t *dst, int dstW,
102 ; const uint8_t *dither, int offset)
104 ; void yuv2planeX_<output_size>_<opt>(const int16_t *filter, int filterSize,
105 ; const int16_t **src, uint8_t *dst, int dstW,
106 ; const uint8_t *dither, int offset)
464 ; void ff_yuv2nv12cX_avx2(enum AVPixelFormat format, const uint8_t *dither,
465 ; const int16_t *filter, int filterSize,
466 ; const int16_t **u, const int16_t **v,
469 ; void ff_yuv2nv21cX_avx2(enum AVPixelFormat format, const uint8_
[all...]

Completed in 9 milliseconds

123456789