Searched refs:buf0 (Results 1 - 25 of 88) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/Compress/Branch/
H A DBranchX86_2.h16 If buf0 overlaps outBuf, there are two required conditions:
17 1) (buf0 >= outBuf)
18 2) (buf0 + size0 >= outBuf + FullOutputSize).
22 const Byte *buf0, SizeT size0,
H A DBranchX86_2.c41 const Byte *buf0, SizeT size0,
73 Byte b = buf0[inPos];
85 b = buf0[inPos++];
40 x86_2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/Compress/Branch/
H A DBranchX86_2.h16 If buf0 overlaps outBuf, there are two required conditions:
17 1) (buf0 >= outBuf)
18 2) (buf0 + size0 >= outBuf + FullOutputSize).
22 const Byte *buf0, SizeT size0,
H A DBranchX86_2.c41 const Byte *buf0, SizeT size0,
73 Byte b = buf0[inPos];
85 b = buf0[inPos++];
40 x86_2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/Compress/Branch/
H A DBranchX86_2.h16 If buf0 overlaps outBuf, there are two required conditions:
17 1) (buf0 >= outBuf)
18 2) (buf0 + size0 >= outBuf + FullOutputSize).
22 const Byte *buf0, SizeT size0,
H A DBranchX86_2.c41 const Byte *buf0, SizeT size0,
73 Byte b = buf0[inPos];
85 b = buf0[inPos++];
40 x86_2_Decode( const Byte *buf0, SizeT size0, const Byte *buf1, SizeT size1, const Byte *buf2, SizeT size2, const Byte *buf3, SizeT size3, Byte *outBuf, SizeT outSize) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dmp3.c41 uint8_t *buf, *buf0, *buf2, *end; local
44 buf0 = p->buf;
45 if(ff_id3v2_match(buf0)) {
46 buf0 += ff_id3v2_tag_len(buf0);
49 while(buf0 < end && !*buf0)
50 buf0++;
53 buf = buf0;
66 if(buf == buf0)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dmp3.c41 uint8_t *buf, *buf0, *buf2, *end; local
44 buf0 = p->buf;
45 if(ff_id3v2_match(buf0)) {
46 buf0 += ff_id3v2_tag_len(buf0);
49 while(buf0 < end && !*buf0)
50 buf0++;
53 buf = buf0;
66 if(buf == buf0)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dmp3.c41 uint8_t *buf, *buf0, *buf2, *end; local
44 buf0 = p->buf;
45 if(ff_id3v2_match(buf0)) {
46 buf0 += ff_id3v2_tag_len(buf0);
49 while(buf0 < end && !*buf0)
50 buf0++;
53 buf = buf0;
66 if(buf == buf0)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dadxdec.c109 const uint8_t *buf0 = avpkt->data; local
113 const uint8_t *buf = buf0;
165 // printf("%d:%d ",buf-buf0,*data_size); fflush(stdout);
166 return buf-buf0;
H A Dbmp.c54 const uint8_t *buf0 = buf; local
206 buf = buf0 + hsize;
237 buf = buf0 + 46;
245 buf = buf0 + 14 + ihsize; //palette location
253 buf = buf0 + hsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dadxdec.c109 const uint8_t *buf0 = avpkt->data; local
113 const uint8_t *buf = buf0;
165 // printf("%d:%d ",buf-buf0,*data_size); fflush(stdout);
166 return buf-buf0;
H A Dbmp.c54 const uint8_t *buf0 = buf; local
206 buf = buf0 + hsize;
237 buf = buf0 + 46;
245 buf = buf0 + 14 + ihsize; //palette location
253 buf = buf0 + hsize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dadxdec.c109 const uint8_t *buf0 = avpkt->data; local
113 const uint8_t *buf = buf0;
165 // printf("%d:%d ",buf-buf0,*data_size); fflush(stdout);
166 return buf-buf0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-devtrace.h174 void *buf0, size_t buf0_len,
176 TP_ARGS(priv, tfd, tfdlen, buf0, buf0_len, buf1, buf1_len),
188 __dynamic_array(u8, buf0, buf0_len)
195 memcpy(__get_dynamic_array(buf0), buf0, buf0_len);
200 ((u8 *)__get_dynamic_array(buf0))[0],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-devtrace.h174 void *buf0, size_t buf0_len,
176 TP_ARGS(priv, tfd, tfdlen, buf0, buf0_len, buf1, buf1_len),
188 __dynamic_array(u8, buf0, buf0_len)
195 memcpy(__get_dynamic_array(buf0), buf0, buf0_len);
200 ((u8 *)__get_dynamic_array(buf0))[0],
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nmbd/
H A Dnmbd_incomingrequests.c316 char *countptr, *buf, *bufend, *buf0; local
338 buf0 = buf;
377 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
381 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0) {
385 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
390 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/nmbd/
H A Dnmbd_incomingrequests.c327 char *countptr, *buf, *bufend, *buf0; local
350 buf0 = buf;
386 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
390 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0)
395 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
400 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_incomingrequests.c315 char *countptr, *buf, *bufend, *buf0; local
337 buf0 = buf;
376 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
380 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0) {
384 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
389 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nmbd/
H A Dnmbd_incomingrequests.c316 char *countptr, *buf, *bufend, *buf0; local
338 buf0 = buf;
377 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
381 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0) {
385 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
390 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/nmbd/
H A Dnmbd_incomingrequests.c327 char *countptr, *buf, *bufend, *buf0; local
350 buf0 = buf;
386 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
390 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0)
395 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
400 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_incomingrequests.c315 char *countptr, *buf, *bufend, *buf0; local
337 buf0 = buf;
376 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
380 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0) {
384 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
389 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/nmbd/
H A Dnmbd_incomingrequests.c315 char *countptr, *buf, *bufend, *buf0; local
337 buf0 = buf;
376 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
380 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0) {
384 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
389 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nmbd/
H A Dnmbd_incomingrequests.c316 char *countptr, *buf, *bufend, *buf0; local
338 buf0 = buf;
377 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
381 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0) {
385 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
390 buf = buf0 + 18*names_added;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/nmbd/
H A Dnmbd_incomingrequests.c327 char *countptr, *buf, *bufend, *buf0; local
350 buf0 = buf;
386 qsort( buf0, names_added, 18, QSORT_CAST status_compare );
390 if (memcmp(buf0 + 18*i,buf0 + 18*(i-1),16) == 0)
395 memmove(buf0 + 18*i,buf0 + 18*(i+1),18*(names_added-i));
400 buf = buf0 + 18*names_added;

Completed in 291 milliseconds

1234