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

  /external/libdrm/nouveau/
bufctx.c 106 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; local
109 while ((pref = pbin->list)) {
111 pbin->list = pref->next;
116 bctx->relocs -= pbin->relocs;
117 pbin->relocs = 0;
125 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; local
140 pref->next = pbin->list;
141 pbin->list = pref;
153 struct nouveau_bufbin_priv *pbin = &pctx->bins[bin]; local
160 pbin->relocs++
    [all...]
  /external/ImageMagick/coders/
scr.c 103 int *pbin;
181 pbin = binar;
190 *pbin = 1;
192 *pbin = 0;
195 pbin++;
101 int *pbin; local
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
binascii.c 277 Py_buffer pbin; local
285 if ( !PyArg_ParseTuple(args, "s*:b2a_uu", &pbin) )
287 bin_data = pbin.buf;
288 bin_len = pbin.len;
292 PyBuffer_Release(&pbin);
298 PyBuffer_Release(&pbin);
327 PyBuffer_Release(&pbin);
679 Py_buffer pbin; local
687 if ( !PyArg_ParseTuple(args, "s*:b2a_hqx", &pbin) )
689 bin_data = pbin.buf;
1016 Py_buffer pbin; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
binascii.c 277 Py_buffer pbin; local
285 if ( !PyArg_ParseTuple(args, "s*:b2a_uu", &pbin) )
287 bin_data = pbin.buf;
288 bin_len = pbin.len;
292 PyBuffer_Release(&pbin);
298 PyBuffer_Release(&pbin);
329 PyBuffer_Release(&pbin);
690 Py_buffer pbin; local
698 if ( !PyArg_ParseTuple(args, "s*:b2a_hqx", &pbin) )
700 bin_data = pbin.buf;
1031 Py_buffer pbin; local
    [all...]
  /external/python/cpython2/Modules/
binascii.c 277 Py_buffer pbin; local
285 if ( !PyArg_ParseTuple(args, "s*:b2a_uu", &pbin) )
287 bin_data = pbin.buf;
288 bin_len = pbin.len;
292 PyBuffer_Release(&pbin);
298 PyBuffer_Release(&pbin);
327 PyBuffer_Release(&pbin);
679 Py_buffer pbin; local
687 if ( !PyArg_ParseTuple(args, "s*:b2a_hqx", &pbin) )
689 bin_data = pbin.buf
1016 Py_buffer pbin; local
    [all...]

Completed in 788 milliseconds