HomeSort by relevance Sort by last modified time
    Searched refs:out_buf (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/ltp/testcases/kernel/module/query_module/
query_module02.c 109 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, sizeof(out_buf), ENAMETOOLONG
    [all...]
query_module03.c 118 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,
query_module01.c 122 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/
u_index_modify.h 39 struct pipe_resource **out_buf,
54 struct pipe_resource **out_buf,
68 struct pipe_resource **out_buf,
u_index_modify.c 63 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;
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_test.cc 64 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/
elf_compress_gnu.c 102 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);
elf_compress.c 50 do_deflate_cleanup (void *result, z_stream *z, void *out_buf,
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 = __libelf_compress (scn, hsize, elfdata local
    [all...]
  /external/openssh/
roaming_common.c 39 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);
  /libcore/ojluni/src/main/native/
java_util_zip_Deflater.c 134 jbyte *out_buf; local
146 out_buf = (*env)->GetPrimitiveArrayCritical(env, b, 0);
147 if (out_buf == NULL) {
155 strm->next_out = (Bytef *) (out_buf + off);
159 (*env)->ReleasePrimitiveArrayCritical(env, b, out_buf, 0);
184 out_buf = (*env)->GetPrimitiveArrayCritical(env, b, 0);
185 if (out_buf == NULL) {
194 strm->next_out = (Bytef *) (out_buf + off);
198 (*env)->ReleasePrimitiveArrayCritical(env, b, out_buf, 0);
java_util_zip_Inflater.c 126 jbyte *out_buf; local
135 out_buf = (*env)->GetPrimitiveArrayCritical(env, b, 0);
136 if (out_buf == NULL) {
143 strm->next_out = (Bytef *) (out_buf + off);
147 (*env)->ReleasePrimitiveArrayCritical(env, b, out_buf, 0);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 24 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 == NULL)
    [all...]
eap_server_wsc.c 23 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 == NULL)
    [all...]
eap_server_ikev2.c 21 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 == NULL)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_ikev2.c 21 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 == NULL)
    [all...]
eap_tnc.c 21 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 = resp
    [all...]
eap_wsc.c 23 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 == NULL)
    [all...]
  /external/autotest/client/tests/dma_memtest/
dma_memtest.py 140 out_buf = proc.stdout.read()
141 out_buf += proc.stderr.read()
143 if out_buf != "":
145 logging.error('Error comparing trees: %s', out_buf)
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
common_interface_defs.h 121 // Outputs at most 'out_buf_size' bytes into 'out_buf'.
124 void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf,
128 char *out_buf, size_t out_buf_size);
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
common_interface_defs.h 121 // Outputs at most 'out_buf_size' bytes into 'out_buf'.
124 void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf,
128 char *out_buf, size_t out_buf_size);
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/sanitizer/
common_interface_defs.h 121 // Outputs at most 'out_buf_size' bytes into 'out_buf'.
124 void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf,
128 char *out_buf, size_t out_buf_size);
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
common_interface_defs.h 121 // Outputs at most 'out_buf_size' bytes into 'out_buf'.
124 void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf,
128 char *out_buf, size_t out_buf_size);
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_arrays.c 46 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 );
  /toolchain/binutils/binutils-2.25/gas/
app.c 215 static char out_buf[20]; variable
233 char out_buf[sizeof (out_buf)]; member in struct:app_save
256 memcpy (saved->out_buf, out_buf, sizeof (out_buf));
293 memcpy (out_buf, saved->out_buf, sizeof (out_buf));
1080 sprintf (out_buf, "%d", (int) (unsigned char) ch)
    [all...]
  /packages/apps/Camera2/jni/
jpegutil.cpp 144 unsigned char* out_buf, size_t out_buf_capacity,
201 unsigned char* out_buf; member in struct:ClientData
205 } clientData{out_buf, out_buf_capacity, flush, 0}; member in struct:clientData
215 cinfo->dest->next_output_byte = cdata.out_buf;
227 cinfo->dest->next_output_byte = cdata.out_buf;
290 int numBytesInBuffer = cinfo.dest->next_output_byte - out_buf;

Completed in 441 milliseconds

1 2 3