Home
last modified time | relevance | path

Searched refs:wordsize (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/Asm/x86/
D7zAsm.asm10 ifdef @wordsize
11 ; @wordsize is defined only in JWASM and ASMC and is not defined in MASM
12 ; @wordsize eq 8 for 64-bit x64
13 ; @wordsize eq 2 for 32-bit x86
14 if @wordsize eq 8
/third_party/libjpeg-turbo/
Dlibjpeg-turbo.spec76 %global wordsize "64"
78 %global wordsize ""
81 if test -n "$wordsize"
84 mv jconfig.h jconfig-$wordsize.h
/third_party/gstreamer/gstplugins_base/tests/check/gst/
Dtypefindfunctions.c229 guint wordsize = bytesize >> 1, frmsizecod = 0; in make_ac3_packet() local
236 if (frmsize[i].frmsize == wordsize) { in make_ac3_packet()
301 guint wordsize = bytesize >> 1; in make_eac3_packet() local
307 data[2] = (data[2] & ~0x07) | ((((wordsize - 1) & 0x700) >> 8) & 0xff); in make_eac3_packet()
308 data[3] = (wordsize - 1) & 0xff; in make_eac3_packet()
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c1132 int wordsize = opengl_type_size(opengl->type); in opengl_get_plane_pointer() local
1141 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()
/third_party/elfutils/tests/
Drun-dwarf-getmacros.sh627 file /usr/include/bits/wordsize.h