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

1 2

  /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/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)) {
  /libcore/ojluni/src/main/native/
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);
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);
  /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);
umac.c 193 UINT8 out_buf[AES_BLOCK_LEN]; local
202 aes_encryption(in_buf, out_buf, key);
203 memcpy(dst_buf,out_buf,AES_BLOCK_LEN);
209 aes_encryption(in_buf, out_buf, key);
210 memcpy(dst_buf,out_buf,nbytes);
    [all...]
  /external/kmod/libkmod/
libkmod-file.c 90 uint8_t in_buf[BUFSIZ], out_buf[BUFSIZ]; local
97 strm->next_out = out_buf;
98 strm->avail_out = sizeof(out_buf);
120 memcpy(tmp + total, out_buf, write_size);
123 strm->next_out = out_buf;
  /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/wpa_supplicant_8/src/eap_server/
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...]
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_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...]
  /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;
  /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...]
  /build/kati/
ninja.cc 358 string out_buf; local
364 out_buf += *in;
367 out_buf += *in;
372 out_buf += *in;
390 out_buf += *in;
395 *out = out_buf;
  /external/boringssl/src/crypto/bytestring/
bytestring_test.cc 322 uint8_t *out_buf; local
326 !CBB_finish(cbb.get(), &out_buf, &out_size) ||
327 out_buf != NULL ||
335 !CBB_finish(cbb.get(), &out_buf, &out_size) ||
336 out_buf != buf ||
354 uint8_t *out_buf; local
361 CBB_finish(&child, &out_buf, &out_size) ||
362 !CBB_finish(&cbb, &out_buf, &out_size)) {
366 bssl::UniquePtr<uint8_t> scoper(out_buf);
367 return out_size == 1 && out_buf[0] == 0
    [all...]
  /bionic/libc/kernel/uapi/linux/
ndctl.h 92 __u8 out_buf[0]; member in struct:nd_cmd_get_config_data_hdr
111 __u8 out_buf[0]; member in struct:nd_cmd_vendor_tail
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 273 int out_buf = INVALID_KEY_PRESS; local
276 out_buf = tolower(keypress);
277 out_buf = out_buf - 'a';
279 out_buf = keypress - '0';
281 return out_buf;
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 275 int out_buf = INVALID_KEY_PRESS; local
278 out_buf = tolower(keypress);
279 out_buf = out_buf - 'a';
281 out_buf = keypress - '0';
283 return out_buf;
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 275 int out_buf = INVALID_KEY_PRESS; local
278 out_buf = tolower(keypress);
279 out_buf = out_buf - 'a';
281 out_buf = keypress - '0';
283 return out_buf;
    [all...]
  /external/kernel-headers/original/uapi/linux/
ndctl.h 81 __u8 out_buf[0]; member in struct:nd_cmd_get_config_data_hdr
99 __u8 out_buf[0]; member in struct:nd_cmd_vendor_tail

Completed in 566 milliseconds

1 2