Searched defs:out (Results 1 - 25 of 34) sorted by last modified time

12

/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/extras/fatblock/
H A Dimport.c95 static int import_file(struct fs *fs, char *path, struct imported *out) argument
111 "out of memory\n", path);
118 WARN("importing %s: couldn't strdup path: out of memory\n",
132 f->size, EXTENT_TYPE_FILE, &out->first_cluster);
138 out->size = f->size;
139 out->dot_dot_dirent = NULL;
194 struct imported *out)
225 "out of memory\n", path);
232 WARN("importing %s: couldn't strdup path: out of memory\n",
256 "out o
193 import_dir(struct fs *fs, char *path, int is_root, struct imported *out) argument
[all...]
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/extras/libublock/
H A Dublock.c70 void *out, size_t *out_len)
77 assert(out);
87 out_h = (struct ublock_init_out *)out;
106 void *out, size_t *out_len)
112 assert(out);
126 void *out, size_t *out_len)
134 assert(out);
141 out_h = (struct ublock_read_out *)out;
156 void *out, size_t *out_len)
164 assert(out);
68 ublock_handle_init(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
104 ublock_handle_ready(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
124 ublock_handle_read(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
154 ublock_handle_write(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
180 ublock_handle_request(struct ublock_ctx *ub_ctx, const void *in, size_t in_len, void *out, size_t *out_len) argument
[all...]
/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/media/audio_utils/include/audio_utils/
H A Dprimitives.h27 * Dither and clamp pairs of 32-bit input samples (sums) to 16-bit output samples (out).
31 * and out is an array of interleaved pairs of 16-bit samples per channel.
32 * For mono, c is the number of samples / 2, and out is an array of 16-bit samples.
36 void ditherAndClamp(int32_t* out, const int32_t *sums, size_t c);
96 int32_t out; local
97 asm( "smlabb %[out], %[in], %[v], %[a] \n"
98 : [out]"=r"(out)
101 return out;
114 int32_t out; local
132 int32_t out; local
161 int32_t out; local
[all...]
/system/media/audio_utils/
H A Dprimitives.c19 void ditherAndClamp(int32_t* out, int32_t const *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/security/keystore/
H A DIKeystoreService.cpp79 ALOGE("out of memory allocating output array in get");
319 virtual int32_t sign(const String16& name, const uint8_t* in, size_t inLength, uint8_t** out, argument
338 *out = (uint8_t*) malloc(ulen);
339 if (*out != NULL) {
340 memcpy((void*) *out, outBuf, ulen);
343 ALOGE("out of memory allocating output array in sign");
404 ALOGE("out of memory allocating output array in get_pubkey");
575 void* out = NULL; local
577 int32_t ret = get(name, (uint8_t**) &out, &outSize);
582 memcpy(buf, out, outSiz
716 void* out = NULL; local
759 void* out = NULL; local
[all...]
H A Dkeystore.cpp99 goto out;
106 goto out;
111 out:
248 static int encode_key(char* out, const android::String8& keyName) { argument
251 for (int i = length; i > 0; --i, ++in, ++out) {
253 *out = '+' + (*in >> 6);
254 *++out = '0' + (*in & 0x3F);
257 *out = *in;
260 *out = '\0';
264 static int encode_key_for_uid(char* out, uid_ argument
291 decode_key(char* out, const char* in, size_t length) argument
518 int out = TEMP_FAILURE_RETRY(open(tmpFileName, local
1286 int out = TEMP_FAILURE_RETRY(open(tmpFileName, local
1735 sign(const String16& name, const uint8_t* data, size_t length, uint8_t** out, size_t* outLength) argument
[all...]
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h2430 uint8_t out; member in struct:hci_conn_info
/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c553 dump(uchar *out, int len) argument
562 fprintf(stderr, "%02x ", out[i]);
/system/core/adb/
H A Dadb.c1319 ** AID_NET_BW_STATS to read out qtaguid statistics
1616 char *out = "unknown"; local
1619 out = transport->serial;
1621 snprintf(buf, sizeof buf, "OKAY%04x%s",(unsigned)strlen(out),out);
1626 char *out = "unknown"; local
1629 out = transport->devpath;
1631 snprintf(buf, sizeof buf, "OKAY%04x%s",(unsigned)strlen(out),out);
H A Dcommandline.c73 void version(FILE * out) { argument
74 fprintf(out, "Android Debug Bridge version %d.%d.%d\n",
94 " out directory like 'out/target/product/sooner'.\n"
859 * e.g., "out/target/product/sooner"
861 * e.g., "/src/device/out/target/product/sooner"
909 //TODO: if we have a way to indicate debug, look in out/debug/target/...
912 "out" OS_PATH_SEPARATOR_STR
1041 /* out of recognized modifiers and flags */
1596 out wit
[all...]
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/core/cpio/
H A Dmkbootfs.c86 static void _eject(struct stat *s, char *out, int olen, char *data, unsigned datasize) argument
98 fix_stat(out, s);
99 // fprintf(stderr, "_eject %s: mode=0%o\n", out, s->st_mode);
117 out,
123 if(strlen(out) != (unsigned int)olen) die("ACK!");
148 static void _archive(char *in, char *out, int ilen, int olen);
154 static void _archive_dir(char *in, char *out, int ilen, int olen) argument
162 in, out, ilen, olen);
209 out[olen] = '/';
210 memcpy(out
225 _archive(char *in, char *out, int ilen, int olen) argument
271 char out[8192]; local
[all...]
/system/core/fastboot/
H A Dfastboot.c416 const char **out; local
459 out = malloc(sizeof(char*) * count);
460 if (out == 0) return -1;
463 out[n] = strdup(strip(val[n]));
464 if (out[n] == 0) return -1;
467 fb_queue_require(prod, name, invert, n, out);
480 die("out of memory");
651 if (tmp == 0) die("out of memory");
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/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/libctest/
H A Dctest.c38 FILE* out; member in struct:__anon396
52 suite->out = tmpfile();
53 assert(suite->out != NULL);
77 rewind(suite->out);
80 while ((read = fread(buffer, sizeof(char), 512, suite->out)) > 0) {
132 fprintf(suite->out, "Process failed: [%s] status: %d\n",
134 fflush(suite->out);
154 fprintf(suite->out, "Assertion failed: [%s:%d] %s: %s\n", file, line,
156 fflush(suite->out);
/system/core/libcutils/
H A Ddir_hash.c130 struct list **out) {
189 for (f = *out; f != NULL; f = f->next) {
194 *out = NULL;
217 for (f = *out; f != NULL; f = f->next) {
222 *out = NULL;
232 res->next = *out;
233 *out = res;
236 if (recurse(algorithm, name, out) < 0) {
267 struct list *out = NULL; local
276 if (recurse(algorithm, directory_path, &out) <
129 recurse(HashAlgorithm algorithm, const char *directory_path, struct list **out) argument
[all...]
H A Dstr_parms.c272 float out; local
280 out = strtof(value, &end);
/system/core/libsparse/
H A Dimg2simg.c49 int out; local
81 out = STDOUT_FILENO;
83 out = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664);
84 if (out < 0) {
106 ret = sparse_file_write(s, out, false, true, false);
113 close(out);
H A Doutput_file.c78 int (*write_data_chunk)(struct output_file *out, unsigned int len,
80 int (*write_fill_chunk)(struct output_file *out, unsigned int len,
82 int (*write_skip_chunk)(struct output_file *out, int64_t len);
83 int (*write_end_chunk)(struct output_file *out);
101 struct output_file out; member in struct:output_file_gz
106 container_of((_o), struct output_file_gz, out)
109 struct output_file out; member in struct:output_file_normal
114 container_of((_o), struct output_file_normal, out)
117 struct output_file out; member in struct:output_file_callback
123 container_of((_o), struct output_file_callback, out)
125 file_open(struct output_file *out, int fd) argument
133 file_skip(struct output_file *out, int64_t cnt) argument
146 file_pad(struct output_file *out, int64_t len) argument
159 file_write(struct output_file *out, void *data, int len) argument
176 file_close(struct output_file *out) argument
191 gz_file_open(struct output_file *out, int fd) argument
205 gz_file_skip(struct output_file *out, int64_t cnt) argument
218 gz_file_pad(struct output_file *out, int64_t len) argument
242 gz_file_write(struct output_file *out, void *data, int len) argument
259 gz_file_close(struct output_file *out) argument
275 callback_file_open(struct output_file *out, int fd) argument
280 callback_file_skip(struct output_file *out, int64_t off) argument
298 callback_file_pad(struct output_file *out, int64_t len) argument
303 callback_file_write(struct output_file *out, void *data, int len) argument
311 callback_file_close(struct output_file *out) argument
348 write_sparse_skip_chunk(struct output_file *out, int64_t skip_len) argument
374 write_sparse_fill_chunk(struct output_file *out, unsigned int len, uint32_t fill_val) argument
410 write_sparse_data_chunk(struct output_file *out, unsigned int len, void *data) argument
451 write_sparse_end_chunk(struct output_file *out) argument
484 write_normal_data_chunk(struct output_file *out, unsigned int len, void *data) argument
502 write_normal_fill_chunk(struct output_file *out, unsigned int len, uint32_t fill_val) argument
527 write_normal_skip_chunk(struct output_file *out, int64_t len) argument
532 write_normal_end_chunk(struct output_file *out) argument
544 output_file_close(struct output_file *out) argument
552 output_file_init(struct output_file *out, int block_size, int64_t len, bool sparse, int chunks, bool crc) argument
671 struct output_file *out; local
691 write_data_chunk(struct output_file *out, unsigned int len, void *data) argument
697 write_fill_chunk(struct output_file *out, unsigned int len, uint32_t fill_val) argument
703 write_fd_chunk(struct output_file *out, unsigned int len, int fd, int64_t offset) argument
752 write_file_chunk(struct output_file *out, unsigned int len, const char *file, int64_t offset) argument
769 write_skip_chunk(struct output_file *out, int64_t len) argument
[all...]
H A Dsimg2img.c41 int out; local
51 out = open(argv[argc - 1], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664);
52 if (out < 0) {
74 lseek(out, SEEK_SET, 0);
76 ret = sparse_file_write(s, out, false, false, false);
85 close(out);

Completed in 419 milliseconds

12