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

1 2

  /external/e2fsprogs/lib/support/
argv_parse.h 8 * int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv)
42 extern int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv);
argv_parse.c 46 int argv_parse(char *in_buf, int *ret_argc, char ***ret_argv)
53 buf = malloc(strlen(in_buf)+1);
59 for (cp = in_buf; (ch = *cp); cp++) {
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer_test.cc 61 ChannelBuffer<float> in_buf(
68 std::vector<float> interleaved(in_buf.size());
72 Deinterleave(&interleaved[0], in_buf.num_frames(),
73 in_buf.num_channels(), in_buf.channels());
75 bf.ProcessChunk(in_buf, &out_buf);
  /external/strace/tests/
ioctl_sock_gifconf.c 55 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
57 if (in_buf) {
72 if ((rc < 0) || !in_buf) {
73 if (in_buf)
74 printf("%p", in_buf);
110 char *in_buf; local
115 in_buf = ifc->ifc_buf;
123 print_ifconf(ifc, in_len, in_buf, rc);
  /external/strace/tests-m32/
ioctl_sock_gifconf.c 55 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
57 if (in_buf) {
72 if ((rc < 0) || !in_buf) {
73 if (in_buf)
74 printf("%p", in_buf);
110 char *in_buf; local
115 in_buf = ifc->ifc_buf;
123 print_ifconf(ifc, in_len, in_buf, rc);
  /external/strace/tests-mx32/
ioctl_sock_gifconf.c 55 print_ifconf(struct ifconf *ifc, int in_len, char *in_buf, long rc)
57 if (in_buf) {
72 if ((rc < 0) || !in_buf) {
73 if (in_buf)
74 printf("%p", in_buf);
110 char *in_buf; local
115 in_buf = ifc->ifc_buf;
123 print_ifconf(ifc, in_len, in_buf, rc);
  /external/wpa_supplicant_8/src/eap_peer/
eap_tnc.c 20 struct wpabuf *in_buf; member in struct:eap_tnc_data
63 wpabuf_free(data->in_buf);
152 if (len > wpabuf_tailroom(data->in_buf)) {
158 wpabuf_put_data(data->in_buf, buf, len);
161 (unsigned long) wpabuf_tailroom(data->in_buf));
174 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) {
181 if (data->in_buf == NULL) {
183 data->in_buf = wpabuf_alloc(message_length);
184 if (data->in_buf == NULL) {
190 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_ikev2.c 20 struct wpabuf *in_buf; member in struct:eap_ikev2_data
113 wpabuf_free(data->in_buf);
273 if (len > wpabuf_tailroom(data->in_buf)) {
279 wpabuf_put_data(data->in_buf, buf, len);
282 (unsigned long) wpabuf_tailroom(data->in_buf));
295 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) {
302 if (data->in_buf == NULL) {
311 data->in_buf = wpabuf_alloc(message_length);
312 if (data->in_buf == NULL) {
318 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_wsc.c 22 struct wpabuf *in_buf; member in struct:eap_wsc_data
288 wpabuf_free(data->in_buf);
375 if (len > wpabuf_tailroom(data->in_buf)) {
381 wpabuf_put_data(data->in_buf, buf, len);
384 (unsigned long) wpabuf_tailroom(data->in_buf));
397 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) {
404 if (data->in_buf == NULL) {
406 data->in_buf = wpabuf_alloc(message_length);
407 if (data->in_buf == NULL) {
414 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_tnc.c 23 struct wpabuf *in_buf; member in struct:eap_tnc_data
97 wpabuf_free(data->in_buf);
401 if (len > wpabuf_tailroom(data->in_buf)) {
407 wpabuf_put_data(data->in_buf, buf, len);
410 (unsigned long) wpabuf_tailroom(data->in_buf));
421 if (data->in_buf == NULL && !(flags & EAP_TNC_FLAGS_LENGTH_INCLUDED)) {
427 if (data->in_buf == NULL) {
429 data->in_buf = wpabuf_alloc(message_length);
430 if (data->in_buf == NULL) {
435 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_server_wsc.c 22 struct wpabuf *in_buf; member in struct:eap_wsc_data
158 wpabuf_free(data->in_buf);
302 if (len > wpabuf_tailroom(data->in_buf)) {
308 wpabuf_put_data(data->in_buf, buf, len);
311 (unsigned long) wpabuf_tailroom(data->in_buf));
322 if (data->in_buf == NULL && !(flags & WSC_FLAGS_LF)) {
328 if (data->in_buf == NULL) {
330 data->in_buf = wpabuf_alloc(message_length);
331 if (data->in_buf == NULL) {
337 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
eap_server_ikev2.c 20 struct wpabuf *in_buf; member in struct:eap_ikev2_data
127 wpabuf_free(data->in_buf);
284 if (len > wpabuf_tailroom(data->in_buf)) {
290 wpabuf_put_data(data->in_buf, buf, len);
293 (unsigned long) wpabuf_tailroom(data->in_buf));
304 if (data->in_buf == NULL && !(flags & IKEV2_FLAGS_LENGTH_INCLUDED)) {
310 if (data->in_buf == NULL) {
318 data->in_buf = wpabuf_alloc(message_length);
319 if (data->in_buf == NULL) {
324 wpabuf_put_data(data->in_buf, buf, len)
    [all...]
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 251 MediaBuffer *in_buf; local
253 in_buf = NULL;
255 res = mSource->read(&in_buf, options);
258 if (in_buf != NULL) {
259 in_buf->release();
260 in_buf = NULL;
283 if (in_buf == NULL) { // should not happen
285 } else if (in_buf->range_length() != 0) {
288 in_buf->release();
291 if (in_buf != NULL)
    [all...]
  /system/media/audio_utils/
resampler.c 36 int16_t *in_buf; // input buffer member in struct:resampler
100 // make sure that the number of frames present in rsmp->in_buf (rsmp->frames_in) is at
105 rsmp->in_buf = (int16_t *)realloc(rsmp->in_buf,
114 memcpy(rsmp->in_buf + rsmp->frames_in * rsmp->channel_count,
126 rsmp->in_buf,
132 rsmp->in_buf,
144 memmove(rsmp->in_buf,
145 rsmp->in_buf + inFrames * rsmp->channel_count,
235 rsmp->in_buf = NULL
    [all...]
  /libcore/ojluni/src/main/native/
java_util_zip_Deflater.c 133 jbyte *in_buf; local
139 in_buf = (*env)->GetPrimitiveArrayCritical(env, this_buf, 0);
140 if (in_buf == NULL) {
148 (*env)->ReleasePrimitiveArrayCritical(env, this_buf, in_buf, 0);
154 strm->next_in = (Bytef *) (in_buf + this_off);
160 (*env)->ReleasePrimitiveArrayCritical(env, this_buf, in_buf, 0);
178 in_buf = (*env)->GetPrimitiveArrayCritical(env, this_buf, 0);
179 if (in_buf == NULL) {
186 (*env)->ReleasePrimitiveArrayCritical(env, this_buf, in_buf, 0);
193 strm->next_in = (Bytef *) (in_buf + this_off)
    [all...]
java_util_zip_Inflater.c 125 jbyte *in_buf; local
129 in_buf = (*env)->GetPrimitiveArrayCritical(env, this_buf, 0);
130 if (in_buf == NULL) {
137 (*env)->ReleasePrimitiveArrayCritical(env, this_buf, in_buf, 0);
142 strm->next_in = (Bytef *) (in_buf + this_off);
148 (*env)->ReleasePrimitiveArrayCritical(env, this_buf, in_buf, 0);
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 227 jbyte* in_buf = (jbyte*) env->GetByteArrayElements(inBuffer, 0); local
228 if (env->ExceptionCheck() || in_buf == NULL) {
232 int8_t* in_bytes = static_cast<int8_t*>(in_buf);
242 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
253 jbyte* in_buf = (jbyte*) env->GetByteArrayElements(inBuffer, 0); local
254 if (env->ExceptionCheck() || in_buf == NULL) {
257 int8_t* in_bytes = static_cast<int8_t*>(in_buf);
269 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_ABORT);
271 env->ReleaseByteArrayElements(inBuffer, in_buf, JNI_COMMIT);
  /system/extras/app-launcher/
computestats.c 20 char in_buf[BUFSIZE]; variable
58 while (fgets(in_buf, BUFSIZE, in_fp)) {
64 sscanf(in_buf, "%ju", &data_items[num_data_items]);
computestatsf.c 20 char in_buf[BUFSIZE]; variable
58 while (fgets(in_buf, BUFSIZE, in_fp)) {
64 sscanf(in_buf, "%lf", &data_items[num_data_items]);
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
wb_vad.h 74 Word16 wb_vad(VadVars * st, Word16 in_buf[]);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
vad1.h 182 Word16 in_buf[], /* i : samples of the input frame
  /bionic/libc/kernel/uapi/linux/
ndctl.h 83 __u8 in_buf[0]; member in struct:nd_cmd_set_config_hdr
88 __u8 in_buf[0]; member in struct:nd_cmd_vendor_hdr
  /external/kmod/libkmod/
libkmod-file.c 90 uint8_t in_buf[BUFSIZ], out_buf[BUFSIZ]; local
102 ssize_t rdret = read(file->fd, in_buf, sizeof(in_buf));
107 strm->next_in = in_buf;
  /system/core/trusty/keymaster/
trusty_keymaster_device_test.cpp 68 void (keymaster::AndroidKeymaster::*method)(const Req&, Rsp*), void* in_buf,
71 const uint8_t* in = static_cast<uint8_t*>(in_buf);
82 int trusty_keymaster_call(uint32_t cmd, void* in_buf, uint32_t in_size, void* out_buf,
86 return fake_call(impl_, &keymaster::AndroidKeymaster::GenerateKey, in_buf, in_size,
89 return fake_call(impl_, &keymaster::AndroidKeymaster::BeginOperation, in_buf, in_size,
92 return fake_call(impl_, &keymaster::AndroidKeymaster::UpdateOperation, in_buf, in_size,
95 return fake_call(impl_, &keymaster::AndroidKeymaster::FinishOperation, in_buf, in_size,
98 return fake_call(impl_, &keymaster::AndroidKeymaster::ImportKey, in_buf, in_size, out_buf,
101 return fake_call(impl_, &keymaster::AndroidKeymaster::ExportKey, in_buf, in_size, out_buf,
  /external/kernel-headers/original/uapi/linux/
ndctl.h 87 __u8 in_buf[0]; member in struct:nd_cmd_set_config_hdr
93 __u8 in_buf[0]; member in struct:nd_cmd_vendor_hdr

Completed in 278 milliseconds

1 2