HomeSort by relevance Sort by last modified time
    Searched defs:be (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/
issue54465-invalid-asm-operand-out-of-range.cpp 12 uint32_t be = htonl(foo); local
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
63 int be, kind; local
77 be = p->ext_exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1);
92 be++;
104 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
dtoa.c 14 not be used in advertising or publicity pertaining to
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
47 * 3. Under the assumption that input will be rounded nearest,
102 ndigits can be negative.
118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
200 b = d2b(dval(&d), &be, &bbits);
226 * We want k to be too large rather than too small.
249 i = bbits + be + (Bias + (P-1) - 1);
442 if (be >= 0 && k <= Int_max) {
455 /* If FLT_ROUNDS == 2, L will usually be high by 1 *
    [all...]
gdtoa.c 14 not be used in advertising or publicity pertaining to
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
43 ULong *be, *x, *x0; local
58 be = bits + ((nbits - 1) >> kshift);
65 } while(++bits <= be);
92 * 3. Under the assumption that input will be rounded nearest,
116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve)
117 FPI *fpi; int be; ULong *bits;
120 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
128 be = exponent: value = (integer represented by bits) * (2 to the power of be)
    [all...]
  /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 (*SubtractBlockFunc)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be; local
47 be.src_diff = reinterpret_cast<int16_t*>(
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
54 be.src = 0;
55 be.base_src = &source;
56 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
36 BLOCK be; local
47 be.src_diff = reinterpret_cast<int16_t*>(
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
54 be.src = 0;
55 be.base_src = &source;
56 be.src_stride = kSrcStride[i]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar 
  /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 
  /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/fio/
libfio.c 14 * This program is distributed in the hope that it will be useful,
275 int le = 0, be = 0; local
279 be = 1;
284 if (be)
293 if (!le && !be)
304 * We need these to be properly 64-bit aligned, otherwise we
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeTraverserTest.java 109 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
110 static final BinaryTree bd = new BinaryTree('d', bb, be);
  /external/guava/guava-tests/test/com/google/common/collect/
TreeTraverserTest.java 111 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
112 static final BinaryTree bd = new BinaryTree('d', bb, 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...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 67 BatteryEntry be; local
76 be = mRequestQueue.remove(0);
78 be.loadNameAndIcon();
  /external/clang/test/CodeGenCXX/
dynamic-cast-hint.cpp 45 volatile E *be = dynamic_cast<E *>(b); local
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 1114 uint32_t be, le; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 26 * Every mapping in the tailoring needs to be compared to the base,
31 * It might be simpler to re-parse the rule string, but:
69 // Also, ICU4C requires handleCE32() to be public because it is used by the callback
142 // They might be useful for saving space,
160 // We might be comparing a tailoring CE which is a copy of
239 Entry te = null, be = null; local
252 be = basePrefixes.next();
253 bp = be.chars.toString();
255 be = null;
271 assert (be != null)
296 Entry te = null, be = null; local
    [all...]
  /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 52 report_fatal_error("Fragment can't be larger than a bundle size");
203 // In the future it might be worth trying to make these operations more well
326 // FIXME: Should this be caught and done earlier?
382 const MCBinaryExpr *be = cast<MCBinaryExpr>(expr); local
383 fixSymbolsInTLSFixups(be->getLHS());
384 fixSymbolsInTLSFixups(be->getRHS());
489 // the same fragment. Be careful not to do that for the first instruction in
501 // we create a new temporary fragment which will be later merged into
529 // to be turned off.
559 report_fatal_error(".bundle_align_mode cannot be changed once set")
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmserr.c 13 // The above copyright notice and this permission notice shall be included in
19 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
29 // that hopefully would be fully portable.
66 // amount of memoy that can be reclaimed. This is mostly as a safety feature to prevent
74 // required to be implemented: malloc, realloc and free, although the user may want to
189 // To reset it, we use the default allocators, which cannot be overriden
228 // context internal data should be malloce'd by using those functions.
321 // To reset it, we use the default allocators, which cannot be overriden
354 // this way have be freed at once. Next function allocates a single chunk for linked list
356 // memory is being swapped to disk. This approach is safer (although that may not be true on all platforms
574 cmsUInt32Number be; local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h 61 * @scale: scale factor to be applied for conversion to si units
62 * @offset: offset to be applied for conversion to si units
79 unsigned be; member in struct:iio_channel_info
90 * @be: big endian
100 unsigned *be,
164 *be = (endianchar == 'b');
410 &current->be,
522 "Should be %s written to %s\%s\n",
537 * @basedir: the sysfs directory in which the file is to be found
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 61 * @scale: scale factor to be applied for conversion to si units
62 * @offset: offset to be applied for conversion to si units
79 unsigned be; member in struct:iio_channel_info
90 * @be: big endian
100 unsigned *be,
164 *be = (endianchar == 'b');
410 &current->be,
522 "Should be %s written to %s\%s\n",
537 * @basedir: the sysfs directory in which the file is to be found

Completed in 1109 milliseconds

1 2 3 4 5 6 7 8 9