Searched refs:gsp (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/sched/tool/ |
D | trace_sched.c | 201 struct sched_param gsp; /* gsp schedule priority. */ in thread_func() local 243 if ((get_priority = sched_getparam(getpid(), &gsp)) == -1) { in thread_func() 265 gsp.sched_priority, procnum); in thread_func() 269 locargptr->act_prio = gsp.sched_priority; in thread_func()
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2filter.c | 282 gst_lv2_filter_setup (GstAudioFilter * gsp, const GstAudioInfo * info) in gst_lv2_filter_setup() argument 284 GstLV2Filter *self = (GstLV2Filter *) gsp; in gst_lv2_filter_setup() 302 if ((pad = gst_element_get_static_pad (GST_ELEMENT (gsp), in gst_lv2_filter_setup() 320 if ((pad = gst_element_get_static_pad (GST_ELEMENT (gsp), in gst_lv2_filter_setup() 339 GST_ERROR_OBJECT (gsp, "could not create instance"); in gst_lv2_filter_setup()
|
/third_party/python/Modules/_ctypes/ |
D | _ctypes.c | 1457 add_getset(PyTypeObject *type, PyGetSetDef *gsp) in add_getset() argument 1460 for (; gsp->name != NULL; gsp++) { in add_getset() 1462 descr = PyDescr_NewGetSet(type, gsp); in add_getset() 1465 if (PyDict_SetItemString(dict, gsp->name, descr) < 0) { in add_getset()
|
/third_party/python/Objects/ |
D | typeobject.c | 5660 PyGetSetDef *gsp = type->tp_getset; in type_add_getset() local 5661 if (gsp == NULL) { in type_add_getset() 5666 for (; gsp->name != NULL; gsp++) { in type_add_getset() 5667 PyObject *descr = PyDescr_NewGetSet(type, gsp); in type_add_getset()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 208726 ext/metadata/: Use core gsp tags. 208732 Use core gsp tags.
|