/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_aten.cpp | 103 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kInt); in TEST() local 139 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kFloat); in TEST() local 175 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kInt); in TEST() local 211 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kFloat); in TEST() local 247 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kFloat); in TEST() local 283 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kInt); in TEST() local 324 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kFloat); in TEST() local 365 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kInt); in TEST() local 396 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kFloat); in TEST() local 427 BufHandle c_buf("C", {ExprHandle(kTotalSize)}, kInt); in TEST() local [all …]
|
H A D | test_loopnest.cpp | 667 BufHandle c_buf(C); in TEST() local 1010 BufHandle c_buf("c", {M, N}, kFloat); in TEST() local 1090 BufHandle c_buf("c", {M, N}, kFloat); in InlineFunc01Helper() local 2745 BufHandle c_buf("c", {M, N}, kFloat); in TEST() local 4262 BufHandle c_buf("C", {15}, kInt); in TEST() local 4302 BufHandle c_buf("C", {5}, kInt); in TEST() local 4352 BufHandle c_buf("C", {100}, kInt); in TEST() local 4409 BufHandle c_buf("C", {100}, kInt); in TEST() local 4463 BufHandle c_buf("C", {5}, kInt); in TEST() local 4503 BufHandle c_buf("C", {5}, kInt); in TEST() local [all …]
|
H A D | tutorial.cpp | 234 BufHandle c_buf(C.buf()); in main() local
|
H A D | test_llvm.cpp | 588 BufHandle c_buf(c.buf()); in TEST() local 611 BufHandle c_buf(c.buf()); in TEST() local 1212 BufHandle c_buf(c.buf()); in TEST() local 1235 BufHandle c_buf(c.buf()); in TEST() local
|
H A D | test_boundsinference.cpp | 969 BufHandle c_buf("C", {100}, kInt); in TEST() local 1002 BufHandle c_buf("C", {100}, kInt); in TEST() local
|
H A D | test_cuda.cpp | 1822 BufHandle c_buf("c", {OUTER_SIZE, A_SIZE}, kFloat); in TEST() local 1960 BufHandle c_buf("c", {OUTER_SIZE, A_SIZE}, kFloat); in TEST() local
|
H A D | test_expr.cpp | 291 BufHandle c_buf("C", {kTotalSize}, kFloat); in TEST() local
|
H A D | test_reductions.cpp | 186 BufHandle c_buf(c.buf()); in TEST() local
|
/aosp_15_r20/system/update_engine/common/ |
H A D | utils.cc | 125 char* c_buf = static_cast<char*>(buf); in ReadAll() local 153 const char* c_buf = static_cast<const char*>(buf); in WriteAll() local 164 const char* c_buf = static_cast<const char*>(buf); in PWriteAll() local 186 const char* c_buf = static_cast<const char*>(buf); in WriteAll() local 207 char* c_buf = static_cast<char*>(buf); in PReadAll() local 229 char* c_buf = static_cast<char*>(buf); in ReadAll() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/fchownat/ |
H A D | fchownat02.c | 71 struct stat c_buf, l_buf; in setup() local 114 struct stat c_buf, l_buf; in test_verify() local
|
/aosp_15_r20/external/tcpdump/ |
H A D | cpack.h | 36 const uint8_t *c_buf; member
|
/aosp_15_r20/external/libopenapv/app/ |
H A D | oapv_app_y4m.h | 227 char c_buf[16] = { in write_y4m_header() local
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | copy_on_write_buffer_unittest.cc | 364 CopyOnWriteBuffer c_buf(c); in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/ |
D | unistd.rs | 3606 let c_buf = buf.as_mut_ptr().cast(); localVariable
|