Searched refs:bit (Results 226 - 250 of 852) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/smhasher/src/
H A DKeysetTest.cpp67 // Flipping a bit of a key should, with overwhelmingly high probability,
114 for(int bit = 0; bit < (len * 8); bit++)
116 // Flip a bit, hash the key -> we should get a different result.
118 flipbit(key2,len,bit);
128 flipbit(key2,len,bit);
/external/chromium_org/tools/checkperms/
H A Dcheckperms.py20 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 o
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp152 CollationSettings::setFlag(int32_t bit, UColAttributeValue value, argument
157 options |= bit;
160 options &= ~bit;
163 options = (options & ~bit) | (defaultOptions & bit);
H A Dcollationsettings.h32 * Options bit 0: Perform the FCD check on the input text and deliver normalized text.
36 * Options bit 1: Numeric collation.
53 * Options bits 6..4: The 3-bit maxVariable value bit field is shifted by this value.
56 /** maxVariable options bit mask before shifting. */
58 /** Options bit 7: Reserved/unused/0. */
60 * Options bit 8: Sort uppercase first if caseLevel or caseFirst is on.
64 * Options bit 9: Keep the case bits in the tertiary weight (they trump other tertiary values)
73 * Options bit mask for caseFirst and upperFirst, before shifting.
78 * Options bit 1
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp11 int _FindBit(const FX_BYTE* data_buf, int max_pos, int start_pos, int bit) argument
16 FX_LPCBYTE leading_pos = bit ? OneLeadPos : ZeroLeadPos;
19 if (bit) {
29 FX_BYTE skip = bit ? 0x00 : 0xff;
102 #define ADDBIT(code, bit) code = code << 1; if (bit) code ++;
377 FX_BOOL bit = NEXTBIT; local
379 if (bit) {
430 bit = NEXTBIT;
431 if (bit) {
494 int bit = NEXTBIT; local
517 int bit = NEXTBIT; local
640 int bit = m_pSrcBuf[bitpos0 / 8] & (1 << (7 - bitpos0 % 8)); local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DIntArray.java12 * This expands 8 bit indices into 16 bit contents, by inserting 0s between bits.
13 * In a binary field, this operation is the same as squaring an 8 bit number.
95 // First byte is 0 to enforce highest (=sign) bit is zero.
386 public void flipWord(int bit, int word) argument
389 int n = bit >>> 5;
392 int shift = bit & 0x1F;
408 public int getWord(int bit) argument
411 int n = bit >>> 5;
416 int shift = bit
[all...]
/external/chromium_org/third_party/skia/tests/
H A DDeviceLooperTest.cpp82 int bit = 1; local
85 if (mask & bit) {
90 bit <<= 1;
/external/chromium_org/ui/events/ozone/evdev/
H A Devent_device_info.cc35 bool BitIsSet(const unsigned long* bits, unsigned int bit) { argument
36 return (bits[bit / EVDEV_LONG_BITS] & (1UL << (bit % EVDEV_LONG_BITS)));
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc171 __ stm(db_w, sp, r4.bit() | fp.bit() | lr.bit());
185 __ ldm(ia_w, sp, r4.bit() | fp.bit() | pc.bit());
242 __ stm(db_w, sp, r4.bit() | fp.bit() | lr.bit());
309 __ ldm(ia_w, sp, r4.bit() | f
[all...]
/external/deqp/framework/referencerenderer/
H A DrrRasterizer.hpp42 //! Get coverage bit value.
60 //! Set bit in coverage mask.
63 const deUint64 bit = getCoverageBit(numSamples, x, y, sampleNdx); local
64 return val ? (mask | bit) : (mask & ~bit);
67 //! Get coverage bit value in mask.
79 //! Get position of first coverage bit of fragment - equivalent to deClz64(getCoverageFragmentSampleBits(numSamples, x, y)).
/external/libvorbis/doc/
H A D03-codebook.tex32 relating to non-eight-bit bytes.
36 A codebook begins with a 24 bit sync pattern, 0x564342:
44 16 bit \varname{[codebook_dimensions]} and 24 bit \varname{[codebook_entries]} fields:
49 byte 4: [ X X X X X X X X ] [codebook_dimensions] (16 bit unsigned)
53 byte 7: [ X X X X X X X X ] [codebook_entries] (24 bit unsigned)
57 Next is the \varname{[ordered]} bit flag:
61 byte 8: [ X ] [ordered] (1 bit)
77 The decoder first reads one additional bit flag, the
83 byte 8: [ X 1 ] [sparse] flag (1 bit)
[all...]
/external/skia/tests/
H A DDeviceLooperTest.cpp82 int bit = 1; local
85 if (mask & bit) {
90 bit <<= 1;
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DFlowControl.pxd37 cdef public object bit
41 cdef public object bit
74 @cython.locals(bit=object, assmts=AssignmentList,
/external/chromium_org/third_party/libwebp/utils/
H A Dbit_writer.c36 // If the following line wraps over 32bit, the test just after will catch it.
108 int VP8PutBit(VP8BitWriter* const bw, int bit, int prob) { argument
110 if (bit) {
123 return bit;
126 int VP8PutBitUniform(VP8BitWriter* const bw, int bit) { argument
128 if (bit) {
140 return bit;
260 // Special case of overflow handling for 32bit accumulator (2-steps flush).
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcontext.c43 * Return the API bit (one of EGL_xxx_BIT) of the context.
48 EGLint bit = 0; local
54 bit = EGL_OPENGL_ES_BIT;
58 bit = EGL_OPENGL_ES2_BIT;
65 bit = EGL_OPENVG_BIT;
68 bit = EGL_OPENGL_BIT;
74 return bit;
/external/llvm/test/MC/PowerPC/
H A Dppc64-errors.s27 # Signed 16-bit immediate operands
37 # Unsigned 16-bit immediate operands
47 # Signed 16-bit immediate operands (extended range for addis)
/external/mesa3d/src/egl/main/
H A Deglcontext.c43 * Return the API bit (one of EGL_xxx_BIT) of the context.
48 EGLint bit = 0; local
54 bit = EGL_OPENGL_ES_BIT;
58 bit = EGL_OPENGL_ES2_BIT;
65 bit = EGL_OPENVG_BIT;
68 bit = EGL_OPENGL_BIT;
74 return bit;
/external/webp/src/utils/
H A Dbit_writer.c36 // If the following line wraps over 32bit, the test just after will catch it.
108 int VP8PutBit(VP8BitWriter* const bw, int bit, int prob) { argument
110 if (bit) {
123 return bit;
126 int VP8PutBitUniform(VP8BitWriter* const bw, int bit) { argument
128 if (bit) {
140 return bit;
260 // Special case of overflow handling for 32bit accumulator (2-steps flush).
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.java46 * call a method n times to test the ith bit...ack!
205 for (int bit = BITS - 1; bit >= 0; bit--) {
206 if ((word & (1L << bit)) != 0) {
253 * @param bit element that must fit in set
255 public void growToInclude(int bit) { argument
256 int newSize = Math.max(bits.length << 1, numWordsToHold(bit));
473 /** Transform a bit set into a string by formatting each element as an integer
532 * Dump a comma-separated list of the words making up the bit se
571 wordNumber(int bit) argument
[all...]
/external/chromium_org/
H A DAndroid.mk55 # If the host is declared as being 64-bit, set the host multilib variables
62 else # Target is 32-bit.
82 # If the host is declared as being 64-bit, set the host multilib variables
89 else # Second target is 32-bit.
/external/chromium_org/third_party/skia/src/utils/
H A DSkPathUtils.cpp34 int bit = x & 7; local
36 return buffer[byte] & (128 >> bit);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm21 ; 32-bit ring-0 protected mode code that interacts
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h323 stm(db_w, sp, src1.bit() | src2.bit(), cond);
337 stm(db_w, sp, src1.bit() | src2.bit() | src3.bit(), cond);
339 stm(db_w, sp, src1.bit() | src2.bit(), cond);
365 src1.bit() | src2.bit() | src3.bit() | src
[all...]
/external/clang/test/Analysis/
H A Dreference.cpp237 bool bit : 1;
240 bar(bit); // don't crash
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemcpy.S108 ! Calculate the bit offsets required for the shift operations necesssary
110 ! D0Ar6 = bit offset, D1Ar5 = (32 - bit offset)
119 ! form 64-bit data in D0Re0, D1Re0
136 ! Calculate the bit offsets required for the shift operations necesssary
138 ! D0Ar6 = bit offset, D1Ar5 = (32 - bit offset)
144 ! form 64-bit data in D0Re0,D1Re0

Completed in 930 milliseconds

1234567891011>>