Home
last modified time | relevance | path

Searched refs:left (Results 176 - 200 of 3131) sorted by relevance

12345678910>>...126

/third_party/ffmpeg/libavformat/
H A Drtpenc_rfc4175.c65 int left = s->max_payload_size; in ff_rtp_send_raw_rfc4175() local
75 left -= 2; in ff_rtp_send_raw_rfc4175()
84 left -= head_size; in ff_rtp_send_raw_rfc4175()
85 if (left >= length) { in ff_rtp_send_raw_rfc4175()
88 pixels = (left / pgroup) * xinc; in ff_rtp_send_raw_rfc4175()
92 left -= length; in ff_rtp_send_raw_rfc4175()
104 cont = (left > (head_size + pgroup) && i < height) ? 0x80 : 0x00; in ff_rtp_send_raw_rfc4175()
137 ff_rtp_send_data (s1, s->buf, s->max_payload_size - left, i >= height); in ff_rtp_send_raw_rfc4175()
H A Dsga.c46 int left; member
73 int left = AV_RB16(src + i + 2); in sga_probe() local
80 last_left = left; in sga_probe()
82 last_left = left = header; in sga_probe()
85 left = header; in sga_probe()
86 last_left -= left; in sga_probe()
87 if (header != 0x7FE && left < 7) in sga_probe()
90 if (left <= 8) in sga_probe()
92 i += sectors ? 2048 : left + 4; in sga_probe()
97 if (sectors && (i > 0 && left < in sga_probe()
[all...]
/third_party/skia/tests/
H A DCanvasStateHelpers.cpp25 void complex_layers_draw(SkCanvas* canvas, float left, float top, in complex_layers_draw() argument
31 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in complex_layers_draw()
38 float left, float top, float right, float bottom, int32_t spacer) { in complex_layers_draw_from_canvas_state()
43 complex_layers_draw(canvas.get(), left, top, right, bottom, 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() argument
50 SkRect clipRect = SkRect::MakeLTRB(SkIntToScalar(left), SkIntToScalar(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()
75 complex_clips_draw(canvas.get(), left, top, right, bottom, clipOp, localRegion); in complex_clips_draw_from_canvas_state()
37 complex_layers_draw_from_canvas_state(SkCanvasState* state, float left, float top, float right, float bottom, int32_t spacer) complex_layers_draw_from_canvas_state() argument
60 complex_clips_draw_from_canvas_state(SkCanvasState* state, int32_t left, int32_t top, int32_t right, int32_t bottom, int32_t clipOp, int32_t regionRects, int32_t* rectCoords) complex_clips_draw_from_canvas_state() argument
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h286 // For shorter pattern matching code, this struct matches both the left and
288 // if they appear on the left hand side of a commutative operation.
303 const Left& left() const { return left_; } in left() function
307 return left().HasResolvedValue() && right().HasResolvedValue(); in IsFoldable()
309 bool LeftEqualsRight() const { return left().node() == right().node(); } in LeftEqualsRight()
326 node()->ReplaceInput(0, left().node()); in SwapInputs()
332 if (left().HasResolvedValue() && !right().HasResolvedValue()) { in PutConstantOnRight()
436 return this->left().node()->InputAt(0); in IndexInput()
446 Matcher left_matcher(this->left().node(), true); in Initialize()
465 if ((this->left() in Initialize()
555 Node* left = m.left().node(); Initialize() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless.c110 uint32_t VP8LPredictor0_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor0_C() argument
112 (void)left; in VP8LPredictor0_C()
115 uint32_t VP8LPredictor1_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor1_C() argument
117 return left; in VP8LPredictor1_C()
119 uint32_t VP8LPredictor2_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor2_C() argument
120 (void)left; in VP8LPredictor2_C()
123 uint32_t VP8LPredictor3_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor3_C() argument
124 (void)left; in VP8LPredictor3_C()
127 uint32_t VP8LPredictor4_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor4_C() argument
128 (void)left; in VP8LPredictor4_C()
131 VP8LPredictor5_C(uint32_t left, const uint32_t* const top) VP8LPredictor5_C() argument
135 VP8LPredictor6_C(uint32_t left, const uint32_t* const top) VP8LPredictor6_C() argument
139 VP8LPredictor7_C(uint32_t left, const uint32_t* const top) VP8LPredictor7_C() argument
143 VP8LPredictor8_C(uint32_t left, const uint32_t* const top) VP8LPredictor8_C() argument
148 VP8LPredictor9_C(uint32_t left, const uint32_t* const top) VP8LPredictor9_C() argument
153 VP8LPredictor10_C(uint32_t left, const uint32_t* const top) VP8LPredictor10_C() argument
157 VP8LPredictor11_C(uint32_t left, const uint32_t* const top) VP8LPredictor11_C() argument
161 VP8LPredictor12_C(uint32_t left, const uint32_t* const top) VP8LPredictor12_C() argument
165 VP8LPredictor13_C(uint32_t left, const uint32_t* const top) VP8LPredictor13_C() argument
179 uint32_t left = out[-1]; PredictorAdd1_C() local
[all...]
H A Dlossless_mips_dsp_r2.c191 static uint32_t Predictor5_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor5_MIPSdspR2() argument
192 return Average3(left, top[0], top[1]); in Predictor5_MIPSdspR2()
195 static uint32_t Predictor6_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor6_MIPSdspR2() argument
196 return Average2(left, top[-1]); in Predictor6_MIPSdspR2()
199 static uint32_t Predictor7_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor7_MIPSdspR2() argument
200 return Average2(left, top[0]); in Predictor7_MIPSdspR2()
203 static uint32_t Predictor8_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor8_MIPSdspR2() argument
204 (void)left; in Predictor8_MIPSdspR2()
208 static uint32_t Predictor9_MIPSdspR2(uint32_t left, const uint32_t* const top) { in Predictor9_MIPSdspR2() argument
209 (void)left; in Predictor9_MIPSdspR2()
213 Predictor10_MIPSdspR2(uint32_t left, const uint32_t* const top) Predictor10_MIPSdspR2() argument
218 Predictor11_MIPSdspR2(uint32_t left, const uint32_t* const top) Predictor11_MIPSdspR2() argument
223 Predictor12_MIPSdspR2(uint32_t left, const uint32_t* const top) Predictor12_MIPSdspR2() argument
228 Predictor13_MIPSdspR2(uint32_t left, const uint32_t* const top) Predictor13_MIPSdspR2() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DTrans.java104 int left = line.indexOf('<', right+1); in trans()
105 if (left < 0) { in trans()
112 // Append transliterated segment right+1..left-1 in trans()
113 buf.append(trans.transliterate(line.substring(right+1, left))); in trans()
114 if (DEBUG) System.out.println("T:" + line.substring(right+1, left)); in trans()
115 right = line.indexOf('>', left+1); in trans()
118 buf.append(line.substring(left)); in trans()
119 if (DEBUG) System.out.println("S:" + line.substring(left)); in trans()
122 buf.append(line.substring(left, right+1)); in trans()
123 if (DEBUG) System.out.println("S:" + line.substring(left, righ in trans()
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcondition.c293 * @left: Lefthand value.
299 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() argument
302 if (tomoyo_parse_ulong(&argv->index, &left) != in tomoyo_parse_argv()
303 TOMOYO_VALUE_TYPE_DECIMAL || *left++ != ']' || *left) in tomoyo_parse_argv()
312 * @left: Lefthand value.
318 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() argument
323 char *cp = left + strlen(left) - 1; in tomoyo_parse_envp()
328 if (!tomoyo_correct_word(left)) in tomoyo_parse_envp()
512 u8 left = -1; tomoyo_get_condition() local
800 const u8 left = condp->left; tomoyo_condition() local
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcondition.c293 * @left: Lefthand value.
299 static bool tomoyo_parse_argv(char *left, char *right, in tomoyo_parse_argv() argument
302 if (tomoyo_parse_ulong(&argv->index, &left) != in tomoyo_parse_argv()
303 TOMOYO_VALUE_TYPE_DECIMAL || *left++ != ']' || *left) in tomoyo_parse_argv()
312 * @left: Lefthand value.
318 static bool tomoyo_parse_envp(char *left, char *right, in tomoyo_parse_envp() argument
323 char *cp = left + strlen(left) - 1; in tomoyo_parse_envp()
328 if (!tomoyo_correct_word(left)) in tomoyo_parse_envp()
512 u8 left = -1; tomoyo_get_condition() local
800 const u8 left = condp->left; tomoyo_condition() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c310 int dx, int w, unsigned hsub, int left, int right) in blend_line()
316 if (left) { in blend_line()
317 unsigned suba = (left * alpha) >> hsub; in blend_line()
332 int dx, int w, unsigned hsub, int left, int right) in blend_line16()
338 if (left) { in blend_line16()
339 unsigned suba = (left * alpha) >> hsub; in blend_line16()
362 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local
388 subsampling_bounds(draw->hsub[plane], &x_sub, &w_sub, &left, &right); in ff_blend_rectangle()
402 draw->hsub[plane], left, right); in ff_blend_rectangle()
406 draw->hsub[plane], left, righ in ff_blend_rectangle()
309 blend_line(uint8_t *dst, unsigned src, unsigned alpha, int dx, int w, unsigned hsub, int left, int right) blend_line() argument
331 blend_line16(uint8_t *dst, unsigned src, unsigned alpha, int dx, int w, unsigned hsub, int left, int right) blend_line16() argument
487 blend_line_hv16(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv16() argument
512 blend_line_hv(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv() argument
543 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; ff_blend_mask() local
[all...]
H A Daf_replaygain.c421 double left, right; in butter_filter_stereo_samples() local
440 left = (hist_b[i ] = samples[0]) * coeff_b[0]; in butter_filter_stereo_samples()
442 left += hist_b[i - 2] * coeff_b[1] - hist_a[i - 2] * coeff_a[1]; in butter_filter_stereo_samples()
444 left += hist_b[i - 4] * coeff_b[2] - hist_a[i - 4] * coeff_a[2]; in butter_filter_stereo_samples()
446 samples[0] = hist_a[i ] = (float) left; in butter_filter_stereo_samples()
470 double left, right; in yule_filter_stereo_samples() local
489 left = (hist_b[i] = src[0]) * coeff_b[0]; in yule_filter_stereo_samples()
491 left += hist_b[i - 2] * coeff_b[ 1] - hist_a[i - 2] * coeff_a[1 ]; in yule_filter_stereo_samples()
493 left += hist_b[i - 4] * coeff_b[ 2] - hist_a[i - 4] * coeff_a[2 ]; in yule_filter_stereo_samples()
495 left in yule_filter_stereo_samples()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcollationcompare.cpp29 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, in compareUpToQuaternary() argument
49 int64_t ce = left.nextCE(errorCode); in compareUpToQuaternary()
57 left.setCurrentCE(ce & INT64_C(0xffffffff00000000)); in compareUpToQuaternary()
59 ce = left.nextCE(errorCode); in compareUpToQuaternary()
62 left.setCurrentCE(0); in compareUpToQuaternary()
119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16; in compareUpToQuaternary()
141 while((p = (uint32_t)(left.getCE(leftLimit) >> 32)) > in compareUpToQuaternary()
159 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
199 ce = left in compareUpToQuaternary()
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp183 rect.left = 0; in GetMargins()
189 x = rect.right - rect.left; in GetMargins()
197 rect.left = 0; in Units_To_Pixels_X()
203 return rect.right - rect.left; in Units_To_Pixels_X()
257 return sm.left >= big.left in IsRect_Small_Inside_Big()
266 return r1.left < r2.right in AreRectsOverlapped()
267 && r1.right > r2.left in AreRectsOverlapped()
275 return r1.left == r2.left in AreRectsEqual()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationcompare.cpp29 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, in compareUpToQuaternary() argument
49 int64_t ce = left.nextCE(errorCode); in compareUpToQuaternary()
57 left.setCurrentCE(ce & INT64_C(0xffffffff00000000)); in compareUpToQuaternary()
59 ce = left.nextCE(errorCode); in compareUpToQuaternary()
62 left.setCurrentCE(0); in compareUpToQuaternary()
119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16; in compareUpToQuaternary()
141 while((p = (uint32_t)(left.getCE(leftLimit) >> 32)) > in compareUpToQuaternary()
159 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
199 ce = left in compareUpToQuaternary()
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-bigint.cc111 Handle<BigInt> left(Handle<BigInt>::cast(left_obj)); in RUNTIME_FUNCTION()
116 result = BigInt::Add(isolate, left, right); in RUNTIME_FUNCTION()
119 result = BigInt::Subtract(isolate, left, right); in RUNTIME_FUNCTION()
122 result = BigInt::Multiply(isolate, left, right); in RUNTIME_FUNCTION()
125 result = BigInt::Divide(isolate, left, right); in RUNTIME_FUNCTION()
128 result = BigInt::Remainder(isolate, left, right); in RUNTIME_FUNCTION()
131 result = BigInt::Exponentiate(isolate, left, right); in RUNTIME_FUNCTION()
134 result = BigInt::BitwiseAnd(isolate, left, right); in RUNTIME_FUNCTION()
137 result = BigInt::BitwiseOr(isolate, left, right); in RUNTIME_FUNCTION()
140 result = BigInt::BitwiseXor(isolate, left, righ in RUNTIME_FUNCTION()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationcompare.cpp29 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, in compareUpToQuaternary() argument
49 int64_t ce = left.nextCE(errorCode); in compareUpToQuaternary()
57 left.setCurrentCE(ce & INT64_C(0xffffffff00000000)); in compareUpToQuaternary()
59 ce = left.nextCE(errorCode); in compareUpToQuaternary()
62 left.setCurrentCE(0); in compareUpToQuaternary()
119 leftSecondary = ((uint32_t)left.getCE(leftIndex++)) >> 16; in compareUpToQuaternary()
141 while((p = (uint32_t)(left.getCE(leftLimit) >> 32)) > in compareUpToQuaternary()
159 leftSecondary = ((uint32_t)left.getCE(--leftIndex)) >> 16; in compareUpToQuaternary()
176 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); in compareUpToQuaternary()
199 ce = left in compareUpToQuaternary()
[all...]
/third_party/skia/src/core/
H A DSkMaskFilter.cpp44 const int dx = dst->fBounds.left() - src.fBounds.left(); in extractMaskSubset()
62 blitter->blitRect(r.left(), r.top(), r.width(), r.height()); in blitClippedRect()
69 for (int x = mask.fBounds.left(); x < mask.fBounds.right(); ++x) {
85 // top-left in draw_nine_clipped()
91 m.fBounds.offsetTo(outerR.left(), outerR.top()); in draw_nine_clipped()
105 // bottom-left in draw_nine_clipped()
111 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); in draw_nine_clipped()
127 innerR.setLTRB(outerR.left() + cx - mask.fBounds.left(), in draw_nine_clipped()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_psk.c219 size_t left, buflen; in eap_psk_process_2() local
229 &left); in eap_psk_process_2()
230 if (cpos == NULL || left < sizeof(*resp)) { in eap_psk_process_2()
236 left -= sizeof(*resp); in eap_psk_process_2()
239 data->id_p = os_memdup(cpos, left); in eap_psk_process_2()
245 data->id_p_len = left; in eap_psk_process_2()
334 size_t left; in eap_psk_process_4() local
342 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left); in eap_psk_process_4()
343 if (pos == NULL || left < sizeof(*resp)) { in eap_psk_process_4()
349 left in eap_psk_process_4()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_psk.c219 size_t left, buflen; in eap_psk_process_2() local
229 &left); in eap_psk_process_2()
230 if (cpos == NULL || left < sizeof(*resp)) { in eap_psk_process_2()
236 left -= sizeof(*resp); in eap_psk_process_2()
239 data->id_p = os_memdup(cpos, left); in eap_psk_process_2()
245 data->id_p_len = left; in eap_psk_process_2()
334 size_t left; in eap_psk_process_4() local
342 pos = eap_hdr_validate(EAP_VENDOR_IETF, EAP_TYPE_PSK, respData, &left); in eap_psk_process_4()
343 if (pos == NULL || left < sizeof(*resp)) { in eap_psk_process_4()
349 left in eap_psk_process_4()
[all...]
/kernel/linux/linux-5.10/sound/core/oss/
H A Dmixer_oss.c261 int result = 0, left, right; in snd_mixer_oss_get_volume() local
267 left = pslot->volume[0]; in snd_mixer_oss_get_volume()
270 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume()
272 right = left; in snd_mixer_oss_get_volume()
273 if (snd_BUG_ON(left < 0 || left > 100)) { in snd_mixer_oss_get_volume()
282 pslot->volume[0] = left; in snd_mixer_oss_get_volume()
284 result = (left & 0xff) | ((right & 0xff) << 8); in snd_mixer_oss_get_volume()
296 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local
302 if (left > 10 in snd_mixer_oss_set_volume()
530 snd_mixer_oss_get_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right) snd_mixer_oss_get_volume1_vol() argument
567 snd_mixer_oss_get_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right, int route) snd_mixer_oss_get_volume1_sw() argument
606 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) snd_mixer_oss_get_volume1() argument
632 snd_mixer_oss_put_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right) snd_mixer_oss_put_volume1_vol() argument
672 snd_mixer_oss_put_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right, int route) snd_mixer_oss_put_volume1_sw() argument
717 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) snd_mixer_oss_put_volume1() argument
771 int left, right; snd_mixer_oss_get_recsrc1_sw() local
784 int left, right; snd_mixer_oss_get_recsrc1_route() local
[all...]
/kernel/linux/linux-6.6/sound/core/oss/
H A Dmixer_oss.c261 int result = 0, left, right; in snd_mixer_oss_get_volume() local
267 left = pslot->volume[0]; in snd_mixer_oss_get_volume()
270 result = pslot->get_volume(fmixer, pslot, &left, &right); in snd_mixer_oss_get_volume()
272 right = left; in snd_mixer_oss_get_volume()
273 if (snd_BUG_ON(left < 0 || left > 100)) { in snd_mixer_oss_get_volume()
282 pslot->volume[0] = left; in snd_mixer_oss_get_volume()
284 result = (left & 0xff) | ((right & 0xff) << 8); in snd_mixer_oss_get_volume()
296 int result = 0, left = volume & 0xff, right = (volume >> 8) & 0xff; in snd_mixer_oss_set_volume() local
302 if (left > 10 in snd_mixer_oss_set_volume()
530 snd_mixer_oss_get_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right) snd_mixer_oss_get_volume1_vol() argument
568 snd_mixer_oss_get_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right, int route) snd_mixer_oss_get_volume1_sw() argument
608 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) snd_mixer_oss_get_volume1() argument
634 snd_mixer_oss_put_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right) snd_mixer_oss_put_volume1_vol() argument
676 snd_mixer_oss_put_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right, int route) snd_mixer_oss_put_volume1_sw() argument
723 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) snd_mixer_oss_put_volume1() argument
777 int left, right; snd_mixer_oss_get_recsrc1_sw() local
790 int left, right; snd_mixer_oss_get_recsrc1_route() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conn.c494 if (rvint->left) { in conn_read_type()
552 if (stream->rstate.rvint.left) { in nghttp3_conn_read_uni()
618 return (int64_t)len >= rstate->left; in frame_fin()
649 if (rvint->left) { in nghttp3_conn_read_control()
669 if (rvint->left) { in nghttp3_conn_read_control()
673 rstate->left = rstate->fr.hd.length = rvint->acc; in nghttp3_conn_read_control()
688 if (rstate->left == 0) { in nghttp3_conn_read_control()
695 if (rstate->left == 0) { in nghttp3_conn_read_control()
704 if (rstate->left == 0) { in nghttp3_conn_read_control()
713 if (rstate->left in nghttp3_conn_read_control()
[all...]
/kernel/linux/linux-5.10/tools/lib/perf/
H A Dlib.c13 size_t left = n; in ion() local
15 while (left) { in ion()
17 ssize_t ret = is_read ? read(fd, buf, left) : in ion()
18 write(fd, buf, left); in ion()
25 left -= ret; in ion()
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Dword.js61 wordDiff.equals = function (left, right) {
63 left = left.toLowerCase();
67 return left === right || this.options.ignoreWhitespace && !reWhitespace.test(left) && !reWhitespace.test(right);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Daes-ctr.c29 size_t j, len, left = data_len; in aes_ctr_encrypt() local
39 while (left > 0) { in aes_ctr_encrypt()
42 len = (left < AES_BLOCK_SIZE) ? left : AES_BLOCK_SIZE; in aes_ctr_encrypt()
46 left -= len; in aes_ctr_encrypt()

Completed in 18 milliseconds

12345678910>>...126