llmd5.cpp File Reference

#include "linden_common.h"
#include "llmd5.h"
#include <cassert>

Include dependency graph for llmd5.cpp:

Go to the source code of this file.

Defines

#define S11   7
#define S12   12
#define S13   17
#define S14   22
#define S21   5
#define S22   9
#define S23   14
#define S24   20
#define S31   4
#define S32   11
#define S33   16
#define S34   23
#define S41   6
#define S42   10
#define S43   15
#define S44   21
#define F(x, y, z)   (((x) & (y)) | ((~x) & (z)))
#define G(x, y, z)   (((x) & (z)) | ((y) & (~z)))
#define H(x, y, z)   ((x) ^ (y) ^ (z))
#define I(x, y, z)   ((y) ^ ((x) | (~z)))
#define ROTATE_LEFT(x, n)   (((x) << (n)) | ((x) >> (32-(n))))
#define FF(a, b, c, d, x, s, ac)
#define GG(a, b, c, d, x, s, ac)
#define HH(a, b, c, d, x, s, ac)
#define II(a, b, c, d, x, s, ac)

Functions

std::ostream & operator<< (std::ostream &stream, LLMD5 context)


Detailed Description

LicenseInfo
firstyear=2001&license=viewergpl

Copyright (c) 2001-2007, Linden Research, Inc.

Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2

There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception

By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.

ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$

Definition in file llmd5.cpp.


Define Documentation

#define F ( x,
y,
z   )     (((x) & (y)) | ((~x) & (z)))

Definition at line 377 of file llmd5.cpp.

#define FF ( a,
b,
c,
d,
x,
s,
ac   ) 

Value:

{ \
 (a) += F ((b), (c), (d)) + (x) + (U32)(ac); \
 (a) = ROTATE_LEFT ((a), (s)); \
 (a) += (b); \
  }

Definition at line 389 of file llmd5.cpp.

#define G ( x,
y,
z   )     (((x) & (z)) | ((y) & (~z)))

Definition at line 378 of file llmd5.cpp.

#define GG ( a,
b,
c,
d,
x,
s,
ac   ) 

Value:

{ \
 (a) += G ((b), (c), (d)) + (x) + (U32)(ac); \
 (a) = ROTATE_LEFT ((a), (s)); \
 (a) += (b); \
  }

Definition at line 394 of file llmd5.cpp.

#define H ( x,
y,
z   )     ((x) ^ (y) ^ (z))

Definition at line 379 of file llmd5.cpp.

Referenced by LLColor4::calcHSL(), LLColor3::calcHSL(), and llhash().

#define HH ( a,
b,
c,
d,
x,
s,
ac   ) 

Value:

{ \
 (a) += H ((b), (c), (d)) + (x) + (U32)(ac); \
 (a) = ROTATE_LEFT ((a), (s)); \
 (a) += (b); \
  }

Definition at line 399 of file llmd5.cpp.

#define I ( x,
y,
z   )     ((y) ^ ((x) | (~z)))

Definition at line 380 of file llmd5.cpp.

#define II ( a,
b,
c,
d,
x,
s,
ac   ) 

Value:

{ \
 (a) += I ((b), (c), (d)) + (x) + (U32)(ac); \
 (a) = ROTATE_LEFT ((a), (s)); \
 (a) += (b); \
  }

Definition at line 404 of file llmd5.cpp.

#define ROTATE_LEFT ( x,
n   )     (((x) << (n)) | ((x) >> (32-(n))))

Definition at line 384 of file llmd5.cpp.

#define S11   7

Definition at line 355 of file llmd5.cpp.

#define S12   12

Definition at line 356 of file llmd5.cpp.

#define S13   17

Definition at line 357 of file llmd5.cpp.

#define S14   22

Definition at line 358 of file llmd5.cpp.

#define S21   5

Definition at line 359 of file llmd5.cpp.

#define S22   9

Definition at line 360 of file llmd5.cpp.

#define S23   14

Definition at line 361 of file llmd5.cpp.

#define S24   20

Definition at line 362 of file llmd5.cpp.

#define S31   4

Definition at line 363 of file llmd5.cpp.

#define S32   11

Definition at line 364 of file llmd5.cpp.

