Searched refs:out_data (Results 51 - 75 of 149) sorted by relevance

123456

/external/deqp/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp572 GLint* out_data = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 4, GL_MAP_READ_BIT); local
573 if (!out_data)
575 if (*out_data == 7)
983 GLint* out_data = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 4 * 3, GL_MAP_READ_BIT); local
984 if (!out_data)
986 bool result = out_data[0] == 7 && out_data[1] == 17 && out_data[2] == 23;
1238 GLubyte* out_data = local
1240 if (!out_data)
1308 GLubyte* out_data = local
2867 GLubyte* out_data = local
2948 GLubyte* out_data = local
3624 GLubyte* out_data = local
3703 GLubyte* out_data = local
3737 GetInputOp1(std::vector<GLubyte>& in_data, std::vector<GLubyte>& out_data) argument
3841 GetInput(std::vector<GLubyte>& in_data, std::vector<GLubyte>& out_data) argument
3849 GetInput(std::vector<GLubyte>& in_data, std::vector<GLubyte>& out_data) argument
3858 GetInputOp2(std::vector<GLubyte>& in_data, std::vector<GLubyte>& out_data) argument
3933 GetInput(std::vector<GLubyte>& in_data, std::vector<GLubyte>& out_data) argument
3941 GetInput(std::vector<GLubyte>& in_data, std::vector<GLubyte>& out_data) argument
4017 GLubyte* out_data = local
4105 GLubyte* out_data = local
4425 float* out_data = (float*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, local
4505 float* out_data = (float*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, local
5073 GLuint* out_data = (GLuint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, sizeof(data0), GL_MAP_READ_BIT); local
5307 GLuint* out_data = (GLuint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, sizeof(data0), GL_MAP_READ_BIT); local
5813 GLfloat* out_data = local
6151 GLfloat* out_data = (GLfloat*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 4 * 4 * 4, GL_MAP_READ_BIT); local
6352 GLint* out_data = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, sizeof(data), GL_MAP_READ_BIT); local
8098 GLfloat* out_data = (GLfloat*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, sizeof(data), GL_MAP_READ_BIT); local
[all...]
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.cpp1117 GLubyte* out_data = vecOutData.data(); local
1120 deMemset(out_data, 127, texSize);
1122 Texture::GetData(gl, level, target, transferFormat.format, transferFormat.dataType, (GLvoid*)out_data);
1132 GLubyte* outDataRegion = out_data + ((x + y * width) * pixelSize);
1155 GLubyte* out_data = vecOutData.data(); local
1165 deMemset(out_data, 127, texSize);
1167 Texture::GetData(gl, level, subTarget, transferFormat.format, transferFormat.dataType, (GLvoid*)out_data);
1177 GLubyte* outDataRegion = out_data + ((x + y * width) * pixelSize);
1196 GLubyte* out_data = vecOutData.data(); local
1215 deMemset(out_data,
1681 GLubyte* out_data = vecOutData.data(); local
1721 GLubyte* out_data = vecOutData.data(); local
1772 GLubyte* out_data = vecOutData.data(); local
1914 GLubyte* out_data = vecOutData.data(); local
2765 GLubyte* out_data = vecOutData.data(); local
[all...]
/external/libxcam/cl_kernel/
H A Dkernel_gauss_lap_pyramid.cl218 float8 out_data;
221 out_data = (data0 - data1) * input0_mask[g_x] + data1;
226 out_data = (data0 - data1) * coeff + data1;
229 out_data = clamp (out_data + 0.5f, 0.0f, 255.0f);
231 write_imageui(output, pos, convert_uint4(as_ushort4(convert_uchar8(out_data))));
244 float8 out_data;
249 out_data = read_scale_y (input, sampler, normCoor, step_x) * 255.0f;
252 out_data = read_scale_uv (input, sampler, normCoor, step_x) * 255.0f;
255 out_data
[all...]
H A Dkernel_bi_filter.cl71 float8 out_data = data_sum / weight_sum;
72 write_imageui(output_dark, (int2)(pos_x, pos_y), convert_uint4(as_ushort4(convert_uchar8(out_data))));
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ttls.c1064 struct wpabuf **out_data)
1073 resp, out_data)) {
1240 struct wpabuf **out_data)
1293 out_data) < 0)
1312 struct wpabuf **out_data)
1348 out_data);
1364 struct wpabuf **out_data)
1379 *out_data = eap_peer_tls_build_ack(identifier, EAP_TYPE_TTLS,
1388 out_data);
1395 struct wpabuf **out_data)
1061 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1234 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1308 eap_ttls_implicit_identity_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1362 eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1392 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1464 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
H A Deap_tls_common.c498 * @out_data: Buffer for returning a pointer to application data (if available)
504 struct wpabuf **out_data)
533 *out_data = appl_data;
550 * @out_data: Buffer for returning the allocated output buffer
555 struct wpabuf **out_data)
596 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
598 if (*out_data == NULL)
601 flags = wpabuf_put(*out_data, 1);
607 wpabuf_put_be32(*out_data, wpabuf_len(data->tls_out));
610 wpabuf_put_data(*out_data,
502 eap_tls_process_input(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *in_data, struct wpabuf **out_data) argument
553 eap_tls_process_output(struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, int ret, struct wpabuf **out_data) argument
650 eap_peer_tls_process_helper(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
981 eap_peer_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ttls.c1064 struct wpabuf **out_data)
1073 resp, out_data)) {
1240 struct wpabuf **out_data)
1293 out_data) < 0)
1312 struct wpabuf **out_data)
1348 out_data);
1364 struct wpabuf **out_data)
1379 *out_data = eap_peer_tls_build_ack(identifier, EAP_TYPE_TTLS,
1388 out_data);
1395 struct wpabuf **out_data)
1061 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1234 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1308 eap_ttls_implicit_identity_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1362 eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1392 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1464 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
H A Deap_tls_common.c498 * @out_data: Buffer for returning a pointer to application data (if available)
504 struct wpabuf **out_data)
533 *out_data = appl_data;
550 * @out_data: Buffer for returning the allocated output buffer
555 struct wpabuf **out_data)
596 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
598 if (*out_data == NULL)
601 flags = wpabuf_put(*out_data, 1);
607 wpabuf_put_be32(*out_data, wpabuf_len(data->tls_out));
610 wpabuf_put_data(*out_data,
502 eap_tls_process_input(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *in_data, struct wpabuf **out_data) argument
553 eap_tls_process_output(struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, int ret, struct wpabuf **out_data) argument
650 eap_peer_tls_process_helper(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
981 eap_peer_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ttls.c1064 struct wpabuf **out_data)
1073 resp, out_data)) {
1240 struct wpabuf **out_data)
1293 out_data) < 0)
1312 struct wpabuf **out_data)
1348 out_data);
1364 struct wpabuf **out_data)
1379 *out_data = eap_peer_tls_build_ack(identifier, EAP_TYPE_TTLS,
1388 out_data);
1395 struct wpabuf **out_data)
1061 eap_ttls_encrypt_response(struct eap_sm *sm, struct eap_ttls_data *data, struct wpabuf *resp, u8 identifier, struct wpabuf **out_data) argument
1234 eap_ttls_process_decrypted(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct ttls_parse_avp *parse, struct wpabuf *in_decrypted, struct wpabuf **out_data) argument
1308 eap_ttls_implicit_identity_request(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1362 eap_ttls_phase2_start(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, struct wpabuf **out_data) argument
1392 eap_ttls_decrypt(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
1464 eap_ttls_process_handshake(struct eap_sm *sm, struct eap_ttls_data *data, struct eap_method_ret *ret, u8 identifier, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
H A Deap_tls_common.c498 * @out_data: Buffer for returning a pointer to application data (if available)
504 struct wpabuf **out_data)
533 *out_data = appl_data;
550 * @out_data: Buffer for returning the allocated output buffer
555 struct wpabuf **out_data)
596 *out_data = eap_tls_msg_alloc(eap_type, 1 + length_included * 4 + len,
598 if (*out_data == NULL)
601 flags = wpabuf_put(*out_data, 1);
607 wpabuf_put_be32(*out_data, wpabuf_len(data->tls_out));
610 wpabuf_put_data(*out_data,
502 eap_tls_process_input(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *in_data, struct wpabuf **out_data) argument
553 eap_tls_process_output(struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, int ret, struct wpabuf **out_data) argument
650 eap_peer_tls_process_helper(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
981 eap_peer_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, EapType eap_type, int peap_version, u8 id, const struct wpabuf *in_data, struct wpabuf **out_data) argument
[all...]
/external/boringssl/src/crypto/bytestring/
H A Dcbb.c171 int CBB_finish(CBB *cbb, uint8_t **out_data, size_t *out_len) { argument
180 if (cbb->base->can_resize && (out_data == NULL || out_len == NULL)) {
181 // |out_data| and |out_len| can only be NULL if the CBB is fixed.
185 if (out_data != NULL) {
186 *out_data = cbb->base->buf;
403 int CBB_add_space(CBB *cbb, uint8_t **out_data, size_t len) { argument
405 !cbb_buffer_add(cbb->base, out_data, len)) {
411 int CBB_reserve(CBB *cbb, uint8_t **out_data, size_t len) { argument
413 !cbb_buffer_reserve(cbb->base, out_data, len)) {
/external/tensorflow/tensorflow/core/kernels/
H A Dtranspose_functor_gpu.cu.cc108 auto out_data = local
117 d, in_data, new_dims, out_data);
125 d, in_data, new_dims, out_data);
130 d, in_data, new_dims, out_data);
/external/webrtc/webrtc/modules/audio_coding/codecs/cng/
H A Dcng_unittest.cc263 int16_t out_data[640]; local
282 EXPECT_EQ(0, WebRtcCng_Generate(cng_dec_inst_, out_data, 640, 1));
283 EXPECT_EQ(0, WebRtcCng_Generate(cng_dec_inst_, out_data, 640, 0));
286 EXPECT_EQ(-1, WebRtcCng_Generate(cng_dec_inst_, out_data, 641, 0));
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client.h29 u8 *out_data, size_t out_len);
H A Dtlsv1_client_i.h91 u8 **out_data, size_t *out_len);
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client.h29 u8 *out_data, size_t out_len);
H A Dtlsv1_client_i.h91 u8 **out_data, size_t *out_len);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client.h29 u8 *out_data, size_t out_len);
H A Dtlsv1_client_i.h91 u8 **out_data, size_t *out_len);
/external/boringssl/include/openssl/
H A Dbytestring.h360 // CBB_finish completes any pending length prefix and sets |*out_data| to a
368 OPENSSL_EXPORT int CBB_finish(CBB *cbb, uint8_t **out_data, size_t *out_len);
415 // CBB_add_space appends |len| bytes to |cbb| and sets |*out_data| to point to
417 // actual contents to |*out_data|. It returns one on success and zero
419 OPENSSL_EXPORT int CBB_add_space(CBB *cbb, uint8_t **out_data, size_t len);
422 // |*out_data| to point to the beginning of that space. It returns one on
424 // |*out_data| and call |CBB_did_write| to complete the write. |*out_data| is
426 OPENSSL_EXPORT int CBB_reserve(CBB *cbb, uint8_t **out_data, size_t len);
/external/boringssl/src/include/openssl/
H A Dbytestring.h360 // CBB_finish completes any pending length prefix and sets |*out_data| to a
368 OPENSSL_EXPORT int CBB_finish(CBB *cbb, uint8_t **out_data, size_t *out_len);
415 // CBB_add_space appends |len| bytes to |cbb| and sets |*out_data| to point to
417 // actual contents to |*out_data|. It returns one on success and zero
419 OPENSSL_EXPORT int CBB_add_space(CBB *cbb, uint8_t **out_data, size_t len);
422 // |*out_data| to point to the beginning of that space. It returns one on
424 // |*out_data| and call |CBB_did_write| to complete the write. |*out_data| is
426 OPENSSL_EXPORT int CBB_reserve(CBB *cbb, uint8_t **out_data, size_t len);
/external/python/cpython2/Modules/
H A Dbinascii.c618 unsigned char *in_data, *out_data; local
640 out_data = (unsigned char *)PyString_AS_STRING(rv);
646 *out_data++ = RUNCHAR;
647 *out_data++ = 0;
656 *out_data++ = ch;
657 *out_data++ = RUNCHAR;
658 *out_data++ = inend-in;
662 *out_data++ = ch;
668 (out_data -
735 unsigned char *in_data, *out_data; local
[all...]
/external/boringssl/src/ssl/
H A Dssl_asn1.cc767 int SSL_SESSION_to_bytes(const SSL_SESSION *in, uint8_t **out_data, argument
777 *out_data = (uint8_t *)BUF_memdup(kNotResumableSession, *out_len);
778 if (*out_data == NULL) {
788 !CBB_finish(cbb.get(), out_data, out_len)) {
795 int SSL_SESSION_to_bytes_for_ticket(const SSL_SESSION *in, uint8_t **out_data, argument
800 !CBB_finish(cbb.get(), out_data, out_len)) {
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A Dtmod.c174 /* if outparms then copy outparms into tif.out_data */
176 if (copy_to_user(tif.out_data, outparms, tif.out_len)) {
/external/libxaac/decoder/
H A Dixheaacd_main.h23 VOID ixheaacd_imdct_flt(FLOAT32 in_data[], FLOAT32 out_data[], WORD32 len);
25 VOID usac_tw_imdct(FLOAT32 in_data[], FLOAT32 out_data[], WORD32 len);

Completed in 1168 milliseconds

123456