Searched defs:first (Results 1 - 11 of 11) sorted by relevance

/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
H A Dbitmap.h78 bitmap_element *first; /* First element in linked list. */ local
104 /* True if the complement of the second intersects the first (their
109 #define bitmap_empty_p(MAP) (!(MAP)->first)
118 versions that modify the first source operand. The other variants
167 head->first = head->current = NULL;
219 /* Initialize a single bitmap iterator. START_BIT is the first bit to
226 bi->elt1 = map->first;
253 first bit, otherwise our incrementing to the next word boundary
268 bi->elt1 = map1->first;
269 bi->elt2 = map2->first;
[all...]
H A Dfunction.h37 rtx first; local
228 /* This is the offset from the arg pointer to the place where the first
500 /* An expression that contains the non-local goto save area. The first
H A Dgimple.h135 gimple_seq_node first; local
146 /* Return the first node in GIMPLE sequence S. */
151 return s ? s->first : NULL;
155 /* Return the first statement in GIMPLE sequence S. */
193 /* Set the first node in GIMPLE sequence S to FIRST. */
196 gimple_seq_set_first (gimple_seq s, gimple_seq_node first) argument
198 s->first = first;
207 return s == NULL || s->first == NULL;
213 /* Allocate a new sequence and initialize its first elemen
[all...]
/prebuilt/common/ninepatch/
H A Dninepatch-prebuilt.jar ... .lang.Object, java.lang.Object) Object first Object second public java.lang.String toString () } com ...
/prebuilt/common/tools-common/
H A Dtools-common-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/annotations/ com/android/annotations/Nullable ...
/prebuilt/common/netbeans-visual/
H A Dorg-openide-util.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/netbeans/ org/netbeans/modules/ org/netbeans/modules/openide/ ...
/prebuilt/common/groovy/
H A Dgroovy-all-1.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/ANTLR-LICENSE.txt META- ...
/prebuilt/common/ecj/
H A Decj.jar ... int newTargetLength public static final char[][] arrayConcat (char[][], char[][]) char[][] first char[][] second int length1 int length2 char[][] result public static ...
/prebuilt/common/tradefed/
H A Dtradefed-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/net/ ...
/prebuilt/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilt/common/antlr/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 606 milliseconds