/kernel/linux/linux-6.6/drivers/irqchip/ |
H A D | irq-bcm7120-l2.c | 65 int base = idx * IRQS_PER_WORD; in bcm7120_l2_intc_irq_handle() local 67 irq_get_domain_generic_chip(b->domain, base); in bcm7120_l2_intc_irq_handle() 78 generic_handle_domain_irq(b->domain, base + hwirq); in bcm7120_l2_intc_irq_handle() 193 void __iomem *base = min(en, stat); in bcm7120_l2_intc_iomap_3380() local 198 if (!base) in bcm7120_l2_intc_iomap_3380() 201 data->pair_base[gc_idx] = base; in bcm7120_l2_intc_iomap_3380() 202 data->en_offset[gc_idx] = en - base; in bcm7120_l2_intc_iomap_3380() 203 data->stat_offset[gc_idx] = stat - base; in bcm7120_l2_intc_iomap_3380()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http.cc | 78 auto p = iov.base; in create_forwarded() 121 if (iov.base == p) { in create_forwarded() 128 return StringRef{iov.base, p}; in create_forwarded() 192 auto p = iov.base; in create_affinity_cookie() 208 return StringRef{iov.base, p}; in create_affinity_cookie() 250 auto p = iov.base; in create_altsvc_header_value() 269 assert(static_cast<size_t>(p - iov.base) == len); in create_altsvc_header_value() 271 return StringRef{iov.base, p}; in create_altsvc_header_value()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | tzrule.h | 131 * @param base The first start time after this base time will be returned. 136 * @param inclusive Whether the base time is inclusive or not. 138 * the specified base time. 143 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 148 * @param base The most recent time before this base time will be returned. 153 * @param inclusive Whether the base time is inclusive or not. 155 * the specified base time. 160 virtual UBool getPreviousStart(UDate base, int32_ [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video_vp.c | 76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_vp() 97 if (dec->base.max_references > 2) in nv98_decoder_vp() 98 codec_extra += 1 + (dec->base.max_references - 2); in nv98_decoder_vp() 103 for (i = 0; i < dec->base.max_references; ++i) { in nv98_decoder_vp() 140 uint64_t tmpimg_addr = dec->ref_bo->offset + dec->ref_stride * (dec->base.max_references+2); in nv98_decoder_vp() 154 if (dec->base.max_references > 2) { in nv98_decoder_vp() 157 BEGIN_NV04(push, SUBC_VP(0x400), dec->base.max_references - 2); in nv98_decoder_vp() 158 for (i = 2; i < dec->base.max_references; ++i) { in nv98_decoder_vp()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tzrule.h | 131 * @param base The first start time after this base time will be returned. 136 * @param inclusive Whether the base time is inclusive or not. 138 * the specified base time. 143 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 148 * @param base The most recent time before this base time will be returned. 153 * @param inclusive Whether the base time is inclusive or not. 155 * the specified base time. 160 virtual UBool getPreviousStart(UDate base, int32_ [all...] |
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | member-storage.h | 42 return g_base_.base; in Get() 47 return (g_base_.base & ~kLowerHalfWordMask) != 0; in IsSet() 56 uintptr_t base; variable 63 return kLowerHalfWordMask == (g_base_.base & kLowerHalfWordMask); in IsBaseConsistent() 132 const uintptr_t base = CageBaseGlobal::Get(); in Compress() local 134 (base & kGigaCageMask) == in Compress() 154 const uintptr_t base = CageBaseGlobal::Get(); in Decompress() local 164 return reinterpret_cast<void*>(mask & base); in Decompress()
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.h | 12 #include "src/base/enum-set.h" 13 #include "src/base/vector.h" 51 using StdlibSet = base::EnumSet<StandardMember, uint64_t>; 84 base::Vector<const char> function_name; 88 FunctionImportInfo(base::Vector<const char> name, Zone* zone) in FunctionImportInfo() 104 base::Vector<const char> import_name; 173 base::Vector<VarInfo> global_var_info_; 174 base::Vector<VarInfo> local_var_info_; 318 void AddGlobalImport(base::Vector<const char> name, AsmType* type, 326 base [all...] |
/third_party/node/deps/v8/src/base/debug/ |
H A D | stack_trace_posix.cc | 8 #include "src/base/debug/stack_trace.h" 40 #include "src/base/build_config.h" 41 #include "src/base/free_deleter.h" 42 #include "src/base/logging.h" 43 #include "src/base/macros.h" 46 namespace base { namespace 57 char* itoa_r(intptr_t i, char* buf, size_t sz, int base, size_t padding); 318 // #20 0x0000000000752a54 in base::debug::StackTrace::StackTrace in WarmUpBacktrace() 319 // at base/debug/stack_trace_posix.cc:175 in WarmUpBacktrace() 321 // base in WarmUpBacktrace() 397 itoa_r(intptr_t i, char* buf, size_t sz, int base, size_t padding) itoa_r() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | swiss-hash-table-helpers.h | 13 #include "src/base/bits.h" 14 #include "src/base/logging.h" 15 #include "src/base/memory.h" 142 return (sizeof(T) * CHAR_BIT - base::bits::CountLeadingZeros(mask_) - 1) >> in HighestBitSet() 151 return base::bits::CountTrailingZerosNonZero(mask_) >> Shift; in TrailingZeros() 157 return base::bits::CountLeadingZeros(mask_ << extra_bits) >> Shift; in LeadingZeros() 273 return base::bits::CountTrailingZerosNonZero( 324 return base::bits::CountTrailingZerosNonZero(MatchEmptyOrDeletedMask() + 1); 355 : ctrl(base::ReadLittleEndianValue<uint64_t>( 393 return (base [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video_vp.c | 76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_vp() 97 if (dec->base.max_references > 2) in nvc0_decoder_vp() 98 codec_extra += 1 + (dec->base.max_references - 2); in nvc0_decoder_vp() 103 for (i = 0; i < dec->base.max_references; ++i) { in nvc0_decoder_vp() 140 uint64_t tmpimg_addr = dec->ref_bo->offset + dec->ref_stride * (dec->base.max_references+2); in nvc0_decoder_vp() 154 if (dec->base.max_references > 2) { in nvc0_decoder_vp() 157 BEGIN_NVC0(push, SUBC_VP(0x400), dec->base.max_references - 2); in nvc0_decoder_vp() 158 for (i = 2; i < dec->base.max_references; ++i) { in nvc0_decoder_vp()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc2.c | 140 ctx->base.iv, ctx->base.ivlen)) { in rc2_get_ctx_params() 188 || ctx->base.ivlen > sizeof(iv) in rc2_set_ctx_params() 191 ctx->base.ivlen) in rc2_set_ctx_params() 192 != ctx->base.ivlen) in rc2_set_ctx_params() 193 || !ossl_cipher_generic_initiv(&ctx->base, iv, ctx->base.ivlen) in rc2_set_ctx_params() 206 ctx->base.keylen = ctx->key_bits / 8; in rc2_set_ctx_params()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc2.c | 140 ctx->base.iv, ctx->base.ivlen)) { in rc2_get_ctx_params() 188 || ctx->base.ivlen > sizeof(iv) in rc2_set_ctx_params() 191 ctx->base.ivlen) in rc2_set_ctx_params() 192 != ctx->base.ivlen) in rc2_set_ctx_params() 193 || !ossl_cipher_generic_initiv(&ctx->base, iv, ctx->base.ivlen) in rc2_set_ctx_params() 206 ctx->base.keylen = ctx->key_bits / 8; in rc2_set_ctx_params()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | tzrule.h | 131 * @param base The first start time after this base time will be returned. 136 * @param inclusive Whether the base time is inclusive or not. 138 * the specified base time. 143 virtual UBool getNextStart(UDate base, int32_t prevRawOffset, int32_t prevDSTSavings, 148 * @param base The most recent time before this base time will be returned. 153 * @param inclusive Whether the base time is inclusive or not. 155 * the specified base time. 160 virtual UBool getPreviousStart(UDate base, int32_ [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | generated_message_table_driven.h | 239 PROTOBUF_EXPORT void SerializeInternal(const uint8* base, 249 const uint8* base = reinterpret_cast<const uint8*>(&msg); 253 // *reinterpret_cast<const int32*>(base + field_table->offset); 256 SerializeInternal(base, field_table + 1, num_fields, output); 259 uint8* SerializeInternalToArray(const uint8* base, const FieldMetadata* table, 266 const uint8* base = reinterpret_cast<const uint8*>(&msg); 269 return SerializeInternalToArray(base, field_table, num_fields, 298 void MapFieldSerializer(const uint8* base, uint32 offset, uint32 tag, 304 *reinterpret_cast<const MapFieldType*>(base + offset);
|
/third_party/rust/crates/rustix/src/backend/linux_raw/param/ |
H A D | auxv.rs | 225 // The base and sysinfo_ehdr (if present) matches our platform. Accept in init_from_auxp() 239 /// Check that `base` is a valid pointer to the program interpreter. 241 /// `base` is some value we got from a `AT_BASE` aux record somewhere, 244 unsafe fn check_interpreter_base(base: *const Elf_Ehdr) -> Option<()> { in check_interpreter_base() 245 check_elf_base(base)?; in check_interpreter_base() 249 /// Check that `base` is a valid pointer to the kernel-provided vDSO. 251 /// `base` is some value we got from a `AT_SYSINFO_EHDR` aux record somewhere, 254 unsafe fn check_vdso_base(base: *const Elf_Ehdr) -> Option<NonNull<Elf_Ehdr>> { in check_vdso_base() 266 if base == ehdr_start { in check_vdso_base() 272 let hdr = check_elf_base(base) in check_vdso_base() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | s5p-sss.c | 233 * @aes_offset: AES register offset from SSS module's base. 234 * @hash_offset: HASH register offset from SSS module's base. 504 req->base.complete(&req->base, err); in s5p_aes_complete() 1359 if (req->base.complete) in s5p_hash_finish_req() 1360 req->base.complete(&req->base, err); in s5p_hash_finish_req() 1491 struct s5p_hash_ctx *tctx = crypto_tfm_ctx(req->base.tfm); in s5p_hash_enqueue() 1556 struct s5p_hash_ctx *tctx = crypto_tfm_ctx(req->base.tfm); in s5p_hash_final() 1743 .halg.base [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | vlv_dsi.c | 78 struct drm_encoder *encoder = &intel_dsi->base.base; in vlv_dsi_wait_for_fifo_empty() 125 struct drm_device *dev = intel_dsi_host->intel_dsi->base.base.dev; in intel_dsi_host_transfer() 219 struct drm_encoder *encoder = &intel_dsi->base.base; in dpi_send_cmd() 266 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev); in intel_dsi_compute_config() 268 base); in intel_dsi_compute_config() 326 struct drm_i915_private *dev_priv = to_i915(encoder->base.dev); in glk_dsi_enable_io() 375 struct drm_i915_private *dev_priv = to_i915(encoder->base in glk_dsi_device_ready() [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
H A D | pinctrl-rzg2l.c | 147 void __iomem *base; member 172 reg = readw(pctrl->base + PM(port)); in rzg2l_pinctrl_set_pfc_mode() 174 writew(reg, pctrl->base + PM(port)); in rzg2l_pinctrl_set_pfc_mode() 177 reg = readb(pctrl->base + PMC(port)); in rzg2l_pinctrl_set_pfc_mode() 178 writeb(reg & ~BIT(pin), pctrl->base + PMC(port)); in rzg2l_pinctrl_set_pfc_mode() 181 writel(0x0, pctrl->base + PWPR); /* B0WI=0, PFCWE=0 */ in rzg2l_pinctrl_set_pfc_mode() 182 writel(PWPR_PFCWE, pctrl->base + PWPR); /* B0WI=0, PFCWE=1 */ in rzg2l_pinctrl_set_pfc_mode() 185 reg = readl(pctrl->base + PFC(port)); in rzg2l_pinctrl_set_pfc_mode() 187 writel(reg | (func << (pin * 4)), pctrl->base + PFC(port)); in rzg2l_pinctrl_set_pfc_mode() 190 writel(0x0, pctrl->base in rzg2l_pinctrl_set_pfc_mode() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 771 struct crypto_async_request *base) in qat_alg_send_sym_message() 777 alg_req->base = base; in qat_alg_send_sym_message() 793 gfp_t f = qat_algs_alloc_flags(&areq->base); in qat_alg_aead_dec() 822 ret = qat_alg_send_sym_message(qat_req, ctx->inst, &areq->base); in qat_alg_aead_dec() 837 gfp_t f = qat_algs_alloc_flags(&areq->base); in qat_alg_aead_enc() 868 ret = qat_alg_send_sym_message(qat_req, ctx->inst, &areq->base); in qat_alg_aead_enc() 1024 gfp_t f = qat_algs_alloc_flags(&req->base); in qat_alg_skcipher_encrypt() 1051 ret = qat_alg_send_sym_message(qat_req, ctx->inst, &req->base); in qat_alg_skcipher_encrypt() 1091 gfp_t f = qat_algs_alloc_flags(&req->base); in qat_alg_skcipher_decrypt() 769 qat_alg_send_sym_message(struct qat_crypto_request *qat_req, struct qat_crypto_instance *inst, struct crypto_async_request *base) qat_alg_send_sym_message() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | skl_universal_plane.c | 466 struct drm_i915_private *i915 = to_i915(plane->base.dev); in skl_plane_max_stride() 518 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in icl_program_input_csc() 621 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in skl_plane_disable_arm() 635 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in icl_plane_disable_arm() 653 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in skl_plane_get_hw_state() 1081 struct drm_i915_private *i915 = to_i915(plane->base.dev); in icl_plane_csc_load_black() 1117 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in skl_plane_update_noarm() 1147 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in skl_plane_update_arm() 1203 struct drm_i915_private *dev_priv = to_i915(plane->base.dev); in icl_plane_update_noarm() 1278 struct drm_i915_private *dev_priv = to_i915(plane->base in icl_plane_update_arm() 2397 u32 val, base, offset, stride_mult, tiling, alpha; skl_get_initial_plane_config() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 134 { .base = 0x00, .phy = &rk3036_win0_data, 136 { .base = 0x00, .phy = &rk3036_win1_data, 204 { .base = 0x00, .phy = &rk3036_win0_data, 206 { .base = 0x00, .phy = &rk3126_win1_data, 328 { .base = 0x00, .phy = &px30_win0_data, 330 { .base = 0x00, .phy = &px30_win1_data, 332 { .base = 0x00, .phy = &px30_win2_data, 349 { .base = 0x00, .phy = &px30_win1_data, 450 { .base = 0x00, .phy = &rk3066_win0_data, 452 { .base [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/model/ |
H A D | data_model_index.h | 19 #include <meta/base/meta_types.h> 20 #include <meta/base/namespace.h> 21 #include <meta/base/types.h>
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/ |
H A D | path_util.h | 19 #include <base/containers/string.h> 20 #include <base/containers/string_view.h> 21 #include <base/containers/unordered_map.h>
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/serialization/ |
H A D | intf_global_serialization_data.h | 19 #include <base/containers/unique_ptr.h> 22 #include <meta/base/interface_macros.h> 23 #include <meta/base/namespace.h>
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_program_util.h | 21 #include <base/containers/vector.h> 22 #include <base/math/vector.h> 23 #include <base/util/formats.h>
|