HomeSort by relevance Sort by last modified time
    Searched refs:one (Results 751 - 775 of 2053) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 95 return bld->base.one;
104 return bld->base.one;
347 /* Apply mask, if one exists */
  /external/openfst/src/include/fst/
power-weight.h 42 using TupleWeight<W, n>::One;
61 static const PowerWeight<W, n> &One() {
62 static const PowerWeight<W, n> one(TupleWeight<W, n>::One());
63 return one;
sparse-power-weight.h 65 return ApproxEqual(v1, v2, delta_) ? W::One() : W::Zero();
83 using SparseTupleWeight<W, K>::One;
107 static const SparsePowerWeight<W, K> &One() {
108 static const SparsePowerWeight<W, K> one(SparseTupleWeight<W, K>::One());
109 return one;
198 return ret == SparsePowerWeight<W, K>::One();
  /external/openssl/crypto/ocsp/
ocsp_srv.c 82 OCSP_CERTID *OCSP_onereq_get0_id(OCSP_ONEREQ *one)
84 return one->reqCert;
  /external/protobuf/
configure.ac 14 # the size of one file name in the dist tarfile over the 99-char limit.)
40 [use the given protoc command instead of building a new one when building tests (useful for cross-compiling)])],
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 44 static const ProductWeight<W1, W2> &One() {
45 static const ProductWeight<W1, W2> one(W1::One(), W2::One());
46 return one;
  /external/valgrind/main/exp-bbv/tests/ppc32-linux/
ll.S 52 # saves one instruction on any future load from memory
146 addi 4,17,1 # restore (plus one because r17 is decremented)
223 addi 16,DATA_BEGIN,(one-data_begin)-1
377 subi 14,14,1 # point to one less than null
524 one: .ascii "One \0" label
  /external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp 33 where kind is one of definite indirect possible reachable all none
34 where heur is one of stdstring newarray multipleinheritance all none*
92 where kind is one of definite indirect possible reachable all none
93 where heur is one of stdstring newarray multipleinheritance all none*
  /external/zlib/
Android.mk 5 # than the thumb one...
  /frameworks/base/services/
Android.mk 3 # merge all required services into one jar
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
copy_altivec.asm 21 ;# for the input, but only one store for the output.
variance_altivec.asm 74 ;# only one of the inputs should need to be aligned.
107 ;# only one of the inputs should need to be aligned.
115 ;# only one of the inputs should need to be aligned.
206 ;# only one of the inputs should need to be aligned.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 29 mov r12, r2, lsr #8 ;copy 256 bytes data at one time
  /ndk/sources/host-tools/make-3.81/
makefile.com 8 $! one macro intentionally causes an error condition)
  /sdk/avdlauncher/
Android.mk 30 # When building the resources under Linux, use the MinGW one
  /sdk/find_java/
Android.mk 43 # When building the Windows resources under Linux, use the MinGW one
  /sdk/find_lock/
Android.mk 31 # When building the Windows resources under Linux, use the MinGW one
  /sdk/sdklauncher/
Android.mk 30 # When building the Windows resources under Linux, use the MinGW one
  /system/keymaster/
Android.mk 19 # GoogleKeymaster implementation, e.g. one running in TrustZone.
  /external/libvorbis/doc/
07-floor1.tex 8 Vorbis floor type one uses a piecewise straight-line representation to
20 Floor type one represents a spectral curve as a series of
35 \item floor computation produces two new line segments, one running from
136 read 8 bits as unsigned integer and subtract one
140 13) [floor1_multiplier] = read 2 bits as unsigned integer and add one
151 22) increment [floor1_values] by one
355 Then compute the final curve in one pass:
02-bitpacking.tex 10 bitstream in which bits are coded one-by-one by the encoder and then
11 read one-by-one in the same monotonically increasing order by the
37 that a byte is one octet for purposes of example.
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingDequeTest.java 375 q.add(one);
458 assertFalse(q.offer(one));
    [all...]
  /system/core/libpixelflinger/codeflinger/
blending.cpp 95 // (2) we can use only one multiply instead of 2
287 // we have a cached alpha blend factor, but we want another one,
294 // are only 2 choices, this meens we want "the other one"
312 // CORRUPTIBLE registers are chosen first, or a new one is allocated.
657 const int one = ((1<<v.size())-1)<<v.l;
659 if (isValidImmediate(one)) {
660 MOV(HS, 0, v.reg, imm( one ));
661 } else if (isValidImmediate(~one)) {
662 MVN(HS, 0, v.reg, imm( ~one ));
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c 122 long one; member in union:__anon16258
155 long one; member in union:__anon16259
233 long one; member in union:__anon16260
384 long one; member in union:__anon16261
454 long one; member in union:__anon16262
595 long one; member in union:__anon16263
755 long one; member in union:__anon16264
922 long one; member in union:__anon16265
1032 long one; member in union:__anon16266
1143 long one; member in union:__anon16267
    [all...]
  /external/chromium_org/ui/file_manager/image_loader/
cache.js 104 * provided, then a new one is created.
121 * provided, then a new one is created.
152 * provided, then a new one is created.
257 * that the one in cache, then the entry will be invalidated.
343 * provided, then a new one is created.

Completed in 909 milliseconds

<<31323334353637383940>>