| /external/elfutils/0.153/libdwfl/ |
| dwfl_module_report_build_id.c | 55 const unsigned char *bits, size_t len, 68 && !memcmp (bits, mod->build_id_bits, len)) 90 memcpy (copy, bits, len);
|
| /external/libogg/include/ogg/ |
| ogg.h | 120 extern void oggpack_writetrunc(oggpack_buffer *b,long bits); 122 extern void oggpack_writecopy(oggpack_buffer *b,void *source,long bits); 126 extern void oggpack_write(oggpack_buffer *b,unsigned long value,int bits); 127 extern long oggpack_look(oggpack_buffer *b,int bits); 129 extern void oggpack_adv(oggpack_buffer *b,int bits); 131 extern long oggpack_read(oggpack_buffer *b,int bits); 139 extern void oggpackB_writetrunc(oggpack_buffer *b,long bits); 141 extern void oggpackB_writecopy(oggpack_buffer *b,void *source,long bits); 145 extern void oggpackB_write(oggpack_buffer *b,unsigned long value,int bits); 146 extern long oggpackB_look(oggpack_buffer *b,int bits); [all...] |
| /external/vixl/src/a64/ |
| instructions-a64.cc | 66 // An integer is constructed from the n, imm_s and imm_r bits according to 76 // (s bits must not be all set) 78 // A pattern is constructed of size bits, where the least significant S+1 79 // bits are set. The pattern is rotated right by R, and repeated across a 87 uint64_t bits = (UINT64_C(1) << (imm_s + 1)) - 1; local 88 return RotateRight(bits, imm_r, 64); 99 uint64_t bits = (UINT64_C(1) << ((imm_s & mask) + 1)) - 1; local 101 RotateRight(bits, imm_r & mask, width), 112 // ImmFP: abcdefgh (8 bits) 113 // Single: aBbb.bbbc.defg.h000.0000.0000.0000.0000 (32 bits) 115 uint32_t bits = ImmFP(); local 130 uint32_t bits = ImmFP(); local [all...] |
| /external/chromium_org/third_party/angle/tests/angle_tests/ |
| ANGLETest.h | 65 void setConfigRedBits(int bits); 66 void setConfigGreenBits(int bits); 67 void setConfigBlueBits(int bits); 68 void setConfigAlphaBits(int bits); 69 void setConfigDepthBits(int bits); 70 void setConfigStencilBits(int bits);
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
| sp_tex_tile_cache.h | 61 } bits; member in union:tex_tile_address 142 addr.bits.x = x / TILE_SIZE; 143 addr.bits.y = y / TILE_SIZE; 144 addr.bits.z = z; 145 addr.bits.face = face; 146 addr.bits.level = level;
|
| /external/lldb/examples/customization/bin-utils/ |
| binutils.py | 9 could be padded with 0 bits if width is specified. 34 # It is safe to represent n with width-bits. 40 # It is safe to represent n (a negative int) with width-bits. 85 bits = binary(n, width) 86 if not bits: 92 print ' %s' % str(bits) 114 bits = twos_complement(n, width) 115 if not bits: 121 print ' %s' % str(bits)
|
| /external/mesa3d/src/gallium/drivers/softpipe/ |
| sp_tex_tile_cache.h | 61 } bits; member in union:tex_tile_address 142 addr.bits.x = x / TILE_SIZE; 143 addr.bits.y = y / TILE_SIZE; 144 addr.bits.z = z; 145 addr.bits.face = face; 146 addr.bits.level = level;
|
| /external/chromium_org/third_party/zlib/ |
| infback.c | 83 unsigned sym, bits; local 94 bits = 9; 95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work); 101 bits = 5; 102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work); 126 bits = state->bits; \ 137 state->bits = bits; \ 144 bits = 0; 253 unsigned bits; \/* bits in bit buffer *\/ local [all...] |
| /dalvik/dexgen/src/com/android/dexgen/dex/code/form/ |
| Form21h.java | 88 // Where the high bits are depends on the category of the target. 90 int bits = cb.getIntBits(); local 91 return ((bits & 0xffff) == 0); 93 long bits = cb.getLongBits(); local 94 return ((bits & 0xffffffffffffL) == 0); 109 short bits; local 111 // Where the high bits are depends on the category of the target. 113 bits = (short) (cb.getIntBits() >>> 16); 115 bits = (short) (cb.getLongBits() >>> 48); 118 write(out, opcodeUnit(insn, regs.get(0).getReg()), bits); [all...] |
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
| boolhuff.c | 63 void vp8_encode_value(BOOL_CODER *br, int data, int bits) 67 for (bit = bits - 1; bit >= 0; bit--)
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
| mem64-err.asm | 0 [bits 64]
|
| mem64rip.asm | 0 [bits 64]
|
| negequ.asm | 0 [bits 32]
|
| overflow.asm | 0 [bits 16]
|
| simd-1.asm | 0 [bits 32]
|
| simd64-2.asm | 0 [bits 64]
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
| elfglobext.asm | 0 [bits 32]
|
| /external/compiler-rt/test/asan/ |
| lit.site.cfg.in | 10 config.bits = "@ASAN_TEST_BITS@"
|
| /external/elfutils/0.153/backends/ |
| i386_corenote.c | 43 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 32 } 45 { .offset = at * 4, .regno = dwreg, .count = n, .bits = 16, .pad = 2 } 90 { .offset = 0, .regno = 37, .count = 2, .bits = 32 }, /* fctrl-fstat */ 91 { .offset = 7 * 4, .regno = 11, .count = 8, .bits = 80 }, /* stN */ 97 { .offset = 0, .regno = 37, .count = 2, .bits = 16 }, /* fctrl-fstat */ 98 { .offset = 24, .regno = 39, .count = 1, .bits = 32 }, /* mxcsr */ 99 { .offset = 32, .regno = 11, .count = 8, .bits = 80, .pad = 6 }, /* stN */ 100 { .offset = 32 + 128, .regno = 21, .count = 8, .bits = 128 }, /* xmm */
|
| /external/iptables/extensions/ |
| libipt_NETMAP.c | 36 int bits; local 39 for (bits = 0, bm = 0x80000000; netmask & bm; netmask <<= 1) 40 bits++; 43 return bits; 71 int bits; local 76 bits = netmask2bits(a.s_addr); 77 if (bits < 0) 80 printf("/%d", bits);
|
| /external/libvpx/libvpx/vp8/encoder/ |
| boolhuff.c | 63 void vp8_encode_value(BOOL_CODER *br, int data, int bits) 67 for (bit = bits - 1; bit >= 0; bit--)
|
| /external/lldb/tools/debugserver/source/ |
| PThreadEvent.cpp | 18 PThreadEvent::PThreadEvent(uint32_t bits, uint32_t validBits) : 22 m_bits(bits), 26 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x, 0x%8.8x)", this, __FUNCTION__, bits, validBits); 65 uint32_t bits = m_bits; local 66 return bits; 69 // Replace the event bits with a new bitmask value 71 PThreadEvent::ReplaceEventBits(const uint32_t bits) 73 // DNBLogThreadedIf(LOG_EVENTS, "%p PThreadEvent::%s (0x%8.8x)", this, __FUNCTION__, bits); 75 // Make sure we have some bits and that they aren't already set... 76 if (m_bits != bits) [all...] |
| /external/pixman/demos/ |
| gtk-utils.h | 12 GdkPixbuf *pixbuf_from_argb32 (uint32_t *bits,
|
| /external/qemu/include/qemu/ |
| aes.h | 13 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, 15 int AES_set_decrypt_key(const unsigned char *userKey, const int bits,
|
| /external/valgrind/main/exp-bbv/tests/ppc32-linux/ |
| million.S | 8 lis 15,499997@ha # load high 16-bits of counter 9 addi 15,15,499997@l # load low 16-bits of counter
|