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

12

/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/mesa3d/src/gallium/auxiliary/util/
H A Du_index_modify.h39 struct pipe_resource **out_buf,
54 struct pipe_resource **out_buf,
68 struct pipe_resource **out_buf,
H A Du_index_modify.c63 struct pipe_resource **out_buf,
83 pipe_resource_reference(out_buf, NULL);
84 *out_buf = new_elts;
123 struct pipe_resource **out_buf,
142 pipe_resource_reference(out_buf, NULL);
143 *out_buf = new_elts;
182 struct pipe_resource **out_buf,
201 pipe_resource_reference(out_buf, NULL);
202 *out_buf = new_elts;
61 util_shorten_ubyte_elts(struct pipe_context *context, struct pipe_index_buffer *ib, struct pipe_resource **out_buf, int index_bias, unsigned start, unsigned count) argument
121 util_rebuild_ushort_elts(struct pipe_context *context, struct pipe_index_buffer *ib, struct pipe_resource **out_buf, int index_bias, unsigned start, unsigned count) argument
180 util_rebuild_uint_elts(struct pipe_context *context, struct pipe_index_buffer *ib, struct pipe_resource **out_buf, int index_bias, unsigned start, unsigned count) argument
/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/openssh/
H A Droaming_common.c39 static char *out_buf = NULL; variable
82 if (out_buf == NULL) {
84 out_buf = xmalloc(size);
123 memcpy(out_buf + out_last, buf, count);
130 memcpy(out_buf + out_last, buf, chunk);
131 memcpy(out_buf, buf + chunk, count - chunk);
212 atomicio(vwrite, fd, out_buf + out_buf_size - chunkend,
214 atomicio(vwrite, fd, out_buf, out_last);
216 atomicio(vwrite, fd, out_buf + (out_last - needed), needed);
/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...]
H A Deap_server_ikev2.c21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
128 wpabuf_free(data->out_buf);
143 send_len = wpabuf_len(data->out_buf) - data->out_used;
178 wpabuf_put_be32(req, wpabuf_len(data->out_buf));
180 wpabuf_put_data(req, wpabuf_head_u8(data->out_buf) + data->out_used,
193 if (data->out_used == wpabuf_len(data->out_buf)) {
197 wpabuf_free(data->out_buf);
198 data->out_buf = NULL;
203 (unsigned long) wpabuf_len(data->out_buf) -
218 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/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_ikev2.c21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
114 wpabuf_free(data->out_buf);
148 send_len = wpabuf_len(data->out_buf) - data->out_used;
183 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
185 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
201 if (data->out_used == wpabuf_len(data->out_buf)) {
205 wpabuf_free(data->out_buf);
206 data->out_buf = NULL;
237 (unsigned long) wpabuf_len(data->out_buf) -
425 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...]
H A Deap_wsc.c23 struct wpabuf *out_buf; member in struct:eap_wsc_data
289 wpabuf_free(data->out_buf);
309 send_len = wpabuf_len(data->out_buf) - data->out_used;
329 wpabuf_put_be16(resp, wpabuf_len(data->out_buf));
331 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
338 if (data->out_used == wpabuf_len(data->out_buf)) {
342 wpabuf_free(data->out_buf);
343 data->out_buf = NULL;
355 (unsigned long) wpabuf_len(data->out_buf) -
551 if (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
114 wpabuf_free(data->out_buf);
148 send_len = wpabuf_len(data->out_buf) - data->out_used;
183 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
185 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
201 if (data->out_used == wpabuf_len(data->out_buf)) {
205 wpabuf_free(data->out_buf);
206 data->out_buf = NULL;
237 (unsigned long) wpabuf_len(data->out_buf) -
425 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/wpa_supplicant/src/eap_peer/
H A Deap_ikev2.c21 struct wpabuf *out_buf; member in struct:eap_ikev2_data
114 wpabuf_free(data->out_buf);
148 send_len = wpabuf_len(data->out_buf) - data->out_used;
183 wpabuf_put_be32(resp, wpabuf_len(data->out_buf));
185 wpabuf_put_data(resp, wpabuf_head_u8(data->out_buf) + data->out_used,
201 if (data->out_used == wpabuf_len(data->out_buf)) {
205 wpabuf_free(data->out_buf);
206 data->out_buf = NULL;
237 (unsigned long) wpabuf_len(data->out_buf) -
425 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/autotest/client/tests/dma_memtest/
H A Ddma_memtest.py140 out_buf = proc.stdout.read()
141 out_buf += proc.stderr.read()
143 if out_buf != "":
145 logging.error('Error comparing trees: %s', out_buf)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_arrays.c46 struct pipe_resource **out_buf )
71 *out_buf = dst;
100 struct pipe_resource **out_buf )
111 pipe_resource_reference( out_buf,
168 out_buf );
176 *out_buf );

Completed in 416 milliseconds

12