Blender V2.61 - r43446
|
Go to the source code of this file.
Defines | |
#define | T_MASK ((uint32_t)~0) |
#define | T1 /* 0xd76aa478 */ (T_MASK ^ 0x28955b87) |
#define | T2 /* 0xe8c7b756 */ (T_MASK ^ 0x173848a9) |
#define | T3 0x242070db |
#define | T4 /* 0xc1bdceee */ (T_MASK ^ 0x3e423111) |
#define | T5 /* 0xf57c0faf */ (T_MASK ^ 0x0a83f050) |
#define | T6 0x4787c62a |
#define | T7 /* 0xa8304613 */ (T_MASK ^ 0x57cfb9ec) |
#define | T8 /* 0xfd469501 */ (T_MASK ^ 0x02b96afe) |
#define | T9 0x698098d8 |
#define | T10 /* 0x8b44f7af */ (T_MASK ^ 0x74bb0850) |
#define | T11 /* 0xffff5bb1 */ (T_MASK ^ 0x0000a44e) |
#define | T12 /* 0x895cd7be */ (T_MASK ^ 0x76a32841) |
#define | T13 0x6b901122 |
#define | T14 /* 0xfd987193 */ (T_MASK ^ 0x02678e6c) |
#define | T15 /* 0xa679438e */ (T_MASK ^ 0x5986bc71) |
#define | T16 0x49b40821 |
#define | T17 /* 0xf61e2562 */ (T_MASK ^ 0x09e1da9d) |
#define | T18 /* 0xc040b340 */ (T_MASK ^ 0x3fbf4cbf) |
#define | T19 0x265e5a51 |
#define | T20 /* 0xe9b6c7aa */ (T_MASK ^ 0x16493855) |
#define | T21 /* 0xd62f105d */ (T_MASK ^ 0x29d0efa2) |
#define | T22 0x02441453 |
#define | T23 /* 0xd8a1e681 */ (T_MASK ^ 0x275e197e) |
#define | T24 /* 0xe7d3fbc8 */ (T_MASK ^ 0x182c0437) |
#define | T25 0x21e1cde6 |
#define | T26 /* 0xc33707d6 */ (T_MASK ^ 0x3cc8f829) |
#define | T27 /* 0xf4d50d87 */ (T_MASK ^ 0x0b2af278) |
#define | T28 0x455a14ed |
#define | T29 /* 0xa9e3e905 */ (T_MASK ^ 0x561c16fa) |
#define | T30 /* 0xfcefa3f8 */ (T_MASK ^ 0x03105c07) |
#define | T31 0x676f02d9 |
#define | T32 /* 0x8d2a4c8a */ (T_MASK ^ 0x72d5b375) |
#define | T33 /* 0xfffa3942 */ (T_MASK ^ 0x0005c6bd) |
#define | T34 /* 0x8771f681 */ (T_MASK ^ 0x788e097e) |
#define | T35 0x6d9d6122 |
#define | T36 /* 0xfde5380c */ (T_MASK ^ 0x021ac7f3) |
#define | T37 /* 0xa4beea44 */ (T_MASK ^ 0x5b4115bb) |
#define | T38 0x4bdecfa9 |
#define | T39 /* 0xf6bb4b60 */ (T_MASK ^ 0x0944b49f) |
#define | T40 /* 0xbebfbc70 */ (T_MASK ^ 0x4140438f) |
#define | T41 0x289b7ec6 |
#define | T42 /* 0xeaa127fa */ (T_MASK ^ 0x155ed805) |
#define | T43 /* 0xd4ef3085 */ (T_MASK ^ 0x2b10cf7a) |
#define | T44 0x04881d05 |
#define | T45 /* 0xd9d4d039 */ (T_MASK ^ 0x262b2fc6) |
#define | T46 /* 0xe6db99e5 */ (T_MASK ^ 0x1924661a) |
#define | T47 0x1fa27cf8 |
#define | T48 /* 0xc4ac5665 */ (T_MASK ^ 0x3b53a99a) |
#define | T49 /* 0xf4292244 */ (T_MASK ^ 0x0bd6ddbb) |
#define | T50 0x432aff97 |
#define | T51 /* 0xab9423a7 */ (T_MASK ^ 0x546bdc58) |
#define | T52 /* 0xfc93a039 */ (T_MASK ^ 0x036c5fc6) |
#define | T53 0x655b59c3 |
#define | T54 /* 0x8f0ccc92 */ (T_MASK ^ 0x70f3336d) |
#define | T55 /* 0xffeff47d */ (T_MASK ^ 0x00100b82) |
#define | T56 /* 0x85845dd1 */ (T_MASK ^ 0x7a7ba22e) |
#define | T57 0x6fa87e4f |
#define | T58 /* 0xfe2ce6e0 */ (T_MASK ^ 0x01d3191f) |
#define | T59 /* 0xa3014314 */ (T_MASK ^ 0x5cfebceb) |
#define | T60 0x4e0811a1 |
#define | T61 /* 0xf7537e82 */ (T_MASK ^ 0x08ac817d) |
#define | T62 /* 0xbd3af235 */ (T_MASK ^ 0x42c50dca) |
#define | T63 0x2ad7d2bb |
#define | T64 /* 0xeb86d391 */ (T_MASK ^ 0x14792c6e) |
#define | ROTATE_LEFT(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) |
#define | F(x, y, z) (((x) & (y)) | (~(x) & (z))) |
#define | SET(a, b, c, d, k, s, Ti) |
#define | G(x, y, z) (((x) & (z)) | ((y) & ~(z))) |
#define | SET(a, b, c, d, k, s, Ti) |
#define | H(x, y, z) ((x) ^ (y) ^ (z)) |
#define | SET(a, b, c, d, k, s, Ti) |
#define | I(x, y, z) ((y) ^ ((x) | ~(z))) |
#define | SET(a, b, c, d, k, s, Ti) |
#define F | ( | x, | |
y, | |||
z | |||
) | (((x) & (y)) | (~(x) & (z))) |
#define G | ( | x, | |
y, | |||
z | |||
) | (((x) & (z)) | ((y) & ~(z))) |
Referenced by actcon_get_tarmat(), action_idcode_patch_check(), action_move_fcurves_by_basepath(), action_to_animdata(), add_armature(), add_brush(), add_camera(), add_curve(), add_empty_action(), add_empty_text(), add_group(), add_key(), add_lamp(), add_lattice(), add_material(), add_mball(), add_mesh(), add_only_object(), add_render_lamp(), add_scene(), add_speaker(), add_text(), add_texture(), add_world(), adduplicateflagNurb(), ANIM_list_elem_update(), ANIM_nla_mapping_get(), ANIM_unit_mapping_apply_fcurve(), animchannels_rearrange_exec(), animdata_filter_dopesheet(), animdata_filter_ds_textures(), animdata_filter_gpencil(), animsys_write_rna_setting(), applyarmature_fix_boneparents(), automatname(), autotexname(), backdrawview3d(), background_mode(), bake_freejob(), bake_image_exec(), bake_startjob(), Bevel(), bevel_menu(), bfree(), BIF_draw_manipulator(), BIF_selectOrientation(), BKE_add_image_extension(), BKE_add_image_file(), BKE_add_movieclip_file(), BKE_all_animdata_fix_paths_rename(), BKE_animdata_separate_by_basepath(), BKE_animsys_evaluate_all_animation(), BKE_animsys_evaluate_animdata(), BKE_icon_changed(), BKE_icon_getid(), BKE_image_all_free_anim_ibufs(), BKE_image_free_all_textures(), BKE_image_merge(), BKE_image_print_memlist(), BKE_image_signal(), BKE_image_verify_viewer(), BKE_keyingset_add_path(), BKE_library_filepath_set(), BKE_nla_tweakmode_enter(), BKE_ptcache_bake(), BKE_ptcache_toggle_disk_cache(), BKE_report(), BKE_reportf(), BKE_reportf_wrap(), BL_MakeScreenShot(), blend_file_thumb(), blender_esc(), blo_find_main(), BLO_write_file(), bones_merge(), bookmark_select_exec(), BOP_intersectionBoolOp(), bpy_app_debug_get(), bpy_app_debug_set(), bpy_app_debug_value_get(), bpy_app_debug_value_set(), bpy_blend_paths(), bpy_class_free(), BPY_context_member_get(), BPY_driver_exec(), bpy_lib_exit(), bpy_lib_load(), BPY_modules_load_user(), BPY_rna_module(), BPY_update_rna_module(), brush_clone_image_set_nr(), brush_texture_set_nr(), bsdf_ashikhmin_velvet_eval_reflect(), bsdf_ashikhmin_velvet_sample(), bsdf_microfacet_beckmann_eval_reflect(), bsdf_microfacet_beckmann_eval_transmit(), bsdf_microfacet_beckmann_sample(), bsdf_microfacet_ggx_eval_reflect(), bsdf_microfacet_ggx_eval_transmit(), bsdf_microfacet_ggx_sample(), build_grids_leaf_node(), build_mesh_leaf_node(), cache_break_test(), cache_voxeldata(), calc_fcurve_bounds(), ccgDM_drawEdges(), ccgDM_drawMappedEdges(), ccgDM_drawMappedEdgesInterp(), cdDM_drawMappedFaces(), change_frame_poll(), check_alpha_pass(), check_ob_drawface_dot(), checkPackedFile(), clear_id_newpoins(), clear_sca_new_poins(), clip_rebuild_proxy_exec(), cloth_build_springs(), cloth_free_modifier_extern(), cloth_from_object(), connect_hair(), convert_tface_mt(), copy_libblock(), count_proportional_objects(), DocumentImporter::create_camera_object(), DocumentImporter::create_lamp_object(), MeshImporter::create_mesh_object(), customdata_external_filename(), dag_id_flush_update(), DAG_id_tag_update(), dag_object_time_update_flags(), DAG_scene_sort(), debug_mode(), default_break(), defocus_blur(), deformVerts(), delete_key_button_exec(), delete_key_exec(), delete_keyframe(), disable_python(), distribute_threads_init_data(), do_makeDispListCurveTypes(), do_merge_fullsample(), do_node_add_group(), do_render_composite_fields_blur_3d(), do_render_fields_blur_3d(), do_running_jobs(), do_versions(), do_versions_ipos_to_animato(), draw_armature(), draw_ebones(), draw_em_fancy(), draw_em_measure_stats(), draw_glsl_material(), draw_gpencil_view3d(), draw_image_main(), draw_image_seq(), draw_line_bone(), draw_manipulator_rotate(), draw_manipulator_rotate_cyl(), draw_manipulator_scale(), draw_manipulator_translate(), draw_mesh_fancy(), draw_object(), draw_object_backbufsel(), draw_pose_bones(), draw_seq_handle(), draw_seq_strip(), drawcamera(), drawlamp(), drawmball(), dtar_get_prop_val(), dynamicPaint_initBake(), dynamicPaint_outputSurfaceImage(), ED_area_overdraw(), ED_armature_bone_rename(), ED_armature_from_edit(), ED_fileselect_set_params(), ED_node_composit_default(), ED_node_texture_default(), ED_operator_screenactive_norender(), ED_preview_init_dbase(), ED_screen_add(), ED_screen_full_toggle(), ED_screen_refresh(), ED_screens_initialize(), ED_space_image_set(), ED_spacetype_sequencer(), ED_undo_operator_repeat(), ED_undo_push(), ED_view3d_draw_offscreen(), EM_select_face_fgon(), enable_python(), envmap_save_invoke(), MicrofacetBeckmannClosure< Refractive >::eval_reflect(), MicrofacetGGXClosure< Refractive >::eval_reflect(), AshikhminVelvetClosure::eval_reflect(), MicrofacetBeckmannClosure< Refractive >::eval_transmit(), MicrofacetGGXClosure< Refractive >::eval_transmit(), exist_object(), face_duplilist(), file_browse_exec(), file_delete_exec(), file_directory_exec(), file_exec(), file_extension_type(), file_operator_to_sfile(), file_parent_exec(), file_select_do(), file_sfile_to_operator(), filelist_from_library(), filelist_from_main(), filelist_read_dir(), filelist_read_library(), filepath_avi(), filterSmartReebGraph(), find_family_object(), find_group(), find_id(), DocumentImporter::finish(), finish_bake_internal(), flag_all_listbases_ids(), flush_pointcache_reset(), flush_update_node(), font_duplilist(), framechange_poses_clear_unkeyed(), free_ipo(), free_libblock(), free_old_images(), free_openrecent(), freeData(), get_brush_icon(), get_builtin_font(), get_proxy_fname(), get_sequence_fname(), GetFontId(), ghost_event_proc(), gp_draw_stroke_buffer(), gp_drawui_layer(), gp_paint_initstroke(), gp_session_initdata(), gp_stroke_newfrombuffer(), gpencil_data_addnew(), gpencil_draw_apply(), gpencil_draw_invoke(), GPU_free_images(), GPU_free_images_anim(), GPU_materials_free(), GPU_paint_set_mipmap(), GPU_print_error(), GPU_update_images_framechange(), graph_init(), group_duplilist(), handleEventBevel(), icon_create_rect(), icon_draw_size(), icon_set_image(), icu_to_fcurves(), id_unlink(), image_alloc(), image_initialize_after_load(), image_load_image_file(), image_load_movie_file(), image_load_sequence_file(), image_sample_apply(), image_unpack_exec(), image_unpack_invoke(), imb_inittiff(), IMB_isanim(), IMB_ispic(), imb_load_dpx_cineon(), imb_save_dpx_cineon(), implicit_init(), implicit_set_positions(), init_render_texture(), init_userdef_do_versions(), initBevel(), insert_key_button_exec(), insert_key_exec(), ipo_to_animato(), ipo_to_animdata(), joined_armature_fix_links(), library_append_begin(), library_append_end(), load_editMesh(), load_file(), load_vfont(), localize_lamp(), localize_material(), localize_texture(), localize_world(), logic_buttons(), main(), make_app_info(), make_local_action(), make_local_armature(), make_local_brush(), make_local_camera(), make_local_curve(), make_local_image(), make_local_lamp(), make_local_lattice(), make_local_material(), make_local_mball(), make_local_mesh(), make_local_object(), make_local_particlesettings(), make_local_speaker(), make_local_texture(), make_local_world(), make_paths_absolute_exec(), make_paths_relative_exec(), make_renderinfo_string(), make_sss_tree(), makeBevelList(), makeDispListMBall(), manipulator_selectbuf(), meshdeformModifier_do(), metaball_polygonize(), modifier_path_init(), modifier_path_relbase(), motionpaths_calc_optimise_depsgraph(), motionpaths_calc_update_scene(), mouse_anim_channels(), mouse_nla_channels(), movieclip_alloc(), movieclip_load_movie_file(), multires_external_save_exec(), multiresbake_image_exec(), multiresbake_test_break(), namebutton_cb(), new_id(), new_particle_duplilist(), nla_init(), nlaevalchan_verify(), no_joystick(), node_composit_exec_output_file(), node_group_ungroup(), node_sockets_poll(), ntreeAddTree(), ntreeCompositExecTree(), ntreeCompositTagRender(), ntreeCopyTree(), ntreeMakeLocal(), ntreeUpdateTree(), nupdate_abk_bezt(), nurbs_to_mesh(), object_add_particle_system(), object_duplilist_recursive(), object_handle_update(), object_remove_material_slot(), object_remove_particle_system(), objects_bake_render_invoke(), ocean_texture(), oceanbake_breakjob(), oceanbake_startjob(), open_set_use_scripts(), ImagesExporter::operator()(), operator_search_cb(), pack_all_exec(), particles_fluid_step(), pastebuf_match_path_property(), PE_undo_step(), playback_mode(), proxy_startjob(), psys_check_enabled(), psys_find_parents(), psys_new_settings(), psys_render_set(), psys_threads_init_path(), ptcache_bake_all_exec(), ptcache_bake_exec(), ptcache_bake_thread(), ptcache_disk_frame_to_mem(), ptcache_file_open(), ptcache_filename(), ptcache_mem_frame_to_disk(), ptcache_path(), ptcache_read_stream(), ptcache_write_stream(), pycon_evaluate(), pycon_get_tarmat(), pyrna_py_from_array_index(), pyrna_srna_ExternalType(), pyrna_unregister_class(), RE_bake_shade_all_selected(), RE_BlenderAnim(), RE_BlenderFrame(), RE_Database_Free(), RE_InitRenderCB(), RE_MergeFullSample(), RE_WriteEnvmapResult(), read_global(), read_libraries(), readBitmapFontVersion0(), recent_files_menu_draw(), region_azone_initialize(), region_rect_recursive(), register_extension(), reload_sequence_new_file(), rename_anim_channels(), rename_id(), renamebutton_cb(), render_breakjob(), render_endjob(), render_new_particle_system(), render_result_exr_file_path(), render_view_show_invoke(), reopen_text(), reports_to_text_exec(), MicrofacetBeckmannClosure< Refractive >::sample(), MicrofacetGGXClosure< Refractive >::sample(), AshikhminVelvetClosure::sample(), save_image_doit(), save_image_options_from_op(), save_image_options_init(), save_set_compress(), sb_detect_vertex_collisionCached(), scene_delete_exec(), screen_opengl_render_init(), screen_render_exec(), screen_render_invoke(), screenshot_exec(), screenshot_invoke(), search_id_collection(), separated_armature_fix_links(), seq_load_operator_info(), seq_open_anim_file(), seq_proxy_build_job(), seq_proxy_get_fname(), seq_proxy_rebuild(), seq_render_scene_strip_impl(), seq_render_strip(), sequencer_add_movie_strip(), sequencer_generic_invoke_path__internal(), set_factory_startup(), set_sca_new_poins(), set_scene_name(), set_threads(), set_trans_object_base_flags(), setExecutableNodes(), shader_print_errors(), single_obdata_users(), softbody_calc_forces(), softbody_step(), solve_camera_invoke(), sound_new_file(), sound_unpack_exec(), sound_unpack_invoke(), special_aftertrans_update(), stampdata(), StartKetsjiShell(), stats_background(), test_idbutton(), test_object_materials(), text_file_modified(), text_ignore_modified(), text_open_exec(), text_open_invoke(), text_save_as_invoke(), thread_break(), threaded_makeshadowbufs(), touch_seq_files(), track_markers_invoke(), track_markers_testbreak(), VBVH_optimalPackSIMD< Node, TestCost >::transform(), transform_exec(), transform_invoke(), transformEvent(), transformops_data(), transformops_exit(), txt_write_file(), ui_but_anim_expression_create(), UI_icon_get_height(), UI_icon_get_width(), UI_view2d_totRect_set_resize(), uiStyleInit(), undo_editmode_step(), undo_stack_step(), unlink_actuator(), unlink_controller(), unlink_group(), unlink_object(), unpack_all_exec(), unpack_all_invoke(), unpack_menu(), untitled(), validate_pyconstraint_cb(), versions_gpencil_add_main(), vertex_duplilist(), view3d_opengl_select(), view_editmove(), viewnumpad_exec(), wm_autosave_timer(), wm_block_create_splash(), WM_check(), WM_clipboard_text_get(), WM_clipboard_text_set(), WM_cursor_grab(), WM_cursor_ungrab(), WM_cursor_wait(), wm_debug_menu_exec(), wm_debug_menu_invoke(), wm_event_add_ghostevent(), wm_event_do_handlers(), wm_event_do_notifiers(), WM_exit(), WM_exit_ext(), wm_handler_fileselect_call(), WM_init(), wm_init_userdef(), WM_keyconfig_update(), wm_link_append_exec(), wm_link_append_invoke(), WM_main_add_notifier(), WM_modalkeymap_add(), wm_open_mainfile_exec(), wm_open_mainfile_invoke(), wm_operator_finished(), wm_operator_invoke(), wm_operator_reports(), WM_read_file(), WM_read_history(), WM_read_homefile(), wm_recover_auto_save_exec(), wm_recover_last_session_exec(), wm_save_as_mainfile_exec(), wm_save_as_mainfile_invoke(), wm_save_mainfile_invoke(), wm_set_apple_prefsize(), wm_subwindow_open(), wm_window_fullscreen_toggle_exec(), wm_window_make_drawable(), wm_window_match_do(), wm_window_match_init(), wm_window_title(), WM_write_file(), WM_write_homefile(), write_crash_blend(), write_global(), write_history(), writePackedFile(), and zbuffer_transp_shade().
#define H | ( | x, | |
y, | |||
z | |||
) | ((x) ^ (y) ^ (z)) |
Referenced by bsdf_ashikhmin_velvet_eval_reflect(), bsdf_ashikhmin_velvet_sample(), bsdf_ward_eval_reflect(), JAMA::Eigenvalue< Real >::Eigenvalue(), WardClosure::eval_reflect(), AshikhminVelvetClosure::eval_reflect(), M_Noise_fractal(), M_Noise_hetero_terrain(), M_Noise_hybrid_multi_fractal(), M_Noise_multi_fractal(), M_Noise_ridged_multi_fractal(), AshikhminVelvetClosure::sample(), and sweepCircleSegment().
#define I | ( | x, | |
y, | |||
z | |||
) | ((y) ^ ((x) | ~(z))) |
#define ROTATE_LEFT | ( | x, | |
n | |||
) | (((x) << (n)) | ((x) >> (32 - (n)))) |
#define SET | ( | a, | |
b, | |||
c, | |||
d, | |||
k, | |||
s, | |||
Ti | |||
) |
t = a + F(b,c,d) + X[k] + Ti;\ a = ROTATE_LEFT(t, s) + b
Referenced by MD5Hash::process().
#define SET | ( | a, | |
b, | |||
c, | |||
d, | |||
k, | |||
s, | |||
Ti | |||
) |
t = a + G(b,c,d) + X[k] + Ti;\ a = ROTATE_LEFT(t, s) + b
#define SET | ( | a, | |
b, | |||
c, | |||
d, | |||
k, | |||
s, | |||
Ti | |||
) |
t = a + H(b,c,d) + X[k] + Ti;\ a = ROTATE_LEFT(t, s) + b
#define SET | ( | a, | |
b, | |||
c, | |||
d, | |||
k, | |||
s, | |||
Ti | |||
) |
t = a + I(b,c,d) + X[k] + Ti;\ a = ROTATE_LEFT(t, s) + b
#define T1 /* 0xd76aa478 */ (T_MASK ^ 0x28955b87) |
Definition at line 34 of file util_md5.cpp.
Referenced by GenerateInitialVerticesIndexList(), and MD5Hash::process().
#define T10 /* 0x8b44f7af */ (T_MASK ^ 0x74bb0850) |
Definition at line 43 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T11 /* 0xffff5bb1 */ (T_MASK ^ 0x0000a44e) |
Definition at line 44 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T12 /* 0x895cd7be */ (T_MASK ^ 0x76a32841) |
Definition at line 45 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T13 0x6b901122 |
Definition at line 46 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T14 /* 0xfd987193 */ (T_MASK ^ 0x02678e6c) |
Definition at line 47 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T15 /* 0xa679438e */ (T_MASK ^ 0x5986bc71) |
Definition at line 48 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T16 0x49b40821 |
Definition at line 49 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T17 /* 0xf61e2562 */ (T_MASK ^ 0x09e1da9d) |
Definition at line 50 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T18 /* 0xc040b340 */ (T_MASK ^ 0x3fbf4cbf) |
Definition at line 51 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T19 0x265e5a51 |
Definition at line 52 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T2 /* 0xe8c7b756 */ (T_MASK ^ 0x173848a9) |
Definition at line 35 of file util_md5.cpp.
Referenced by GenerateInitialVerticesIndexList(), InitSunSky(), MD5Hash::process(), and sky_texture_precompute().
#define T20 /* 0xe9b6c7aa */ (T_MASK ^ 0x16493855) |
Definition at line 53 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T21 /* 0xd62f105d */ (T_MASK ^ 0x29d0efa2) |
Definition at line 54 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T22 0x02441453 |
Definition at line 55 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T23 /* 0xd8a1e681 */ (T_MASK ^ 0x275e197e) |
Definition at line 56 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T24 /* 0xe7d3fbc8 */ (T_MASK ^ 0x182c0437) |
Definition at line 57 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T25 0x21e1cde6 |
Definition at line 58 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T26 /* 0xc33707d6 */ (T_MASK ^ 0x3cc8f829) |
Definition at line 59 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T27 /* 0xf4d50d87 */ (T_MASK ^ 0x0b2af278) |
Definition at line 60 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T28 0x455a14ed |
Definition at line 61 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T29 /* 0xa9e3e905 */ (T_MASK ^ 0x561c16fa) |
Definition at line 62 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T3 0x242070db |
Definition at line 36 of file util_md5.cpp.
Referenced by GenerateInitialVerticesIndexList(), and MD5Hash::process().
#define T30 /* 0xfcefa3f8 */ (T_MASK ^ 0x03105c07) |
Definition at line 63 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T31 0x676f02d9 |
Definition at line 64 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T32 /* 0x8d2a4c8a */ (T_MASK ^ 0x72d5b375) |
Definition at line 65 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T33 /* 0xfffa3942 */ (T_MASK ^ 0x0005c6bd) |
Definition at line 66 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T34 /* 0x8771f681 */ (T_MASK ^ 0x788e097e) |
Definition at line 67 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T35 0x6d9d6122 |
Definition at line 68 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T36 /* 0xfde5380c */ (T_MASK ^ 0x021ac7f3) |
Definition at line 69 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T37 /* 0xa4beea44 */ (T_MASK ^ 0x5b4115bb) |
Definition at line 70 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T38 0x4bdecfa9 |
Definition at line 71 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T39 /* 0xf6bb4b60 */ (T_MASK ^ 0x0944b49f) |
Definition at line 72 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T4 /* 0xc1bdceee */ (T_MASK ^ 0x3e423111) |
Definition at line 37 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T40 /* 0xbebfbc70 */ (T_MASK ^ 0x4140438f) |
Definition at line 73 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T41 0x289b7ec6 |
Definition at line 74 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T42 /* 0xeaa127fa */ (T_MASK ^ 0x155ed805) |
Definition at line 75 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T43 /* 0xd4ef3085 */ (T_MASK ^ 0x2b10cf7a) |
Definition at line 76 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T44 0x04881d05 |
Definition at line 77 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T45 /* 0xd9d4d039 */ (T_MASK ^ 0x262b2fc6) |
Definition at line 78 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T46 /* 0xe6db99e5 */ (T_MASK ^ 0x1924661a) |
Definition at line 79 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T47 0x1fa27cf8 |
Definition at line 80 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T48 /* 0xc4ac5665 */ (T_MASK ^ 0x3b53a99a) |
Definition at line 81 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T49 /* 0xf4292244 */ (T_MASK ^ 0x0bd6ddbb) |
Definition at line 82 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T5 /* 0xf57c0faf */ (T_MASK ^ 0x0a83f050) |
Definition at line 38 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T50 0x432aff97 |
Definition at line 83 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T51 /* 0xab9423a7 */ (T_MASK ^ 0x546bdc58) |
Definition at line 84 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T52 /* 0xfc93a039 */ (T_MASK ^ 0x036c5fc6) |
Definition at line 85 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T53 0x655b59c3 |
Definition at line 86 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T54 /* 0x8f0ccc92 */ (T_MASK ^ 0x70f3336d) |
Definition at line 87 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T55 /* 0xffeff47d */ (T_MASK ^ 0x00100b82) |
Definition at line 88 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T56 /* 0x85845dd1 */ (T_MASK ^ 0x7a7ba22e) |
Definition at line 89 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T57 0x6fa87e4f |
Definition at line 90 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T58 /* 0xfe2ce6e0 */ (T_MASK ^ 0x01d3191f) |
Definition at line 91 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T59 /* 0xa3014314 */ (T_MASK ^ 0x5cfebceb) |
Definition at line 92 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T6 0x4787c62a |
Definition at line 39 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T60 0x4e0811a1 |
Definition at line 93 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T61 /* 0xf7537e82 */ (T_MASK ^ 0x08ac817d) |
Definition at line 94 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T62 /* 0xbd3af235 */ (T_MASK ^ 0x42c50dca) |
Definition at line 95 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T63 0x2ad7d2bb |
Definition at line 96 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T64 /* 0xeb86d391 */ (T_MASK ^ 0x14792c6e) |
Definition at line 97 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T7 /* 0xa8304613 */ (T_MASK ^ 0x57cfb9ec) |
Definition at line 40 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T8 /* 0xfd469501 */ (T_MASK ^ 0x02b96afe) |
Definition at line 41 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T9 0x698098d8 |
Definition at line 42 of file util_md5.cpp.
Referenced by MD5Hash::process().
#define T_MASK ((uint32_t)~0) |
Definition at line 33 of file util_md5.cpp.
Referenced by MD5Hash::MD5Hash().