OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_bytes
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/coregrind/
launcher-linux.c
127
ssize_t
n_bytes
;
local
143
n_bytes
= read(fd, header, sizeof(header));
145
if (
n_bytes
< 2) {
150
(long int)
n_bytes
, clientname);
158
if (i ==
n_bytes
) return NULL;
166
if (i ==
n_bytes
) break;
170
if (i ==
n_bytes
) return NULL;
175
} else if (
n_bytes
>= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) {
177
if (
n_bytes
>= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
201
} else if (
n_bytes
>= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64)
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h
341
char *
n_bytes
;
member in struct:netobj
/external/bluetooth/glib/glib/
gutf8.c
1121
gint
n_bytes
;
local
1126
n_bytes
= 0;
1167
n_bytes
+= UTF8_LENGTH (wc);
1183
result = g_malloc (
n_bytes
+ 1);
1188
while (out < result +
n_bytes
)
1262
gint
n_bytes
;
local
1267
n_bytes
= 0;
1308
n_bytes
+= sizeof (gunichar);
[
all
...]
/external/svox/pico/lib/
picosig.c
738
picoos_uint32 n_start, n_fram,
n_bytes
;
local
[
all
...]
Completed in 71 milliseconds