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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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
228 struct curl_llist_element *le; local
262 struct curl_llist_element *le; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_misc.c34 signed char le; /* 0 = big-endian, 1 = little-endian, -1 = others */ member in struct:pcm_format_data
41 .width = 8, .phys = 8, .le = -1, .signd = 1,
45 .width = 8, .phys = 8, .le = -1, .signd = 0,
49 .width = 16, .phys = 16, .le = 1, .signd = 1,
53 .width = 16, .phys = 16, .le = 0, .signd = 1,
57 .width = 16, .phys = 16, .le = 1, .signd = 0,
61 .width = 16, .phys = 16, .le = 0, .signd = 0,
65 .width = 24, .phys = 32, .le = 1, .signd = 1,
69 .width = 24, .phys = 32, .le = 0, .signd = 1,
73 .width = 24, .phys = 32, .le
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlops.h24 static inline void lops_init_le(struct gfs2_log_element *le, argument
27 INIT_LIST_HEAD(&le->le_list);
28 le->le_ops = lops;
31 static inline void lops_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
33 if (le->le_ops->lo_add)
34 le->le_ops->lo_add(sdp, le);
H A Dlops.c29 static void glock_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
36 gl = container_of(le, struct gfs2_glock, gl_le);
41 if (!list_empty(&le->le_list)){
48 list_add(&le->le_list, &sdp->sd_log_le_gl);
68 static void buf_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
70 struct gfs2_bufdata *bd = container_of(le, struct gfs2_bufdata, bd_le);
84 if (!list_empty(&le->le_list))
93 list_add(&le->le_list, &sdp->sd_log_le_buf);
268 static void revoke_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
278 list_add(&le
412 rg_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
464 databuf_lo_add(struct gfs2_sbd *sdp, struct gfs2_log_element *le) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dcrc.h39 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size);
H A Dcrc.c29 uint8_t le; member in struct:__anon741
46 * @param le If 1, the lowest bit represents the coefficient for the highest
55 * representation as specified by le
58 int av_crc_init(AVCRC *ctx, int le, int bits, uint32_t poly, int ctx_size){ argument
68 if (le) {
98 av_crc_table_params[crc_id].le,
112 * @see av_crc_init() "le" parameter
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Ddir.c29 struct qnx4_link_info *le; local
62 le = (struct qnx4_link_info*)de;
63 ino = ( le32_to_cpu(le->dl_inode_blk) - 1 ) *
65 le->dl_inode_ndx;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/bitops/
H A Dext2-non-atomic.h4 #include <asm-generic/bitops/le.h>
H A Dminix-le.h4 #include <asm-generic/bitops/le.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/ubi/
H A Deba.c123 struct ltree_entry *le; local
125 le = rb_entry(p, struct ltree_entry, rb);
127 if (vol_id < le->vol_id)
129 else if (vol_id > le->vol_id)
132 if (lnum < le->lnum)
134 else if (lnum > le->lnum)
137 return le;
158 struct ltree_entry *le, *le1, *le_free; local
160 le = kmem_cache_alloc(ltree_slab, GFP_KERNEL);
161 if (!le)
227 struct ltree_entry *le; local
245 struct ltree_entry *le; local
273 struct ltree_entry *le; local
291 struct ltree_entry *le; local
933 struct ltree_entry *le = obj; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtiff.c42 int le; member in struct:TiffContext
56 static int tget_short(const uint8_t **p, int le){ argument
57 int v = le ? AV_RL16(*p) : AV_RB16(*p);
62 static int tget_long(const uint8_t **p, int le){ argument
63 int v = le ? AV_RL32(*p) : AV_RB32(*p);
68 static int tget(const uint8_t **p, int type, int le){ argument
71 case TIFF_SHORT: return tget_short(p, le);
72 case TIFF_LONG : return tget_long (p, le);
186 tag = tget_short(&buf, s->le);
187 type = tget_short(&buf, s->le);
413 int id, le, off; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-csharp102 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
128 msgstr "Le nouveau {1} remplace le vieux {0}."
177 �Votre commande, s'il vous plait�, dit le gar�on.
181 Le nouveau EUR remplace le vieux FF.
184 ��Votre commande, s'il vous plait��, dit le gar��on.
188 Le nouveau EUR remplace le vieux FF.
H A Dlang-java127 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
153 msgstr "Le nouveau {1} remplace le vieux {0}."
201 �Votre commande, s'il vous plait�, dit le gar�on.
205 Le nouveau EUR remplace le vieux FF.
208 ��Votre commande, s'il vous plait��, dit le gar��on.
212 Le nouveau EUR remplace le vieux FF.
H A Dlang-c91 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
126 �Votre commande, s'il vous plait�, dit le gar�on.
131 ��Votre commande, s'il vous plait��, dit le gar��on.
H A Dlang-librep51 msgstr "�Votre commande, s'il vous plait�, dit le gar�on."
115 �Votre commande, s'il vous plait�, dit le gar�on.
119 ��Votre commande, s'il vous plait��, dit le gar��on.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/ramdisk/
H A DMakefile10 OBJCOPY_ARGS := -O elf32-xtensa-le
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dplist.h60 u_char le; member in struct:orf_prefix
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dmemcpy_mck.S101 cmp.le p6,p0 = 1,r30 // for .align_dest
144 cmp.le p6,p0=8,tmp
146 cmp.le p7,p0=16,tmp
171 cmp.le p8,p0=24,tmp
318 cmp.le p6,p7=8,curlen; // have at least 8 byte remaining?
405 cmp.le p8,p9 = 1,in2
406 cmp.le p10,p11 = 2,in2
407 cmp.le p12,p13 = 3,in2
408 cmp.le p14,p15 = 4,in2
427 cmp.le p
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsky2.c829 struct sky2_tx_le *le = sky2->tx_le + sky2->tx_prod; local
832 le->ctrl = 0;
833 return le;
837 struct sky2_tx_le *le)
839 return sky2->tx_ring + (le - sky2->tx_le);
856 struct sky2_rx_le *le = sky2->rx_le + sky2->rx_put; local
858 le->ctrl = 0;
859 return le;
872 struct sky2_rx_le *le; local
876 le
836 tx_le_re(struct sky2_port *sky2, struct sky2_tx_le *le) argument
938 struct sky2_rx_le *le; local
1358 struct sky2_tx_le *le = NULL; local
1502 struct sky2_tx_le *le = sky2->tx_le + idx; local
2111 struct sky2_status_le *le = hw->st_le + hw->st_idx; local
2358 const u64 *le = (q == Q_R1 || q == Q_R2) local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-redboot/
H A DMakefile12 OBJCOPY_ARGS := -O elf32-xtensa-le
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_hippi.h128 struct hippi_le_hdr le; member in struct:hippi_hdr

Completed in 187 milliseconds

1234567