| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | xway-swap-bytes.c | 14 short ibuff[BUFSIZ], obuff[BUFSIZ]; in main() local 17 while ((rc = read (0, ibuff, sizeof (ibuff))) > 0) { in main() 20 obuff[i] = ibuff[i ^ 1]; in main() 30 memset (ibuff, 0, sizeof (ibuff)); in main()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/test/ |
| H A D | model.c | 100 static double eCenter(const SAMPL *ibuff, int len) in eCenter() argument 107 double w = ibuff[n]; in eCenter() 121 bigcalc(double Factor, double Freq1, const SAMPL *ibuff, int len) in bigcalc() argument 165 c = eCenter(ibuff,len); in bigcalc() 173 ip = ibuff + b; in bigcalc() 216 SAMPL *ibuff; in main() local 302 ibuff=(SAMPL*)malloc(BSIZ*sizeof(SAMPL)); in main() 307 r = ReadN(fd1,ibuff+n,BSIZ-n); in main() 314 bigcalc(Factor, Freq1, ibuff, len); in main()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | ima_rw.c | 68 const unsigned char *ibuff,/* input buffer[blockAlign] */ in ImaExpandS() argument 79 ip = ibuff + 4*ch; /* input pointer to 4-byte block state-initializer */ in ImaExpandS() 135 const unsigned char *ibuff,/* input buffer[blockAlign] */ in lsx_ima_block_expand_i() argument 142 ImaExpandS(ch, chans, ibuff, obuff+ch, n, chans); in lsx_ima_block_expand_i() 148 const unsigned char *ibuff,/* input buffer[blockAlign] */ in lsx_ima_block_expand_m() argument 155 ImaExpandS(ch, chans, ibuff, obuffs[ch], n, 1); in lsx_ima_block_expand_m() 162 const SAMPL *ibuff, /* ibuff[] is interleaved input samples */ in ImaMashS() argument 175 ip = ibuff + ch; /* point ip to 1st input sample for this channel */ in ImaMashS() 176 itop = ibuff + n*chans; in ImaMashS()
|
| H A D | adpcm.c | 114 const unsigned char *ibuff,/* input buffer[blockAlign] */ in lsx_ms_adpcm_block_expand_i() argument 125 ip = ibuff; in lsx_ms_adpcm_block_expand_i() 175 const SAMPL *ibuff, /* ibuff[] is interleaved input samples */ in AdpcmMashS() argument 187 ip = ibuff + ch; /* point ip to 1st input sample for this channel */ in AdpcmMashS() 188 itop = ibuff + n*chans; in AdpcmMashS()
|
| H A D | ima_rw.h | 35 const unsigned char *ibuff,/* input buffer[blockAlign] */ 43 const unsigned char *ibuff,/* input buffer[blockAlign] */
|
| H A D | adpcm.h | 40 const unsigned char *ibuff,/* input buffer[blockAlign] */
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | getevents.c | 412 char *ibuff = NULL, *obuff; in GetMotionHistory() local 446 ibuff = (char *) pDev->valuator->motion + (i * size); in GetMotionHistory() 447 memcpy(¤t, ibuff, sizeof(Time)); in GetMotionHistory() 454 memcpy(obuff, ibuff, sizeof(Time)); /* copy timestamp */ in GetMotionHistory() 456 icbuf = (INT32 *) (ibuff + sizeof(Time)); in GetMotionHistory() 485 memcpy(obuff, ibuff, sizeof(Time)); /* copy timestamp */ in GetMotionHistory() 488 icbuf = (INT32 *) (ibuff + sizeof(Time)); in GetMotionHistory() 515 memcpy(obuff, ibuff, size); in GetMotionHistory()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/ |
| H A D | 0001-tiffcrop-subroutines-require-a-larger-buffer-fixes-2.patch | 582 ibuff = *ibuff_ptr; 616 dst = ibuff + (rowsize * (length - 1)); 635 src = ibuff + row_offset;
|