HomeSort by relevance Sort by last modified time
    Searched full:short (Results 1926 - 1950 of 5109) sorted by null

<<71727374757677787980>>

  /external/astl/tests/
test_type_traits.cpp 68 EXPECT_TRUE(is_integral<short>::value == true);
69 EXPECT_TRUE(is_integral<unsigned short>::value == true);
  /external/bluetooth/glib/
glibconfig.h 40 typedef signed short gint16;
41 typedef unsigned short guint16;
glibconfig.h.win32.in 33 typedef signed short gint16;
34 typedef unsigned short guint16;
  /external/e2fsprogs/debugfs/
debugfs.o 
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 45 "Attempt to read block from filesystem resulted in short read",
46 "Attempt to write block from filesystem resulted in short write",
ext2_err.et.in 120 "Attempt to read block from filesystem resulted in short read"
123 "Attempt to write block from filesystem resulted in short write"
  /external/grub/lib/
getopt1.c 82 but does match a short option, it is parsed as a short option
  /external/grub/netboot/
3c90x.c 294 static unsigned short
297 unsigned short val;
320 a3c90x_internal_WriteEepromWord(int ioaddr, int address, unsigned short value)
353 a3c90x_internal_WriteEeprom(int ioaddr, int address, unsigned short value)
484 unsigned short type;
680 a3c90x_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci)
683 unsigned short eeprom[0x21];
686 unsigned short linktype;
davicom.c 57 typedef unsigned short u16;
58 typedef signed short s16;
133 static unsigned short vendor, dev_id;
166 struct nic *davicom_probe(struct nic *nic, unsigned short *io_addrs,
410 unsigned short retval = 0;
421 short dataval = (read_cmd & (1 << i)) ? EE_DATA_WRITE : 0;
658 struct nic *davicom_probe(struct nic *nic, unsigned short *io_addrs,
685 ((unsigned short *)ee_data)[i] =
eepro.c 288 static unsigned short ioaddr = 0;
398 unsigned short type;
464 unsigned short retval = 0;
477 short outval = (read_cmd & (1 << i)) ? ctrl_val | EEDI : ctrl_val;
507 unsigned short saddr[ETH_ALEN/2];
564 struct nic *eepro_probe(struct nic *nic, unsigned short *probe_addrs)
566 unsigned short *p;
568 static unsigned short ioaddrs[] = {
natsemi.c 77 typedef unsigned short u16;
78 typedef signed short s16;
194 static unsigned short vendor, dev_id;
221 struct nic *natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci);
250 natsemi_probe(struct nic *nic, unsigned short *io_addrs, struct pci_device *pci)
363 short dataval = (read_cmd & (1 << i)) ? EE_Write1 : EE_Write0;
597 * unsigned short t: ethernet protocol type.
598 * unsigned short s: size of the data-part of the packet.
  /external/guava/src/com/google/common/primitives/
Primitives.java 55 add(primToWrap, wrapToPrim, short.class, Short.class);
  /external/icu4c/tools/toolutil/
toolutil.c 68 /* anticipate problems with "short" pathnames */
73 /* this file has a short name, get and use the long one */
writesrc.c 197 (short)pTrie->index2NullOffset, (short)pTrie->dataNullOffset,
  /external/kernel-headers/original/asm-arm/arch/
io.h 94 #define omap_readw(a) (*(volatile unsigned short *)IO_ADDRESS(a))
98 #define omap_writew(v,a) (*(volatile unsigned short *)IO_ADDRESS(a) = (v))
  /external/kernel-headers/original/linux/
if.h 121 unsigned short base_addr;
167 short ifru_flags;
if_ppp.h 65 #define SC_MP_SHORTSEQ 0x00000800 /* use short MP sequence numbers */
68 #define SC_MP_XSHORTSEQ 0x00004000 /* transmit short MP seq numbers */
mempolicy.h 64 short policy; /* See MPOL_* above */
67 short preferred_node; /* preferred */
pci.h 97 typedef unsigned short __bitwise pci_bus_flags_t;
121 unsigned short vendor;
122 unsigned short device;
123 unsigned short subsystem_vendor;
124 unsigned short subsystem_device;
145 unsigned short vendor_compatible[DEVICE_COUNT_COMPATIBLE];
146 unsigned short device_compatible[DEVICE_COUNT_COMPATIBLE];
244 unsigned short bridge_ctl; /* manage NO_ISA/FBB/et al behaviors */
  /external/kernel-headers/original/media/
msm_camera.h 125 unsigned short type; /* 1 == event (RPC), 0 == message (adsp) */
126 unsigned short msg_id;
  /external/libffi/src/m68k/
ffi.c 260 *(unsigned short *)closure->tramp = 0x207c;
262 *(unsigned short *)(closure->tramp + 6) = 0x4ef9;
  /external/libpcap/
config.h 3 /* Long story short: aclocal.m4 depends on autoconf 2.13
166 /* Define to the one symbol short name of this package. */
config.h.in 2 /* Long story short: aclocal.m4 depends on autoconf 2.13
164 /* Define to the one symbol short name of this package. */
  /external/libxml2/include/libxml/
chvalid.h 31 unsigned short low;
32 unsigned short high;
  /external/opencore/doc/oscl_html/
oscl__uuid_8h.html 9 <hr><h1>oscl_uuid.h File Reference</h1>This file defines the OSCL UUID structure used for unique identifiers as well as the short (32-bit) identifiers OsclUid32.
31 This file defines the OSCL UUID structure used for unique identifiers as well as the short (32-bit) identifiers OsclUid32.

Completed in 485 milliseconds

<<71727374757677787980>>