HomeSort by relevance Sort by last modified time
    Searched refs:bit (Results 426 - 450 of 1259) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/perf/leperf/
PortableFontInstance.cpp 40 // Finds the high bit by binary searching
49 le_uint8 bit = 0; local
53 bit += 16;
58 bit += 8;
63 bit += 4;
68 bit += 2;
73 bit += 1;
76 return bit;
  /external/chromium_org/third_party/libjpeg_turbo/
jcdctmgr.c 77 * Find the highest bit in an integer through binary search.
82 int bit; local
84 bit = 16;
90 bit -= 8;
94 bit -= 4;
98 bit -= 2;
102 bit -= 1;
106 return bit;
183 /* fq will be one bit too large to fit in DCTELEM, so adjust */
493 * The maximum coefficient size is +-16K (for 12-bit data), so thi
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 222 const uint64 bit = 1LL << (size * 7); local
224 if (value > (bit - 2))
227 value |= bit;
230 int64 bit; local
233 bit = 1LL << (size * 7);
234 const uint64 max = bit - 2;
245 value |= bit;
375 // is a signed, 16-bit integer). However, as a simplification we
  /external/icu/icu4c/source/test/letest/
PortableFontInstance.cpp 40 // Finds the high bit by binary searching
49 le_uint8 bit = 0; local
53 bit += 16;
58 bit += 8;
63 bit += 4;
68 bit += 2;
73 bit += 1;
76 return bit;
  /external/icu/icu4c/source/test/perf/leperf/
PortableFontInstance.cpp 40 // Finds the high bit by binary searching
49 le_uint8 bit = 0; local
53 bit += 16;
58 bit += 8;
63 bit += 4;
68 bit += 2;
73 bit += 1;
76 return bit;
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 202 const uint64 bit = 1LL << (size * 7); local
204 if (value > (bit - 2))
207 value |= bit;
210 int64 bit; local
213 bit = 1LL << (size * 7);
214 const uint64 max = bit - 2;
225 value |= bit;
345 // is a signed, 16-bit integer). However, as a simplification we
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.cpp 202 const uint64 bit = 1LL << (size * 7); local
204 if (value > (bit - 2))
207 value |= bit;
210 int64 bit; local
213 bit = 1LL << (size * 7);
214 const uint64 max = bit - 2;
225 value |= bit;
345 // is a signed, 16-bit integer). However, as a simplification we
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_state_upload.c 320 uint32_t bit; member in struct:dirty_bit_map
410 if (bit_map[i].bit == 0)
413 if (bit_map[i].bit & bits)
424 if (bit_map[i].bit == 0)
428 bit_map[i].bit, bit_map[i].count, bit_map[i].name);
  /external/chromium_org/tools/checkperms/
checkperms.py 20 or an ELF header. If this does not match the executable bit on the file, the
39 # Files with these extensions must have executable bit set.
49 # These files must have executable bit set.
61 # These files must not have the executable bit set. This is mainly a performance
138 # These files must not have executable bit set.
245 """The file name represents a file type that must have the executable bit
254 bit set.
261 """Returns if any executable bit is set."""
283 must_not_be_executable(), only its executable bit is checked.
285 shebang or ELF header and compares this with the executable bit on the file
    [all...]
  /external/emma/core/java12/com/vladium/jcd/lib/
Types.java 52 final int bit = IAccessFlags.ALL_ACC [f]; local
54 if ((flags & bit) != 0)
61 if (bit == IAccessFlags.ACC_SUPER)
72 final int bit = IAccessFlags.ALL_ACC [f]; local
74 if ((flags & bit) != 0)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 320 uint32_t bit; member in struct:dirty_bit_map
410 if (bit_map[i].bit == 0)
413 if (bit_map[i].bit & bits)
424 if (bit_map[i].bit == 0)
428 bit_map[i].bit, bit_map[i].count, bit_map[i].name);
  /external/tremolo/Tremolo/
codebook.c 98 /* 32 bit float (not IEEE; nonnormalized mantissa +
167 int bit=(entry>>(length-j-1))&1; local
174 if (chase < 0 || chase >= n || chase*2+bit > n*2+1) return 1;
175 if(!r[chase*2+bit])
176 r[chase*2+bit]=top;
177 chase=r[chase*2+bit];
181 int bit=(entry>>(length-j-1))&1; local
186 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
226 * This probably wastes a bit of space, but it shouldn't
483 /* this is the correct boundary here; we lose one bit t
665 int bit=(lok>>i)&1; local
695 int bit=(lok>>i)&1; local
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 86 <td>Windows 32-bit</td>
103 <td>Windows 64-bit</td>
120 <td>Mac OS X 32-bit</td>
136 <td>Mac OS X 64-bit</td>
153 <td>Linux 32-bit (x86)</td>
170 <td>Linux 64-bit (x86)</td>
298 <td>Windows 32-bit</td>
307 <td>Windows 64-bit</td>
316 <td><nobr>Mac OS X 64-bit</nobr></td>
325 <td>Linux 32-bit</td
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ChannelsTest.java 88 byte[] bit = new byte[1];
89 bit[0] = 80;
90 this.fouts.write(bit);
234 byte[] bit = new byte[1];
235 bit[0] = 80;
236 this.fouts.write(bit);
555 byte[] bit = new byte[1];
556 bit[0] = 80;
557 this.fouts.write(bit);
  /external/chromium_org/v8/test/mjsunit/
codegen-coverage.js 95 x = identity(-1073741824); // Least (31-bit) smi.
101 // Subtraction should overflow the 31-bit smi range. The result
102 // (1073741824) is outside the 31-bit smi range so it doesn't hit the
  /external/chromium_org/v8/test/mjsunit/regress/
regress-137768.js 69 // Pass in an elements buffer where the bit representation of the double numbers
70 // are two adjacent small 32-bit values with the lowest bit set to one, causing
  /external/qemu/hw/android/goldfish/
events_device.c 337 events_set_bit(events_state* s, int type, int bit)
339 events_set_bits(s, type, bit, bit);
343 events_clr_bit(events_state* s, int type, int bit)
345 int ii = bit / 8;
348 uint8_t mask = 0x01U << (bit & 7);
467 * of (min,max,fuzz,flat) 32-bit values.
  /bionic/libc/arch-x86/
x86.mk 1 # 32-bit x86.
  /cts/suite/cts/deviceTests/dram/
Android.mk 21 # Include both the 32 and 64 bit versions
  /cts/suite/cts/deviceTests/opengl/
Android.mk 21 # Include both the 32 and 64 bit versions
  /cts/suite/cts/deviceTests/simplecpu/
Android.mk 21 # Include both the 32 and 64 bit versions
  /cts/suite/cts/deviceTests/videoperf/
Android.mk 23 # include both the 32 and 64 bit versions
  /cts/tests/core/
ctscore.mk 28 # Include both the 32 and 64 bit versions of libjavacoretests,
  /cts/tests/tests/drm/
Android.mk 19 # Include both the 32 and 64 bit versions of libs
  /cts/tests/tests/jni/
Android.mk 24 # Include both the 32 and 64 bit versions

Completed in 1935 milliseconds

<<11121314151617181920>>