/third_party/typescript/tests/baselines/reference/ |
H A D | arrowFunctionMissingCurlyWithSemicolon.js | 11 var square = function (x) { return x * x; };
function
|
H A D | mappedTypeNestedGenericInstantiation.js | 18 var square = function (x) { return x * x; };
function
|
H A D | commentsCommentParsing.js | 134 function square(a: number) { function
|
/third_party/vulkan-headers/tests/ |
H A D | vk_icd.c | 11 int square(int i) in square() function
|
H A D | vk_layer.c | 11 int square(int i) in square() function
|
/third_party/node/test/fixtures/source-map/ |
H A D | tabs.js | 13 square = function(x) { global() function
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | integer-const-expr.c | 8 static inline unsigned square(unsigned n) in square() function
|
/third_party/ffmpeg/libavutil/ |
H A D | fixed_dsp.h | 178 int retval, bit_mask, guess, square, i; in fixed_sqrt() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | h264_mc_template.c | 37 mc_part(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, const qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, const h264_weight_func *weight_op, const h264_biweight_func *weight_avg, int list0, int list1) mc_part() argument
|
H A D | dpcm.c | 148 int16_t square = i * i; in dpcm_decode_init() local 174 int16_t square = i * i * 2; in dpcm_decode_init() local
|
H A D | h264_mb.c | 205 mc_dir_part(const H264Context *h, H264SliceContext *sl, H264Ref *pic, int n, int square, int height, int delta, int list, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int src_x_offset, int src_y_offset, const qpel_mc_func *qpix_op, h264_chroma_mc_func chroma_op, int pixel_shift, int chroma_idc) mc_dir_part() argument 321 mc_part_std(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, const qpel_mc_func *qpix_avg, h264_chroma_mc_func chroma_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_std() argument 369 mc_part_weighted(const H264Context *h, H264SliceContext *sl, int n, int square, int height, int delta, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, int x_offset, int y_offset, const qpel_mc_func *qpix_put, h264_chroma_mc_func chroma_put, h264_weight_func luma_weight_op, h264_weight_func chroma_weight_op, h264_biweight_func luma_weight_avg, h264_biweight_func chroma_weight_avg, int list0, int list1, int pixel_shift, int chroma_idc) mc_part_weighted() argument [all...] |
H A D | xan.c | 466 unsigned square = mul(a, a); in pow4() local
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | smult_curve25519_ref.c | 88 static void square(unsigned int out[32],const unsigned int a[32]) in square() function [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | fixpt31_32.c | 226 struct fixed31_32 square; in dc_fixpt_sinc() local 279 const struct fixed31_32 square = dc_fixpt_sqr(arg); in dc_fixpt_cos() local
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/ |
H A D | fixpt31_32.c | 230 struct fixed31_32 square; in dc_fixpt_sinc() local 283 const struct fixed31_32 square = dc_fixpt_sqr(arg); in dc_fixpt_cos() local
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_prime.c | 30 #define square(x) ((BN_ULONG)(x) * (BN_ULONG)(x)) macro
|
/third_party/openssl/crypto/bn/ |
H A D | bn_prime.c | 30 #define square(x) ((BN_ULONG)(x) * (BN_ULONG)(x)) macro
|
/third_party/python/Lib/test/ |
H A D | test_doctest.py | 129 def square(self): member in SampleClass.NestedClass
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lensfun.c | 304 static float square(float x) in square() function
|
/third_party/python/Lib/msilib/ |
H A D | schema.py | 646 ('BindImage','Path','Y',None, None, None, None, 'Paths',None, 'A list of ; delimited paths that represent the paths to be searched for the import DLLS. The list is usually a list of properties each enclosed within square brackets [] .',), namespace
|
/third_party/lame/misc/ |
H A D | ath.c | 182 square = 2, enumerator
|
/third_party/python/Lib/ |
H A D | doctest.py | 2694 def square(self): member in _TestClass
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | LatencyAnalyzer.h | 170 void square() { in square() function in AudioRecording
|
/third_party/skia/third_party/etc1/ |
H A D | etc1.cpp | 302 inline int square(int x) { in square() function
|
/kernel/linux/linux-5.10/include/media/tpg/ |
H A D | v4l2-tpg.h | 148 struct v4l2_rect square; member
|