Home
last modified time | relevance | path

Searched refs:wordsize (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/Asm/x86/
H A 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/freetype/
H A Dftconfig.h4 #include <bits/wordsize.h>
/third_party/ffmpeg/libavdevice/
H A 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/
H A Drun-dwarf-getmacros.sh627 file /usr/include/bits/wordsize.h

Completed in 4 milliseconds