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

1 2 3 4 5 67 8 9

  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
asmz.go     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-arc.c 152 /* Make sure that .word is 32 bits. */
535 #define RELAX_TABLE_ENTRY(BITS, ISSIGNED, SIZE, NEXT) \
536 { (ISSIGNED) ? ((1 << ((BITS) - 1)) - 1) : ((1 << (BITS)) - 1), \
537 (ISSIGNED) ? -(1 << ((BITS) - 1)) : 0, \
    [all...]
tc-tic6x.c 32 /* Truncate and sign-extend at 32 bits, so that building on a 64-bit
2495 unsigned int bits; local
2613 str, 1u << bits); local
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
aarch64-opc.c 143 { 5, 5 }, /* defgh: d:e:f:g:h bits in AdvSIMD modified immediate. */
144 { 16, 3 }, /* abc: a:b:c bits in AdvSIMD modified immediate. */
902 /* Allow all zeros or all ones in top 32-bits, so that
951 The immediate value is: S+1 bits '1' rotated to the right by R.
1027 /* s+1 consecutive bits to 1 (s < 63) */
1080 /* Allow all zeros or all ones in top 32-bits, so that
1085 /* Replicate the 32 lower bits to the 32 upper bits. */
    [all...]
  /external/elfutils/src/
readelf.c 8864 int bits; local
8955 int bits; member in struct:register_info
    [all...]
  /external/libjpeg-turbo/simd/
jdsample-mmx.asm 38 BITS 32
224 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jdsample-sse2-64.asm 39 BITS 64
209 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jdsample-sse2.asm 38 BITS 32
222 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfdctint-mmx.asm 88 BITS 32
109 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jfdctint-sse2-64.asm 89 BITS 64
109 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jfdctint-sse2.asm 88 BITS 32
109 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jidctflt-sse.asm 54 BITS 32
81 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jidctflt-sse2.asm 54 BITS 32
81 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jidctred-mmx.asm 95 BITS 32
123 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
jidctred-sse2-64.asm 96 BITS 64
122 and rsp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
jidctred-sse2.asm 95 BITS 32
121 and esp, byte (-SIZEOF_XMMWORD) ; align to 128 bits
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/mesa3d/prebuilt-intermediates/main/
format_pack.c 48 #define UNPACK(SRC, OFFSET, BITS) (((SRC) >> (OFFSET)) & MAX_UINT(BITS))
49 #define PACK(SRC, OFFSET, BITS) (((SRC) & MAX_UINT(BITS)) << (OFFSET))
11133 GLuint bits = _mesa_get_format_max_bits(format); \/* bits per chan *\/ local
    [all...]

Completed in 344 milliseconds

1 2 3 4 5 67 8 9