Home
last modified time | relevance | path

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

1234567891011

/external/clang/test/CodeGen/
Daarch64-neon-vcombine.c8 int8x16_t test_vcombine_s8(int8x8_t low, int8x8_t high) { in test_vcombine_s8()
14 int16x8_t test_vcombine_s16(int16x4_t low, int16x4_t high) { in test_vcombine_s16()
20 int32x4_t test_vcombine_s32(int32x2_t low, int32x2_t high) { in test_vcombine_s32()
26 int64x2_t test_vcombine_s64(int64x1_t low, int64x1_t high) { in test_vcombine_s64()
32 uint8x16_t test_vcombine_u8(uint8x8_t low, uint8x8_t high) { in test_vcombine_u8()
38 uint16x8_t test_vcombine_u16(uint16x4_t low, uint16x4_t high) { in test_vcombine_u16()
44 uint32x4_t test_vcombine_u32(uint32x2_t low, uint32x2_t high) { in test_vcombine_u32()
50 uint64x2_t test_vcombine_u64(uint64x1_t low, uint64x1_t high) { in test_vcombine_u64()
56 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) { in test_vcombine_p64()
62 float16x8_t test_vcombine_f16(float16x4_t low, float16x4_t high) { in test_vcombine_f16()
[all …]
D2002-09-18-UnionProblem.c5 char high, low; member
/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/chromium_org/content/browser/loader/
Dresource_scheduler_unittest.cc293 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
304 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
316 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
331 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
348 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
379 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
407 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
450 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
462 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
490 scoped_ptr<TestRequest> high(NewRequest("http://host/high", net::HIGHEST)); in TEST_F() local
[all …]
/external/compiler-rt/lib/builtins/
Dint_types.h36 si_int high; member
51 su_int high; member
74 di_int high; member
89 du_int high; member
129 udwords high; member
Dfloatdidf.c40 const double high = (int32_t)(a >> 32) * twop32; in ARM_EABI_FNALIAS() local
/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/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMeterElement.cpp116 double HTMLMeterElement::high() const in high() function in blink::HTMLMeterElement
118 double high = getFloatingPointAttribute(highAttr, max()); in high() local
122 void HTMLMeterElement::setHigh(double high) in setHigh()
/external/lldb/include/lldb/Utility/
DPriorityPointerPair.h40 PriorityPointerPair(pointer_type high, in PriorityPointerPair()
51 PriorityPointerPair(T_SP& high, in PriorityPointerPair()
DRange.h53 SetHigh (ValueType high) in SetHigh()
/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.h21 int high = count - 1; in GrTBSearch() local
/external/chromium_org/third_party/skia/src/gpu/
DGrTBSearch.h21 int high = count - 1; in GrTBSearch() local
/external/qemu/target-i386/
Dmem_helper.c90 int low, high; in helper_boundw() local
101 int low, high; in helper_boundl() local
/external/compiler-rt/lib/builtins/ppc/
Dfloatunditf.c18 doublebits high = { .d = twop84 }; in __floatunditf() local
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
Dget_lsp_poly.c46 int16_t high, low; in WebRtcIlbcfix_GetLspPoly() local
Daugmented_cb_corr.c33 int16_t high, /* (i) Lag to end at (typically 39) */ in WebRtcIlbcfix_AugmentedCbCorr()
/external/arduino/hardware/arduino/cores/arduino/
Dwiring_analog.c42 uint8_t low, high; in analogRead() local
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Drdpmc.c16 unsigned int low, high; in rdpmc() local
25 unsigned int low, high; in rdtsc() local
/external/libvpx/libvpx/vp9/common/
Dvp9_common.h55 static INLINE int clamp(int value, int low, int high) { in clamp()
59 static INLINE double fclamp(double value, double low, double high) { in fclamp()

1234567891011