Searched refs:out_buf (Results 1 - 25 of 68) sorted by relevance

123

/external/ltp/testcases/kernel/module/query_module/
H A Dquery_module02.c109 static char out_buf[PAGE_SIZE]; variable
117 {"dummy_mod", QM_REFS, (void *)out_buf, sizeof(out_buf), ENOENT,
121 {NULL, QM_INVALID, (void *)out_buf, sizeof(out_buf), EINVAL,
125 {NULL, QM_REFS, (void *)out_buf, sizeof(out_buf), EINVAL,
129 {NULLMODNAME, QM_REFS, (void *)out_buf, sizeof(out_buf), EINVAL,
133 {longmodname, QM_REFS, (void *)out_buf, sizeo
[all...]
H A Dquery_module03.c118 static char out_buf[PAGE_SIZE]; variable
130 {(char *)-1, QM_MODULES, (void *)out_buf, sizeof(out_buf), &ret_size,
135 {NULL, QM_MODULES, (void *)out_buf, sizeof(out_buf), (size_t *) - 1,
140 {NULL, QM_MODULES, (void *)-1, sizeof(out_buf), &ret_size, EFAULT,
145 {NULL, QM_MODULES, (void *)out_buf, SMALLBUFSIZE, &ret_size, ENOSPC,
H A Dquery_module01.c122 static char out_buf[PAGE_SIZE]; variable
157 size_t buflen = sizeof(out_buf);
175 tdat[testno].which, (void *)out_buf,
180 out_buf, buflen, ret)) {
/external/adhd/cras/src/tests/
H A Dlinear_resampler_unittest.cc17 static uint8_t out_buf[BUF_SIZE]; variable
28 memset(out_buf, 0, BUF_SIZE);
38 out_buf + 4 * out_offset, 50);
46 out_buf + 4 * out_offset, 15);
53 *(int16_t *)(out_buf + 4 * i));
55 *(int16_t *)(out_buf + 4 * (i + 1)));
67 memset(out_buf, 0, BUF_SIZE);
78 out_buf + 4 * out_offset, 10);
88 out_buf + 4 * out_offset, 10);
96 out_buf
[all...]
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer_test.cc64 ChannelBuffer<float> out_buf(
75 bf.ProcessChunk(in_buf, &out_buf);
77 Interleave(out_buf.channels(), out_buf.num_frames(),
78 out_buf.num_channels(), &interleaved[0]);
/external/elfutils/libelf/
H A Delf_compress_gnu.c102 void *out_buf = __libelf_compress (scn, hsize, elfdata, local
107 if (out_buf == (void *) -1)
111 if (out_buf == NULL)
115 memmove (out_buf, "ZLIB", 4);
116 memmove (out_buf + 4, &be64_size, sizeof (be64_size));
132 __libelf_reset_rawdata (scn, out_buf, new_size, 1, ELF_T_BYTE);
H A Delf_compress.c50 do_deflate_cleanup (void *result, z_stream *z, void *out_buf, argument
54 free (out_buf);
61 do_deflate_cleanup(result, &z, out_buf, ei_data, &cdata)
103 void *out_buf = malloc (out_size); local
104 if (out_buf == NULL)
165 z.next_out = out_buf + used;
182 void *bigger = realloc (out_buf, out_size + block);
188 out_buf = bigger;
210 return out_buf;
393 void *out_buf local
[all...]
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dlsh_projection.cc144 const TfLiteTensor* weight, int32_t* out_buf) {
154 *out_buf++ = hash_signature + i * (1 << num_bits);
159 const TfLiteTensor* weight, int32_t* out_buf) {
166 *out_buf++ = bit;
175 int32_t* out_buf = GetOutput(context, node, 0)->data.i32; local
183 DenseLshProjection(hash, input, weight, out_buf);
186 SparseLshProjection(hash, input, weight, out_buf);
143 SparseLshProjection(const TfLiteTensor* hash, const TfLiteTensor* input, const TfLiteTensor* weight, int32_t* out_buf) argument
158 DenseLshProjection(const TfLiteTensor* hash, const TfLiteTensor* input, const TfLiteTensor* weight, int32_t* out_buf) argument
/external/libxcam/modules/soft/
H A Dsoft_geo_mapper.cpp69 SmartPtr<VideoBuffer> &out_buf)
71 SmartPtr<ImageHandler::Parameters> param = new ImageHandler::Parameters (in, out_buf);
73 if (xcam_ret_is_ok (ret) && !out_buf.ptr ()) {
74 out_buf = param->out_buf;
125 SmartPtr<VideoBuffer> in_buf = param->in_buf, out_buf = param->out_buf; local
129 args->out_luma = new UcharImage (out_buf, 0);
130 args->out_uv = new Uchar2Image (out_buf, 1);
155 XCAM_ASSERT (param->out_buf
67 remap( const SmartPtr<VideoBuffer> &in, SmartPtr<VideoBuffer> &out_buf) argument
[all...]
H A Dsoft_blender.cpp205 SmartPtr<VideoBuffer> &out_buf)
207 SmartPtr<BlenderParam> param = new BlenderParam (in0, in1, out_buf);
209 if (xcam_ret_is_ok(ret) && !out_buf.ptr ()) {
210 out_buf = param->out_buf;
334 SmartPtr<VideoBuffer> out_buf = pyr_layer[level].overlap_pool->get_buffer ();
336 ERROR, out_buf.ptr (), XCAM_RETURN_ERROR_MEM,
340 SmartPtr<GaussDownScale::Args> args = new GaussDownScale::Args (param, level, idx, in_buf, out_buf);
360 args->out_luma = new UcharImage (out_buf, 0);
361 args->out_uv = new Uchar2Image (out_buf,
202 blend( const SmartPtr<VideoBuffer> &in0, const SmartPtr<VideoBuffer> &in1, SmartPtr<VideoBuffer> &out_buf) argument
466 SmartPtr<VideoBuffer> out_buf = pyr_layer[last_level].overlap_pool->get_buffer (); local
501 SmartPtr<VideoBuffer> out_buf; local
[all...]
H A Dsoft_blender_tasks_priv.h92 SmartPtr<VideoBuffer> out_buf; member in struct:XCam::XCamSoftTasks::GaussDownScale::Args
102 , out_buf (out)
134 SmartPtr<VideoBuffer> out_buf; member in struct:XCam::XCamSoftTasks::BlendTask::Args
142 , out_buf (out)
167 SmartPtr<VideoBuffer> out_buf; member in struct:XCam::XCamSoftTasks::LaplaceTask::Args
176 , out_buf (out)
205 SmartPtr<VideoBuffer> out_buf; member in struct:XCam::XCamSoftTasks::ReconstructTask::Args
213 , out_buf (out)
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_tnc.c24 struct wpabuf *out_buf; member in struct:eap_tnc_data
98 wpabuf_free(data->out_buf);
227 send_len = wpabuf_len(data->out_buf) - data->out_used;
247 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
253 if (data->out_used == wpabuf_len(data->out_buf)) {
257 wpabuf_free(data->out_buf);
258 data->out_buf = NULL;
267 (unsigned long) wpabuf_len(data->out_buf) -
289 if (data->out_buf
[all...]
H A Deap_server_wsc.c23 struct wpabuf *out_buf; member in struct:eap_wsc_data
159 wpabuf_free(data->out_buf);
193 send_len = wpabuf_len(data->out_buf) - data->out_used;
216 wpabuf_put_be16(req, wpabuf_len(data->out_buf));
218 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
222 if (data->out_used == wpabuf_len(data->out_buf)) {
226 wpabuf_free(data->out_buf);
227 data->out_buf = NULL;
233 (unsigned long) wpabuf_len(data->out_buf) -
250 if (data->out_buf
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_tnc.c24 struct wpabuf *out_buf; member in struct:eap_tnc_data
98 wpabuf_free(data->out_buf);
227 send_len = wpabuf_len(data->out_buf) - data->out_used;
247 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
253 if (data->out_used == wpabuf_len(data->out_buf)) {
257 wpabuf_free(data->out_buf);
258 data->out_buf = NULL;
267 (unsigned long) wpabuf_len(data->out_buf) -
289 if (data->out_buf
[all...]
H A Deap_server_wsc.c23 struct wpabuf *out_buf; member in struct:eap_wsc_data
159 wpabuf_free(data->out_buf);
193 send_len = wpabuf_len(data->out_buf) - data->out_used;
216 wpabuf_put_be16(req, wpabuf_len(data->out_buf));
218 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
222 if (data->out_used == wpabuf_len(data->out_buf)) {
226 wpabuf_free(data->out_buf);
227 data->out_buf = NULL;
233 (unsigned long) wpabuf_len(data->out_buf) -
250 if (data->out_buf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_tnc.c24 struct wpabuf *out_buf; member in struct:eap_tnc_data
98 wpabuf_free(data->out_buf);
227 send_len = wpabuf_len(data->out_buf) - data->out_used;
247 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
249 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
253 if (data->out_used == wpabuf_len(data->out_buf)) {
257 wpabuf_free(data->out_buf);
258 data->out_buf = NULL;
267 (unsigned long) wpabuf_len(data->out_buf) -
289 if (data->out_buf
[all...]
H A Deap_server_wsc.c23 struct wpabuf *out_buf; member in struct:eap_wsc_data
159 wpabuf_free(data->out_buf);
193 send_len = wpabuf_len(data->out_buf) - data->out_used;
216 wpabuf_put_be16(req, wpabuf_len(data->out_buf));
218 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
222 if (data->out_used == wpabuf_len(data->out_buf)) {
226 wpabuf_free(data->out_buf);
227 data->out_buf = NULL;
233 (unsigned long) wpabuf_len(data->out_buf) -
250 if (data->out_buf
[all...]
/external/puffin/src/
H A Dbit_writer.h67 // |out_buf| IN The output buffer
69 BufferBitWriter(uint8_t* out_buf, size_t out_size) argument
70 : out_buf_(out_buf),
/external/libxcam/wrapper/gstreamer/
H A Dgstxcambufferpool.cpp164 GstBuffer *out_buf = NULL; local
182 out_buf = gst_buffer_new ();
183 meta = gst_buffer_add_xcam_buffer_meta (out_buf, video_buf);
203 gst_buffer_append_memory (out_buf, mem);
207 out_buf, GST_VIDEO_FRAME_FLAG_NONE,
220 GST_BUFFER_TIMESTAMP (out_buf) = video_buf->get_timestamp () * 1000; //us to ns
222 *buffer = out_buf;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ikev2.c21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
112 wpabuf_free(data->out_buf);
146 send_len = wpabuf_len(data->out_buf) - data->out_used;
181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
183 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
199 if (data->out_used == wpabuf_len(data->out_buf)) {
203 wpabuf_free(data->out_buf);
204 data->out_buf = NULL;
235 (unsigned long) wpabuf_len(data->out_buf) -
423 if (data->out_buf
[all...]
H A Deap_tnc.c21 struct wpabuf *out_buf; member in struct:eap_tnc_data
64 wpabuf_free(data->out_buf);
100 send_len = wpabuf_len(data->out_buf) - data->out_used;
120 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
122 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
129 if (data->out_used == wpabuf_len(data->out_buf)) {
133 wpabuf_free(data->out_buf);
134 data->out_buf = NULL;
139 (unsigned long) wpabuf_len(data->out_buf) -
399 data->out_buf
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_ikev2.c21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
112 wpabuf_free(data->out_buf);
146 send_len = wpabuf_len(data->out_buf) - data->out_used;
181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
183 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
199 if (data->out_used == wpabuf_len(data->out_buf)) {
203 wpabuf_free(data->out_buf);
204 data->out_buf = NULL;
235 (unsigned long) wpabuf_len(data->out_buf) -
423 if (data->out_buf
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_ikev2.c21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
112 wpabuf_free(data->out_buf);
146 send_len = wpabuf_len(data->out_buf) - data->out_used;
181 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
183 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
199 if (data->out_used == wpabuf_len(data->out_buf)) {
203 wpabuf_free(data->out_buf);
204 data->out_buf = NULL;
235 (unsigned long) wpabuf_len(data->out_buf) -
423 if (data->out_buf
[all...]
/external/libxcam/xcore/interface/
H A Dgeo_mapper.h53 SmartPtr<VideoBuffer> &out_buf) = 0;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c46 u_generate_func generate, struct pipe_resource **out_buf)
67 *out_buf = dst;
98 struct pipe_resource **out_buf)
109 pipe_resource_reference(out_buf,
157 ret = generate_indices(hwtnl, gen_nr, gen_size, generate, out_buf);
163 pipe_resource_reference(&hwtnl->index_cache[prim][i].buffer, *out_buf);
43 generate_indices(struct svga_hwtnl *hwtnl, unsigned nr, unsigned index_size, u_generate_func generate, struct pipe_resource **out_buf) argument
92 retrieve_or_generate_indices(struct svga_hwtnl *hwtnl, enum pipe_prim_type prim, unsigned gen_type, unsigned gen_nr, unsigned gen_size, u_generate_func generate, struct pipe_resource **out_buf) argument

Completed in 566 milliseconds

123