/third_party/pulseaudio/src/pulse/ |
H A D | volume.c | 656 * (e g left and right, or front and rear). 661 pa_volume_t left = 0, right = 0; in get_avg() local 672 left += v->values[c]; in get_avg() 683 *l = left / n_left; in get_avg() 692 pa_volume_t left, right; in pa_cvolume_get_balance() local 702 get_avg(map, v, &left, &right, on_left, on_right); in pa_cvolume_get_balance() 704 if (left == right) in pa_cvolume_get_balance() 716 if (left > right) in pa_cvolume_get_balance() 717 return -1.0f + ((float) right / (float) left); in pa_cvolume_get_balance() 719 return 1.0f - ((float) left / (floa in pa_cvolume_get_balance() 725 pa_volume_t left, nleft, right, nright, m; set_balance() local [all...] |
/kernel/linux/linux-5.10/arch/nds32/lib/ |
H A D | clear_user.S | 27 beqz $r1, clear_exit ! No left bytes to copy 31 bnez $r1, byte_clear ! Continue looping to clear all left bytes 39 sub $r0, $r5, $r0 ! Bytes left to copy
|
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.h | 199 * vli_cmp() - compare left and right vlis 201 * @left: vli 205 * Returns sign of @left - @right, i.e. -1 if @left < @right, 206 * 0 if @left == @right, 1 if @left > @right. 208 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits); 211 * vli_sub() - Subtracts right from left 214 * @left: vli 222 u64 vli_sub(u64 *result, const u64 *left, cons [all...] |
/kernel/linux/linux-6.6/include/crypto/internal/ |
H A D | ecc.h | 159 * vli_cmp() - compare left and right vlis 161 * @left: vli 165 * Returns sign of @left - @right, i.e. -1 if @left < @right, 166 * 0 if @left == @right, 1 if @left > @right. 168 int vli_cmp(const u64 *left, const u64 *right, unsigned int ndigits); 171 * vli_sub() - Subtracts right from left 174 * @left: vli 182 u64 vli_sub(u64 *result, const u64 *left, cons [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | huffyuvencdsp.c | 53 static void sub_hfyu_median_pred_int16_c(uint16_t *dst, const uint16_t *src1, const uint16_t *src2, unsigned mask, int w, int *left, int *left_top){ in sub_hfyu_median_pred_int16_c() argument 57 l = *left; in sub_hfyu_median_pred_int16_c() 67 *left = l; in sub_hfyu_median_pred_int16_c()
|
/third_party/lzma/CPP/7zip/Archive/Common/ |
H A D | MultiStream.cpp | 17 unsigned left = 0, mid = _streamIndex, right = Streams.Size();
in Read() local 24 left = mid + 1;
in Read() 27 mid = (left + right) / 2;
in Read()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc-data.h | 41 constexpr bool operator==(const RegisterStateFlags& left, in operator ==() argument 43 return left.is_initialized == right.is_initialized && in operator ==() 44 left.is_merge == right.is_merge; in operator ==()
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/ |
H A D | SincResamplerStereo.cpp | 38 const float left = frame[0]; in writeFrame() local 41 dest[0] = left; in writeFrame() 43 dest[offset] = left; in writeFrame()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsBounds.h | 25 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { in add() 26 if (left < fLeft) fLeft = left; in add()
|
/third_party/toybox/toys/other/ |
H A D | inotifyd.c | 86 int left = len - (((char *)event)-(char *)buf), in inotifyd_main() local 90 if (left >= size) size += event->len; in inotifyd_main() 91 if (left < size) break; in inotifyd_main()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | extension.cc | 60 int precision, bool left) { in PutPaddedString() 67 if (!left) Append(space_remaining, ' '); in PutPaddedString() 69 if (left) Append(space_remaining, ' '); in PutPaddedString() 59 PutPaddedString(string_view value, int width, int precision, bool left) PutPaddedString() argument
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 112 int left; member 563 int left = sizeof(*cmd->data_pdu) - cmd->offset + hdgst; in nvmet_try_send_data_pdu() local 568 left, MSG_DONTWAIT | MSG_MORE | MSG_SENDPAGE_NOTLAST); in nvmet_try_send_data_pdu() 573 left -= ret; in nvmet_try_send_data_pdu() 575 if (left) in nvmet_try_send_data_pdu() 590 u32 left = cmd->cur_sg->length - cmd->offset; in nvmet_try_send_data() local 594 cmd->wbytes_done + left < cmd->req.transfer_len || in nvmet_try_send_data() 599 left, flags); in nvmet_try_send_data() 638 int left = sizeof(*cmd->rsp_pdu) - cmd->offset + hdgst; in nvmet_try_send_response() local 648 offset_in_page(cmd->rsp_pdu) + cmd->offset, left, flag in nvmet_try_send_response() 667 int left = sizeof(*cmd->r2t_pdu) - cmd->offset + hdgst; nvmet_try_send_r2t() local 693 int left = NVME_TCP_DIGEST_LENGTH - cmd->offset; nvmet_try_send_ddgst() local [all...] |
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 358 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[1].rect.left(), 90.921f, EPSILON2)); in UNIX_ONLY_TEST() 363 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[3].rect.left(), 231.343f, EPSILON2)); in UNIX_ONLY_TEST() 368 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[4].rect.left(), 281.343f, EPSILON2)); in UNIX_ONLY_TEST() 373 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[6].rect.left(), 336.343f, EPSILON2)); in UNIX_ONLY_TEST() 417 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.left(), 90.921f, EPSILON2)); in UNIX_ONLY_TEST() 429 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.left(), 75.324f, EPSILON2)); in UNIX_ONLY_TEST() 473 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.left(), 90.921f, EPSILON2)); in UNIX_ONLY_TEST() 485 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.left(), 75.324f, EPSILON2)); in UNIX_ONLY_TEST() 529 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.left(), 90.921f, EPSILON2)); in UNIX_ONLY_TEST() 541 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(boxes[0].rect.left(), 75.32 in UNIX_ONLY_TEST() 5809 SkScalar left[4]; UNIX_ONLY_TEST() local 7202 SkScalar left = 0.0f; UNIX_ONLY_TEST() local [all...] |
/third_party/rust/crates/cxx/src/macros/ |
H A D | assert.rs | 4 ($left:expr, $right:expr $(,)?) => { 5 const _: [(); $left] = [(); $right];
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/ |
H A D | i915_vma.c | 377 unsigned int left; in assert_rotated() local 408 left = (r->plane[n].dst_stride - y) * PAGE_SIZE; in assert_rotated() 410 if (!left) in assert_rotated() 419 if (sg_dma_len(sg) != left) { in assert_rotated() 421 sg_dma_len(sg), left, x, y); in assert_rotated() 452 unsigned int left = 0; in assert_remapped() local 465 if (!left) { in assert_remapped() 467 left = sg_dma_len(sg); in assert_remapped() 473 if (left < PAGE_SIZE || left in assert_remapped() [all...] |
/third_party/glslang/glslang/MachineIndependent/ |
H A D | IntermTraverse.cpp | 107 if (visit && left) in traverse() 108 left->traverse(it); in traverse() 110 if (left) in traverse() 111 left->traverse(it); in traverse()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_win32.py | 100 _fields_ = [("left", c_long), 108 left = c_long.in_dll(dll, 'left') 112 rect = RECT(left, top, right, bottom) 126 self.assertEqual(ret.left, left.value)
|
/third_party/skia/src/core/ |
H A D | SkRegionPriv.h | 200 int left = SK_MaxS32; 221 if (left > L) { 222 left = L; 249 bounds->fLeft = left;
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | IntermTraverse.cpp | 78 if(visit && left) in traverse() 80 left->traverse(it); in traverse() 85 if(left) in traverse() 87 left->traverse(it); in traverse()
|
/third_party/skia/tests/ |
H A D | PathOpsQuadLineIntersectionTest.cpp | 47 double left = line[0].fX; in doIntersect() local 49 flipped = left > right; in doIntersect() 52 swap(left, right); in doIntersect() 54 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
|
H A D | PathOpsQuadLineIntersectionThreadedTest.cpp | 32 double left = line[0].fX; in doIntersect() local 34 flipped = left > right; in doIntersect() 37 swap(left, right); in doIntersect() 39 result = intersections.horizontal(quad, left, right, line[0].fY, flipped); in doIntersect()
|
/third_party/icu/tools/colprobe/ |
H A D | sortedlines.cpp | 711 SortedLines::noteContraction(const char* msg, Line *toAddTo, int32_t &toAddToSize, Line *left, Line *right, int32_t &noConts, UErrorCode &status) in noteContraction() argument 714 toAdd.setToConcat(left, right); in noteContraction() 715 toAdd.left = left; in noteContraction() 721 if(left->right && left->right->previous && left->right->next) { in noteContraction() 722 test.setToConcat(left->left, left in noteContraction() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 489 static enum token_type combine(struct token *left, struct token *right, char *p) in combine() argument 492 enum token_type t1 = token_type(left), t2 = token_type(right); in combine() 497 if (t1 == TOKEN_IDENT && left->ident == &L_ident) { in combine() 507 strcpy(p, show_token(left)); in combine() 543 static int merge(struct token *left, struct token *right) in merge() argument 546 enum token_type res = combine(left, right, buffer); in merge() 551 left->ident = built_in_ident(buffer); in merge() 552 left->pos.noexpand = 0; in merge() 556 token_type(left) = TOKEN_NUMBER; /* could be . + num */ in merge() 557 left in merge() 1473 struct token *left = token->next; do_handle_define() local 1517 struct token *left = token->next; do_handle_undef() local [all...] |
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | ev6-clear_user.S | 9 * right "bytes left to zero" value (and that it is updated only _after_ 74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment 116 * $0 is the number of bytes left 117 * $1 is the number of quads left 129 * through the loop, and if there are less than two trips left, the target 152 subq $0, 168, $5 # E : U L L U : two trips through the loop left? 171 # zero to 16 quadwords left to store, plus any trailing bytes 172 # $1 is the number of quadwords left to go. 190 # We have an unknown number of bytes left to go. 197 # $0 contains the number of bytes left t [all...] |
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | ev6-clear_user.S | 9 * right "bytes left to zero" value (and that it is updated only _after_ 74 addq $0, $4, $0 # .. E .. .. : bytes left -= 8 - misalignment 116 * $0 is the number of bytes left 117 * $1 is the number of quads left 129 * through the loop, and if there are less than two trips left, the target 152 subq $0, 168, $5 # E : U L L U : two trips through the loop left? 171 # zero to 16 quadwords left to store, plus any trailing bytes 172 # $1 is the number of quadwords left to go. 190 # We have an unknown number of bytes left to go. 197 # $0 contains the number of bytes left t [all...] |