Searched refs:jj (Results 1 – 4 of 4) sorted by relevance
1734 for (int jj = 0; jj < MAX_NFA_CONNS_PER_SERVER; jj++) in unblockAll() local1736 if (mServerConn[jj] != NULL) in unblockAll()1738 mServerConn[jj]->mNfaConnHandle = NFA_HANDLE_INVALID; in unblockAll()1740 SyncEventGuard guard1 (mServerConn[jj]->mCongEvent); in unblockAll()1741 mServerConn[jj]->mCongEvent.notifyOne (); //unblock write (if congested) in unblockAll()1744 SyncEventGuard guard2 (mServerConn[jj]->mReadEvent); in unblockAll()1745 mServerConn[jj]->mReadEvent.notifyOne (); //unblock receive() in unblockAll()1781 int jj = 0; in findServerConnection() local1784 for (jj = 0; jj < MAX_NFA_CONNS_PER_SERVER; jj++) in findServerConnection()1786 if ( (mServerConn[jj] != NULL) && (mServerConn[jj]->mNfaConnHandle == nfaConnHandle) ) in findServerConnection()[all …]
833 int jj = j; in ComputeMask() local834 double sj = jj + rect.top; in ComputeMask()844 (unsigned) jj < imgMos.Y.height) ? 1 : 0; in ComputeMask()865 imgMos.Y.ptr[jj][ii] = (unsigned char)site_idx; in ComputeMask()917 int jj = (j << dscale); in ProcessPyramidForThisFrame() local918 double sj = jj + rect.top; in ProcessPyramidForThisFrame()927 (unsigned) jj < imgMos.Y.height) ? 1 : 0; in ProcessPyramidForThisFrame()929 if(inMask && imgMos.Y.ptr[jj][ii] != site_idx && in ProcessPyramidForThisFrame()930 imgMos.V.ptr[jj][ii] != site_idx && in ProcessPyramidForThisFrame()931 imgMos.Y.ptr[jj][ii] != 255) in ProcessPyramidForThisFrame()[all …]
3072 for (int jj = 0; jj < len; jj++) { in computeAllDayNeighbors()3073 if (jj == ii) { in computeAllDayNeighbors()3076 Event neighbor = mSelectedEvents.get(jj); in computeAllDayNeighbors()3307 for (int jj = 0; jj < len; jj++) { in computeNeighbors()3308 if (jj == ii) { in computeNeighbors()3311 Event neighbor = mSelectedEvents.get(jj); in computeNeighbors()
1 …arget/generated-sources/jjtree/org/apache/james/mime4j/field/address/parser/AddressListParser.jj */