/external/libvpx/libvpx/test/ |
subtract_test.cc | 5 * that can be found in the LICENSE file in the root of the source 6 * tree. An additional intellectual property rights grant can be found 8 * be found in the AUTHORS file in the root of the source tree. 21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch); 31 BLOCK be; local 42 be.src_diff = reinterpret_cast<int16_t*>( 43 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff))); 49 be.src = 0; 50 be.base_src = &source; 51 be.src_stride = kSrcStride[i] [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
encodeintra.c | 5 * that can be found in the LICENSE file in the root of the source 6 * tree. An additional intellectual property rights grant can be found 8 * be found in the AUTHORS file in the root of the source tree. 55 BLOCK *be = &x->block[ib]; local 65 vp8_subtract_b(be, b, 16); 67 x->short_fdct4x4(be->src_diff, be->coeff, 32); 69 x->quantize_b(be, b);
|
pickinter.c | 5 * that can be found in the LICENSE file in the root of the source 6 * tree. An additional intellectual property rights grant can be found 8 * be found in the AUTHORS file in the root of the source tree. 120 static int get_prediction_error(BLOCK *be, BLOCKD *b) 124 sptr = (*(be->base_src) + be->src); 127 return vp8_get4x4sse_cs(sptr, be->src_stride, dptr, 16); 142 BLOCK *be = &x->block[ib]; local 162 distortion = get_prediction_error(be, b); 446 * The result can be rounded to be more precise, but it takes more time [all...] |
rdopt.c | 5 * that can be found in the LICENSE file in the root of the source 6 * tree. An additional intellectual property rights grant can be found 8 * be found in the AUTHORS file in the root of the source tree. 420 BLOCK *be; local 427 be = &mb->block[i]; 434 int this_diff = be->coeff[j] - bd->dqcoeff[j]; 447 BLOCK *be; local 456 be = &mb->block[i]; 459 error += vp8_block_error_c(be->coeff, bd->dqcoeff); 629 BLOCK *be, 1056 BLOCK *be = &x->block[i]; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-apache-bsf.jar | |
ant-commons-net.jar | |
/external/ppp/pppd/plugins/pppoatm/ |
pppoatm.c | 110 struct atm_backend_ppp be; local 111 be.backend_num = ATM_BACKEND_PPP; 113 be.encaps = PPPOATM_ENCAPS_VC; 115 be.encaps = PPPOATM_ENCAPS_LLC; 117 be.encaps = PPPOATM_ENCAPS_AUTODETECT; 118 if (ioctl(fd, ATM_SETBACKEND, &be) < 0) 125 atm_backend_t be = ATM_BACKEND_RAW; 127 (void) ioctl(fd, ATM_SETBACKEND, &be);
|
/external/webrtc/src/modules/audio_processing/aec/ |
aec_resampler.c | 5 * that can be found in the LICENSE file in the root of the source 6 * tree. An additional intellectual property rights grant can be found 8 * be found in the AUTHORS file in the root of the source tree. 83 float be, tnew, interp; local 96 be = 1 + skew; 102 tnew = be * mm + obj->position; 120 tnew = be * mm + obj->position; 125 obj->position += outsize * be - size;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
AbsoluteLayoutRule.java | 105 Rect be = elements[0].getBounds(); local 107 if (be.isValid()) { 111 int offsetX = x - be.x + (feedback.dragBounds != null ? feedback.dragBounds.x : 0); 112 int offsetY = y - be.y + (feedback.dragBounds != null ? feedback.dragBounds.y : 0); 172 Rect be = element.getBounds(); 187 if (be.isValid()) { 188 offset = new Point(x - be.x, y - be.y); 190 } else if (offset != null && be.isValid()) { 191 x = offset.x + be.x [all...] |
/external/clang/test/CodeGenCXX/ |
dynamic-cast-hint.cpp | 45 volatile E *be = dynamic_cast<E *>(b); local
|
const-init-cxx11.cpp | 3 // FIXME: The padding in all these objects should be zero-initialized. 179 extern constexpr int (B1::*be) = (int(B1::*))&C::e; member in namespace:MemberPtr
|
/external/ipsec-tools/src/racoon/ |
privsep.c | 18 * may be used to endorse or promote products derived from this software 24 * ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 1099 char *const *be; local 1103 for (be = bad_env; *be; be++) { 1104 if (strncmp(*e, *be, strlen(*be)) == 0) {
|
/external/llvm/lib/MC/ |
MCELFStreamer.cpp | 152 // In the future it might be worth trying to make these operations more well 262 // FIXME: Should this be caught and done earlier? 310 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); local 311 fixSymbolsInTLSFixups(be->getLHS()); 312 fixSymbolsInTLSFixups(be->getRHS()); 395 // the same fragment. Be careful not to do that for the first instruction in 422 // to be turned off. 443 report_fatal_error(".bundle_align_mode should be only set once per file");
|
/hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/ |
iio_utils.h | 59 * @scale: scale factor to be applied for conversion to si units 60 * @offset: offset to be applied for conversion to si units 77 unsigned be; member in struct:iio_channel_info 88 * @be: big endian 98 unsigned *be, 162 *be = (endianchar == 'b'); 409 ¤t->be, 510 "Should be %s " 528 * @basedir: the sysfs directory in which the file is to be found
|
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | 26 // * The name of Intel Corporation may not be used to endorse or promote products 32 // In no event shall the Intel Corporation or contributors be liable for any direct, 204 // covarMatrix - covariance matrix (output parameter; must be allocated 444 // be allocated in the RAM or be read from/written to the HDD (or any 446 // value of ioFlags paramater, which may be the following: 452 // The callback functions as well as the user data structure must be 462 // must be CV_TERMCRIT_NUMB, CV_TERMCRIT_EPS or 466 // 4. eigVals may be equal to NULL (if you don't need eigen values in further). 733 float *be = ((float *) buffer) + ((ie - imin) * eigStep) local 764 float *be = ((float *) buffer) + ((ie - imin) * eigStep); local 788 float *be = ((float **) output)[i]; local 820 float *be = ((float **) output)[i]; local [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
scm_unittest.py | 15 # contributors may be used to endorse or promote products derived from 22 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 49 from webkitpy.common.config.committers import Committer # FIXME: This should not be needed namespace 50 from webkitpy.common.net.bugzilla import Attachment # FIXME: This should not be needed namespace 58 # FIXME: This should be unified into one of the executive.py commands! 84 # We use this wrapper to disable output decoding. diffs should be treated as 117 # This used to be the last commit, but doing so broke 122 # Slash should always be the right path separator since we use cygwin on Windows. 176 # Now that we've deleted the checkout paths, cwddir may be invalid 276 # GitTest and SVNTest inherit from this so any test_ methods here will be run once for this class and then once for each subclass [all...] |
/bionic/libc/stdlib/ |
strtod.c | 49 * we can represent 10^k exactly), we may be able to 90 * appropriate. If MALLOC is undefined, malloc will be invoked 206 IBM should be defined. 223 * An alternative that might be better on some machines is 384 * computation is performed. Also the NULL value can also be 2113 int bbits, b2, b5, be, dig, i, ieps, ilim0, local [all...] |
/external/tcpdump/ |
print-snmp.c | 19 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 41 * (into the BE structure) complicated things. 272 * and by right shouldn't be an "include" file. 277 * This defines a list of OIDs which will be abbreviated on output. 328 struct be { struct 400 * provided BE object. 406 asn1_parse(register const u_char *p, u_int len, struct be *elem) 420 * it would be nice to use a bit field, but you can't depend on them. 661 * Display the ASN.1 object represented by the BE object. 662 * This used to be an integral part of asn1_parse() before the intermediat 879 int be; member in struct:smi2be [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
dtoa.cpp | 30 * appropriate depends on the compiler; for this to work, it may be 52 * we can represent 10^k exactly), we may be able to 112 * An alternative that might be better on some machines is 161 // 64-bit emulation provided by the compiler is likely to be slower than dtoa own code on 32-bit hardware. 1109 /* special case -- power of FLT_RADIX to be */ 1322 int bbits, b2, b5, be, dig, i, ieps, ilim = 0, ilim0, ilim1 = 0, local [all...] |
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 63 // The threshold for how long an alarm can be late before we print a 568 for (Map.Entry<String, BroadcastStats> be : mBroadcastStats.entrySet()) { 569 BroadcastStats bs = be.getValue(); 615 for (Map.Entry<String, BroadcastStats> be : mBroadcastStats.entrySet()) { 616 BroadcastStats bs = be.getValue(); 619 pw.print(be.getKey()); 698 // this adjustment will be zero if we're late by 707 // if it repeats queue it up to be read-added to the list [all...] |
/ndk/sources/cxx-stl/llvm-libc++/src/ |
locale.cpp | 41 // a little resource leak. Better approach would be appreciated. 227 // NOTE avoid the `base class should be explicitly initialized in the 990 // This is assumed to be safe, which is a nonsense assumption because we're 4633 char* be = buf + n; local [all...] |
/bionic/libc/kernel/common/linux/ |
wanrouter.h | 14 *** Any manual change here will be lost the next time this script will 15 *** be run. You've been warned! 336 unsigned be; member in struct:wanif_conf
|
/development/ndk/platforms/android-3/include/linux/ |
wanrouter.h | 306 unsigned be; member in struct:wanif_conf
|
/external/chromium/base/third_party/dmg_fp/ |
dtoa.cc | 29 * appropriate depends on the compiler; for this to work, it may be 52 * we can represent 10^k exactly), we may be able to 76 * is also #defined, fegetround() will be queried for the rounding mode. 78 * standard (and are specified to be consistent, with fesetround() 96 * something other than "long long", #define Llong to be the name, 98 * Llong, #define #ULLong to be the corresponding unsigned type. 105 * appropriate. If MALLOC is undefined, malloc will be invoked 107 * want something other than the system's free() to be called to 108 * recycle memory acquired from MALLOC, #define FREE to be the 115 * unless #defined to be a different length. This default lengt 3564 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, variable [all...] |
/external/kernel-headers/original/linux/ |
wanrouter.h | 31 * Oct 20, 1997 Jaspreet Singh Added 'cir','bc','be' and 'mc' to 'wanif_conf_t' 402 unsigned be; /* Excess Burst Size fwd, bwd */ member in struct:wanif_conf 523 /* Proc interface functions. These must not be called by the drivers! */
|