Searched refs:len_ptr (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dfutex_compat.c134 compat_size_t __user *len_ptr)
163 if (put_user(sizeof(*head), len_ptr))
133 compat_sys_get_robust_list(int pid, compat_uptr_t __user *head_ptr, compat_size_t __user *len_ptr) argument
H A Dfutex.c2372 * @len_ptr: pointer to a length field, the kernel fills in the header size
2376 size_t __user *, len_ptr)
2405 if (put_user(sizeof(*head), len_ptr))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpegtsenc.c318 uint8_t *len_ptr; local
321 len_ptr = q++;
322 *len_ptr = 0;
324 for (p = lang->value; next && *len_ptr < 255 / 4 * 4 && q - data < sizeof(data) - 4; p = next + 1) {
342 *len_ptr += 4;
345 if (*len_ptr == 0)
355 uint8_t *len_ptr; local
359 len_ptr = q++;
391 *len_ptr = q - len_ptr
393 uint8_t *len_ptr = NULL; local
[all...]
H A Dswfdec.c38 static int get_swf_tag(AVIOContext *pb, int *len_ptr) argument
51 *len_ptr = len;
H A Dwtvdec.c757 * @param[out] len_ptr Length of data chunk
760 static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_ptr) argument
888 if (len_ptr) {
889 *len_ptr = len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/skas/
H A Duaccess.c232 int *len_ptr = arg, n; local
235 *len_ptr += n;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dswfdec.c26 static int get_swf_tag(AVIOContext *pb, int *len_ptr) argument
40 *len_ptr = len;
H A Dmpegtsenc.c297 uint8_t *len_ptr; local
300 len_ptr = q++;
301 *len_ptr = 0;
303 for (p = lang->value; next && *len_ptr < 255 / 4 * 4; p = next + 1) {
321 *len_ptr += 4;
324 if (*len_ptr == 0)
H A Dwtv.c771 * @param[out] len_ptr Length of data chunk
774 static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_ptr) argument
903 if (len_ptr) {
904 *len_ptr = len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcompat.h219 compat_size_t __user *len_ptr);
H A Dsyscalls.h797 size_t __user *len_ptr);

Completed in 161 milliseconds