Searched refs:out (Results 26 - 50 of 64) sorted by relevance

123

/system/extras/tests/bionic/libc/other/
H A Dtest_zlib.c51 unsigned char out[CHUNK]; local
75 strm.next_out = out;
78 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
99 static unsigned char out[CHUNK]; local
125 strm.next_out = out;
221 FILE* out = NULL; local
235 out = fopen( tempfile, "wb" );
236 if (out == NULL) {
244 ret = def( f, out, compression_level );
249 fclose( out );
[all...]
/system/extras/libpagemap/
H A Dpm_map.c57 if (error) goto out;
65 if (error) goto out;
79 out:
107 if (error) goto out;
114 if (error) goto out;
127 out:
/system/core/toolbox/
H A Dgetsebool.c59 fprintf(stderr, "%s: out of memory\n", argv[0]);
65 fprintf(stderr, "%s: out of memory\n",
80 goto out;
87 goto out;
99 out:
H A Dlsof.c79 goto out;
88 goto out;
94 out:
98 // Prints out all file that have been memory mapped
114 goto out;
129 out:
133 // Prints out all open file descriptors
149 goto out;
161 out:
/system/media/audio_utils/
H A Dprimitives.c19 void ditherAndClamp(int32_t* out, const int32_t *sums, size_t c) argument
29 *out++ = (r<<16) | (l & 0xFFFF);
H A Dresampler.c74 int16_t *out,
79 if (rsmp == NULL || out == NULL || outFrameCount == NULL) {
127 out + framesWr,
133 out + framesWr * rsmp->channel_count,
139 "ReSampler::resample() remaining %d frames in and %d frames out",
155 int16_t *out,
161 out == NULL || outFrameCount == NULL) {
174 out,
180 out,
184 ALOGV("resampler_resample_from_input() DONE in %d out
73 resampler_resample_from_provider(struct resampler_itfe *resampler, int16_t *out, size_t *outFrameCount) argument
152 resampler_resample_from_input(struct resampler_itfe *resampler, int16_t *in, size_t *inFrameCount, int16_t *out, size_t *outFrameCount) argument
[all...]
/system/core/sdcard/
H A Dsdcard.c771 struct fuse_entry_out out; local
784 memset(&out, 0, sizeof(out));
785 attr_from_stat(&out.attr, &s, node);
786 out.attr_valid = 10;
787 out.entry_valid = 10;
788 out.nodeid = node->nid;
789 out.generation = node->gen;
791 fuse_reply(fuse, unique, &out, sizeof(out));
798 struct fuse_attr_out out; local
1179 struct fuse_open_out out; local
1243 struct fuse_write_out out; local
1263 struct fuse_statfs_out out; local
1328 struct fuse_open_out out; local
1403 struct fuse_init_out out; local
[all...]
/system/extras/fatblock/
H A Dread.c28 static int buffer_read(char *buf, offset_t buf_len, char *out, argument
32 assert(out);
35 memset(out, 0, len);
40 memset(out + (buf_len - off), 0, len - (buf_len - off));
47 memcpy(out, buf + off, len);
/system/core/init/
H A Dbootchart.c125 FILE* out; local
135 out = fopen( LOG_HEADER, "w" );
136 if (out == NULL)
151 fprintf(out, "version = %s\n", VERSION);
152 fprintf(out, "title = Boot chart for Android ( %s )\n", date);
153 fprintf(out, "system.uname = %s\n", uname);
154 fprintf(out, "system.release = 0.0\n");
155 fprintf(out, "system.cpu = %s\n", cpu);
156 fprintf(out, "system.kernel.options = %s\n", cmdline);
157 fclose(out);
[all...]
/system/core/libutils/
H A DLinearTransform.cpp119 int64_t* out) {
124 if (!out)
161 *out = (is_neg ? (-scaled) : scaled) + basis2;
181 *out = res;
112 linear_transform_s64_to_s64( int64_t val, int64_t basis1, int32_t N, uint32_t D, bool invert_frac, int64_t basis2, int64_t* out) argument
H A DRefBase.cpp287 void printRefsLocked(String8* out, const ref_entry* refs) const argument
294 out->append(buf);
296 out->append(refs->stack.toString("\t\t"));
298 out->append("\t\t(call stacks disabled)");
591 // which case weakref_impl doesn't out-live the object and we
/system/core/fastboot/
H A Dusb_linux.c108 int in, out; local
208 out = -1;
226 out = ept->bEndpointAddress;
231 info.has_bulk_out = (out != -1);
235 *ept_out_id = out;
249 int n, in, out, ifc; local
286 &in, &out, &ifc) == 0) {
290 usb->ep_out = out;
/system/core/adb/
H A Dadb_auth_host.c78 goto out;
98 out:
187 goto out;
200 goto out;
207 goto out;
212 goto out;
217 out:
H A Dusb_linux.c263 // we have a match. now we just need to figure out which is in and which is out.
343 /* time out after five seconds */
367 struct usbdevfs_urb *out = NULL; local
396 res = ioctl(h->desc, USBDEVFS_REAPURB, &out);
412 out, out->status, out->actual_length);
414 if(out == &h->urb_in) {
424 if(out
[all...]
/system/security/keystore/
H A DIKeystoreService.cpp94 ALOGE("out of memory allocating output array in get");
345 virtual int32_t sign(const String16& name, const uint8_t* in, size_t inLength, uint8_t** out, argument
364 *out = (uint8_t*) malloc(ulen);
365 if (*out != NULL) {
366 memcpy((void*) *out, outBuf, ulen);
369 ALOGE("out of memory allocating output array in sign");
430 ALOGE("out of memory allocating output array in get_pubkey");
602 void* out = NULL; local
604 int32_t ret = get(name, (uint8_t**) &out, &outSize);
609 memcpy(buf, out, outSiz
758 void* out = NULL; local
801 void* out = NULL; local
[all...]
H A Dkeystore.cpp110 goto out;
117 goto out;
122 out:
259 static int encode_key(char* out, const android::String8& keyName) { argument
262 for (int i = length; i > 0; --i, ++in, ++out) {
264 *out = '+' + (*in >> 6);
265 *++out = '0' + (*in & 0x3F);
268 *out = *in;
271 *out = '\0';
295 static void decode_key(char* out, cons argument
538 int out = TEMP_FAILURE_RETRY(open(tmpFileName, local
1335 int out = TEMP_FAILURE_RETRY(open(tmpFileName, local
1889 sign(const String16& name, const uint8_t* data, size_t length, uint8_t** out, size_t* outLength) argument
[all...]
/system/core/sh/
H A Djobs.c161 goto out;
181 goto out;
185 goto out;
189 out:
382 showjob(struct output *out, struct job *jp, int mode) argument
393 outfmt(out, "%ld\n", (long)jp->ps->pid);
476 outstr(s, out);
478 outc(' ', out);
481 outstr(ps->cmd, out);
484 outc(' ', out);
534 showjobs(struct output *out, int mode) argument
[all...]
H A Deval.c225 goto out;
236 goto out;
242 goto out;
248 goto out;
266 goto out;
304 out:
362 goto out;
383 out:
408 goto out;
412 out
[all...]
H A Doptions.c420 goto out;
467 goto out;
473 out:
/system/extras/ext4_utils/
H A Dext2simg.c181 const char *out = NULL; local
218 out = argv[optind++];
239 if (strcmp(out, "-")) {
240 outfd = open(out, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
/system/core/fs_mgr/
H A Dfs_mgr.c232 out:
632 goto out;
638 goto out;
648 out:
678 goto out;
708 goto out;
711 goto out;
718 out:
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java99 // Write out modulus as little endian array of integers.
160 System.out.print(print(key, useSHA256));
161 System.out.println(i < args.length - 1 ? "," : "");
/system/core/libzipfile/
H A Dzipfile.c79 uninflate(unsigned char* out, int unlen, const unsigned char* in, int clen) argument
92 zstream.next_out = (Bytef*) out;
/system/core/libcorkscrew/
H A Dsymbol_table.c69 goto out;
209 out:
/system/core/libcutils/
H A Dstr_parms.c272 float out; local
280 out = strtof(value, &end);

Completed in 379 milliseconds

123