HomeSort by relevance Sort by last modified time
    Searched defs:be (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/clang/test/CodeGenCXX/
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
387 // FIXME: This declaration should not be emitted -- it isn't odr-used.
  /external/libvpx/libvpx/vp8/encoder/
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.
425 BLOCK *be; local
432 be = &mb->block[i];
439 int this_diff = be->coeff[j] - bd->dqcoeff[j];
452 BLOCK *be; local
461 be = &mb->block[i];
464 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
634 BLOCK *be,
1061 BLOCK *be = &x->block[i]; local
    [all...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 24 "Your Python may not be configured for Tk. **" namespace
92 method, allowing it to be patched.
146 except: # but debugger may not be active right now....
194 # XXX 13 Dec 2002 KBK Currently the file must be saved before it can
195 # be run. The breaks are saved at that time. If we introduce
197 # needs to be re-verified, since the breaks at the time the
200 # after a save will be effective, but not persistent.
205 # kinds of edits cause these ranges to be deleted: Inserting
207 # deletions prior to a breakpoint. These issues need to be
210 # be fixed. Since a modified file has to be saved before it i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyShell.py 24 "Your Python may not be configured for Tk. **" namespace
92 method, allowing it to be patched.
146 except: # but debugger may not be active right now....
194 # XXX 13 Dec 2002 KBK Currently the file must be saved before it can
195 # be run. The breaks are saved at that time. If we introduce
197 # needs to be re-verified, since the breaks at the time the
200 # after a save will be effective, but not persistent.
205 # kinds of edits cause these ranges to be deleted: Inserting
207 # deletions prior to a breakpoint. These issues need to be
210 # be fixed. Since a modified file has to be saved before it i
    [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/chromium_org/chrome/test/functional/
perf.py 3 # Use of this source code is governed by a BSD-style license that can be
8 For tests that need to be run for multiple iterations (e.g., so that average
9 and standard deviation values can be reported), the default number of iterations
11 That value can optionally be tweaked by setting an environment variable
13 to run. An additional, initial iteration will also be run to "warm up" the
14 environment, and the result from that initial iteration will be ignored.
20 specifies the threshold number of timeouts that can be tolerated before the test
47 import pyauto_functional # Must be imported before pyauto. namespace
49 import simplejson # Must be imported after pyauto; located in third_party. namespace
66 posix_path: a path string that may be a format()
    [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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 45 // a little resource leak. Better approach would be appreciated.
231 // NOTE avoid the `base class should be explicitly initialized in the
1033 // This is assumed to be safe, which is a nonsense assumption because we're
4728 char* be = buf + n; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /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/chromium_org/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! */
  /external/qemu/hw/
usb-ohci.c 12 * This library is distributed in the hope that it will be useful,
23 * o Disable timers when nothing needs to be done, or remove timer usage
202 uint32_t be; member in struct:ohci_td
210 uint32_t be; member in struct:ohci_iso_td
563 ptr = td->be & ~0xfffu;
640 iso_td.flags, iso_td.bp, iso_td.next, iso_td.be,
687 if (!iso_td.bp || !iso_td.be) {
688 printf("usb-ohci: ISO_TD bp 0x%.8x be 0x%.8x\n", iso_td.bp, iso_td.be);
713 start_addr = (iso_td.be & OHCI_PAGE_MASK)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5 * This software may be distributed under the terms of the BSD license.
387 int be, bk, vi, vo; local
389 /* format: BE,BK,VI,VO;max SP Length */
390 be = atoi(value);
410 if (be)
4522 int be, bk, vi, vo; local
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 68 // The threshold for how long an alarm can be late before we print a
319 // minimum recurrence period or alarm futurity for us to be able to fuzz it
877 for (Map.Entry<String, BroadcastStats> be : mBroadcastStats.entrySet()) {
878 BroadcastStats bs = be.getValue()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/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
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 306 unsigned be; member in struct:wanif_conf

Completed in 3593 milliseconds

1 23 4 5 6