Searched refs:_c (Results 1 - 8 of 8) sorted by relevance

/gem5/src/base/
H A Dtypes.hh94 explicit constexpr Cycles(uint64_t _c) : c(_c) { } argument
/gem5/src/arch/arm/insts/
H A Dmem64.hh292 AtomicGeneric3Op(T _a, T _c, std::function<void(T*, T, T)> _op) argument
293 : a(_a), c(_c), op(_op)
313 AtomicGenericPair3Op(std::array<T, 2>& _a, std::array<T, 2> _c, argument
315 : a(_a), c(_c), op(_op)
/gem5/ext/libelf/
H A Dlibelf_ehdr.c46 void (*xlator)(char *_d, char *_s, size_t _c, int _swap);
105 void (*xlator)(char *_d, char *_s, size_t _c, int _swap);
H A D_libelf.h168 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar);
H A Dlibelf_phdr.c45 void (*xlator)(char *_d, char *_s, size_t _c, int _swap);
H A Delf_data.c45 void (*xlate)(char *_d, char *_s, size_t _c, int _swap);
H A Delf_scn.c50 void (*xlator)(char *_d, char *_s, size_t _c, int _swap);
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.hh90 AtomicOpCAS(T _c, T _s, ComputeUnit *compute_unit) argument
91 : c(_c), s(_s), computeUnit(compute_unit) { }

Completed in 13 milliseconds