HomeSort by relevance Sort by last modified time
    Searched refs:VALUE (Results 276 - 300 of 719) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 190 /* Largest possible value of size_t.
201 /* Largest positive value of type Py_ssize_t. */
203 /* Smallest negative value of type Py_ssize_t. */
448 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
449 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
452 * VALUE may be evaluated more than once.
455 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
456 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 205 /* Largest possible value of size_t.
216 /* Largest positive value of type Py_ssize_t. */
218 /* Smallest negative value of type Py_ssize_t. */
464 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
465 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
468 * VALUE may be evaluated more than once.
471 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
472 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 190 /* Largest possible value of size_t.
201 /* Largest positive value of type Py_ssize_t. */
203 /* Smallest negative value of type Py_ssize_t. */
449 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
450 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
453 * VALUE may be evaluated more than once.
456 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
457 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /external/python/cpython2/Include/
pyport.h 190 /* Largest possible value of size_t.
201 /* Largest positive value of type Py_ssize_t. */
203 /* Smallest negative value of type Py_ssize_t. */
448 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
449 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
452 * VALUE may be evaluated more than once.
455 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
456 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 190 /* Largest possible value of size_t.
201 /* Largest positive value of type Py_ssize_t. */
203 /* Smallest negative value of type Py_ssize_t. */
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
456 * VALUE may be evaluated more than once.
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
pyport.h 190 /* Largest possible value of size_t.
201 /* Largest positive value of type Py_ssize_t. */
203 /* Smallest negative value of type Py_ssize_t. */
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
456 * VALUE may be evaluated more than once.
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 190 /* Largest possible value of size_t.
201 /* Largest positive value of type Py_ssize_t. */
203 /* Smallest negative value of type Py_ssize_t. */
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
456 * VALUE may be evaluated more than once.
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 190 /* Largest possible value of size_t.
201 /* Largest positive value of type Py_ssize_t. */
203 /* Smallest negative value of type Py_ssize_t. */
452 /* Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW)
453 * Cast VALUE to type NARROW from type WIDE. In Py_DEBUG mode, this
456 * VALUE may be evaluated more than once.
459 #define Py_SAFE_DOWNCAST(VALUE, WIDE, NARROW) \
460 (assert((WIDE)(NARROW)(VALUE) == (VALUE)), (NARROW)(VALUE))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
reloc.d 7 OFFSET[[:space:]]+TYPE[[:space:]]+VALUE[[:space:]]*
39 OFFSET[[:space:]]+TYPE[[:space:]]+VALUE[[:space:]]*
51 OFFSET[[:space:]]+TYPE[[:space:]]+VALUE[[:space:]]*
  /external/libmojo/mojo/public/cpp/bindings/tests/
request_response_unittest.cc 80 sample::Enum value) {
81 *storage = value;
136 std::string value; local
137 ReadTextMessage(pipe2.handle0.get(), &value);
139 EXPECT_EQ(std::string("hello"), value);
146 sample::Enum value; local
148 provider->EchoEnum(sample::Enum::VALUE,
149 base::Bind(&RecordEnum, &value, run_loop.QuitClosure()));
152 EXPECT_EQ(sample::Enum::VALUE, value);
    [all...]
  /external/selinux/libselinux/src/
selinux_internal.h 141 #define __selinux_setspecific(KEY, VALUE) \
144 pthread_setspecific(KEY, VALUE); \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel.d 10 OFFSET [ ]+ TYPE VALUE
elfel-rel.d 11 OFFSET [ ]+ TYPE VALUE
mipsel16-e.d 25 OFFSET [ ]+ TYPE VALUE
tmips16-e.d 25 OFFSET [ ]+ TYPE VALUE
tmipsel16-e.d 25 OFFSET [ ]+ TYPE VALUE
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
rel64-5.d 9 OFFSET TYPE VALUE
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
gotplt1.d 21 OFFSET TYPE VALUE
tls-ie-78.d 34 OFFSET TYPE VALUE
tls-ldgdex-14.d 40 OFFSET TYPE VALUE
tls-ldgdex-15.d 40 OFFSET TYPE VALUE
tls-ldgdx-14.d 41 OFFSET TYPE VALUE
tls-ldgdx-15.d 41 OFFSET TYPE VALUE
tls-legdx-16.d 40 OFFSET TYPE VALUE
tls-legdx-17.d 42 OFFSET TYPE VALUE

Completed in 648 milliseconds

<<11121314151617181920>>