Home
last modified time | relevance | path

Searched defs:SIZE_OF_INT (Results 1 – 3 of 3) sorted by relevance

/external/python/cffi/testing/cffi1/
Dtest_new_ffi_1.py11 SIZE_OF_INT = ctypes.sizeof(ctypes.c_int) variable
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/icu/
DICUResourceWriter.java46 public static final int SIZE_OF_INT = 4; field in ICUResourceWriter
/external/python/cffi/testing/cffi0/
Dbackend_tests.py8 SIZE_OF_INT = ctypes.sizeof(ctypes.c_int) variable