HomeSort by relevance Sort by last modified time
    Searched refs:n_bytes (Results 1 - 8 of 8) sorted by null

  /external/openssh/
ttymodes.c 353 int n_bytes = 0; local
380 n_bytes += 1;
389 n_bytes += 4;
399 n_bytes += 4;
408 n_bytes += arg_size; \
413 n_bytes += arg_size; \
437 n_bytes += 1;
441 n_bytes += 4;
465 n_bytes += 4;
478 if (*n_bytes_ptr != n_bytes) {
    [all...]
session.c 2022 int n_bytes; local
    [all...]
  /external/valgrind/main/coregrind/
launcher-linux.c 117 ssize_t n_bytes; local
133 n_bytes = read(fd, header, sizeof(header));
135 if (n_bytes < 2) {
140 (long int)n_bytes, clientname);
148 if (i == n_bytes) return NULL;
156 if (i == n_bytes) break;
160 if (i == n_bytes) return NULL;
165 } else if (n_bytes >= SELFMAG && memcmp(header, ELFMAG, SELFMAG) == 0) {
167 if (n_bytes >= sizeof(Elf32_Ehdr) && header[EI_CLASS] == ELFCLASS32) {
203 } else if (n_bytes >= sizeof(Elf64_Ehdr) && header[EI_CLASS] == ELFCLASS64)
    [all...]
  /external/svox/pico/lib/
picosig.c 738 picoos_uint32 n_start, n_fram, n_bytes; local
    [all...]
  /external/valgrind/main/massif/
ms_main.c 596 static void* perm_malloc(SizeT n_bytes)
603 if (hp + n_bytes > hp_lim) {
611 hp += n_bytes;
613 return (void*)(hp - n_bytes);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
xdr.h 341 char *n_bytes; member in struct:netobj
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 341 char *n_bytes; member in struct:netobj
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
xdr.h 341 char *n_bytes; member in struct:netobj

Completed in 321 milliseconds