Searched refs:ob2 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_struct_namevalue.c | 103 void *ob2; in main() local 173 ob2 = (i & 2) ? data : NULL; in main() 175 if(SPDY_INPUT_ERROR != SPDY_name_value_add(ob1,ob2,ob3)) in main() 192 ob2 = (i & 2) ? data : NULL; in main() 194 if(NULL != SPDY_name_value_lookup(ob1,ob2,ob3)) in main()
|
/third_party/python/PC/ |
D | winreg.c | 126 PyHKEY_binaryFailureFunc(PyObject *ob1, PyObject *ob2) in PyHKEY_binaryFailureFunc() argument 132 PyHKEY_ternaryFailureFunc(PyObject *ob1, PyObject *ob2, PyObject *ob3) in PyHKEY_ternaryFailureFunc() argument 172 PyHKEY_compareFunc(PyObject *ob1, PyObject *ob2) in PyHKEY_compareFunc() argument 175 PyHKEYObject *pyhkey2 = (PyHKEYObject *)ob2; in PyHKEY_compareFunc()
|
/third_party/ffmpeg/libavfilter/ |
D | af_biquads.c | 134 double ob0, ob1, ob2; member 504 s->b2 = s->ob2; in config_filter() 1230 {"b2", NULL, OFFSET(ob2), AV_OPT_TYPE_DOUBLE, {.dbl=0}, INT32_MIN, INT32_MAX, FLAGS},
|