OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:char_buf
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc
62
InternalScopedBuffer<char>
char_buf
(kSize);
63
EXPECT_EQ(sizeof(char) * kSize,
char_buf
.size()); // NOLINT
64
memset(
char_buf
.data(), 'c', kSize);
66
EXPECT_EQ('c',
char_buf
[i]);
/external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c
145
char
char_buf
[255];
local
169
MPI_Send(
char_buf
, 255, MPI_CHAR); // no-warning
172
MPI_Send((int *)
char_buf
, 255, MPI_INT); // no-warning
173
MPI_Send((int *)
char_buf
, 255, MPI_CHAR); // expected-warning {{argument type 'int *' doesn't match specified 'mpi' type tag that requires 'char *'}}
277
void test_hdf5(char *
char_buf
,
283
H5Dwrite(H5T_NATIVE_CHAR,
char_buf
); // no-warning
warn-type-safety.c
94
void test_char_typedef(char *
char_buf
,
99
E_func(
char_buf
, E_tag);
/external/kernel-headers/original/linux/
tty.h
67
* The pty uses
char_buf
and flag_buf as a contiguous buffer
/ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c
3413
unsigned char
char_buf
[2];
local
[
all
...]
Completed in 284 milliseconds