Home
last modified time | relevance | path

Searched refs:buff_ptr (Results 526 – 529 of 529) sorted by relevance

1...<<2122

/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgdevp14.c2179 uint16_t *buff_ptr; in pdf14_get_buffer_information() local
2184 buff_ptr = (uint16_t *)(transbuff->transbytes + j * planestride); in pdf14_get_buffer_information()
2187 uint16_t in = buff_ptr[z]; in pdf14_get_buffer_information()
2188 ((byte *)(&buff_ptr[z]))[0] = in>>8; in pdf14_get_buffer_information()
2189 ((byte *)(&buff_ptr[z]))[1] = in; in pdf14_get_buffer_information()
2191 buff_ptr += rowstride; in pdf14_get_buffer_information()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp6613 UT_UCSChar * buff_ptr = bufferRet; in getTextBetweenPos() local
6627 memmove(buff_ptr, buffer.getPointer(offset), iLenToCopy * sizeof(UT_UCSChar)); in getTextBetweenPos()
6629 buff_ptr += iLenToCopy; in getTextBetweenPos()
6633 *buff_ptr++ = '\n'; in getTextBetweenPos()
6642 *buff_ptr = 0; in getTextBetweenPos()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/parallel/
H A Dpcomm_unit.cpp128 rval = pcomm->unpack_buffer(buff.buff_ptr, false, -1, -1, L1hloc, L1hrem, L1p, L2hloc, in pack_unpack_noremoteh()
/dports/databases/py-tiledb/tiledb-0.8.11/tiledb/
H A Dlibtiledb.pyx5008 cdef void* buff_ptr = np.PyArray_DATA(array)
5026 rc = tiledb_query_set_buffer(ctx_ptr, query_ptr, attr_name_ptr, buff_ptr, &buff_size)

1...<<2122