Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 1259) sorted by relevance

12345678910>>...51

/third_party/skia/src/core/
DSkStringView.cpp13 bool operator==(string_view left, string_view right) { in operator ==()
20 bool operator!=(string_view left, string_view right) { in operator !=()
24 bool operator<(string_view left, string_view right) { in operator <()
33 bool operator<=(string_view left, string_view right) { in operator <=()
37 bool operator>(string_view left, string_view right) { in operator >()
41 bool operator>=(string_view left, string_view right) { in operator >=()
/third_party/typescript/tests/baselines/reference/
DgenericTypeAliases.js5 left: { property
6 left: 0, property
8 left: 1, property
79 left: { property
80 left: 0, property
82 left: 1, property
DnumberOnLeftSideOfInExpression.js2 var left: number; variable
7 var left; variable
/third_party/gn/src/gn/
Doperators.cc226 const Value& left, in MakeIncompatibleTypeError()
339 Value left, in ExecutePlus()
390 Value left, in ExecuteMinus()
515 const Value& left, in ExecuteEqualsEquals()
525 const Value& left, in ExecuteNotEquals()
535 const Value& left, in FillNeedsTwoIntegersError()
547 const Value& left, in ExecuteLessEquals()
557 const Value& left, in ExecuteGreaterEquals()
567 const Value& left, in ExecuteGreater()
577 const Value& left, in ExecuteLess()
[all …]
/third_party/flutter/skia/src/core/
DSkTSort.h123 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) { in SkTInsertionSort()
141 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) { in SkTQSort_Partition()
169 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) { in SkTIntroSort()
197 template <typename T, typename C> void SkTQSort(T* left, T* right, C lessThan) { in SkTQSort()
207 template <typename T> void SkTQSort(T* left, T* right) { in SkTQSort()
212 template <typename T> void SkTQSort(T** left, T** right) { in SkTQSort()
/third_party/typescript/src/compiler/transformers/
Desnext.ts43 const propertyAccessTarget = propertyAccessTargetSimpleCopiable ? left.expression : constant
45 …const propertyAccessTargetAssignment = propertyAccessTargetSimpleCopiable ? left.expression : fact… constant
62 … const elementAccessArgument = elementAccessArgumentSimpleCopiable ? left.argumentExpression : constant
Des2016.ts45 const left = visitNode(node.left, visitor, isExpression); constant
100 const left = visitNode(node.left, visitor, isExpression); constant
/third_party/skia/src/sksl/ir/
DSkSLBinaryExpression.h30 BinaryExpression(int line, std::unique_ptr<Expression> left, Operator op, in BinaryExpression()
62 std::unique_ptr<Expression>& left() { in left() function
66 const std::unique_ptr<Expression>& left() const { in left() function
DSkSLBinaryExpression.cpp23 static bool is_low_precision_matrix_vector_multiply(const Expression& left, in is_low_precision_matrix_vector_multiply()
37 const Expression& left, in rewrite_matrix_vector_multiply()
70 std::unique_ptr<Expression> left, in Convert()
137 std::unique_ptr<Expression> left, in Make()
151 std::unique_ptr<Expression> left, in Make()
/third_party/flutter/skia/tests/
DCanvasStateHelpers.cpp22 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
35 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
44 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
58 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/third_party/skia/tests/
DCanvasStateHelpers.cpp25 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw()
38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
47 void complex_clips_draw(SkCanvas* canvas, int32_t left, int32_t top, in complex_clips_draw()
61 int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, in complex_clips_draw_from_canvas_state()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c110 uint32_t VP8LPredictor0_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor0_C()
115 uint32_t VP8LPredictor1_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor1_C()
119 uint32_t VP8LPredictor2_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor2_C()
123 uint32_t VP8LPredictor3_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor3_C()
127 uint32_t VP8LPredictor4_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor4_C()
131 uint32_t VP8LPredictor5_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor5_C()
135 uint32_t VP8LPredictor6_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor6_C()
139 uint32_t VP8LPredictor7_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor7_C()
143 uint32_t VP8LPredictor8_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor8_C()
148 uint32_t VP8LPredictor9_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor9_C()
[all …]
Dlossless_mips_dsp_r2.c191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2()
195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2()
199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2()
203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2()
208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2()
213 static uint32_t Predictor10_MIPSdspR2(uint32_t left, in Predictor10_MIPSdspR2()
218 static uint32_t Predictor11_MIPSdspR2(uint32_t left, in Predictor11_MIPSdspR2()
223 static uint32_t Predictor12_MIPSdspR2(uint32_t left, in Predictor12_MIPSdspR2()
228 static uint32_t Predictor13_MIPSdspR2(uint32_t left, in Predictor13_MIPSdspR2()
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless.c110 static uint32_t Predictor0_C(uint32_t left, const uint32_t* const top) { in Predictor0_C()
115 static uint32_t Predictor1_C(uint32_t left, const uint32_t* const top) { in Predictor1_C()
119 static uint32_t Predictor2_C(uint32_t left, const uint32_t* const top) { in Predictor2_C()
123 static uint32_t Predictor3_C(uint32_t left, const uint32_t* const top) { in Predictor3_C()
127 static uint32_t Predictor4_C(uint32_t left, const uint32_t* const top) { in Predictor4_C()
131 static uint32_t Predictor5_C(uint32_t left, const uint32_t* const top) { in Predictor5_C()
135 static uint32_t Predictor6_C(uint32_t left, const uint32_t* const top) { in Predictor6_C()
139 static uint32_t Predictor7_C(uint32_t left, const uint32_t* const top) { in Predictor7_C()
143 static uint32_t Predictor8_C(uint32_t left, const uint32_t* const top) { in Predictor8_C()
148 static uint32_t Predictor9_C(uint32_t left, const uint32_t* const top) { in Predictor9_C()
[all …]
Dlossless_mips_dsp_r2.c191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2()
195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2()
199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2()
203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2()
208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2()
213 static uint32_t Predictor10_MIPSdspR2(uint32_t left, in Predictor10_MIPSdspR2()
218 static uint32_t Predictor11_MIPSdspR2(uint32_t left, in Predictor11_MIPSdspR2()
223 static uint32_t Predictor12_MIPSdspR2(uint32_t left, in Predictor12_MIPSdspR2()
228 static uint32_t Predictor13_MIPSdspR2(uint32_t left, in Predictor13_MIPSdspR2()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c40 int* const left, int* const top) { in SnapTopLeftPosition()
49 int* const left, int* const top, in AdjustAndCheckRectangle()
94 int left, int top, int width, int height, in WebPPictureView()
127 int left, int top, int width, int height) { in WebPPictureCrop()
282 int left, int top, int width, int height, in WebPPictureView()
294 int left, int top, int width, int height) { in WebPPictureCrop()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_rescale_enc.c40 int* const left, int* const top) { in SnapTopLeftPosition()
49 int* const left, int* const top, in AdjustAndCheckRectangle()
94 int left, int top, int width, int height, in WebPPictureView()
127 int left, int top, int width, int height) { in WebPPictureCrop()
289 int left, int top, int width, int height, in WebPPictureView()
301 int left, int top, int width, int height) { in WebPPictureCrop()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_client_read.c82 size_t left, len, i; in tls_process_server_hello() local
358 size_t left, len, list_len, cert_len, idx; in tls_process_certificate() local
827 size_t left, len; in tls_process_certificate_status() local
1025 size_t left, len; in tls_process_server_key_exchange() local
1122 size_t left, len; in tls_process_certificate_request() local
1186 size_t left, len; in tls_process_server_hello_done() local
1253 size_t left; in tls_process_server_change_cipher_spec() local
1323 size_t left, len, hlen; in tls_process_server_finished() local
1457 size_t left; in tls_process_application_data() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_client_read.c82 size_t left, len, i; in tls_process_server_hello() local
350 size_t left, len, list_len, cert_len, idx; in tls_process_certificate() local
819 size_t left, len; in tls_process_certificate_status() local
1017 size_t left, len; in tls_process_server_key_exchange() local
1114 size_t left, len; in tls_process_certificate_request() local
1178 size_t left, len; in tls_process_server_hello_done() local
1245 size_t left; in tls_process_server_change_cipher_spec() local
1315 size_t left, len, hlen; in tls_process_server_finished() local
1449 size_t left; in tls_process_application_data() local
/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dconvolve.c73 const double *left, *right; member
89 double *left; member
132 convolve_4 (double *out, const double *left, const double *right) in convolve_4()
170 const double *left; in convolve_run() local
287 double *left = state->left; in convolve_match() local
/third_party/ffmpeg/libavcodec/
Dvp9dsp_template.c34 const uint8_t *left, const uint8_t *_top) in vert_4x4_c()
48 const uint8_t *left, const uint8_t *_top) in vert_8x8_c()
65 const uint8_t *left, const uint8_t *_top) in vert_16x16_c()
86 const uint8_t *left, const uint8_t *_top) in vert_32x32_c()
118 const pixel *left = (const pixel *) _left; in hor_4x4_c() local
131 const pixel *left = (const pixel *) _left; in hor_8x8_c() local
148 const pixel *left = (const pixel *) _left; in hor_16x16_c() local
167 const pixel *left = (const pixel *) _left; in hor_32x32_c() local
192 const pixel *left = (const pixel *) _left; in tm_4x4_c() local
212 const pixel *left = (const pixel *) _left; in tm_8x8_c() local
[all …]
Dcavs.c188 uint8_t **left, int block) in ff_cavs_load_intra_pred_luma()
261 static void intra_pred_vert(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_vert()
269 static void intra_pred_horiz(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_horiz()
279 static void intra_pred_dc_128(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_dc_128()
287 static void intra_pred_plane(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_plane()
309 static void intra_pred_lp(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp()
317 static void intra_pred_down_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_down_left()
325 static void intra_pred_down_right(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_down_right()
338 static void intra_pred_lp_left(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp_left()
346 static void intra_pred_lp_top(uint8_t *d, uint8_t *top, uint8_t *left, ptrdiff_t stride) in intra_pred_lp_top()
/third_party/mesa3d/src/compiler/nir/
Dnir_range_analysis.c586 const struct ssa_result_range left = in analyze_expression() local
648 const struct ssa_result_range left = in analyze_expression() local
690 const struct ssa_result_range left = in analyze_expression() local
776 const struct ssa_result_range left = in analyze_expression() local
863 const struct ssa_result_range left = in analyze_expression() local
919 const struct ssa_result_range left = in analyze_expression() local
968 const struct ssa_result_range left = in analyze_expression() local
990 const struct ssa_result_range left = in analyze_expression() local
1012 const struct ssa_result_range left = in analyze_expression() local
1059 const struct ssa_result_range left = in analyze_expression() local
[all …]
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DPolyphaseResamplerStereo.cpp36 const float left = frame[0]; in writeFrame() local
47 float left = 0.0; in readFrame() local
/third_party/openssl/test/testutil/
Dformat_output.c24 static void test_diff_header(const char *left, const char *right) in test_diff_header()
41 const char *left, const char *right, in test_fail_string_common()
130 const char *left, const char *right, in test_fail_string_message()
268 const char *left, const char *right, in test_fail_bignum_common()
369 const char *left, const char *right, in test_fail_bignum_message()
379 const char *left, const char *right, in test_fail_bignum_mono_message()
426 const char *left, const char *right, in test_fail_memory_common()
521 const char *left, const char *right, in test_fail_memory_message()

12345678910>>...51