HomeSort by relevance Sort by last modified time
    Searched full:bitwise (Results 76 - 100 of 677) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositingReasons.h 67 // Various combinations of compositing reasons are defined here also, for more intutive and faster bitwise logic.
  /external/chromium_org/third_party/WebKit/Source/wtf/
BitwiseOperations.h 35 // countLeadingZeros() is a bitwise operation that counts the number of leading
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 88 * Bitwise AND the mask with the given value, if a previous mask was set.
  /external/clang/include/clang/AST/
OperationKinds.h 309 BO_Shl, BO_Shr, // [C99 6.5.7] Bitwise shift operators.
312 BO_And, // [C99 6.5.10] Bitwise AND operator.
313 BO_Xor, // [C99 6.5.11] Bitwise XOR operator.
314 BO_Or, // [C99 6.5.12] Bitwise OR operator.
  /external/clang/test/Sema/
i-c-e.c 59 // expected-note {{use '|' for a bitwise operation}}
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLike.java 51 //swapping Y and X limits flag in the bitwise flag
ConstraintSizeLike.java 46 //swapping Y and X limits flag in the bitwise flag
  /external/kernel-headers/original/linux/
types.h 171 #define __bitwise__ __attribute__((bitwise))
  /external/libogg/win32/VS6/
ogg_static.dsp 88 SOURCE=..\..\src\bitwise.c
  /external/libvpx/libvpx/vp8/common/
quant_common.c 112 /* For all x in [0..284], x*155/100 is bitwise equal to (x*101581) >> 16.
  /external/llvm/include/llvm/MC/
MCExpr.h 308 Not, ///< Bitwise negation.
360 And, ///< Bitwise and.
376 Or, ///< Bitwise or.
380 Xor ///< Bitwise exclusive or.
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_flow.h 88 * Bitwise AND the mask with the given value, if a previous mask was set.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetappstate.html 126 >This function returns the current state of the application. The value returned is a bitwise combination of:</P
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareRequest.java 85 * @param monitorTransitions Bitwise OR of {@link GeofenceHardware#GEOFENCE_ENTERED},
  /libcore/luni/src/main/java/java/text/
CollationKey.java 38 * {@code CollationKey.compareTo(CollationKey)} executes, it performs bitwise
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
fixed-value.h 75 /* Compare two fixed-point objects for bitwise identity. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
fixed-value.h 75 /* Compare two fixed-point objects for bitwise identity. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
fixed-value.h 75 /* Compare two fixed-point objects for bitwise identity. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
fixed-value.h 75 /* Compare two fixed-point objects for bitwise identity. */
  /external/chromium_org/third_party/icu/source/common/
ruleiter.h 114 * @param options one or more of the following options, bitwise-OR-ed
173 * @param options one or more of the following options, bitwise-OR-ed
  /external/icu4c/common/
ruleiter.h 113 * @param options one or more of the following options, bitwise-OR-ed
172 * @param options one or more of the following options, bitwise-OR-ed
  /external/icu4c/i18n/
sortkey.cpp 170 // Bitwise comparison for the collation keys.
178 // Bitwise comparison for the collation keys.
  /hardware/libhardware/include/hardware/
fused_location.h 148 /** Sources used, will be Bitwise OR of the FLP_TECH_MASK bits. */
207 /** Bitwise OR of the FLP_TECH_MASKS to use */
512 * sources_used - Bitwise OR of FLP_TECH_MASK flags indicating which
634 * Transitions to monitor. Bitwise OR of
661 * The sources to use for monitoring geofences. Its a BITWISE-OR
704 * monitor_transitions - Which transitions to monitor. Bitwise OR of
  /docs/source.android.com/src/devices/tech/dalvik/
dalvik-bytecode.jd 41 <li>In terms of bitwise representation, <code>(Object) null == (int)
60 <li>Bitwise literal data is represented in-line in the instruction stream.</li>
    [all...]
  /external/clang/utils/
FindSpecRefs 56 ('6.5.7 Bitwise shift operators', '84'),
59 ('6.5.10 Bitwise AND operator', '87'),
60 ('6.5.11 Bitwise exclusive OR operator', '88'),
61 ('6.5.12 Bitwise inclusive OR operator', '88'),
362 ('5.11 Bitwise AND operator', '110'),
363 ('5.12 Bitwise exclusive OR operator', '110'),
364 ('5.13 Bitwise inclusive OR operator', '110'),
    [all...]

Completed in 2067 milliseconds

1 2 34 5 6 7 8 91011>>