Home
last modified time | relevance | path

Searched defs:o_ptr (Results 1 – 3 of 3) sorted by relevance

/external/AFLplusplus/src/
Dafl-fuzz-redqueen.c888 u8 *o_ptr = (u8 *)&orig_buf[idx]; in cmp_extend_encoding() local
900 u16 *o_ptr = (u16 *)&orig_buf[idx]; in cmp_extend_encoding() local
914 u32 *o_ptr = (u32 *)&orig_buf[idx]; in cmp_extend_encoding() local
925 u64 *o_ptr = (u64 *)&orig_buf[idx]; in cmp_extend_encoding() local
1439 u8 *o_ptr = (u8 *)&orig_buf[idx]; in cmp_extend_encodingN() local
/external/ComputeLibrary/tests/validation/reference/
DDFT.cpp294 auto o_ptr = static_cast<T *>(dst(o_coords)); in complex_mul_and_reduce() local
/external/python/pybind11/include/pybind11/
Dpytypes.h815 #define PYBIND11_OBJECT_CHECK_FAILED(Name, o_ptr) \ argument