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

1 2 34 5 6 7 8 9

  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 16 BITS 64
  /external/swiftshader/tests/fuzzers/
VertexRoutineFuzzer.cpp 158 uint8_t count : BITS(MAX_ATTRIBUTE_COMPONENTS);
160 uint8_t reserved : 8 - BITS(MAX_ATTRIBUTE_COMPONENTS) - 1;
  /frameworks/rs/rsov/compiler/spirit/
module.cpp 290 TypeIntInst *Module::getIntType(int bits, bool isSigned) {
291 return getGlobalSection()->getIntType(bits, isSigned);
294 TypeIntInst *Module::getUnsignedIntType(int bits) {
295 return getIntType(bits, false);
298 TypeFloatInst *Module::getFloatType(int bits) {
299 return getGlobalSection()->getFloatType(bits);
731 TypeIntInst *GlobalSection::getIntType(int bits, bool isSigned) {
733 switch (bits) {
734 #define HANDLE_INT_SIZE(INT_TYPE, BITS, SIGNED) \
735 case BITS: {
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/aes/
asm_ppc64le.s 27 #define BITS R4
67 MOVD keylen+8(FP), BITS
82 CMPW BITS, $128 // cmpwi 4,128 greater or equal to 128
84 CMPW BITS, $256 // cmpwi 4,256 lesser or equal to 256
86 ANDCC $0x3f, BITS, TEMP // andi. 0,4,0x3f multiple of 64
97 CMPW BITS, $192 // cmpwi 4,192 Key size == 192?
328 MOVD keylen+8(FP), BITS
  /prebuilts/go/linux-x86/src/crypto/aes/
asm_ppc64le.s 27 #define BITS R4
67 MOVD keylen+8(FP), BITS
82 CMPW BITS, $128 // cmpwi 4,128 greater or equal to 128
84 CMPW BITS, $256 // cmpwi 4,256 lesser or equal to 256
86 ANDCC $0x3f, BITS, TEMP // andi. 0,4,0x3f multiple of 64
97 CMPW BITS, $192 // cmpwi 4,192 Key size == 192?
328 MOVD keylen+8(FP), BITS
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
BitSet.js 10 * @param {Number|Array} [bits] a 32 bit number or array of 32 bit numbers
14 org.antlr.runtime.BitSet = function(bits) {
15 if (!bits) {
16 bits = org.antlr.runtime.BitSet.BITS;
19 if (org.antlr.lang.isArray(bits)) {
24 this.bits = bits;
25 } else if(org.antlr.lang.isNumber(bits)) {
26 this.bits = []
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 402 /* Control bits. Some apply to compiling, some to matching, but some can be set
646 /* Control bits that are not ignored with 'push'. */
    [all...]
  /external/libmpeg2/decoder/
impeg2d_vld.c 55 * maxLen : Maximum Length of the decoded symbol in bits
66 /* Get the maximum number of bits needed to decode a symbol */
78 /* Flush the appropriate number of bits from the ps_stream */
86 * processing n bits at a time
92 * maxLen : Maximum Length of the decoded symbol in bits
173 * Vld code belongs in the Ac Coeff Table and the no of bits with which
187 * DecodedValue has the Run, Level and the number of bits used by Vld code
259 * DecodedValue has the Run, Level and the number of bits used by Vld code
528 /* Get the maximum number of bits needed to decode a symbol */
541 /* Flush the appropriate number of bits from the stream *
    [all...]
  /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/harfbuzz_ng/src/
hb-set-private.hh 170 static const unsigned int BITS = sizeof (vector_t) * 8;
171 static const unsigned int MASK = BITS - 1;
172 static_assert (PAGE_BITS == BITS, "");
  /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...]
  /external/python/cpython3/Modules/_ctypes/
_ctypes_test.c 400 struct BITS {
405 EXPORT(void) set_bitfields(struct BITS *bits, char name, int value)
408 case 'A': bits->A = value; break;
409 case 'B': bits->B = value; break;
410 case 'C': bits->C = value; break;
411 case 'D': bits->D = value; break;
412 case 'E': bits->E = value; break;
413 case 'F': bits->F = value; break;
414 case 'G': bits->G = value; break
    [all...]

Completed in 266 milliseconds

1 2 34 5 6 7 8 9