Searched defs:to_size (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/test/asan/TestCases/ |
D | strncat_strict.c | 14 void test1(char *to, int to_size, char *from) { in test1() 19 void test2(char *to, int to_size, char *from) { in test2() 26 size_t to_size = 100; in main() local
|
D | strcat_strict.c | 14 void test1(char *to, int to_size, char *from) { in test1() 19 void test2(char *to, int to_size, char *from) { in test2() 26 size_t to_size = 100; in main() local
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_str_test.cc | 150 size_t to_size = Ident(30); in TEST() local 173 size_t to_size = Ident(20); in TEST() local 378 size_t to_size = Ident(100); in TEST() local 413 size_t to_size = Ident(100); in TEST() local
|
/external/libnl/include/netlink-private/route/ |
D | tc-api.h | 46 size_t to_size; member
|
/external/libxkbcommon/xkbcommon/src/ |
D | darray.h | 47 #define darray_steal(arr, to, to_size) do { \ argument
|
/external/mesa3d/src/panfrost/bifrost/test/ |
D | bi_test_pack.c | 455 unsigned to_size, unsigned cx, unsigned cy, bool FMA, in bit_convert_helper()
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 442 bool posix_ftruncate(const FileDescriptor& fd, size_t to_size, error_code& ec) { in posix_ftruncate()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 581 std::vector<int64> to_size; in BinaryOp() local
|