/external/libgdx/gdx/jni/etc1/ |
etc1_utils.cpp | 201 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
local 204 if (high & 2) {
206 int rBase = high >> 27;
207 int gBase = high >> 19;
208 int bBase = high >> 11;
210 r2 = convertDiff(rBase, high >> 24);
212 g2 = convertDiff(gBase, high >> 16);
214 b2 = convertDiff(bBase, high >> 8);
217 r1 = convert4To8(high >> 28);
218 r2 = convert4To8(high >> 24); 234 etc1_uint32 high; member in struct:__anon14991 [all...] |
/external/skia/third_party/etc1/ |
etc1.cpp | 209 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 >> 24) 242 etc1_uint32 high; member in struct:__anon22614 [all...] |
/frameworks/native/opengl/libs/ETC1/ |
etc1.cpp | 201 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; local 204 if (high & 2) { 206 int rBase = high >> 27; 207 int gBase = high >> 19; 208 int bBase = high >> 11; 210 r2 = convertDiff(rBase, high >> 24); 212 g2 = convertDiff(gBase, high >> 16); 214 b2 = convertDiff(bBase, high >> 8); 217 r1 = convert4To8(high >> 28); 218 r2 = convert4To8(high >> 24) 234 etc1_uint32 high; member in struct:__anon28761 [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
WriterToUTF8Buffered.java | 123 * the 16 low-order bits of the given integer value; the 16 high-order bits 214 // Adjust the end of the chunk if it ends on a high char 231 * and it is the high char of a high/low pair with 234 * The char array incorrectly ends in a high char 235 * of a high/low surrogate pair, but there is 236 * no corresponding low as the high is the last char 281 * Unicode: [1101 10ww] [wwzz zzyy] (high surrogate) 287 char high, low; local 288 high = c 415 char high, low; local [all...] |
/external/selinux/libsepol/src/ |
context_record.c | 212 char *tmp = NULL, *low, *high; local 234 if (!(high = strchr(low, ':'))) 237 *high++ = '\0'; 240 low = high; 243 if (!(high = strchr(low, ':'))) 246 *high++ = '\0'; 249 low = high; 252 if (!(high = strchr(low, ':'))) { 256 *high++ = '\0'; 259 low = high; [all...] |
/external/libvpx/libvpx/ |
rate_hist.c | 24 int high; member in struct:hist_bucket 58 hist->bucket[i].high = 0; 117 if (hist->bucket[idx].high < avg_bitrate) 118 hist->bucket[idx].high = (int)avg_bitrate; 160 bucket[merge_bucket].high = bucket[small_bucket].high; 163 bucket[small_bucket].high = bucket[merge_bucket].high; 168 assert(bucket[merge_bucket].low != bucket[merge_bucket].high); 196 switch ((int)(log(bucket[buckets - 1].high) / log(10)) + 1) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
rate_hist.c | 24 int high; member in struct:hist_bucket 58 hist->bucket[i].high = 0; 114 if (hist->bucket[idx].high < avg_bitrate) 115 hist->bucket[idx].high = (int)avg_bitrate; 157 bucket[merge_bucket].high = bucket[small_bucket].high; 160 bucket[small_bucket].high = bucket[merge_bucket].high; 165 assert(bucket[merge_bucket].low != bucket[merge_bucket].high); 193 switch ((int)(log(bucket[buckets - 1].high) / log(10)) + 1) [all...] |
/external/google-breakpad/src/processor/ |
range_map-inl.h | 53 AddressType high = base + size - 1; local 56 if (size <= 0 || high < base) { 62 HexString(high); 69 MapConstIterator iterator_high = map_.lower_bound(high); 91 if (iterator_high->second.base() <= high) { 110 // Store the range in the map by its high address, so that lower_bound can 112 map_.insert(MapValue(high, Range(base, entry))); 128 // The map is keyed by the high address of each range, so |address| is 129 // guaranteed to be lower than the range's high address. If |range| is
|
/libcore/luni/src/test/java/libcore/java/lang/ |
StringBuilderTest.java | 144 char high = '\uD83D', low = '\uDE02'; local 145 StringBuilder surrogateCP = new StringBuilder().append(new char[]{high, low, low}); 146 assertTrue(Arrays.equals(new int[]{high, low, low}, surrogateCP.chars().toArray())); 158 char high = '\uD83D', low = '\uDE02'; local 159 StringBuilder surrogateCP = new StringBuilder().append(new char[]{high, low, low, '0'}); 160 assertEquals(Character.toCodePoint(high, low), surrogateCP.codePoints().toArray()[0]);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
vle-reloc.d | 30 1c: R_PPC_VLE_HI16D high 42 34: R_PPC_VLE_HI16D high 56 50: R_PPC_VLE_HI16D high 68 68: R_PPC_VLE_HI16D high 80 80: R_PPC_VLE_HI16D high 92 98: R_PPC_VLE_HI16A high 104 b0: R_PPC_VLE_HI16A high 116 c8: R_PPC_VLE_HI16A high 128 e0: R_PPC_VLE_HI16A high 140 f8: R_PPC_VLE_HI16A high [all...] |
/external/compiler-rt/test/builtins/Unit/ |
negvti2_test.c | 40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
multi3_test.c | 36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 37 expectedt.s.high, expectedt.s.low);
|
/external/e2fsprogs/lib/uuid/ |
uuid_time.c | 60 uint32_t high; local 65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16); 66 clock_reg = uuid.time_low | ((uint64_t) high << 32);
|
/external/google-benchmark/src/ |
cycleclock.h | 73 uint64_t low, high; 74 __asm__ volatile("rdtsc" : "=a"(low), "=d"(high)); 75 return (high << 32) | low; 83 // high 32 bits in tbu1; low 32 bits in tbl (tbu0 is garbage)
|
/external/proguard/src/proguard/obfuscate/ |
MappingPrinter.java | 153 int low,high; local 155 high = lineNumberTableAttribute.getHighestLineNumber(); 156 ps.print(low + ":" + high + ":");
|
/external/selinux/checkpolicy/ |
policy_define.h | 46 int define_port_context(unsigned int low, unsigned int high); 48 int define_iomem_context(uint64_t low, uint64_t high); 49 int define_ioport_context(unsigned long low, unsigned long high);
|
/frameworks/av/media/img_utils/include/img_utils/ |
DngUtils.h | 34 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
portcon.py | 77 self.low, self.high = ocon.ports 89 self.high == other.high
|
/bootable/recovery/ |
wear_touch.h | 28 WearSwipeDetector(int low, int high, OnSwipeCallback cb, void* cookie);
|
/external/compiler-rt/lib/builtins/ |
floatdixf.c | 40 fb.u.high.s.low = ((su_int)s & 0x00008000) | /* sign */
|
/external/libevent/include/event2/ |
bufferevent_struct.h | 59 size_t high; member in struct:event_watermark
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
LZMACoder.java | 103 int high = (pos & literalPosMask) << lc; local 104 return low + high; 126 final short[] high = new short[HIGH_SYMBOLS]; field in class:LZMACoder.LengthCoder 137 RangeCoder.initProbs(high);
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_HuffmanTable.cpp | 60 const int high = static_cast<int>(HTHIGH); local 61 if (low > high) 74 } while (cur_low < high); 87 RANGELOW[NTEMP] = high;
|
/external/selinux/libsemanage/src/ |
port_record.c | 53 int low, int high, int proto, 57 return sepol_port_key_create(handle->sepolh, low, high, proto, key_ptr); 128 void semanage_port_set_range(semanage_port_t * port, int low, int high) 131 sepol_port_set_range(port, low, high);
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
million.S | 8 lis 15,499997@ha # load high 16-bits of counter
|