HomeSort by relevance Sort by last modified time
    Searched full:half (Results 276 - 300 of 1531) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
form.h 239 #define REQ_SCR_FHPAGE (KEY_MAX + 47) /* scroll field forward half page */
240 #define REQ_SCR_BHPAGE (KEY_MAX + 48) /* scroll field backward half page */
245 #define REQ_SCR_HFHALF (KEY_MAX + 53) /* horizontal scroll half line */
246 #define REQ_SCR_HBHALF (KEY_MAX + 54) /* horizontal scroll half line */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serial_reg.h 281 #define UART_RSA_IER_Rx_FIFO_H (1 << 0) /* Enable Rx FIFO half full int. */
282 #define UART_RSA_IER_Tx_FIFO_H (1 << 1) /* Enable Tx FIFO half full int. */
290 #define UART_RSA_SRR_Tx_FIFO_NHFL (1 << 1) /* Tx FIFO is not half full (1) */
293 #define UART_RSA_SRR_Rx_FIFO_NHFL (1 << 4) /* Rx FIFO is not half full (1) */
  /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". */
  /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);
  /cts/tests/tests/widget/src/android/widget/cts/
TabHost_TabSpecTest.java 139 tabSpec.setIndicator("half cube", d);
146 assertEquals("half cube", tvTitle.getText().toString());
  /dalvik/vm/analysis/
CodeVerify.h 87 kRegTypeConstLo, /* const derived wide, lower half */
88 kRegTypeConstHi, /* const derived wide, upper half */
  /dalvik/vm/mterp/armv5te/
header.S 135 * bits that hold the shift distance are used for the half/byte/sign flags.
142 * 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/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.cc 212 // Cancel half of the notifications from the start
218 SCOPED_TRACE(base::StringPrintf("Cancel half of notifications: id=%d", id));
  /external/clang/include/clang/AST/
BuiltinTypes.def 124 // 'half' in OpenCL, '__fp16' in ARM NEON.
125 FLOATING_TYPE(Half, HalfTy)
  /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/iptables/extensions/
libxt_u32.man 95 stored in the right half of byte 0 of the IP header itself.
125 header. The length of the TCP header (again in 32 bit words) is the left half
  /external/libffi/src/cris/
sysv.S 145 ;; Load half of the rval to r10 and the other half to r11.
  /external/llvm/test/Analysis/TypeBasedAliasAnalysis/
dynamic-indices.ll 27 %half = bitcast %union.vector_t* %vb to [8 x i16]*
28 %arrayidx = getelementptr inbounds [8 x i16]* %half, i64 0, i64 %idxprom
  /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/qemu/android/
looper-qemu.c 112 * 4/ run bottom-half handlers
117 * Then, we're going to schedule a bottom-half handler when such a pending
  /external/skia/src/animator/
SkParseSVGPath.cpp 48 //compute the first half
54 //compute the second half
  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp 88 // Because we're not using direct-convolution in the leading portion, the reverb has an overall latency of half the first-stage FFT size
168 // The ReverbConvolverStages need to process in amounts which evenly divide half the FFT size

Completed in 196 milliseconds

<<11121314151617181920>>