Home
last modified time | relevance | path

Searched refs:PBSIZE (Results 1 – 25 of 35) sorted by relevance

12

/dports/comms/tcpser/tcpser/src/
H A Dphone_book.c6 #define PBSIZE 100 macro
8 unsigned char phone_book[PBSIZE][2][128];
17 if(size < PBSIZE in pb_add()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Djfs_filsys.h96 #define PBSIZE 512 /* physical block size (in byte) */ macro
137 #define LBOFFSET(x) ((x) & (PBSIZE - 1))
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Djfs_filsys.h96 #define PBSIZE 512 /* physical block size (in byte) */ macro
137 #define LBOFFSET(x) ((x) & (PBSIZE - 1))
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Djfs_filsys.h96 #define PBSIZE 512 /* physical block size (in byte) */ macro
137 #define LBOFFSET(x) ((x) & (PBSIZE - 1))
/dports/print/pic2fig/pic2fig/
H A Dpic2.c121 #define PBSIZE 2000 macro
122 char pbuf[PBSIZE]; /* pushback buffer */
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/eqn/
H A Dinput.c135 #define PBSIZE 2000 macro
136 char pbuf[PBSIZE]; /* pushback buffer */
/dports/misc/libemos/libemos-4.5.9-Source/pbio/
H A Dpbsize.c24 void PBSIZE(FILE ** in, fortint * plen) in PBSIZE() function
/dports/misc/libemos/libemos-4.5.9-Source/gribex/
H A Dxgrdemo.F138 CALL PBSIZE(FILE, LENOUT)
/dports/math/scalapack/scalapack-2.1.0/SRC/
H A Dpssyttrd.f428 $ PBMIN, PBSIZE, PNB, ROWSPERPROC local
1145 PBSIZE = MIN( PNB, LTNM1-PBMIN+1 )
1147 CALL SGEMM( 'N', 'C', PBSIZE, PBMAX, NBZG, Z_NEGONE,
1152 CALL SGEMM( 'N', 'C', PBSIZE, PBMAX, ANB, Z_NEGONE,
H A Dpzhettrd.f429 $ PBMIN, PBSIZE, PNB, ROWSPERPROC local
1151 PBSIZE = MIN( PNB, LTNM1-PBMIN+1 )
1153 CALL ZGEMM( 'N', 'C', PBSIZE, PBMAX, NBZG, Z_NEGONE,
1158 CALL ZGEMM( 'N', 'C', PBSIZE, PBMAX, ANB, Z_NEGONE,
H A Dpchettrd.f429 $ PBMIN, PBSIZE, PNB, ROWSPERPROC local
1150 PBSIZE = MIN( PNB, LTNM1-PBMIN+1 )
1152 CALL CGEMM( 'N', 'C', PBSIZE, PBMAX, NBZG, Z_NEGONE,
1157 CALL CGEMM( 'N', 'C', PBSIZE, PBMAX, ANB, Z_NEGONE,
H A Dpdsyttrd.f428 $ PBMIN, PBSIZE, PNB, ROWSPERPROC local
1146 PBSIZE = MIN( PNB, LTNM1-PBMIN+1 )
1148 CALL DGEMM( 'N', 'C', PBSIZE, PBMAX, NBZG, Z_NEGONE,
1153 CALL DGEMM( 'N', 'C', PBSIZE, PBMAX, ANB, Z_NEGONE,
/dports/audio/snack/snack2.2.10/generic/
H A DjkSoundEngine.c45 short shortBuffer[PBSIZE];
46 float floatBuffer[PBSIZE];
47 float fff[PBSIZE];
75 if (size > PBSIZE / globalStreamWidth) { in RecCallback()
76 size = PBSIZE / globalStreamWidth; in RecCallback()
571 if (size > PBSIZE / globalStreamWidth/* || blockingPlay*/) { in PlayCallback()
572 size = PBSIZE / globalStreamWidth; in PlayCallback()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/grap/
H A Dinput.c209 #define PBSIZE 2000 macro
210 char pbuf[PBSIZE]; /* pushback buffer */
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/tpic/
H A Dinput.c224 #define PBSIZE 2000 macro
225 char pbuf[PBSIZE]; /* pushback buffer */
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/pic/
H A Dinput.c225 #define PBSIZE 2000 macro
226 char pbuf[PBSIZE]; /* pushback buffer */
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/svgpic/
H A Dinput.c225 #define PBSIZE 2000 macro
226 char pbuf[PBSIZE]; /* pushback buffer */
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/pic/
H A Dinput.c241 #define PBSIZE 2000 macro
242 char pbuf[PBSIZE]; /* pushback buffer */
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/grap/
H A Dinput.c223 #define PBSIZE 2000 macro
224 char pbuf[PBSIZE]; /* pushback buffer */
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dncedit.cpp1874 #define PBSIZE (0x100) macro
1943 unicode_t buf[PBSIZE]; in __DrawChanges()
1944 int count = n > PBSIZE ? PBSIZE : n; in __DrawChanges()
2043 unicode_t buf[PBSIZE]; in Paint()
2044 int count = n > PBSIZE ? PBSIZE : n; in Paint()
/dports/misc/libemos/libemos-4.5.9-Source/interpolation/
H A Dintin.F275 CALL PBSIZE(NISLSCP,IGSIZE)
332 CALL PBSIZE(NISLSCP,IGSIZE)
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/grubfs/
H A Djfs.h62 #define PBSIZE 512 /* physical block size (in byte) */ macro
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Djfs.h62 #define PBSIZE 512 /* physical block size (in byte) */ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/grubfs/
H A Djfs.h62 #define PBSIZE 512 /* physical block size (in byte) */ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/grubfs/
H A Djfs.h62 #define PBSIZE 512 /* physical block size (in byte) */ macro

12