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

1 2 3 4 5 6

  /toolchain/binutils/binutils-2.25/opcodes/
d10v-opc.c 160 #define MINUS (PLUS + 1) /* postdecrement */
162 #define ATMINUS (MINUS + 1) /* predecrement */
231 { "ld", SHORT_2, 1, MU, PAR|RMEM, 0x6401, 0x7e01, { RDST, ATSIGN, RSRC, MINUS } },
236 { "ld2w", SHORT_2, 1, MU, PAR|RMEM, 0x6601, 0x7e21, { RDSTE, ATSIGN, RSRC, MINUS } },
321 { "st", SHORT_2, 1, MU, PAR|WMEM, 0x6c01, 0x7e01, { RSRC2, ATSIGN, RSRC_NOSP, MINUS } },
327 { "st2w", SHORT_2, 1, MU, PAR|WMEM, 0x6e01, 0x7e21, { RSRC2E, ATSIGN, RSRC_NOSP, MINUS } },
d30v-opc.c 402 #define MINUS (PLUS + 1) /* Postdecrement. */
404 #define ATMINUS (MINUS + 1) /* Predecrement. */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
430 { SHORT_M2, 3, { Ra2, ATPAR, Rb, MINUS, Rc } },/* Ra,@(Rb-,Rc) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
token.h 27 #define MINUS 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 26 MINUS = 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
token.h 27 #define MINUS 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
token.py 24 MINUS = 15
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 28 MINUS = 15
  /external/icu/icu4c/source/common/
ucnv_u7.c 93 #define MINUS 45
304 * A terminating minus sign is consumed.
318 * base64Value==-1 for any legal character except base64 and minus sign, or
332 /* illegal: + immediately followed by something other than base64 or minus sign */
411 /* minus sign terminates the base64 sequence */
414 /* +- i.e. a minus immediately following a plus */
420 /* absorb the minus and leave the Unicode Mode */
519 *target++=MINUS;
530 cnv->charErrorBuffer[0]=MINUS;
573 /* need to terminate with a minus */
    [all...]
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 59 #define MINUS ((UChar)0x002D) /*-*/
70 //static const UChar gNegativeInfinity[] = {MINUS, INFINITY, 0};
299 result += MINUS;
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetUTF7.java 75 private static final byte MINUS=45;
274 * A terminating minus sign is consumed.
288 * base64Value==-1 for any legal character except base64 and minus sign, or
303 /* illegal: + immediately followed by something other than base64 or minus sign */
406 /* minus sign terminates the base64 sequence */
409 /* +- i.e. a minus immediately following a plus */
415 /* absorb the minus and leave the Unicode Mode */
426 // illegal: & immediately followed by something other than base64 or minus sign
540 target.put(MINUS);
551 errorBuffer[0]=MINUS;
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 28 MINUS = 15
  /prebuilts/gdb/linux-x86/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 28 MINUS = 15
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 28 MINUS = 15
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
token.h 27 #define MINUS 15
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
token.py 24 MINUS = 15
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 28 MINUS = 15
  /external/pdfium/xfa/fxfa/fm2js/
xfa_simpleexpression.h 31 MINUS,
  /external/deqp/framework/randomshaders/
rsgToken.hpp 64 MINUS,
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 60 public static final int MINUS = (int) '-';

Completed in 509 milliseconds

1 2 3 4 5 6