/external/clang/test/CodeGen/ |
D | aarch64-neon-vcombine.c | 8 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 …]
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | PODInterval.h | 84 PODInterval(const T& low, const T& high) in PODInterval() 93 PODInterval(const T& low, const T& high, const UserData data) in PODInterval() 101 const T& low() const { return m_low; } in low() function 105 bool overlaps(const T& low, const T& high) const in overlaps()
|
/external/stlport/src/ |
D | collate.cpp | 32 string collate<char>::do_transform(const char* low, const char* high) const in do_transform() argument 35 long collate<char>::do_hash(const char* low, const char* high) const { in do_hash() argument 52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const in do_transform() argument 55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { in do_hash() argument
|
D | ctype.cpp | 399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, in do_is() 413 const wchar_t* low, const wchar_t* high) const { in do_scan_is() argument 420 const wchar_t* low, const wchar_t* high) const { in do_scan_not() argument 430 ctype<wchar_t>::do_toupper(wchar_t* low, const wchar_t* high) const { in do_toupper() 445 ctype<wchar_t>::do_tolower(wchar_t* low, const wchar_t* high) const { in do_tolower() 459 ctype<wchar_t>::do_widen(const char* low, const char* high, in do_widen() 469 const wchar_t* ctype<wchar_t>::do_narrow(const wchar_t* low, in do_narrow()
|
/external/lldb/include/lldb/Utility/ |
D | PriorityPointerPair.h | 41 pointer_type low) : in PriorityPointerPair() 46 PriorityPointerPair(pointer_type low) : in PriorityPointerPair() 52 T_SP& low) : in PriorityPointerPair() 57 PriorityPointerPair(T_SP& low) : in PriorityPointerPair()
|
/external/compiler-rt/lib/builtins/ |
D | int_types.h | 35 su_int low; member 50 su_int low; member 73 du_int low; member 88 du_int low; member 128 udwords low; member
|
/external/chromium_org/content/browser/loader/ |
D | resource_scheduler_unittest.cc | 294 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 305 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 317 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 334 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 349 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 366 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 451 scoped_ptr<TestRequest> low(NewRequest("http://host/req", net::LOWEST)); in TEST_F() local 463 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 491 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local 522 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST)); in TEST_F() local [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | EncodingInfo.java | 125 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/libsepol/src/ |
D | port_record.c | 10 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()
|
D | ports.c | 50 int low = sepol_port_get_low(data); in port_from_record() local 106 int low = port->u.port.low_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/oprofile/module/x86/ |
D | op_model_ppro.c | 48 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
|
D | op_model_athlon.c | 52 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
|
D | op_model_p4.c | 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 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
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLMeterElement.cpp | 105 double HTMLMeterElement::low() const in low() function in blink::HTMLMeterElement 107 double low = getFloatingPointAttribute(lowAttr, min()); in low() local 111 void HTMLMeterElement::setLow(double low) in setLow()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | inttree.c | 55 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/clang/lib/Lex/ |
D | PPConditionalDirectiveRecord.cpp | 30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in rangeIntersectsConditionalDirective() local 60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(), in findConditionalDirectiveRegionLoc() local
|
/external/qemu/target-i386/ |
D | mem_helper.c | 90 int low, high; in helper_boundw() local 101 int low, high; in helper_boundl() local
|
/external/compiler-rt/lib/builtins/ppc/ |
D | floatditf.c | 15 doublebits low = { .d = twop52 }; in __floatditf() local
|
D | floatunditf.c | 19 doublebits low = { .d = twop52 }; in __floatunditf() local
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrTBSearch.h | 22 int low = 0; in GrTBSearch() local
|
/external/skia/src/gpu/ |
D | GrTBSearch.h | 22 int low = 0; in GrTBSearch() local
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
D | get_lsp_poly.c | 46 int16_t high, low; in WebRtcIlbcfix_GetLspPoly() local
|
/external/arduino/hardware/arduino/cores/arduino/ |
D | wiring_analog.c | 42 uint8_t low, high; in analogRead() local
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/ |
D | rdpmc.c | 16 unsigned int low, high; in rdpmc() local 25 unsigned int low, high; in rdtsc() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_common.h | 55 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()
|