/third_party/lzma/C/ |
H A D | XzDec.c | 99 static SRes XzBcFilterState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc)
in XzBcFilterState_SetProps() argument 108 p->delta = (unsigned)props[0] + 1;
in XzBcFilterState_SetProps() 114 UInt32 v = GetUi32(props);
in XzBcFilterState_SetProps() 311 static SRes SbState_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc)
in SbState_SetProps() argument 314 UNUSED_VAR(props)
in SbState_SetProps() 390 static SRes Lzma2State_SetProps(void *pp, const Byte *props, size_t propSize, ISzAllocPtr alloc)
in Lzma2State_SetProps() argument 397 return Lzma2Dec_AllocateProbs(&p->decoder, props[0], alloc);
in Lzma2State_SetProps() 399 return Lzma2Dec_Allocate(&p->decoder, props[0], alloc);
in Lzma2State_SetProps() 818 if (f->id != XZ_ID_LZMA2 || f->propsSize != 1 || f->props[0] > 40)
in XzBlock_AreSupportedFilters() 876 memcpy(filter->props, heade in XzBlock_Parse() 1489 CXzDecMtProps props; global() member 2614 XzDecMt_Decode(CXzDecMtHandle p, const CXzDecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqOutStreamPtr outStream, ISeqInStreamPtr inStream, CXzStatInfo *stat, int *isMT, ICompressProgressPtr progress) XzDecMt_Decode() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | ipsec.c | 23 if (x->props.mode == XFRM_MODE_TRANSPORT) in nfp_nfd3_ipsec_tx() 25 else if (x->props.mode == XFRM_MODE_TUNNEL) in nfp_nfd3_ipsec_tx()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | BenchCon.cpp | 35 const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f)
in BenchCon() 40 &callback, NULL, props, numIterations, true);
in BenchCon() 34 BenchCon(DECL_EXTERNAL_CODECS_LOC_VARS const CObjectVector<CProperty> &props, UInt32 numIterations, FILE *f) BenchCon() argument
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | function-arguments-caller.js | 15 var props = ['arguments', 'caller']; variable 24 for (let prop of props) {
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-shape-plan.hh | 37 hb_segment_properties_t props; member 51 const hb_segment_properties_t *props,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | genericInferenceDefaultTypeParameterJsxReact.js | 10 function Component<T extends ElementType = 'span'>(props: ButtonBaseProps<T>) { 26 function Component(props) {
|
H A D | jsxNamespaceReexports.js | 4 function createElement(element: string, props: any, ...children: any[]): any {} 22 function createElement(element, props) {
|
H A D | tsxAttributeResolution14.js | 19 return <div>props.primaryText</div> 34 return <div>props.primaryText</div>;
|
H A D | tsxUnionMemberChecksFilterDataProps.js | 5 declare function NotHappy(props: ({ fixed?: boolean } | { value?: number })): ReactElement<any>; 6 declare function Happy(props: { fixed?: boolean, value?: number }): ReactElement<any>;
|
/third_party/python/PC/layout/support/ |
H A D | props.py | 2 Provides .props file. 11 PYTHON_PROPS_NAME = "python.props" 89 # TODO: Filter contents of props file according to included/excluded items 98 props = PROPS_TEMPLATE.format_map(d) 99 yield "python.props", ("python.props", props.encode("utf-8"))
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_input.c | 246 if (x->props.flags & XFRM_STATE_DECAP_DSCP) in xfrm4_remove_tunnel_encap() 248 if (!(x->props.flags & XFRM_STATE_NOECN)) in xfrm4_remove_tunnel_encap() 283 if (x->props.flags & XFRM_STATE_DECAP_DSCP) in xfrm6_remove_tunnel_encap() 285 if (!(x->props.flags & XFRM_STATE_NOECN)) in xfrm6_remove_tunnel_encap() 340 switch (x->props.mode) { in xfrm_inner_mode_encap_remove() 366 switch (x->props.family) { in xfrm_prepare_input() 426 switch (x->props.mode) { in xfrm_inner_mode_input() 431 if (x->props.family == AF_INET) in xfrm_inner_mode_input() 433 if (x->props.family == AF_INET6) in xfrm_inner_mode_input() 480 family = x->props in xfrm_input() [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ah6.c | 356 if (x->props.flags & XFRM_STATE_ESN) { in ah6_output() 420 if (x->props.flags & XFRM_STATE_ESN) { in ah6_output() 485 if (x->props.mode == XFRM_MODE_TUNNEL) in ah6_input_done() 568 if (x->props.flags & XFRM_STATE_ESN) { in ah6_input() 606 if (x->props.flags & XFRM_STATE_ESN) { in ah6_input() 633 if (x->props.mode == XFRM_MODE_TUNNEL) in ah6_input() 717 x->props.header_len = XFRM_ALIGN8(sizeof(struct ip_auth_hdr) + in ah6_init_state() 719 switch (x->props.mode) { in ah6_init_state() 724 x->props.header_len += sizeof(struct ipv6hdr); in ah6_init_state()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ah6.c | 353 if (x->props.flags & XFRM_STATE_ESN) { in ah6_output() 417 if (x->props.flags & XFRM_STATE_ESN) { in ah6_output() 482 if (x->props.mode == XFRM_MODE_TUNNEL) in ah6_input_done() 565 if (x->props.flags & XFRM_STATE_ESN) { in ah6_input() 603 if (x->props.flags & XFRM_STATE_ESN) { in ah6_input() 630 if (x->props.mode == XFRM_MODE_TUNNEL) in ah6_input() 720 x->props.header_len = XFRM_ALIGN8(sizeof(struct ip_auth_hdr) + in ah6_init_state() 722 switch (x->props.mode) { in ah6_init_state() 727 x->props.header_len += sizeof(struct ipv6hdr); in ah6_init_state()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-traversal-visitor.h | 323 const ZonePtrList<ObjectLiteralProperty>* props = expr->properties(); in VisitObjectLiteral() local 324 for (int i = 0; i < props->length(); ++i) { in VisitObjectLiteral() 325 ObjectLiteralProperty* prop = props->at(i); in VisitObjectLiteral() 484 ZonePtrList<ClassLiteral::Property>* props = expr->public_members(); in VisitClassLiteral() local 485 for (int i = 0; i < props->length(); ++i) { in VisitClassLiteral() 486 ClassLiteralProperty* prop = props->at(i); in VisitClassLiteral() 498 ZonePtrList<ClassLiteral::Property>* props = stmt->fields(); in VisitInitializeClassMembersStatement() local 499 for (int i = 0; i < props->length(); ++i) { in VisitInitializeClassMembersStatement() 500 ClassLiteralProperty* prop = props->at(i); in VisitInitializeClassMembersStatement()
|
H A D | ast-function-literal-id-reindexer.cc | 63 ZonePtrList<ClassLiteral::Property>* props = expr->public_members(); in VisitClassLiteral() local 64 for (int i = 0; i < props->length(); ++i) { in VisitClassLiteral() 65 ClassLiteralProperty* prop = props->at(i); in VisitClassLiteral()
|
/third_party/skia/src/image/ |
H A D | SkSurface_Gpu.cpp | 113 origin, &this->props()); in onNewSurface() 278 this->props()); in onCharacterize() 464 GrSurfaceOrigin origin, const SkSurfaceProps* props, in MakeRenderTarget() 478 SkSurfacePropsCopyOrDefault(props), in MakeRenderTarget() 492 const SkSurfaceProps* props, in MakeFromBackendTexture() 520 SkSurfacePropsCopyOrDefault(props), in MakeFromBackendTexture() 583 std::move(colorSpace), origin, this->props()); in onReplaceBackendTexture() 610 const SkSurfaceProps* props, in MakeFromBackendRenderTarget() 636 SkSurfacePropsCopyOrDefault(props), in MakeFromBackendRenderTarget() 462 MakeRenderTarget(GrRecordingContext* rContext, SkBudgeted budgeted, const SkImageInfo& info, int sampleCount, GrSurfaceOrigin origin, const SkSurfaceProps* props, bool shouldCreateWithMips) MakeRenderTarget() argument 486 MakeFromBackendTexture(GrRecordingContext* rContext, const GrBackendTexture& tex, GrSurfaceOrigin origin, int sampleCnt, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* props, SkSurface::TextureReleaseProc textureReleaseProc, SkSurface::ReleaseContext releaseContext) MakeFromBackendTexture() argument 605 MakeFromBackendRenderTarget(GrRecordingContext* rContext, const GrBackendRenderTarget& rt, GrSurfaceOrigin origin, SkColorType colorType, sk_sp<SkColorSpace> colorSpace, const SkSurfaceProps* props, SkSurface::RenderTargetReleaseProc relProc, SkSurface::ReleaseContext releaseContext) MakeFromBackendRenderTarget() argument
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx-aes-cbc.c | 33 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_128]; in cbc_aes_nx_set_key() 37 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_192]; in cbc_aes_nx_set_key() 41 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_256]; in cbc_aes_nx_set_key()
|
H A D | nx-aes-ecb.c | 33 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_128]; in ecb_aes_nx_set_key() 37 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_192]; in ecb_aes_nx_set_key() 41 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_256]; in ecb_aes_nx_set_key()
|
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | sof_sdw_rt711_sdca.c | 21 * Note this MUST be called before snd_soc_register_card(), so that the props 26 struct property_entry props[MAX_NO_PROPS] = {}; in rt711_sdca_add_codec_device_props() local 35 props[0] = PROPERTY_ENTRY_U32("realtek,jd-src", in rt711_sdca_add_codec_device_props() 39 ret = device_add_properties(sdw_dev, props); in rt711_sdca_add_codec_device_props()
|
H A D | sof_sdw_rt711.c | 21 * Note this MUST be called before snd_soc_register_card(), so that the props 26 struct property_entry props[MAX_NO_PROPS] = {}; in rt711_add_codec_device_props() local 35 props[0] = PROPERTY_ENTRY_U32("realtek,jd-src", in rt711_add_codec_device_props() 39 ret = device_add_properties(sdw_dev, props); in rt711_add_codec_device_props()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx-aes-ecb.c | 33 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_128]; in ecb_aes_nx_set_key() 37 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_192]; in ecb_aes_nx_set_key() 41 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_256]; in ecb_aes_nx_set_key()
|
H A D | nx-aes-cbc.c | 33 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_128]; in cbc_aes_nx_set_key() 37 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_192]; in cbc_aes_nx_set_key() 41 nx_ctx->ap = &nx_ctx->props[NX_PROPS_AES_256]; in cbc_aes_nx_set_key()
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | queue.cpp | 47 cl_command_queue_properties props) : in command_queue() 48 context(ctx), device(dev), _props(props) { in command_queue() 131 command_queue::props() const { in props() function in command_queue 46 command_queue(clover::context &ctx, clover::device &dev, cl_command_queue_properties props) command_queue() argument
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 35 auto props = obj<property_list_tag>(d_props); in clCreateContext() local 41 for (auto &prop : props) { in clCreateContext() 54 return desc(new context(props, devs, notify)); in clCreateContext()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | namespace.js | 9 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|