HomeSort by relevance Sort by last modified time
    Searched full:discards (Results 26 - 50 of 353) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
gadgetfs.h 80 /* discards any unclaimed data in the fifo. */
  /external/clang/test/Sema/
builtins-arm-exclusive.c 44 res |= __builtin_arm_strex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
95 res |= __builtin_arm_stlex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
builtins-arm64-exclusive.c 44 res |= __builtin_arm_strex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
93 res |= __builtin_arm_stlex(42, (const char *)addr); // expected-warning {{passing 'const char *' to parameter of type 'volatile char *' discards qualifiers}}
conditional-expr.c 23 vp = (0 ? vp : cip); // expected-warning {{discards qualifiers}}
24 vp = (0 ? cip : vp); // expected-warning {{discards qualifiers}}
  /external/skia/src/core/
SkFloatBits.cpp 89 // The iOS ARM processor discards small denormalized numbers to go faster.
158 // The iOS ARM processor discards small denormalized numbers to go faster.
  /device/generic/goldfish/libqemu/
test_host_2.c 21 * discards it immediately.
  /docs/source.android.com/src/devices/tech/datausage/
kernel-overview.jd 28 quota limit is reached, the <code>quota2</code> module discards all subsequent
  /external/deqp/doc/testspecs/GLES3/
functional.rasterizer_discard.txt 51 framebuffer discards are tested with scissor test enabled.
  /external/eigen/doc/
StlContainers.dox 57 <span class="note">\b Explanation: The resize() method of std::vector takes a value_type argument (defaulting to value_type()). So with std::vector<Eigen::Vector4f>, some Eigen::Vector4f objects will be passed by value, which discards any alignment modifiers, so a Eigen::Vector4f can be created at an unaligned location. In order to avoid that, the only solution we saw was to specialize std::vector to make it work on a slight modification of, here, Eigen::Vector4f, that is able to deal properly with this situation.
  /external/freetype/include/
ftsizes.h 111 /* automatically discards all size objects allocated with */
  /external/pdfium/third_party/freetype/include/
ftsizes.h 111 /* automatically discards all size objects allocated with */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowToast.java 78 * Non-Android accessor that discards the recorded {@code Toast}s
  /external/skia/include/codec/
SkScanlineDecoder.h 44 * The default version just calls onGetScanlines and discards the dst.
  /frameworks/base/tools/aapt/
WorkQueue.h 75 * Otherwise, returns OK, discards all pending work units and prevents additional
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
ImageStream.java 89 * Immediately discards the next available image, if one exists.
  /external/jpeg/
jpegtran.1 139 This option discards the chrominance channels if the input image is YCbCr
158 but discards any other inessential data.
transupp.h 78 * We also offer a "force to grayscale" option, which simply discards the
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 156 // Discards the old infile and replaces it with the given file.
159 // Discards the old outfile and replaces it with the given file.
  /external/tcpdump/
print-sflow.c 303 u_int8_t discards[4]; member in struct:sflow_vlan_counter_t
328 ", unicast pkts %u, multicast pkts %u, broadcast pkts %u, discards %u",
338 ", unicast pkts %u, multicast pkts %u, broadcast pkts %u, discards %u",
431 ", unicast_pkt %u, multicast_pkt %u, broadcast_pkt %u, discards %u",
437 EXTRACT_32BITS(sflow_vlan_counter->discards));
  /external/libvncserver/x11vnc/misc/turbovnc/
turbojpeg.h 96 TJ_411: 4:1:1 subsampling. Discards every other Cb, Cr pixel in both
98 TJ_422: 4:2:2 subsampling. Discards every other Cb, Cr pixel only in
  /external/icu/icu4c/source/i18n/
tznames_impl.h 57 /* Freeze the string pool. Discards the hash table that is used
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 216 * madvise(..., MADV_DONTNEED) : On Linux, this immediately discards pages,
jemalloc_internal_defs.h.in 210 * madvise(..., MADV_DONTNEED) : On Linux, this immediately discards pages,
  /external/libpcap/
README.linux 54 capturing packets if a filter has been specified that discards a
  /external/mesa3d/src/glsl/
ir_set_program_inouts.cpp 187 /* discards are only allowed in fragment shaders. */

Completed in 1382 milliseconds

12 3 4 5 6 7 8 91011>>