Home
last modified time | relevance | path

Searched refs:data (Results 3551 - 3575 of 17044) sorted by relevance

1...<<141142143144145146147148149150>>...682

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/src/
H A Dcm_ipc_client.c29 outBlob->data = (uint8_t *)CmMalloc(buffSize); in GetAppCertInitBlob()
30 if (outBlob->data == NULL) { in GetAppCertInitBlob()
47 if (memcpy_s(certificateInfo->type, MAX_LEN_SUBJECT_NAME, blob.data, blob.size) != EOK) { in CmGetAppCertFromBuffer()
57 if (memcpy_s(certificateInfo->keyUri, MAX_LEN_URI, blob.data, blob.size) != EOK) { in CmGetAppCertFromBuffer()
67 if (memcpy_s(certificateInfo->alias, MAX_LEN_CERT_ALIAS, blob.data, blob.size) != EOK) { in CmGetAppCertFromBuffer()
80 if ((outData == NULL) || (certificateInfo == NULL) || (outData->data == NULL) || in CmAppCertInfoUnpackFromService()
81 (certificateInfo->credData.data == NULL)) { in CmAppCertInfoUnpackFromService()
115 if ((blob.size > certificateInfo->credData.size) || memcpy_s(certificateInfo->credData.data, in CmAppCertInfoUnpackFromService()
116 certificateInfo->credData.size, blob.data, blob.size) != EOK) { in CmAppCertInfoUnpackFromService()
147 .data in GetAppCert()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h18 u8 data[]; member
236 _elem = (const struct element *) (_elem->data + _elem->datalen))
238 #define for_each_element_id(element, _id, data, datalen) \
239 for_each_element(element, data, datalen) \
246 element->data[0] == (extid))
249 for_each_element(sub, (element)->data, (element)->datalen)
252 for_each_element_id(sub, id, (element)->data, (element)->datalen)
255 for_each_element_extid(sub, extid, (element)->data, (element)->datalen)
258 * for_each_element_completed - Determine if element parsing consumed all data
260 * @data
270 for_each_element_completed(const struct element *element, const void *data, size_t datalen) for_each_element_completed() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Daacsbr_fixed.c159 int alpha = sbr->data[0].bs_amp_res ? 2 : 1; in sbr_dequant()
160 int pan_offset = sbr->data[0].bs_amp_res ? 12 : 24; in sbr_dequant()
161 for (e = 1; e <= sbr->data[0].bs_num_env; e++) { in sbr_dequant()
162 for (k = 0; k < sbr->n[sbr->data[0].bs_freq_res[e]]; k++) { in sbr_dequant()
165 temp1.exp = sbr->data[0].env_facs_q[e][k] * alpha + 14; in sbr_dequant()
176 temp2.exp = (pan_offset - sbr->data[1].env_facs_q[e][k]) * alpha; in sbr_dequant()
183 sbr->data[0].env_facs[e][k] = fac; in sbr_dequant()
184 sbr->data[1].env_facs[e][k] = av_mul_sf(fac, temp2); in sbr_dequant()
187 for (e = 1; e <= sbr->data[0].bs_num_noise; e++) { in sbr_dequant()
192 sbr->data[ in sbr_dequant()
[all...]
H A Ddvdec.c348 static void dv100_idct_put_last_row_field_chroma(DVVideoContext *s, uint8_t *data, in dv100_idct_put_last_row_field_chroma() argument
354 put_block_8x4(blocks+0*64, data, stride<<1); in dv100_idct_put_last_row_field_chroma()
355 put_block_8x4(blocks+0*64 + 4*8, data + 8, stride<<1); in dv100_idct_put_last_row_field_chroma()
356 put_block_8x4(blocks+1*64, data + stride, stride<<1); in dv100_idct_put_last_row_field_chroma()
357 put_block_8x4(blocks+1*64 + 4*8, data + 8 + stride, stride<<1); in dv100_idct_put_last_row_field_chroma()
360 static void dv100_idct_put_last_row_field_luma(DVVideoContext *s, uint8_t *data, in dv100_idct_put_last_row_field_luma() argument
368 put_block_8x4(blocks+0*64, data, stride<<1); in dv100_idct_put_last_row_field_luma()
369 put_block_8x4(blocks+0*64 + 4*8, data + 16, stride<<1); in dv100_idct_put_last_row_field_luma()
370 put_block_8x4(blocks+1*64, data + 8, stride<<1); in dv100_idct_put_last_row_field_luma()
371 put_block_8x4(blocks+1*64 + 4*8, data in dv100_idct_put_last_row_field_luma()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointTrie.java42 * Fast/simple/larger BMP data structure.
50 * Small/slower BMP data structure.
59 * Selectors for the number of bits in a CodePointTrie data value.
61 * <p>Use null for {@link #fromBinary} to accept any data value width;
62 * {@link #getValueWidth} will return the actual data value width.
68 * The trie stores 16 bits per data value.
75 * The trie stores 32 bits per data value.
81 * The trie stores 8 bits per data value.
89 private CodePointTrie(char[] index, Data data, int highStart, in CodePointTrie() argument
93 this.data in CodePointTrie()
654 protected final Data data; global() field in CodePointTrie
745 Fast(char[] index, Data data, int highStart, int index3NullOffset, int dataNullOffset) Fast() argument
883 Small(char[] index, Data data, int highStart, int index3NullOffset, int dataNullOffset) Small() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointTrie.java43 * Fast/simple/larger BMP data structure.
50 * Small/slower BMP data structure.
58 * Selectors for the number of bits in a CodePointTrie data value.
60 * <p>Use null for {@link #fromBinary} to accept any data value width;
61 * {@link #getValueWidth} will return the actual data value width.
67 * The trie stores 16 bits per data value.
72 * The trie stores 32 bits per data value.
76 * The trie stores 8 bits per data value.
82 private CodePointTrie(char[] index, Data data, int highStart, in CodePointTrie() argument
86 this.data in CodePointTrie()
640 protected final Data data; global() field in CodePointTrie
731 Fast(char[] index, Data data, int highStart, int index3NullOffset, int dataNullOffset) Fast() argument
864 Small(char[] index, Data data, int highStart, int index3NullOffset, int dataNullOffset) Small() argument
[all...]
/third_party/python/Lib/test/test_asyncio/
H A Dtest_sendfile.py37 self.data = bytearray()
61 def data_received(self, data):
63 self.nbytes += len(data)
64 self.data.extend(data)
65 super().data_received(data)
75 self.data = bytearray()
83 def data_received(self, data):
84 self.data.extend(data)
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp69 uint64_t Offset = RawHeaderPtr - Parent->getData().data(); in ArchiveMemberHeader()
89 uint64_t Offset = RawHeaderPtr - Parent->getData().data(); in ArchiveMemberHeader()
106 Parent->getData().data(); in getRawName()
135 Parent->getData().data(); in getName()
162 Parent->getData().data(); in getName()
172 Parent->getData().data(); in getName()
200 Parent->getData().data(); in getName()
208 Parent->getData().data(); in getName()
236 Parent->getData().data(); in getSize()
254 Parent->getData().data(); in getAccessMode()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMultiDrawTest.cpp275 mNonIndexedVertices.data(), getBufferDataUsage()); in SetupBuffers()
279 glBufferData(GL_ARRAY_BUFFER, sizeof(GLfloat) * mVertices.size(), mVertices.data(), in SetupBuffers()
284 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(GLushort) * mIndices.size(), mIndices.data(), in SetupBuffers()
289 glBufferData(GL_ARRAY_BUFFER, sizeof(GLfloat) * instances.size(), instances.data(), in SetupBuffers()
327 glMultiDrawArraysInstancedANGLE(GL_TRIANGLES, firsts.data(), counts.data(), in DoDrawArrays()
328 instanceCounts.data(), kTriCount); in DoDrawArrays()
332 glMultiDrawArraysANGLE(GL_TRIANGLES, firsts.data(), counts.data(), kTriCount); in DoDrawArrays()
356 glMultiDrawElementsInstancedANGLE(GL_TRIANGLES, counts.data(), GL_UNSIGNED_SHOR in DoDrawElements()
[all...]
/third_party/python/Modules/
H A Dsha256module.c50 SHA_BYTE data[SHA_BLOCKSIZE]; /* SHA data buffer */ member
51 int local; /* unprocessed amount in data */
90 memcpy(dest->data, src->data, sizeof(src->data)); in SHAcopy()
138 memcpy(W, sha_info->data, sizeof(sha_info->data)); in sha_transform()
140 longReverse(W, (int)sizeof(sha_info->data)); in sha_transform()
289 memcpy(((SHA_BYTE *) sha_info->data) in sha_update()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_linux.c179 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument
182 return hmac_md5_vector(key, key_len, 1, &data, &data_len, mac); in hmac_md5()
194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument
197 return hmac_sha1_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha1()
209 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() argument
212 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha256()
224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() argument
227 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha384()
315 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() argument
322 res = send(ctx->t, data, le in crypto_hash_update()
537 rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, size_t data_len) rc4_skip() argument
675 aes_128_cbc_oper(const u8 *key, int enc, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_oper() argument
745 aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_encrypt() argument
751 aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_decrypt() argument
772 omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_128() argument
778 omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_256() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_linux.c179 int hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_md5() argument
182 return hmac_md5_vector(key, key_len, 1, &data, &data_len, mac); in hmac_md5()
194 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, in hmac_sha1() argument
197 return hmac_sha1_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha1()
209 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() argument
212 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha256()
224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, in hmac_sha384() argument
227 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac); in hmac_sha384()
315 void crypto_hash_update(struct crypto_hash *ctx, const u8 *data, size_t len) in crypto_hash_update() argument
322 res = send(ctx->t, data, le in crypto_hash_update()
537 rc4_skip(const u8 *key, size_t keylen, size_t skip, u8 *data, size_t data_len) rc4_skip() argument
675 aes_128_cbc_oper(const u8 *key, int enc, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_oper() argument
745 aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_encrypt() argument
751 aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, size_t data_len) aes_128_cbc_decrypt() argument
772 omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_128() argument
778 omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_256() argument
[all...]
/drivers/hdf_core/adapter/platform/uart/
H A Duart_wm.c101 static int32_t HalUartSend(uint32_t uartId, const uint8_t *data, uint32_t size, uint32_t timeOut) in HalUartSend() argument
105 if (data == NULL || size == 0) { in HalUartSend()
110 tls_uart_dma_write(data, (uint16_t)size, dma_tx_cmpl_callback, (uint16_t)uartId); in HalUartSend()
116 static int32_t HalUartRecv(uint8_t uartId, uint8_t *data, uint32_t expectSize, in HalUartRecv() argument
126 if (data == NULL || expectSize == 0 || recvSize == NULL) { in HalUartRecv()
132 fifoPopLen = tls_uart_read(uartId, (uint8_t *)data + recvedLen, expectLen); in HalUartRecv()
138 /* haven't get any data from fifo */ in HalUartRecv()
142 /* if reaches here, it means need to wait for more data come */ in HalUartRecv()
211 static int32_t UartHostDevWrite(struct UartHost *host, uint8_t *data, uint32_t size);
214 static int32_t UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_
431 UartHostDevWrite(struct UartHost *host, uint8_t *data, uint32_t size) UartHostDevWrite() argument
453 UartHostDevRead(struct UartHost *host, uint8_t *data, uint32_t size) UartHostDevRead() argument
[all...]
/drivers/hdf_core/framework/model/misc/light/driver/src/
H A Dlight_driver.c27 static int32_t GetAllLightInfo(struct HdfSBuf *data, struct HdfSBuf *reply) in GetAllLightInfo() argument
29 (void)data; in GetAllLightInfo()
187 static int32_t TurnOnLight(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOnLight() argument
202 if (!HdfSbufReadBuffer(data, (const void **)&buf, &len)) { in TurnOnLight()
203 HDF_LOGE("%s: light read data failed", __func__); in TurnOnLight()
243 static int32_t TurnOnMultiLights(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOnMultiLights() argument
246 (void)data; in TurnOnMultiLights()
252 static int32_t TurnOffLight(uint32_t lightId, struct HdfSBuf *data, struct HdfSBuf *reply) in TurnOffLight() argument
254 (void)data; in TurnOffLight()
290 static int32_t DispatchCmdHandle(uint32_t lightId, struct HdfSBuf *data, struc argument
318 DispatchLight(struct HdfDeviceIoClient *client, int32_t cmd, struct HdfSBuf *data, struct HdfSBuf *reply) DispatchLight() argument
[all...]
/third_party/elfutils/src/
H A Dobjdump.c400 show_relocs_rel (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data, in show_relocs_rel() argument
412 rel = gelf_getrel (data, cnt, &relmem); in show_relocs_rel()
421 show_relocs_rela (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data, in show_relocs_rela() argument
433 rel = gelf_getrela (data, cnt, &relmem); in show_relocs_rela()
502 /* Get the data of the section. */ in show_relocs()
503 Elf_Data *data = elf_getdata (scn, NULL); in show_relocs() local
504 if (data == NULL) in show_relocs()
534 show_relocs_rel (ebl, shdr, data, symdata, xndxdata, in show_relocs()
537 show_relocs_rela (ebl, shdr, data, symdata, xndxdata, in show_relocs()
568 /* Get the data o in show_full_content()
569 Elf_Data *data = elf_getdata (scn, NULL); show_full_content() local
703 Elf_Data *data = elf_getdata (scn, NULL); show_disasm() local
[all...]
/third_party/alsa-lib/test/
H A Dmidifile.c26 * (2) can now write system exclusive data with
27 * mf_write_midi_event(delta_time, system_exclusive, 0, data, size)
710 /* visible data/routines are msginit(), msgadd(), msg(), msgleng(). */
886 so the position of the track length data is kept so that it can
946 * data - A pointer to a block of chars containing the META EVENT,
947 * data.
948 * size - The length of the meta-event data.
951 mf_write_midi_event (delta_time, type, chan, data, size) in mf_write_midi_event()
955 char *data;
981 /* write out the data byte
[all...]
/third_party/mbedtls/library/
H A Dmd5.c65 const unsigned char data[64]) in mbedtls_internal_md5_process()
71 local.X[0] = MBEDTLS_GET_UINT32_LE(data, 0); in mbedtls_internal_md5_process()
72 local.X[1] = MBEDTLS_GET_UINT32_LE(data, 4); in mbedtls_internal_md5_process()
73 local.X[2] = MBEDTLS_GET_UINT32_LE(data, 8); in mbedtls_internal_md5_process()
74 local.X[3] = MBEDTLS_GET_UINT32_LE(data, 12); in mbedtls_internal_md5_process()
75 local.X[4] = MBEDTLS_GET_UINT32_LE(data, 16); in mbedtls_internal_md5_process()
76 local.X[5] = MBEDTLS_GET_UINT32_LE(data, 20); in mbedtls_internal_md5_process()
77 local.X[6] = MBEDTLS_GET_UINT32_LE(data, 24); in mbedtls_internal_md5_process()
78 local.X[7] = MBEDTLS_GET_UINT32_LE(data, 28); in mbedtls_internal_md5_process()
79 local.X[8] = MBEDTLS_GET_UINT32_LE(data, 3 in mbedtls_internal_md5_process()
64 mbedtls_internal_md5_process(mbedtls_md5_context *ctx, const unsigned char data[64]) mbedtls_internal_md5_process() argument
[all...]
/third_party/json/tests/src/
H A Dunit-regression2.cpp95 void from_json(const json& j, Data& data);
96 void from_json(const json& j, Data& data) in from_json() argument
98 j["a"].get_to(data.a); in from_json()
99 j["b"].get_to(data.b); in from_json()
456 const auto data = j.get<decltype(expected)>(); variable
457 CHECK(expected == data);
499 const std::array<int, 108> data = variable
504 for (int i : data)
597 SECTION("issue #2067 - cannot serialize binary data to text JSON")
599 const std::array<unsigned char, 23> data variable
620 std::vector<uint8_t> data = global() variable
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_builder_print_visitor.cpp211 switch (ir->data.mode) { in visit()
228 if (ir->data.mode == ir_var_temporary) { in visit()
240 switch (ir->data.mode) { in visit()
262 print_without_indent("r%04X", (unsigned)(uintptr_t) he->data); in print_without_declaration()
272 _mesa_hash_table_insert(index_map, ir, he->data); in visit()
453 (unsigned)(uintptr_t) he->data); in print_without_declaration()
460 (unsigned)(uintptr_t) he->data, in print_without_declaration()
514 (unsigned)(uintptr_t) he_lhs->data); in visit_enter()
533 (unsigned)(uintptr_t) he_lhs->data, in visit_leave()
534 (unsigned)(uintptr_t) he_rhs->data, in visit_leave()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dmac_tool.py232 """This writes the PkgInfo file from the data stored in Info.plist."""
506 A tuple of the path to the selected provisioning profile, the data of
660 data = self._LoadPlistMaybeBinary(target_path)
661 data = self._ExpandVariables(data, substitutions)
664 if key not in data:
665 data[key] = overrides[key]
666 plistlib.writePlist(data, target_path)
669 def _ExpandVariables(self, data, substitutions):
670 """Expands variables "$(variable)" in data
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmac_tool.py232 """This writes the PkgInfo file from the data stored in Info.plist."""
506 A tuple of the path to the selected provisioning profile, the data of
660 data = self._LoadPlistMaybeBinary(target_path)
661 data = self._ExpandVariables(data, substitutions)
664 if key not in data:
665 data[key] = overrides[key]
666 plistlib.writePlist(data, target_path)
669 def _ExpandVariables(self, data, substitutions):
670 """Expands variables "$(variable)" in data
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h17 #include "v8-data.h" // NOLINT(build/include_directory)
653 * language feature to retrieve host-defined meta data for a module.
720 * Discards all V8 thread-specific data for the Isolate. Should be used
722 * the thread -- all thread-specific data for an Isolate is discarded when
729 * Associate embedder-specific data with the isolate. |slot| has to be
732 V8_INLINE void SetData(uint32_t slot, void* data);
735 * Retrieve embedder-specific data from the isolate.
741 * Returns the maximum number of available embedder data slots. Valid slots
747 * Return data that was previously attached to the isolate snapshot via
907 GCCallbackFlags flags, void* data);
1657 SetData(uint32_t slot, void* data) SetData() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_query_hw.c63 hq->data = (uint32_t *)((uint8_t *)hq->bo->map + hq->base_offset); in nvc0_hw_query_allocate()
91 hq->data += hq->rotate / sizeof(*hq->data); in nvc0_hw_query_rotate()
105 if (hq->data[0] == hq->sequence) in nvc0_hw_query_update()
161 hq->data[0] = hq->sequence; /* initialize sequence */ in nvc0_hw_begin_query()
162 hq->data[1] = 1; /* initial render condition = true */ in nvc0_hw_begin_query()
163 hq->data[4] = hq->sequence + 1; /* for comparison COND_MODE */ in nvc0_hw_begin_query()
164 hq->data[5] = 0; in nvc0_hw_begin_query()
315 uint64_t *data64 = (uint64_t *)hq->data; in nvc0_hw_get_query_result()
344 res64[0] = hq->data[ in nvc0_hw_get_query_result()
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_san.c92 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
100 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
108 gen->d.otherName->value->value.ia5string->data, in STACK_OF()
116 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
124 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
139 gen->d.otherName->value->value.ia5string->data, in STACK_OF()
146 gen->d.otherName->value->value.utf8string->data, in STACK_OF()
168 if (!x509v3_add_len_value_uchar("email", gen->d.ia5->data, in STACK_OF()
174 if (!x509v3_add_len_value_uchar("DNS", gen->d.ia5->data, in STACK_OF()
180 if (!x509v3_add_len_value_uchar("URI", gen->d.ia5->data, in STACK_OF()
[all...]
/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs47 //! - User can specify minimum and maximum version numbers allowed, then library will automatically choose smallest version in the range that fits the data
50 //! - User can create a list of data segments manually and add ECI segments
64 //! Text data:
74 //! Binary data:
104 /// The impl provides static factory functions to create a QR Code from text or binary data.
110 /// - High level: Take the payload data and call `QrCode::encode_text()` or `QrCode::encode_binary()`.
113 /// - Low level: Custom-make the array of data codeword bytes (including segment
136 /// If the data is too long to fit in any version in the given range
163 /// data capacities per version, ECC level, and text encoding mode.
192 /// Encodes the given binary data t
[all...]

Completed in 24 milliseconds

1...<<141142143144145146147148149150>>...682