Home
last modified time | relevance | path

Searched refs:src (Results 1 – 4 of 4) sorted by relevance

/liblc3-latest/test/
Dctypes.h67 #define new_1d_copy(t, n, src) \ argument
68 __new_1d_copy(t, n, src)
70 #define new_2d_copy(t, n1, n2, src) \ argument
71 __new_2d_copy(t, n1, n2, src)
117 void *src; in __to_1d_copy() local
119 if ((obj = to_1d_ptr(obj, t, n, &src))) in __to_1d_copy()
120 memcpy(v, src, PyArray_NBYTES((PyArrayObject *)obj)); in __to_1d_copy()
128 void *src; in __to_2d_copy() local
130 if ((obj = to_2d_ptr(obj, t, n1, n2, &src))) in __to_2d_copy()
131 memcpy(v, src, PyArray_NBYTES((PyArrayObject *)obj)); in __to_2d_copy()
[all …]
/liblc3-latest/
Dmeson.build32 subdir('src') subdir
DMakefile110 SRC_DIR = src
DREADME.md18 - src: Source files