Home
last modified time | relevance | path

Searched defs:offset (Results 4026 - 4050 of 4683) sorted by relevance

1...<<161162163164165166167168169170>>...188

/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr.cpp94 UnicodeString_charAt(int32_t offset, void *context) { in UnicodeString_charAt() argument
1355 setCharAt(int32_t offset, UChar c) setCharAt() argument
[all...]
/third_party/toybox/lib/
H A Dlib.c140 off_t lskip(int fd, off_t offset) in lskip() argument
613 nanomove(struct timespec *ts, long long offset) nanomove() argument
[all...]
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c240 unsigned short offset[6]; // offset of fields in str[] (skip CMD, always 0) member
[all...]
/third_party/toybox/toys/pending/
H A Dfdisk.c238 sector_t offset = 0, local_start_off = 0; in read_ebr() local
663 sector_t offset; in write_table() local
814 sector_t start, limit, temp = 0, start_cyl, limit_cyl, offset = 1; in ask_start_sector() local
[all...]
/third_party/toybox/toys/posix/
H A Dps.c283 unsigned short offset[6]; // offset of fields in str[] (skip CMD, always 0) member
[all...]
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc330 int64_t offset = addr.GetImmediateOffset(); in CalculateSVEAddress() local
347 Register offset = addr.GetScalarOffset(); in CalculateSVEAddress() local
1230 uint64_t offset = addr.GetImmediateOffset(); in SVELoadStore1Helper() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_image_writer.h640 void SetChained (uint32 offset) in SetChained() argument
960 void Locate (uint32 offset) in Locate() argument
734 SetTileOffset(uint32 index, uint32 offset) SetTileOffset() argument
H A Ddng_reference.cpp1217 int32 offset = offsets [k]; in RefBilinearRow16() local
1265 int32 offset = offsets [k]; in RefBilinearRow32() local
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc1036 int offset = input->find('#'); in RemoveComment() local
1057 int offset = line.find('='); in ConsumeLine() local
1725 int offset = line.find(':'); in ConsumeLine() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc2504 void UnknownFieldSetSerializer(const uint8* base, uint32 offset, uint32 tag, in UnknownFieldSetSerializer() argument
/third_party/python/Python/
H A Dpythonrun.c606 print_error_text(PyObject *f, Py_ssize_t offset, Py_ssize_t end_offset, in print_error_text() argument
497 parse_syntax_error(PyObject *err, PyObject **message, PyObject **filename, Py_ssize_t *lineno, Py_ssize_t *offset, Py_ssize_t* end_lineno, Py_ssize_t* end_offset, PyObject **text) parse_syntax_error() argument
966 Py_ssize_t lineno, offset, end_lineno, end_offset; print_exception_file_and_line() local
[all...]
/third_party/python/Modules/_sre/
H A Dsre.c1567 SRE_CODE offset; in _validate_charset() local
[all...]
/third_party/python/Modules/
H A D_testbuffer.c93 Py_ssize_t offset; /* start of the array relative to data */ member
109 ndbuf_new(Py_ssize_t nitems, Py_ssize_t itemsize, Py_ssize_t offset, int flags) in ndbuf_new() argument
305 PyObject *args, *offset; pack_from_list() local
929 verify_structure(Py_ssize_t len, Py_ssize_t itemsize, Py_ssize_t offset, const Py_ssize_t *shape, const Py_ssize_t *strides, Py_ssize_t ndim) verify_structure() argument
1177 init_ndbuf(PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) init_ndbuf() argument
1264 ndarray_push_base(NDArrayObject *nd, PyObject *items, PyObject *shape, PyObject *strides, Py_ssize_t offset, PyObject *format, int flags) ndarray_push_base() argument
1289 Py_ssize_t offset = 0; /* buffer offset */ ndarray_init() local
1356 Py_ssize_t offset = 0; /* buffer offset */ ndarray_push() local
[all...]
H A Doverlapped.c1527 _overlapped_Overlapped_TransmitFile_impl(OverlappedObject *self, HANDLE Socket, HANDLE File, DWORD offset, DWORD offset_high, DWORD count_to_write, DWORD count_per_send, DWORD flags) _overlapped_Overlapped_TransmitFile_impl() argument
H A D_struct.c57 Py_ssize_t offset; member
1615 Struct_unpack_from_impl(PyStructObject *self, Py_buffer *buffer, Py_ssize_t offset) Struct_unpack_from_impl() argument
1812 s_pack_internal(PyStructObject *soself, PyObject *const *args, int offset, char* buf, _structmodulestate *state) s_pack_internal() argument
1948 Py_ssize_t offset; s_pack_into() local
2287 unpack_from_impl(PyObject *module, PyStructObject *s_object, Py_buffer *buffer, Py_ssize_t offset) unpack_from_impl() argument
[all...]
H A Dpyexpat.c910 int offset, size; in pyexpat_xmlparser_GetInputContext_impl() local
/third_party/python/Objects/
H A Dcodeobject.c159 _Py_set_localsplus_info(int offset, PyObject *name, _PyLocals_Kind kind, in _Py_set_localsplus_info() argument
403 int offset = 0; in remove_column_info() local
532 int offset = 0; PyCode_NewWithPosOnlyArgs() local
1056 emit_pair(PyObject **bytes, int *offset, int a, int b) emit_pair() argument
1072 emit_delta(PyObject **bytes, int bdelta, int ldelta, int *offset) emit_delta() argument
[all...]
H A Dlistobject.c1289 Py_ssize_t offset = lo.values - lo.keys; in binarysort() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedOutputStream.java313 public abstract void writeByteArray(int fieldNumber, byte[] value, int offset, int length) in writeByteArray() argument
343 public final void writeRawBytes(final byte[] value, int offset, int length) throws IOException { in writeRawBytes() argument
488 public abstract void write(byte[] value, int offset, int length) throws IOException; in write() argument
492 public abstract void writeLazy(byte[] value, int offset, int length) throws IOException; in writeLazy() argument
979 abstract void writeByteArrayNoTag(final byte[] value, final int offset, final int length) in writeByteArrayNoTag() argument
1152 private final int offset; field in CodedOutputStream.ArrayEncoder
1156 ArrayEncoder(byte[] buffer, int offset, in argument
124 newInstance( final byte[] flatArray, final int offset, final int length) newInstance() argument
1231 writeByteArray( final int fieldNumber, final byte[] value, final int offset, final int length) writeByteArray() argument
1253 writeByteArrayNoTag(final byte[] value, int offset, int length) writeByteArrayNoTag() argument
1444 write(byte[] value, int offset, int length) write() argument
1455 writeLazy(byte[] value, int offset, int length) writeLazy() argument
1624 writeByteArray( final int fieldNumber, final byte[] value, final int offset, final int length) writeByteArray() argument
1697 writeByteArrayNoTag(final byte[] value, int offset, int length) writeByteArrayNoTag() argument
1776 write(byte[] value, int offset, int length) write() argument
1787 writeLazy(byte[] value, int offset, int length) writeLazy() argument
1958 writeByteArray(int fieldNumber, byte[] value, int offset, int length) writeByteArray() argument
2027 writeByteArrayNoTag(byte[] value, int offset, int length) writeByteArrayNoTag() argument
2122 write(byte[] value, int offset, int length) write() argument
2140 writeLazy(byte[] value, int offset, int length) writeLazy() argument
2470 writeByteArray( final int fieldNumber, final byte[] value, final int offset, final int length) writeByteArray() argument
2491 writeByteArrayNoTag(final byte[] value, int offset, int length) writeByteArrayNoTag() argument
2663 write(byte[] value, int offset, int length) write() argument
2670 writeLazy(byte[] value, int offset, int length) writeLazy() argument
2784 writeByteArray( final int fieldNumber, final byte[] value, final int offset, final int length) writeByteArray() argument
2805 writeByteArrayNoTag(final byte[] value, int offset, int length) writeByteArrayNoTag() argument
2979 write(byte[] value, int offset, int length) write() argument
3012 writeLazy(byte[] value, int offset, int length) writeLazy() argument
[all...]
H A DGeneratedMessageLite.java432 mergeFrom( byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) mergeFrom() argument
451 mergeFrom( byte[] input, int offset, int length) mergeFrom() argument
1514 parsePartialFrom( byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) parsePartialFrom() argument
1553 parsePartialFrom( T instance, byte[] input, int offset, int length, ExtensionRegistryLite extensionRegistry) parsePartialFrom() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dencode_decode.c579 add_handlers_for_repeated_field(upb_handlers *h, const Descriptor* desc, const upb_fielddef *f, size_t offset) add_handlers_for_repeated_field() argument
710 add_handlers_for_singular_field(const Descriptor* desc, upb_handlers* h, const upb_fielddef* f, size_t offset, size_t hasbit_off) add_handlers_for_singular_field() argument
758 add_handlers_for_mapfield(upb_handlers* h, const upb_fielddef* fielddef, size_t offset, const Descriptor* desc) add_handlers_for_mapfield() argument
834 add_handlers_for_oneof_field(upb_handlers *h, const upb_fielddef *f, size_t offset, size_t oneof_case_offset, const Descriptor* desc) add_handlers_for_oneof_field() argument
937 size_t offset = get_field_offset(desc->layout, f); add_handlers_for_message() local
1444 uint32_t offset = putjsonlistvalue() local
1511 uint32_t offset = putmsg() local
1718 uint32_t offset = discard_unknown() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_message.cc474 int HasbitWord(int chunk, int offset) { in HasbitWord() argument
1664 bool MessageGenerator::GenerateParseTable(io::Printer* printer, size_t offset, in GenerateParseTable() argument
1725 void MessageGenerator::GenerateSchema(io::Printer* printer, int offset, in GenerateSchema() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-tunnel.c579 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
726 source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) source_process_msg() argument
1965 pstream_memblock_callback(pa_pstream *p, uint32_t channel, int64_t offset, pa_seek_mode_t seek, const pa_memchunk *chunk, void *userdata) pstream_memblock_callback() argument
2208 tunnel_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) tunnel_process_msg() argument
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c361 static ssize_t send_tcp_audio_packet(pa_raop_client *c, pa_memchunk *block, size_t offset) { in send_tcp_audio_packet() argument
453 static ssize_t send_udp_audio_packet(pa_raop_client *c, pa_memchunk *block, size_t offset) { in send_udp_audio_packet() argument
1822 ssize_t pa_raop_client_send_audio_packet(pa_raop_client *c, pa_memchunk *block, size_t offset) { in pa_raop_client_send_audio_packet() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.cc261 static CordRep* NewSubstring(CordRep* child, size_t offset, size_t length) { in NewSubstring() argument
1288 size_t offset = 0; in FindFlatStartPiece() local
1501 size_t offset = 0; in AdvanceStack() local
1631 size_t offset = 0; AdvanceAndReadBytes() local
1703 size_t offset = 0; AdvanceBytesSlowPath() local
[all...]

Completed in 78 milliseconds

1...<<161162163164165166167168169170>>...188