HomeSort by relevance Sort by last modified time
    Searched refs:is_short (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 41 unsigned int is_short:1; /* h flag. */ member in struct:printf_info
  /external/libxml2/
triop.h 105 void trio_set_short TRIO_PROTO((trio_pointer_t ref, int is_short));
  /external/libxaac/decoder/
ixheaacd_main.h 223 WORD32 ixheaacd_lpd_bpf_fix(ia_usac_data_struct *usac_data, WORD32 is_short,
  /external/v8/src/runtime/
runtime-i18n.cc 1001 const bool is_short = length < static_cast<int>(sizeof(uintptr_t)); local
    [all...]
  /external/python/cpython3/Python/
marshal.c 433 int is_short = PyUnicode_GET_LENGTH(v) < 256; local
434 if (is_short) {
    [all...]
  /external/v8/src/snapshot/
serializer.cc 716 DCHECK(ExternalOneByteString::cast(object_)->is_short());
  /external/v8/src/
objects-inl.h     [all...]
bootstrapper.cc 50 DCHECK(source_code->is_short());
    [all...]
objects.h     [all...]

Completed in 4206 milliseconds