HomeSort by relevance Sort by last modified time
    Searched defs:LONG (Results 101 - 125 of 944) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 294 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))
295 #define LONG_MASK (LONG - 1)
297 /* Return the smallest long multiple that is >= a. */
    [all...]
  /external/libpcap/
pcap-tc.c 76 typedef enum LONG
320 currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_API_UNLOADED);
324 currentStatus = InterlockedCompareExchange((LONG*)&g_TcFunctions.LoadStatus, TC_API_LOADING, TC_API_LOADING);
413 InterlockedExchange((LONG*)&g_TcFunctions.LoadStatus, currentStatus);
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 41 typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit
69 #define HRESULT LONG
72 typedef LONG SCODE;
167 LONG lVal;
202 MY_EXTERN_C LONG CompareFileTime(const FILETIME* ft1, const FILETIME* ft2);
  /external/turbine/java/com/google/turbine/parse/
Token.java 37 LONG_LITERAL("<long literal>"),
110 LONG("long"),
  /toolchain/binutils/binutils-2.27/include/opcode/
d30v.h 120 #define LONG 57
121 #define LONG_U 58 /* unary LONG */
122 #define LONG_Ur 59 /* LONG pc-relative */
124 #define LONG_M 61 /* Memory long for ldb, stb */
125 #define LONG_M2 62 /* Memory long for ld2w, st2w */
126 #define LONG_2 63 /* LONG with 2 operands; jmptnz */
127 #define LONG_2r 64 /* LONG with 2 operands; bratnz */
143 long flags_used;
144 long flags_set;
204 long flags
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickle.py 111 LONG = 'L' # push long; decimal string argument
159 LONG1 = '\x8a' # push long from < 256 bytes
160 LONG4 = '\x8b' # push really big long
470 self.write(LONG + repr(obj) + '\n')
921 val = long(data)
    [all...]
  /external/annotation-tools/asmx/src/org/objectweb/asm/
Opcodes.java 153 Integer LONG = new Integer(4);
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 50 * <li>The formatting styles include FULL, LONG, MEDIUM, and SHORT. More detail and examples of using these styles are
80 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
92 * to LONG to FULL. The exact result depends on the locale, but generally:
96 * <li>LONG is longer, such as January 12, 1952 or 3:30:32pm
521 private static final long serialVersionUID = 7218322306649953788L;
    [all...]
DateTimePatternGenerator.java 590 // 3,4 => long dayPeriod (field length 4)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DateFormat.java 49 * <li>The formatting styles include FULL, LONG, MEDIUM, and SHORT. More detail and examples of using these styles are
79 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
91 * to LONG to FULL. The exact result depends on the locale, but generally:
95 * <li>LONG is longer, such as January 12, 1952 or 3:30:32pm
565 private static final long serialVersionUID = 7218322306649953788L;
    [all...]
DateTimePatternGenerator.java 593 // 3,4 => long dayPeriod (field length 4)
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
JavaToken.java 291 LONG(40),
608 return LONG;
  /external/python/cpython2/Lib/
pickle.py 111 LONG = 'L' # push long; decimal string argument
159 LONG1 = '\x8a' # push long from < 256 bytes
160 LONG4 = '\x8b' # push really big long
476 self.write(LONG + repr(obj) + '\n')
927 val = long(data)
944 self.append(long(self.readline()[:-1], 0))
945 dispatch[LONG] = load_long
    [all...]
  /external/python/cpython3/Lib/
pickle.py 111 LONG = b'L' # push long; decimal string argument
159 LONG1 = b'\x8a' # push long from < 256 bytes
160 LONG4 = b'\x8b' # push really big long
171 BINUNICODE8 = b'\x8d' # push very long string
172 BINBYTES8 = b'\x8e' # push very long bytes string
293 r"""Encode a long to a two's complement little-endian binary string.
323 r"""Decode a long from a two's complement little-endian binary string.
677 self.write(LONG + repr(obj).encode("ascii") + b'L\n')
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtd80x.c 157 ALP = 0x04, /* receive long pkt */
184 LONG = 0x20, /* long packet received */
333 unsigned long crvalue;
334 unsigned long bcrvalue;
335 /*unsigned long imrvalue;*/
476 (rx_status & (LONG | RUNT)) ? "length_error ":"",
482 /* this pkt is too long, over one rx buffer */
483 printf("Pkt is too long, over one rx buffer.\n");
763 static u32 m80x_send_cmd_to_phy(long miiport, int opcode, int phyad, int regad
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickle.py 111 LONG = 'L' # push long; decimal string argument
159 LONG1 = '\x8a' # push long from < 256 bytes
160 LONG4 = '\x8b' # push really big long
470 self.write(LONG + repr(obj) + '\n')
921 val = long(data)
938 self.append(long(self.readline()[:-1], 0))
939 dispatch[LONG] = load_long
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickle.py 111 LONG = 'L' # push long; decimal string argument
159 LONG1 = '\x8a' # push long from < 256 bytes
160 LONG4 = '\x8b' # push really big long
470 self.write(LONG + repr(obj) + '\n')
921 val = long(data)
938 self.append(long(self.readline()[:-1], 0))
939 dispatch[LONG] = load_long
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 111 LONG = 'L' # push long; decimal string argument
159 LONG1 = '\x8a' # push long from < 256 bytes
160 LONG4 = '\x8b' # push really big long
470 self.write(LONG + repr(obj) + '\n')
921 val = long(data)
938 self.append(long(self.readline()[:-1], 0))
939 dispatch[LONG] = load_long
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 111 LONG = 'L' # push long; decimal string argument
159 LONG1 = '\x8a' # push long from < 256 bytes
160 LONG4 = '\x8b' # push really big long
470 self.write(LONG + repr(obj) + '\n')
921 val = long(data)
938 self.append(long(self.readline()[:-1], 0))
939 dispatch[LONG] = load_long
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Descriptors.java     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 722 int position, long id) {
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Calendar.java 712 * @see #LONG
725 * @see #LONG
739 public static final int LONG = 2;
782 * getDisplayNames} indicating a long name used for format.
807 * getDisplayNames} indicating a long name used independently,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 42 #define LONG 'L'
85 #define LONG1 '\x8a' /* push long from < 256 bytes */
86 #define LONG4 '\x8b' /* push really big long */
1011 long l = PyInt_AS_LONG((PyIntObject *)args);
1027 long l = PyInt_AS_LONG((PyIntObject *)args);
1036 /* Text-mode pickle, or long too big to fit in the 4-byte
1081 static char l = LONG;
1112 * of the form -(2**(8*j-1)) for j > 0. Such a long is
1120 PyErr_SetString(PyExc_OverflowError, "long too large "
1131 /* If the long is negative, this may be a byte more than
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 42 #define LONG 'L'
85 #define LONG1 '\x8a' /* push long from < 256 bytes */
86 #define LONG4 '\x8b' /* push really big long */
718 long c_value;
980 long l = PyInt_AS_LONG((PyIntObject *)args);
996 long l = PyInt_AS_LONG((PyIntObject *)args);
1005 /* Text-mode pickle, or long too big to fit in the 4-byte
1050 static char l = LONG;
1081 * of the form -(2**(8*j-1)) for j > 0. Such a long is
1089 PyErr_SetString(PyExc_OverflowError, "long too large "
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 84 public static final int LONG=56;
    [all...]

Completed in 1151 milliseconds

1 2 3 45 6 7 8 91011>>