Searched refs:in_size (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dbase64.h42 * least ((\p in_size + 2) / 3) * 4 + 1
43 * @param in_size size in bytes of the \p in buffer
47 char *av_base64_encode(char *out, int out_size, const uint8_t *in, int in_size);
H A Dbase64.c72 char *av_base64_encode(char *out, int out_size, const uint8_t *in, int in_size) argument
79 int bytes_remaining = in_size;
81 if (in_size >= UINT_MAX / 4 ||
82 out_size < (in_size+2) / 3 * 4 + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Dbase64.h42 * least ((\p in_size + 2) / 3) * 4 + 1
43 * @param in_size size in bytes of the \p in buffer
47 char *av_base64_encode(char *out, int out_size, const uint8_t *in, int in_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dsqlzma.h35 int LzmaCompress(char *in_data, int in_size, char *out_data, int out_size, unsigned long *total_out);
H A Dsqlzma.c57 int LzmaCompress(char *in_data, int in_size, char *out_data, int out_size, unsigned long *total_out) argument
67 ret = LzmaEncode(out_data+LZMA_PROPS_SIZE, &outProcess, in_data, in_size, &props, out_data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dws-snd1.c55 int in_size, out_size; local
65 in_size = AV_RL16(&buf[2]);
72 if (in_size > buf_size) {
76 if (in_size == out_size) {
H A Dh264_mp4toannexb_bsf.c33 const uint8_t *in, uint32_t in_size) {
37 *poutbuf_size += sps_pps_size+in_size+nal_header_size;
41 memcpy(*poutbuf+sps_pps_size+nal_header_size+offset, in, in_size);
31 alloc_and_copy(uint8_t **poutbuf, int *poutbuf_size, const uint8_t *sps_pps, uint32_t sps_pps_size, const uint8_t *in, uint32_t in_size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dafs_settoken.c160 uint16 in_size, out_size; member in struct:__anon1665
195 iob.in_size = PTR_DIFF(p,buf);
200 file_save("/tmp/ioctlbuf", iob.in, iob.in_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafs.c42 vi.in_size = 0;
111 vi.in_size = 0;
142 vi.in_size = 0;
205 vi.in_size = iend - ibuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dafs.c39 vi.in_size = 0;
108 vi.in_size = 0;
135 vi.in_size = 0;
198 vi.in_size = iend - ibuf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/tpm/
H A Dtpm.c964 int in_size = size, out_size; local
973 if (in_size > TPM_BUFSIZE)
974 in_size = TPM_BUFSIZE;
977 (chip->data_buffer, (void __user *) buf, in_size)) {
991 return in_size;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/coda/
H A Dupcall.c551 if (data->vi.in_size > VC_MAXDATASIZE) {
571 inp->coda_ioctl.len = data->vi.in_size;
576 data->vi.in, data->vi.in_size) ) {
581 error = coda_upcall(coda_sbp(sb), SIZE(ioctl) + data->vi.in_size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_spoolss_nt.c2242 uint32 *needed, uint32 in_size )
2252 DEBUG(5,("get_printer_dataex: allocating %d\n", in_size));
2256 /* copy the min(in_size, len) */
2258 if ( in_size ) {
2259 data_len = (size > in_size) ? in_size : size*sizeof(uint8);
2267 if ( (*data = (uint8 *)TALLOC_ZERO(ctx, in_size)) == NULL )
2306 static WERROR getprinterdata_printer_server(TALLOC_CTX *ctx, fstring value, uint32 *type, uint8 **data, uint32 *needed, uint32 in_size) argument
2406 if((*data = (uint8 *)TALLOC(ctx, (*needed > in_size) ? *needed:in_size ))
2478 uint32 in_size = q_u->size; local
8792 uint32 in_size = q_u->size; local
9161 uint32 in_size = q_u->size; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v32/hwregs/iop/
H A Diop_sw_cfg_defs.h682 unsigned int in_size : 3; member in struct:__anon8432
696 unsigned int in_size : 3; member in struct:__anon8433
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhdreg.h126 unsigned long in_size; member in struct:ide_task_request_s
H A Dcoda.h759 u_short in_size; /* Size of input buffer <= 2K */ member in struct:ViceIoctl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_afsacl.c62 uint16 in_size, out_size; member in struct:afs_iob
796 iob.in_size = 0;
946 iob.in_size = 1+strlen(iob.in);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/uams_krb4/
H A Duams_krb4.c325 vi.in_size = p - buf;
444 vi.in_size = p - buf;
737 vi.in_size = p - buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/uams/uams_krb4/
H A Duams_krb4.c325 vi.in_size = p - buf;
444 vi.in_size = p - buf;
737 vi.in_size = p - buf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-taskfile.c546 taskin = req_task->in_size;

Completed in 199 milliseconds