HomeSort by relevance Sort by last modified time
    Searched defs:long_val (Results 1 - 11 of 11) sorted by null

  /cts/tools/dasm/src/java_cup/runtime/
long_token.java 21 long_val = lv;
31 public long long_val; field in class:long_token
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
structmember.c 212 long long_val = PyInt_AsLong(v); local
213 if ((long_val == -1) && PyErr_Occurred())
215 *(char*)addr = (char)long_val;
218 if ((long_val > CHAR_MAX) || (long_val < CHAR_MIN))
223 long long_val = PyInt_AsLong(v); local
224 if ((long_val == -1) && PyErr_Occurred())
226 *(unsigned char*)addr = (unsigned char)long_val;
227 if ((long_val > UCHAR_MAX) || (long_val < 0))
232 long long_val = PyInt_AsLong(v); local
241 long long_val = PyInt_AsLong(v); local
250 long long_val = PyInt_AsLong(v); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
structmember.c 212 long long_val = PyInt_AsLong(v); local
213 if ((long_val == -1) && PyErr_Occurred())
215 *(char*)addr = (char)long_val;
218 if ((long_val > CHAR_MAX) || (long_val < CHAR_MIN))
223 long long_val = PyInt_AsLong(v); local
224 if ((long_val == -1) && PyErr_Occurred())
226 *(unsigned char*)addr = (unsigned char)long_val;
227 if ((long_val > UCHAR_MAX) || (long_val < 0))
232 long long_val = PyInt_AsLong(v); local
241 long long_val = PyInt_AsLong(v); local
250 long long_val = PyInt_AsLong(v); local
    [all...]
  /external/python/cpython2/Python/
structmember.c 212 long long_val = PyInt_AsLong(v); local
213 if ((long_val == -1) && PyErr_Occurred())
215 *(char*)addr = (char)long_val;
218 if ((long_val > CHAR_MAX) || (long_val < CHAR_MIN))
223 long long_val = PyInt_AsLong(v); local
224 if ((long_val == -1) && PyErr_Occurred())
226 *(unsigned char*)addr = (unsigned char)long_val;
227 if ((long_val > UCHAR_MAX) || (long_val < 0)
232 long long_val = PyInt_AsLong(v); local
241 long long_val = PyInt_AsLong(v); local
250 long long_val = PyInt_AsLong(v); local
    [all...]
  /external/python/cpython3/Python/
structmember.c 140 long long_val = PyLong_AsLong(v); local
141 if ((long_val == -1) && PyErr_Occurred())
143 *(char*)addr = (char)long_val;
146 if ((long_val > CHAR_MAX) || (long_val < CHAR_MIN))
151 long long_val = PyLong_AsLong(v); local
152 if ((long_val == -1) && PyErr_Occurred())
154 *(unsigned char*)addr = (unsigned char)long_val;
155 if ((long_val > UCHAR_MAX) || (long_val < 0)
160 long long_val = PyLong_AsLong(v); local
169 long long_val = PyLong_AsLong(v); local
178 long long_val = PyLong_AsLong(v); local
    [all...]
  /external/libvpx/libvpx/
args.c 96 char *long_val = def->has_val ? "=<arg>" : ""; local
102 comma, def->long_name, long_val);
106 snprintf(option_text, 37, " --%s%s", def->long_name, long_val);
  /external/flatbuffers/tests/
phpTest.php 208 $long_val = 2; variable
212 // var long_val = new flatbuffers.Long(0x44444444, 0x84444444);
257 $builder->addLongX($f, $long_val, 0);
310 $assert->strictEqual($view->getLong($field_offset), $long_val);
test.cpp 970 const int64_t long_val = 0x8444444444444444LL; local
    [all...]
  /external/libaom/libaom/common/
args.c 157 char *long_val = def->has_val ? "=<arg>" : ""; local
163 comma, def->long_name, long_val);
167 snprintf(option_text, 37, " --%s%s", def->long_name, long_val);
  /cts/tools/dasm/etc/
java_cup-new.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 601 milliseconds