Home
last modified time | relevance | path

Searched defs:high (Results 1 – 25 of 78) sorted by relevance

1234

/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_sizes.c26 void ecc_sizes(int *low, int *high) in ecc_sizes()
/external/tesseract/ccstruct/
Dmod128.cpp69 int high, low, current; //binary search in DIR128() local
/external/bluetooth/glib/glib/
Dgqsort.c75 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top)) argument
76 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) argument
/external/opencore/oscl/oscl/config/android/
Dosclconfig_unix_android.h75 #define INT64_HILO(high,low) ((((high##LL))<<32)|low) argument
76 #define UINT64_HILO(high,low) ((((high##ULL))<<32)|low) argument
/external/opencore/oscl/oscl/config/shared/
Dosclconfig_unix_common.h75 #define INT64_HILO(high,low) ((((high##LL))<<32)|low) argument
76 #define UINT64_HILO(high,low) ((((high##ULL))<<32)|low) argument
/external/libxml2/include/libxml/
Dchvalid.h32 unsigned short high; member
39 unsigned int high; member
/external/opencore/android/
Dautodetect.cpp852 int high = rangeCount; in charMatchesEncoding() local
/external/grub/netboot/
Dtimer.c23 #define rdtsc(low,high) \ argument
/external/e2fsprogs/e2fsck/
Ddx_dirinfo.c83 int low, high, mid; in e2fsck_get_dx_dir_info() local
/external/e2fsprogs/lib/uuid/
Duuid_time.c49 uint32_t high; in uuid_time() local
/external/qemu/
Dcpu-defs.h114 uint16_t high; member
120 uint16_t high; member
Delf_ops.h188 uint64_t addr, low = (uint64_t)-1, high = 0; in glue() local
/external/icu4c/extra/scrptrun/
Dscrptrun.cpp125 UChar high = charArray[scriptEnd]; in next() local
/external/e2fsprogs/lib/blkid/
Dgetsize.c83 blkid_loff_t high, low; in blkid_get_dev_size() local
/external/grub/stage2/
Dstart_eltorito.S257 .high: add $('A'-10), %al label
/external/libxml2/
Dchvalid.c169 int low, high, mid; in xmlCharInRange() local
/external/icu4c/tools/tzcode/
Dicuzdump.cpp199 … void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) { in dumpZone()
289 int32_t high = 2038; in main() local
/external/qemu/block/
Draw-win32.c44 LONG high; in qemu_ftruncate64() local
169 LONG low, high; in raw_truncate() local
/external/e2fsprogs/lib/ext2fs/
Dgetsize.c151 ext2_loff_t high, low; in ext2fs_get_device_size() local
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp1551 int high = m_exceptionInfo->m_lineInfo.size(); in lineNumberForBytecodeOffset() local
1582 int high = m_exceptionInfo->m_expressionInfo.size(); in expressionRangeForBytecodeOffset() local
1617 int high = m_exceptionInfo->m_getByIdExceptionInfo.size(); in getByIdExceptionInfoForBytecodeOffset() local
1643 int high = m_rareData->m_functionRegisterInfos.size(); in functionRegisterForBytecodeOffset() local
1668 int high = m_globalResolveInstructions.size(); in hasGlobalResolveInstructionAtBytecodeOffset() local
1689 int high = m_globalResolveInfos.size(); in hasGlobalResolveInfoAtBytecodeOffset() local
/external/srec/srec/clib/
Dvoc_read.c169 const char* high; in get_prons() local
/external/icu4c/layout/
DLEFontInstance.cpp60 LEUnicode16 high = chars[i]; in mapCharsToGlyphs() local
/external/qemu/target-arm/
Dneon_helper.c958 uint32_t high; in HELPER() local
976 int32_t high; in HELPER() local
1038 uint64_t high = (uint16_t)(x >> 16); in HELPER() local
1044 uint64_t high = (int16_t)(x >> 16); in HELPER() local
1084 uint32_t high = b + (b >> 32); in HELPER() local
1109 uint32_t low, high; in HELPER() local
1282 uint32_t high = -(x >> 32); in HELPER() local
/external/e2fsprogs/resize/
Dextent.c144 int low, high, mid; in ext2fs_extent_translate() local
/external/icu4c/i18n/
Djapancal.cpp404 int32_t high = kEraCount; in handleComputeFields() local

1234