Home
last modified time | relevance | path

Searched refs:DPSTR (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/mips/math-emu/
Dieee754.c63 #define DPSTR(s,b,mh,ml) {ml,mh,b,s} macro
68 #define DPSTR(s,b,mh,ml) {s,b,mh,ml} macro
72 DPSTR(0, DP_EMIN - 1 + DP_EBIAS, 0, 0), /* + zero */
73 DPSTR(1, DP_EMIN - 1 + DP_EBIAS, 0, 0), /* - zero */
74 DPSTR(0, DP_EBIAS, 0, 0), /* + 1.0 */
75 DPSTR(1, DP_EBIAS, 0, 0), /* - 1.0 */
76 DPSTR(0, 3 + DP_EBIAS, 0x40000, 0), /* + 10.0 */
77 DPSTR(1, 3 + DP_EBIAS, 0x40000, 0), /* - 10.0 */
78 DPSTR(0, DP_EMAX + 1 + DP_EBIAS, 0, 0), /* + infinity */
79 DPSTR(1, DP_EMAX + 1 + DP_EBIAS, 0, 0), /* - infinity */
[all …]
/linux-2.4.37.9/drivers/sound/
Dmaestro3.c180 #define DPSTR 2 /* per 'stream' */ macro
469 DPRINTK(DPSTR, "adding val 0x%x to list 0x%p at pos %d\n", in m3_add_list()
486 DPRINTK(DPSTR, "removing ind %d from list 0x%p\n", in m3_remove_list()
743 DPRINTK(DPSTR, "mode=%d rate=%d buf=%p len=%d.\n", in m3_play_setup()
903 DPRINTK(DPSTR, "rec_setup mode=%d rate=%d buf=%p len=%d.\n", in m3_rec_setup()
1122 …DPRINTK(DPSTR,"prog_dmabuf: numfrag: %d fragsize: %d dmasize: %d\n",db->numfrag,db->fragsize,db->d… in prog_dmabuf()
1901 DPRINTK(DPSTR,"allocating for dmabuf %p\n", db); in allocate_dmabuf()
1922 DPRINTK(DPSTR,"allocated %ld (%d) bytes at %p\n", in allocate_dmabuf()
1955 DPRINTK(DPSTR,"freeing %p from dmabuf %p\n",db->rawbuf, db); in free_dmabuf()