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

  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 26 /** the required alignment for instances of this class */
27 private static final int ALIGNMENT = 4;
41 super(ALIGNMENT, WRITE_SIZE);
EncodedArrayItem.java 36 /** the required alignment for instances of this class */
37 private static final int ALIGNMENT = 1;
58 super(ALIGNMENT, -1);
TypeListItem.java 30 /** alignment requirement */
31 private static final int ALIGNMENT = 4;
48 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE);
MapItem.java 28 /** file alignment of this class, in bytes */
29 private static final int ALIGNMENT = 4;
126 super(ALIGNMENT, WRITE_SIZE);
162 super(ALIGNMENT, WRITE_SIZE);
AnnotationSetItem.java 28 /** the required alignment for instances of this class */
29 private static final int ALIGNMENT = 4;
50 super(ALIGNMENT, writeSize(annotations));
AnnotationItem.java 46 /** the required alignment for instances of this class */
47 private static final int ALIGNMENT = 1;
107 super(ALIGNMENT, -1);
DebugInfoItem.java 32 /** the required alignment for instances of this class */
33 private static final int ALIGNMENT = 1;
47 super (ALIGNMENT, -1);
AnnotationsDirectoryItem.java 34 /** the required alignment for instances of this class */
35 private static final int ALIGNMENT = 4;
59 super(ALIGNMENT, -1);
CodeItem.java 45 /** file alignment of this class, in bytes */
46 private static final int ALIGNMENT = 4;
87 super(ALIGNMENT, -1);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
defaults.h 425 /* `bool' has size and alignment `1', on almost all platforms. */
569 /* Default value for the alignment (in bits) a C conformant malloc has to
601 /* By default, the vtable entries are void pointers, the so the alignment
602 is the same as pointer alignment. The value of this macro specifies
603 the alignment of the vtable entry in bits. It should be defined only
604 when special alignment is necessary. */
610 zero. If these entries must be padded (say, to preserve the alignment
870 /* Assume that trampolines need function alignment. */
904 /* Biggest alignment supported by the object file format of this machine. */
938 /* MAX_STACK_ALIGNMENT is the maximum stack alignment guaranteed b
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c 83 /* Packet alignment for most efficient SDIO (can change based on platform) */
327 #define ALIGNMENT 4
888 /* Add alignment padding, allocate new packet if needed */
958 if (forcealign && (len & (ALIGNMENT - 1))) {
962 len = ROUNDUP(len, ALIGNMENT);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /external/srec/config/en.us/dictionary/
c0.6     [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1137 milliseconds