HomeSort by relevance Sort by last modified time
    Searched refs:BITS (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 20 bits = BITS()
21 setattr(bits, "i%s" % i, 1)
22 dump(bits)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_byteswap.py 20 bits = BITS()
21 setattr(bits, "i%s" % i, 1)
22 dump(bits)
  /external/mdnsresponder/mDNSShared/
CommonServices.h 671 @abstract Inserts BITS (both 0 and 1 bits) into X, controlled by MASK and SHIFT, and returns the result.
675 MASK is the bitmask of the bits in the final position.
676 SHIFT is the number of bits to shift left for 1 to reach the first bit position of MASK.
678 For example, if you wanted to insert 0x3 into the leftmost 4 bits of a 32-bit value:
683 #define InsertBits( X, BITS, MASK, SHIFT ) ( ( ( X ) & ~( MASK ) ) | ( ( ( BITS ) << ( SHIFT ) ) & ( MASK ) ) )
688 @abstract Extracts bits from X, controlled by MASK and SHIFT, and returns the result.
692 MASK is the bitmask of the bits in the final position.
693 SHIFT is the number of bits to shift right to right justify MASK
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 21 BITS 32
71 and ecx, 0fffffffch ; clear lower two bits
286 and ecx,DWORD 0fffffff8h ; clear lower three bits
x86p_16.asm 13 BITS 32
  /external/deqp/framework/common/
tcuTexture.cpp 367 inline float channelToNormFloat (deUint32 src, int bits)
369 deUint32 maxVal = (1u << bits) - 1;
373 inline deUint32 normFloatToChannel (float src, int bits)
375 deUint32 maxVal = (1u << bits) - 1;
380 inline deUint32 uintToChannel (deUint32 src, int bits)
382 deUint32 maxVal = (1u << bits) - 1;
718 return UVec4(tcu::Float32(d).bits(), 0, 0, s).cast<int>();
870 #define PN(VAL, OFFS, BITS) (normFloatToChannel((VAL), (BITS)) << (OFFS))
871 #define PU(VAL, OFFS, BITS) (uintToChannel((VAL), (BITS)) << (OFFS)
    [all...]
  /external/pixman/pixman/
pixman-glyph.c 263 return_val_if_fail (image->type == BITS, NULL);
265 width = image->bits.width;
266 height = image->bits.height;
280 image->bits.format, width, height, NULL, -1)))
290 if (PIXMAN_FORMAT_A (glyph->image->bits.format) != 0 &&
291 PIXMAN_FORMAT_RGB (glyph->image->bits.format) != 0)
337 x2 = glyphs[i].x - glyph->origin_x + glyph->image->bits.width;
338 y2 = glyphs[i].y - glyph->origin_y + glyph->image->bits.height;
365 pixman_format_code_t glyph_format = glyph->image->bits.format;
427 dest->bits.width, dest->bits.height)
    [all...]
pixman-private.h 83 BITS,
180 uint32_t * bits; member in struct:bits_image
192 /* Used for indirect access to the bits */
201 bits_image_t bits; member in union:pixman_image
254 uint8_t * bits; member in struct:pixman_iter_t
284 uint32_t * bits,
309 __bits__ = image->bits.bits; \
310 __stride__ = image->bits.rowstride; \
449 uint32_t * bits,
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jf3dnflt.asm 43 BITS 32
64 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jfsseflt-64.asm 54 BITS 64
74 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfmmxfst.asm 68 BITS 32
89 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jfss2fst-64.asm 69 BITS 64
89 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfss2fst.asm 68 BITS 32
89 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfsseflt.asm 53 BITS 32
74 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
ji3dnflt.asm 45 BITS 32
72 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jimmxfst.asm 76 BITS 32
103 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jiss2flt-64.asm 56 BITS 64
83 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jiss2fst-64.asm 77 BITS 64
102 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jiss2fst.asm 76 BITS 32
101 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jdsammmx.asm 39 BITS 32
225 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
  /external/openssl/apps/
req.c 92 #define BITS "default_bits"
428 BIO_printf(bio_err," -newkey rsa:bits generate a new RSA key of 'bits' in size\n");
647 if (!NCONF_get_number(req_conf,SECTION,BITS, &newkey))
663 BIO_printf(bio_err,"it needs to be at least %d bits, not %ld\n",MIN_KEY_LENGTH,newkey);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
sse5-all.asm 2 ; BITS=16 to minimize output length
3 [bits 16]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/elfutils/0.153/src/
readelf.c 7820 int bits; local
7912 int bits; member in struct:register_info
    [all...]
  /ndk/build/tools/
build-host-gcc.sh 232 # i586-mingw32msvc (Windows 32-bits, MSVCRT.DLL)
235 # x86_64-w64-mingw32 (Windows 64-bits, MSVCRT.DLL)
607 # Return: success iff the compiler generates $2-bits code
611 local BITS="$2"
612 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c
617 /* this program will fail to compile if the compiler doesn't generate BITS-bits code */
618 int tab[1-2*(sizeof(void*)*8 != BITS)];
620 dump_n "$(host_text) Checking that the compiler generates $BITS-bits code ($@)...
    [all...]

Completed in 696 milliseconds

1 2 3 45 6 7