/external/freetype/src/base/ |
ftapi.c | 93 FT_Byte** pbytes ) 95 return FT_Stream_ExtractFrame( stream, count, pbytes ); 101 FT_Byte** pbytes ) 103 FT_Stream_ReleaseFrame( stream, pbytes );
|
ftstream.c | 195 FT_Byte** pbytes ) 203 *pbytes = (FT_Byte*)stream->cursor; 216 FT_Byte** pbytes ) 223 ft_mem_free( memory, *pbytes ); 224 *pbytes = NULL; 226 FT_FREE( *pbytes ); 229 *pbytes = NULL;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftapi.c | 93 FT_Byte** pbytes ) 95 return FT_Stream_ExtractFrame( stream, count, pbytes ); 101 FT_Byte** pbytes ) 103 FT_Stream_ReleaseFrame( stream, pbytes );
|
ftstream.c | 195 FT_Byte** pbytes ) 203 *pbytes = (FT_Byte*)stream->cursor; 216 FT_Byte** pbytes ) 223 ft_mem_free( memory, *pbytes ); 224 *pbytes = NULL; 226 FT_FREE( *pbytes ); 229 *pbytes = NULL;
|
/external/pdfium/third_party/freetype/src/base/ |
ftapi.c | 93 FT_Byte** pbytes ) 95 return FT_Stream_ExtractFrame( stream, count, pbytes ); 101 FT_Byte** pbytes ) 103 FT_Stream_ReleaseFrame( stream, pbytes );
|
ftstream.c | 195 FT_Byte** pbytes ) 203 *pbytes = (FT_Byte*)stream->cursor; 216 FT_Byte** pbytes ) 223 ft_mem_free( memory, *pbytes ); 224 *pbytes = NULL; 226 FT_FREE( *pbytes ); 229 *pbytes = NULL;
|
/external/freetype/src/cff/ |
cffload.h | 45 FT_Byte** pbytes, 50 FT_Byte** pbytes );
|
cffload.c | 472 FT_Byte** pbytes, 542 *pbytes = idx->bytes + off1 - 1; 548 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) 555 *pbytes = 0; 569 FT_Byte** pbytes ) 576 FT_FRAME_RELEASE( *pbytes ); [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
cffload.h | 45 FT_Byte** pbytes, 50 FT_Byte** pbytes );
|
cffload.c | 472 FT_Byte** pbytes, 542 *pbytes = idx->bytes + off1 - 1; 548 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) 555 *pbytes = 0; 569 FT_Byte** pbytes ) 576 FT_FRAME_RELEASE( *pbytes ); [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cffload.h | 45 FT_Byte** pbytes, 50 FT_Byte** pbytes );
|
cffload.c | 472 FT_Byte** pbytes, 542 *pbytes = idx->bytes + off1 - 1; 548 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) 555 *pbytes = 0; 569 FT_Byte** pbytes ) 576 FT_FRAME_RELEASE( *pbytes ); [all...] |
/external/fio/lib/ |
rand.c | 138 char *pattern, unsigned int pbytes) 143 if (pbytes) 144 fill_pattern(buf, len, pattern, pbytes); 173 if (pbytes) 174 fill_pattern(buf, this_len, pattern, pbytes); 186 char *pattern, unsigned int pbytes) 194 pattern, pbytes);
|
/prebuilts/go/darwin-x86/src/crypto/dsa/ |
dsa.go | 80 pBytes := make([]byte, L/8) 104 _, err = io.ReadFull(rand, pBytes) 109 pBytes[len(pBytes)-1] |= 1 110 pBytes[0] |= 0x80 112 p.SetBytes(pBytes)
|
/prebuilts/go/linux-x86/src/crypto/dsa/ |
dsa.go | 80 pBytes := make([]byte, L/8) 104 _, err = io.ReadFull(rand, pBytes) 109 pBytes[len(pBytes)-1] |= 1 110 pBytes[0] |= 0x80 112 p.SetBytes(pBytes)
|
/frameworks/compile/libbcc/lib/Support/ |
Disassembler.cpp | 49 BufferMemoryObject(const uint8_t *pBytes, uint64_t pLength) 50 : mBytes(pBytes), mLength(pLength) {
|
/toolchain/binutils/binutils-2.25/gold/ |
fileread.cc | 519 const unsigned char* pbytes = static_cast<const unsigned char*>(p); local 520 File_read::View* v = new File_read::View(poff, psize, pbytes, byteshift, 590 unsigned char* pbytes; local 591 pbytes = static_cast<unsigned char*>(malloc(v->size() + byteshift)); 592 if (pbytes == NULL) 594 memset(pbytes, 0, byteshift); 595 memcpy(pbytes + byteshift, v->data() + v->byteshift(), v->size()); 598 new File_read::View(v->start(), v->size(), pbytes, byteshift,
|
/external/aac/libMpegTPEnc/src/ |
tpenc_latm.h | 233 * \param pBytes pointer to an int, where the current frame byte count stored into. 242 int *pBytes
|
/external/boringssl/src/ssl/test/runner/ |
key_agreement.go | 662 pBytes := ka.p.Bytes() 665 serverDHParams := make([]byte, 0, 2+len(pBytes)+2+len(gBytes)+2+len(yBytes)) 666 serverDHParams = append(serverDHParams, byte(len(pBytes)>>8), byte(len(pBytes))) 667 serverDHParams = append(serverDHParams, pBytes...)
|
/external/freetype/include/internal/ |
ftstream.h | 416 FT_Byte** pbytes ); 421 FT_Byte** pbytes );
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
ftstream.h | 416 FT_Byte** pbytes ); 421 FT_Byte** pbytes );
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftstream.h | 416 FT_Byte** pbytes ); 421 FT_Byte** pbytes );
|
/hardware/ti/omap3/dspbridge/inc/ |
DSPStream.h | 247 * DSP_EPOINTER: One of pBufPtr or pBytes is invalid.
|
wcdioctl.h | 362 ULONG *pBytes;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
DSPStream.h | 249 * DSP_EPOINTER: One of pBufPtr or pBytes is invalid.
|