/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcphuff-sse2.asm | 33 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/ |
D | jcphuff-sse2.asm | 34 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/ |
D | pyconfig.h | 324 #define SIZEOF_INT 4 macro 636 #define SIZEOF_PID_T SIZEOF_INT
|
/third_party/python/Include/ |
D | longobject.h | 39 #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/ |
D | ftconfig.h | 45 #define SIZEOF_INT 4 macro
|
/third_party/gstreamer/gstplugins_good/ |
D | config.h | 99 #define SIZEOF_INT 4 macro
|
/third_party/gstreamer/gstplugins_bad/ |
D | config.h | 104 #define SIZEOF_INT 4 macro
|
/third_party/curl/lib/ |
D | config-mac.h | 76 #define SIZEOF_INT 4 macro
|
D | config-amigaos.h | 65 #define SIZEOF_INT 4 macro
|
D | config-dos.h | 80 #define SIZEOF_INT 4 macro
|
D | config-win32ce.h | 205 #define SIZEOF_INT 4 macro
|
D | config-plan9.h | 52 #define SIZEOF_INT 4 macro
|
D | config-riscos.h | 205 #define SIZEOF_INT 4 macro
|
D | config-os400.h | 227 #define SIZEOF_INT 4 macro
|
D | config-win32.h | 293 #define SIZEOF_INT 4 macro
|
/third_party/gstreamer/gstplugins_base/ |
D | config.h | 120 #define SIZEOF_INT 4 macro
|
/third_party/node/deps/cares/config/cygwin/ |
D | ares_config.h | 451 #define SIZEOF_INT 4 macro
|
/third_party/python/Include/internal/ |
D | pycore_bitutils.h | 99 #if SIZEOF_INT >= 4 in _Py_popcount32()
|
/third_party/curl/customized/include/ |
D | curl_config_standard_http3.h | 931 #define SIZEOF_INT 4 macro
|
D | curl_config_standard.h | 930 #define SIZEOF_INT 4 macro
|
D | curl_config_liteos_a.h | 897 #define SIZEOF_INT 4 macro
|
D | curl_config_liteos_m.h | 951 #define SIZEOF_INT 4 macro
|
/third_party/python/Modules/ |
D | socketmodule.h | 217 # define SIZEOF_SOCKET_T SIZEOF_INT
|
/third_party/python/Lib/test/ |
D | test_socket.py | 173 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/ |
D | SndFileChecks.cmake | 110 # check_type_size (int SIZEOF_INT)
|