HomeSort by relevance Sort by last modified time
    Searched refs:u_int (Results 1 - 25 of 412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ieee754.h 92 u_int sng_sign:1;
93 u_int sng_exp:SNG_EXPBITS;
94 u_int sng_frac:SNG_FRACBITS;
96 u_int sng_frac:SNG_FRACBITS;
97 u_int sng_exp:SNG_EXPBITS;
98 u_int sng_sign:1;
109 u_int dbl_sign:1;
110 u_int dbl_exp:DBL_EXPBITS;
111 u_int dbl_frach:DBL_FRACHBITS;
112 u_int dbl_fracl:DBL_FRACLBITS;
    [all...]
  /external/ipsec-tools/src/libipsec/
libpfkey.h 69 u_int type;
70 u_int satype;
71 u_int mode;
76 u_int wsize;
78 u_int e_type, e_keylen; /* Encryption alg and keylen */
79 u_int a_type, a_keylen; /* Authentication alg and key */
80 u_int flags;
103 int ipsec_check_keylen __P((u_int, u_int, u_int));
    [all...]
  /external/libpcap/lbl/
os-ultrix4.h 23 int bcmp(const char *, const char *, u_int);
24 void bcopy(const void *, void *, u_int);
25 void bzero(void *, u_int);
  /external/tcpdump/lbl/
os-ultrix4.h 23 int bcmp(const char *, const char *, u_int);
24 void bcopy(const void *, void *, u_int);
25 void bzero(void *, u_int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
rstat.h 28 u_int tv_sec;
29 u_int tv_usec;
36 u_int v_pgpgin;
37 u_int v_pgpgout;
38 u_int v_pswpin;
39 u_int v_pswpout;
40 u_int v_intr;
45 u_int v_swtch;
56 u_int v_pgpgin;
57 u_int v_pgpgout
    [all...]
ypupd.h 47 u_int yp_buf_len;
74 extern u_int * ypu_change_1 (ypupdate_args *, CLIENT *);
75 extern u_int * ypu_change_1_svc (ypupdate_args *, struct svc_req *);
77 extern u_int * ypu_insert_1 (ypupdate_args *, CLIENT *);
78 extern u_int * ypu_insert_1_svc (ypupdate_args *, struct svc_req *);
80 extern u_int * ypu_delete_1 (ypdelete_args *, CLIENT *);
81 extern u_int * ypu_delete_1_svc (ypdelete_args *, struct svc_req *);
83 extern u_int * ypu_store_1 (ypupdate_args *, CLIENT *);
84 extern u_int * ypu_store_1_svc (ypupdate_args *, struct svc_req *);
rquota.h 27 u_int rq_bhardlimit;
28 u_int rq_bsoftlimit;
29 u_int rq_curblocks;
30 u_int rq_fhardlimit;
31 u_int rq_fsoftlimit;
32 u_int rq_curfiles;
33 u_int rq_btimeleft;
34 u_int rq_ftimeleft;
  /external/syslinux/core/lwip/src/netif/ppp/
ipcp.h 79 u_int neg_addr : 1; /* Negotiate IP Address? */
80 u_int old_addrs : 1; /* Use old (IP-Addresses) option? */
81 u_int req_addr : 1; /* Ask peer to send IP address? */
82 u_int default_route : 1; /* Assign default route through interface? */
83 u_int proxy_arp : 1; /* Make proxy ARP entry for peer? */
84 u_int neg_vj : 1; /* Van Jacobson Compression? */
85 u_int old_vj : 1; /* use old (short) form of VJ option? */
86 u_int accept_local : 1; /* accept peer's value for ouraddr */
87 u_int accept_remote : 1; /* accept peer's value for hisaddr */
88 u_int req_dns1 : 1; /* Ask peer to send primary DNS address? *
    [all...]
lcp.h 84 u_int passive : 1; /* Don't die if we don't get a response */
85 u_int silent : 1; /* Wait for the other end to start first */
86 u_int restart : 1; /* Restart vs. exit after close */
87 u_int neg_mru : 1; /* Negotiate the MRU? */
88 u_int neg_asyncmap : 1; /* Negotiate the async map? */
89 u_int neg_upap : 1; /* Ask for UPAP authentication? */
90 u_int neg_chap : 1; /* Ask for CHAP authentication? */
91 u_int neg_magicnumber : 1; /* Ask for magic number? */
92 u_int neg_pcompression : 1; /* HDLC Protocol Field Compression? */
93 u_int neg_accompression : 1; /* HDLC Address/Control Field Compression? *
    [all...]
  /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/ipsec-tools/src/racoon/
pfkey.h 47 extern void pfkey_flush_sadb __P((u_int));
66 extern u_int pfkey2ipsecdoi_proto __P((u_int));
67 extern u_int ipsecdoi2pfkey_proto __P((u_int));
68 extern u_int pfkey2ipsecdoi_mode __P((u_int));
69 extern u_int ipsecdoi2pfkey_mode __P((u_int));
71 extern int pfkey_convertfromipsecdoi __P(( u_int, u_int, u_int
    [all...]
  /external/tcpdump/
netdissect.h 110 u_int v; /* value */
114 extern const char *tok2strbuf(const struct tok *, const char *, u_int,
118 extern const char *tok2str(const struct tok *, const char *, u_int);
119 extern char *bittok2str(const struct tok *, const char *, u_int);
120 extern char *bittok2str_nosep(const struct tok *, const char *, u_int);
140 typedef u_int (*if_printer) IF_PRINTER_ARGS;
184 register const u_char *bp, register u_int length);
330 extern u_int fn_printztn(netdissect_options *ndo, const u_char *, u_int, const u_char *);
331 extern int fn_printn(netdissect_options *, const u_char *, u_int, const u_char *)
    [all...]
signature.h 28 extern int signature_verify(netdissect_options *, const u_char *, u_int,
print-ftp.c 29 ftp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
print-sip.c 51 sip_print(netdissect_options *ndo, const u_char *pptr, u_int len)
print-smtp.c 29 smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
print-sunatm.c 65 u_int
69 u_int caplen = h->caplen;
70 u_int length = h->len;
73 u_int traftype;
print-null.c 56 null_hdr_print(netdissect_options *ndo, u_int family, u_int length)
75 u_int
78 u_int length = h->len;
79 u_int caplen = h->caplen;
80 u_int family;
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
atomic.h 54 void atomic_set_bit( u_int *, u_int );
55 void atomic_clear_bit( u_int *, u_int );
61 u_int cpsr_save, tmp; \
79 inline_atomic_set_bit( u_int *address, u_int setmask )
85 inline_atomic_clear_bit( u_int *address, u_int clearmask )
cpufunc.h 54 u_int (*cf_id) __P((void));
59 u_int (*cf_control) __P((u_int, u_int));
60 void (*cf_domains) __P((u_int));
61 void (*cf_setttb) __P((u_int));
62 u_int (*cf_faultstatus) __P((void));
63 u_int (*cf_faultaddress) __P((void));
68 void (*cf_tlb_flushID_SE) __P((u_int));
70 void (*cf_tlb_flushI_SE) __P((u_int));
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/x86/
ieee.h 70 u_int ext_fracl:EXT_FRACLBITS;
71 u_int ext_frach:EXT_FRACHBITS;
73 u_int ext_int:1;
75 u_int ext_exp:EXT_EXPBITS;
76 u_int ext_sign:1;
  /external/libpcap/
sf-pcap-ng.h 30 u_int precision, char *errbuf, int *err);
sf-pcap.h 35 u_int precision, char *errbuf, int *err);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_bsd_types.h 15 typedef unsigned int u_int; typedef

Completed in 655 milliseconds

1 2 3 4 5 6 7 8 91011>>