Home
last modified time | relevance | path

Searched defs:bytes (Results 1751 - 1775 of 3234) sorted by relevance

1...<<71727374757677787980>>...130

/third_party/benchmark/src/
H A Dsysinfo.cc106 char bytes[8]; member
/third_party/cups-filters/filter/
H A Drastertoescpx.c1312 register int bytes; /* Number of bytes per row */ in CompressData() local
[all...]
/third_party/alsa-lib/src/rawmidi/
H A Dump.c688 expand_sysex_data(const uint32_t *data, uint8_t *buf, size_t maxlen, unsigned char bytes, int offset) expand_sysex_data() argument
712 unsigned char bytes; expand_sysex7() local
732 unsigned char bytes; expand_sysex8() local
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Ducm.cpp45 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { in printMapping() argument
748 ucm_parseBytes(uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line, const char **ps) ucm_parseBytes() argument
785 ucm_parseMappingLine(UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES], const char *line) ucm_parseMappingLine() argument
917 ucm_addMapping(UCMTable *table, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMapping() argument
1045 ucm_mappingType(UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_mappingType() argument
1093 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) ucm_addMappingAuto() argument
1135 uint8_t bytes[UCNV_EXT_MAX_BYTES]; ucm_addMappingFromLine() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java59 public static Trie2 createFromSerialized(ByteBuffer bytes) throws IOException { in createFromSerialized() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java130 public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOException { in getInstanceFromCompiledRules() argument
106 getInstanceFromCompiledRules( ByteBuffer bytes, boolean phraseBreaking) getInstanceFromCompiledRules() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dudatatst.c1205 const char *bytes; member
H A Dcustrtrn.c888 static const uint8_t bytes[]={ 0xe0, 0xa5, 0x9c, 0 }; in Test_FromUTF8() local
939 static const uint8_t bytes[]={ Test_FromUTF8Lenient() local
[all...]
H A Dcustrtst.c1505 char bytes[40]; in TestUCharIterator() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp149 char *bytes = NULL; in extractBytes() local
328 char *bytes = extractBytes(s, "UTF-8", byteLength); in UTF8Test() local
417 char *bytes = extractBytes(s, "ISO-8859-1", byteLength); InputFilterTest() local
625 char *bytes = extractBytes(s1, "IBM424", bLength); IBM424Test() local
715 char *bytes = extractBytes(s1, "IBM420", bLength); IBM420Test() local
[all...]
/third_party/icu/icu4c/source/test/perf/ubrkperf/
H A Dubrkperfold.cpp604 unsigned char bytes[10]; in get() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java131 private byte[] bytes; field in BytesTrie.State
566 private byte[] bytes; global() field in BytesTrie.Entry
764 readValue(byte[] bytes, int pos, int leadByte) readValue() argument
792 skipValue(byte[] bytes, int pos) skipValue() argument
803 jumpByDelta(byte[] bytes, int pos) jumpByDelta() argument
822 skipDelta(byte[] bytes, int pos) skipDelta() argument
945 findUniqueValueFromBranch(byte[] bytes, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
985 findUniqueValue(byte[] bytes, int pos, long uniqueValue) findUniqueValue() argument
1020 getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) getNextBranchBytes() argument
[all...]
H A DCodePointTrie.java132 public static CodePointTrie fromBinary(Type type, ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument
762 fromBinary(ValueWidth valueWidth, ByteBuffer bytes) fromBinary() argument
900 fromBinary(ValueWidth valueWidth, ByteBuffer bytes) fromBinary() argument
1017 fromBinary(ByteBuffer bytes) fromBinary() argument
1074 fromBinary(ByteBuffer bytes) fromBinary() argument
1131 fromBinary(ByteBuffer bytes) fromBinary() argument
1185 fromBinary(ByteBuffer bytes) fromBinary() argument
1210 fromBinary(ByteBuffer bytes) fromBinary() argument
1235 fromBinary(ByteBuffer bytes) fromBinary() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv_lmb.cpp1215 char bytes[2]; _LMBCSGetNextUCharWorker() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_ep0.c353 size_t bytes = offsetof(struct generic_strings_head, length); in generic_got_strings() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2.java61 public static Trie2 createFromSerialized(ByteBuffer bytes) throws IOException { in createFromSerialized() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java93 public static RuleBasedBreakIterator getInstanceFromCompiledRules(ByteBuffer bytes) throws IOException { in getInstanceFromCompiledRules() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointTrie.java124 public static CodePointTrie fromBinary(Type type, ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() argument
747 fromBinary(ValueWidth valueWidth, ByteBuffer bytes) fromBinary() argument
880 fromBinary(ValueWidth valueWidth, ByteBuffer bytes) fromBinary() argument
994 fromBinary(ByteBuffer bytes) fromBinary() argument
1047 fromBinary(ByteBuffer bytes) fromBinary() argument
1100 fromBinary(ByteBuffer bytes) fromBinary() argument
1150 fromBinary(ByteBuffer bytes) fromBinary() argument
1174 fromBinary(ByteBuffer bytes) fromBinary() argument
1198 fromBinary(ByteBuffer bytes) fromBinary() argument
[all...]
H A DBytesTrie.java124 private byte[] bytes; field in BytesTrie.State
535 private byte[] bytes; global() field in BytesTrie.Entry
729 readValue(byte[] bytes, int pos, int leadByte) readValue() argument
757 skipValue(byte[] bytes, int pos) skipValue() argument
763 jumpByDelta(byte[] bytes, int pos) jumpByDelta() argument
782 skipDelta(byte[] bytes, int pos) skipDelta() argument
905 findUniqueValueFromBranch(byte[] bytes, int pos, int length, long uniqueValue) findUniqueValueFromBranch() argument
945 findUniqueValue(byte[] bytes, int pos, long uniqueValue) findUniqueValue() argument
980 getNextBranchBytes(byte[] bytes, int pos, int length, Appendable out) getNextBranchBytes() argument
[all...]
/third_party/libsnd/src/
H A Dflac.c344 sf_flac_read_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__byte buffer [], size_t *bytes, void *client_data) variable
582 sf_flac_enc_write_callback (const FLAC__StreamEncoder * UNUSED (encoder), const FLAC__byte buffer [], size_t bytes, unsigned UNUSED (samples), unsigned UNUSED (current_frame), void *client_data) variable
H A Dsndfile.c1700 sf_read_raw (SNDFILE *sndfile, void *ptr, sf_count_t bytes) in sf_read_raw() argument
/third_party/libuv/src/win/
H A Dtcp.c384 DWORD bytes; in uv__tcp_queue_accept() local
469 DWORD bytes, flags; in uv__tcp_queue_read() local
765 DWORD bytes; in uv__tcp_try_connect() local
886 DWORD bytes; in uv__tcp_write() local
950 DWORD bytes; uv__tcp_try_write() local
972 DWORD bytes, flags, err; uv__process_tcp_read_req() local
1405 DWORD bytes; uv__tcp_try_cancel_reqs() local
1570 DWORD bytes; uv_socketpair() local
[all...]
/third_party/lame/libmp3lame/
H A Dutil.c169 calloc_aligned(aligned_pointer_t * ptr, unsigned int size, unsigned int bytes) in calloc_aligned() argument
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c100 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() argument
[all...]
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c466 size_t bytes; in ssh_ops_child_process_io() local

Completed in 35 milliseconds

1...<<71727374757677787980>>...130