/external/llvm/test/MC/Mips/ |
micromips-16-bit-instructions.s | 48 # CHECK-NEXT: jalr $9 # encoding: [0xc9,0x45] 50 # CHECK-NEXT: jalrs16 $9 # encoding: [0xe9,0x45] 103 # CHECK-NEXT: jalr $9 # encoding: [0x45,0xc9] 105 # CHECK-NEXT: jalrs16 $9 # encoding: [0x45,0xe9]
|
/frameworks/compile/mclinker/include/mcld/Script/ |
Operator.h | 78 NEXT = 45, 155 Operator& Operator::create<Operator::NEXT>();
|
/frameworks/compile/mclinker/lib/Script/ |
Operator.cpp | 39 "NEXT", "ORIGIN", "SEGMENT_START", 142 Operator& Operator::create<Operator::NEXT>() { 143 static UnaryOp<Operator::NEXT> op;
|
UnaryOp.cpp | 147 IntOperand* UnaryOp<Operator::NEXT>::eval(const Module& pModule,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
regression.s | 70 B NEXT ; //jump over fail 84 NEXT: STRB R4,[R0,#0x0] ;//Store Byte 236 LONGJUMP: B RETURN; //jump back to next
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoTable.java | 80 private static final int NEXT = 1; 226 if (hasSelection() && mOnDeck[NEXT] != null) { 228 mSelection = mOnDeck[NEXT]; 229 mOnDeck[NEXT] = null; 241 placeOnDeck(mSelection, NEXT); 503 log("load natural %s", (mSlot == NEXT ? "next" : "previous")); 508 if (mSlot == NEXT) { 522 log("natural %s being rendered", (mSlot == NEXT ? "next" : "previous")) [all...] |
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
list.h | 28 #define LINK(type) struct { type *prev, *next; } 32 (elt)->link.next = (type *)(-1); \ 37 (void *)((elt)->link.next) != (void *)(-1)) 51 (elt)->link.next = (list).head; \ 59 (list).tail->link.next = (elt); \ 63 (elt)->link.next = NULL; \ 70 if ((elt)->link.next != NULL) \ 71 (elt)->link.next->link.prev = (elt)->link.prev; \ 77 (elt)->link.prev->link.next = (elt)->link.next; \ [all...] |
/external/llvm/test/MC/ARM/ |
directive-arch_extension-simd.s | 14 @ CHECK-V7-NEXT: .arch_extension simd 15 @ CHECK-V7-NEXT: ^ 122 @ CHECK-V7-NEXT: .arch_extension nosimd 123 @ CHECK-V7-NEXT: ^
|
eh-directive-text-section.s | 33 @ CHECK-NEXT: Name: .text
|
directive-arch_extension-fp.s | 14 @ CHECK-V7-NEXT: .arch_extension fp 15 @ CHECK-V7-NEXT: ^ 150 @ CHECK-V7-NEXT: .arch_extension nofp 151 @ CHECK-V7-NEXT: ^
|
/external/llvm/test/MC/X86/AlignedBundling/ |
labeloffset.s | 85 # CHECK-NEXT: 1: incl
|
/external/minijail/ |
bpf.h | 106 #define NEXT 0
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
ConcurrentLinkedQueue.java | 124 * - There is exactly one (last) Node with a null next reference, 183 volatile Node<E> next; field in class:ConcurrentLinkedQueue.Node 201 U.putOrderedObject(node, NEXT, val); 205 return U.compareAndSwapObject(node, NEXT, cmp, val); 214 * - (tmp = head).next != tmp || tmp != head 224 * node with node.next == null) can be reached in O(1) time. 232 * - tail.next may or may not be self-pointing to tail. 294 * Returns the successor of p, or the head node if p.next has been 299 Node<E> next = p.next; local 477 Node<E> next, pred = null; local 731 public E next() { method in class:ConcurrentLinkedQueue.Itr [all...] |
/external/libxml2/ |
xpointer.c | 140 for (i = 0;cur != NULL;cur = cur->next) { 185 for (i = 0;i <= no;cur = cur->next) { 853 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only 859 * NEXT Skip to the next character, this does the proper decoding 870 while (IS_BLANK_CH(*(ctxt->cur))) NEXT 873 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) 954 NEXT; 970 NEXT; 977 NEXT; [all...] |
xpath.c | 359 if (node1 == node2->next) 404 if (node1 == node2->next) 423 for (cur = node1->next;cur != NULL;cur = cur->next) 1287 cur = cur->next 12140 xmlXPathTraversalFunction next = NULL; local [all...] |
parser.c | 7572 xmlNodePtr nw = NULL, cur, next, last, local 11347 xmlChar cur, next; local [all...] |
/external/llvm/lib/Support/ |
regcomp.c | 65 char *next; /* next character in RE */ member in struct:parse 122 #define PEEK() (*p->next) 123 #define PEEK2() (*(p->next+1)) 124 #define MORE() (p->next < p->end) 125 #define MORE2() (p->next+1 < p->end) 128 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) 130 #define NEXT() (p->next++) 131 #define NEXT2() (p->next += 2 [all...] |
/external/llvm/test/MC/PowerPC/ |
ppc64-encoding.s | 11 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 12 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 16 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 17 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 21 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 22 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24 26 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 27 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_br24abs 32 # CHECK-BE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond14 33 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target, kind: fixup_ppc_brcond1 [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
regcomp.c | 57 char *next; /* next character in RE */ member in struct:parse 114 #define PEEK() (*p->next) 115 #define PEEK2() (*(p->next+1)) 116 #define MORE() (p->next < p->end) 117 #define MORE2() (p->next+1 < p->end) 120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) 122 #define NEXT() (p->next++) 123 #define NEXT2() (p->next += 2 [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RelativeDateTimeFormatter.java | 35 * <li>relative dates without a quantity e.g "next Tuesday"</li> 53 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day" 54 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days" 59 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday" 64 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow" 224 * Represents a direction for an absolute unit e.g "Next Tuesday" 244 * Next 246 NEXT, 261 * or "next year [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
RelativeDateTimeFormatter.java | 34 * <li>relative dates without a quantity e.g "next Tuesday"</li> 52 * fmt.format(1, Direction.NEXT, RelativeUnit.DAYS); // "in 1 day" 53 * fmt.format(3, Direction.NEXT, RelativeUnit.DAYS); // "in 3 days" 58 * fmt.format(Direction.NEXT, AbsoluteUnit.SUNDAY); // "next Sunday" 63 * fmt.format(Direction.NEXT, AbsoluteUnit.DAY); // "tomorrow" 250 * Represents a direction for an absolute unit e.g "Next Tuesday" 274 * Next 277 NEXT, 294 * or "next year [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/ |
_codecs_iso2022.c | 176 NEXT(1, 1)
433 NEXT(1, 1)
459 NEXT(1, 1)
477 NEXT(1, 1)
496 NEXT(1, 1)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/ |
_codecs_iso2022.c | 176 NEXT(1, 1)
433 NEXT(1, 1)
459 NEXT(1, 1)
477 NEXT(1, 1)
496 NEXT(1, 1)
[all...] |
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regcomp.c | 109 const char *next; /* next character in RE */ local 182 #define PEEK() (*p->next) 183 #define PEEK2() (*(p->next+1)) 184 #define MORE() (p->next < p->end) 185 #define MORE2() (p->next+1 < p->end) 188 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) 190 #define NEXT() (p->next++) 191 #define NEXT2() (p->next += 2 [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
WorkSpaceController.java | 279 super("Run", ImageFactory.getSingleton().NEXT);
|