Home
last modified time | relevance | path

Searched refs:desc_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c649 ecma_op_is_compatible_property_descriptor (const ecma_property_descriptor_t *desc_p, /**< target de… in ecma_op_is_compatible_property_descriptor() argument
654 JERRY_ASSERT (desc_p != NULL); in ecma_op_is_compatible_property_descriptor()
663 if (desc_p->flags == 0) in ecma_op_is_compatible_property_descriptor()
669 if ((current_p->flags & desc_p->flags) == desc_p->flags) in ecma_op_is_compatible_property_descriptor()
672 && ecma_op_same_value (current_p->value, desc_p->value)) in ecma_op_is_compatible_property_descriptor()
678 && current_p->get_p == desc_p->get_p in ecma_op_is_compatible_property_descriptor()
679 && current_p->set_p == desc_p->set_p)) in ecma_op_is_compatible_property_descriptor()
688 if (desc_p->flags & ECMA_PROP_IS_CONFIGURABLE) in ecma_op_is_compatible_property_descriptor()
692 if ((desc_p->flags & ECMA_PROP_IS_ENUMERABLE_DEFINED) in ecma_op_is_compatible_property_descriptor()
693 … && ((current_p->flags & ECMA_PROP_IS_ENUMERABLE) != (desc_p->flags & ECMA_PROP_IS_ENUMERABLE))) in ecma_op_is_compatible_property_descriptor()
[all …]
Decma-objects-general.h41 void ecma_op_to_complete_property_descriptor (ecma_property_descriptor_t *desc_p);
43 bool ecma_op_is_compatible_property_descriptor (const ecma_property_descriptor_t *desc_p,
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c2970 const char *desc_p; in do_scsi_inquiry() local
2978 desc_p = in do_scsi_inquiry()
2981 desc_p = in do_scsi_inquiry()
2986 desc_p = "not supported"; in do_scsi_inquiry()
2989 desc_p = "reserved (2)"; in do_scsi_inquiry()
2992 desc_p = in do_scsi_inquiry()
2997 desc_p = "vendor specific (4)"; in do_scsi_inquiry()
3000 desc_p = in do_scsi_inquiry()
3005 desc_p = "vendor specific (6)"; in do_scsi_inquiry()
3008 desc_p = "reserved (7)"; in do_scsi_inquiry()
[all …]
/third_party/ffmpeg/libavfilter/opencl/
Ddeshake.cl507 ulong *desc_p = &desc;
510 total_dist += popcount(desc_p[i] ^ prev_desc_p[i]);