Home
last modified time | relevance | path

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

1234567891011

/external/chromium_org/third_party/WebKit/Source/platform/
DPODInterval.h84 PODInterval(const T& low, const T& high) in PODInterval()
93 PODInterval(const T& low, const T& high, const UserData data) in PODInterval()
102 const T& high() const { return m_high; } in high() function
105 bool overlaps(const T& low, const T& high) const in overlaps()
/external/compiler-rt/lib/
Dint_types.h36 si_int high; member
51 su_int high; member
71 di_int high; member
86 du_int high; member
126 udwords high; member
Dfloatdidf.c40 const double high = (int32_t)(a >> 32) * twop32; in ARM_EABI_FNALIAS() local
/external/chromium_org/content/browser/loader/
Dresource_scheduler_unittest.cc220 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
231 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
244 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
260 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
291 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
319 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
362 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
374 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
400 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
429 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
[all …]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodingInfo.java125 public boolean isInEncoding(char high, char low) { in isInEncoding()
177 public boolean isInEncoding(char high, char low); in isInEncoding()
234 public boolean isInEncoding(char high, char low) { in isInEncoding()
464 private static boolean inEncoding(char high, char low, String encoding) { in inEncoding()
/external/oprofile/module/x86/
Dop_model_p4.c361 #define ESCR_READ(escr, high, ev, i) do {rdmsr(ev->bindings[(i)].escr_address, (escr), (high));} wh… argument
362 #define ESCR_WRITE(escr, high, ev, i) do {wrmsr(ev->bindings[(i)].escr_address, (escr), (high));} w… argument
372 #define CCCR_READ(low, high, i) do {rdmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0) argument
373 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0) argument
488 unsigned int high = 0; in pmc_setup_one_p4_counter() local
549 unsigned int low, high; in p4_setup_ctrs() local
627 unsigned long ctr, low, high, stag, real; in p4_check_ctrs() local
674 unsigned int low, high, stag; in p4_start() local
691 unsigned int low, high, stag; in p4_stop() local
Dop_model_ppro.c48 uint low, high; in ppro_setup_ctrs() local
85 ulong low, high; in ppro_check_ctrs() local
99 uint low, high; in ppro_start() local
108 uint low, high; in ppro_stop() local
Dop_model_athlon.c52 uint low, high; in athlon_setup_ctrs() local
89 uint low, high; in athlon_check_ctrs() local
105 uint low, high; in athlon_start() local
119 uint low, high; in athlon_stop() local
/external/libsepol/src/
Dport_record.c10 int low, high; member
21 int low, high; member
29 int low, int high, int proto, in sepol_port_key_create()
161 void sepol_port_set_range(sepol_port_t * port, int low, int high) in sepol_port_set_range()
Dports.c51 int high = sepol_port_get_high(data); in port_from_record() local
107 int high = port->u.port.high_port; in port_to_record() local
170 int low, high, proto; in sepol_port_exists() local
208 int low, high, proto; in sepol_port_query() local
248 int low, high, proto; in sepol_port_modify() local
/external/qemu/elff/
Ddwarf_die.cc138 AddrType high; in contains_address() local
212 Elf_Xword low, high; in dump() local
220 Elf_Word low, high; in dump() local
/external/dropbear/libtomcrypt/src/pk/ecc/
Decc_sizes.c26 void ecc_sizes(int *low, int *high) in ecc_sizes()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMeterElement.cpp131 double HTMLMeterElement::high() const in high() function in WebCore::HTMLMeterElement
133 double high = getFloatingPointAttribute(highAttr, max()); in high() local
137 void HTMLMeterElement::setHigh(double high, ExceptionState& exceptionState) in setHigh()
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/joints/
DHingeJoint.java100 public void setLimit(float low, float high) { in setLimit()
104 private native void setLimit(long objectId, float low, float high); in setLimit()
106 …public void setLimit(float low, float high, float _softness, float _biasFactor, float _relaxationF… in setLimit()
113 …private native void setLimit(long objectId, float low, float high, float _softness, float _biasFac… in setLimit()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dinttree.c55 ITN_create(long low, long high, void *data) in ITN_create()
315 IT_insert(IntervalTree *it, long low, long high, void *data) in IT_insert()
662 IT_delete_node(IntervalTree *it, IntervalTreeNode *z, long *low, long *high) in IT_delete_node()
790 IT_enumerate(IntervalTree *it, long low, long high, void *cbd, in IT_enumerate()
/external/skia/src/gpu/
DGrTBSearch.h22 int high = count - 1; in GrTBSearch() local
/external/chromium_org/third_party/skia/src/gpu/
DGrTBSearch.h22 int high = count - 1; in GrTBSearch() local
/external/compiler-rt/lib/ppc/
Dfloatunditf.c18 doublebits high = { .d = twop84 }; in __floatunditf() local
/external/elfutils/tests/
Ddwfl-bug-addr-overflow.c55 Dwfl_Module *high = dwfl_report_module (dwfl, "high", in main() local
/external/arduino/hardware/arduino/cores/arduino/
Dwiring_analog.c42 uint8_t low, high; in analogRead() local
/external/kernel-headers/original/asm-mips/
Ddiv64.h22 #define do_div64_32(res, high, low, base) ({ \ argument
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/joints/
DHingeJoint.java80 public void setLimit(float low, float high) { in setLimit()
84 …public void setLimit(float low, float high, float _softness, float _biasFactor, float _relaxationF… in setLimit()
/external/clang/test/CodeGen/
D2002-09-18-UnionProblem.c5 char high, low; member
/external/chromium_org/net/base/
Dfile_stream_metrics_win.cc17 int high; member
/external/libvpx/libvpx/vp9/common/
Dvp9_common.h50 static INLINE int clamp(int value, int low, int high) { in clamp()
54 static INLINE double fclamp(double value, double low, double high) { in fclamp()

1234567891011