HomeSort by relevance Sort by last modified time
    Searched full:bits (Results 501 - 525 of 15847) sorted by null

<<21222324252627282930>>

  /external/google-breakpad/src/common/
md5.h 15 u32 bits[2]; member in struct:google_breakpad::MD5Context
  /external/iptables/extensions/
libip6t_eui64.man 3 with the lower 64 bits of the IPv6 source address. But "Universal/Local"
libxt_DSCP.man 1 This target allows to alter the value of the DSCP bits within the TOS
  /external/jemalloc/include/jemalloc/internal/
prng.h 17 * This choice of m has the disadvantage that the quality of the bits is
20 * bits.
24 * unsigned lg_range : (0..32], number of least significant bits to return.
37 /* Same as prng32(), but 64 bits of pseudo-randomness, using uint64_t. */
  /external/kernel-headers/original/uapi/asm-arm64/asm/
ptrace.h 28 * PSR bits
39 /* AArch32 CPSR bits */
42 /* AArch64 SPSR bits */
54 * Groups of PSR bits
  /external/libavc/encoder/
irc_bit_allocation.h 38 /* Estimates the number of texture bits required by the current frame */
45 /* Estimate the number of header bits required by the current frame */
49 /* Get the remaining bits allocated in the period */
75 /* Based on the change in frame/bit rate update the remaining bits in period */
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_clear.3 11 capng_clear sets to 0 all bits in the selected posix capabilities set. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if clearing both is desired.
capng_fill.3 11 capng_fill sets all bits to a 1 in the selected posix capabilities set. The options are CAPNG_SELECT_CAPS for the traditional capabilities, CAPNG_SELECT_BOUNDS for the bounding set, or CAPNG_SELECT_BOTH if filling both is desired.
  /external/libogg/doc/libogg/
oggpack_adv.html 20 <p>This function advances the location pointer by the specified number of bits without reading any data.
27 void oggpack_adv(oggpack_buffer *b,int bits);
37 <dt><i>bits</i></dt>
38 <dd>Number of bits to advance.</dd>
  /external/llvm/test/CodeGen/AArch64/
implicit-sret.ll 7 ; ... str or stp for the first 1024 bits
  /external/llvm/test/CodeGen/X86/
targetLoweringGeneric.ll 10 ; If all of the demanded bits on one side are known, and all of the set
11 ; bits on that side are also known to be set on the other side, turn this
12 ; into an AND, as we know the bits will be cleared.
13 ; The known set (one) bits for the arguments %xor1 are not the same, so the
vec_shift3.ll 5 define <2 x i64> @t1(<2 x i64> %x1, i32 %bits) nounwind {
7 %tmp3 = tail call <2 x i64> @llvm.x86.sse2.pslli.q( <2 x i64> %x1, i32 %bits ) nounwind readnone ; <<2 x i64>> [#uses=1]
17 define <2 x i64> @t3(<2 x i64> %x1, i32 %bits) nounwind {
20 %tmp4 = tail call <8 x i16> @llvm.x86.sse2.psrai.w( <8 x i16> %tmp2, i32 %bits ) nounwind readnone ; <<8 x i16>> [#uses=1]
  /external/llvm/test/MC/Disassembler/SystemZ/
trunc-03.txt 2 # If the top bits are 0b11, the instruction must be 6 bytes long.
  /external/ppp/pppd/
md4.h 24 unsigned char count[8]; /* Number of bits processed so far */
36 ** count -- the number of bits of X to use (an unsigned int).
37 ** Updates MD using the first "count" bits of X.
39 ** If count is not a multiple of 8, MD4Update uses high bits of
  /external/srtp/googlepatches/
google-8-rdb-crash.patch 5 /* shift the window forward by delta bits*/
  /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/v8/src/arm/
constants-arm.h 149 // The bits for bit 7-4 for some type 0 miscellaneous instructions.
151 // With bits 22-21 01.
157 // With bits 22-21 11.
162 // Instruction encoding bits and masks.
331 // svc (formerly swi) provides a 24bit immediate value. Use bits 22:0 for
416 // bits.
442 // Get the raw instruction bits.
447 // Set the raw instruction bits to value.
452 // Read one particular bit out of the instruction bits.
457 // Read a bit field's value out of the instruction bits
    [all...]
  /external/wpa_supplicant_8/src/crypto/
md5_i.h 14 u32 bits[2]; member in struct:MD5Context
  /frameworks/rs/
spec.h 16 int bits; member in struct:__anon23299
  /hardware/intel/bootstub/
spi-uart.h 60 vu32 dr[16]; /* 16 bits access for each 32bit space */
82 /* bit fields in SR, 7 bits */
83 #define SR_MASK 0x7f /* cover 7 bits */
92 /* bit fields in ISR, IMR, RISR, 7 bits */
  /ndk/sources/android/support/src/stdio/i386/
_fpmath.h 37 } bits; member in union:IEEEl2bits
46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
52 (a)[0] = (uint32_t)(u).bits.manl; \
53 (a)[1] = (uint32_t)(u).bits.manh; \
  /packages/experimental/DreamTheater/
Android.mk 13 # need tasty bits
  /packages/screensavers/Basic/
Android.mk 11 # need tasty bits
  /packages/screensavers/WebView/
Android.mk 11 # need tasty bits
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
waitflags.h 1 /* Definitions of flag bits for `waitpid' et al.
21 # error "Never include <bits/waitflags.h> directly; use <sys/wait.h> instead."
25 /* Bits in the third argument to `waitpid'. */
29 /* Bits in the fourth argument to `waitid'. */

Completed in 135 milliseconds

<<21222324252627282930>>