Referenced by LLAssetStorage::_cleanupRequests(), LLCamera::AABBInFrustum(), LLInventoryModel::accountForUpdate(), LLPanelGroupLandMoney::activate(), LLKeyframeMotion::activateConstraint(), LLGestureManager::activateGestures(), add_duplicate(), add_exit_pops(), add_object(), add_register_fp(), LLPreviewGesture::addAnimations(), LLBBox::addBBoxAgent(), LLFloaterTelehub::addBeacons(), LLToolPlacerPanel::addButton(), LLTextEditor::addChar(), LLLineEditor::addChar(), LLVOAvatar::addChat(), LLColor4U::addClampMax(), LLScrollListCtrl::addColumn(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::addData(), LLSkipList< DATA_TYPE, BINARY_DEPTH >::addData(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::addData(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::addData(), LLScrollListCtrl::addElement(), LLScriptByteCodeChunk::addFloat(), LLFrameStats::addFrameData(), LLGeometryManager::addGeometryCount(), LLParticlePartition::addGeometryCount(), LLFont::addGlyphFromFont(), LLScriptEdCore::addHelpItemToHistory(), LLProfile::addHole(), LLScriptByteCodeChunk::addInteger(), LLLocalIDHashMap< DATA_TYPE, SIZE >::addIter(), LLJointStateBlender::addJointState(), LLMotion::addJointState(), LLScriptJumpTable::addJump(), LLScriptJumpTable::addLabel(), LLVLManager::addLayerData(), LLHUDText::addLine(), LLFixedBuffer::addLine(), LLControl::addListener(), LLFloaterNetwork2080::addNode(), LLScrollingPanelList::addPanel(), LLLayoutStack::addPanel(), LLPermissionsView::addPermissionsData(), LLViewerParcelOverlay::addPropertyLine(), LLConsole::addQueuedLines(), LLWorld::addRegion(), LLCharacter::addSharedVisualParam(), LLPreviewGesture::addSounds(), LLTemplateMessageBuilder::addString(), LLTabContainerVertical::addTabPanel(), LLTabContainer::addTabPanel(), LLViewerObject::addThisAndAllChildren(), LLViewerObject::addThisAndNonJointChildren(), LLViewerStats::addToMessage(), LLToolView::addTool(), LLScriptArgString::addType(), LLScriptByteCodeChunk::addU16(), LLPanelGroupInvite::addUsers(), LLPanelGroupInvite::impl::addUsers(), LLCharacter::addVisualParam(), LLFloaterView::adjustToFitScreen(), LLFloaterWorldMap::adjustZoomSliderBounds(), agent_jump(), agent_push_backward(), agent_push_forward(), agent_slide_left(), agent_slide_right(), LLAggregatePermissions::aggregate(), LLAggregatePermissions::aggregateBit(), LLAggregatePermissions::aggregateIndex(), LLFloaterView::allChildrenClosed(), LLVOAvatar::allocateCharacterJoints(), LLControlBase::allocateListenerID(), LLViewerWindow::analyzeHit(), LLVOVolume::animateTextures(), LLViewerTextureAnim::animateTextures(), LLImageFormatted::appendData(), LLTextEditor::appendStyledText(), LLTextEditor::appendText(), LLPolyMorphTarget::apply(), LLPanelGroupGeneral::apply(), LLPanelDisplay2::apply(), LLPanelAvatarClassified::apply(), LLKeyframeMotion::applyConstraint(), LLPanelGroupLandMoney::impl::applyContribution(), LLPolyMorphTarget::applyMask(), LLControlGroup::applyOverrides(), LLFeatureManager::applyRecommendedFeatures(), LLPanelDisplay::applyResolution(), LLPanelFriends::applyRightsToFriends(), LLObjectSelection::applyToTEs(), LLUndoWearable::applyUndoRedo(), LLViewerCamera::areVertsVisible(), LLScrollListCtrl::arrange(), LLPieMenu::arrange(), LLMenuGL::arrange(), LLFolderView::arrange(), LLFolderViewFolder::arrange(), LLFolderViewItem::arrangeFromRoot(), LLScriptLibrary::assignExec(), LLGLSLShader::attachObjects(), LLVFS::audit(), LLTextEditor::autoIndent(), axtoi(), b_check_token(), LLInventoryModel::backgroundFetch(), LLToolDragAndDrop::beginDrag(), LLToolDragAndDrop::beginMultiDrag(), LLImageRaw::biasedScaleToPowerOfTwo(), LLViewerKeyboard::bindKey(), LLViewerKeyboard::bindNamedFunction(), LLJointStateBlender::blendJointStates(), LLHTTPClient::blockingGet(), LLPipeline::blurReflectionMap(), LLViewerObject::boostTexturePriority(), LLLinkedList< DATA_TYPE >::bubbleSortList(), LLScriptScriptCodeChunk::build(), build_copy_matrix(), build_decopy_matrix(), build_patch_dequantize_table(), build_patch_quantize_table(), LLFloaterWorldMap::buildAvatarIDList(), buildBlock(), LLFloater::buildButtons(), LLVOAvatar::buildCharacter(), LLFloaterClothing::buildClothingList(), LLTaskSoundBridge::buildContextMenu(), LLTaskInvFVBridge::buildContextMenu(), LLFloaterWorldMap::buildLandmarkIDLists(), LLPanelMsgs::buildLists(), LLAgent::buildLocationString(), LLInventoryPanel::buildNewViews(), LLInventoryModel::buildParentChildMap(), LLFloaterLandHoldings::buttonCore(), bytestream2float(), bytestream2quaternion(), bytestream2uuid(), bytestream2vector(), bytestream_int2float(), LLTranspMap::calcAirTransp(), LLTranspMap::calcAirTranspDir(), LLVOSky::calcBrightnessScaleAndColors(), LLImageDXT::calcDataSize(), LLImageFormatted::calcDataSize(), LLImageJ2C::calcDataSizeJ2C(), LLViewerImage::calcDecodePriority(), LLImageJ2C::calcDiscardLevelBytes(), LLImageFormatted::calcDiscardLevelBytes(), LLVOVolume::calcLOD(), LLPipeline::calcNearbyLights(), LLSurfacePatch::calcNormal(), LLImageDXT::calcNumMips(), LLVOSky::calcSkyColorInDir(), LLTranspMapSet::calcTransp(), LLGlobalEconomy::calculateLightRent(), LLGlobalEconomy::calculateTeleportCost(), LLScrollableContainerView::calcVisibleSize(), callback_choose_gender(), LLPanelClassified::callbackGotPriceForListing(), LLPanelAvatarClassified::canClose(), LLTextCmdAddChar::canExtend(), LLVOAvatar::canGrabLocalTexture(), LLBufferArray::capacity(), category_string_to_category(), category_to_string(), category_to_ui_string(), category_ui_string_to_category(), LLFloater::center(), LLUploadDialog::centerDialog(), LLModalDialog::centerOnScreen(), LLFloaterNameDesc::centerWindow(), LLInventoryTransactionObserver::changed(), LLInventoryAddedObserver::changed(), LLViewerWindow::changeDisplaySettings(), LLTextEditor::changeLine(), LLScrollbar::changeLine(), LLTextEditor::changePage(), LLFontGL::charFromPixelOffset(), LLUUIDHashMap< DATA_TYPE, SIZE >::check(), LLLocalIDHashMap< DATA_TYPE, SIZE >::check(), LLGLState::checkClientArrays(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::checkData(), LLSkipList< DATA_TYPE, BINARY_DEPTH >::checkData(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::checkData(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::checkData(), LLHTTPAssetStorage::checkForTimeouts(), LLWorldMapView::checkItemHit(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::checkKey(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::checkKey(), LLVFS::checkMem(), LLMessageSystem::checkMessages(), LLImageDXT::checkMinWidthHeight(), LLCircuitData::checkPacketInID(), LLGLState::checkTextureChannels(), LLView::childrenHandleDoubleClick(), LLView::childrenHandleDragAndDrop(), LLView::childrenHandleHover(), LLView::childrenHandleMouseDown(), LLView::childrenHandleMouseUp(), LLView::childrenHandleRightMouseDown(), LLView::childrenHandleRightMouseUp(), LLView::childrenHandleScrollWheel(), clamp_precision(), LLViewerObjectList::cleanDeadObjects(), LLPipeline::cleanup(), LLStdStringTable::cleanup(), LLInventoryView::cleanup(), cleanup_app(), LLAudioEngine::cleanupBuffer(), LLVLManager::cleanupData(), LLHUDManager::cleanupEffects(), LLVOSky::cleanupGL(), LLSphere::cleanupGL(), LLVolume::cleanupTriangleData(), LLJointStateBlender::clear(), LLAppearance::clear(), LLViewerObjectList::clearDebugText(), LLWorldMap::clearSimFlags(), click_dozer_size(), click_popup_dozer_mode(), click_popup_dozer_size(), clip_quad_to_horizon(), LLMultiFloater::closeAllFloaters(), code_patch(), code_patch_header(), LLInventoryModel::collectDescendentsIf(), commit_select_tool(), LLPanelEstateInfo::commitEstateInfo(), LLToolDragAndDrop::commitGiveInventoryCategory(), LLToolDragAndDrop::commitGiveInventoryItem(), LLTabContainerVertical::commitHoveredButton(), LLTabContainer::commitHoveredButton(), LLInventorySort::compare(), LLStringBase< T >::compareDict(), LLStringBase< T >::compareInsensitive(), LLStringBase< T >::compareStrings(), CompareByDefaultTabGroup::compareTabOrders(), LLTransferTargetVFile::completionCallback(), LLImageRaw::compositeRowScaled4onto3(), LLImageRaw::compositeScaled4onto3(), LLImageRaw::compositeUnscaled4onto3(), compress_patch(), LLVOVolume::computeLODDetail(), LLManipScale::conditionalHighlight(), LLURLRequest::configure(), LLScriptByteCodeChunk::connectJumps(), LLSurface::connectNeighbor(), LLLandmark::constructFromString(), container_inventory_arrived(), LLObjectSelection::contains(), LLMimeIndex::contentLength(), LLImageRaw::contractToPowerOfTwo(), LLMediaEngine::convertImageAndLoadUrl(), LLImageDXT::convertToDXR(), LLStringBase< T >::convertToS16(), LLStringBase< T >::convertToS32(), LLStringBase< T >::convertToS8(), LLStringBase< T >::convertToU16(), LLStringBase< T >::convertToU8(), LLTextEditor::copy(), LLLineEditor::copy(), LLFolderView::copy(), copy_file(), LLWearable::copyDataFrom(), LLTemplateMessageBuilder::copyFromMessageData(), LLSDMessageBuilder::copyFromMessageData(), LLBufferArray::copyIntoBuffers(), LLImageRaw::copyLineScaled(), LLImageRaw::copyScaled(), LLImageRaw::copyUnscaled3onto4(), LLImageRaw::copyUnscaled4onto3(), LLBufferArray::countAfter(), LLViewerObject::countInventoryContents(), LLSkyTex::create(), LLSurface::create(), LLFloaterNotRunQueue::create(), LLFloaterRunQueue::create(), LLFloaterResetQueue::create(), LLFloaterCompileQueue::create(), create_random_inventory_item(), LLInvFVBridge::createBridge(), LLVolumeFace::createCap(), LLTexLayerSet::createComposite(), LLAlertDialog::createDialog(), LLVOVolume::createDrawable(), LLVOSurfacePatch::createDrawable(), LLVOSky::createDrawable(), LLImageRaw::createFromFile(), LLImageGL::createGLTexture(), LLMediaEngine::createImageRaw(), LLMenuGL::createJumpKeys(), LLViewerObject::createObject(), LLTaskInvFVBridge::createObjectBridge(), LLNetMap::createObjectImage(), LLSurface::createPatchData(), LLView::createRect(), LLTextureFetch::createRequest(), LLHeapBuffer::createSegment(), LLVolumeFace::createSide(), LLVOSky::createSkyTexture(), LLAgent::createStandardWearables(), LLSurface::createSTexture(), LLFloaterColorPicker::createUI(), LLVolumeFace::createUnCutCubeCap(), LLXMLNode::createUnitTest(), LLPanelInventory::createViewsForCategory(), LLVolume::createVolumeFaces(), LLSurface::createWaterTexture(), LLUICtrlFactory::createWidget(), LLVOAvatar::cullAvatarsByPixelArea(), curl_download_callback(), LLHTTPAssetStorage::curlDownCallback(), LLHTTPAssetStorage::curlUpCallback(), LLTextEditor::cut(), LLLineEditor::cut(), LLToolDragAndDrop::dad3dUpdateInventoryCategory(), LLTransferTargetFile::dataCallback(), LLTransferSourceFile::dataCallback(), LLImageGL::dataFormatBytes(), dct_column(), dct_column_large(), dct_line(), dct_line_large(), dct_patch(), declare_settings(), LLImageJPEG::decode(), LLImageDXT::decode(), decode_patch(), LLViewerImageList::decodeAllImages(), LLImageTGA::decodeAndProcess(), LLImageTGA::decodeColorMap(), LLImageTGA::decodeColorMapPixel15(), LLImageTGA::decodeColorMapPixel24(), LLImageTGA::decodeColorMapPixel32(), LLImageTGA::decodeColorMapPixel8(), LLImageBMP::decodeColorMask16(), LLImageBMP::decodeColorMask32(), LLImageBMP::decodeColorTable8(), LLTemplateMessageReader::decodeData(), LLTextureFetchWorker::decodeImage(), LLImageJ2COJ::decodeImpl(), LLTemplateMessageReader::decodeTemplate(), LLImageBMP::decodeTruecolor24(), LLImageTGA::decodeTruecolorNonRle(), LLWind::decompress(), decompress_patch(), decompress_patchv(), LLSurface::decompressDCTPatch(), LLInventoryType::defaultForAssetType(), LLGestureList::deleteAll(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::deleteAllData(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::deleteAllData(), LLScriptEdCore::deleteBridges(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::deleteData(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::deleteData(), LLUserOperationMgr::deleteExpiredOperations(), LLVOVolume::deleteFaces(), LLDir::deleteFilesInDir(), LLInventoryModel::deleteFromServer(), LLAssetStorage::deletePendingRequest(), LLTextEditor::deleteSelection(), LLLineEditor::deleteSelection(), LLScrollListCtrl::deleteSingleItem(), LLVolumeLODGroup::derefLOD(), derez_objects(), LLSelectMgr::deselectObjectAndFamily(), LLMultiGesture::deserialize(), LLKeyframeMotion::deserialize(), LLGestureList::deserialize(), deserialize_string_raw(), LLCloudLayer::destroy(), LLSpatialGroup::destroyGL(), LLImageGL::destroyGL(), LLCubeMap::destroyGL(), LLVOAvatar::detachObject(), dir_exists_or_crash(), LLViewerObjectList::dirtyAllObjectInventory(), LLSurface::dirtyAllPatches(), LLGLSLShader::disableTexture(), LLSurface::disconnectAllNeighbors(), LLCloudLayer::disconnectAllNeighbors(), LLSurface::disconnectNeighbor(), LLURLDispatcherImpl::dispatchRegion(), display(), display_startup(), LLTextEditor::doDelete(), LLVolumeImplFlexible::doFlexibleUpdate(), LLVolumeImplFlexible::doIdleUpdate(), LLPieMenuBranch::doIt(), LLViewerImage::doLoadedCallbacks(), LLFetchInWelcomeArea::done(), LLCategoryDropDescendentsObserver::done(), LLOutfitFetch::done(), LLRightClickInventoryFetchDescendentsObserver::done(), LLViewerImageList::doPrefetchImages(), LLTextureCacheWorker::doRead(), LLFloaterSellLandUI::doSellLand(), doToSelected(), LLViewerObject::doUpdateInventory(), LLTextureFetchWorker::doWork(), LLTextureCacheWorker::doWrite(), LLManipScale::drag(), LLFolderBridge::dragCategoryIntoFolder(), LLManipRotate::dragConstrained(), LLToolDragAndDrop::dragOrDrop(), LLWorldMapView::draw(), LLVoiceRemoteCtrl::draw(), LLViewerWindow::draw(), LLVelocityBar::draw(), LLTextureView::draw(), LLGLTexMemBar::draw(), LLTextureBar::draw(), LLTextBox::draw(), LLTabContainerVertical::draw(), LLTabContainer::draw(), LLStatGraph::draw(), LLStatBar::draw(), LLSlider::draw(), LLScrollableContainerView::draw(), LLScrollbar::draw(), LLRadioGroup::draw(), LLProgressView::draw(), LLPreviewTexture::draw(), LLScriptEdCore::draw(), LLPanelLogin::draw(), LLPanelInventory::draw(), LLPanel::draw(), LLOverlayBar::draw(), LLNotifyBox::draw(), LLNetMap::draw(), LLModalDialog::draw(), LLPieMenu::draw(), LLMenuItemBranchDownGL::draw(), LLMenuItemTearOffGL::draw(), LLMenuItemSeparatorGL::draw(), LLMenuItemGL::draw(), LLMemoryView::draw(), LLLineEditor::draw(), LLHoverView::draw(), LLGroupNotifyBox::draw(), LLHorizontalCompass::draw(), LLCompass::draw(), LLFrameStatView::draw(), LLFolderViewItem::draw(), LLPanelDeviceSettings::draw(), LLFloaterTrustNetRate::draw(), LLFloaterSnapshot::draw(), LLSnapshotLivePreview::draw(), LLFloaterPostcard::draw(), LLPanelEditWearable::draw(), LLMakeOutfitDialog::draw(), LLFloaterColorPicker::draw(), LLMultiFloater::draw(), LLFloater::draw(), LLFastTimerView::draw(), LLDebugVarMessageBox::draw(), LLConsole::draw(), LLComboBox::draw(), LLButton::draw(), LLAlertDialog::draw(), draw_shockwave(), LLWorldMapView::drawAgents(), LLTextEditor::drawBackground(), LLNotifyBox::drawBackground(), LLPieMenu::drawBackground(), drawBars(), LLButton::drawBorder(), LLVOTree::drawBranchPipeline(), LLTextEditor::drawClippedSegment(), LLTextEditor::drawCursor(), LLView::drawDebugRect(), LLFontGL::drawGlyph(), LLWorldMapView::drawIconName(), LLScrollListCtrl::drawItems(), LLFacePool::drawLoop(), LLFacePool::drawLoopSetTex(), LLTracker::drawMarker(), LLViewerWindow::drawMouselookInstructions(), LLViewBorder::drawOnePixelLines(), LLFloaterColorPicker::drawPalette(), LLJoystickCameraRotate::drawRotatedImage(), LLTextEditor::drawSelectionBackground(), LLTextEditor::drawText(), LLTextBox::drawText(), LLScrollListText::drawToWidth(), LLWorldMapView::drawTracking(), LLNetMap::drawTracking(), LLWorldMapView::drawTrackingArrow(), LLViewBorder::drawTwoPixelLines(), LLFloaterIMPanel::dropCategory(), LLToolDragAndDrop::dropInventory(), LLToolDragAndDrop::dropTextureAllFaces(), LLWorldMap::dump(), LLWearable::dump(), LLVolumeLODGroup::dump(), LLViewerThrottleGroup::dump(), LLViewerParcelMgr::dump(), LLViewerImage::dump(), LLSelectMgr::dump(), LLMultiGesture::dump(), LLImageGL::dump(), LLImageFormatted::dump(), LLFrameStats::dump(), LLFollowCamMgr::dump(), LLVOAvatar::dumpArchetypeXML(), LLVOAvatar::dumpAvatarTEs(), LLLocalIDHashMap< DATA_TYPE, SIZE >::dumpBin(), LLDataPackerBinaryBuffer::dumpBufferToLog(), LLViewerRegion::dumpCache(), LLTexLayerParamAlpha::dumpCacheByteCount(), LLMemoryView::dumpData(), LLPolyMesh::dumpDiagInfo(), LLKeyframeDataCache::dumpDiagInfo(), LLKeyframeMotion::JointMotionList::dumpDiagInfo(), LLVFS::dumpFiles(), LLLocalIDHashMap< DATA_TYPE, SIZE >::dumpIter(), LLVOAvatar::dumpLocalTextures(), LLVFS::dumpLockCounts(), LLMessageSystem::dumpPacketToLog(), LLMessageSystem::dumpReceiveCounts(), LLViewerWindow::dumpState(), LLGLState::dumpStates(), LLVFS::dumpStatistics(), LLHTTPAssetStorage::dumpTempAssetData(), LLVOAvatar::dumpTotalLocalTextureByteCount(), LLThrottleGroup::dynamicAdjust(), LLManipScale::edgeToUnitVector(), LLPanelAvatarAdvanced::enableControls(), LLPipeline::enableLights(), LLOverlayBar::enableMusicButtons(), LLTabContainerCommon::enableTabButton(), LLGLSLShader::enableTexture(), LLImageTGA::encode(), LLImageJPEG::encode(), LLImageDXT::encode(), LLImageBMP::encode(), encode_string(), encode_vorbis_file_at(), LLImageJPEG::encodeEmptyOutputBuffer(), LLImageJ2COJ::encodeImpl(), LLImageJPEG::encodeTermDestination(), LLFileEncoder::encodeURL(), LLSDXMLParser::Impl::endElementHandler(), LLTextEditor::endOfDoc(), LLTextEditor::endOfLine(), LLVFS::eraseBlockLength(), LLWeb::escapeURL(), LLTextEditor::execute(), LLImageRaw::expandToPowerOfTwo(), exported_j2c_complete(), LLNotecard::exportEmbeddedItemsStream(), LLWearable::exportFile(), LLCacheName::exportFile(), LLInventoryItem::exportFileXML(), LLPathParams::exportLegacyStream(), LLProfileParams::exportLegacyStream(), LLParcel::exportStream(), LLParcel::extendAABB(), LLFolderView::extendSelection(), LLFolderViewFolder::extendSelection(), face_index_from_id(), fast_setup(), LLScriptFilePosition::fdotabs(), LLFloaterCustomize::fetchInventory(), LLAgent::fidget(), LLImageRaw::fill(), LLFolderViewFolder::filter(), LLDynamicQueuePtr< Type >::find(), LLInventoryModel::findCatUUID(), LLCloudLayer::findCloudGroup(), LLVOAvatar::findCollisionVolume(), LLTextEditor::findEmbeddedItemSegments(), LLVFS::findFreeBlock(), LLTextEditor::findHTML(), LLTextEditor::findHTMLToken(), LLFloaterTexturePicker::findItemID(), LLFloaterLandmark::findItemID(), LLFloaterView::findNeighboringPosition(), LLViewerObjectList::findOrphans(), LLLineEditor::findPixelNearestPos(), LLPipeline::findReferences(), LLViewerObjectList::findReferences(), LLDrawable::findReferences(), LLKeywords::findSegments(), LLView::findSnapEdge(), LLColumnHeader::findSnapEdge(), LLCurrencyUIManager::Impl::finishCurrencyInfo(), LLVorbisDecodeState::finishDecode(), LLEmbeddedNotecardOpener::fire(), LLUUIDHashMapIter< DATA_TYPE, SIZE >::first(), LLLocalIDHashMapIter< DATA_TYPE, SIZE >::first(), LLFontGL::firstDrawableChar(), float2bytestream(), float_float_operation(), float_integer_operation(), float_list_operation(), LLMessageSystem::flush(), LLXfer_VFile::flush(), LLXfer_File::flush(), LLUndoBuffer::flushActions(), LLMessageSystem::flushReliable(), LLMessageSystem::flushSemiReliable(), LLVOAvatar::forceBakeAllTextures(), LLStringBase< T >::format(), LLSDXMLFormatter::format(), LLSDBinaryFormatter::format(), LLSDNotationFormatter::format(), LLSDXMLFormatter::format_impl(), LLImageDXT::formatBytes(), LLViewBorder::fromXML(), LLTabContainerCommon::fromXML(), LLSpinCtrl::fromXML(), LLSliderCtrl::fromXML(), LLScrollListCtrl::fromXML(), LLRadioGroup::fromXML(), LLLayoutStack::fromXML(), LLPanel::fromXML(), LLNameListCtrl::fromXML(), LLNameEditor::fromXML(), LLMenuGL::fromXML(), LLSearchEditor::fromXML(), LLLineEditor::fromXML(), LLComboBox::fromXML(), LLTexLayerSet::gatherAlphaMasks(), LLVOVolume::genBBoxes(), LLVolume::generate(), LLPath::generate(), LLProfile::generate(), LLVLComposition::generateComposition(), LLAssetType::generateDescriptionFor(), LLVolume::generateFaceMask(), LLVLComposition::generateHeights(), LLPolyVertexMask::generateMask(), LLHUDIcon::generatePickIDs(), LLPipeline::generateReflectionMap(), LLVolume::generateSilhouetteVertices(), LLVLComposition::generateTexture(), LLSurface::generateWaterTexture(), LLPolyMeshSharedData::genIndices(), LLPath::genNGon(), LLProfile::genNGon(), LLProfile::genNormals(), VertexBufferStrider< T, type >::get(), LLUUIDHashMap< DATA_TYPE, SIZE >::get(), LLLocalIDHashMap< DATA_TYPE, SIZE >::get(), get_event_handler_jump_position(), get_event_register(), get_event_stack_size(), get_family_count(), get_handled_events(), get_number_of_event_handlers(), get_rand_node(), get_register(), get_register_fp(), get_register_u64(), get_state_event_opcoode_start(), LLParcel::getActionString(), LLInventoryView::getActiveInventory(), LLAvatarInfo::getAge(), LLPacketRing::getAndResetActualInBits(), LLPacketRing::getAndResetActualOutBits(), LLVOAvatar::getAnimLabels(), LLVOAvatar::getAnimNames(), LLVOAvatar::getAttachmentCount(), LLXMLNode::getAttributeS16(), LLXMLNode::getAttributeS8(), LLFloaterAvatarList::getAvatarColor(), LLFloaterChat::getAvatarName(), LLWind::getAverage(), LLDriverParam::getAvgDistortion(), LLSDMessageReader::getBinaryData(), LLVOVolume::getBinRadius(), LLViewerJointMesh::getBoundJointsByIndex(), LLBumpImageList::getBrightnessDarknessImage(), LLToolView::getButtonRect(), LLImageGL::getBytes(), LLTexLayerParamAlpha::getCacheByteCount(), LLVOAvatar::getCharacterJoint(), LLXmlTreeNode::getChildCount(), LLView::getChildCount(), LLParcelSelection::getClaimableArea(), LLWind::getCloudVelocity(), LLVOAvatar::getCollisionVolumeID(), LLScrollListItem::getColumn(), LLScrollListCtrl::getColumn(), LLManipRotate::getConstraintAxis(), LLScrollListItem::getContentsCSV(), LLViewerPartGroup::getCount(), LLTextEditor::getCurrentLineAndColumn(), LLTabContainerCommon::getCurrentPanel(), LLDataPackerAsciiBuffer::getCurrentSize(), LLDataPackerBinaryBuffer::getCurrentSize(), LLFloaterChatterBox::getCurrentVoiceFloater(), LLTextEditor::getCursorPosFromLocalCoord(), LLVFS::getData(), LLTemplateMessageReader::getData(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::getData(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::getData(), LLCloudLayer::getDensityRegion(), LLAssetType::getDesc(), LLVolumeLODGroup::getDetailFromTan(), LLSkyTex::getDir(), LLViewerParcelMgr::getDisplayInfo(), getElementSize(), LLEmbeddedItems::getEmbeddedCharFromIndex(), LLViewerTextEditor::getEmbeddedText(), LLVolumeImplFlexible::getEndPosition(), LLTextureFetch::getFetchState(), LLInventoryFilter::getFilterText(), LLScrollListCtrl::getFirstSelectedIndex(), LLAudioEngine::getFreeBuffer(), LLAudioEngine::getFreeChannel(), LLHTTPAssetRequest::getFullDetails(), LLParticlePartition::getGeometry(), LLVOPartGroup::getGeometry(), LLVOGrass::getGeometry(), LLVOClouds::getGeometry(), LLFace::getGeometryColors(), LLFace::getGeometryVolume(), LLVOSurfacePatch::getGeomSizesEast(), LLVOSurfacePatch::getGeomSizesMain(), LLVOSurfacePatch::getGeomSizesNorth(), LLAgent::getGroupContribution(), LLAgent::getGroupData(), LLGroupNotifyBox::getGroupNotifyRect(), LLHandMotion::getHandPose(), LLHandMotion::getHandPoseName(), LLTextureCache::getHeaderCacheEntry(), LLImageGL::getHeight(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::getIfThere(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::getIfThere(), LLTexStaticImageList::getImageGL(), LLMakeOutfitDialog::getIncludedItems(), LLTabContainerCommon::getIndexForPanel(), LLEmbeddedItems::getIndexFromEmbeddedChar(), LLResMgr::getIntegerString(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::getInterval(), LLXMLNode::getIntValue(), LLMenuGL::getItem(), LLFolderViewItem::getItemHeight(), LLScrollListCtrl::getItemIndex(), LLFastTimerView::getLegendIndex(), LLUUIDHashMap< DATA_TYPE, SIZE >::getLength(), LLPriQueueMap< LLTransferSource * >::getLength(), LLLocalIDHashMap< DATA_TYPE, SIZE >::getLength(), LLTextEditor::getLineAndOffset(), LLTextEditor::getLineStart(), LLScriptLibData::getListLength(), LLVOAvatar::getLocalTextureByteCount(), LLOSInfo::getMaxOpenFiles(), LLGestureStepWait::getMaxSerialSize(), LLGestureStepChat::getMaxSerialSize(), LLGestureStepSound::getMaxSerialSize(), LLGestureStepAnimation::getMaxSerialSize(), LLMultiGesture::getMaxSerialSize(), LLVFS::getMaxSize(), LLVFile::getMaxSize(), LLViewerImageList::getMaxVideoRamSetting(), LLGroupRoleData::getMembersInRole(), LLImageJ2COJ::getMetadata(), LLFloaterView::getMinimizePosition(), LLImageGL::getMipBytes(), LLImageDXT::getMipData(), LLImageDXT::getMipOffset(), LLResMgr::getMonetaryString(), LLTexParamColor::getNetColor(), LLFloaterView::getNewFloaterPosition(), LLVolumeImplFlexible::getNodePosition(), LLNotifyBox::getNotifyRect(), LLNotifyBox::getNotifyTipRect(), LLScriptArgString::getNumber(), LLWorkerThread::getNumDeletes(), LLVolume::getNumFaces(), LLDrawable::getNumFaces(), LLViewerObject::getNumIndices(), LLHUDIcon::getNumInstances(), LLPose::getNumJointStates(), LLAssetStorage::getNumPending(), LLCloudGroup::getNumPuffs(), LLViewerObject::getNumVertices(), LLManipRotate::getObjectAxisClosestToMouse(), LLObjectSelection::getObjectCount(), LLViewerWindow::getObjectUnderCursor(), LLVOAvatar::getOffObject(), LLViewerParcelOverlay::getOwnedRatio(), LLObjectSelection::getOwnershipCost(), LLTabContainerCommon::getPanelByIndex(), LLTabContainerCommon::getPanelByName(), LLTabContainerCommon::getPanelIndexByTitle(), LLTabContainerCommon::getPanelTitle(), LLVOPartGroup::getPartSize(), LLPath::getPathLength(), LLQueuedThread::getPending(), LLSkyTex::getPixel(), LLTextEditor::getPos(), LLAgent::getPowerInGroup(), LLStat::getPrev(), LLStat::getPrevBeginTime(), LLTextEditor::getPreviousSegment(), LLStat::getPrevPerSec(), LLStat::getPrevTime(), LLRegionEconomy::getPriceParcelClaim(), LLOSInfo::getProcessResidentSizeKB(), LLOSInfo::getProcessVirtualSizeKB(), LLDir_Solaris::getRandomFileInDir(), LLDir_Linux::getRandomFileInDir(), LLScrollListCtrl::getRequiredRect(), LLResMgr::getRes(), LLObjectSelection::getRootObjectCount(), LLTemplateMessageReader::getS32(), LLScriptLibData::getSavedSize(), LLScriptEventData::getSavedSize(), LLScriptDataCollection::getSavedSize(), LLParticleEvent::getScore(), LLVOAvatar::getScratchTexName(), LLTextEditor::getSegmentAtLocalPos(), LLTextEditor::getSegmentAtOffset(), LLTextEditor::getSegmentIdxAtOffset(), LLViewerParcelMgr::getSelectedArea(), LLTextEditor::getSelectedSegments(), LLObjectSelection::getSelectedTEValue(), LLPanelLogin::getServer(), LLScriptGlobalVariable::getSize(), LLScriptConstantString::getSize(), LLVFS::getSize(), LLVFile::getSize(), LLPanelObject::getState(), LLPanelFace::getState(), LLSDMessageReader::getString(), LLFontGL::getStyleFromString(), LLCategory::getSubCategory(), LLCategory::getSubCategoryCount(), LLVOAvatar::getTargetAttachmentPoint(), LLObjectSelection::getTECount(), LLXmlTreeNode::getTextContents(), LLXMLNode::getTextContents(), LLTextBox::getTextPixelHeight(), LLTextBox::getTextPixelWidth(), LLViewerThrottle::getThrottleGroup(), LLFastTimerView::getTime(), LLParcel::getTotalRent(), LLVolume::getTriangleIndices(), LLScriptArgString::getType(), LLAssetType::getType(), LLVOAvatar::getUnbakedPixelAreaRank(), LLHTTPAssetStorage::getURLToFile(), LLVoiceClient::getUserVolume(), LLPolyMeshSharedData::getUVs(), LLViewerLayer::getValueScaled(), LLDataPackerAsciiFile::getValueStr(), LLDataPackerAsciiBuffer::getValueStr(), LLWind::getVelocity(), LLFolderView::getVisibleRect(), LLCharacter::getVisualParamCount(), LLCharacter::getVisualParamWeight(), LLPanelObject::getVolumeParams(), LLAgent::getWearableFromWearableItem(), LLImageGL::getWidth(), LLFontGL::getWidthF32(), LLView::getXML(), LLFloaterView::getZOrder(), LLFloaterPay::give(), LLToolDragAndDrop::giveInventoryCategory(), gl_corners_2d(), gl_deep_circle(), gl_draw_scaled_image_with_border(), gl_rect_2d_checkerboard(), gl_segmented_rect_2d_fragment_tex(), gl_segmented_rect_2d_tex(), gl_stippled_line_3d(), LLMultiFloater::growToFit(), gunzip_file(), gzip_file(), handle_button_click(), handle_buy_object(), handle_dump_attachments(), handle_grab_texture(), handle_selected_texture_info(), handle_toggle_pg(), LLScrollListItem::handleClick(), LLToolDragAndDrop::handleCopyProtectedCategory(), LLViewerWindow::handleDataCopy(), LLWorldMapView::handleDoubleClick(), LLViewerWindow::handleDoubleClick(), LLViewerTextEditor::handleDoubleClick(), LLTextEditor::handleDoubleClick(), LLLineEditor::handleDoubleClick(), LLViewerTextEditor::handleDragAndDrop(), LLTabContainer::handleDragAndDrop(), LLScrollableContainerView::handleDragAndDrop(), LLPanelInventory::handleDragAndDrop(), LLFileSetWindowSize::handleEvent(), LLFileTakeSnapshotToDisk::handleEvent(), LLFileUploadBulk::handleEvent(), LLToolsUseSelectionForGrid::handleEvent(), LLAttachmentEnableDrop::handleEvent(), LLObjectAttachToAvatar::handleEvent(), LLToolsLink::handleEvent(), LLToolsBuyOrTake::handleEvent(), LLBeginIMSession::handleEvent(), LLNewWindow::handleEvent(), LLCompositeLimitListener::handleEvent(), LLViewerTextEditor::handleHover(), LLToolGun::handleHover(), LLToolCamera::handleHover(), LLTabContainerVertical::handleHover(), LLTabContainer::handleHover(), LLSlider::handleHover(), LLScrollbar::handleHover(), LLResizeHandle::handleHover(), LLResizeBar::handleHover(), LLPreview::handleHover(), LLMenuBarGL::handleHover(), LLMenuGL::handleHover(), LLManipTranslate::handleHover(), LLLineEditor::handleHover(), LLFolderViewItem::handleHover(), LLFloaterColorPicker::handleHover(), LLFastTimerView::handleHover(), LLDragHandle::handleHover(), LLToolGrab::handleHoverActive(), LLToolGrab::handleHoverFailed(), LLScrollableContainerView::handleKey(), LLFloaterEditUI::handleKey(), LLPanelGroupMembersSubTab::handleMemberSelect(), LLViewerWindow::handleMouseDown(), LLViewerTextEditor::handleMouseDown(), LLTracker::handleMouseDown(), LLToolBrushLand::handleMouseDown(), LLTextEditor::handleMouseDown(), LLTabContainerVertical::handleMouseDown(), LLTabContainer::handleMouseDown(), LLPreview::handleMouseDown(), LLLineEditor::handleMouseDown(), LLJoystickCameraRotate::handleMouseDown(), LLFolderViewItem::handleMouseDown(), LLFloaterColorPicker::handleMouseDown(), LLFloater::handleMouseDown(), LLFastTimerView::handleMouseDown(), LLManipTranslate::handleMouseDownOnPart(), LLManipScale::handleMouseDownOnPart(), LLManipRotate::handleMouseDownOnPart(), LLViewerWindow::handleMouseMove(), LLWorldMapView::handleMouseUp(), LLViewerWindow::handleMouseUp(), LLViewerTextEditor::handleMouseUp(), LLTabContainerVertical::handleMouseUp(), LLTabContainer::handleMouseUp(), LLManipScale::handleMouseUp(), LLFloaterColorPicker::handleMouseUp(), LLToolSelect::handleObjectSelection(), LLViewerWindow::handlePaint(), LLViewerWindow::handlePerFrameHover(), LLToolSelectRect::handleRectangleSelection(), LLFloaterTopObjects::handleReply(), LLViewerWindow::handleRightMouseDown(), LLPieMenu::handleRightMouseDown(), LLFolderView::handleRightMouseDown(), LLFastTimerView::handleRightMouseDown(), LLViewerWindow::handleRightMouseUp(), LLPieMenu::handleRightMouseUp(), LLViewerWindow::handleScrollWheel(), LLScrollableContainerView::handleScrollWheel(), LLFastTimerView::handleScrollWheel(), LLLineEditor::handleSelectionKey(), LLTextEditor::handleSpecialKey(), LLLineEditor::handleSpecialKey(), LLWorldMapView::handleToolTip(), LLViewerTextEditor::handleToolTip(), LLView::handleToolTip(), LLTextEditor::handleToolTip(), LLTabContainer::handleToolTip(), LLScrollableContainerView::handleToolTip(), LLNetMap::handleToolTip(), LLScrollListCtrl::handleUnicodeCharHere(), LLAgent::hasPowerInGroup(), LLManipTranslate::highlightManipulators(), LLManipScale::highlightManipulators(), LLScrollListCtrl::hitItem(), LLViewerWindow::hitObjectOrLandGlobalAsync(), htonmemcpy(), idct_column(), idct_column_large(), idct_column_large_slow(), idct_line(), idct_line_large(), idct_line_large_slow(), idct_patch(), LLAudioEngine::idle(), idle_network(), idle_shutdown(), idle_startup(), LLVOTextBubble::idleUpdate(), LLVOAvatar::idleUpdate(), im_info_to_llsd(), LLParcel::importAccessEntry(), LLTextEditor::importBuffer(), LLNotecard::importEmbeddedItemsStream(), LLWearable::importFile(), LLVolumeParams::importFile(), LLPathParams::importFile(), LLProfileParams::importFile(), LLRegionNameCache::importFile(), LLPermissions::importFile(), LLCacheName::importFile(), LLVolumeParams::importLegacyStream(), LLPathParams::importLegacyStream(), LLProfileParams::importLegacyStream(), LLPermissions::importLegacyStream(), LLParcel::importStream(), LLNotecard::importStream(), LLInventoryItem::importXML(), LLViewerParcelMgr::inAgentParcel(), LLInventoryView::incrementalFind(), LLTextEditor::indentLine(), LLTextEditor::indentSelectedLines(), LLScriptExecute::init(), LLXMLRPCTransaction::Impl::init(), LLWind::init(), LLVOSky::init(), LLSkyTex::init(), LLTranspMapSet::init(), LLTranspMap::init(), LLVFSFileBlock::init(), LLURL::init(), LLSkipList< DATA_TYPE, BINARY_DEPTH >::init(), LLParcel::init(), LLNameValue::init(), LLFloaterScriptDebugOutput::init(), LLFloater::init(), LLCategory::init(), LLAudioEngine::init(), init_cache(), init_group_list(), init_landmark_menu(), init_menus(), init_start_screen(), init_supported_expressions(), LLViewerWindow::initBase(), LLTabContainerVertical::initButtons(), LLTabContainer::initButtons(), LLTextureCache::initCache(), LLVOTree::initClass(), LLVOGrass::initClass(), LLVOAvatar::initClass(), LLViewerImage::initClass(), LLVOSky::initCubeMap(), LLSkyTex::initEmpty(), LLFloater::initFloaterXML(), LLKeyframeMotion::initializeConstraint(), LLXfer_VFile::initializeRequest(), LLXfer_Mem::initializeRequest(), LLXfer_File::initializeRequest(), LLScriptLSOParse::initOpCodePrinting(), LLGradientPaletteList::initPalette(), LLPanel::initPanelXML(), LLCubeMap::initRawData(), LLVOSky::initSkyTextureDirs(), LLViewerWindow::initWorldUI(), LLTextureFetchWorker::insertPacket(), LLKeywords::insertSegment(), LLTextEditor::insertStringNoUndo(), integer_float_operation(), integer_integer_operation(), integer_list_operation(), integer_operation(), integer_vector_operation(), inventory_and_asset_types_match(), LLPanelInventory::inventoryChanged(), LLFloaterBuyContents::inventoryChanged(), LLFloaterIMPanel::inviteToSession(), is_approx_equal(), is_approx_equal_fraction(), LLParcel::isAgentBlockedFromParcel(), LLVOAvatar::isAnyAnimationSignaled(), LLInventoryModel::isCategoryComplete(), LLViewerObject::isChild(), LLInventoryFetchDescendentsObserver::isComplete(), LLWearable::isDirty(), LLFloaterCustomize::isDirty(), LLAggregatePermissions::isEmpty(), LLIOPipe::isError(), LLVolume::isFaceMaskValid(), LLKeywordToken::isHead(), LLVOVolume::isHUDAttachment(), LLAgent::isInGroup(), LLFolderBridge::isItemRemovable(), LLMessageSystem::isMatchingDigestForWindow(), LLMessageSystem::isMatchingDigestForWindowAndUUIDs(), LLTemplateMessageBuilder::isMessageFull(), LLPartSysData::isNullPS(), LLWearable::isOldVersion(), LLToolDragAndDrop::isOverThreshold(), LLViewerParcelOverlay::isOwned(), LLViewerParcelOverlay::isOwnedGroup(), LLViewerParcelOverlay::isOwnedOther(), LLViewerParcelOverlay::isOwnedSelf(), LLViewerObject::isSeat(), LLRadioGroup::isSelected(), LLViewerParcelOverlay::isSoundLocal(), LLIOPipe::isSuccess(), join_group_callback(), key_key_operation(), key_list_operation(), key_string_operation(), LLViewerObjectList::killAllObjects(), LLViewerObjectList::killObjects(), LLTimer::knownBadTimer(), LLChatBar::layout(), LLToolBar::layoutButtons(), LLOverlayBar::layoutButtons(), LLDoubleLinkedList< DATA_TYPE >::lazyBubbleSort(), LLPanelGroups::leave(), LLAssetStorage::legacyGetDataCallback(), LLTranspMapSet::lerp(), LLVolume::lineSegmentIntersect(), list_float_operation(), list_integer_operation(), list_key_operation(), list_list_operation(), list_quaternion_operation(), list_string_operation(), list_vector_operation(), LLVFS::listFiles(), ll_apr_file_open(), ll_apr_file_read(), ll_apr_file_read_ex(), ll_apr_file_seek(), ll_apr_file_size(), ll_apr_file_write(), ll_apr_file_write_ex(), ll_create_sd_from_inventory_item(), ll_create_sd_from_permissions(), ll_rand(), ll_sale_info_from_sd(), llabs(), LLAgent::LLAgent(), LLAggregatePermissions::LLAggregatePermissions(), LLBakedUploadData::LLBakedUploadData(), LLBVHLoader::LLBVHLoader(), llceil(), LLCloudLayer::LLCloudLayer(), LLColumnHeader::LLColumnHeader(), LLComboBox::LLComboBox(), LLCPUInfo::LLCPUInfo(), LLDebugVarMessageBox::LLDebugVarMessageBox(), LLDebugView::LLDebugView(), LLLayoutStack::LLEmbeddedPanel::LLEmbeddedPanel(), LLEventInfo::LLEventInfo(), LLFastLn::LLFastLn(), LLFastTimerView::LLFastTimerView(), LLFileEncoder::LLFileEncoder(), LLFloater::LLFloater(), LLFloaterAudioVolume::LLFloaterAudioVolume(), LLFloaterCamera::LLFloaterCamera(), LLFloaterEditUI::LLFloaterEditUI(), LLFloaterMap::LLFloaterMap(), LLFloaterPay::LLFloaterPay(), LLFloaterPermissionsMgr::LLFloaterPermissionsMgr(), LLFloaterScriptDebugOutput::LLFloaterScriptDebugOutput(), LLFloaterTestImpl::LLFloaterTestImpl(), llfloor(), LLGLSSpecular::LLGLSSpecular(), LLGLTexMemBar::LLGLTexMemBar(), LLGroupNotifyBox::LLGroupNotifyBox(), LLHeapBuffer::LLHeapBuffer(), LLHUDEffectBeam::LLHUDEffectBeam(), LLImageRaw::LLImageRaw(), LLJointStateBlender::LLJointStateBlender(), LLKeyboard::LLKeyboard(), LLLocalIDHashMap< DATA_TYPE, SIZE >::LLLocalIDHashMap(), LLLogTextMessage::LLLogTextMessageData::LLLogTextMessageData(), LLMakeOutfitDialog::LLMakeOutfitDialog(), LLManipScale::LLManipScale(), LLMessageSystem::LLMessageSystem(), LLNameValue::LLNameValue(), LLNetMap::LLNetMap(), LLNotifyBox::LLNotifyBox(), LLPanelDebug::LLPanelDebug(), LLPanelEditWearable::LLPanelEditWearable(), LLPanelLogin::LLPanelLogin(), LLProgressView::LLProgressView(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::LLPtrSkipList(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::LLPtrSkipMap(), LLPtrSkipMapNode< float, LLKeyframeMotion::ScaleKey *, 8 >::LLPtrSkipMapNode(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::LLPtrSkipNode::LLPtrSkipNode(), LLScriptDataCollection::LLScriptDataCollection(), LLScriptEventData::LLScriptEventData(), LLScriptExecute::LLScriptExecute(), LLScriptLSOParse::LLScriptLSOParse(), LLScrollingPanelParam::LLScrollingPanelParam(), LLScrollListColumn::LLScrollListColumn(), LLSearchEditor::LLSearchEditor(), LLSelectMgr::LLSelectMgr(), LLSelectNode::LLSelectNode(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::LLSkipMap(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::LLSkipMapNode::LLSkipMapNode(), LLSkipList< DATA_TYPE, BINARY_DEPTH >::LLSkipNode::LLSkipNode(), LLSliderCtrl::LLSliderCtrl(), LLSphereAABB(), LLSpinCtrl::LLSpinCtrl(), LLStdStringTable::LLStdStringTable(), LLStringTable::LLStringTable(), LLSurface::LLSurface(), LLSurfacePatch::LLSurfacePatch(), LLTextEditor::LLTextEditor(), LLTextureCtrl::LLTextureCtrl(), LLThrottleGroup::LLThrottleGroup(), LLTransferManager::LLTransferManager(), lltrunc(), LLUndoBuffer::LLUndoBuffer(), LLVertexBuffer::LLVertexBuffer(), LLVFS::LLVFS(), LLViewerCamera::LLViewerCamera(), LLViewerKeyboard::LLViewerKeyboard(), LLViewerLayer::LLViewerLayer(), LLViewerParcelMgr::LLViewerParcelMgr(), LLViewerParcelOverlay::LLViewerParcelOverlay(), LLViewerStats::LLViewerStats(), LLViewerThrottleGroup::LLViewerThrottleGroup(), LLViewerWindow::LLViewerWindow(), LLVLComposition::LLVLComposition(), LLVOAvatar::LLVOAvatar(), LLVOCacheEntry::LLVOCacheEntry(), LLVolumeLODGroup::LLVolumeLODGroup(), LLVOSky::LLVOSky(), LLVOTextBubble::LLVOTextBubble(), LLWorld::LLWorld(), LLWorldMap::LLWorldMap(), LLWorldMapView::LLWorldMapView(), LLFastLn::ln(), LLVertexProgramGL::load(), LLImageFormatted::load(), LLEventNotification::load(), LLAgentPilot::load(), load_crash_behavior_setting(), load_password_from_disk(), LLImageJ2C::loadAndValidate(), LLPolyMorphData::loadBinary(), LLViewerKeyboard::loadBindings(), LLBVHLoader::loadBVHFile(), LLViewerRegion::loadCache(), LLEventInfo::loadCategories(), LLClassifiedInfo::loadCategories(), LLFont::loadFace(), LLFeatureManager::loadFeatureTables(), LLImageTGA::loadFile(), LLMuteList::loadFromFile(), LLKeywords::loadFromFile(), LLControlGroup::loadFromFile(), LLControlGroup::loadFromFileLegacy(), LLFeatureManager::loadGPUClass(), LLLogChat::loadHistory(), LLTextEditor::loadKeywords(), LLPolyMeshSharedData::loadMesh(), LLVOAvatar::loadMeshNodes(), LLKeyframeMotionParam::loadMotions(), LLGenePool::loadNodeArchetype(), LLLiveLSLEditor::loadScriptText(), LLShaderMgr::loadShader(), LLShaderMgr::loadShadersAvatar(), LLShaderMgr::loadShadersEnvironment(), LLShaderMgr::loadShadersObject(), LLInventoryModel::loadSkeleton(), LLVOAvatar::loadSkeletonNode(), LLBVHLoader::loadTranslationTable(), LLPreviewGesture::loadUIFromGesture(), LLAudioBufferFMOD::loadWAV(), LLLogTextMessage::log(), log2(), login_callback(), LLSaleInfo::lookup(), LLInventoryType::lookup(), LLAssetType::lookup(), LLInventoryType::lookupHumanReadable(), LLAssetType::lookupHumanReadable(), LLCategory::lookupName(), LLIOPipe::lookupStatusString(), lsa_bubble_sort(), lsa_cat_strings(), lsa_cmp_lists(), lsa_cmp_strings(), lsa_create_data_block(), lsa_create_heap(), lsa_decrease_ref_count(), lsa_fprint_heap(), lsa_get_data(), lsa_get_list_ptr(), lsa_heap_add_data(), lsa_heap_top(), lsa_increase_ref_count(), lsa_insert_data(), lsa_print_heap(), lsa_randomize(), lsa_split_block(), lscript_check_global(), lscript_check_local(), lscript_pop_char(), lscript_pop_float(), lscript_pop_int(), lscript_pop_quaternion(), lscript_pop_variable(), lscript_pop_vector(), lscript_poparg(), lscript_push(), lscript_push_return_variable(), lscript_push_variable(), lscript_pusharg(), lscript_pusharge(), lscript_stacktol_pop_variable(), lso_print_tabs(), main(), main_loop(), LLStdStringTable::makehash(), LLAgent::makeNewOutfit(), LLDrawable::makeStatic(), LLGLSLShader::mapAttributes(), LLGLSLShader::mapUniform(), LLGLSLShader::mapUniforms(), LLViewerGestureList::matchPrefix(), LLGestureManager::matchPrefix(), LLFontGL::maxDrawableChars(), mbcsstring_makeASCII(), menu_check_build_tool(), LLInventoryModel::messageUpdateCore(), LLToolBrushLand::modifyLandAtPointGlobal(), LLToolBrushLand::modifyLandInSelectionGlobal(), LLViewerWindow::mouseDirectionCamera(), LLViewerWindow::mouseDirectionGlobal(), LLViewerWindow::mousePointOnLandGlobal(), LLViewerWindow::moveCursorToCenter(), LLFloater::moveResizeHandlesToFront(), LLDrawable::moveUpdatePipeline(), LLViewerWindow::movieSize(), LLManipScale::nearestAxis(), LLScrollableContainerView::needsToScroll(), LLUUIDHashMapIter< DATA_TYPE, SIZE >::next(), LLLocalIDHashMapIter< DATA_TYPE, SIZE >::next(), LLTemplateMessageBuilder::nextBlock(), LLFloaterScriptQueue::nextObject(), noise2(), LLPerlinNoise::noise2(), noise3(), LLPerlinNoise::noise3(), LLIMMgr::noteOfflineUsers(), notify_cautioned_script_question(), LLViewerParcelMgr::notifyObservers(), LLStateDiagram::numDeadendStates(), LLHandMotion::onActivate(), LLFloaterCustomize::onBtnMakeOutfit(), LLFloaterNameDesc::onBtnOK(), LLFloaterAnimPreview::onBtnOK(), LLRadioGroup::onClickButton(), LLNotifyBox::onClickButton(), LLPanelLandGeneral::onClickBuyPass(), LLPanelLogin::onClickConnect(), LLPanelAvatar::onClickCSR(), LLPreviewGesture::onClickDelete(), LLPanelDirClassified::onClickDelete(), LLPreviewGesture::onClickDown(), LLFloaterAvatarTextures::onClickDump(), LLPanelGroupGeneral::onClickJoin(), LLPanelAvatar::onClickKick(), LLPanelGridTools::onClickKickAll(), LLPanelContents::onClickNewScript(), LLFloaterTrustNetRate::onClickOK(), LLFloaterEventLog::onClickQuickButton(), LLFloaterMute::onClickRemove(), LLFloaterTelehub::onClickRemoveSpawnPoint(), LLPanelLandObjects::onClickReturnGroupObjects(), LLPanelLandObjects::onClickReturnOtherObjects(), LLPanelLandObjects::onClickReturnOwnerList(), LLPanelLandObjects::onClickReturnOwnerObjects(), LLPanelDirFindAllOld::onClickSearch(), LLPanelPick::onClickSet(), LLPanelClassified::onClickSet(), LLFloaterLagMeter::onClickShrink(), LLPreviewGesture::onClickUp(), LLInventoryView::onClose(), LLPanelLandAccess::onCommitAny(), LLPanelLandOptions::onCommitAny(), LLPanelDisplay::onCommitAutoDetectAspect(), LLFloaterWorldMap::onCommitBackground(), LLPanelPermissions::onCommitClickAction(), LLFloaterSnapshot::Impl::onCommitCustomResolution(), LLChatBar::onCommitGesture(), LLFloaterEditUI::onCommitHeight(), LLPanelDirBrowser::onCommitList(), LLPanelObject::onCommitParametric(), LLFloaterSnapshot::Impl::onCommitQuality(), LLFloaterSnapshot::Impl::onCommitResolution(), LLFloaterEditUI::onCommitWidth(), LLFloaterSellLandUI::onConfirmSale(), onCovenantLoadComplete(), LLCurrencyUIManager::Impl::onCurrencyKey(), LLVOAvatar::onCustomizeEnd(), LLVOAvatar::onCustomizeStart(), LLScriptEdCore::onErrorList(), LLJoystickCameraZoom::onHeldDown(), LLJoystickCameraTrack::onHeldDown(), LLJoystickCameraRotate::onHeldDown(), LLJoystickAgentSlide::onHeldDown(), LLJoystickAgentTurn::onHeldDown(), LLKeyframeMotion::onInitialize(), LLAgent::onInitialWearableAssetArrived(), LLChatBar::onInputEditorKeystroke(), LLComboBox::onItemSelected(), LLPanelDirBrowser::onKeystrokeName(), LLPanelDirClassified::onKeystrokeNameClassified(), LLPreviewLSL::onLoadComplete(), LLPreviewNotecard::onLoadComplete(), LLPreviewGesture::onLoadComplete(), LLKeyframeMotion::onLoadComplete(), LLGestureManager::onLoadComplete(), LLPanelEstateCovenant::onLoadComplete(), LLToolGrab::onMouseCaptureLost(), LLFloaterWorldMap::onPanBtn(), LLFloaterImagePreview::onPreviewTypeCommit(), LLBumpImageList::onSourceLoaded(), open_landmark(), open_notecard(), open_texture(), LLViewerTextEditor::openEmbeddedTexture(), LLTaskAnimationBridge::openItem(), LLTaskNotecardBridge::openItem(), LLTaskLSLBridge::openItem(), LLTaskTextureBridge::openItem(), LLLSLTextBridge::openItem(), LLAnimationBridge::openItem(), LLMenuItemBranchDownGL::openMenu(), LLMenuItemBranchGL::openMenu(), LLFolderView::openSelectedItems(), LLTaskSoundBridge::openSoundPreview(), LLSoundBridge::openSoundPreview(), LLViewerThrottleGroup::operator *(), operator *(), operator!=(), operator%(), LLPipeline::compare_pools::operator()(), LLCompareByTabOrder::operator()(), SortScrollListItem::operator()(), ll_delete_apr_pollset_fd_client_data::operator()(), LLDispatchClassifiedClickThrough::operator()(), LLCanCache::operator()(), LLDispatchSetEstateAccess::operator()(), LLViewerThrottleGroup::operator+(), operator+(), LLViewerThrottleGroup::operator-(), operator-(), operator/(), operator<(), operator<<(), operator<=(), operator==(), operator>(), operator>=(), LLUUID::operator^=(), LLBVHLoader::optimize(), OSMessageBox(), output_statistics(), outside_slop(), LLToolSelectRect::outsideSlop(), LLToolSelectLand::outsideSlop(), LLToolPie::outsideSlop(), LLTextEditor::overwriteChar(), LLTextEditor::overwriteCharNoUndo(), LLViewerParcelOverlay::ownership(), ownership_string_to_status(), pack_instant_message_block(), LLInventoryItem::packBinaryBucket(), LLDataPackerAsciiFile::packBinaryData(), LLDataPackerAsciiBuffer::packBinaryData(), LLDataPackerAsciiFile::packBinaryDataFixed(), LLDataPackerAsciiBuffer::packBinaryDataFixed(), LLDataPackerAsciiFile::packColor4U(), LLDataPacker::packFixed(), LLSelectMgr::packMultipleUpdate(), LLDataPackerBinaryBuffer::packS32(), LLDataPackerAsciiBuffer::packString(), LLDataPackerBinaryBuffer::packString(), LLPrimitive::packTEField(), LLPrimitive::packTEMessage(), LLThrottleGroup::packThrottle(), LLDataPackerAsciiFile::packU8(), LLViewerCommunication::parse(), LLSDBinaryParser::parse(), LLSDNotationParser::parse(), parse_gl_version(), LLAlertDialog::parseAlerts(), LLSDBinaryParser::parseArray(), LLSDNotationParser::parseArray(), LLSDNotationParser::parseBinary(), LLMenuGL::parseChildXML(), LLColor4::parseColor4(), LLColor4U::parseColor4U(), LLXmlTree::parseFile(), LLXmlParser::parseFile(), LLURLSimString::parseGridIdx(), LLMimeParser::Impl::parseHeaders(), LLSDBinaryParser::parseMap(), LLSDNotationParser::parseMap(), LLNotifyBox::parseNotify(), LLQuaternion::parseQuat(), LLGroupMgr::parseRoleActions(), LLSDBinaryParser::parseString(), LLVector3::parseVector3(), LLVector3d::parseVector3d(), LLViewerVisualParamInfo::parseXml(), LLDriverParamInfo::parseXml(), LLTextEditor::paste(), LLLineEditor::paste(), LLFolderBridge::pasteFromClipboard(), LLFloaterPay::payDirectly(), LLPrimitive::pCodeToLegacy(), LLTaskInvFVBridge::performAction(), LLAnimationBridge::performAction(), LLViewerWindow::performPick(), LLPanelDirPlaces::performQuery(), LLPanelDirEvents::performQueryOrDelete(), LLXMLNode::performUnitTest(), LLToolFace::pickCallback(), LLToolDragAndDrop::pickCallback(), LLPieMenu::pieItemFromXY(), LLPieMenu::pieItemIndexFromXY(), LLCircuitData::pingTimerStop(), LLResizeHandle::pointInHandle(), LLMessageSystem::poll(), LLFloaterScriptQueue::popNext(), CoarseLocationUpdate::post(), LLAgentGroupDataUpdateViewerNode::post(), LLPanelGroupRoles::postBuild(), LLPanelGroupLandMoney::postBuild(), LLPanelGroup::postBuild(), LLPanelDisplay::postBuild(), LLPanelAvatarAdvanced::postBuild(), LLPanelRegionTextureInfo::postBuild(), LLFloaterNameDesc::postBuild(), LLFloaterLandHoldings::postBuild(), LLPanelLandObjects::postBuild(), LLFloaterImport::postBuild(), LLFloaterAnimPreview::postBuild(), LLPipeline::postSort(), LLLineEditor::postvalidateFloat(), prescan_patch(), LLVFS::presizeDataFile(), LLLineEditor::prevalidateAlphaNum(), LLLineEditor::prevalidateAlphaNumSpace(), LLLineEditor::prevalidateASCII(), LLLineEditor::prevalidateFloat(), LLLineEditor::prevalidateInt(), LLLineEditor::prevalidateNonNegativeS32(), LLLineEditor::prevalidatePositiveS32(), LLLineEditor::prevalidatePrintableNoSpace(), LLLineEditor::prevalidatePrintableNotPipe(), print_call(), print_exit_pops(), print_jump(), print_jumpif(), print_jumpnif(), print_loadglp(), print_loadgp(), print_loadgqp(), print_loadgsp(), print_loadgvp(), print_loadlp(), print_loadp(), print_loadqp(), print_loadsp(), print_loadvp(), print_poparg(), print_push(), print_pusharge(), print_pushargi(), print_pushg(), print_pushgl(), print_pushgq(), print_pushgs(), print_pushgv(), print_pushl(), print_pushq(), print_pushs(), print_pushv(), print_stacktol(), print_stacktos(), print_state(), print_store(), print_storeg(), print_storegl(), print_storegq(), print_storegs(), print_storegv(), print_storel(), print_storeq(), print_stores(), print_storev(), LLFace::printDebugInfo(), LLScriptLSOParse::printGlobalFunctions(), LLScriptLSOParse::printGlobals(), LLScriptLSOParse::printHeap(), LLMemType::printMem(), LLScriptLSOParse::printRegisters(), LLScriptLSOParse::printStates(), process_alert_core(), process_avatar_animation(), process_create_trusted_circuit(), process_economy_data(), process_health_message(), LLURLRequest::process_impl(), LLIOSocketWriter::process_impl(), LLHTTPResponder::process_impl(), LLHTTPResponseHeader::process_impl(), LLFilterXMLRPCRequest2LLSD::process_impl(), LLFilterXMLRPCResponse2LLSD::process_impl(), process_improved_im(), process_kill_object(), process_layer_data(), process_logout_reply(), process_mean_collision_alert_message(), process_money_balance_reply(), process_name_value(), process_packet_ack(), process_remove_name_value(), process_script_dialog(), process_script_question(), process_set_follow_cam_properties(), process_sim_stats(), LLXferManager::processAbort(), LLAgent::processAgentCachedTextureResponse(), LLAgent::processAgentDropGroup(), LLAgent::processAgentGroupDataUpdate(), LLAgent::processAgentInitialWearablesUpdate(), LLVOAvatar::processAvatarAppearance(), LLPanelAvatarClassified::processAvatarClassifiedReply(), LLPanelAvatar::processAvatarGroupsReply(), LLFloaterAvatarPicker::processAvatarPickerReply(), LLPanelAvatarPicks::processAvatarPicksReply(), LLPanelAvatar::processAvatarPropertiesReply(), LLFloaterAvatarList::processAvatarPropertiesReply(), LLInventoryModel::processBulkUpdateInventory(), LLPumpIO::processChain(), LLAvatarTracker::processChange(), LLPanelClassified::processClassifiedInfoReply(), LLXferManager::processConfirmation(), LLPanelDirBrowser::processDirClassifiedReply(), LLPanelDirBrowser::processDirEventsReply(), LLPanelDirBrowser::processDirGroupsReply(), LLPanelDirBrowser::processDirLandReply(), LLPanelDirBrowser::processDirPeopleReply(), LLPanelDirBrowser::processDirPlacesReply(), LLPanelDirBrowser::processDirPopularReply(), LLRegionEconomy::processEconomyData(), LLGlobalEconomy::processEconomyData(), LLXfer_VFile::processEOF(), LLXfer_Mem::processEOF(), LLXfer_File::processEOF(), LLXfer::processEOF(), LLMessageSystem::processError(), LLPanelEvent::processEventInfoReply(), LLXferManager::processFileRequest(), LLSelectMgr::processForceObjectSelect(), LLLandmarkList::processGetAssetReply(), LLPanelGroupVoting::impl::processGroupActiveProposalItemReply(), LLPanelGroupLandMoney::impl::processGroupLand(), LLGroupMgr::processGroupMembersReply(), LLGroupMgr::processGroupPropertiesReply(), LLGroupMgr::processGroupTitlesReply(), LLPanelGroupVoting::impl::processGroupVoteHistoryItemReply(), LLSpatialPartition::processImagery(), LLInventoryModel::processInventoryDescendents(), LLWorldMap::processMapBlockReply(), LLWorldMap::processMapItemReply(), LLWorldMap::processMapLayerReply(), LLInventoryModel::processMoveInventoryItem(), LLQueuedThread::processNextRequest(), LLPanelGroupNotices::processNotices(), LLAvatarTracker::processNotify(), LLSelectMgr::processObjectProperties(), LLFloaterEventLog::processObjectProperties(), LLViewerObjectList::processObjectUpdate(), LLViewerParcelMgr::processParcelAccessListReply(), LLViewerParcelMgr::processParcelDwellReply(), LLPanelPlace::processParcelInfoReply(), LLPanelLandObjects::processParcelObjectOwnersReply(), LLViewerParcelMgr::processParcelOverlay(), LLViewerParcelMgr::processParcelProperties(), LLFloaterPay::processPayPriceReply(), LLPanelPick::processPickInfoReply(), LLFloaterLandHoldings::processPlacesReply(), LLVOAvatar::processRebakeAvatarTextures(), LLXferManager::processReceiveData(), LLFloaterGodTools::processRegionInfo(), LLInventoryModel::processRemoveInventoryFolder(), LLInventoryModel::processRemoveInventoryItem(), LLGroupMoneyPlanningTabEventHandler::processReply(), LLGroupMoneySalesTabEventHandler::processReply(), LLGroupMoneyDetailsTabEventHandler::processReply(), LLLFSThread::Request::processRequest(), LLAgent::processScriptControlChange(), LLTextureFetchWorker::processSimulatorPackets(), LLViewerImage::processTextureStats(), LLTransferManager::processTransferAbort(), LLTransferManager::processTransferInfo(), LLTransferManager::processTransferPacket(), LLTransferManager::processTransferRequest(), LLInventoryModel::processUpdateInventoryFolder(), LLVOVolume::processUpdateMessage(), LLViewerObject::processUpdateMessage(), LLCacheName::Impl::processUUIDReply(), LLCacheName::Impl::processUUIDRequest(), LLHUDManager::processViewerEffect(), LLViewerCamera::projectPosAgentToScreen(), LLViewerCamera::projectPosAgentToScreenEdge(), LLFolderView::propertiesSelectedItems(), LLMessageThrottle::pruneEntries(), LLTextEditor::pruneSegments(), LLPumpIO::pump(), LLTextureCache::purgeAllTextures(), LLInventoryModel::purgeDescendentsOf(), LLTextureCache::purgeTextures(), LLViewerPartSim::put(), quaternion2bytestream(), quaternion_list_operation(), quaternion_quaternion_operation(), LLAgent::queryWearableCache(), randGauss(), LLViewerWindow::rawSnapshot(), LLBufferArray::readAfter(), LLTexLayerSetBuffer::readBackAndUpload(), LLImageGL::readBackRaw(), LLKeywords::readColor(), LLHTTPAssetRequest::readCompressedData(), LLVFile::readFile(), LLWearable::readFromAvatar(), LLTextureCache::readHeaderCache(), LLVFSThread::readImmediate(), LLHTTPResponder::readLine(), LLDynamicQueuePtr< Type >::realloc(), LLImageBase::reallocateData(), LLVolumeGeometryManager::rebuildGeom(), LLPumpIO::rebuildPollset(), LLPipeline::rebuildPools(), LLXfer::receiveData(), LLPacketRing::receiveFromRing(), LLViewerImageList::receiveImageHeader(), LLTextureFetch::receiveImageHeader(), LLViewerImageList::receiveImagePacket(), LLPacketRing::receivePacket(), LLAgent::recoverMissingWearable(), LLAgent::recoverMissingWearableDone(), LLScriptScript::recurse(), LLScriptState::recurse(), LLScriptGlobalFunctions::recurse(), LLScriptFunctionDec::recurse(), LLScriptEventHandler::recurse(), LLScriptDeclaration::recurse(), LLScriptWhile::recurse(), LLScriptDoWhile::recurse(), LLScriptFor::recurse(), LLScriptIfElse::recurse(), LLScriptIf::recurse(), LLScriptListInitializer::recurse(), LLScriptLValue::recurse(), LLScriptAtRotTarget::recurse(), LLScriptAtTarget::recurse(), LLScriptRezEvent::recurse(), LLScriptEmailEvent::recurse(), LLScriptMoneyEvent::recurse(), LLScriptHTTPResponseEvent::recurse(), LLScriptRemoteEvent::recurse(), LLScriptLinkMessageEvent::recurse(), LLScriptControlEvent::recurse(), LLScriptObjectRezEvent::recurse(), LLScriptSensorEvent::recurse(), LLScriptChatEvent::recurse(), LLScriptRTPEvent::recurse(), LLScriptDataserverEvent::recurse(), LLScriptAttachEvent::recurse(), LLScriptInventoryEvent::recurse(), LLScriptLandCollisionEndEvent::recurse(), LLScriptLandCollisionEvent::recurse(), LLScriptLandCollisionStartEvent::recurse(), LLScriptCollisionEndEvent::recurse(), LLScriptCollisionEvent::recurse(), LLScriptCollisionStartEvent::recurse(), LLScriptTouchEndEvent::recurse(), LLScriptTouchEvent::recurse(), LLScriptTouchStartEvent::recurse(), LLScriptGlobalVariable::recurse(), LLScriptSAList::recurse(), LLScriptSAQuaternion::recurse(), LLScriptSAVector::recurse(), LLScriptConstantString::recurse(), LLTextEditor::redo(), refr_ind_calc(), LLStatusBar::refresh(), LLPreviewGesture::refresh(), LLPanelPermissions::refresh(), LLPanelLandInfo::refresh(), LLPanelAvatarPicks::refresh(), LLPanelAvatarClassified::refresh(), LLFolderViewItem::refresh(), LLFloaterTools::refresh(), LLPanelLandBan::refresh(), LLPanelLandAccess::refresh(), LLPanelLandOptions::refresh(), LLPanelLandObjects::refresh(), LLPanelLandGeneral::refresh(), LLFloaterInspect::refresh(), LLFloaterLandHoldings::refreshAggregates(), LLFloaterAvatarList::refreshAvatarList(), LLPanelDisplay3::refreshEnabledState(), LLPanelDisplay2::refreshEnabledState(), LLFloaterProperties::refreshFromItem(), LLPanelRegionTextureInfo::refreshFromRegion(), LLPanelFriends::refreshNames(), LLPanelFriends::refreshRightsChangeList(), LLPanelActiveSpeakers::refreshSpeakers(), LLFloaterBuyLandUI::refreshUI(), LLVOVolume::regenFaces(), LLURLDispatcherImpl::regionHandleCallback(), LLVolumeGeometryManager::registerFace(), LLViewerObjectList::relightAllObjects(), LLVolumeImplFlexible::remapSections(), LLUUIDHashMap< DATA_TYPE, SIZE >::remove(), LLSelectMgr::remove(), LLLocalIDHashMap< DATA_TYPE, SIZE >::remove(), LLDynamicArray< Type, BlockSize >::remove(), remove_inventory_category_from_avatar_step2(), LLUUIDHashMap< DATA_TYPE, SIZE >::removeAll(), LLLocalIDHashMap< DATA_TYPE, SIZE >::removeAll(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::removeAllData(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::removeAllData(), LLSkipList< DATA_TYPE, BINARY_DEPTH >::removeAllNodes(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::removeAllNodes(), LLTaskInvFVBridge::removeBatch(), LLInvFVBridge::removeBatchNoCheck(), LLTextEditor::removeCharOrTab(), LLSkipMap< INDEX_TYPE, DATA_TYPE, BINARY_DEPTH >::removeData(), LLSkipList< DATA_TYPE, BINARY_DEPTH >::removeData(), LLPtrSkipMap< INDEX_T, DATA_T, BINARY_DEPTH >::removeData(), LLPtrSkipList< DATA_TYPE, BINARY_DEPTH >::removeData(), LLViewerObjectList::removeDrawable(), LLFixedBuffer::removeExtraLines(), LLConsole::removeExtraLines(), LLFacePool::removeFaceReference(), LLWearable::removeFromAvatar(), LLTextureCache::removeHeaderCacheEntry(), LLFolderBridge::removeItem(), LLFloaterCompileQueue::removeItemByAssetID(), LLLocalIDHashMap< DATA_TYPE, SIZE >::removeIter(), LLTemplateMessageBuilder::removeLastBlock(), LLVOAvatar::removeMissingBakedTextures(), LLNameListCtrl::removeNameItem(), LLDynamicQueuePtr< Type >::removeObj(), LLViewerJointAttachment::removeObject(), LLViewerPartGroup::removeParticlesByID(), LLFolderView::removeSelectedItems(), LLTabContainerVertical::removeTabPanel(), LLTabContainerCommon::removeTabPanel(), LLTextEditor::removeTextFromEnd(), LLFloaterIMPanel::removeTypingIndicator(), LLEmbeddedItems::removeUnusedChars(), LLLocalIDHashMap< DATA_TYPE, SIZE >::removeWithShift(), LLVFS::renameFile(), LLVoiceVisualizer::render(), LLTexLayerParamAlpha::render(), LLSphere::render(), LLManipRotate::render(), LLHUDEffectBeam::render(), LLFontGL::render(), LLImagePreviewSculpted::render(), LLDrawPoolTerrain::render(), LLDrawPoolStars::render(), LLDrawPoolSky::render(), render_disconnected_background(), render_ui_2d(), LLTexLayer::renderAlphaMasks(), LLManipTranslate::renderArrow(), LLDrawPoolAvatar::renderAvatars(), LLPipeline::renderBloom(), renderBoundingBox(), LLViewerParcelMgr::renderCollisionSegments(), LLVOAvatar::renderCollisionVolumes(), LLManipScale::renderCorners(), LLPipeline::renderDebug(), LLFace::renderElements(), LLCylinder::renderface(), LLBox::renderface(), LLManipScale::renderFaces(), LLPipeline::renderForSelect(), LLFace::renderForSelect(), LLDrawPoolAvatar::renderForSelect(), LLDrawPoolTerrain::renderFull4TUShader(), LLPipeline::renderGeom(), LLViewerParcelMgr::renderHighlightSegments(), LLViewerObjectList::renderObjectBeacons(), LLViewerObjectList::renderObjectsForMap(), LLViewerObjectList::renderObjectsForSelect(), renderOctree(), LLSelectNode::renderOneSilhouette(), LLToolBrushLand::renderOverlay(), renderParticleBeacons(), renderPhysicalBeacons(), LLNetMap::renderPoint(), renderPoints(), LLWorld::renderPropertyLines(), LLViewerParcelOverlay::renderPropertyLines(), LLNetMap::renderScaledPointGlobal(), renderScriptedBeacons(), renderScriptedTouchBeacons(), LLFace::renderSelectedUV(), LLDrawPoolWater::renderShaderSimple(), LLSelectMgr::renderSilhouettes(), LLManipTranslate::renderSnapGuides(), LLManipScale::renderSnapGuides(), LLManipRotate::renderSnapGuides(), LLHUDText::renderText(), LLManip::renderTickValue(), LLManipTranslate::renderTranslationHandles(), LLDrawPoolTree::renderTree(), LLWind::renderVectors(), LLFacePool::renderVisibility(), LLManip::renderXYZ(), LLTextEditor::replaceTextAll(), LLVFSThread::Request::Request(), LLViewerRegion::requestCacheMisses(), LLXferManager::requestFile(), LLVisualParamHint::requestHintUpdates(), LLCircuitData::resendUnackedPackets(), LLWorldMap::reset(), LLFastTimer::reset(), LLDynamicQueuePtr< Type >::reset(), LLPanelMsgs::resetAllIgnored(), LLThrottleGroup::resetDynamicAdjust(), LLPanelAvatar::resetGroupList(), LLKeyboard::resetKeys(), LLViewerParcelMgr::resetSegments(), LLFloaterView::resetStartingFloaterPosition(), LLGLState::resetTextureStates(), LLPipeline::resetVertexBuffers(), LLView::reshape(), LLTextEditor::reshape(), LLScrollListCtrl::reshape(), LLScrollableContainerView::reshape(), LLFolderView::reshape(), LLFloaterView::reshape(), LLConsole::reshape(), LLCheckBoxCtrl::reshape(), LLDragHandleTop::reshapeTitleBox(), LLTextBox::reshapeToFitText(), LLVertexBuffer::resizeBuffer(), LLSurface::resolveHeightRegion(), LLSurface::resolvePatchRegion(), LLVOSky::restoreGL(), LLSkyTex::restoreGL(), LLStandardBumpmap::restoreGL(), LLMapLayerResponder::result(), LLHTTPFetchTree::result(), LLClassifiedStatsResponder::result(), LLInventoryClipboard::retrieve(), return_first_event(), LLAgent::revertAllWearables(), LLAgent::revertWearable(), round_up(), LLScriptExecute::run(), LLErrorThread::run(), run_call(), run_calllib(), run_calllib_two_byte(), run_cast(), run_dup(), run_dupl(), run_dupq(), run_dups(), run_dupv(), run_jump(), run_jumpif(), run_jumpnif(), run_loadglp(), run_loadgp(), run_loadgqp(), run_loadgsp(), run_loadgvp(), run_loadlp(), run_loadp(), run_loadqp(), run_loadsp(), run_loadvp(), run_poparg(), run_popbp(), run_popl(), run_pops(), run_popslr(), run_popsp(), run_print(), run_push(), run_pusharge(), run_pushargi(), run_pushargs(), run_pushg(), run_pushgl(), run_pushgq(), run_pushgs(), run_pushgv(), run_pushl(), run_pushq(), run_pushs(), run_pushv(), run_return(), run_stacktol(), run_stacktos(), run_state(), run_store(), run_storeg(), run_storegl(), run_storegq(), run_storegs(), run_storegv(), run_storel(), run_storeq(), run_stores(), run_storev(), safe_heap_check_address(), safe_instruction_check_address(), LLImageFormatted::sanityCheck(), LLImageBase::sanityCheck(), LLAgentPilot::save(), save_password_to_disk(), LLAgent::saveAllWearables(), LLViewerRegion::saveCache(), LLSelectNode::saveColors(), LLPreviewNotecard::saveIfNeeded(), LLPreviewGesture::saveIfNeeded(), LLViewerWindow::saveImageNumbered(), LLFloaterCompileQueue::saveItemByAssetID(), LLViewerWindow::saveMovieNumbered(), LLMuteList::saveToFile(), LLInventoryModel::saveToFile(), LLControlGroup::saveToFile(), LLAgent::saveWearable(), LLImageRaw::scale(), LLViewerKeyboard::scanKey(), LLMimeParser::Impl::scanPastContent(), LLMimeParser::Impl::scanPastSeparator(), LLDoubleLinkedList< DATA_TYPE >::scramble(), script_question_cb(), script_question_decline_cb(), LLFloaterCompileQueue::scriptArrived(), LLScrollableContainerView::scrollHorizontal(), LLFolderView::scrollToShowItem(), LLScrollableContainerView::scrollToShowRect(), LLScrollListCtrl::scrollToShowSelected(), LLScrollableContainerView::scrollVertical(), LLVOVolume::sculpt(), LLVolume::sculpt(), LLFolderView::search(), LLVFile::seek(), LLBufferArray::seek(), LLBufferStreamBuf::seekoff(), LLSelectNode::selectAllTEs(), LLSelectMgr::selectDelete(), selection_price(), LLTextEditor::selectionContainsLineBreaks(), LLSelectMgr::selectionRevertColors(), LLSelectMgr::selectionRevertTextures(), LLSelectMgr::selectionSetAlphaOnly(), LLSelectMgr::selectionSetBumpmap(), LLSelectMgr::selectionSetColor(), LLSelectMgr::selectionSetColorOnly(), LLSelectMgr::selectionSetFullbright(), LLSelectMgr::selectionSetImage(), LLSelectMgr::selectionSetMediaTypeAndURL(), LLSelectMgr::selectionSetShiny(), LLSelectMgr::selectionSetTexGen(), LLSelectMgr::selectionTexScaleAutofit(), LLScrollListCtrl::selectMultiple(), LLTextEditor::selectNext(), LLTabContainerCommon::selectNextTab(), LLScrollListCtrl::selectNthItem(), LLTabContainerCommon::selectPrevTab(), LLScrollListCtrl::selectSimpleItem(), LLScrollListCtrl::selectSimpleItemByPrefix(), LLTabContainerVertical::selectTab(), LLTabContainer::selectTab(), LLTabContainerCommon::selectTabPanel(), send_crash_report(), send_group_notice(), send_packet(), send_start_session_messages(), send_stats(), send_url_to_other_instance(), LLCircuit::sendAcks(), LLAgent::sendAgentSetAppearance(), LLAgent::sendAgentWearablesUpdate(), LLAgent::sendAnimationRequests(), LLChatBar::sendChat(), LLChatBar::sendChatFromViewer(), LLHUDManager::sendEffects(), LLMessageSystem::sendError(), LLWorldMap::sendItemRequest(), LLSelectMgr::sendListToRegions(), LLWorldMap::sendMapBlockRequest(), LLWorldMap::sendMapLayerRequest(), LLMessageSystem::sendMessage(), LLWorldMap::sendNamedRegionRequest(), LLXfer::sendPacket(), LLPacketRing::sendPacket(), LLViewerParcelMgr::sendParcelAccessListUpdate(), LLPanelPick::sendPickInfoUpdate(), LLTextureFetch::sendRequestListToSimulators(), LLMessageSystem::sendSemiReliable(), LLPanelGroupVoting::impl::sendStartGroupProposal(), LLViewerThrottleGroup::sendToSim(), LLTransferTargetChannel::sendTransferRequest(), LLTransferSource::sendTransferStatus(), LLPanelRegionTextureInfo::sendUpdate(), LLPanelRegionGeneralInfo::sendUpdate(), LLMultiGesture::serialize(), LLGestureList::serialize(), LLBVHLoader::serialize(), LLFloaterIMPanel::sessionInitReplyReceived(), LLScriptEventData::set(), LLUUIDHashMap< DATA_TYPE, SIZE >::set(), LLUUID::set(), LLLocalIDHashMap< DATA_TYPE, SIZE >::set(), set_bp(), set_event_register(), set_fault(), set_god_level(), set_ip(), set_register(), set_register_fp(), set_register_u64(), set_sp(), LLComboBox::setAllowTextEntry(), LLPanelPermissions::setAllSaleInfo(), LLParcel::setArea(), LLViewerTextEditor::setASCIIEmbeddedText(), LLVolumeImplFlexible::setAttributesOfAllSections(), LLLocalIDHashMapIter< DATA_TYPE, SIZE >::setBin(), LLFloater::setCanResize(), LLAlertDialog::setCheckBox(), LLScrollListItem::setColumn(), LLPumpIO::setConditional(), LLFloaterCustomize::setCurrentWearableType(), LLLineEditor::setCursor(), LLLineEditor::setCursorAtLocalPos(), LLTextEditor::setCursorPos(), LLUI::setCursorPositionLocal(), LLUI::setCursorPositionScreen(), LLSkyTex::setDir(), LLImageGL::setDiscardLevel(), LLFloater::setEditModeEnabled(), LLViewerTextEditor::setEmbeddedText(), LLPanelRegionTools::setEstateID(), tut::namevalue_test::setExpectedResult(), LLImageDXT::setFormat(), LLAgent::setGroupContribution(), LLColumnHeader::setHasResizableElement(), LLHost::setHostByName(), LLImageGL::setImage(), LLRadioGroup::setIndexEnabled(), LLPolyMorphTarget::setInfo(), LLDriverParam::setInfo(), LLHUDText::setLabel(), LLSliderCtrl::setLabelArg(), LLTextBox::setLineLengths(), LLVOAvatar::setLocalTexture(), LLVFS::setMaxSize(), LLVFile::setMaxSize(), LLLineEditor::setMaxTextLength(), LLUploadDialog::setMessage(), LLFloater::setMinimized(), LLThrottleGroup::setNominalBPS(), LLScrollListItem::setNumColumns(), LLDrawable::setNumFaces(), LLDrawable::setNumFacesFast(), LLTextureEntry::setOffset(), LLSurface::setOriginGlobal(), LLPanel::setPanelParameters(), LLTabContainer::setPanelTitle(), LLPanelRegionTools::setParentEstateID(), LLSkyTex::setPixel(), LLKeyframeMotion::setPriority(), LLViewerRegion::setRegionNameAndZone(), LLFloater::setResizeLimits(), LLNameValue::setS32(), LLTextureEntry::setScale(), LLUI::setScissorRegionLocal(), LLUI::setScissorRegionScreen(), LLScrollListCtrl::setScrollListParameters(), LLRadioGroup::setSelectedByValue(), LLRadioGroup::setSelectedIndex(), LLLineEditor::setSelection(), LLShaderMgr::setShaders(), LLFlexibleObjectData::setSimulateLOD(), LLHUDEffectBeam::setSourceObject(), LLScriptExecute::setStateEventOpcoodeStartSafely(), LLVertexBuffer::setStride(), LLTabContainer::setTabImage(), LLPrimitive::setTEArrays(), LLVOVolume::setTEBumpmap(), LLViewerObject::setTEBumpmap(), LLVOVolume::setTEColor(), LLViewerObject::setTEColor(), LLVOVolume::setTEFullbright(), LLViewerObject::setTEFullbright(), LLVOVolume::setTEMediaFlags(), LLViewerObject::setTEMediaFlags(), LLViewerObject::setTEOffset(), LLViewerObject::setTEOffsetS(), LLViewerObject::setTEOffsetT(), LLViewerObject::setTERotation(), LLVOVolume::setTEScale(), LLViewerObject::setTEScale(), LLVOVolume::setTEScaleS(), LLViewerObject::setTEScaleS(), LLVOVolume::setTEScaleT(), LLViewerObject::setTEScaleT(), LLVOVolume::setTEShiny(), LLViewerObject::setTEShiny(), LLVOVolume::setTETexGen(), LLViewerObject::setTETexGen(), LLVOVolume::setTETexture(), LLViewerObject::setTETextureCore(), LLLineEditor::setText(), LLWearable::setTexturesToDefaults(), LLNameValue::setU32(), LLFrameStatView::setup(), setup_patch_cosines(), setup_patch_icosines(), LLPipeline::setupAvatarLights(), LLVOAvatar::setupBone(), LLViewerJointAttachment::setupDrawable(), LLPipeline::setupHWLights(), LLVertexBuffer::setupVertexBuffer(), LLAgent::setUserGroupFlags(), LLVoiceClient::setUserVolume(), LLTabContainerCommon::setValue(), LLSlider::setValue(), LLScrollbar::setValue(), LLRadioGroup::setValue(), LLColor4U::setVecScaleClamp(), LLWorldMapView::setVisible(), LLCharacter::setVisualParamWeight(), LLPrimitive::setVolume(), LLUndoWearable::setWearable(), LLAgent::setWearableName(), LLAgent::setWearableOutfit(), LLDrawPoolWater::shade(), LLViewerPartSim::shift(), LLViewerPartGroup::shift(), LLViewerObjectList::shiftObjects(), LLDrawable::shiftPos(), LLFloaterScriptSearch::show(), LLPieMenu::show(), LLFloaterWorldMap::show(), LLFloaterTelehub::show(), LLFloaterSaveAvatar::show(), LLFloaterRegionInfo::show(), LLFloaterTopObjects::showBeacon(), LLFloaterPostcard::showFromSnapshot(), LLColumnHeader::showList(), LLComboBox::showList(), LLMenuGL::showPopup(), LLTaskInvFVBridge::showProperties(), LLShowProps::showProperties(), LLViewerImageList::shutdown(), LLThread::shutdown(), LLQueuedThread::shutdown(), LLAudioEngine::shutdown(), LLPumpIO::sleepChain(), LLDebugVarMessageBox::slider_changed(), snap_to_sig_figs(), LLPanelLandObjects::sortBtnCore(), LLGenePool::spawn(), LLBufferArray::splitAfter(), LLXfer_VFile::startDownload(), LLXfer_Mem::startDownload(), LLXfer_File::startDownload(), LLXmlTreeParser::startElement(), LLAudioEngine::startNextTransfer(), LLTextEditor::startOfLine(), LLXferManager::startPendingDownloads(), LLFolderView::startRenamingSelectedItem(), LLXfer_VFile::startSend(), LLXfer_Mem::startSend(), LLXfer_File::startSend(), LLVoiceClient::stateMachine(), LLGestureManager::stepGesture(), LLInventoryClipboard::store(), store2stack(), LLViewerAssetStorage::storeAssetData(), LLHTTPAssetStorage::storeAssetData(), LLVFS::storeData(), stream_out(), LLManipScale::stretchFace(), string_key_operation(), string_list_operation(), string_string_operation(), LLChatBar::stripChannelNumber(), LLMimeIndex::subPart(), LLXfer_VFile::suck(), LLXfer_File::suck(), LLScrollListCtrl::swapWithNext(), LLXmlTreeParser::tabs(), LLFloaterReporter::takeScreenshot(), LLFloaterBuyCurrencyUI::target(), terse_F32_to_string(), LLPipeline::toggleRenderTypeControlNegated(), LLInventoryView::toggleVisibility(), LLFloaterWorldMap::trackLandmark(), LLFloaterWorldMap::trackLocation(), LLUI::translate(), LLView::translateIntoRect(), LLGestureList::trigger(), LLGestureManager::triggerAndReviseString(), LLGestureList::triggerAndReviseString(), LLTextEditor::tryToRevertToPristineState(), LLWearable::typeNameToType(), LLViewerParcelOverlay::uncompressLandOverlay(), LLTextEditor::undo(), LLUndoBuffer::undoAction(), LLParcel::unpackAccessEntries(), LLInventoryItem::unpackBinaryBucket(), LLDataPackerAsciiFile::unpackBinaryData(), LLDataPackerAsciiBuffer::unpackBinaryData(), LLDataPackerAsciiFile::unpackBinaryDataFixed(), LLDataPackerAsciiBuffer::unpackBinaryDataFixed(), LLPartSysData::unpackBlock(), LLDataPackerAsciiFile::unpackColor4U(), LLDataPackerAsciiBuffer::unpackColor4U(), LLVLManager::unpackData(), LLHUDEffectSpiral::unpackData(), LLHUDEffectPointAt::unpackData(), LLHUDEffectLookAt::unpackData(), LLHUDEffectBeam::unpackData(), LLDataPacker::unpackFixed(), LLDispatcher::unpackMessage(), LLIMInfo::unpackMessageBlock(), LLTransferTargetParamsVFile::unpackParams(), LLTransferSourceParamsAsset::unpackParams(), LLTransferSourceParamsEstate::unpackParams(), LLTransferSourceParamsInvItem::unpackParams(), LLViewerRegion::unpackRegionHandshake(), LLDataPackerBinaryBuffer::unpackS32(), LLDataPackerBinaryBuffer::unpackString(), LLTextureAnim::unpackTAMessage(), LLPrimitive::unpackTEField(), LLFloaterTelehub::unpackTelehubInfo(), LLPrimitive::unpackTEMessage(), LLThrottleGroup::unpackThrottle(), LLDataPackerAsciiFile::unpackU16(), LLDataPackerAsciiBuffer::unpackU16(), LLDataPackerAsciiFile::unpackU8(), LLDataPackerAsciiBuffer::unpackU8(), LLThreadSafeRefCount::unref(), LLURLRequest::upCallback(), LLWorkerThread::update(), LLDebugText::update(), LLViewerPartSourceScript::update(), LLViewerObjectList::update(), LLTextureFetch::update(), LLTextureCache::update(), LLPanelGroupVoting::update(), LLPanelGroupRolesSubTab::update(), LLPanelGroupGeneral::update(), LLMediaEngine::update(), LLGestureManager::update(), LLSpeakerMgr::update(), update_statistics(), LLHUDText::updateAll(), LLDynamicTexture::updateAllInstances(), LLViewerObjectList::updateApparentAngles(), LLPreviewTexture::updateAspectRatio(), LLFloaterCompileQueue::updateAssetID(), LLWorldMapView::updateBlock(), LLVOSky::updateBrightestDir(), LLFloater::updateButtons(), LLViewerJoystick::updateCamera(), LLAgent::updateCamera(), LLViewerCamera::updateCameraLocation(), LLAudioEngine::updateChannels(), LLVOAvatar::updateCharacter(), LLViewerImage::updateClass(), LLViewerRegion::updateCoarseLocations(), LLVolumeFace::updateColors(), LLScrollListCtrl::updateColumns(), LLImageTGA::updateData(), LLImageJ2C::updateData(), LLImageDXT::updateData(), LLImageBMP::updateData(), LLWorldMapView::updateDirections(), LLDrawable::updateDistance(), LLVOSurfacePatch::updateEastGeometry(), LLHUDManager::updateEffects(), LLInventoryViewFinder::updateElementsFromFilter(), LLSprite::updateFace(), LLViewerJointMesh::updateFaceData(), LLVOVolume::updateFaceFlags(), LLVOSurfacePatch::updateFaceSize(), LLViewerImage::updateFetch(), LLVOSky::updateFog(), LLPipeline::updateGeom(), LLVOWater::updateGeometry(), LLVOTree::updateGeometry(), LLVOTextBubble::updateGeometry(), LLVOSurfacePatch::updateGeometry(), LLVOSky::updateGeometry(), LLVOPartGroup::updateGeometry(), LLVOGround::updateGeometry(), LLVOClouds::updateGeometry(), LLViewerJointMesh::updateGeometryOriginal(), LLViewerJointMesh::updateGeometryVectorized(), LLVOSky::updateHeavenlyBodyGeometry(), LLViewerImageList::updateImagesDecodePriorities(), LLViewerImageList::updateImagesFetchTextures(), LLFloaterCustomize::updateInventoryUI(), LLLayoutStack::updateLayout(), LLVOVolume::updateLighting(), LLDrawable::updateLightSet(), LLScrollListCtrl::updateLineHeight(), LLTextEditor::updateLineStartList(), LLFloaterEventLog::updateList(), LLFloaterWorldMap::updateLocation(), LLVOGrass::updateLOD(), LLVOSurfacePatch::updateMainGeometry(), LLScrollListCtrl::updateMaxContentWidth(), LLViewerImageList::updateMaxResidentTexMem(), LLTabContainerVertical::updateMaxScrollPos(), LLTabContainer::updateMaxScrollPos(), LLPanelGroupMembersSubTab::updateMembers(), LLPanelGroupGeneral::updateMembers(), LLMotionController::updateMotion(), LLMotionController::updateMotionsByType(), LLWorld::updateNetStats(), LLVOSurfacePatch::updateNorthGeometry(), LLViewerParcelOverlay::updateOverlayTexture(), LLScrollingPanelList::updatePanelVisiblilty(), LLFloaterBuyLandUI::updateParcelInfo(), LLViewerPartGroup::updateParticles(), LLSurface::updatePatchVisibilities(), LLFloaterTools::updatePopup(), LLViewerParcelOverlay::updatePropertyLines(), LLCloudLayer::updatePuffCount(), LLCloudGroup::updatePuffCount(), LLCloudLayer::updatePuffOwnership(), LLCloudLayer::updatePuffs(), LLQueuedThread::updateQueue(), LLFloaterEventLog::updateQuickButtons(), LLView::updateRect(), LLVOSky::updateReflectionGeometry(), LLMultiFloater::updateResizeLimits(), LLPanelDirBrowser::updateResultCount(), LLFloaterProperties::updateSaleInfo(), LLHUDText::updateScreenPos(), LLScrollableContainerView::updateScroll(), LLTextEditor::updateScrollFromCursor(), LLSelectMgr::updateSilhouettes(), LLFloaterWorldMap::updateSims(), LLViewerPartSim::updateSimulation(), LLHUDText::updateSize(), LLVOSky::updateSky(), LLManipScale::updateSnapGuides(), LLSnapshotLivePreview::updateSnapshot(), LLVOStars::updateStarColors(), LLVOStars::updateStarGeometry(), LLVOSky::updateSunHaloGeometry(), LLPanelGroup::updateTabVisibility(), LLHoverView::updateText(), LLVOVolume::updateTextures(), LLVOAvatar::updateTextures(), LLScrollbar::updateThumbRect(), LLTransferSourceChannel::updateTransfers(), LLFloaterBuyCurrencyUI::updateUI(), LLWorldMapView::updateVisibleBlocks(), LLManipRotate::updateVisiblity(), LLCircuit::updateWatchDogTimers(), LLWorld::updateWaterObjects(), LLFloaterBuyLandUI::updateWebSiteInfo(), upload_done_callback(), upload_new_resource(), LLNewAgentInventoryResponder::uploadComplete(), LLViewerJointMesh::uploadJointMatrices(), url_cleanup(), LLColumnHeader::userSetShape(), LLFloater::userSetShape(), utc_to_pacific_time(), utf16chars_to_utf8chars(), utf16str_to_wstring(), utf8str_removeCRLF(), utf8str_to_wstring(), utf8str_truncate(), uuid2bytestream(), LLPanelRegionTextureInfo::validateTextureSizes(), vector2bytestream(), vector_integer_operation(), vector_list_operation(), vector_vector_operation(), LLFace::verify(), LLImageRaw::verticalFlip(), vfs_read(), vfs_seek(), wear_inventory_category_on_avatar_step2(), wear_inventory_category_on_avatar_step3(), WinMain(), LLVFile::write(), LLScriptLibData::write2bytestream(), LLScriptEventData::write2bytestream(), LLScriptDataCollection::write2bytestream(), LLViewerParcelMgr::writeAgentParcelFromBitmap(), LLVOVolume::writeCAL3D(), LLVOAvatar::writeCAL3D(), LLViewerJointMesh::writeCAL3D(), LLViewerJoint::writeCAL3D(), LLKeyframeMotion::writeCAL3D(), LLViewerParcelMgr::writeHighlightSegments(), LLVFSThread::writeImmediate(), LLDataPackerAsciiFile::writeIndentedName(), LLDataPackerAsciiBuffer::writeIndentedName(), LLViewerParcelMgr::writeSegmentsFromBitmap(), LLWearable::writeToAvatar(), LLVOCacheEntry::writeToFile(), LLXMLNode::writeToOstream(), wstring_to_utf16str(), wstring_to_utf8str(), wstring_utf8_length(), XMLData(), zero_code(), LLMessageSystem::zeroCodeAdjustCurrentSendTotal(), LLMessageSystem::zeroCodeExpand(), LLControl::~LLControl(), LLDynamicTexture::~LLDynamicTexture(), LLFloater::~LLFloater(), LLGenePool::~LLGenePool(), LLLocalIDHashMap< DATA_TYPE, SIZE >::~LLLocalIDHashMap(), LLLogTextMessage::~LLLogTextMessage(), LLPanelDisplay::~LLPanelDisplay(), LLPolyMesh::~LLPolyMesh(), LLScriptLibrary::~LLScriptLibrary(), LLScrollableContainerView::~LLScrollableContainerView(), LLStringTable::~LLStringTable(), LLUndoBuffer::~LLUndoBuffer(), LLViewerPartGroup::~LLViewerPartGroup(), LLViewerPartSim::~LLViewerPartSim(), LLVLManager::~LLVLManager(), LLVolumeLODGroup::~LLVolumeLODGroup(), and LLWorldMap::~LLWorldMap().

#define S33   16

Definition at line 365 of file llmd5.cpp.

#define S34   23

Definition at line 366 of file llmd5.cpp.

#define S41   6

Definition at line 367 of file llmd5.cpp.

#define S42   10

Definition at line 368 of file llmd5.cpp.

#define S43   15

Definition at line 369 of file llmd5.cpp.

#define S44   21

Definition at line 370 of file llmd5.cpp.


Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
LLMD5  context 
)

Definition at line 320 of file llmd5.cpp.

References LLMD5::hex_digest(), and s.


Generated on Thu Jul 1 06:10:33 2010 for Second Life Viewer by  doxygen 1.4.7