HomeSort by relevance Sort by last modified time
    Searched refs:newMask (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/xmlrpcpp/src/
XmlRpcDispatch.cpp 124 unsigned newMask = (unsigned) -1;
128 newMask &= src->handleEvent(ReadableEvent);
130 newMask &= src->handleEvent(WritableEvent);
132 newMask &= src->handleEvent(Exception);
134 if ( ! newMask) {
138 } else if (newMask != (unsigned) -1) {
139 thisIt->getMask() = newMask;
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl.c 156 unsigned stAttachmentMask, newMask;
174 newMask = stAttachmentMask & ~buffer->mask;
179 if (resized || newMask) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 446 final int newMask = newLength - 1;
450 final int index = findInsertionIndex(newKeys, newStates, key, newMask);
457 mask = newMask;
OpenIntToFieldHashMap.java 458 final int newMask = newLength - 1;
462 final int index = findInsertionIndex(newKeys, newStates, key, newMask);
469 mask = newMask;
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 278 const GLubyte newMask[],
283 assert(newMask[i] == 0 || newMask[i] == 1);
284 passMask[i] = origMask[i] & newMask[i];
285 failMask[i] = origMask[i] & (newMask[i] ^ 1);
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 476 GLuint newMask;
506 newMask = (((p[0] & 0xf) << 0) |
511 if (newMask == 0xffff || newMask == 0x0) {
518 i830->state.Stipple[I830_STPREG_ST1] |= newMask;
    [all...]
i915_state.c 442 GLuint newMask;
472 newMask = (((p[0] & 0xf) << 0) |
477 if (newMask == 0xffff || newMask == 0x0) {
484 i915->state.Stipple[I915_STPREG_ST1] |= newMask;
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 155 rpc_loc_event_mask_type newMask = 0;
159 newMask |= locBits[i];
164 return newMask;
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 155 rpc_loc_event_mask_type newMask = 0;
159 newMask |= locBits[i];
164 return newMask;
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 155 rpc_loc_event_mask_type newMask = 0;
159 newMask |= locBits[i];
164 return newMask;
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 155 rpc_loc_event_mask_type newMask = 0;
159 newMask |= locBits[i];
164 return newMask;
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
LocApiRpc.cpp 155 rpc_loc_event_mask_type newMask = 0;
159 newMask |= locBits[i];
164 return newMask;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java     [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 921 int32_t newMask = (m<<shift) | (m>>(32-shift));
923 AND( AL, 0, d, s, imm(newMask) );
925 BIC( AL, 0, d, s, imm(newMask) );
    [all...]
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/dng_sdk/source/
dng_negative.cpp     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c     [all...]

Completed in 851 milliseconds

1 2 3 4 5 6 7