HomeSort by relevance Sort by last modified time
    Searched full:newmask (Results 1 - 25 of 207) sorted by null

1 2 3 4 5 6 7 8 9

  /external/valgrind/none/tests/
pth_blockedsig.c 34 sigset_t newmask, oldmask; local
37 memset(&newmask, 0, sizeof newmask);
38 sigemptyset (&newmask);
39 sigaddset (&newmask, SIGUSR1);
41 if (pthread_sigmask (SIG_BLOCK, &newmask, &oldmask) != 0)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/
8-1.c 25 sigset_t newmask, pendingset; local
29 if (sigemptyset(&newmask) == -1 || sigemptyset(&pendingset) == -1) {
35 if (sigaddset(&newmask, SIGUSR2) == -1) {
41 if (sigprocmask(SIG_SETMASK, &newmask, NULL) == -1) {
54 if (sigwait(&newmask, &sig) != 0) {
1-1.c 24 sigset_t newmask, pendingset; local
29 if ((sigemptyset(&newmask) == -1) || (sigemptyset(&pendingset) == -1)) {
35 if (sigaddset(&newmask, SIGUSR2) == -1) {
41 if (sigprocmask(SIG_SETMASK, &newmask, NULL) == -1) {
65 if (sigwait(&newmask, &sig) != 0) {
3-1.c 29 sigset_t newmask, pendingset; local
33 if ((sigemptyset(&newmask) == -1) || (sigemptyset(&pendingset) == -1)) {
39 if (sigaddset(&newmask, SIGUSR2) == -1) {
45 if (sigprocmask(SIG_SETMASK, &newmask, NULL) == -1) {
82 if (sigwait(&newmask, &sig) != 0) {
4-1.c 26 sigset_t newmask, pendingset; local
33 if (sigemptyset(&newmask) == -1 || sigemptyset(&pendingset) == -1) {
39 if (sigaddset(&newmask, SIGALRM) == -1) {
45 if (sigprocmask(SIG_SETMASK, &newmask, NULL) == -1) {
61 if (sigwait(&newmask, &sig) != 0) {
2-1.c 31 sigset_t newmask, pendingset; local
36 if ((sigemptyset(&newmask) == -1) || (sigemptyset(&pendingset) == -1)) {
42 if (sigaddset(&newmask, SIGRTMIN) == -1) {
60 if (sigprocmask(SIG_SETMASK, &newmask, NULL) == -1) {
92 if (sigwait(&newmask, &sig) != 0) {
110 if (sigwait(&newmask, &sig) != 0) {
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl15.c 107 sigset_t newmask, zeromask, oldmask; local
127 sigemptyset(&newmask);
128 sigaddset(&newmask, SIGUSR1);
129 sigaddset(&newmask, SIGUSR2);
130 sigaddset(&newmask, SIGALRM);
131 if (sigprocmask(SIG_BLOCK, &newmask, &oldmask) < 0) {
208 sigset_t newmask, zeromask, oldmask; local
210 sigemptyset(&newmask);
211 sigaddset(&newmask, SIGUSR1);
212 sigaddset(&newmask, SIGUSR2)
244 sigset_t newmask, zeromask, oldmask; local
363 sigset_t newmask, zeromask, oldmask; local
    [all...]
  /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;
  /toolchain/binutils/binutils-2.27/opcodes/
cgen-bitset.c 148 CGEN_BITSET* newmask; local
152 newmask = cgen_bitset_create ((mask->length * 8) - 1);
153 memcpy (newmask->bits, mask->bits, mask->length);
154 return newmask;
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 28 LaneBitmask PrevMask, LaneBitmask NewMask) {
29 assert((PrevMask & ~NewMask) == 0 && "Must not remove bits");
30 if (PrevMask != 0 || NewMask == 0)
42 LaneBitmask PrevMask, LaneBitmask NewMask) {
43 assert((NewMask & !PrevMask) == 0 && "Must not add bits");
44 if (NewMask != 0 || PrevMask == 0)
114 LaneBitmask NewMask) {
115 if (PreviousMask != 0 || NewMask == 0)
129 LaneBitmask NewMask) {
130 decreaseSetPressure(CurrSetPressure, *MRI, RegUnit, PreviousMask, NewMask);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 437 APInt NewMask = DemandedMask;
453 // just set the NewMask to all bits.
454 NewMask = APInt::getAllOnesValue(BitWidth);
481 if ((LHSZero & NewMask) == (~RHSC->getAPIntValue() & NewMask))
485 if (TLO.ShrinkDemandedConstant(Op, ~LHSZero & NewMask))
489 if (SimplifyDemandedBits(Op.getOperand(1), NewMask, KnownZero,
493 if (SimplifyDemandedBits(Op.getOperand(0), ~KnownZero & NewMask,
500 if ((NewMask & ~KnownZero2 & KnownOne) == (~KnownZero2 & NewMask))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl.c 156 unsigned stAttachmentMask, newMask;
174 newMask = stAttachmentMask & ~buffer->mask;
179 if (resized || newMask) {
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_debug_allocator.cc 32 int64* NewMask(int64 word) {
40 int64* before_mask = NewMask(0xabababababababab);
41 int64* after_mask = NewMask(0xcdcdcdcdcdcdcdcd);
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 536 std::vector<int> NewMask;
551 NewMask.push_back(MaskElt);
556 if (isSplat || NewMask == LHSMask || NewMask == Mask) {
559 for (unsigned i = 0, e = NewMask.size(); i != e; ++i) {
560 if (NewMask[i] < 0) {
563 Elts.push_back(ConstantInt::get(Int32Ty, NewMask[i]));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /toolchain/binutils/binutils-2.27/ld/emultempl/
spu_ovl.S 35 #define newmask reserved1 define
399 ila newmask, 1 << MFC_TAG_ID # 0,2 57
401 ilhu newmask, 1 << (MFC_TAG_ID - 16) # 0,2 57
412 wrch $MFC_WrTagMask, newmask # 1,6 62
  /prebuilts/go/darwin-x86/src/runtime/
syscall_windows_test.go 708 newmask := mask & ^(1 << uint(i))
709 if newmask != mask {
710 return newmask, nil
834 newmask, err := removeOneCPU(mask)
839 ret, _, err = _SetProcessAffinityMask.Call(uintptr(ph), newmask)
847 if newmask != mask {
848 t.Fatalf("SetProcessAffinityMask didn't set newmask of 0x%x. Current mask is 0x%x.", newmask, mask)
  /prebuilts/go/linux-x86/src/runtime/
syscall_windows_test.go 708 newmask := mask & ^(1 << uint(i))
709 if newmask != mask {
710 return newmask, nil
834 newmask, err := removeOneCPU(mask)
839 ret, _, err = _SetProcessAffinityMask.Call(uintptr(ph), newmask)
847 if newmask != mask {
848 t.Fatalf("SetProcessAffinityMask didn't set newmask of 0x%x. Current mask is 0x%x.", newmask, mask)
  /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/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/ltp/tools/pounder21/src/mem_alloc_test/
mem_alloc.c 45 static sigset_t newmask, oldmask, zeromask; variable
105 sigemptyset(&newmask);
106 sigaddset(&newmask, SIGUSR1);
107 sigaddset(&newmask, SIGUSR2);
109 if (sigprocmask(SIG_BLOCK, &newmask, &oldmask) < 0)
  /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...]

Completed in 834 milliseconds

1 2 3 4 5 6 7 8 9