HomeSort by relevance Sort by last modified time
    Searched full:increment (Results 876 - 900 of 1961) sorted by null

<<31323334353637383940>>

  /external/llvm/examples/BrainF/
BrainF.cpp 18 // + ++*h; Increment tape
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 214 (* Reload, increment, and restore the alloca. This handles the case where
  /external/llvm/include/llvm/Analysis/
DominatorInternals.h 89 // Increment the successor number for the next time we get to it.
  /external/llvm/lib/Analysis/
PathNumbering.cpp 443 // The weight on each edge is the increment required along any path that
  /external/llvm/lib/Support/
YAMLParser.cpp 1829 void MappingNode::increment() { function in class:MappingNode
1883 void SequenceNode::increment() { function in class:SequenceNode
    [all...]
  /external/llvm/lib/Target/ARM/
README-Thumb.txt 12 * Thumb doesn't have normal pre/post increment addressing modes, but you can
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 293 for (symbol_iterator i = ibegin; i != iend; i.increment(ec)) {
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelperImpl.java 203 throw new SipException("Invalid CSeq -- could not increment : "
  /external/openssh/
ssh-pkcs11.c 385 * add 'wrapped' public keys to the 'keysp' array and increment nkeys.
  /external/openssl/crypto/asn1/
a_int.c 165 /* Complement and increment next octet */
  /external/openssl/crypto/engine/
README 155 (ie. it's simply an increment of the functional reference count, and no real
  /external/openssl/crypto/rc4/asm/
rc4-parisc.pl 272 addi,nuv 1,%r23,%r23 ; increment and conditional
  /external/ppp/pppd/
md5.c 141 /* add new character to buffer, increment mdi */
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 321 /* NB: compress_output will increment iMCU_row_num if successful.
  /external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.c 313 * paud.position_resolution; * smallest increment for position
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c 325 theItem->mReadFilePosition += dataChunkSize; /* increment count */
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macwm.c 348 currentShift -= 8; /* increment shift to align to next less sig. byte */
  /external/quake/quake/src/WinQuake/
sys_android.cpp 439 // Increment this number whenever the data format of any of the files stored in glquake changes:
  /external/regex-re2/util/
sparse_array.h 80 // initialize dense_[size_], and then increment size_.
  /external/replicaisland/src/com/replica/replicaisland/
PlayerComponent.java 244 // To extend the invincible time we need to increment the value above (easy)
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtsynth.c 593 * Calculate the phase increment
606 * set the phase increment for this voice
634 /* convert from cents to linear phase increment */
945 * phaseInc - phase increment
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtsynth.c 599 * Calculate the phase increment
612 * set the phase increment for this voice
640 /* convert from cents to linear phase increment */
951 * phaseInc - phase increment
    [all...]
  /external/srtp/crypto/cipher/
aes_icm.c 123 /* increment ref_count */
  /external/srtp/doc/
draft-irtf-cfrg-icm-00.txt 122 Crypto Forum Research Group David A. McGrew Internet Draft Cisco Systems, Inc. Expires April, 2003 October, 2002 Integer Counter Mode <draft-irtf-cfrg-icm-00.txt> Status of this Memo This document is an Internet Draft and is in full conformance with all provisions of Section 10 of RFC-2026. Internet Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and working groups. Note that other groups may also distribute working documents as Internet Drafts. Internet Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. 1. Abstract This document specifies Integer Counter Mode (ICM), a mode of operation of a block cipher which defines an indexed keystream generator (which generates a keystream segment given an index). This mode is efficient, parallelizable, and has been proven secure given realistic assumptions about the block cipher. Test vectors are provided for AES. Counter Mode admits many variations. The variant specified in this document is secure and flexible, yet it enables a single implementation of a keystream generator to suffice in different application domains. McGrew [Page 1] Internet Draft Integer Counter Mode October, 2002 2. Notational Conventions The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC-2119 [B97]. 3. Introduction Counter Mode is a way to define a pseudorandom keystream generator using a block cipher [CTR]. The keystream can be used for additive encryption, key derivation, or any other application requiring pseudorandom data. In ICM, the keystream is logically broken into segments. Each segment is identified with a segment index, and the segments have equal lengths. This segmentation makes ICM especially appropriate for securing packet-based protocols. 4. ICM In this section, ICM keystream generation and encryption are defined. 4.1. ICM Parameters The following parameters are used in ICM. These parameters MUST remain fixed for any given use of a key. Parameter Meaning ----------------------------------------------------------------- BLOCK_LENGTH the number of octets in the cipher block KEY_LENGTH the number of octets in the cipher key OFFSET_LENGTH the number of octets in the offset SEGMENT_INDEX_LENGTH the number of octets in the segment index BLOCK_INDEX_LENGTH the number of octets in the block index 4.2. Keystream Segments Conceptually, ICM is a keystream generator that takes a secret key and a segment index as an input and then outputs a keystream segment. The segmentation lends itself to packet encryption, as each keystream segment can be used to encrypt a distinct packet. A counter is a value containing BLOCK_LENGTH octets which is McGrew [Page 2] Internet Draft Integer Counter Mode October, 2002 incremented using an increment function based on integer addition, to produce a sequence of distinct values which are used as i (…)
  /external/stlport/stlport/stl/
_threads.h 49 * increment *__ptr by 1 and returns the new value

Completed in 2520 milliseconds

<<31323334353637383940>>