| /kernel/linux/linux-6.6/sound/soc/sof/amd/ |
| H A D | acp.c | 310 void memcpy_from_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *dst, size_t bytes) in memcpy_from_scratch() argument 319 void memcpy_to_scratch(struct snd_sof_dev *sdev, u32 offset, unsigned int *src, size_t bytes) in memcpy_to_scratch() argument
|
| /kernel/linux/linux-6.6/sound/usb/line6/ |
| H A D | driver.c | 160 int bytes = min(msg->size - done, line6->max_packet_size); in line6_send_raw_message_async_part() local
|
| /kernel/linux/linux-6.6/sound/soc/google/ |
| H A D | chv3-i2s.c | 257 unsigned int bytes, idx; in chv3_dma_ack() local
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | extension_test.cpp | 327 static void Callback(Text bytes) in Callback() argument
|
| /third_party/elfutils/libasm/ |
| H A D | libasmP.h | 126 char bytes[flexarr_size]; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | opus_rc.c | 352 void ff_opus_rc_dec_raw_init(OpusRangeCoder *rc, const uint8_t *rightend, uint32_t bytes) in ff_opus_rc_dec_raw_init() argument [all...] |
| /third_party/gn/src/base/strings/ |
| H A D | string_number_conversions.cc | 407 std::string HexEncode(const void* bytes, size_t size) { in HexEncode() argument
|
| /third_party/alsa-lib/src/control/ |
| H A D | control_shm.c | 158 size_t bytes = list->space * sizeof(*list->pids); in snd_ctl_shm_elem_list() local 171 memcpy(pids, (void *)ctrl->data, bytes); in snd_ctl_shm_elem_list() local
|
| /third_party/alsa-utils/topology/nhlt/intel/ |
| H A D | dmic-nhlt.c | 163 const char *bytes; in set_bytes_data() local
|
| /third_party/backends/backend/genesys/ |
| H A D | image_pipeline.h | 104 void set_remaining_bytes(std::size_t bytes) { buffer_.set_remaining_size(bytes); } in set_remaining_bytes() argument 105 void set_last_read_multiple(std::size_t bytes) { buffer_.set_last_read_multiple(bytes); } in set_last_read_multiple() argument
|
| /third_party/backends/backend/ |
| H A D | hp5590_low.c | 230 hp5590_control_msg(SANE_Int dn, enum proto_flags proto_flags, int requesttype, int request, int value, int index, unsigned char *bytes, int size, int core_flags) hp5590_control_msg() argument 644 hp5590_bulk_read(SANE_Int dn, enum proto_flags proto_flags, unsigned char *bytes, unsigned int size, void *state) hp5590_bulk_read() argument 875 hp5590_bulk_write(SANE_Int dn, enum proto_flags proto_flags, int cmd, unsigned char *bytes, unsigned int size) hp5590_bulk_write() argument [all...] |
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | postscript.c | 176 size_t bytes; in ps_pages() local
|
| /third_party/cups-filters/filter/ |
| H A D | sys5ippprinter.c | 95 int bytes; /* Bytes copied */ in main() local
|
| H A D | rastertopclx.c | 1567 int bytes; /* Number of bytes/plane */ OutputLine() local [all...] |
| H A D | pdftops.c | 306 int bytes; /* Bytes copied */ local [all...] |
| H A D | texttotext.c | 85 int bytes; /* Bytes copied */ in main() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | ipp.c | 481 bytes, in ippfind_based_uri_converter() local
|
| H A D | pdftoippprinter.c | 139 int bytes; /* Bytes copied */ in apply_filters() local
|
| /third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| H A D | CollationKeys.java | 54 public void Append(byte[] bytes, int n) { in Append() argument 127 AppendBeyondCapacity(byte[] bytes, int start, int n, int length) AppendBeyondCapacity() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | ICUBinary.java | 54 static boolean validate(ByteBuffer bytes) { in validate() argument 77 startsWithPackageName(ByteBuffer bytes, int start) startsWithPackageName() argument 93 getData(ByteBuffer bytes, CharSequence key) getData() argument 105 addBaseNamesInFolder(ByteBuffer bytes, String folder, String suffix, Set<String> names) addBaseNamesInFolder() argument 120 binarySearch(ByteBuffer bytes, CharSequence key) binarySearch() argument 145 getNameOffset(ByteBuffer bytes, int index) getNameOffset() argument 153 getDataOffset(ByteBuffer bytes, int index) getDataOffset() argument 167 addBaseName(ByteBuffer bytes, int index, String folder, String suffix, StringBuilder sb, Set<String> names) addBaseName() argument 265 PackageDataFile(String item, ByteBuffer bytes) PackageDataFile() argument 359 compareKeys(CharSequence key, ByteBuffer bytes, int offset) compareKeys() argument 378 compareKeys(CharSequence key, byte[] bytes, int offset) compareKeys() argument 553 readHeaderAndDataVersion(ByteBuffer bytes, int dataFormat, Authenticate authenticate) readHeaderAndDataVersion() argument 572 readHeader(ByteBuffer bytes, int dataFormat, Authenticate authenticate) readHeader() argument 649 skipBytes(ByteBuffer bytes, int skipLength) skipBytes() argument 655 getBytes(ByteBuffer bytes, int length, int additionalSkipLength) getBytes() argument 664 getString(ByteBuffer bytes, int length, int additionalSkipLength) getString() argument 671 getChars(ByteBuffer bytes, int length, int additionalSkipLength) getChars() argument 678 getShorts(ByteBuffer bytes, int length, int additionalSkipLength) getShorts() argument 685 getInts(ByteBuffer bytes, int length, int additionalSkipLength) getInts() argument 692 getLongs(ByteBuffer bytes, int length, int additionalSkipLength) getLongs() argument 702 sliceWithOrder(ByteBuffer bytes) sliceWithOrder() argument [all...] |
| H A D | RBBIDataWrapper.java | 71 static RBBIStateTable get(ByteBuffer bytes, int length) throws IOException { in get() argument 99 put(DataOutputStream bytes) put() argument 292 get(ByteBuffer bytes) get() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | StringPrep.java | 276 private StringPrep(ByteBuffer bytes) throws IOException { in StringPrep() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tscoll.cpp | 370 const uint8_t *bytes = source.getByteArray(byteCount); in prettify() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | bytestriebuilder.cpp | 340 BTLinearMatchNode(const char *bytes, int32_t len, Node *nextNode) BTLinearMatchNode() argument [all...] |
| H A D | ucnvbocu.cpp | 967 uint8_t *bytes; _Bocu1ToUnicodeWithOffsets() local 1189 uint8_t *bytes; _Bocu1ToUnicode() local [all...] |