HomeSort by relevance Sort by last modified time
    Searched refs:obp (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/base/
fthash.c 135 FT_Hashnode* obp = hash->table; local
149 for ( i = 0, bp = obp; i < sz; i++, bp++ )
158 FT_FREE( obp );
  /external/python/cpython3/Objects/
weakrefobject.c 271 PyObject **obp, PyObject **callbackp)
273 return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
weakrefobject.c 272 PyObject **obp, PyObject **callbackp)
275 return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
weakrefobject.c 261 PyObject **obp, PyObject **callbackp)
264 return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  /external/python/cpython2/Objects/
weakrefobject.c 274 PyObject **obp, PyObject **callbackp)
276 return PyArg_UnpackTuple(args, funcname, 1, 2, obp, callbackp);
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 4157 size_t obp, ibp; \/*bit pointers (for out and in buffer)*\/ local
4188 size_t ibp = 0, obp = 0; \/*input and output bit pointers*\/ local
    [all...]

Completed in 191 milliseconds