Home
last modified time | relevance | path

Searched refs:props (Results 301 - 325 of 1508) sorted by relevance

1...<<11121314151617181920>>...61

/third_party/icu/icu4c/source/common/
H A Duprops.h63 #define GET_CATEGORY(props) ((props)&0x1f)
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props))
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dproperty.hpp232 property_list<D> props; in obj() local
238 if (props.count(key)) in obj()
241 props.insert({ key, value }); in obj()
244 return props; in obj()
253 desc(const property_list<D> &props) { in desc() argument
256 for (auto &prop : props) { in desc()
/third_party/node/deps/icu-small/source/common/
H A Duprops.h63 #define GET_CATEGORY(props) ((props)&0x1f)
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props))
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
/third_party/skia/src/gpu/vk/
H A DGrVkSecondaryCBDrawContext.cpp27 const SkSurfaceProps* props) { in Make()
49 SkSurfacePropsCopyOrDefault(props), in Make()
56 props)); in Make()
60 const SkSurfaceProps* props) in GrVkSecondaryCBDrawContext()
62 , fProps(SkSurfacePropsCopyOrDefault(props)) {} in GrVkSecondaryCBDrawContext()
129 this->props()); in characterize()
24 Make(GrRecordingContext* rContext, const SkImageInfo& imageInfo, const GrVkDrawableInfo& vkInfo, const SkSurfaceProps* props) Make() argument
59 GrVkSecondaryCBDrawContext(sk_sp<skgpu::BaseDevice> device, const SkSurfaceProps* props) GrVkSecondaryCBDrawContext() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Duprops.h63 #define GET_CATEGORY(props) ((props)&0x1f)
64 #define CAT_MASK(props) U_MASK(GET_CATEGORY(props))
66 #define GET_NUMERIC_TYPE_VALUE(props) ((props)>>UPROPS_NUMERIC_TYPE_VALUE_SHIFT)
/third_party/typescript/tests/baselines/reference/
H A DobjectRestSpread.js11 ...props
17 ...props
22 ...props
52 let _e = {}, { prop = Object.assign({}, obj) } = _e, _f = _e.more, more = _f === void 0 ? (_a = Object.assign({}, obj), obj = __rest(_a, []), _a) : _f, _g = '' + 'other', _h = _e[_g], other = _h === void 0 ? Object.assign({}, obj) : _h, _j = _e.yetAnother, _k = _j === void 0 ? Object.assign({}, obj) : _j, _l = _k.nested, _m = _l === void 0 ? Object.assign({}, obj) : _l, _o = 'nested' + 'prop', _p = _m[_o], nestedProp = _p === void 0 ? Object.assign({}, obj) : _p, nestedRest = __rest(_m, [typeof _o === "symbol" ? _o : _o + ""]), { fn = function () { return __asyncGenerator(this, arguments, function* () { }); } } = _e, props = __rest(_e, ["prop", "more", typeof _g === "symbol" ? _g : _g + "", "yetAnother", "fn"]);
53 (_b = {}, { prop = Object.assign({}, obj) } = _b, _c = '' + 'other', _d = _b[_c], other = _d === void 0 ? Object.assign({}, obj) : _d, props = __rest(_b, ["prop", typeof _c === "symbol" ? _c : _c + ""]));
54 function test(_a) { var { prop = Object.assign({}, obj) } = _a, props = __rest(_a, ["prop"]); }
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1192 struct ib_port_attr *props) in qib_query_port()
1200 /* props being zeroed by the caller, avoid zeroing it here */ in qib_query_port()
1201 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in qib_query_port()
1202 props->lmc = ppd->lmc; in qib_query_port()
1203 props->state = dd->f_iblink_state(ppd->lastibcstat); in qib_query_port()
1204 props->phys_state = dd->f_ibphys_portstate(ppd->lastibcstat); in qib_query_port()
1205 props->gid_tbl_len = QIB_GUIDS_PER_PORT; in qib_query_port()
1206 props->active_width = ppd->link_width_active; in qib_query_port()
1208 props->active_speed = ppd->link_speed_active; in qib_query_port()
1209 props in qib_query_port()
1191 qib_query_port(struct rvt_dev_info *rdi, u8 port_num, struct ib_port_attr *props) qib_query_port() argument
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_verbs.c1192 struct ib_port_attr *props) in qib_query_port()
1200 /* props being zeroed by the caller, avoid zeroing it here */ in qib_query_port()
1201 props->lid = lid ? lid : be16_to_cpu(IB_LID_PERMISSIVE); in qib_query_port()
1202 props->lmc = ppd->lmc; in qib_query_port()
1203 props->state = dd->f_iblink_state(ppd->lastibcstat); in qib_query_port()
1204 props->phys_state = dd->f_ibphys_portstate(ppd->lastibcstat); in qib_query_port()
1205 props->gid_tbl_len = QIB_GUIDS_PER_PORT; in qib_query_port()
1206 props->active_width = ppd->link_width_active; in qib_query_port()
1208 props->active_speed = ppd->link_speed_active; in qib_query_port()
1209 props in qib_query_port()
1191 qib_query_port(struct rvt_dev_info *rdi, u32 port_num, struct ib_port_attr *props) qib_query_port() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dlm3533_bl.c268 struct backlight_properties props; in lm3533_bl_probe() local
299 memset(&props, 0, sizeof(props)); in lm3533_bl_probe()
300 props.type = BACKLIGHT_RAW; in lm3533_bl_probe()
301 props.max_brightness = LM3533_BL_MAX_BRIGHTNESS; in lm3533_bl_probe()
302 props.brightness = pdata->default_brightness; in lm3533_bl_probe()
305 &props); in lm3533_bl_probe()
347 bd->props.power = FB_BLANK_POWERDOWN; in lm3533_bl_remove()
348 bd->props.brightness = 0; in lm3533_bl_remove()
H A Dled_bl.c177 struct backlight_properties props; in led_bl_probe() local
199 memset(&props, 0, sizeof(struct backlight_properties)); in led_bl_probe()
200 props.type = BACKLIGHT_RAW; in led_bl_probe()
201 props.max_brightness = priv->max_brightness; in led_bl_probe()
202 props.brightness = priv->default_brightness; in led_bl_probe()
203 props.power = (priv->default_brightness > 0) ? FB_BLANK_POWERDOWN : in led_bl_probe()
206 &pdev->dev, priv, &led_bl_ops, &props); in led_bl_probe()
H A Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
56 bl->props.power != FB_BLANK_UNBLANK) in pcf50633_bl_update_status()
58 else if (bl->props.brightness < pcf_bl->brightness_limit) in pcf50633_bl_update_status()
59 new_brightness = bl->props.brightness; in pcf50633_bl_update_status()
136 pcf_bl->brightness = pcf_bl->bl->props.brightness + 1; in pcf50633_bl_probe()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dlm3533_bl.c268 struct backlight_properties props; in lm3533_bl_probe() local
299 memset(&props, 0, sizeof(props)); in lm3533_bl_probe()
300 props.type = BACKLIGHT_RAW; in lm3533_bl_probe()
301 props.max_brightness = LM3533_BL_MAX_BRIGHTNESS; in lm3533_bl_probe()
302 props.brightness = pdata->default_brightness; in lm3533_bl_probe()
305 &props); in lm3533_bl_probe()
347 bd->props.power = FB_BLANK_POWERDOWN; in lm3533_bl_remove()
348 bd->props.brightness = 0; in lm3533_bl_remove()
H A Dled_bl.c177 struct backlight_properties props; in led_bl_probe() local
199 memset(&props, 0, sizeof(struct backlight_properties)); in led_bl_probe()
200 props.type = BACKLIGHT_RAW; in led_bl_probe()
201 props.max_brightness = priv->max_brightness; in led_bl_probe()
202 props.brightness = priv->default_brightness; in led_bl_probe()
203 props.power = (priv->default_brightness > 0) ? FB_BLANK_POWERDOWN : in led_bl_probe()
206 &pdev->dev, priv, &led_bl_ops, &props); in led_bl_probe()
H A Dpcf50633-backlight.c55 if (bl->props.state & (BL_CORE_SUSPENDED | BL_CORE_FBBLANK) || in pcf50633_bl_update_status()
56 bl->props.power != FB_BLANK_UNBLANK) in pcf50633_bl_update_status()
58 else if (bl->props.brightness < pcf_bl->brightness_limit) in pcf50633_bl_update_status()
59 new_brightness = bl->props.brightness; in pcf50633_bl_update_status()
136 pcf_bl->brightness = pcf_bl->bl->props.brightness + 1; in pcf50633_bl_probe()
H A Dlm3630a_bl.c195 return lm3630a_pwm_ctrl(pchip, bl->props.brightness, in lm3630a_bank_a_update_status()
196 bl->props.max_brightness); in lm3630a_bank_a_update_status()
204 ret = lm3630a_write(pchip, REG_BRT_A, bl->props.brightness); in lm3630a_bank_a_update_status()
269 return lm3630a_pwm_ctrl(pchip, bl->props.brightness, in lm3630a_bank_b_update_status()
270 bl->props.max_brightness); in lm3630a_bank_b_update_status()
278 ret = lm3630a_write(pchip, REG_BRT_B, bl->props.brightness); in lm3630a_bank_b_update_status()
337 struct backlight_properties props; in lm3630a_backlight_register() local
340 memset(&props, 0, sizeof(struct backlight_properties)); in lm3630a_backlight_register()
341 props.type = BACKLIGHT_RAW; in lm3630a_backlight_register()
343 props in lm3630a_backlight_register()
[all...]
H A Darcxcnn_bl.c142 (bl->props.power == 0) ? 0 : ARCXCNN_CMD_STDBY); in arcxcnn_bl_update_status()
152 struct backlight_properties *props; in arcxcnn_backlight_register() local
155 props = devm_kzalloc(lp->dev, sizeof(*props), GFP_KERNEL); in arcxcnn_backlight_register()
156 if (!props) in arcxcnn_backlight_register()
159 props->type = BACKLIGHT_PLATFORM; in arcxcnn_backlight_register()
160 props->max_brightness = MAX_BRIGHTNESS; in arcxcnn_backlight_register()
162 if (lp->pdata->initial_brightness > props->max_brightness) in arcxcnn_backlight_register()
163 lp->pdata->initial_brightness = props->max_brightness; in arcxcnn_backlight_register()
165 props in arcxcnn_backlight_register()
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dlayoutpropsbuilder.cpp84 virtual void setProps(const UniProps &props, const UnicodeSet &newValues, UErrorCode &errorCode) U_OVERRIDE;
134 LayoutPropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
136 setIntProp(props, newValues, UCHAR_INDIC_POSITIONAL_CATEGORY, inpcMutableTrie, errorCode); in setProps()
137 setIntProp(props, newValues, UCHAR_INDIC_SYLLABIC_CATEGORY, inscMutableTrie, errorCode); in setProps()
138 setIntProp(props, newValues, UCHAR_VERTICAL_ORIENTATION, voMutableTrie, errorCode); in setProps()
141 void LayoutPropsBuilder::setIntProp(const UniProps &props, const UnicodeSet &newValues, in setIntProp() argument
145 UChar32 start=props.start; in setIntProp()
146 UChar32 end=props.end; in setIntProp()
147 int32_t value = props.getIntProp(prop); in setIntProp()
H A Dgenprops.cpp153 const UniProps *props=ppucd.getProps(newValues, errorCode); in main() local
154 corePropsBuilder->setProps(*props, newValues, errorCode); in main()
155 bidiPropsBuilder->setProps(*props, newValues, errorCode); in main()
156 casePropsBuilder->setProps(*props, newValues, errorCode); in main()
157 layoutPropsBuilder->setProps(*props, newValues, errorCode); in main()
158 emojiPropsBuilder->setProps(*props, newValues, errorCode); in main()
159 namesPropsBuilder->setProps(*props, newValues, errorCode); in main()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_iommu.c344 struct kfd_perf_properties *props; in kfd_iommu_add_perf_counters() local
352 props = kfd_alloc_struct(props); in kfd_iommu_add_perf_counters()
353 if (!props) in kfd_iommu_add_perf_counters()
355 strcpy(props->block_name, "iommu"); in kfd_iommu_add_perf_counters()
356 props->max_concurrent = amd_iommu_pc_get_max_banks(0) * in kfd_iommu_add_perf_counters()
358 list_add_tail(&props->list, &kdev->perf_props); in kfd_iommu_add_perf_counters()
/third_party/skia/src/gpu/
H A DGrProcessorSet.cpp154 GrXPFactory::AnalysisProperties props = GrXPFactory::GetAnalysisProperties( in finalize() local
156 analysis.fRequiresDstTexture = (props & GrXPFactory::AnalysisProperties::kRequiresDstTexture) || in finalize()
159 SkToBool(props & GrXPFactory::AnalysisProperties::kCompatibleWithCoverageAsAlpha); in finalize()
161 (props & GrXPFactory::AnalysisProperties::kRequiresNonOverlappingDraws) || in finalize()
164 SkToBool(props & GrXPFactory::AnalysisProperties::kUsesNonCoherentHWBlending); in finalize()
166 SkToBool(props & GrXPFactory::AnalysisProperties::kUnaffectedByDstValue); in finalize()
167 if (props & GrXPFactory::AnalysisProperties::kIgnoresInputColor) { in finalize()
/kernel/linux/linux-5.10/drivers/base/
H A Dswnode.c114 static const void *property_entry_find(const struct property_entry *props, in property_entry_find() argument
120 prop = property_entry_get(props, propname); in property_entry_find()
132 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size() argument
137 prop = property_entry_get(props, propname); in property_entry_count_elems_of_size()
144 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array() argument
153 return property_entry_count_elems_of_size(props, name, in property_entry_read_int_array()
161 pointer = property_entry_find(props, name, length); in property_entry_read_int_array()
169 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array() argument
178 array_len = property_entry_count_elems_of_size(props, propname, in property_entry_read_string_array()
190 pointer = property_entry_find(props, propnam in property_entry_read_string_array()
603 struct property_entry *props; software_node_register_properties() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c343 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_update_status()
344 dev->props.power == FB_BLANK_UNBLANK) in acx565akm_bl_update_status()
345 level = dev->props.brightness; in acx565akm_bl_update_status()
366 if (dev->props.fb_blank == FB_BLANK_UNBLANK && in acx565akm_bl_get_intensity()
367 dev->props.power == FB_BLANK_UNBLANK) { in acx565akm_bl_get_intensity()
371 return dev->props.brightness; in acx565akm_bl_get_intensity()
702 struct backlight_properties props; in acx565akm_probe() local
760 memset(&props, 0, sizeof(props)); in acx565akm_probe()
761 props in acx565akm_probe()
[all...]
/third_party/lzma/C/
H A DLzma2Dec.c57 static SRes Lzma2Dec_GetOldProps(Byte prop, Byte *props) in Lzma2Dec_GetOldProps() argument
63 props[0] = (Byte)LZMA2_LCLP_MAX; in Lzma2Dec_GetOldProps()
64 props[1] = (Byte)(dicSize); in Lzma2Dec_GetOldProps()
65 props[2] = (Byte)(dicSize >> 8); in Lzma2Dec_GetOldProps()
66 props[3] = (Byte)(dicSize >> 16); in Lzma2Dec_GetOldProps()
67 props[4] = (Byte)(dicSize >> 24); in Lzma2Dec_GetOldProps()
73 Byte props[LZMA_PROPS_SIZE]; in Lzma2Dec_AllocateProbs() local
74 RINOK(Lzma2Dec_GetOldProps(prop, props)) in Lzma2Dec_AllocateProbs()
75 return LzmaDec_AllocateProbs(&p->decoder, props, LZMA_PROPS_SIZE, alloc); in Lzma2Dec_AllocateProbs()
80 Byte props[LZMA_PROPS_SIZ in Lzma2Dec_Allocate() local
[all...]
/third_party/skia/src/core/
H A DSkGlyphRunPainter.cpp41 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() argument
45 : fDeviceProps{props} in SkGlyphRunListPainter()
46 , fBitmapFallbackProps{SkSurfaceProps{props.flags(), kUnknown_SkPixelGeometry}}
62 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, in SkGlyphRunListPainter() argument
66 : SkGlyphRunListPainter(props, colorType, compute_scaler_context_flags(cs), strikeCache) {} in SkGlyphRunListPainter()
69 SkGlyphRunListPainter::SkGlyphRunListPainter(const SkSurfaceProps& props, const GrColorInfo& csi) in SkGlyphRunListPainter() argument
70 : SkGlyphRunListPainter(props, in SkGlyphRunListPainter()
90 // convert the lcd text into A8 text. The props communicates this to the scaler. in drawForBitmapDevice()
91 auto& props = (kN32_SkColorType == fColorType && paint.isSrcOver()) in drawForBitmapDevice() local
104 SkStrikeSpec::MakePath(runFont, paint, props, fScalerContextFlag in drawForBitmapDevice()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout.hh220 unsigned int props = gen_cat; in _hb_glyph_info_set_unicode_props() local
229 props |= UPROPS_MASK_IGNORABLE; in _hb_glyph_info_set_unicode_props()
230 if (u == 0x200Cu) props |= UPROPS_MASK_Cf_ZWNJ; in _hb_glyph_info_set_unicode_props()
231 else if (u == 0x200Du) props |= UPROPS_MASK_Cf_ZWJ; in _hb_glyph_info_set_unicode_props()
239 else if (unlikely (hb_in_ranges<hb_codepoint_t> (u, 0x180Bu, 0x180Du, 0x180Fu, 0x180Fu))) props |= UPROPS_MASK_HIDDEN; in _hb_glyph_info_set_unicode_props()
242 else if (unlikely (hb_in_range<hb_codepoint_t> (u, 0xE0020u, 0xE007Fu))) props |= UPROPS_MASK_HIDDEN; in _hb_glyph_info_set_unicode_props()
248 props |= UPROPS_MASK_HIDDEN; in _hb_glyph_info_set_unicode_props()
254 props |= UPROPS_MASK_CONTINUATION; in _hb_glyph_info_set_unicode_props()
255 props |= unicode->modified_combining_class (u)<<8; in _hb_glyph_info_set_unicode_props()
259 info->unicode_props() = props; in _hb_glyph_info_set_unicode_props()
499 _hb_glyph_info_set_glyph_props(hb_glyph_info_t *info, unsigned int props) _hb_glyph_info_set_glyph_props() argument
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...61