/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 2025 /* Visit left subtree if it looks promising */
in kbase_unmapped_area_topdown() 2027 struct vm_area_struct *left = rb_entry(vma->vm_rb.rb_left, struct vm_area_struct, vm_rb);
in kbase_unmapped_area_topdown() local 2028 if (left->rb_subtree_gap >= length) {
in kbase_unmapped_area_topdown() 2029 vma = left;
in kbase_unmapped_area_topdown()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_core_linux.c | 2127 /* Visit left subtree if it looks promising */ in kbase_unmapped_area_topdown() 2129 struct vm_area_struct *left = in kbase_unmapped_area_topdown() local 2132 if (left->rb_subtree_gap >= length) { in kbase_unmapped_area_topdown() 2133 vma = left; in kbase_unmapped_area_topdown()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.c | 1958 Between 0x2000 (8K) and 0x3000 (12K) there is 4K space left for VBR Tbl 3101 int left = *pos, n; local 3104 if(!left--) { 3131 if (!left) {
|
/kernel/linux/linux-5.10/drivers/iommu/amd/ |
H A D | iommu.c | 1076 u32 left, next_tail; in __iommu_queue_command_sync() local 1080 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync() 1082 if (left <= 0x20) { in __iommu_queue_command_sync() 2166 * left the caches in the IOMMU dirty. So we have to flush in attach_device()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1159 u32 xres, yres, bpp, left, right, upper, lower, hslen, vslen, sync; in aty_crtc_to_var() local 1185 left = (h_total - h_sync_strt - h_sync_wid) * 8 - h_sync_dly; in aty_crtc_to_var() 1262 var->left_margin = left; in aty_crtc_to_var()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | iphase.c | 1959 Between 0x2000 (8K) and 0x3000 (12K) there is 4K space left for VBR Tbl 3102 int left = *pos, n; local 3105 if(!left--) { 3132 if (!left) {
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1169 u32 xres, yres, bpp, left, right, upper, lower, hslen, vslen, sync; in aty_crtc_to_var() local 1195 left = (h_total - h_sync_strt - h_sync_wid) * 8 - h_sync_dly; in aty_crtc_to_var() 1272 var->left_margin = left; in aty_crtc_to_var()
|
/kernel/linux/linux-6.6/drivers/iommu/amd/ |
H A D | iommu.c | 1134 u32 left, next_tail; in __iommu_queue_command_sync() local 1138 left = (iommu->cmd_buf_head - next_tail) % CMD_BUFFER_SIZE; in __iommu_queue_command_sync() 1140 if (left <= 0x20) { in __iommu_queue_command_sync() 1843 * left the caches in the IOMMU dirty. So we have to flush in attach_device()
|
/third_party/backends/backend/ |
H A D | plustek.c | 811 /* top-left x */ in init_options() 821 /* top-left y */ in init_options() 2391 int left, top; in local_sane_start() local 2452 left = (int)(SANE_UNFIX (s->val[OPT_TL_X].w)*dpi_x/ in local_sane_start() 2468 crop.ImgDef.crArea.x = left; /* offset from left edge to area you want to scan */ in local_sane_start()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl.cpp | 1011 void Context::frustum(GLdouble left, in frustum() argument 1316 void Context::ortho(GLdouble left, in ortho() argument 2583 void Context::scissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in scissorIndexed() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 2455 rect.left = sourceRect.x; in copyImage2D() 2473 rect.left = sourceRect.x; in copyImageCube() 2524 rect.left = sourceBox.x; in copyTexture()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fIntegerStateQueryTests.cpp | 1216 GLint left = rnd.getInt(-64000, 64000); in test() local 1221 glScissor(left, bottom, width, height); in test() 1222 m_verifier->verifyInteger4(m_testCtx, GL_SCISSOR_BOX, left, bottom, width, height); in test()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | dc395x.c | 1817 static void sg_update_list(struct ScsiReqBlk *srb, u32 left) in sg_update_list() argument 1820 u32 xferred = srb->total_xfer_length - left; /* bytes transferred */ in sg_update_list() 1825 xferred, srb->total_xfer_length, left); in sg_update_list() 1832 srb->total_xfer_length = left; /* update remaining count */ in sg_update_list() 1946 * if there was some data left in SCSI FIFO in data_out_phase0() 1967 * SCSI transfer counter + left in SCSI FIFO data in data_out_phase0() 1996 * If the SCSI engine has no bytes left, how should the DMA engine? in data_out_phase0() 2056 * But: There might still be bytes left in its FIFO to be fetched by the DMA in data_in_phase0() 2209 * if there was some data left in SCSI FIFO in data_in_phase0()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | mlme.c | 2022 size_t left; in ieee80211_sta_wmm_params() local 2055 left = wmm_param_len - 8; in ieee80211_sta_wmm_params() 2060 for (; left >= 4; left -= 4, pos += 4) { in ieee80211_sta_wmm_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 503 int left = 0, right = ARRAY_SIZE(force_nonpriv_white_list); in in_whitelist() local 506 while (left < right) { in in_whitelist() 507 int mid = (left + right)/2; in in_whitelist() 510 left = mid + 1; in in_whitelist()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | dc395x.c | 1794 static void sg_update_list(struct ScsiReqBlk *srb, u32 left) in sg_update_list() argument 1797 u32 xferred = srb->total_xfer_length - left; /* bytes transferred */ in sg_update_list() 1802 xferred, srb->total_xfer_length, left); in sg_update_list() 1809 srb->total_xfer_length = left; /* update remaining count */ in sg_update_list() 1923 * if there was some data left in SCSI FIFO in data_out_phase0() 1944 * SCSI transfer counter + left in SCSI FIFO data in data_out_phase0() 1973 * If the SCSI engine has no bytes left, how should the DMA engine? in data_out_phase0() 2033 * But: There might still be bytes left in its FIFO to be fetched by the DMA in data_in_phase0() 2186 * if there was some data left in SCSI FIFO in data_in_phase0()
|
/third_party/ffmpeg/libavformat/ |
H A D | mpegts.c | 3673 int left = FFMIN(check_count - i, CHECK_BLOCK); in mpegts_probe() local 3674 int score = analyze(p->buf + TS_PACKET_SIZE *i, TS_PACKET_SIZE *left, TS_PACKET_SIZE , 1); in mpegts_probe() 3675 int dvhs_score = analyze(p->buf + TS_DVHS_PACKET_SIZE*i, TS_DVHS_PACKET_SIZE*left, TS_DVHS_PACKET_SIZE, 1); in mpegts_probe() 3676 int fec_score = analyze(p->buf + TS_FEC_PACKET_SIZE *i, TS_FEC_PACKET_SIZE *left, TS_FEC_PACKET_SIZE , 1); in mpegts_probe() 3897 /* flush pes data left */ in mpegts_read_packet()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 3612 uint32_t left; in pvr_setup_isp_depth_bias_scissor_state() local 3648 left = x / region_clip_align_size; in pvr_setup_isp_depth_bias_scissor_state() 3668 word0.left = left; in pvr_setup_isp_depth_bias_scissor_state()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-native-context-specialization.cc | 339 base::Optional<const StringConstantBase*> left = in ReduceJSAdd() local 341 if (!left.has_value()) return NoChange(); in ReduceJSAdd() 346 shared_zone()->New<StringCons>(left.value(), right.value()); in ReduceJSAdd() 386 Node* object = n.left(); in ReduceJSInstanceOf()
|
H A D | js-call-reducer.cc | 1167 TNode<Object> left = Argument(0); 1169 TNode<Number> left_number = SpeculativeToNumber(left); 1497 // Set up variable behavior depending on the reduction kind (left/right). 2394 Node* left = n.Argument(0); 2399 left = effect = 2402 left, effect, control); 2407 left = graph()->NewNode(simplified()->NumberToUint32(), left); 2409 Node* value = graph()->NewNode(simplified()->NumberImul(), left, right); 6925 // to two inputs from the left wit [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 298 * Y axes respectively, relative to top-left of pixel. In NIR, (0, 0) in bi_varying_src0_for_barycentric() 729 /* Sample index above is left as zero. For multisampling, we need to in bi_pixel_indices() 2708 bi_index left, right; in bi_emit_alu() local 2711 left = bi_clper_old_i32(b, s0, lane1); in bi_emit_alu() 2714 left = bi_clper_i32(b, s0, lane1, in bi_emit_alu() 2723 bi_fadd_to(b, sz, dst, right, bi_neg(left)); in bi_emit_alu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 4409 const SDNode *left = N0.getOperand(0).getNode(); in PerformADDCombineWithOperands() local 4412 if (isa<ConstantSDNode>(left) || isa<ConstantSDNode>(right)) in PerformADDCombineWithOperands() 4416 for (SDNode::use_iterator UI = left->use_begin(), UE = left->use_end(); UI != UE; ++UI) { in PerformADDCombineWithOperands()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 2606 u8 *pos, size_t left) in fils_decrypt_assoc() 2681 pos, left - AES_BLOCK_SIZE); in fils_decrypt_assoc() 2683 if (wpa_fils_validate_key_confirm(sm, pos, left - AES_BLOCK_SIZE) < 0) { in fils_decrypt_assoc() 2688 return left - AES_BLOCK_SIZE; in fils_decrypt_assoc() 2604 fils_decrypt_assoc(struct wpa_state_machine *sm, const u8 *fils_session, const struct ieee80211_mgmt *mgmt, size_t frame_len, u8 *pos, size_t left) fils_decrypt_assoc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.c | 2487 u8 *pos, size_t left) in fils_decrypt_assoc() 2562 pos, left - AES_BLOCK_SIZE); in fils_decrypt_assoc() 2564 if (wpa_fils_validate_key_confirm(sm, pos, left - AES_BLOCK_SIZE) < 0) { in fils_decrypt_assoc() 2569 return left - AES_BLOCK_SIZE; in fils_decrypt_assoc() 2485 fils_decrypt_assoc(struct wpa_state_machine *sm, const u8 *fils_session, const struct ieee80211_mgmt *mgmt, size_t frame_len, u8 *pos, size_t left) fils_decrypt_assoc() argument
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 591 // In both cases, the ExactAssemblyScope is left with enough remaining space for 888 // On return, the boolean values pointed to will indicate whether `left` and 891 const Operand& left, in GetCselSynthesisInformation() 898 left, in GetCselSynthesisInformation() 906 const Operand& left, in Csel() 909 CselHelper(this, rd, left, right, cond); in Csel() 8203 // `should_synthesise_right` will indicate whether `left` and `right` 8207 Operand left, 8217 int64_t left, 8226 int64_t left, 890 GetCselSynthesisInformation(const Register& rd, const Operand& left, const Operand& right, bool* should_synthesise_left, bool* should_synthesise_right) GetCselSynthesisInformation() argument 905 Csel(const Register& rd, const Operand& left, const Operand& right, Condition cond) Csel() argument [all...] |