/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4proc.c | 6083 * Free each page after tx, so the only ref left is in __nfs4_proc_set_acl() 10590 size_t left = size; in nfs4_listxattr() local 10592 error = generic_listxattr(dentry, list, left); in nfs4_listxattr() 10597 left -= error; in nfs4_listxattr() 10600 error2 = nfs4_listxattr_nfs4_label(d_inode(dentry), list, left); in nfs4_listxattr() 10606 left -= error2; in nfs4_listxattr() 10609 error3 = nfs4_listxattr_nfs4_user(d_inode(dentry), list, left); in nfs4_listxattr()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 4612 * where the previous loop left off. in hpsa_scatter_gather() 6501 u32 left; in hpsa_big_passthru_ioctl() local 6526 left = ioc->buf_size; in hpsa_big_passthru_ioctl() 6528 while (left) { in hpsa_big_passthru_ioctl() 6529 sz = (left > ioc->malloc_size) ? ioc->malloc_size : left; in hpsa_big_passthru_ioctl() 6543 left -= sz; in hpsa_big_passthru_ioctl()
|
/third_party/libabigail/src/ |
H A D | abg-ir.cc | 143 /// @param l the instance of std::string on the left-hand-side of the 224 push_composite_type_comparison_operands(const type_base& left, 228 pop_composite_type_comparison_operands(const type_base& left, 240 /// @param left the left-hand-side comparison operand to push. 244 push_composite_type_comparison_operands(const type_base& left, in push_composite_type_comparison_operands() argument 247 const environment& env = left.get_environment(); in push_composite_type_comparison_operands() 248 env.priv_->push_composite_type_comparison_operands(&left, &right); in push_composite_type_comparison_operands() 257 /// @param left the left 265 pop_composite_type_comparison_operands(const type_base& left, const type_base& right) pop_composite_type_comparison_operands() argument [all...] |
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 913 uint64_t left, in Simulator() 917 AddWithCarry(reg_size, left, right, carry_in); in Simulator() 930 uint64_t left, in Simulator() 940 left &= reg_mask; in Simulator() 942 uint64_t result = (left + right + carry_in) & reg_mask; in Simulator() 950 bool C = (left > max_uint_2op) || ((max_uint_2op - left) < right); in Simulator() 955 uint64_t left_sign = left & sign_mask; in Simulator() 2625 // Shift distance is computed differently for left shifts. Convert the in Simulator() 929 AddWithCarry(unsigned reg_size, uint64_t left, uint64_t right, int carry_in) Simulator() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 296 int left) in il3945_fill_beacon_frame() 302 if (il->beacon_skb->len > left) in il3945_fill_beacon_frame() 3663 * strange state ... like being left stranded by a primary kernel in il3945_pci_probe() 295 il3945_fill_beacon_frame(struct il_priv *il, struct ieee80211_hdr *hdr, int left) il3945_fill_beacon_frame() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945-mac.c | 296 int left) in il3945_fill_beacon_frame() 302 if (il->beacon_skb->len > left) in il3945_fill_beacon_frame() 3654 * strange state ... like being left stranded by a primary kernel in il3945_pci_probe() 295 il3945_fill_beacon_frame(struct il_priv *il, struct ieee80211_hdr *hdr, int left) il3945_fill_beacon_frame() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 548 if (old_state->tv.margins.left != new_state->tv.margins.left || in vc4_hdmi_connector_atomic_check()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp | 4315 /* YYR1[RULE-NUM] -- Symbol kind of the left-hand side of rule RULE-NUM. */ 4620 /* Nonzero means print parse trace. It is left uninitialized so that 5711 parseContext.fullIntegerCheck((yyvsp[-1].lex).loc, "bit shift left"); 6022 parseContext.fullIntegerCheck((yyvsp[0].lex).loc, "bit-shift left assign");
|
/third_party/backends/backend/ |
H A D | kodakaio.c | 268 /* Other commands are: D (resolution), O (top left), Z (bottom right), R, G, B (curves) */ 1263 /* Origin top left s->tl_x and s->tl_y are in optres units in cmd_set_scanning_parameters() 1265 DBG(20, "%s: left (DPI)=%d, top (DPI)=%d\n", __func__, tl_x , tl_y); in cmd_set_scanning_parameters() 1561 (x1b,"S","O",LowByte(x0*Res),HighByte(x0*Res),LowByte(y0*Res),HighByte(y0*Res),0) #top left in pixels 1617 s->left * dpi / optres, s->top * dpi / optres, /* top/left start (dpi units)*/ in k_set_scanning_parameters() 1796 /* TODO: Use OPT_RESOLUTION or fixed 600dpi for left/top/width/height? */ in k_init_parametersta() 1797 s->left = ((SANE_UNFIX(s->val[OPT_TL_X].w) / MM_PER_INCH) * optres) + 0.5; in k_init_parametersta() 1927 DBG(min(20,DBG_READ), "%s: data left in buffer\n", __func__); in k_read() 2876 /* top-left in init_options() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 45 UnicodeString operator+(const UnicodeString& left, const UnicodeSet& set) { in operator +() argument 48 return left + UnicodeSetTest::escape(pat); in operator +() 508 // left in TestMinimalRep()
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 861 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right, 865 GLAPI void GLAPIENTRY glFrustum( GLdouble left, GLdouble right,
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 3471 friend void swap(reference left, reference right) noexcept ( in noexcept() 3478 left.swap(right); in noexcept()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 600 VkExtent2D imageExtent = VkExtent2D { std::max((deUint32)(pVideoFormat->display_area.right - pVideoFormat->display_area.left), pVideoFormat->coded_width), 642 << "\tDisplay area : [" << pVideoFormat->display_area.left << ", " << pVideoFormat->display_area.top << ", " << pVideoFormat->display_area.right << ", " << pVideoFormat->display_area.bottom << "]" << std::endl
|
/third_party/rust/crates/syn/src/gen/ |
H A D | hash.rs | 540 self.left.hash(state); in hash() 575 self.left.hash(state); in hash()
|
H A D | fold.rs | 1276 left: Box::new(f.fold_expr(*node.left)), in fold_expr_assign() 1315 left: Box::new(f.fold_expr(*node.left)), in fold_expr_binary()
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | parse.rs | 315 /// set becomes the left hand side of the operator. 319 /// The left-hand side of the operator. 904 /// the left hand side of the given operator. 2308 ($left:expr, $right:expr) => {{ 2309 match (&$left, &$right) { 2313 "assertion failed: `(left == right)`\n\n\ 2314 left: `{:?}`\nright: `{:?}`\n\n",
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 1012 0u, // int32_t left; 2135 m_width = pVideoFormat->display_area.right - pVideoFormat->display_area.left; 2166 m_width = pVideoFormat->display_area.right - pVideoFormat->display_area.left;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 1422 rect.left = std::max(0, x); 1495 // will be limited to a rectangle having a lower left of (0, 0) and an upper right of 2621 scissorRect.left = glRect.x;
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | mlme.c | 2551 size_t left; in ieee80211_sta_wmm_params() local 2584 left = wmm_param_len - 8; in ieee80211_sta_wmm_params() 2589 for (; left >= 4; left -= 4, pos += 4) { in ieee80211_sta_wmm_params()
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.cc | 4180 // Not enough space in the array left, either grow, shrink or in Append() 4971 int left = 0; in GetPositionInfo() local 4975 DCHECK_LE(left, right); in GetPositionInfo() 4976 const int mid = (left + right) / 2; in GetPositionInfo() 4978 left = mid + 1; in GetPositionInfo()
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 452 formatter.field("left", Lite(&_val.left)); in fmt() 480 formatter.field("left", Lite(&_val.left)); in fmt() 1058 formatter.field("left", Lite(&self.value.left)); in fmt() 1092 formatter.field("left", Lite(&self.value.left)); in fmt()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 362 clr.w %d6 # word u3 left
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 362 clr.w %d6 # word u3 left
|
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-v4l2.c | 1110 sel->r.left = 0; in cobalt_g_selection()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | vdec.c | 376 s->r.left = 0; in vdec_g_selection()
|