/external/webkit/Source/WebCore/platform/graphics/gpu/ |
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() 102 const T& high() const { return m_high; } in high() function 105 bool overlaps(const T& low, const T& high) const in overlaps()
|
/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()
|
D | WriterToUTF8Buffered.java | 287 char high, low; in write() local 415 char high, low; in write() 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_p4.c | 361 #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
|
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
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ecc_sizes.c | 26 void ecc_sizes(int *low, int *high) in ecc_sizes()
|
/external/qemu/elff/ |
D | dwarf_die.cc | 138 AddrType high; in contains_address() local 212 Elf_Xword low, high; in dump() local 220 Elf_Word low, high; in dump() local
|
/external/webkit/Source/WebCore/html/ |
D | HTMLMeterElement.cpp | 147 double HTMLMeterElement::high() const in high() function in WebCore::HTMLMeterElement 149 double high = max(); in high() local 154 void HTMLMeterElement::setHigh(double high, ExceptionCode& ec) in setHigh()
|
/external/skia/gpu/include/ |
D | GrTBSearch.h | 29 int high = count - 1; in GrTBSearch() local
|
/external/llvm/test/FrontendC/ |
D | 2002-09-18-UnionProblem.c | 5 char high, low; member
|
D | 2005-09-24-BitFieldCrash.c | 9 long long high; member
|
/external/bluetooth/glib/glib/ |
D | gqsort.c | 75 #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/oprofile/module/ia64/ |
D | op_ia64_model.h | 18 uint high; member
|
/external/libxml2/include/libxml/ |
D | chvalid.h | 32 unsigned short high; member 39 unsigned int high; member
|
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/ |
D | Pattern2Test.java | 1187 public UBInfo(int low, int high, String name) { in UBInfo() 1195 public int low, high; field in Pattern2Test.UBInfo
|
/external/e2fsprogs/e2fsck/ |
D | dx_dirinfo.c | 83 int low, high, mid; in e2fsck_get_dx_dir_info() local
|
/external/grub/netboot/ |
D | timer.c | 23 #define rdtsc(low,high) \ argument
|
/external/qemu/ |
D | cpu-defs.h | 123 uint16_t high; member 129 uint16_t high; member
|
/external/icu4c/extra/scrptrun/ |
D | scrptrun.cpp | 125 UChar high = charArray[scriptEnd]; in next() local
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_time.c | 60 uint32_t high; in uuid_time() local
|
/external/stlport/src/ |
D | ctype.cpp | 399 const wchar_t* ctype<wchar_t>::do_is(const wchar_t* low, const wchar_t* high, in do_is() 459 ctype<wchar_t>::do_widen(const char* low, const char* high, in do_widen() 470 const wchar_t* high, in do_narrow()
|
/external/icu4c/i18n/ |
D | ucoleitr.cpp | 50 int32_t high; member 124 int32_t high; member 432 uint32_t low = 0, high = 0; in ucol_nextProcessed() local 517 int32_t low = 0, high = 0; in ucol_previousProcessed() local
|
/external/kernel-headers/original/asm-x86/ |
D | msr.h | 134 #define rdpmc(counter,low,high) \ argument 198 #define rdtsc(low,high) \ argument 204 #define rdtscp(low,high,aux) \ argument 223 #define rdpmc(counter,low,high) \ argument
|
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 83 blkid_loff_t high, low; in blkid_get_dev_size() local
|