Searched defs:typecode (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Modules/clinic/ |
H A D | arraymodule.c.h | 539 int typecode; in array__array_reconstructor() local
|
/third_party/backends/backend/ |
H A D | dmc.c | 121 DMCRead(int fd, unsigned int typecode, unsigned int qualifier, in DMCRead() argument 160 DMCWrite(int fd, unsigned int typecode, unsigned int qualifier, in DMCWrite() argument [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | brotli_bit_stream.c | 739 size_t typecode = NextBlockTypeCode(&code->type_code_calculator, block_type); in StoreBlockSwitch() local
|
/third_party/python/Lib/test/ |
H A D | test_array.py | 1169 typecode = 'u' global() variable in UnicodeTest 1372 typecode = 'b' global() variable in ByteTest 1376 typecode = 'B' global() variable in UnsignedByteTest 1380 typecode = 'h' global() variable in ShortTest 1384 typecode = 'H' global() variable in UnsignedShortTest 1388 typecode = 'i' global() variable in IntTest 1392 typecode = 'I' global() variable in UnsignedIntTest 1396 typecode = 'l' global() variable in LongTest 1400 typecode = 'L' global() variable in UnsignedLongTest 1404 typecode = 'q' global() variable in LongLongTest 1408 typecode = 'Q' global() variable in UnsignedLongLongTest 1447 typecode = 'f' global() variable in FloatTest 1451 typecode = 'd' global() variable in DoubleTest 1473 typecode = 'b' global() variable in LargeArrayTest [all...] |
/third_party/python/Modules/ |
H A D | arraymodule.c | 31 char typecode; member 1826 typecode_to_mformat_code(char typecode) in typecode_to_mformat_code() argument 1931 make_array(PyTypeObject *arraytype, char typecode, PyObject *items) in make_array() argument 1978 array__array_reconstructor_impl(PyObject *module, PyTypeObject *arraytype, int typecode, enum machine_format_code mformat_code, PyObject *items) array__array_reconstructor_impl() argument 2193 int typecode = self->ob_descr->typecode; array_array___reduce_ex___impl() local 2271 char typecode = a->ob_descr->typecode; array_get_typecode() local 2318 char typecode; array_repr() local [all...] |
Completed in 16 milliseconds