Home
last modified time | relevance | path

Searched defs:nelem (Results 1 – 24 of 24) sorted by relevance

/external/sandboxed-api/sandboxed_api/
Dvar_array.h43 Array(T* arr, size_t nelem) in Array()
52 explicit Array(size_t nelem) in Array()
/external/tensorflow/tensorflow/core/kernels/
Dinplace_ops_functor_gpu.cu.cc46 const int64 nelem = value.NumElements(); in DoParallelConcatUpdate() local
111 const int64 nelem = v.NumElements(); in DoInplaceOp() local
146 const int64 nelem = v.NumElements(); in DoInplaceOp() local
Dtile_functor_cpu.h29 const int64_t nelem = out->NumElements(); in TileSimpleImpl() local
Dtranspose_functor_gpu.cu.cc61 const int64 nelem = in.NumElements(); in TransposeSimple() local
/external/libutf/
Dutfdef.h13 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
/external/python/cpython3/Objects/
Dobmalloc.c105 _PyMem_RawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_RawCalloc()
590 PyMem_RawCalloc(size_t nelem, size_t elsize) in PyMem_RawCalloc()
627 PyMem_Calloc(size_t nelem, size_t elsize) in PyMem_Calloc()
716 PyObject_Calloc(size_t nelem, size_t elsize) in PyObject_Calloc()
2012 _PyObject_Calloc(void *ctx, size_t nelem, size_t elsize) in _PyObject_Calloc()
2545 _PyMem_DebugRawCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugRawCalloc()
2697 _PyMem_DebugCalloc(void *ctx, size_t nelem, size_t elsize) in _PyMem_DebugCalloc()
/external/python/cpython3/Modules/
D_tracemalloc.c589 tracemalloc_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc()
686 tracemalloc_alloc_gil(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_alloc_gil()
718 tracemalloc_calloc_gil(void *ctx, size_t nelem, size_t elsize) in tracemalloc_calloc_gil()
759 tracemalloc_raw_alloc(int use_calloc, void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_alloc()
794 tracemalloc_raw_calloc(void *ctx, size_t nelem, size_t elsize) in tracemalloc_raw_calloc()
D_testcapimodule.c4156 static void* hook_calloc(void* ctx, size_t nelem, size_t elsize) in hook_calloc()
4189 size_t size, size2, nelem, elsize; in test_setallocators() local
4367 hook_fcalloc(void *ctx, size_t nelem, size_t elsize) in hook_fcalloc()
/external/sandboxed-api/sandboxed_api/examples/sum/
Dsum.c71 extern int sumarr(int* input, size_t nelem) { in sumarr()
/external/python/cpython2/Modules/
Dbsddbmodule.c54 int bsize, int ffactor, int nelem, int cachesize, in newdbhashobject()
687 int nelem = 0; in bsdhashopen() local
D_bsddb.c3037 int err, nelem; in DB_set_h_nelem() local
3054 u_int32_t nelem; in DB_get_h_nelem() local
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares__sortaddrinfo.c454 int nelem = 0, i; in ares__sortaddrinfo() local
/external/python/cpython2/Lib/bsddb/
D__init__.py353 def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem=None, argument
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc617 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/external/one-true-awk/
Dawk.h109 int nelem; /* elements in table right now */ member
/external/google-benchmark/src/
Dsysinfo.cc839 const size_t nelem = static_cast<size_t>(getloadavg(res.data(), kMaxSamples)); in GetLoadAvg() local
/external/cronet/third_party/google_benchmark/src/src/
Dsysinfo.cc823 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
/external/python/cpython3/Programs/
D_testembed.c1990 calloc_wrapper(void *ctx, size_t nelem, size_t elsize) in calloc_wrapper()
/external/dlmalloc/
Ddlmalloc.c5127 static size_t internal_bulk_free(mstate m, void* array[], size_t nelem) { in internal_bulk_free()
5353 size_t dlbulk_free(void* array[], size_t nelem) { in dlbulk_free()
5883 size_t mspace_bulk_free(mspace msp, void* array[], size_t nelem) { in mspace_bulk_free()
/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c5150 static size_t internal_bulk_free(mstate m, void* array[], size_t nelem) { in internal_bulk_free()
5369 size_t dlbulk_free(void* array[], size_t nelem) { in dlbulk_free()
5897 size_t mspace_bulk_free(mspace msp, void* array[], size_t nelem) { in mspace_bulk_free()
/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c5092 static size_t internal_bulk_free(mstate m, void* array[], size_t nelem) { in internal_bulk_free()
5311 size_t dlbulk_free(void* array[], size_t nelem) { in dlbulk_free()
5839 size_t mspace_bulk_free(mspace msp, void* array[], size_t nelem) { in mspace_bulk_free()
/external/rust/crates/vm-memory/src/
Dvolatile_memory.rs1191 nelem: usize, field
/external/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1110 int array_index, unsigned nelem) in emit_fragment_input()
/external/libdrm/
Dxf86drm.c3609 int id, type, nelem; in get_sysctl_pci_bus_info() local