Home
last modified time | relevance | path

Searched defs:high (Results 76 - 100 of 330) sorted by relevance

12345678910>>...14

/base/security/security_guard/test/unittest/mock/rdb/
H A Drdb_predicates.h43 virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullptr;}; in Between() argument
44 virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nullptr;}; in NotBetween() argument
82 virtual AbsPredicates *Between(std::string field, std::string low, std::string high) {return nullptr;}; in Between() argument
83 virtual AbsPredicates *NotBetween(std::string field, std::string low, std::string high) {return nullptr;}; in NotBetween() argument
/base/telephony/core_service/services/sim/src/
H A Dsim_utils.cpp132 char16_t high = charBytes[i]; in CharsConvertToChar16() local
166 uint8_t high = 0; in Gsm7bitConvertToString() local
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_neon_utils.h86 float32x4_t high = NeonDiv(vcvtq_f32_u32(vmovl_u16(vget_high_u16(a))), in NeonDivInt() local
/foundation/resourceschedule/ffrt/src/eu/
H A Dblockaware.h48 unsigned int high; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h118 static inline uint16_t Merge(uint16_t high, uint16_t low) in Merge() argument
/third_party/ffmpeg/libavcodec/
H A Dfmvc.c293 int high = 0; in decode_type1() local
H A Dmss12.h49 int low, high, value; member
/third_party/elfutils/libdwfl/
H A Dlinux-proc-maps.c183 do_report (Dwfl *dwfl, char **plast_file, Dwarf_Addr low, Dwarf_Addr high) in do_report() argument
205 Dwarf_Addr low = 0, high = 0; in proc_maps_report() local
/third_party/ffmpeg/libavfilter/
H A Dvf_edgedetect.c64 double low, high; member
H A Dvf_readvitc.c139 static unsigned bcd2uint(uint8_t high, uint8_t low) in bcd2uint() argument
H A Dvf_monochrome.c35 float high; member
H A Dvf_maskfun.c32 int low, high; member
/third_party/ffmpeg/libavutil/
H A Dtimecode.c132 unsigned high = bcd >> 4; in bcd2uint() local
/third_party/googletest/googletest/src/
H A Dgtest-printers.cc301 uint64_t high = static_cast<uint64_t>(v >> 64); in PrintTo() local
/third_party/gptfdisk/
H A Dgptcl.cc71 uint64_t low, high, startSector, endSector, sSize, mainTableLBA, secondTableLBA; in DoOptions() local
H A Dsupport.cc79 uint64_t GetNumber(uint64_t low, uint64_t high, uint64_t def, const string & prompt) { in GetNumber() argument
139 IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint32_t sectorAlignment, uint64_t def) IeeeToInt() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dusrchimp.h60 int32_t high; member
H A Ducoleitr.cpp49 int32_t high; member
335 uint32_t low = 0, high = 0; in nextProcessed() local
388 int32_t low = 0, high = 0; in previousProcessed() local
[all...]
H A Derarules.cpp270 int32_t high = numEras; // last index + 1 in getEraIndex() local
/third_party/icu/icu4c/source/common/
H A Dlocmap.cpp1255 uint32_t high = gLocaleCount; in uprv_convertToLCID() local
H A Dusc_impl.cpp271 UChar high = scriptRun->textArray[scriptRun->scriptLimit]; in uscript_nextRun() local
H A Duniset.cpp531 UChar32 high = getRangeEnd(i); in matchesIndexValue() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dfixed-dtoa.cc40 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
H A DICUZDump.java349 private static void dumpZone(Writer w, String lineSep, String tzid, int low, int high, boolean isJdk) throws IOException { in dumpZone() argument
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrlib.cpp44 UINT_32 high = rem >> 32; in div64_32() local

Completed in 19 milliseconds

12345678910>>...14