Searched refs:wordsize (Results 1 – 5 of 5) sorted by relevance
10 ifdef @wordsize11 ; @wordsize is defined only in JWASM and ASMC and is not defined in MASM12 ; @wordsize eq 8 for 64-bit x6413 ; @wordsize eq 2 for 32-bit x8614 if @wordsize eq 8
76 %global wordsize "64"78 %global wordsize ""81 if test -n "$wordsize"84 mv jconfig.h jconfig-$wordsize.h
229 guint wordsize = bytesize >> 1, frmsizecod = 0; in make_ac3_packet() local236 if (frmsize[i].frmsize == wordsize) { in make_ac3_packet()301 guint wordsize = bytesize >> 1; in make_eac3_packet() local307 data[2] = (data[2] & ~0x07) | ((((wordsize - 1) & 0x700) >> 8) & 0xff); in make_eac3_packet()308 data[3] = (wordsize - 1) & 0xff; in make_eac3_packet()
1132 int wordsize = opengl_type_size(opengl->type); in opengl_get_plane_pointer() local1141 data += opengl->width * opengl->height * wordsize; in opengl_get_plane_pointer()1144 data += opengl->width * opengl->height * wordsize; in opengl_get_plane_pointer()1145 data += width_chroma * height_chroma * wordsize; in opengl_get_plane_pointer()1148 data += opengl->width * opengl->height * wordsize; in opengl_get_plane_pointer()1149 data += 2 * width_chroma * height_chroma * wordsize; in opengl_get_plane_pointer()
627 file /usr/include/bits/wordsize.h