Home
last modified time | relevance | path

Searched refs:SIZEOF_INT (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcphuff-sse2.asm33 mov T0, INT [LUT + 0*SIZEOF_INT]
34 mov T1, INT [LUT + 8*SIZEOF_INT]
38 mov T0, INT [LUT + 1*SIZEOF_INT]
39 mov T1, INT [LUT + 9*SIZEOF_INT]
43 mov T0, INT [LUT + 2*SIZEOF_INT]
44 mov T1, INT [LUT + 10*SIZEOF_INT]
48 mov T0, INT [LUT + 3*SIZEOF_INT]
49 mov T1, INT [LUT + 11*SIZEOF_INT]
53 mov T0, INT [LUT + 4*SIZEOF_INT]
54 mov T1, INT [LUT + 12*SIZEOF_INT]
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcphuff-sse2.asm34 mov T0d, INT [LUT + 0*SIZEOF_INT]
35 mov T1d, INT [LUT + 8*SIZEOF_INT]
39 mov T0d, INT [LUT + 1*SIZEOF_INT]
40 mov T1d, INT [LUT + 9*SIZEOF_INT]
44 mov T0d, INT [LUT + 2*SIZEOF_INT]
45 mov T1d, INT [LUT + 10*SIZEOF_INT]
49 mov T0d, INT [LUT + 3*SIZEOF_INT]
50 mov T1d, INT [LUT + 11*SIZEOF_INT]
54 mov T0d, INT [LUT + 4*SIZEOF_INT]
55 mov T1d, INT [LUT + 12*SIZEOF_INT]
[all …]
/third_party/python/PC/
Dpyconfig.h324 #define SIZEOF_INT 4 macro
636 #define SIZEOF_PID_T SIZEOF_INT
/third_party/python/Include/
Dlongobject.h39 #if !defined(SIZEOF_PID_T) || SIZEOF_PID_T == SIZEOF_INT
55 #if SIZEOF_VOID_P == SIZEOF_INT
/third_party/skia/third_party/externals/freetype/builds/vms/
Dftconfig.h45 #define SIZEOF_INT 4 macro
/third_party/gstreamer/gstplugins_good/
Dconfig.h99 #define SIZEOF_INT 4 macro
/third_party/gstreamer/gstplugins_bad/
Dconfig.h104 #define SIZEOF_INT 4 macro
/third_party/curl/lib/
Dconfig-mac.h76 #define SIZEOF_INT 4 macro
Dconfig-amigaos.h65 #define SIZEOF_INT 4 macro
Dconfig-dos.h80 #define SIZEOF_INT 4 macro
Dconfig-win32ce.h205 #define SIZEOF_INT 4 macro
Dconfig-plan9.h52 #define SIZEOF_INT 4 macro
Dconfig-riscos.h205 #define SIZEOF_INT 4 macro
Dconfig-os400.h227 #define SIZEOF_INT 4 macro
Dconfig-win32.h293 #define SIZEOF_INT 4 macro
/third_party/gstreamer/gstplugins_base/
Dconfig.h120 #define SIZEOF_INT 4 macro
/third_party/node/deps/cares/config/cygwin/
Dares_config.h451 #define SIZEOF_INT 4 macro
/third_party/python/Include/internal/
Dpycore_bitutils.h99 #if SIZEOF_INT >= 4 in _Py_popcount32()
/third_party/curl/customized/include/
Dcurl_config_standard_http3.h931 #define SIZEOF_INT 4 macro
Dcurl_config_standard.h930 #define SIZEOF_INT 4 macro
Dcurl_config_liteos_a.h897 #define SIZEOF_INT 4 macro
Dcurl_config_liteos_m.h951 #define SIZEOF_INT 4 macro
/third_party/python/Modules/
Dsocketmodule.h217 # define SIZEOF_SOCKET_T SIZEOF_INT
/third_party/python/Lib/test/
Dtest_socket.py173 SIZEOF_INT = array.array("i").itemsize variable
3449 self.assertEqual(len(cmsg_data) % SIZEOF_INT, 0)
3482 socket.CMSG_SPACE(4 * SIZEOF_INT)))
3492 socket.CMSG_LEN(4 * SIZEOF_INT)),
3534 socket.CMSG_SPACE(SIZEOF_INT) +
3535 socket.CMSG_LEN(SIZEOF_INT * num_fds)),
3587 self.assertLess(len(cmsg_data), SIZEOF_INT)
3671 SIZEOF_INT * 2))
3723 self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(SIZEOF_INT),
3724 maxdata=SIZEOF_INT)
[all …]
/third_party/libsnd/cmake/
DSndFileChecks.cmake110 # check_type_size (int SIZEOF_INT)

12