Searched refs:le (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiff_common.h71 unsigned ff_tget_short(GetByteContext *gb, int le);
74 unsigned ff_tget_long(GetByteContext *gb, int le);
77 double ff_tget_double(GetByteContext *gb, int le);
80 unsigned ff_tget(GetByteContext *gb, int type, int le);
106 GetByteContext *gb, int le, AVDictionary **metadata);
112 GetByteContext *gb, int le, AVDictionary **metadata);
118 GetByteContext *gb, int le, AVDictionary **metadata);
124 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
130 GetByteContext *gb, int le, int is_signed, AVDictionary **metadata);
136 GetByteContext *gb, int le, AVDictionar
[all...]
H A Dexif.c46 GetByteContext *gb, int le,
50 case TIFF_DOUBLE : return ff_tadd_doubles_metadata(count, name, sep, gb, le, metadata);
51 case TIFF_SSHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 1, metadata);
52 case TIFF_SHORT : return ff_tadd_shorts_metadata(count, name, sep, gb, le, 0, metadata);
53 case TIFF_SBYTE : return ff_tadd_bytes_metadata(count, name, sep, gb, le, 1, metadata);
55 case TIFF_UNDEFINED: return ff_tadd_bytes_metadata(count, name, sep, gb, le, 0, metadata);
56 case TIFF_STRING : return ff_tadd_string_metadata(count, name, gb, le, metadata);
58 case TIFF_RATIONAL : return ff_tadd_rational_metadata(count, name, sep, gb, le, metadata);
60 case TIFF_LONG : return ff_tadd_long_metadata(count, name, sep, gb, le, metadata);
68 static int exif_decode_tag(AVCodecContext *avctx, GetByteContext *gbytes, int le, argument
44 exif_add_metadata(AVCodecContext *avctx, int count, int type, const char *name, const char *sep, GetByteContext *gb, int le, AVDictionary **metadata) argument
117 avpriv_exif_decode_ifd(AVCodecContext *avctx, GetByteContext *gbytes, int le, int depth, AVDictionary **metadata) argument
[all...]
H A Dtiff_common.c43 unsigned ff_tget_short(GetByteContext *gb, int le) argument
45 return le ? bytestream2_get_le16(gb) : bytestream2_get_be16(gb);
49 unsigned ff_tget_long(GetByteContext *gb, int le) argument
51 return le ? bytestream2_get_le32(gb) : bytestream2_get_be32(gb);
55 double ff_tget_double(GetByteContext *gb, int le) argument
57 av_alias64 i = { .u64 = le ? bytestream2_get_le64(gb) : bytestream2_get_be64(gb)};
62 unsigned ff_tget(GetByteContext *gb, int type, int le) argument
66 case TIFF_SHORT: return ff_tget_short(gb, le);
67 case TIFF_LONG: return ff_tget_long(gb, le);
83 GetByteContext *gb, int le, AVDictionar
82 ff_tadd_rational_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, AVDictionary **metadata) argument
116 ff_tadd_long_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, AVDictionary **metadata) argument
147 ff_tadd_doubles_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, AVDictionary **metadata) argument
178 ff_tadd_shorts_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) argument
210 ff_tadd_bytes_metadata(int count, const char *name, const char *sep, GetByteContext *gb, int le, int is_signed, AVDictionary **metadata) argument
241 ff_tadd_string_metadata(int count, const char *name, GetByteContext *gb, int le, AVDictionary **metadata) argument
261 ff_tdecode_header(GetByteContext *gb, int *le, int *ifd_offset) argument
286 ff_tread_tag(GetByteContext *gb, int le, unsigned *tag, unsigned *type, unsigned *count, int *next) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_misc.c33 signed char le; /* 0 = big-endian, 1 = little-endian, -1 = others */ member in struct:pcm_format_data
40 .width = 8, .phys = 8, .le = -1, .signd = 1,
44 .width = 8, .phys = 8, .le = -1, .signd = 0,
48 .width = 16, .phys = 16, .le = 1, .signd = 1,
52 .width = 16, .phys = 16, .le = 0, .signd = 1,
56 .width = 16, .phys = 16, .le = 1, .signd = 0,
60 .width = 16, .phys = 16, .le = 0, .signd = 0,
64 .width = 24, .phys = 32, .le = 1, .signd = 1,
68 .width = 24, .phys = 32, .le = 0, .signd = 1,
72 .width = 24, .phys = 32, .le
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhash.c157 struct curl_llist_element *le; local
160 for(le = l->head; le; le = le->next) {
161 he = (struct curl_hash_element *) le->ptr;
163 Curl_llist_remove(l, le, (void *)h);
191 struct curl_llist_element *le; local
195 for(le = l->head; le; l
209 struct curl_llist_element *le; local
231 struct curl_llist_element *le; local
264 struct curl_llist_element *le; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/install/
H A DMakefile3 COPY= magic.txt magic.s5.be.txt magic.s5.le.txt
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_lease.c125 REP_LEASE_ENTRY *le, *table; local
144 le = &table[i];
145 le->eid = DB_EID_INVALID;
146 timespecclear(&le->start_time);
147 timespecclear(&le->end_time);
148 ZERO_LSN(le->lease_lsn);
169 REP_LEASE_ENTRY *le; local
179 le = NULL;
186 __rep_find_entry(env, rep, eid, &le);
191 DB_ASSERT(env, le !
233 REP_LEASE_ENTRY *le, *table; local
273 REP_LEASE_ENTRY *le, *table; local
425 REP_LEASE_ENTRY *le, *table; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/
H A Dcp_platform.sh11 while [ $count -le 10 ] ; do
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/sbin/
H A Dcp_platform.sh11 while [ $count -le 10 ] ; do
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dsession-dialog.cc68 QLineEdit * le; local
86 le = myHostLineEdit = new QLineEdit( );
87 le->setText( prefs.get<QString>(Prefs::SESSION_REMOTE_HOST) );
88 l = hig->addRow( tr( "&Host:" ), le );
89 myRemoteWidgets << l << le; local
100 le = myUsernameLineEdit = new QLineEdit( );
101 le->setText( prefs.get<QString>(Prefs::SESSION_REMOTE_USERNAME) );
102 l = hig->addRow( tr( "&Username:" ), le );
103 myAuthWidgets << l << le; local
104 le
108 myAuthWidgets << l << le; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpopthelp.c134 char * le = malloc(4*lineLength + 1); local
135 char * l = le;
137 if (le == NULL) return NULL; /* XXX can't happen */
139 *le = '\0';
140 *le++ = '(';
141 strcpy(le, defstr); le += strlen(le);
142 *le++ = ':';
143 *le
235 char * le = left + strlen(left); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Depafdec.c41 int le, sample_rate, codec, channels; local
48 le = avio_rl32(s->pb);
49 if (le && le != 1)
52 if (le) {
74 st->codec->codec_id = le ? AV_CODEC_ID_PCM_S16LE : AV_CODEC_ID_PCM_S16BE;
H A Dircamdec.c56 int le = -1, i; local
62 le = table[i].is_le;
67 if (le == 1) {
72 } else if (le == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dlops.h47 static inline void lops_init_le(struct gfs2_log_element *le, argument
50 INIT_LIST_HEAD(&le->le_list);
51 le->le_ops = lops;
54 static inline void lops_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
56 if (le->le_ops->lo_add)
57 le->le_ops->lo_add(sdp, le);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dhippi.c65 hip->le.fc = 0;
66 hip->le.double_wide = 0; /* only HIPPI 800 for the time being */
67 hip->le.message_type = 0; /* Data PDU */
69 hip->le.dest_addr_type = 2; /* 12 bit SC address */
70 hip->le.src_addr_type = 2; /* 12 bit SC address */
72 memcpy(hip->le.src_switch_addr, dev->dev_addr + 3, 3);
73 memset(&hip->le.reserved, 0, 16);
85 memcpy(hip->le.dest_switch_addr, daddr + 3, 3);
117 return arp_find(hip->le.daddr, skb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Deba.c103 struct ubi_ltree_entry *le; local
105 le = rb_entry(p, struct ubi_ltree_entry, rb);
107 if (vol_id < le->vol_id)
109 else if (vol_id > le->vol_id)
112 if (lnum < le->lnum)
114 else if (lnum > le->lnum)
117 return le;
138 struct ubi_ltree_entry *le, *le1, *le_free; local
140 le = kmalloc(sizeof(struct ubi_ltree_entry), GFP_NOFS);
141 if (!le)
207 struct ubi_ltree_entry *le; local
224 struct ubi_ltree_entry *le; local
249 struct ubi_ltree_entry *le; local
271 struct ubi_ltree_entry *le; local
300 struct ubi_ltree_entry *le; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcrc.h50 * @param le If 1, the lowest bit represents the coefficient for the highest
59 * representation as specified by le
63 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
77 * @see av_crc_init() "le" parameter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/bitops/
H A Dminix-le.h4 #include <asm-generic/bitops/le.h>
H A Dext2-non-atomic.h4 #include <asm-generic/bitops/le.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/qnx4/
H A Ddir.c24 struct qnx4_link_info *le; local
57 le = (struct qnx4_link_info*)de;
58 ino = ( le32_to_cpu(le->dl_inode_blk) - 1 ) *
60 le->dl_inode_ndx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/sample/
H A DMakefile.am22 noinst_PROGRAMS += le-proxy
23 le_proxy_SOURCES = le-proxy.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dcrc.h39 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dcrc.h39 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
H A Dcrc.c30 uint8_t le; member in struct:__anon2299
46 * @param le If 1, the lowest bit represents the coefficient for the highest
55 * representation as specified by le
59 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size) argument
70 if (le) {
102 av_crc_table_params[crc_id].le,
116 * @see av_crc_init() "le" parameter
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtiff.c47 int le; member in struct:TiffContext
62 static unsigned tget_short(const uint8_t **p, int le) { argument
63 unsigned v = le ? AV_RL16(*p) : AV_RB16(*p);
68 static unsigned tget_long(const uint8_t **p, int le) { argument
69 unsigned v = le ? AV_RL32(*p) : AV_RB32(*p);
74 static unsigned tget(const uint8_t **p, int type, int le) { argument
77 case TIFF_SHORT: return tget_short(p, le);
78 case TIFF_LONG : return tget_long (p, le);
249 s->avctx->pix_fmt = s->le ? PIX_FMT_RGB48LE : PIX_FMT_RGB48BE;
290 tag = tget_short(&buf, s->le);
515 int id, le, ret; local
[all...]

Completed in 608 milliseconds

1234567891011>>