Searched refs:mid (Results 1 - 25 of 104) sorted by path

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzlib.c689 Int32 nb, na, mid; local
693 mid = (nb + na) >> 1;
694 if (indx >= cftab[mid]) nb = mid; else na = mid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffmpeg.c2544 char *mid= strchr(arg, '='); local
2546 if(!mid){
2550 *mid++= 0;
2555 metadata[metadata_count-1].value= av_strdup(mid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Dmotion_est_mvi_asm.S71 t1: mid
77 t6: mid
89 ldq_u t1, 8(a2) # mid
97 ldq_u t6, 8(a2) # mid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_common.h392 uint8_t * const mid = src[0]; local
396 dst[x]= (t*top[x] + l*left[x] + m*mid[x] + r*right[x] + b*bottom[x] + 4)>>3
444 int16_t mv[5][2]/* mid top left right bottom*/)
H A Droqaudioenc.c47 int mid= s*s + s; local
48 dpcmValues[i]= s + (i>mid);
H A Dwavpack.c322 int mid = (base*2 + add + 1) >> 1; local
325 add -= (mid - base);
326 base = mid;
328 add = mid - base - 1;
329 mid = (base*2 + add + 1) >> 1;
331 ret = mid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s47 ; bps<=15 for mid-side coding, since that uses an extra bit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s49 # bps<=15 for mid-side coding, since that uses an extra bit)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dstream_decoder.c1309 /* simply using realloc() is not practical because the number of channels may change mid-stream */
1999 FLAC__int32 mid, side; local
2084 mid = decoder->private_->output[0][i];
2086 mid <<= 1;
2087 mid |= (side & 1); /* i.e. if 'side' is odd... */
2088 decoder->private_->output[0][i] = (mid + side) >> 1;
2089 decoder->private_->output[1][i] = (mid - side) >> 1;
2092 mid = (decoder->private_->output[0][i] << 1) | (decoder->private_->output[1][i] & 1); /* i.e. if 'side' is odd... */
2093 decoder->private_->output[0][i] = (mid + decoder->private_->output[1][i]) >> 1;
2094 decoder->private_->output[1][i] = (mid
[all...]
H A Dstream_encoder.c335 FLAC__int32 *integer_signal_mid_side[2]; /* the integer version of the mid-side input signal (stereo only) */
338 FLAC__real *real_signal_mid_side[2]; /* (@@@ currently unused) the floating-point version of the mid-side input signal (stereo only) */
343 unsigned subframe_bps_mid_side[2]; /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
361 unsigned loose_mid_side_stereo_frames; /* rounded number of frames the encoder will use before trying both independent and mid/side frames again */
2003 encoder->private_->integer_signal_mid_side[0][i] = (buffer[0][j] + buffer[1][j]) >> 1; /* NOTE: not the same as 'mid = (buffer[0][j] + buffer[1][j]) / 2' ! */
2034 FLAC__int32 x, mid, side; local
2057 encoder->private_->integer_signal[0][i] = mid = side = buffer[k++];
2060 mid += x;
2062 mid >>= 1; /* NOTE: not the same as 'mid
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Ddevice.c545 const s64 mid = (low + high) / 2; local
547 if (!ntfs_device_offset_valid(dev, mid))
548 low = mid;
550 high = mid;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dclient.h66 uint16 mid; member in struct:cli_state
H A Dsmb.h645 uint16 mid; member in struct:__anon1658
1541 * | cmd| pid | dev | inode | mid |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclientgen.c160 /* Increment the mid so we can tell between responses. */
161 cli->mid++;
162 if (!cli->mid)
163 cli->mid++;
176 SSVAL(cli->outbuf,smb_mid,cli->mid);
275 cli->mid = 1;
H A Dclireadwrite.c52 SSVAL(cli->outbuf,smb_mid,cli->mid + i);
186 SSVAL(cli->outbuf,smb_mid,cli->mid + i);
314 SSVAL(cli->outbuf,smb_mid,cli->mid + i);
H A Dclitrans.c43 uint16 mid; local
55 * Save the mid we're using. We need this for finding
59 mid = cli->mid;
137 * Save the mid we're using. We need this for finding
140 mid = cli->mid;
147 /* Ensure we use the same mid for the secondaries. */
148 cli->mid = mid;
356 uint16 mid; local
[all...]
H A Dsmb_signing.c26 uint16 mid; member in struct:outstanding_packet_lookup
33 uint16 mid; member in struct:trans_info_context
46 uint16 mid, uint32 reply_seq_num)
50 /* Ensure we only add a mid once. */
52 if (t->mid == mid) {
60 t->mid = mid;
65 * This ensures that the *last* send sequence with this mid
67 * This can happen if the mid wrap
45 store_sequence_for_reply(struct outstanding_packet_lookup **list, uint16 mid, uint32 reply_seq_num) argument
78 get_sequence_for_reply(struct outstanding_packet_lookup **list, uint16 mid, uint32 *reply_seq_num) argument
507 cli_signing_trans_start(struct cli_state *cli, uint16 mid) argument
659 uint16 mid; local
739 uint mid; local
867 srv_defer_sign_response(uint16 mid) argument
893 srv_cancel_sign_response(uint16 mid) argument
977 srv_signing_trans_start(uint16 mid) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/locking/
H A Dlocking.c897 pid = %lu, mid = %u, dev = 0x%x, inode = %.0f, port = %u, time = [%u.%06u]",
898 num, (unsigned long)e->pid, (unsigned int)e->mid, (unsigned int)e->dev, (double)e->inode,
1059 e1->mid == e2->mid &&
1142 static void fill_deferred_open(char *p, uint16 mid, struct timeval *ptv, SMB_DEV_T dev, SMB_INO_T inode, uint16 port) argument
1148 e->mid = mid;
1160 BOOL add_deferred_open(uint16 mid, struct timeval *ptv, SMB_DEV_T dev, SMB_INO_T inode, uint16 port, const char *fname) argument
1187 fill_deferred_open(p + sizeof(*data), mid, ptv, dev, inode, port);
1214 fill_deferred_open(p + sizeof(*data), mid, pt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dblocking.c540 Delete entries by mid from the blocking lock pending queue. Always send reply.
543 void remove_pending_lock_requests_by_mid(int mid) argument
549 if(SVAL(blr->inbuf,smb_mid) == mid) {
H A Dclose.c131 schedule_sharing_violation_open_smb_message(entry->mid);
H A Dnotify.c29 transact command (to keep the mid, tid etc around).
97 Delete entries by mid from the change notify pending queue. Always send reply.
100 void remove_pending_change_notify_requests_by_mid(int mid) argument
106 if(SVAL(cnbp->request_buf,smb_mid) == mid) {
H A Dnttrans.c1574 int mid = SVAL(inbuf,smb_mid); local
1576 remove_pending_change_notify_requests_by_mid(mid);
1577 remove_pending_lock_requests_by_mid(mid);
1578 srv_cancel_sign_response(mid);
1580 DEBUG(3,("reply_ntcancel: cancel called on mid = %d.\n", mid));
H A Dopen.c903 uint16 mid = get_current_mid(); local
915 if (entry->pid == mypid && entry->mid == mid && entry->dev == dev &&
934 uint16 mid = get_current_mid(); local
950 if (entry->pid == mypid && entry->mid == mid) {
955 DEBUG(10,("defer_open_sharing_error: Deleting deferred open entry for mid %u, \
957 (unsigned int)mid, fname ));
972 deferred open entry for mid %u, file %s\n",
975 (unsigned int)mid, fnam
1098 uint16 mid = get_current_mid(); local
[all...]
H A Doplock.c400 uint16 mid; local
405 memcpy((char *)&mid, msg_start+DEFERRED_OPEN_MID_OFFSET,sizeof(mid));
408 pid %d, port %d, dev = %x, inode = %.0f, mid = %u\n",
409 (int)remotepid, from_port, (unsigned int)dev, (double)inode, (unsigned int)mid));
411 schedule_sharing_violation_open_smb_message(mid);
1307 memcpy(de_msg+DEFERRED_OPEN_MID_OFFSET,(char *)&entry->mid,sizeof(entry->mid));
1318 dbgtext( "for dev = %x, inode = %.0f, mid = %u\n",
1319 (unsigned int)entry->dev, (double)entry->inode, (unsigned int)entry->mid );
[all...]
H A Dprocess.c51 Function to return the current request mid from Inbuffer.
146 Function to delete a sharing violation open message by mid.
149 void remove_sharing_violation_open_smb_message(uint16 mid) argument
158 if (mid == SVAL(pml->buf.data,smb_mid)) {
159 DEBUG(10,("remove_sharing_violation_open_smb_message: deleting mid %u len %u\n",
160 (unsigned int)mid, (unsigned int)pml->buf.length ));
173 void schedule_sharing_violation_open_smb_message(uint16 mid) argument
186 if (mid == msg_mid) {
187 DEBUG(10,("schedule_sharing_violation_open_smb_message: scheduling mid %u\n",
188 mid ));
204 open_was_deferred(uint16 mid) argument
224 get_open_deferred_message(uint16 mid) argument
247 uint16 mid = SVAL(InBuffer,smb_mid); local
[all...]

Completed in 282 milliseconds

12345