HomeSort by relevance Sort by last modified time
    Searched defs:NEXT (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/bfd/
cpu-v850.c 26 #define N(number, print, default, next) \
28 bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next }
30 #define NEXT NULL
42 #undef NEXT
43 #define NEXT & arch_info_struct[0]
46 N (bfd_mach_v850, "v850", TRUE, NEXT);
cpu-m32r.c 25 #define N(number, print, default, next) \
27 bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next }
30 #define NEXT & arch_info_struct [0]
39 N (bfd_mach_m32r, "m32r", TRUE, NEXT);
cpu-nds32.c 27 #define N(number, print, default, next) \
29 bfd_default_compatible, bfd_default_scan, bfd_arch_default_fill, next }
31 #define NEXT &arch_info_struct[0]
45 N (bfd_mach_n1, "n1h", TRUE, NEXT);
  /external/libxaac/decoder/armv7/
ixheaacd_harm_idx_zerotwolp.s 56 BEQ NEXT
64 NEXT:
ixheaacd_post_twiddle.s 37 BLT NEXT
45 NEXT:
ixheaacd_post_twiddle_overlap.s 90 BLT NEXT
116 NEXT:
ixheaacd_pre_twiddle_compute.s 59 BGT NEXT
66 NEXT:
  /external/libxaac/decoder/armv8/
ixheaacd_post_twiddle.s 54 BLT NEXT
61 NEXT:
ixheaacd_post_twiddle_overlap.s 160 BLT NEXT
211 NEXT:
    [all...]
ixheaacd_pre_twiddle.s 107 BGT NEXT
114 NEXT:
  /external/elfutils/lib/
dynamicsizehash.h 46 # define NEXT(name) struct name##_ent *next;
49 # define NEXT(name)
67 NEXT (name) \
108 /* Get next element in table. */ \
126 # undef NEXT
  /external/libxkbcommon/xkbcommon/test/
test.h 11 * The above copyright notice and this permission notice (including the next
46 NEXT,
  /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...]
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
dongles.py 34 NEXT = 'Next'
85 """A Bluetooth dongle with three generic buttons Normally action, next, and
134 """Briefly presses the Next button."""
135 self.relays[Buttons.NEXT.value].set_nc_for(
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
ImageFactory.java 37 NEXT = getImage("next24.png");
75 public ImageIcon NEXT;
  /external/objenesis/main/src/main/java/org/objenesis/instantiator/basic/
ObjectInputStreamInstantiator.java 50 private static final int[] NEXT = new int[] {1, 2, 2};
118 sequence = NEXT[sequence];
  /external/minijail/
bpf.h 106 #define NEXT 0
  /external/zlib/src/examples/
gun.c 93 unsigned char *next; local
96 next = me->inbuf;
97 *buf = next;
103 ret = (int)read(me->infile, next, ret);
108 next += ret;
154 /* next input byte macro for use inside lunpipe() and gunpipe() */
155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
156 last = have ? (have--, (int)(*next++)) : -1)
178 if (NEXT() == -1)
387 z_const unsigned char *next = NULL; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/liblzf/1.0/
liblzf-1.0.jar 
  /toolchain/binutils/binutils-2.27/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
  /toolchain/binutils/binutils-2.27/zlib/examples/
gun.c 93 unsigned char *next; local
96 next = me->inbuf;
97 *buf = next;
103 ret = (int)read(me->infile, next, ret);
108 next += ret;
154 /* next input byte macro for use inside lunpipe() and gunpipe() */
155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
156 last = have ? (have--, (int)(*next++)) : -1)
178 if (NEXT() == -1)
387 z_const unsigned char *next = NULL; local
    [all...]
  /external/libxml2/
xzlib.c 60 unsigned char *next; /* next output data to deliver or write */ member in struct:__anon26852
61 unsigned int have; /* amount of output data unused at next */
354 /* Get next byte from input, or -1 if end or error. */
355 #define NEXT() ((strm->avail_in == 0 && xz_avail(state) == -1) ? -1 : \
465 if (NEXT() != 8) { /* compression method */
470 flags = NEXT();
476 NEXT(); /* modification time */
477 NEXT();
478 NEXT();
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 78 NEXT = 45,
155 Operator& Operator::create<Operator::NEXT>();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
cjkcodecs.h 109 #define NEXT(i, o) \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
cjkcodecs.h 109 #define NEXT(i, o) \

Completed in 725 milliseconds

1 2 3 4 5