Searched defs:high (Results 176 - 200 of 260) sorted by relevance

1234567891011

/external/skia/third_party/etc1/
H A Detc1.cpp209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; local
212 if (high & 2) {
214 int rBase = high >> 27;
215 int gBase = high >> 19;
216 int bBase = high >> 11;
218 r2 = convertDiff(rBase, high >> 24);
220 g2 = convertDiff(gBase, high >> 16);
222 b2 = convertDiff(bBase, high >> 8);
225 r1 = convert4To8(high >> 28);
226 r2 = convert4To8(high >> 2
242 etc1_uint32 high; member in struct:__anon30824
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h593 size_t high = numarcs; local
594 while (low < high) {
595 size_t mid = (low + high) / 2;
600 high = mid;
/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c1014 "ldr 4,%[high]\n\t" \
1018 : [high] "f"(hi), [low] "f"(lo) \
1090 "ldr 4,%[high]\n\t" \
1094 : [high] "f"(hi), [low] "f"(lo) \
1127 "ldr 4,%[high]\n\t" \
1131 : [high] "f"(hi), [low] "f"(lo) \
1178 "ldr 4,%[high]\n\t" \
1182 : [high] "f"(cc_dep1), [low] "f"(cc_dep2), \
1228 "ldr 4,%[high]\n\t" \
1232 : [high] "
1589 Int high = (Int)(cc_dep1 >> 32); local
[all...]
/external/checkpolicy/
H A Dpolicy_define.c3493 newcat->high = range_end;
3748 /* extract high sensitivity */
3934 int define_iomem_context(unsigned long low, unsigned long high) argument
3959 newc->u.iomem.high_iomem = high;
3961 if (low > high) {
3962 yyerror2("low memory 0x%x exceeds high memory 0x%x", low, high);
3978 if (low <= high2 && low2 <= high) {
3980 "earlier entry 0x%x-0x%x", low, high,
3998 int define_ioport_context(unsigned long low, unsigned long high) argument
4117 define_port_context(unsigned int low, unsigned int high) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp107 * *p++ = high << 16 | low & 0xffff;
109 static ALWAYS_INLINE uint32_t* storeInc(uint32_t* p, uint16_t high, uint16_t low) argument
113 p16[0] = high;
116 p16[1] = high;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
388 high = ucol_getOffset(elems);
395 add(order, low, high);
407 void OrderList::add(int32_t order, int32_t low, int32_t high) argument
421 list[listSize].highOffset = high;
639 int32_t order, low, high; local
644 high = iter->getOffset();
646 forwardList.add(order, low, high);
655 high
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_test.cc1048 static bool Between(uint64_t val, uint64_t low, uint64_t high) { argument
1049 bool result = (val >= low) && (val <= high);
1054 (unsigned long long)(high));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.c491 static int get_active_quality(int q, int gfu_boost, int low, int high, argument
493 if (gfu_boost > high) {
498 const int gap = high - low;
499 const int offset = high - gfu_boost;
1514 // a very high rate is given on the command line or the the rate cannnot
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c3164 uint8_t byte, low, high; local
3167 high = byte / 16;
3169 dump_buf[pos++] = high < 10 ? '0' + high : 'a' + (high - 10);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.c1137 unsigned long low, high; local
1152 high = precbc2_index;
1155 high = precbc_index;
1159 IT_insert(itree, (long)low, (long)high, term);
/external/chromium_org/v8/src/heap/
H A Dmark-compact.h145 void Initialize(Address low, Address high) { argument
147 HeapObject** obj_high = reinterpret_cast<HeapObject**>(high);
/external/chromium_org/v8/src/mips/
H A Dassembler-mips.h248 FPURegister high() const { function in struct:v8::internal::FPURegister
249 // Find high reg of a Doubel-reg pair, which is reg + 1.
487 // The high 8 bits are set to zero.
/external/chromium_org/v8/src/mips64/
H A Dassembler-mips64.h238 FPURegister high() const { function in struct:v8::internal::FPURegister
240 // Find high reg of a Doubel-reg pair, which is reg + 1.
477 // The high 8 bits are set to zero.
/external/chromium_org/v8/src/
H A Dunicode.cc48 * high values in the lower end of the table so this function uses a
57 unsigned int high = size - 1; local
58 while (high != low) {
59 unsigned int mid = low + ((high - low) >> 1);
74 high = mid - 1;
113 unsigned int high = size - 1; local
114 while (high != low) {
115 unsigned int mid = low + ((high - low) >> 1);
130 high = mid - 1;
/external/gcc-demangle/
H A Dcp-demangle.c1605 int high = ((sizeof (cplus_demangle_operators) local
1614 i = low + (high - low) / 2;
1621 high = i;
1624 if (low == high)
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
388 high = ucol_getOffset(elems);
395 add(order, low, high);
407 void OrderList::add(int32_t order, int32_t low, int32_t high) argument
421 list[listSize].highOffset = high;
636 int32_t order, low, high; local
641 high = iter->getOffset();
643 forwardList.add(order, low, high);
652 high
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp704 // If the high bit is set, the exception handling table entry is inline inside
729 // If the high bit in the exception handling table entry is set, the entry is
901 uint32_t high = sectionHeader.indexCount(); local
902 uint32_t last = high - 1;
903 while (low < high) {
904 uint32_t mid = (low + high) / 2;
905 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
906 //mid, low, high, topIndex.functionOffset(mid));
916 high = mid;
952 high
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h139 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb, argument
140 uint32_t extraweight) : Low(low), High(high), BB(bb),
297 /// *NOTE* The following is a high level documentation of SelectionDAG Stack
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp669 CFX_ByteString low, high; local
674 high = parser.GetWord();
676 FX_DWORD highcode = (lowcode & 0xffffff00) | (_StringToCode(high) & 0xff);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser.cpp373 int low = 0, high = sizeof g_OpCodes / sizeof(struct _OpCode) - 1; local
374 while (low <= high) {
375 int middle = (low + high) / 2;
381 high = middle - 1;
/external/qemu/disas/
H A Darm.c1076 %S print Thumb register (bits 3..5 as high number if bit 6 set)
1077 %D print Thumb register (bits 0..2 as high number if bit 7 set)
1221 We adopt the convention that hw1 is the high 16 bits of .value and
1657 /* The high 4 bits are 0xe for Arm conditional instructions, and
2610 unsigned low, high; local
2620 high = limit & 3;
2622 if (value < low || value > high)
/external/qemu/target-arm/
H A Dneon_helper.c1300 uint32_t high; local
1310 high = x >> 32;
1311 if (high & 0x80000000) {
1312 high = 0;
1314 } else if (high > 0xffff) {
1315 high = 0xffff;
1318 return low | (high << 16);
1323 uint32_t high; local
1330 high = x >> 32;
1331 if (high >
1341 int32_t high; local
1416 uint64_t high = (uint16_t)(x >> 16); local
1422 uint64_t high = (int16_t)(x >> 16); local
1462 uint32_t high = b + (b >> 32); local
1487 uint32_t low, high; local
1663 uint32_t high = -(x >> 32); local
[all...]
/external/tcpdump/
H A Dprint-snmp.c336 u_int32_t high; member in struct:be::__anon31550::__anon31551
568 register u_int32_t high, low; local
571 high = 0, low = 0;
573 high = (high << 8) |
577 elem->data.uns64.high = high;
742 if (elem->data.uns64.high == 0) {
746 d = elem->data.uns64.high * 4294967296.0; /* 2^32 */
747 if (elem->data.uns64.high <
[all...]
/external/valgrind/main/coregrind/
H A Dm_main.c3424 overflows, and they return garbage in the high-order half of the
3611 su_int high; member in struct:__anon32554::__anon32555
3613 su_int high;
3632 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023;
3633 if (e < 0 || (fb.u.s.high & 0x80000000))
3636 r.s.high = (fb.u.s.high & 0x000FFFFF) | 0x00100000;
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c947 int low, high, mid, cmp; local
953 high = tptr->numentries - 1;
955 while (low <= high) {
956 mid = (low + high) / 2;
960 high = mid - 1;

Completed in 807 milliseconds

1234567891011