| /external/sandboxed-api/sandboxed_api/ |
| D | var_array.h | 43 Array(T* arr, size_t nelem) in Array() 52 explicit Array(size_t nelem) in Array()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | inplace_ops_functor_gpu.cu.cc | 46 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
|
| D | tile_functor_cpu.h | 29 const int64_t nelem = out->NumElements(); in TileSimpleImpl() local
|
| D | transpose_functor_gpu.cu.cc | 61 const int64 nelem = in.NumElements(); in TransposeSimple() local
|
| /external/libutf/ |
| D | utfdef.h | 13 #define nelem(x) (sizeof(x)/sizeof((x)[0])) macro
|
| /external/python/cpython3/Objects/ |
| D | obmalloc.c | 105 _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.c | 589 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.c | 4156 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/ |
| D | sum.c | 71 extern int sumarr(int* input, size_t nelem) { in sumarr()
|
| /external/python/cpython2/Modules/ |
| D | bsddbmodule.c | 54 int bsize, int ffactor, int nelem, int cachesize, in newdbhashobject() 687 int nelem = 0; in bsdhashopen() local
|
| D | _bsddb.c | 3037 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/ |
| D | ares__sortaddrinfo.c | 454 int nelem = 0, i; in ares__sortaddrinfo() local
|
| /external/python/cpython2/Lib/bsddb/ |
| D | __init__.py | 353 def hashopen(file, flag='c', mode=0666, pgsize=None, ffactor=None, nelem=None, argument
|
| /external/libcxx/utils/google-benchmark/src/ |
| D | sysinfo.cc | 617 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
|
| /external/one-true-awk/ |
| D | awk.h | 109 int nelem; /* elements in table right now */ member
|
| /external/google-benchmark/src/ |
| D | sysinfo.cc | 839 const size_t nelem = static_cast<size_t>(getloadavg(res.data(), kMaxSamples)); in GetLoadAvg() local
|
| /external/cronet/third_party/google_benchmark/src/src/ |
| D | sysinfo.cc | 823 const int nelem = getloadavg(res.data(), kMaxSamples); in GetLoadAvg() local
|
| /external/python/cpython3/Programs/ |
| D | _testembed.c | 1990 calloc_wrapper(void *ctx, size_t nelem, size_t elsize) in calloc_wrapper()
|
| /external/dlmalloc/ |
| D | dlmalloc.c | 5127 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/ |
| D | dlmalloc.c | 5150 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/ |
| D | dlmalloc_2_8_6.c | 5092 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/ |
| D | volatile_memory.rs | 1191 nelem: usize, field
|
| /external/mesa3d/src/broadcom/compiler/ |
| D | nir_to_vir.c | 1110 int array_index, unsigned nelem) in emit_fragment_input()
|
| /external/libdrm/ |
| D | xf86drm.c | 3609 int id, type, nelem; in get_sysctl_pci_bus_info() local
|