HomeSort by relevance Sort by last modified time
    Searched full:u_int (Results 51 - 75 of 766) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/fsck_msdos/
dosfs.h 49 u_int BytesPerSec; /* bytes per sector */
50 u_int SecPerClust; /* sectors per cluster */
51 u_int ResSectors; /* number of reserved sectors */
52 u_int FATs; /* number of FATs */
53 u_int RootDirEnts; /* number of root directory entries */
54 u_int Media; /* media descriptor */
55 u_int FATsmall; /* number of sectors per FAT */
56 u_int SecPerTrack; /* sectors per track */
57 u_int Heads; /* number of heads */
61 u_int FSInfo; /* FSInfo sector *
    [all...]
  /external/openssh/
sshpty.h 26 void pty_change_window_size(int, u_int, u_int, u_int, u_int);
kex.h 91 u_int key_len;
92 u_int block_size;
99 u_int mac_len;
101 u_int key_len;
119 u_int session_id_len;
121 u_int we_need;
148 void kex_derive_keys(Kex *, u_char *, u_int, BIGNUM *);
161 BIGNUM *, BIGNUM *, BIGNUM *, u_char **, u_int *);
165 BIGNUM *, BIGNUM *, u_char **, u_int *);
170 const BIGNUM *, u_char **, u_int *);
    [all...]
cipher.h 71 u_int cipher_mask_ssh1(int);
77 void cipher_init(CipherContext *, Cipher *, const u_char *, u_int,
78 const u_char *, u_int, int);
79 void cipher_crypt(CipherContext *, u_char *, const u_char *, u_int);
82 u_int cipher_blocksize(const Cipher *);
83 u_int cipher_keylen(const Cipher *);
84 u_int cipher_is_cbc(const Cipher *);
86 u_int cipher_get_number(const Cipher *);
87 void cipher_get_keyiv(CipherContext *, u_char *, u_int);
buffer.c 36 const u_int len = 4096;
72 buffer_append(Buffer *buffer, const void *data, u_int len)
103 buffer_append_space(Buffer *buffer, u_int len)
105 u_int newlen;
144 buffer_check_alloc(Buffer *buffer, u_int len)
162 u_int
171 buffer_get_ret(Buffer *buffer, void *buf, u_int len)
184 buffer_get(Buffer *buffer, void *buf, u_int len)
193 buffer_consume_ret(Buffer *buffer, u_int bytes)
204 buffer_consume(Buffer *buffer, u_int bytes
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec;
20 u_int usec;
25 u_int counter;
31 u_int sprayarr_len;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec;
20 u_int usec;
25 u_int counter;
31 u_int sprayarr_len;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
spray.h 19 u_int sec;
20 u_int usec;
25 u_int counter;
31 u_int sprayarr_len;
  /external/tcpdump/
print-beep.c 39 static int l_strnstart(const char *, u_int, const char *, u_int);
42 l_strnstart(const char *tstr1, u_int tl1, const char *str2, u_int l2)
52 beep_print(const u_char *bp, u_int length)
print-sl.c 45 static u_int lastlen[2][256];
46 static u_int lastconn = 255;
48 static void sliplink_print(const u_char *, const struct ip *, u_int);
49 static void compressed_sl_print(const u_char *, const struct ip *, u_int, int);
51 u_int
54 register u_int caplen = h->caplen;
55 register u_int length = h->len;
86 u_int
89 register u_int caplen = h->caplen;
90 register u_int length = h->len
    [all...]
print-aodv.c 56 aodv_extension(const struct aodv_ext *ep, u_int length)
58 u_int i;
67 i = min(length, (u_int)(snapend - (u_char *)ep));
85 aodv_rreq(const union aodv *ap, const u_char *dat, u_int length)
87 u_int i;
93 i = min(length, (u_int)(snapend - dat));
117 aodv_rrep(const union aodv *ap, const u_char *dat, u_int length)
119 u_int i;
125 i = min(length, (u_int)(snapend - dat));
146 aodv_rerr(const union aodv *ap, const u_char *dat, u_int length
    [all...]
  /external/libpcap/lbl/
os-sunos4.h 34 u_int fread(void *, u_int, u_int, FILE *);
36 u_int fwrite(const void *, u_int, u_int, FILE *);
47 int read(int, char *, u_int);
48 int write(int, char *, u_int);
57 int bcmp(const void *, const void *, u_int);
58 void bcopy(const void *, void *, u_int);
    [all...]
  /external/tcpdump/lbl/
os-sunos4.h 34 u_int fread(void *, u_int, u_int, FILE *);
36 u_int fwrite(const void *, u_int, u_int, FILE *);
47 int read(int, char *, u_int);
48 int write(int, char *, u_int);
57 int bcmp(const void *, const void *, u_int);
58 void bcopy(const void *, void *, u_int);
    [all...]
  /system/core/libpixelflinger/codeflinger/
disassem.h 51 u_int (*di_readword)(u_int);
52 void (*di_printaddr)(u_int);
58 u_int disasm(const disasm_interface_t *, u_int, int);
59 void disassemble(u_int);
  /bionic/libc/arch-x86/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/machine/
ieee.h 88 u_int sng_frac:23;
89 u_int sng_exp:8;
90 u_int sng_sign:1;
94 u_int dbl_fracl;
95 u_int dbl_frach:20;
96 u_int dbl_exp:11;
97 u_int dbl_sign:1;
101 u_int ext_fracl;
102 u_int ext_fraclm;
103 u_int ext_frachm
    [all...]
  /external/qemu/slirp/
libslirp.h 22 struct in_addr *laddr, u_int lport,
23 struct in_addr *faddr, u_int fport),
sbuf.h 15 u_int sb_cc; /* actual chars in buffer */
16 u_int sb_datalen; /* Length of data */

Completed in 3092 milliseconds

1 23 4 5 6 7 8 91011>>