Searched refs:used (Results 51 - 75 of 522) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstriconv.c248 small. Therefore it can only be used when we don't need the number of
300 size_t used = outptr - result;
317 outptr = result + used;
318 outbytes_remaining = result_size - 1 - used;
338 size_t used = outptr - result;
355 outptr = result + used;
356 outbytes_remaining = result_size - 1 - used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstriconv.c248 small. Therefore it can only be used when we don't need the number of
300 size_t used = outptr - result;
317 outptr = result + used;
318 outbytes_remaining = result_size - 1 - used;
338 size_t used = outptr - result;
355 outptr = result + used;
356 outbytes_remaining = result_size - 1 - used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_paula.c138 * return the number of bytes they've used from both streams so you may detect
162 ssize_t count, used; local
167 used = count;
174 used = count*2;
182 *frameUsed += used;
183 return used;
196 ssize_t count, used; \
201 used = count; \
213 used = count*2; \
225 *frameUsed += used; \
[all...]
H A Ddmasound_q40.c66 ssize_t count, used; local
69 used = count = min_t(size_t, userCount, frameLeft);
77 *frameUsed += used ;
78 return used;
86 ssize_t count, used; local
89 used = count = min_t(size_t, userCount, frameLeft);
97 *frameUsed += used;
98 return used;
105 ssize_t count, used; local
108 used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c52 int used; member in struct:__anon1112
78 set->used = 0;
241 for(i = 0; i < set->used; i++)
262 for(i = 0; i < set->used; i++)
316 for(i = 0; i < set->used; i++)
347 if(set->allocated < set->used)
348 stream = &set->streams[set->used];
353 stream = &set->streams[set->used];
355 set->used++;
356 stream->num = set->used; // coun
[all...]
H A Dtagutils-mp3.c36 int used; local
68 used = 0;
113 used = 1;
118 used = 1;
123 used = 1;
128 used = 1;
133 used = 1;
138 used = 1;
143 used = 1;
148 used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/tagutils/
H A Dtagutils-ogg.c51 int used; member in struct:__anon1125
77 set->used = 0;
236 for(i = 0; i < set->used; i++)
257 for(i = 0; i < set->used; i++)
311 for(i = 0; i < set->used; i++)
341 if(set->allocated < set->used)
342 stream = &set->streams[set->used];
347 stream = &set->streams[set->used];
349 set->used++;
350 stream->num = set->used; // coun
[all...]
H A Dtagutils-mp3.c35 int used; local
67 used = 0;
113 used = 1;
118 used = 1;
123 used = 1;
128 used = 1;
133 used = 1;
138 used = 1;
143 used = 1;
148 used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-ogg.c52 int used; member in struct:__anon1138
78 set->used = 0;
241 for(i = 0; i < set->used; i++)
262 for(i = 0; i < set->used; i++)
316 for(i = 0; i < set->used; i++)
347 if(set->allocated < set->used)
348 stream = &set->streams[set->used];
353 stream = &set->streams[set->used];
355 set->used++;
356 stream->num = set->used; // coun
[all...]
H A Dtagutils-mp3.c36 int used; local
68 used = 0;
113 used = 1;
118 used = 1;
123 used = 1;
128 used = 1;
133 used = 1;
138 used = 1;
143 used = 1;
148 used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Decos_timer.c45 ecos_timer_entry_t *used; member in struct:ecos_timer_list_s
196 * Initialize internal resources used in the timer module. It must be called
197 * before any other timer function calls. The param 'timer_entries' is used
220 /* init the timer entries to form two list - freed and used */
222 list->used = NULL;
232 TIMERDBG("list %08x freed %08x used %08x", list, list->freed, list->used);
240 * Cleanup internal resources used by this timer module. It deletes all
270 for (entry = list->used; entry != NULL; entry = entry->next)
281 for (entry = list->used; entr
[all...]
H A Drte_timers.c57 bcm_timer_t *used; member in struct:bcm_timer_list_s
168 * Initialize internal resources used in the timer module. It must be called
169 * before any other timer function calls. The param 'timer_entries' is used
187 /* init the timer entries to form two list - freed and used */
189 list->used = NULL;
197 TIMERDBG("list %08x freed %08x used %08x", list, list->freed, list->used);
204 * Cleanup internal resources used by this timer module. It deletes all
235 for (entry = list->used; entry != NULL; entry = entry->next)
245 for (entry = list->used; entr
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm52 ds_w_size dd ? ; used
54 ds_w_mask dd ? ; used
55 ds_window dd ? ; used
57 ds_prev dd ? ; used
65 ds_match_length dd ? ; used
66 ds_prev_match dd ? ; used
68 ds_strstart dd ? ; used
69 ds_match_start dd ? ; used
70 ds_lookahead dd ? ; used
71 ds_prev_length dd ? ; used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm52 ds_w_size dd ? ; used
54 ds_w_mask dd ? ; used
55 ds_window dd ? ; used
57 ds_prev dd ? ; used
65 ds_match_length dd ? ; used
66 ds_prev_match dd ? ; used
68 ds_strstart dd ? ; used
69 ds_match_start dd ? ; used
70 ds_lookahead dd ? ; used
71 ds_prev_length dd ? ; used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di810_drm.h169 * These regions can be used as a proxy for the fine-grained
171 * in the same lru which is used to age their own textures,
246 int used; /* nr bytes in use */ member in struct:_drm_i810_vertex
252 int used; /* nr bytes in use */ member in struct:_drm_i810_copy_t
280 int used; /* nr bytes in use */ member in struct:_drm_i810_mc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dinternal.h178 * Calculate the number of 512byte blocks used.
182 loff_t used = (tsize + 511) >> 9; local
183 return (used > ULONG_MAX) ? ULONG_MAX : used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/
H A Dutil_mem.c128 hdr->used += units;
156 hdr->used -= blk->size;
180 size = hdr->size - hdr->used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_seq.c13 * 2. The name of the author may not be used to endorse or promote products
67 if (opl4->used) {
71 opl4->used++;
94 opl4->used--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleBindingTest.java379 binding.used = false;
382 assertTrue(binding.used);
384 binding.used = false;
387 assertTrue(binding.used);
389 binding.used = false;
392 assertTrue(binding.used);
398 boolean used; field in class:TupleBindingTest.CachedOutputBinding
407 used = true;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S19 # r3 contains NIP when used with Linux
53 isync # on SDRAM memory model used.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/
H A DMakefile43 -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare
46 -ffixed-g4 -ffixed-g5 -fcall-used-g7 -Wno-sign-compare \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dstrlst.c171 size_t used = 0; local
199 used += 1 + k;
205 if (used == 0 && size > 0) {
212 used = 1;
227 used += 1+k;
230 if (used == 0)
231 used = 1;
234 return used;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Dhkscs2001.h664 unsigned short used = summary->used; local
666 if (used & ((unsigned short) 1 << i)) {
668 /* Keep in `used' only the bits 0..i-1. */
669 used &= ((unsigned short) 1 << i) - 1;
670 /* Add `summary->indx' and the number of bits set in `used'. */
671 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
672 used
[all...]
H A Dhkscs2004.h660 unsigned short used = summary->used; local
662 if (used & ((unsigned short) 1 << i)) {
664 /* Keep in `used' only the bits 0..i-1. */
665 used &= ((unsigned short) 1 << i) - 1;
666 /* Add `summary->indx' and the number of bits set in `used'. */
667 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
668 used
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Didcinvideo.c43 * the original Quake II implementation likely used a similar naive
61 unsigned char used; member in struct:__anon527
82 * are used.
91 if(hnodes[i].used)
103 hnodes[best_node].used = 1;
112 * huff_nodes[prev][i >= HUF_TOKENS] - are used to construct the tree.
123 hnodes[i].used = 0;

Completed in 387 milliseconds

1234567891011>>