/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_rwpf.c | 109 crop->left = 0; in vsp1_rwpf_set_format() 162 sel->r.left = 0; in vsp1_rwpf_get_selection() 215 sel->r.left = ALIGN(sel->r.left, 2); in vsp1_rwpf_set_selection() 221 sel->r.left = min_t(unsigned int, sel->r.left, format->width - 2); in vsp1_rwpf_set_selection() 224 format->width - sel->r.left); in vsp1_rwpf_set_selection()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | wcnss_ctrl.c | 206 ssize_t left; in wcnss_download_nv() local 224 left = fw->size; in wcnss_download_nv() 234 if (left <= NV_FRAGMENT_SIZE) { in wcnss_download_nv() 236 req->frag_size = left; in wcnss_download_nv() 237 req->hdr.len = sizeof(*req) + left; in wcnss_download_nv() 252 left -= NV_FRAGMENT_SIZE; in wcnss_download_nv() 253 } while (left > 0); in wcnss_download_nv()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rwpf.c | 111 crop->left = 0; in vsp1_rwpf_set_format() 165 sel->r.left = 0; in vsp1_rwpf_get_selection() 219 sel->r.left = ALIGN(sel->r.left, 2); in vsp1_rwpf_set_selection() 225 sel->r.left = min_t(unsigned int, sel->r.left, format->width - 2); in vsp1_rwpf_set_selection() 228 format->width - sel->r.left); in vsp1_rwpf_set_selection()
|
/kernel/linux/linux-6.6/sound/isa/msnd/ |
H A D | msnd_pinnacle_mixer.c | 183 static int snd_msndmix_set(struct snd_msnd *dev, int d, int left, int right) in snd_msndmix_set() argument 192 bLeft = left * 0xff / 100; in snd_msndmix_set() 193 wLeft = left * 0xffff / 100; in snd_msndmix_set() 255 int left, right; in snd_msndmix_volume_put() local 258 left = ucontrol->value.integer.value[0] % 101; in snd_msndmix_volume_put() 261 change = msnd->left_levels[addr] != left in snd_msndmix_volume_put() 263 snd_msndmix_set(msnd, addr, left, right); in snd_msndmix_volume_put()
|
/third_party/icu/icu4c/source/common/ |
H A D | unorm.cpp | 225 _concatenate(const UChar *left, int32_t leftLength, in _concatenate() argument 234 left==NULL || leftLength<-1 || right==NULL || rightLength<-1) { in _concatenate() 248 /* allow left==dest */ in _concatenate() 250 if(left==dest) { in _concatenate() 254 destString.append(left, leftLength); in _concatenate() 261 unorm_concatenate(const UChar *left, int32_t leftLength, in unorm_concatenate() argument 273 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate() 276 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unorm.cpp | 225 _concatenate(const char16_t *left, int32_t leftLength, in _concatenate() argument 234 left==nullptr || leftLength<-1 || right==nullptr || rightLength<-1) { in _concatenate() 248 /* allow left==dest */ in _concatenate() 250 if(left==dest) { in _concatenate() 254 destString.append(left, leftLength); in _concatenate() 261 unorm_concatenate(const char16_t *left, int32_t leftLength, in unorm_concatenate() argument 273 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate() 276 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | scissor.c | 77 * ScissorIndexed(i, left, bottom, width, height); in scissor() 117 * \param x, y coordinates of the scissor box lower-left corner. 195 * \param x, y coordinates of the scissor box lower-left corner. 202 scissor_indexed_err(struct gl_context *ctx, GLuint index, GLint left, in scissor_indexed_err() argument 208 function, index, left, bottom, width, height); in scissor_indexed_err() 224 _mesa_set_scissor(ctx, index, left, bottom, width, height); in scissor_indexed_err() 228 _mesa_ScissorIndexed_no_error(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed_no_error() argument 232 _mesa_set_scissor(ctx, index, left, bottom, width, height); in _mesa_ScissorIndexed_no_error() 236 _mesa_ScissorIndexed(GLuint index, GLint left, GLint bottom, in _mesa_ScissorIndexed() argument 240 scissor_indexed_err(ctx, index, left, botto in _mesa_ScissorIndexed() [all...] |
/third_party/lwip/src/netif/ppp/polarssl/ |
H A D | md4.c | 195 unsigned long left; in md4_update() local 200 left = ctx->total[0] & 0x3F; in md4_update() 201 fill = 64 - left; in md4_update() 209 if( left && ilen >= fill ) in md4_update() 211 MEMCPY( (void *) (ctx->buffer + left), in md4_update() 216 left = 0; in md4_update() 228 MEMCPY( (void *) (ctx->buffer + left), in md4_update()
|
/third_party/node/deps/v8/src/torque/ |
H A D | cfg.cc | 44 base::Optional<const Type*> left; in SetInputTypes() local 47 left = input_types.Peek(BottomOffset{static_cast<size_t>(i)}); in SetInputTypes() 52 if (left && right && *left == *right) { in SetInputTypes() 53 error << **left << "\n"; in SetInputTypes() local 55 if (left) { in SetInputTypes() 56 error << **left; in SetInputTypes() local
|
/third_party/python/Lib/ |
H A D | filecmp.py | 125 self.left = a 137 self.left_list = _filter(os.listdir(self.left), 157 a_path = os.path.join(self.left, x) 187 xx = cmpfiles(self.left, self.right, self.common_files) 197 a_x = os.path.join(self.left, x) 208 print('diff', self.left, self.right) 211 print('Only in', self.left, ':', self.left_only)
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
H A D | matrix_transform.hpp | 92 /// @param left 100 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top) 103 T left, 110 /// Creates a matrix for an orthographic parallel viewing volume, using left-handedness. 112 /// @param left 120 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top) 123 T left, 132 /// @param left 140 /// @see - glm::ortho(T const & left, T const & right, T const & bottom, T const & top) 143 T left, [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-kern-table.hh | 47 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() 54 unsigned int leftC = leftClass[left]; in get_kerning() 93 HBUINT8 leftClassCount; /* The number of left-hand classes. */ 101 leftClass; /* The left-hand classes. 120 int get_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_kerning() 124 case 0: return u.format0.get_kerning (left, right); in get_kerning() 308 int get_h_kerning (hb_codepoint_t left, hb_codepoint_t right) const in get_h_kerning() 311 case 0: return u.ot.get_h_kerning (left, right); in get_h_kerning() 313 case 1: return u.aat.get_h_kerning (left, right); in get_h_kerning()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unorm.cpp | 225 _concatenate(const UChar *left, int32_t leftLength, in _concatenate() argument 234 left==NULL || leftLength<-1 || right==NULL || rightLength<-1) { in _concatenate() 248 /* allow left==dest */ in _concatenate() 250 if(left==dest) { in _concatenate() 254 destString.append(left, leftLength); in _concatenate() 261 unorm_concatenate(const UChar *left, int32_t leftLength, in unorm_concatenate() argument 273 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate() 276 return _concatenate(left, leftLength, right, rightLength, in unorm_concatenate()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | dma-noncoherent.c | 100 size_t left = size; in dma_sync_phys() local 103 size_t len = left; in dma_sync_phys() 120 left -= len; in dma_sync_phys() 121 } while (left); in dma_sync_phys()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | dma-noncoherent.c | 100 size_t left = size; in dma_sync_phys() local 103 size_t len = left; in dma_sync_phys() 120 left -= len; in dma_sync_phys() 121 } while (left); in dma_sync_phys()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawBaseClass.hpp | 77 : left (-0.3) in ReferenceImageCoordinates() 84 double left; member 93 : left (-0.3) in ReferenceImageInstancedCoordinates() 100 double left; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawBaseClass.hpp | 77 : left (-0.3) in ReferenceImageCoordinates() 84 double left; member 93 : left (-0.3) in ReferenceImageInstancedCoordinates() 100 double left; member
|
/third_party/skia/src/sksl/lex/ |
H A D | RegexParser.cpp | 72 RegexNode left = this->pop(); in sequence() local 73 fStack.emplace(RegexNode::kConcat_Kind, std::move(left), std::move(right)); in sequence() 168 RegexNode left = this->pop(); in regex() local 169 fStack.push(RegexNode(RegexNode::kOr_Kind, left, right)); in regex()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Huffman.java | 47 int left = 1 << (len - rootBits); in nextTableBitSize() 49 left -= count[len]; in nextTableBitSize() 50 if (left <= 0) { in nextTableBitSize() 54 left <<= 1; in nextTableBitSize()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | Huffman.cs | 57 int left = 1 << (len - rootBits);
in NextTableBitSize() 60 left -= count[len];
in NextTableBitSize() 61 if (left <= 0)
in NextTableBitSize() 66 left <<= 1;
in NextTableBitSize()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | perf_event.c | 305 u64 left = local64_read(&hwc->period_left); in loongarch_pmu_event_set_period() local 308 if (unlikely((left + period) & (1ULL << 63))) { in loongarch_pmu_event_set_period() 309 /* left underflowed by more than period. */ in loongarch_pmu_event_set_period() 310 left = period; in loongarch_pmu_event_set_period() 311 local64_set(&hwc->period_left, left); in loongarch_pmu_event_set_period() 314 } else if (unlikely((left + period) <= period)) { in loongarch_pmu_event_set_period() 315 /* left underflowed by less than period. */ in loongarch_pmu_event_set_period() 316 left += period; in loongarch_pmu_event_set_period() 317 local64_set(&hwc->period_left, left); in loongarch_pmu_event_set_period() 322 if (left > loongarch_pm in loongarch_pmu_event_set_period() [all...] |
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | perf_event.c | 304 u64 left = local64_read(&hwc->period_left); in loongarch_pmu_event_set_period() local 307 if (unlikely((left + period) & (1ULL << 63))) { in loongarch_pmu_event_set_period() 308 /* left underflowed by more than period. */ in loongarch_pmu_event_set_period() 309 left = period; in loongarch_pmu_event_set_period() 310 local64_set(&hwc->period_left, left); in loongarch_pmu_event_set_period() 313 } else if (unlikely((left + period) <= period)) { in loongarch_pmu_event_set_period() 314 /* left underflowed by less than period. */ in loongarch_pmu_event_set_period() 315 left += period; in loongarch_pmu_event_set_period() 316 local64_set(&hwc->period_left, left); in loongarch_pmu_event_set_period() 321 if (left > loongarch_pm in loongarch_pmu_event_set_period() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | magicyuvenc.c | 104 int left = 0, top, lefttop; in gradient_predict() local 108 dst[i] = src[i] - left; in gradient_predict() 109 left = src[i]; in gradient_predict() 115 left = src[0] - top; in gradient_predict() 116 dst[0] = left; in gradient_predict() 120 left = src[i-1]; in gradient_predict() 121 dst[i] = (src[i] - top) - left + lefttop; in gradient_predict() 132 int left = 0, lefttop; in median_predict() local 136 dst[i] = src[i] - left; in median_predict() 137 left in median_predict() [all...] |
/third_party/backends/backend/ |
H A D | u12-tpa.c | 400 u_long left; in u12tpa_FindCenterPointer() local 410 left = _DATA_ORIGIN_X + _NEG_ORG_OFFSETX * 2 - 600; in u12tpa_FindCenterPointer() 414 for( i = 5400UL - left, pwSum = dev->bufs.b2.pSumRGB; i--; left++) in u12tpa_FindCenterPointer() 415 if( pwSum[left].Red > _NEG_EDGE_VALUE && in u12tpa_FindCenterPointer() 416 pwSum[left].Green > _NEG_EDGE_VALUE && in u12tpa_FindCenterPointer() 417 pwSum[left].Blue > _NEG_EDGE_VALUE) in u12tpa_FindCenterPointer() 420 for( i = 5400UL - left, pwSum = dev->bufs.b2.pSumRGB; i--; right--) in u12tpa_FindCenterPointer() 426 if((right <= left) || ((right - left) < widt in u12tpa_FindCenterPointer() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | inline.c | 122 /* Binops: copy left/right expressions */ in copy_expression() 127 struct expression *left = copy_expression(expr->left); in copy_expression() local 129 if (left == expr->left && right == expr->right) in copy_expression() 132 expr->left = left; in copy_expression() 138 struct expression *left = copy_expression(expr->left); in copy_expression() local 140 if (expr->op == '=' && left in copy_expression() [all...] |