Searched refs:front (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_unistr.c676 BOOL trim_string_w(smb_ucs2_t *s, const smb_ucs2_t *front, argument
686 if (front && *front) {
687 front_len = strlen_w(front);
688 while (len && strncmp_w(s, front, front_len) == 0) {
760 BOOL trim_string_wa(smb_ucs2_t *s, const char *front, argument
765 if (front) push_ucs2(NULL, f, front, sizeof(wpstring) - 1, STR_TERMINATE);
H A Dutil_str.c486 Trim the specified elements off the front and back of a string.
489 BOOL trim_string(char *s,const char *front,const char *back) argument
500 front_len = front? strlen(front) : 0;
506 while (len && strncmp(s, front, front_len)==0) {
1150 Splits out the front and back at a separator.
1153 static void split_at_last_component(char *path, char *front, char sep, char *back)
1160 if (front != NULL)
1161 pstrcpy(front, path);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_core.c525 sq->front = sq->count = sq->rear_size = 0;
689 * The value 'front' indicates the buffer we should next send to the user.
691 * When 'front' == 'rear' the buffer "ring" is empty (we always have an
743 /* When front == rear, the DMA is not done yet.
745 while (read_sq.front == read_sq.rear) {
760 read_sq.buffers[read_sq.front],
770 read_sq.front++;
771 if (read_sq.front >= read_sq.max_active)
772 read_sq.front = 0;
908 /* write_sq.front
[all...]
H A Ddmasound.h234 int front, rear, count; member in struct:sound_queue
H A Ddmasound_paula.c472 start = write_sq.buffers[write_sq.front];
517 write_sq.front = (write_sq.front+1) % write_sq.max_count;
H A Ddmasound_q40.c408 start = write_sq.buffers[write_sq.front];
414 write_sq.front = (write_sq.front+1) % write_sq.max_count;
H A Ddmasound_awacs.c920 next_frg = (write_sq.front + write_sq.active) % write_sq.max_count;
1032 int i = write_sq.front;
1034 int i_nowrap = write_sq.front;
1105 if (i_nowrap != write_sq.front)
1107 write_sq.front = i;
1184 /* If we have caught up to the front buffer, bump it.
1190 if (read_sq.rear == read_sq.front) {
1191 read_sq.front++;
1193 if (read_sq.front >= read_sq.max_active)
1194 read_sq.front
[all...]
H A Ddmasound_atari.c1174 start = write_sq.buffers[write_sq.front];
1182 write_sq.front = (write_sq.front+1) % write_sq.max_count;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dwrite.c37 struct afs_writeback *front; local
42 /* if an fsync rises to the front of the queue then wake it
44 front = list_entry(vnode->writebacks.next,
46 if (front->state == AFS_WBACK_SYNCING) {
48 front->state = AFS_WBACK_COMPLETE;
49 wake_up(&front->waitq);
790 * the front of the queue, all the outstanding writes are either
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex623 the stream is quadraphonic surround. channel order: front left,
624 front right, rear left, rear right
627 the stream is five-channel surround. channel order: front left,
628 front center, front right, rear left, rear right
631 the stream is 5.1 surround. channel order: front left, front
632 center, front right, rear left, rear right, LFE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddmxdev.c128 struct dmx_frontend *front; local
170 front = get_fe(dmxdev->demux, DMX_MEMORY_FE);
172 if (!front) {
177 dmxdev->demux->connect_frontend(dmxdev->demux, front);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex7378 % Check for and read epsf.tex up front. If we read it only at @image
8700 % \normaloffset until the front-side and back-side texts align. Then
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex7619 % Check for and read epsf.tex up front. If we read it only at @image
8978 % \normaloffset until the front-side and back-side texts align. Then

Completed in 127 milliseconds