HomeSort by relevance Sort by last modified time
    Searched refs:BITS (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 16 BITS 32
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
SerialDebug.asm 107 BITS 16
  /external/libjpeg-turbo/simd/
jccolor-mmx.asm 54 BITS 32
jccolor-sse2-64.asm 53 BITS 64
jccolor-sse2.asm 53 BITS 32
jcgray-mmx.asm 47 BITS 32
jcgray-sse2-64.asm 46 BITS 64
jcgray-sse2.asm 46 BITS 32
jdcolor-mmx.asm 51 BITS 32
jdcolor-sse2-64.asm 51 BITS 64
jdcolor-sse2.asm 51 BITS 32
jdmerge-mmx.asm 51 BITS 32
jdmerge-sse2-64.asm 51 BITS 64
jdmerge-sse2.asm 51 BITS 32
  /external/python/cpython2/Modules/_ctypes/
_ctypes_test.c 398 struct BITS {
403 DL_EXPORT(void) set_bitfields(struct BITS *bits, char name, int value)
406 case 'A': bits->A = value; break;
407 case 'B': bits->B = value; break;
408 case 'C': bits->C = value; break;
409 case 'D': bits->D = value; break;
410 case 'E': bits->E = value; break;
411 case 'F': bits->F = value; break;
412 case 'G': bits->G = value; break
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
hash_test.go 196 // Test strings with only a few bits set
217 // set up to k bits at index i and greater
263 clear() // set bits all to 0
265 bits() int // how many bits key has
283 func (k *BytesKey) bits() int { func
306 func (k *Int32Key) bits() int { func
329 func (k *Int64Key) bits() int { func
352 func (k *EfaceKey) bits() int { func
353 // use 64 bits. This tests inlined interface
384 func (k *IfaceKey) bits() int { func
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hash_test.go 196 // Test strings with only a few bits set
217 // set up to k bits at index i and greater
263 clear() // set bits all to 0
265 bits() int // how many bits key has
283 func (k *BytesKey) bits() int { func
306 func (k *Int32Key) bits() int { func
329 func (k *Int64Key) bits() int { func
352 func (k *EfaceKey) bits() int { func
353 // use 64 bits. This tests inlined interface
384 func (k *IfaceKey) bits() int { func
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 33 BITS 16
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Ia32/
SearchForSecEntry.asm 16 BITS 32
  /external/tremolo/Tremolo/
bitwise.c 38 /* We're 'LSb' endian; if we write a word but read individual bits,
73 extern long oggpack_lookARM(oggpack_buffer *b,int bits);
75 long oggpack_look(oggpack_buffer *b,int bits){
78 //fprintf(stderr, "PreLook: buffer=(%x,%x,%x) %08x%08x (%d bits)\n",
80 // b->ptr[1], b->ptr[0], bits);
82 l = oggpack_lookARM(b,bits);
83 //fprintf(stderr, "Look: buffer=(%d,%x,%d,%d) %08x%08x (%d bits) (result=%x)\n",
85 // b->ptr[1], b->ptr[0], bits, l);
91 extern void oggpack_advARM(oggpack_buffer *b,int bits);
93 void oggpack_adv(oggpack_buffer *b,int bits){
    [all...]
  /external/swiftshader/src/Common/
Math.hpp 97 #define BITS(x) ( \
373 static const float Offset = -24.0f; // Exponent Bias (15) + Number of mantissa bits per component (9) = 24
  /external/deqp/framework/common/
tcuTexture.cpp 454 inline float channelToUnormFloat (deUint32 src, int bits)
456 const deUint32 maxVal = (1u << bits) - 1;
458 // \note Will lose precision if bits > 23
463 inline deInt32 signExtend (deUint32 src, int bits)
465 const deUint32 signBit = 1u << (bits-1);
472 inline float channelToSnormFloat (deUint32 src, int bits)
474 const deUint32 range = (1u << (bits-1)) - 1;
476 // \note Will lose precision if bits > 24
477 return de::max(-1.0f, (float)signExtend(src, bits) / (float)range);
480 inline deUint32 unormFloatToChannel (float src, int bits)
    [all...]
  /external/python/cpython2/Lib/ctypes/test/
test_byteswap.py 21 bits = BITS()
22 setattr(bits, "i%s" % i, 1)
23 dump(bits)
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_byteswap.py 20 bits = BITS()
21 setattr(bits, "i%s" % i, 1)
22 dump(bits)

Completed in 900 milliseconds

1 2 34 5 6 7 8