HomeSort by relevance Sort by last modified time
    Searched full:half (Results 151 - 175 of 838) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stdarg.h 62 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86/oprofile/arm/armv6/
events 14 event:0x0c counters:0,1 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stdarg.h 65 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stdarg.h 65 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stdarg.h 65 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stdarg.h 62 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
stdarg.h 65 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
stdarg.h 65 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
stdarg.h 65 #ifdef _HIDDEN_VA_LIST /* On OSF1, this means varargs.h is "half-loaded". */
  /prebuilt/linux-x86_64/oprofile/arm/armv6/
events 14 event:0x0c counters:0,1 um:zero minimum:500 name:DCACHE_WB : data cache writeback, 1 event for every half cacheline
  /bionic/libm/src/
e_exp.c 85 halF[2] = {0.5,-0.5,},
131 k = (int)(invln2*x+halF[xsb]);
e_rem_pio2.c 66 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
114 n = (int32_t) (t*invpio2+half);
  /dalvik/libcore/math/src/main/java/java/math/
Division.java 150 * left half and the unsigned integer quotient in the right half
  /dalvik/vm/mterp/armv5te/
header.S 134 * bits that hold the shift distance are used for the half/byte/sign flags.
141 * Fetch a half-word code unit from an offset past the current PC. The
  /development/pdk/docs/porting/
getting_source_code.jd 49 <li><code>id_rsa</code>: This file contains the private half of your RSA key. You shouldn't share this file with anyone. </li>
50 <li><code>id_rsa.pub</code>: This is the public half or your RSA key and you should send it to your Google technical account manager.</li>
  /external/dropbear/libtommath/
bn_mp_exptmod_fast.c 74 /* now init the second half of the array */
144 * The first half of the table is not computed though accept for M[0] and M[1]
bn_s_mp_exptmod.c 60 /* now init the second half of the array */
93 * The first half of the table is not
  /external/fdlibm/
e_exp.c 84 halF[2] = {0.5,-0.5,},
132 k = (int)(invln2*x+halF[xsb]);
e_rem_pio2.c 73 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
125 n = (int) (t*invpio2+half);
  /external/libffi/src/cris/
sysv.S 145 ;; Load half of the rval to r10 and the other half to r11.
  /external/netcat/data/
data.c 202 x = (x << 4); /* shift to hi half */
206 x = (x | (*p - 55)); /* lo half */
  /external/openssl/crypto/des/
cfb_enc.c 65 * the first 12 bits will be retrieved from the first byte and half
66 * the second. The second 12 bits will come from the 3rd and half the 4th
  /external/skia/src/animator/
SkParseSVGPath.cpp 48 //compute the first half
54 //compute the second half
  /external/webkit/WebCore/platform/text/
TextBreakIteratorICU.cpp 167 // * Added rules that prevent a cursor from moving before Japanese half-width katakara voiced marks.
172 "$VoiceMarks = [\\uFF9E\\uFF9F];" // Japanese half-width katakana voiced marks
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
findhalfpel.cpp 20 /* 3/29/01 fast half-pel search based on neighboring guess */
23 #define HP_DISTANCE_TH 5 // 2 /* half-pel distance threshold */
52 Purpose: Find half pel resolution MV surrounding the full-pel MV
65 /* list of candidate to go through for half-pel search*/
67 uint8 **hpel_cand = (uint8**) encvid->hpel_cand; /* half-pel position */
92 /* find half-pel */

Completed in 153 milliseconds

1 2 3 4 5 67 8 91011>>