Searched refs:local_ts (Results 1 – 3 of 3) sorted by relevance
/external/bcc/examples/cpp/ |
D | UseExternalMap.cc | 88 std::unique_ptr<ebpf::TableStorage> local_ts = in main() local 94 local_ts->Insert(global_path, std::move(table_desc)); in main() 97 ebpf::BPF bpf(0, &*local_ts); in main()
|
/external/llvm-project/polly/lib/External/ppcg/ |
D | hybrid.c | 817 __isl_keep isl_space *local_ts, __isl_keep isl_aff *shift_space, in compute_localize() argument 826 local_ts = isl_space_copy(local_ts); in compute_localize() 827 space = isl_space_map_from_domain_and_range(space, local_ts); in compute_localize() 889 isl_space *ts, *local_ts; in ppcg_ht_bounds_construct_tiling() local 910 local_ts = construct_local_ts_space(ctx); in ppcg_ht_bounds_construct_tiling() 916 localize = compute_localize(local_ts, shift_space, st, space_sizes); in ppcg_ht_bounds_construct_tiling() 924 tiling->hex = compute_hexagon(local_ts, h, s0, dl, du, dlh, duh); in ppcg_ht_bounds_construct_tiling()
|
/external/python/cpython3/Modules/ |
D | _zoneinfo.c | 154 get_local_timestamp(PyObject *dt, int64_t *local_ts); 2191 get_local_timestamp(PyObject *dt, int64_t *local_ts) in get_local_timestamp() argument 2193 assert(local_ts != NULL); in get_local_timestamp() 2250 *local_ts = (int64_t)(ord - EPOCHORDINAL) * 86400 + in get_local_timestamp()
|