Searched refs:np (Results 1 – 7 of 7) sorted by relevance
| /tools/mm/ |
| A D | thpmaps | 23 import numpy as np 61 r = np.full(sz, 2) 62 d = np.diff(search[0]) == 1 63 for dd in [np.diff(arr) == 1 for arr in search[1:]]: 67 return [np.repeat(arr, r).reshape(-1, 2) for arr in index] 104 return np.frombuffer(buf, dtype=np.uint64) 110 buf = bytearray(int(np.sum(lengths))) 271 folio_nrs = np.append(np.diff(folios), np.uint64(index_end - folios[-1])) 272 folio_orders = np.log2(folio_nrs).astype(np.uint64) 401 vfns = np.arange(start, end, dtype=np.uint64) [all …]
|
| /tools/testing/selftests/net/forwarding/ |
| A D | tc_taprio.sh | 198 import numpy as np 200 w = np.array(list(pdelay.values())) 201 print("{}".format(np.max(w))) 283 import numpy as np 285 w = np.array(list(pdelay.values())) 286 print("{}".format(int(np.median(w))))
|
| /tools/build/ |
| A D | Makefile.feature | 89 pthread-attr-setaffinity-np \
|
| /tools/build/feature/ |
| A D | Makefile | 49 test-pthread-attr-setaffinity-np.bin \ 126 $(OUTPUT)test-pthread-attr-setaffinity-np.bin:
|
| /tools/testing/selftests/kvm/lib/ |
| A D | sparsebit.c | 219 static struct node *node_next(const struct sparsebit *s, struct node *np) in node_next() argument 221 struct node *nodep = np; in node_next() 247 static struct node *node_prev(const struct sparsebit *s, struct node *np) in node_prev() argument 249 struct node *nodep = np; in node_prev()
|
| /tools/perf/ |
| A D | Makefile.config | 397 ifeq ($(feature-pthread-attr-setaffinity-np), 1)
|
| /tools/power/pm-graph/ |
| A D | sleepgraph.py | 2203 np = self.nextPhase('resume_machine', 1) 2204 if np: 2205 dm['resume_machine']['end'] = dm[np]['start']
|
Completed in 39 milliseconds