/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 264 def strides_from_shape(ndim, shape, itemsize, layout): argument 435 def verify_structure(memlen, itemsize, ndim, shape, strides, offset): argument 488 def rand_structure(itemsize, valid, maxdim=5, maxshape=16, shape=()): argument 645 def cast_items(exporter, fmt, itemsize, shape=None): argument 773 itemsize, fmt, readonly, argument 2516 def __init__(self, val): argument 2522 def __init__(self, val): argument
|
/aosp_15_r20/external/ComputeLibrary/include/libnpy/ |
H A D | npy.hpp | 87 const unsigned int itemsize; member 160 inline bool in_array(T val, const std::array <T, N> &arr) { in in_array() argument 184 unsigned int itemsize = std::stoul(itemsize_s); in parse_descr() local
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/ |
H A D | execution_trace_observer.cpp | 67 inline std::string getScalarValue(const c10::IValue& val) { in getScalarValue() 355 const c10::IValue& val, in convertIValue() 381 size_t itemsize = 0; in convertIValue() local 463 const c10::IValue& val, in appendValueInfo()
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/ |
H A D | zic.c | 429 size_product(size_t nitems, size_t itemsize) in size_product() 450 growalloc(void *ptr, size_t itemsize, int nitems, int *nitems_alloc) in growalloc() 1544 convert(const int_fast32_t val, char *const buf) in convert() 1555 convert64(const zic_t val, char *const buf) in convert64() 1566 puttzcode(const int_fast32_t val, FILE *const fp) in puttzcode() 1575 puttzcode64(const zic_t val, FILE *const fp) in puttzcode64()
|
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 429 size_product(size_t nitems, size_t itemsize) in size_product() 450 growalloc(void *ptr, size_t itemsize, int nitems, int *nitems_alloc) in growalloc() 1544 convert(const int_fast32_t val, char *const buf) in convert() 1555 convert64(const zic_t val, char *const buf) in convert64() 1566 puttzcode(const int_fast32_t val, FILE *const fp) in puttzcode() 1575 puttzcode64(const zic_t val, FILE *const fp) in puttzcode64()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | abstract.c | 533 Py_ssize_t itemsize = -1; in PyBuffer_SizeFromFormat() local 693 Py_ssize_t *strides, int itemsize, in PyBuffer_FillContiguousStrides() 1668 double val = PyFloat_AS_DOUBLE(res); in PyNumber_Float() local 1678 double val = PyLong_AsDouble(res); in PyNumber_Float() local
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | bltinmodule.c | 1360 PyObject *v, *it, *item, *val, *maxitem, *maxval, *keyfunc=NULL; in min_max() local 2517 const Py_ssize_t itemsize = PySequence_Length(args); in builtin_zip() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image_write.h | 826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() 1318 static void stbiw__jpg_calcBits(int val, unsigned short bits[2]) { in stbiw__jpg_calcBits()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image_write.h | 826 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() 1318 static void stbiw__jpg_calcBits(int val, unsigned short bits[2]) { in stbiw__jpg_calcBits()
|
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image_write.h | 683 static void *stbiw__sbgrowf(void **arr, int increment, int itemsize) in stbiw__sbgrowf() 1114 static void stbiw__jpg_calcBits(int val, unsigned short bits[2]) { in stbiw__jpg_calcBits()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | register_prim_ops.cpp | 385 int64_t val = static_cast<int64_t>(std::stoll(s->string(), &sz)); in __anonbfe5918f1602() local 2569 const auto itemsize = static_cast<int64_t>(a.itemsize()); in __anonbfe5918f8802() local 2829 auto val = pop(stack); in __anonbfe5918f9b02() local
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 1474 Py_ssize_t itemsize, itemalign; in PyCArrayType_new() local 4394 PyObject *name, *val; in _init_pos_args() local 5025 PyObject *val, *result; in Simple_repr() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 1467 Py_ssize_t itemsize, itemalign; in PyCArrayType_new() local 4265 PyObject *name, *val; in _init_pos_args() local 4975 PyObject *val, *name, *args, *result; in Simple_repr() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 3655 Py_ssize_t itemsize = sizeof(int); in test_from_contiguous() local 5395 PyObject *val = PyLong_FromLong(1); in test_mapping_has_key_string() local 5601 PyObject *seq, *val; in sequence_setitem() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF/NOTICE
META- ... |
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 4191 def _make_helper(self, sbdata, getfunc, itemsize): argument 15389 def __eol_test(val): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 4151 def _make_helper(self, sbdata, getfunc, itemsize): argument 15278 def __eol_test(val): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 4207 def _make_helper(self, sbdata, getfunc, itemsize): argument 15583 def __eol_test(val): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/ |
D | __init__.py | 4191 def _make_helper(self, sbdata, getfunc, itemsize): argument 15389 def __eol_test(val): argument
|