| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | turbojpeg.c | 469 DLLEXPORT unsigned char *tjAlloc(int bytes) in tjAlloc() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | rulebasedcollator.cpp | 76 FixedSortKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t /*n*/, int32_t length) { in AppendBeyondCapacity() argument 110 CollationKeyByteSink::AppendBeyondCapacity(const char *bytes, int32_t n, int32_t length) { in AppendBeyondCapacity() argument [all...] |
| /third_party/skia/src/utils/ |
| H A D | SkPolyUtils.cpp | 977 char* bytes = fAllocation + sizeof(ActiveEdge)*fCurrFree; in allocate() local
|
| /third_party/skia/tests/ |
| H A D | CodecTest.cpp | 1296 const size_t bytes = fStream->read(buffer, size); variable [all...] |
| /third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
| H A D | cfftypes.h | 79 FT_Byte* bytes; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-glyf-table.hh | 504 hb_bytes_t bytes; member 675 hb_bytes_t bytes; global() member 895 hb_bytes_t bytes; global() member [all...] |
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ucnv2022.cpp | 432 fromUWriteUInt8(UConverter *cnv, const char *bytes, int32_t length, uint8_t **target, const char *targetLimit, int32_t **offsets, int32_t sourceIndex, UErrorCode *pErrorCode) fromUWriteUInt8() argument [all...] |
| H A D | ucnvmbcs.cpp | 920 const uint8_t *stage3, *bytes; ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 1138 char bytes[4]; _extFromU() local 1262 const uint8_t *bytes; _EBCDICSwapLFNL() local 1411 uint8_t *bytes, *p; writeStage3Roundtrip() local 2479 uint8_t *bytes; ucnv_MBCSToUnicodeWithOffsets() local 3149 uint8_t *bytes=cnv->toUBytes; ucnv_MBCSGetNextUChar() local 3164 uint8_t *bytes=cnv->toUBytes; ucnv_MBCSGetNextUChar() local 3416 const uint8_t *bytes; ucnv_MBCSDoubleFromUnicodeWithOffsets() local 4081 const uint8_t *p, *bytes; ucnv_MBCSFromUnicodeWithOffsets() local [all...] |
| H A D | umutablecptrie.cpp | 1657 uint8_t *bytes = (uint8_t *)uprv_malloc(length); in build() local [all...] |
| /third_party/toybox/toys/pending/ |
| H A D | dhcp.c | 653 int bytes = 0; in read_raw() local 1164 int bytes; dhcpc_parseoptions() local [all...] |
| H A D | fdisk.c | 502 unsigned long long bytes = ((unsigned long long)total_number_sectors << 9); in print_mbr() local 769 unsigned long long bytes = (unsigned long long) val * absolute; in ask_value() local [all...] |
| /third_party/unity/src/ |
| H A D | unity.c | 1763 UNITY_UINT32 bytes; in UnityAssertEqualMemory() local
|
| /third_party/python/Python/ |
| H A D | fileutils.c | 674 char *result = NULL, *bytes = NULL; in encode_current_locale() local 1694 PyObject *bytes; _Py_fopen_obj() local [all...] |
| H A D | marshal.c | 1818 marshal_loads_impl(PyObject *module, Py_buffer *bytes) marshal_loads_impl() argument [all...] |
| H A D | pystate.c | 1999 char *bytes; member
|
| /third_party/python/Modules/ |
| H A D | _testbuffer.c | 2609 PyObject *bytes; in ndarray_hash() local
|
| H A D | overlapped.c | 711 DWORD bytes; in Overlapped_dealloc() local
|
| H A D | _struct.c | 813 const unsigned char *bytes = (const unsigned char *)p; in bu_int() local 828 const unsigned char *bytes = (const unsigned char *)p; in bu_uint() local 840 const unsigned char *bytes = (const unsigned char *)p; in bu_longlong() local 855 const unsigned char *bytes = (const unsigned char *)p; bu_ulonglong() local 1034 const unsigned char *bytes = (const unsigned char *)p; lu_int() local 1049 const unsigned char *bytes = (const unsigned char *)p; lu_uint() local 1061 const unsigned char *bytes = (const unsigned char *)p; lu_longlong() local 1076 const unsigned char *bytes = (const unsigned char *)p; lu_ulonglong() local [all...] |
| H A D | _winapi.c | 132 DWORD bytes; in overlapped_dealloc() local
|
| H A D | gcmodule.c | 2136 PyObject *repr = NULL, *bytes = NULL; in _PyGC_DumpShutdownStats() local
|
| /third_party/python/Objects/ |
| H A D | codeobject.c | 1056 emit_pair(PyObject **bytes, int *offset, int a, int b) in emit_pair() argument 1072 emit_delta(PyObject **bytes, int bdelta, int ldelta, int *offset) in emit_delta() argument 1101 PyObject *bytes; in decode_linetable() local [all...] |
| H A D | abstract.c | 1614 PyObject *bytes; in PyNumber_Long() local [all...] |
| H A D | bytearrayobject.c | 108 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size) in PyByteArray_FromStringAndSize() argument 518 void *bytes; in bytearray_setslice() local 430 bytearray_setslice_linear(PyByteArrayObject *self, Py_ssize_t lo, Py_ssize_t hi, char *bytes, Py_ssize_t bytes_len) bytearray_setslice_linear() argument 596 char *buf, *bytes; bytearray_ass_subscript() local 941 char *bytes; bytearray_repr() local 1867 bytearray_strip_impl_helper(PyByteArrayObject* self, PyObject* bytes, int striptype) bytearray_strip_impl_helper() argument 1916 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes) bytearray_strip_impl() argument 1934 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes) bytearray_lstrip_impl() argument 1952 bytearray_rstrip_impl(PyByteArrayObject *self, PyObject *bytes) bytearray_rstrip_impl() argument [all...] |
| /third_party/python/Modules/_sqlite/ |
| H A D | connection.c | 187 PyObject *bytes; in pysqlite_connection_init_impl() local
|
| /third_party/pulseaudio/src/modules/ |
| H A D | module-tunnel.c | 639 int64_t bytes; in sink_process_msg() local 788 int64_t bytes; in source_process_msg() local 892 uint32_t bytes, channel; command_request() local 1623 uint32_t bytes; create_stream_callback() local [all...] |