HomeSort by relevance Sort by last modified time
    Searched full:out_buf (Results 26 - 48 of 48) sorted by null

12

  /external/chromium/net/http/
http_auth_sspi_win.cc 267 void* out_buf; local
274 &out_buf,
280 std::string encode_input(static_cast<char*>(out_buf), out_buf_len);
283 // OK, we are done with |out_buf|
284 free(out_buf);
  /external/chromium_org/net/http/
http_auth_sspi_win.cc 268 void* out_buf; local
275 &out_buf,
281 std::string encode_input(static_cast<char*>(out_buf), out_buf_len);
284 // OK, we are done with |out_buf|
285 free(out_buf);
  /external/valgrind/main/coregrind/m_gdbserver/
remote-utils.c 569 binary data in OUT_BUF. Set *OUT_LEN to the length of the data
570 encoded in OUT_BUF, and return the number of bytes in OUT_BUF
577 gdb_byte *out_buf, int *out_len,
590 out_buf[output_index++] = '}';
591 out_buf[output_index++] = b ^ 0x20;
595 out_buf[output_index++] = b;
604 in OUT_BUF. Return the number of bytes written to OUT_BUF.
614 gdb_byte *out_buf, int out_maxlen
    [all...]
server.h 300 gdb_byte *out_buf, int *out_len,
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 322 struct wpabuf *out_buf = NULL; local
386 out_buf = wpabuf_alloc_copy(outbufs[0].pvBuffer,
390 if (out_buf == NULL)
410 if (out_buf == NULL)
411 out_buf = wpabuf_alloc(0);
440 "(out_buf=%p)", out_buf);
443 return out_buf;
454 return out_buf;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_draw_elements.c 47 struct pipe_resource **out_buf )
79 *out_buf = dst;
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw_elements.c 47 struct pipe_resource **out_buf )
79 *out_buf = dst;
  /external/qemu/block/
qcow2-cluster.c 320 algorithm for < 4 GB images. NOTE: out_buf == in_buf is
323 uint8_t *out_buf, const uint8_t *in_buf,
336 AES_cbc_encrypt(in_buf, out_buf, 512, key,
340 out_buf += 512;
873 static int decompress_buffer(uint8_t *out_buf, int out_buf_size,
883 strm->next_out = out_buf;
890 out_len = strm->next_out - out_buf;
qcow2.c 1155 uint8_t *out_buf; local
    [all...]
qcow2.h 195 uint8_t *out_buf, const uint8_t *in_buf,
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 1036 char buf[2], out_buf[2]; local
1056 char buf[2], out_buf[2]; local
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 1036 char buf[2], out_buf[2]; local
1056 char buf[2], out_buf[2]; local
    [all...]
  /external/chromium_org/net/disk_cache/simple/
simple_synchronous_entry.h 142 net::IOBuffer* out_buf,
156 net::IOBuffer* out_buf,
simple_synchronous_entry.cc 291 net::IOBuffer* out_buf,
305 files_[file_index], file_offset, out_buf->data(), in_entry_op.buf_len);
309 reinterpret_cast<const Bytef*>(out_buf->data()),
407 net::IOBuffer* out_buf,
414 char* buf = out_buf->data();
    [all...]
  /hardware/samsung_slsi/exynos5/include/
s5p_fimc_v4l2.h 153 struct fimc_buffer out_buf; member in struct:_s5p_fimc_t
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 872 char out_buf[MAX_MESSAGE], spn[MAX_SPN]; local
886 out_sec.pvBuffer = out_buf;
887 out_sec.cbBuffer = sizeof(out_buf);
1040 std::string decoded(out_buf, out_buf + out_sec.cbBuffer);
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 879 char out_buf[MAX_MESSAGE], spn[MAX_SPN]; local
894 out_sec.pvBuffer = out_buf;
895 out_sec.cbBuffer = sizeof(out_buf);
1048 std::string decoded(out_buf, out_buf + out_sec.cbBuffer);
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c 281 char out_buf = INVALID_KEY_PRESS; local
284 out_buf = tolower(keypress);
285 out_buf = out_buf - 'a' + 1;
287 out_buf = keypress;
288 out_buf = keypress - '1' + BASE_OFFSET_NUM;
290 return out_buf;
    [all...]
  /external/openssh/
umac.c 190 UINT8 out_buf[AES_BLOCK_LEN]; local
199 aes_encryption(in_buf, out_buf, key);
200 memcpy(dst_buf,out_buf,AES_BLOCK_LEN);
206 aes_encryption(in_buf, out_buf, key);
207 memcpy(dst_buf,out_buf,nbytes);
    [all...]
  /external/valgrind/main/coregrind/
m_errormgr.c 1034 /* Get the next char from fd into *out_buf. Returns 1 if success,
1037 static Int get_char ( Int fd, Char* out_buf )
    [all...]
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 218 mr 14,17 # point output to out_buf
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 3060 yuv_image_type in_buf, out_buf; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 611 APP_EPRINT("Usage: test: [INFILE] [OUTFILE] [MONO/STEREO] [TESTCASE] [DASF/FILE] [SFREQ] [BITRATE] [OBJECTTYPE] [FRAMES] [IP_BUF] [OUT_BUF] [BITRATE] [FILEFORMAT] [ROBUSTNESS]\n");
    [all...]

Completed in 1068 milliseconds

12